.shadow {
  box-shadow: 1px 1px 10px rgba(45, 45, 45, 0.1);
}
.basegrad {
  background-color: #808080;
  background-image: linear-gradient(to bottom, #999999, #808080);
  background-repeat: repeat-x;
}
.primarygrad {
  background-color: #b5132c;
  background-image: linear-gradient(to bottom, #E31837, #b5132c);
  background-repeat: repeat-x;
}
.dangergrad {
  background-color: #ab1d33;
  background-image: linear-gradient(to bottom, #d62540, #ab1d33);
  background-repeat: repeat-x;
}
.greygrad {
  background-color: #d4d4d4;
  background-image: linear-gradient(to bottom, #ffffff, #d4d4d4);
  background-repeat: repeat-x;
}
.infograd {
  background-color: #262626;
  background-image: linear-gradient(to bottom, #404040, #262626);
  background-repeat: repeat-x;
}
.successgrad {
  background-color: #449b44;
  background-image: linear-gradient(to bottom, #5bb75b, #449b44);
  background-repeat: repeat-x;
}
.warninggrad {
  background-color: #f39106;
  background-image: linear-gradient(to bottom, #faa732, #f39106);
  background-repeat: repeat-x;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.clear {
  clear: both;
}
html {
  height: 100%;
  background: #ffffff;
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media screen and (min-width: 90em) {
  html {
    font-size: 110%;
  }
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background-color: transparent;
  font-family: 'Bitter', Cambria, Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #5a5b67;
}
a {
  text-decoration: underline;
  color: #891027;
  background-color: transparent;
  font-weight: bold;
}
a:visited {
  color: #891027;
}
a:hover {
  color: #E31837;
}
a:focus {
  outline: thin dotted;
  color: #E31837;
}
a:hover,
a:active {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.35em;
  font-family: inherit;
  font-weight: bold;
  color: #000000;
  margin: 0 0 0.8rem;
}
h1 small,
h2 small,
h3 small,
h4 small {
  font-size: 50%;
  line-height: 1;
  color: #bfbfbf;
}
h5,
h6 {
  text-transform: uppercase;
}
h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
h5 {
  font-size: 17px;
  font-size: 1.0625rem;
}
h6 {
  font-size: 15px;
  font-size: 0.9375rem;
}
p,
ol,
ul,
dl,
menu,
address,
pre,
blockquote {
  margin: 0;
  margin-bottom: 1.5em;
  margin-bottom: 1.5rem;
  line-height: 1.6rem;
}
small {
  font-size: 80%;
}
ul,
ol,
menu {
  padding-left: 1.2em;
}
li ul,
li ol {
  margin: 0;
}
nav ul,
nav ol,
form ul,
form ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
dl,
dd {
  margin-bottom: 1.6rem;
}
dt {
  font-weight: bold;
}
address {
  font-style: normal;
}
q {
  quotes: none;
}
blockquote {
  color: #8c8c95;
  border-left: 1px solid;
  padding-left: 1.2em;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
b,
strong {
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Consolas, Courier New, monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
mark {
  background-color: #404040;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 0;
  border: 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg {
  max-height: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
iframe {
  max-width: 100%;
}
figure {
  margin: 0 0 1.6rem;
}
figure > img {
  margin-bottom: 0.4rem;
}
figure > figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999;
}
/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.6rem;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
th,
td {
  padding: 8px;
  border-top: 1px solid #e0e0e0;
  font-size: 16px;
  font-size: 1rem;
  line-height: inherit;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
thead th {
  vertical-align: bottom;
}
colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0;
}
tbody + tbody {
  border-top: 2px solid #e0e0e0;
}
/* Forms =================================================== */
form {
  margin: 0;
}
form small {
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.8rem;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
  min-width: 0;
}
legend,
label {
  font-weight: bold;
  text-transform: uppercase;
  color: #404040;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 0.75em;
  margin-bottom: 0.75rem;
  padding: 0;
  border: 0;
  white-space: normal;
}
label {
  display: block;
  max-width: 100%;
  margin-bottom: 0.375em;
  margin-bottom: 0.375rem;
  /*
  input,
  textarea,
  select {
    display : block; 
  }
*/
}
label small {
  font-weight: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  overflow: visible;
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 0;
  font-family: 'Bitter', Cambria, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.2rem;
  color: #891027;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  border: 3px solid #891027;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.1s linear;
}
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  color: #891027;
  text-decoration: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #891027;
  color: #ffffff;
}
button small,
input[type="button"] small,
input[type="reset"] small,
input[type="submit"] small {
  font-weight: normal;
  line-height: 1;
}
input[type="submit"] {
  background-color: #891027;
  border-color: transparent;
  color: #ffffff;
}
input[type="submit"]:visited,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #ffffff;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #E31837;
  border-color: transparent;
  text-shadow: -1px 1px 4px rgba(137, 16, 39, 0.8);
}
input,
button,
select,
textarea {
  font-size: 16px;
  font-size: 1rem;
  vertical-align: baseline;
  *vertical-align: middle;
  font-family: 'Bitter', Cambria, Georgia, "Times New Roman", Times, serif;
  margin: 0;
  box-sizing: border-box;
  max-width: 100%;
}
input,
textarea,
select {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: #727382;
}
input,
textarea {
  padding: 6px 8px;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bfbfbf;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}
input:hover,
textarea:hover {
  border-color: #404040;
}
/* Correcting text-transform inheritance on these elements */
button,
select {
  text-transform: none;
}
/* FF3+ fixes */
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* make sure placeholder goes away on focus */
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}
[placeholder]:focus::-ms-input-placeholder {
  color: transparent;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  line-height: normal;
  cursor: pointer;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="image"] {
  border: 0;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
input[type="number"] {
  width: auto;
}
input[type="range"] {
  display: block;
  width: 100%;
}
input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  width: 100%;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  opacity: .5;
  cursor: not-allowed;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #000000;
  color: #5a5b67;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  box-shadow: none;
}
/* Type Classes */
.search-highlight {
  background: yellow;
}
a.next.page-numbers {
  float: right;
}
div.faq_pagination {
  margin-bottom: 2em;
}
.page-numbers:not(.prev) {
  margin-right: 1.2em;
}
a.prev {
  margin-right: 1.2em;
}
.title,
.alert__heading,
.article__title,
.teaser__title {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
.subtitle,
.byline {
  font-family: inherit;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.25;
}
.byline:last-child {
  margin-bottom: 0;
}
.lesser {
  color: #9c9da4;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
.caption {
  color: #9c9da4;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.25em;
}
.lead {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.subheading,
.subheading--bordered {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #000000;
}
.subheading--bordered {
  padding-bottom: 3px;
  border-bottom: 2px solid #E31837;
}
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-bottom: 0;
}
.meta {
  font-style: italic;
  margin-bottom: 0.8rem;
}
.taxonomy {
  font-size: 13px;
  font-size: 0.8125rem;
  border-top: 1px solid #e0e0e0;
  padding-top: 0.5em;
}
.taxonomy a {
  font-style: normal;
}
/*
.meta + .taxonomy {
  margin-top: -0.5em;
}
*/
.disclaimer {
  color: #9c9da4;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
.cta {
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
}
.text-columns,
.list--columns,
.list--columns--narrow {
  column-width: 18em;
  column-count: 4;
  column-gap: 2em;
  column-rule-color: transparent;
  column-rule-style: none;
  column-rule-width: 0;
}
.text-columns > div {
  display: inline-block;
  width: 100%;
}
.list--plain {
  padding-left: 0;
}
.list--plain li {
  list-style: none;
}
.list--prominent li {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 1.6rem;
}
.list--prominent li:last-child {
  margin-bottom: 0;
}
.list--prominent li ul {
  margin-top: 0.8rem;
}
.list--prominent li ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0.8rem;
}
.list--comfortable li {
  margin-bottom: 0.8rem;
}
.list--comfortable li:last-child {
  margin-bottom: 0;
}
.list--cozy li {
  line-height: 1.2rem;
  margin-bottom: 0.4rem;
}
.list--cozy li:last-child {
  margin-bottom: 0;
}
.list--bordered li {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #f2f2f2;
}
.list--bordered li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.list--columns,
.list--columns--narrow {
  padding-left: 0;
}
.list--columns > li,
.list--columns--narrow > li {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}
.list--columns--narrow {
  column-width: 10em;
}
.list--inline > li {
  display: inline;
  margin-right: 1em;
}
.list__meta {
  font-style: italic;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0;
}
.dl--horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl--horizontal dd {
  margin-left: 22.78%;
}
.blockquote {
  font-style: normal;
  padding: 0 1em;
}
.blockquote p,
.blockquote .quote {
  margin: 0 0 0.4rem;
}
.blockquote .quote:before {
  content: '\201C';
}
.blockquote .quote:after {
  content: '\201D';
}
.blockquote footer:before,
.blockquote .attr:before {
  content: '\2014\00A0';
}
.img--bordered {
  box-sizing: border-box;
  padding: 0.4rem;
  border: 1px solid #e0e0e0;
}
/* Alignment */
.align-left {
  display: inline;
  float: left;
  margin-right: 1.6rem;
  margin-bottom: 0.8rem;
}
.align-right {
  display: inline;
  float: right;
  margin-left: 1.6rem;
  margin-bottom: 0.8rem;
}
.align-center {
  clear: both;
  display: block;
  margin: 0 auto 0.8rem;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #e0e0e0;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #e0e0e0;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f2f2f2;
}
.input-and-submit {
  display: flex;
}
.input-and-submit > input[type='text'],
.input-and-submit > input[type='search'],
.input-and-submit > input[type='url'],
.input-and-submit > input[type='number'],
.input-and-submit > input[type='tel'] {
  flex-grow: 1;
  margin-bottom: 0;
}
.input-and-submit > button,
.input-and-submit > input[type="submit"] {
  margin-left: 2px;
  padding: 4px 12px;
  vertical-align: top;
}
.form__item {
  margin-bottom: 1.6rem;
}
.input--mini {
  width: 3em;
}
.input--small {
  width: 6em;
}
.input--med {
  width: 12em;
}
.radio,
.checkbox {
  font-weight: normal;
  text-transform: none;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
#disposal_location_search label {
  display: block;
  height: 17px;
  width: 110px;
  color: #5A5B67;
  font-family: Bitter;
  font-size: 14.2px;
  font-weight: bold;
  line-height: 19px;
  text-align: left;
  text-transform: capitalize;
}
.help-block,
.help-inline {
  color: #999999;
  font-size: 12px;
  font-size: 0.75rem;
}
.help-block {
  display: block;
  margin-bottom: 0.8rem;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form--search label {
  margin-bottom: 0;
}
.site-body__search {
  margin-bottom: 1em;
}
.search__submit {
  background-color: #891027;
  border-color: transparent;
  color: #ffffff;
  padding: 4px 12px;
}
.search__submit:visited,
.search__submit:hover,
.search__submit:focus {
  color: #ffffff;
}
.search__submit:hover,
.search__submit:focus {
  background-color: #E31837;
  border-color: transparent;
  text-shadow: -1px 1px 4px rgba(137, 16, 39, 0.8);
}
#site-body__search__input_faq {
  line-height: 1.8em;
}
@media only screen and (min-width: 48em) {
  #site-body__search__input_faq {
    max-width: 60%;
    margin: 0 0 0 auto;
  }
  .search__submit {
    background-color: #891027;
    border-color: transparent;
    color: #ffffff;
    margin-right: auto;
  }
  .search__submit:visited,
  .search__submit:hover,
  .search__submit:focus {
    color: #ffffff;
  }
  .search__submit:hover,
  .search__submit:focus {
    background-color: #E31837;
    border-color: transparent;
    text-shadow: -1px 1px 4px rgba(137, 16, 39, 0.8);
  }
}
.span1 {
  display: inline;
  float: left;
  width: 4.16666667%;
  margin: 0 2.08333333%;
}
.span2 {
  display: inline;
  float: left;
  width: 12.5%;
  margin: 0 2.08333333%;
}
.span3 {
  display: inline;
  float: left;
  width: 20.83333333%;
  margin: 0 2.08333333%;
}
.span4 {
  display: inline;
  float: left;
  width: 29.16666667%;
  margin: 0 2.08333333%;
}
.span5 {
  display: inline;
  float: left;
  width: 37.5%;
  margin: 0 2.08333333%;
}
.span6 {
  display: inline;
  float: left;
  width: 45.83333333%;
  margin: 0 2.08333333%;
}
.span7 {
  display: inline;
  float: left;
  width: 54.16666667%;
  margin: 0 2.08333333%;
}
.span8 {
  display: inline;
  float: left;
  width: 62.5%;
  margin: 0 2.08333333%;
}
.span9 {
  display: inline;
  float: left;
  width: 70.83333333%;
  margin: 0 2.08333333%;
}
.span10 {
  display: inline;
  float: left;
  width: 79.16666667%;
  margin: 0 2.08333333%;
}
.span11 {
  display: inline;
  float: left;
  width: 87.5%;
  margin: 0 2.08333333%;
}
.span12 {
  display: inline;
  float: left;
  width: 95.83333333%;
  margin: 0 2.08333333%;
}
.skip {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media only screen and (min-width: 30em) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 60em) {
  .container {
    padding-left: 6%;
    padding-right: 6%;
  }
}
#site-main {
  padding: 1.6rem 0;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row--margined {
  *zoom: 1;
  margin-bottom: 1.6rem;
}
.row--margined:before,
.row--margined:after {
  display: table;
  content: " ";
}
.row--margined:after {
  clear: both;
}
.row--margined:last-of-type,
.row--margined > :last-child {
  margin-bottom: 0;
}
.row--bordered {
  *zoom: 1;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 1.6rem;
  margin-bottom: 1.5em;
  margin-bottom: 1.5rem;
}
.row--bordered:before,
.row--bordered:after {
  display: table;
  content: " ";
}
.row--bordered:after {
  clear: both;
}
.row--bordered:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.page-header,
.article__header {
  margin-bottom: 1.6rem;
}
.page-header {
  padding-bottom: 0.4rem;
  border-bottom: 3px solid #bfbfbf;
}
.bg-pattern {
  background: #ffffff url(data:image/gif;base64,R0lGODlhCQAJAIAAAO7u7v///yH5BAAAAAAALAAAAAAJAAkAAAIRjIFgt6HezotQroku1fFNWAAAOw==) repeat -4px -4px;
}
#site-header {
  position: relative;
  padding: 0.53333333rem 0 4.7em;
  border-bottom: 3px solid #E31837;
  background: #fff /* @lightergrey */ /* url(../images/nabp-logomark_light-gray.png) no-repeat 80% -100px */;
  *zoom: 1;
}
#site-header:before,
#site-header:after {
  display: table;
  content: " ";
}
#site-header:after {
  clear: both;
}
.site-header__search {
  padding: 0 15px;
}
.site-logo {
  display: block;
  margin-bottom: 0.8rem;
  text-align: center;
}
.site-logo img {
  width: 100%;
  position: relative;
  top: -6px;
  min-width: 260px;
}
.site-header__search {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
#site-header__search__input {
  border-color: #999999;
}
.main-nav {
  text-transform: uppercase;
  letter-spacing: 0.0125em;
  width: 100%;
  box-sizing: border-box;
}
.main-nav > ul {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
}
.main-nav li {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.2;
}
.main-nav li > a {
  float: none;
  padding: 0.75em 15px;
  background-color: transparent;
  color: #00000a;
  text-decoration: none;
  display: block;
}
.main-nav li > a:hover,
.main-nav li > a:focus {
  color: #891027;
  text-decoration: none;
  text-shadow: none;
  background-color: #E31837;
}
.utility-nav {
  padding: 0.4rem;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  background: #bfbfbf;
}
.utility-nav li {
  display: inline-block;
  margin: 0 15px;
}
.utility-nav li > a {
  padding: 0.4rem;
  font-weight: normal;
}
@media only screen and (min-width: 30em) {
  #site-header {
    background-position: 60% -100px;
  }
  .site-header__container,
  .main-nav,
  .site-header__search {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 30em) and (max-width: 44.9375em) {
  .main-nav > ul > li {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 40em) {
  #site-header {
    background-position: 50px -100px;
  }
  .site-logo {
    float: left;
    margin-right: 10px;
  }
  .main-nav {
    float: right;
    margin-bottom: 0;
  }
  .utility-nav {
    margin-bottom: 0;
    float: right;
    text-align: right;
  }
  .utility-nav li {
    margin: 0 12px;
  }
}
@media only screen and (max-width: 44.9375em) {
  .js .main-nav > ul {
    transition: 0.2s max-height ease-out;
    max-height: 0;
    height: auto;
    overflow: hidden;
  }
  .js .main-nav > ul.js-toggled {
    max-height: 25em;
  }
  .js .toggle {
    border: none;
    background: #891027;
    color: #ffffff;
  }
  .js .toggle .icon {
    color: #ffffff;
    margin-right: 5px;
  }
  .js .toggle--menu {
    display: block;
    width: 98%;
    margin: 4px 1%;
  }
}
@media only screen and (min-width: 45em) {
  #site-header {
    padding-bottom: 0.53333333rem;
  }
  .site-header__search {
    top: 3.25em;
    bottom: auto;
    left: auto;
    width: 17.125em;
  }
  .site-header__search label {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    margin-right: 5px;
    letter-spacing: 0.025em;
  }
  .main-nav > ul {
    column-width: 14em;
    column-count: 3;
    column-gap: 0;
    column-rule-color: transparent;
    column-rule-style: none;
    column-rule-width: 0;
  }
  .js .toggle--menu {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (min-width: 65em) {
  #site-header {
    background-position: 100px -50px;
  }
  .site-header__container {
    padding-left: 0;
  }
  .site-logo,
  .main-nav {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .site-logo {
    padding-top: 0.35em;
    margin-left: 15px;
  }
  .main-nav {
    width: 42em;
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 0;
  }
  .main-nav ul {
    background: transparent;
  }
  .main-nav li {
    padding: 0.35em 0.5em;
  }
  .main-nav li > a {
    display: inline;
    padding: 0;
  }
  .main-nav li > a:hover,
  .main-nav li > a:focus {
    background: transparent;
    text-decoration: underline;
    color: #E31837;
  }
  .search-and-utility {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #737373;
    background-image: linear-gradient(to bottom, #a4a4a4 0%, #737373 65%, #737373 65%, #5c5c5c 100%);
    background-repeat: repeat-x;
  }
  .search-and-utility label,
  .search-and-utility a {
    color: #ffffff;
  }
  .search-and-utility a:hover,
  .search-and-utility a:focus {
    color: #E31837;
  }
  .site-header__search {
    display: flex;
    align-items: center;
    position: static;
    width: 40em;
    margin-right: 1em;
    padding: 0;
  }
  .site-header__search label {
    font-weight: normal;
  }
  .site-header__search .input-and-submit {
    flex-grow: 1;
  }
  .site-header__search input,
  .site-header__search button {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .utility-nav {
    font-size: 14px;
    font-size: 0.875rem;
    background: transparent;
  }
}
@media only screen and (min-width: 70em) {
  .site-logo {
    margin-left: 6%;
  }
}
@media only screen and (min-width: 90em) {
  .main-nav {
    width: 60%;
  }
}
#site-footer {
  padding: 1.6rem 0;
  background: #404040;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}
#site-footer a {
  color: #ffffff;
  font-weight: normal;
}
#site-footer a:hover,
#site-footer a:focus {
  color: #E31837;
}
@media only screen and (min-width: 48em) {
  #menu-footer-navigation {
    float: left;
  }
  .footer__social {
    float: right;
  }
}
/* Navigation */
.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.subnav {
  *zoom: 1;
}
.subnav:before,
.subnav:after {
  display: table;
  content: " ";
}
.subnav:after {
  clear: both;
}
.subnav li {
  line-height: 1.25;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e0e0e0;
}
.subnav li:last-child {
  border-bottom: none;
}
.subnav .parent {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  border-color: #bfbfbf;
  border-width: 2px;
  padding-bottom: 0.4rem;
}
.subnav .current,
.subnav .current > a {
  font-weight: bold;
  color: #000000;
}
.subnav a {
  font-weight: normal;
  text-decoration: none;
}
@media only screen and (min-width: 52em) {
  .subnav {
    border-right: 1px solid #e0e0e0;
    padding-right: 2em;
    padding-bottom: 1.6rem;
    text-align: right;
  }
}
.breadcrumb {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999999;
  margin-left: -0.35em;
  padding-bottom: 0.8rem;
}
.breadcrumb li {
  display: inline-block;
  margin-left: 0.35em;
}
.breadcrumb li:after {
  /* forward slashes */
  /* content: '\2044'; */
  /* 'greater than' signs */
  content: '\003E';
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  margin-right: 0.65em;
}
.pagination {
  *zoom: 1;
  clear: both;
  padding: 0.8rem 0;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.pagination:after {
  clear: both;
}
.pagination > p {
  float: left;
  margin: 0;
}
.pagination > ul {
  margin: 0;
  list-style: none;
}
.pagination > ul > li {
  display: inline;
}
.pagination .next,
.pagination .prev {
  width: 48%;
}
.pagination .next {
  float: right;
  margin-left: 1%;
  text-align: right;
}
.pagination .prev {
  float: left;
  margin-right: 1%;
}
.pagination--listing {
  text-align: center;
}
.pagination--listing strong,
.pagination--listing a {
  display: inline-block;
  padding: 0.25em 0.75em;
}
.pagination--listing a {
  margin: 0 2px;
}
.pagination--listing a:hover,
.pagination--listing a:active,
.pagination--listing a:focus {
  text-decoration: none;
}
.col--major + .col--minor,
.col--minor + .col--major,
.col--major--smaller + .col--minor--larger,
.col--minor--larger + .col--major--smaller {
  margin-top: 1.6rem;
}
@media only screen and (min-width: 40em) {
  .col--third {
    float: left;
    width: calc(50% - (1em * 2));
    margin-right: 1em;
    margin-left: 1em;
  }
  .col--third:nth-of-type(1n) {
    width: calc(50% - 1em);
    margin-right: calc(1em * 2);
    margin-left: 0;
  }
  .col--third:nth-of-type(2n) {
    width: calc(50% - 1em);
    margin-right: 0;
    margin-left: 0;
  }
  .col--third:nth-of-type(2n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 52em) {
  .col--half {
    float: left;
    width: calc(50% - (1em * 2));
    margin-right: 1em;
    margin-left: 1em;
  }
  .col--half:nth-of-type(1n) {
    width: calc(50% - 1em);
    margin-right: calc(1em * 2);
    margin-left: 0;
  }
  .col--half:nth-of-type(2n) {
    width: calc(50% - 1em);
    margin-right: 0;
    margin-left: 0;
  }
  .col--half:nth-of-type(2n+1) {
    clear: left;
  }
  .col--third {
    float: left;
    width: calc(33.333% - 1em);
    margin-right: calc(1em / 2);
    margin-left: calc(1em / 2);
  }
  .col--third:nth-of-type(1n) {
    width: 32%;
    margin-right: 2%;
    margin-left: 0;
  }
  .col--third:nth-of-type(2n) {
    width: 32%;
    margin-right: 2%;
    margin-left: 0;
  }
  .col--third:nth-of-type(3n) {
    width: 32%;
    margin-right: 0;
    margin-left: 0;
  }
  .col--third:nth-of-type(2n+1) {
    clear: none;
  }
  .col--third:nth-of-type(3n+1) {
    clear: left;
  }
  .col--major {
    float: left;
    width: calc(75% - (1em * 2));
  }
  .col--minor {
    float: left;
    width: calc(25% - (1em * 2));
  }
  .col--major--smaller {
    float: left;
    width: calc(66.667% - (1em * 2));
  }
  .col--minor--larger {
    float: left;
    width: calc(33.333% - (1em * 2));
  }
  .col--major + .col--minor,
  .col--minor + .col--major,
  .col--major--smaller + .col--minor--larger,
  .col--minor--larger + .col--major--smaller {
    margin-top: 0;
    margin-left: 4em;
  }
  .col--right {
    float: right;
    margin-left: 4em;
  }
  .col--right + .col--major,
  .col--right + .col--minor {
    margin-left: 0;
  }
}
.col--solo {
  display: block;
  float: none;
  max-width: 45em;
  margin-right: auto;
  margin-left: auto;
}
.col--solo--left {
  max-width: 45em;
  clear: both;
}
/* define breakpoints here */
/*
  the container for the items;
  needs a min class and a max class on it 
  - min classes: .min1, .min2, .min3
  - max classes: .max3, .max4, .max5, .max6
*/
.grid-container {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.grid-container:before,
.grid-container:after {
  display: table;
  content: " ";
}
.grid-container:after {
  clear: both;
}
/* each item */
.grid-item {
  display: inline;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 0.8rem;
}
/* below smallest breakpoint */
.min1 .grid-item {
  width: 96%;
}
.min2 .grid-item {
  width: 46%;
}
.min3 .grid-item {
  width: 29.333%;
}
.min2 .grid-item:nth-of-type(2n+1),
.min3 .grid-item:nth-of-type(3n+1) {
  clear: left;
}
@media only screen and (min-width: 30em) {
  /* 
  max6 and max5 become 3-column, unless they have min1,
  in which case they become 2-column. All else stay at
  their minimum.
*/
  .max6 .grid-item,
  .max5 .grid-item {
    width: 29.333%;
  }
  .min1 .grid-item {
    width: 46%;
  }
  .max6 .grid-item:nth-of-type(3n+1),
  .max5 .grid-item:nth-of-type(3n+1),
  .min1 .grid-item:nth-of-type(2n+1) {
    clear: left;
  }
  .min1 .grid-item:nth-of-type(3n+1) {
    clear: none;
  }
}
@media only screen and (min-width: 45em) {
  /*
  all become 3-column.
*/
  .max6 .grid-item,
  .max5 .grid-item,
  .max4 .grid-item,
  .max3 .grid-item {
    width: 29.333%;
  }
  .min1 .grid-item:nth-of-type(2n+1),
  .min2 .grid-item:nth-of-type(2n+1) {
    clear: none;
  }
  .max6 .grid-item:nth-of-type(3n+1),
  .max5 .grid-item:nth-of-type(3n+1),
  .max4 .grid-item:nth-of-type(3n+1),
  .max3 .grid-item:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 55em) {
  /*
  max6 and max5 become 4-column.
*/
  .max6 .grid-item,
  .max5 .grid-item {
    width: 21%;
  }
  .max6 .grid-item:nth-of-type(3n+1),
  .max5 .grid-item:nth-of-type(3n+1),
  .max3 .grid-item:nth-of-type(3n+1) {
    clear: none;
  }
  .max6 .grid-item:nth-of-type(4n+1),
  .max5 .grid-item:nth-of-type(4n+1),
  .max3 .grid-item:nth-of-type(3n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 60em) {
  /*
  max6 and max5 become 5-column. max4 becomes 4-column.
*/
  .max6 .grid-item,
  .max5 .grid-item {
    width: 16%;
  }
  .max4 .grid-item {
    width: 21%;
  }
  .max6 .grid-item:nth-of-type(4n+1),
  .max5 .grid-item:nth-of-type(4n+1),
  .max4 .grid-item:nth-of-type(3n+1) {
    clear: none;
  }
  .max6 .grid-item:nth-of-type(5n+1),
  .max5 .grid-item:nth-of-type(5n+1),
  .max4 .grid-item:nth-of-type(4n+1) {
    clear: left;
  }
}
@media only screen and (min-width: 70em) {
  /*
  max6 becomes 6-column.
*/
  .max6 .grid-item {
    width: 12.666%;
  }
  .max6 .grid-item:nth-of-type(5n+1) {
    clear: none;
  }
  .max6 .grid-item:nth-of-type(6n+1) {
    clear: left;
  }
}
.alert,
.alert--banner,
.alert--danger,
.alert--info,
.alert--lesser,
.alert--fancy,
.alert--ddl {
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  background-color: #ffffff;
  border: 2px solid #bfbfbf;
  border-radius: 3px;
  font-family: 'Bitter', Cambria, Georgia, "Times New Roman", Times, serif;
  color: #5a5b67;
}
.alert > *:last-child,
.alert--banner > *:last-child,
.alert--danger > *:last-child,
.alert--info > *:last-child,
.alert--lesser > *:last-child,
.alert--fancy > *:last-child,
.alert--ddl > *:last-child {
  margin-bottom: 0;
}
.alert__heading {
  font-size: 20px;
  font-size: 1.25rem;
  color: inherit;
}
.alert--banner {
  border-radius: 0;
}
#site-main > .alert--banner:first-child {
  margin-top: -1.6rem;
  padding-left: 0;
  padding-right: 0;
}
.alert--danger {
  background-color: #891027;
  border: none;
  color: #ffffff;
}
.alert--danger > * {
  color: #ffffff;
  border-color: #ffffff;
}
.alert--danger a {
  color: #ffffff;
}
.alert--info {
  background-color: #404040;
  border: none;
  color: #ffffff;
}
.alert--info > * {
  border-color: #0d0d0d;
}
.alert--info a {
  color: #ea5269;
}
.alert--info a:hover,
.alert--info a:focus {
  color: #E31837;
}
.alert--lesser {
  background-color: #f2f2f2;
  border-color: #e0e0e0;
  color: #bfbfbf;
}
.alert--lesser > * {
  border-color: #e0e0e0;
}
.alert--fancy,
.alert--ddl {
  border-radius: 6px;
  border: 8px solid rgba(64, 64, 64, 0.2);
  background-clip: padding-box;
}
.alert--ddl {
  max-width: 25em;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.alert--ddl .icon {
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 10px;
}
.alert--ddl p {
  text-align: center;
  margin-bottom: 0.4rem;
  margin-left: 74px;
}
.alert--block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert--block .alert__heading {
  margin-bottom: 0.2rem;
  font-size: inherit;
  font-weight: bold;
}
.alert--block > p,
.alert--block > ul {
  margin-bottom: 0;
}
.alert--block p + p {
  margin-top: 5px;
}
.browserupgrade {
  margin: 0;
  background: #fee7c7;
  color: #c17305;
  padding: 0.5em 2.5%;
}
.label,
.badge {
  display: inline-block;
  padding: 1px 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
  white-space: nowrap;
  color: #999999;
  background-color: #e0e0e0;
}
a.label,
a.badge {
  color: #891027;
}
a.label:hover,
a.badge:hover,
a.label:focus,
a.badge:focus,
a.label:active,
a.badge:active {
  text-decoration: none;
  color: #E31837;
}
a.label:visited,
a.badge:visited {
  color: #891027;
}
.label {
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 9px;
}
.badge--danger {
  background-color: #d62540;
  color: #ffffff;
}
.badge--danger:hover {
  background-color: #7f1626;
  color: #ffffff;
}
.badge--warning {
  background-color: #faa732;
  color: #ffffff;
}
.badge--warning:hover {
  background-color: #c17305;
  color: #ffffff;
}
.badge--success {
  background-color: #5bb75b;
  color: #ffffff;
}
.badge--success:hover {
  background-color: #347834;
  color: #ffffff;
}
.badge--info {
  background-color: #404040;
  color: #000000;
}
.badge--info:hover {
  background-color: #0d0d0d;
}
.box,
.box--simple,
.box--subtle,
.box--card {
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 1.5em;
  margin-bottom: 1.5rem;
}
.box:last-child,
.box:only-child {
  margin-bottom: 0;
}
.box > *:last-child {
  margin-bottom: 0;
}
.box--simple {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
.box--subtle {
  background: #ffffff url(data:image/gif;base64,R0lGODlhCQAJAIAAAO7u7v///yH5BAAAAAAALAAAAAAJAAkAAAIRjIFgt6HezotQroku1fFNWAAAOw==) repeat -4px -4px;
  border: 1px solid #e0e0e0;
}
.box--card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: 1px 1px 10px rgba(45, 45, 45, 0.1);
}
.box--callout {
  border: 3px solid #E31837;
}
.box__body {
  box-sizing: border-box;
  padding: 1em;
  *zoom: 1;
}
.box__body:before,
.box__body:after {
  display: table;
  content: " ";
}
.box__body:after {
  clear: both;
}
.box__body.media {
  padding: 0.5em;
  margin-bottom: 0;
}
.box__body > *:last-child {
  margin-bottom: 0;
}
/* Buttons =================================================== */
.btn,
.btn--chat-launch {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 0;
  font-family: 'Bitter', Cambria, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.2rem;
  color: #891027;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  border: 3px solid #891027;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.1s linear;
}
.btn:visited,
.btn:hover,
.btn:focus {
  color: #891027;
  text-decoration: none;
}
.btn:hover,
.btn:focus {
  background-color: #891027;
  color: #ffffff;
}
.btn small {
  font-weight: normal;
  line-height: 1;
}
.btn:first-child {
  *margin-left: 0;
}
.btn--disabled {
  opacity: .5;
  cursor: default;
}
.btn--link {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #891027;
  padding: 0;
  line-height: normal;
  vertical-align: baseline;
}
.btn--link:visited {
  color: #891027;
}
.btn--link:hover,
.btn--link:focus,
.btn--link:active {
  background: transparent;
  color: #E31837;
  text-decoration: underline;
}
.btn--primary {
  background-color: #891027;
  border-color: transparent;
  color: #ffffff;
}
.btn--primary:visited,
.btn--primary:hover,
.btn--primary:focus {
  color: #ffffff;
}
.btn--primary:hover,
.btn--primary:focus {
  background-color: #E31837;
  border-color: transparent;
  text-shadow: -1px 1px 4px rgba(137, 16, 39, 0.8);
}
.btn--chat-launch {
  border: none;
  color: #ffffff;
  font-size: 17.6px;
  font-size: 1.1rem;
  float: left;
  padding: 15px 35px;
  margin: 0 1em 1em 0;
}
.btn--chat-launch:visited {
  color: #ffffff;
}
.btn--chat-launch .icon {
  width: 20px;
  height: 20px;
  vertical-align: -2px;
  margin-left: -0.5em;
  margin-right: 0.5em;
  color: #ffffff;
}
.btn--chat-launch--default,
.btn--chat-launch--available {
  background: #404040;
}
.btn--chat-launch--default:hover,
.btn--chat-launch--available:hover,
.btn--chat-launch--default:focus,
.btn--chat-launch--available:focus {
  background-color: #891027;
  color: #ffffff;
}
.btn--chat-launch--available .icon {
  color: #00DB09;
}
.btn--chat-launch--unavailable {
  background: #bfbfbf;
  color: #404040;
  cursor: default;
}
.btn--chat-launch--unavailable:visited {
  color: #404040;
}
.btn--chat-launch--unavailable:hover,
.btn--chat-launch--unavailable:focus {
  background-color: #bfbfbf;
  color: #404040;
}
.btn--chat-launch--unavailable .icon {
  color: #E31837;
}
.btn--extlarge,
input.btn--extlarge {
  padding: 20px 35px;
  font-size: 20px;
  font-size: 1.25rem;
}
.btn--large,
input.btn--large {
  padding: 15px 25px;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.btn--small,
input.btn--small {
  padding: 6px 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.btn--mini {
  padding: 3px 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.btn-group {
  position: relative;
  margin-bottom: 1.5em;
  margin-bottom: 1.5rem;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  border-radius: 3px 0 3px 0;
}
.btn-group .btn:last-child {
  border-radius: 0 3px 0 3px;
}
.btn-toolbar {
  clear: both;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.btn--block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.btn--block + .btn--block {
  margin-top: 5px;
}
input[type="submit"].btn--block,
input[type="reset"].btn--block,
input[type="button"].btn--block {
  width: 100%;
}
.media,
.media--center,
.media--reverse {
  margin-bottom: 1.5em;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.media__figure,
.media__body {
  padding: 0.5em;
}
.media__figure {
  margin-bottom: 0;
  max-width: 120px;
}
.media__body {
  flex: 1;
  flex-basis: 60%;
  max-width: 45em;
}
.media__body > :last-child {
  margin-bottom: 0;
}
.media--center {
  align-items: center;
}
.media--reverse {
  flex-direction: row-reverse;
}
.media--reverse > .media__body {
  padding-left: 0;
  padding-right: 1em;
}
@media only screen and (min-width: 48em) {
  .media__figure {
    max-width: 150px;
  }
}
.icon {
  display: inline-block;
  fill: currentColor;
  color: currentColor;
  vertical-align: middle;
}
.icon--mini {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}
.icon--small {
  width: 18px;
  height: 18px;
  vertical-align: -3px;
}
p .icon--small {
  margin-right: 0.25em;
}
.icon--medium {
  width: 36px;
  height: 36px;
}
.icon--large {
  width: 54px;
  height: 54px;
}
#disposal_location_search .icon--large {
  width: 100%;
  height: inherit;
}
/*
a[href$=".pdf"]:before {
  font-family: "FontAwesome";
  content: "\f1c1";
  margin-right: 0.25em;
}
a[href$=".doc"]:before {
  font-family: "FontAwesome";
  content: "\f1c2";
  margin-right: 0.25em;
}
a[href$=".docx"]:before {
  font-family: "FontAwesome";
  content: "\f1c2";
  margin-right: 0.25em;
}
a[href$=".xls"]:before {
  font-family: "FontAwesome";
  content: "\f1c3";
  margin-right: 0.25em;
}
a[href$=".xlsx"]:before {
  font-family: "FontAwesome";
  content: "\f1c3";
  margin-right: 0.25em;
}
a[href$=".ppt"]:before {
  font-family: "FontAwesome";
  content: "\f1c4";
  margin-right: 0.25em;
}
a[href$=".pptx"]:before {
  font-family: "FontAwesome";
  content: "\f1c4";
  margin-right: 0.25em;
}
a[href$=".jpg"]:before {
  font-family: "FontAwesome";
  content: "\f1c5";
  margin-right: 0.25em;
}
a[href$=".jpeg"]:before {
  font-family: "FontAwesome";
  content: "\f1c5";
  margin-right: 0.25em;
}
a[href$=".gif"]:before {
  font-family: "FontAwesome";
  content: "\f1c5";
  margin-right: 0.25em;
}
a[href$=".png"]:before {
  font-family: "FontAwesome";
  content: "\f1c5";
  margin-right: 0.25em;
}
a[href$=".txt"]:before {
  font-family: "FontAwesome";
  content: "\f0f6";
  margin-right: 0.25em;
}
*/
.hero {
  margin-bottom: 1.6rem;
  position: relative;
  overflow: hidden;
}
.hero__img {
  filter: blur(3px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.2rem 10%;
  background: rgba(54, 54, 54, 0.5);
  color: #ffffff;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.45);
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero__text > :last-child {
  margin-bottom: 0;
}
.hero__tagline {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media only screen and (min-width: 30em) {
  .hero__tagline {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .hero__img {
    filter: blur(4px);
  }
}
@media only screen and (min-width: 40em) {
  .hero__text {
    padding: 6.4rem 12%;
  }
  .hero__tagline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 48em) {
  .hero__img {
    filter: blur(5px);
  }
  .hero__tagline {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 70em) {
  .hero__tagline {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.article__title {
  font-size: 28px;
  font-size: 1.75rem;
}
.article__aside {
  margin-top: 3.2rem;
}
.page-teasers {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
}
.teasers__heading {
  width: 100%;
  margin: 0.5em 0.5em 0;
}
.teaser,
.teaser--smaller,
.teaser--lesser {
  display: flex;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 0px 0.8rem;
  margin: 0.4rem 0;
}
.teaser :last-child,
.teaser--smaller :last-child,
.teaser--lesser :last-child {
  margin-bottom: 0;
}
.teaser__body {
  flex: 1;
  padding: 0.8rem;
  border: 1px solid #bfbfbf;
  background: #ffffff;
}
.teaser__body.media {
  padding: 0.3rem;
}
.teaser--lesser {
  font-size: 15px;
  font-size: 0.9375rem;
}
.teaser--lesser .teaser__body {
  background: #f2f2f2;
  border: none;
  padding: 0.8rem 1.6rem;
}
.teaser--lesser .teaser__title {
  font-size: 20px;
  font-size: 1.25rem;
}
.news-teaser {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.8rem;
}
.news-teaser .meta {
  font-size: 14px;
  font-size: 0.875rem;
}
.news-teaser .teaser__title,
.home__teaser .teaser__title {
  font-size: 20px;
  font-size: 1.25rem;
}
.news-teaser .teaser__title > a,
.home__teaser .teaser__title > a {
  font-weight: normal;
  text-decoration: none;
}
.news-teaser .teaser__title > a:hover,
.home__teaser .teaser__title > a:hover,
.news-teaser .teaser__title > a:focus,
.home__teaser .teaser__title > a:focus {
  text-decoration: underline;
}
.teaser__title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 48em) {
  .teaser,
  .teaser--smaller,
  .teaser--lesser {
    flex-basis: 50%;
    margin: 0.8rem 0;
  }
  .teaser--smaller,
  .teaser--lesser {
    flex-basis: 33.333%;
  }
  .teaser__body {
    padding: 1.6rem;
  }
  .teaser__body.media {
    padding: 1.1rem;
  }
}
@media only screen and (min-width: 80em) {
  .teaser--service {
    flex-basis: 33.333%;
  }
  .teaser--smaller,
  .teaser--lesser {
    flex-basis: 25%;
  }
}
/* DIRTY Responsive pricing table CSS */
/*
- make mobile switch sticky
*/
article.comparison-table {
  width: fixed;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
article.comparison-table * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}
article.comparison-table ul {
  display: flex;
  top: 0px;
  z-index: 10;
  margin-bottom: 14px;
  padding: 3px;
  background: #E0E0E0;
}
article.comparison-table li {
  list-style: none;
  flex: 1;
}
article.comparison-table li:last-child {
  border-right: 1px solid #DDD;
}
article.comparison-table button {
  width: 100%;
  border: none;
  padding: 10px;
  background: #e0e0e0;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999;
}
article.comparison-table li:nth-child(1) button {
  color: #555b96;
}
article.comparison-table li:nth-child(2) button {
  color: #002A5C;
}
article.comparison-table li:nth-child(1).active button {
  background: #556B96;
  color: #fff;
  border: 1px solid #23355a;
  border-top: 0;
  border-right: 0;
}
article.comparison-table li:nth-child(2).active button {
  background: #002A5C;
  color: #fff;
  border: 1px solid #001227;
  border-top: 0;
  border-right: 0;
}
article.comparison-table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  border: 0;
}
article.comparison-table th {
  border-collapse: collapse;
  background: none;
  display: none;
}
article.comparison-table th:nth-child(1) {
  border-top: 0;
  border-left: 0;
}
article.comparison-table th:nth-child(2) {
  background: #556B96;
  color: #fff;
}
article.comparison-table th:nth-child(3) {
  background: #002A5C;
  color: #fff;
}
article.comparison-table td,
article.comparison-table th {
  height: auto;
}
article.comparison-table td,
article.comparison-table th {
  border: 1px solid #E0E0E0;
  padding: 8px;
  empty-cells: hide;
}
article.comparison-table td,
article.comparison-table th {
  text-align: left;
  vertical-align: center;
}
article.comparison-table td + td,
article.comparison-table th + th {
  text-align: center;
  display: none;
}
article.comparison-table td.default {
  display: table-cell;
  padding: 2px;
}
article.comparison-table .bg-purple {
  background: #556B96;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  padding: 18px;
}
article.comparison-table .bg-blue {
  /*
    background:#002A5C;
    color:#ffffff;
*/
  font-size: 20px;
  font-weight: normal;
}
article.comparison-table .sep {
  background: #E0E0E0;
  font-weight: bold;
}
article.comparison-table .txt-l {
  font-size: 16px;
  font-weight: bold;
}
article.comparison-table .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}
article.comparison-table .tick {
  font-size: 20px;
  color: #2CA01C;
}
article.comparison-table .no {
  font-size: 20px;
  color: #D0021B;
}
article.comparison-table .hide {
  border: 0;
  background: none;
}
article.comparison-table tr:nth-child(even) {
  background-color: #EFF1F6;
}
article.comparison-table .w {
  width: 60%;
}
@media (min-width: 640px) {
  article.comparison-table ul {
    display: none;
  }
  article.comparison-table td,
  article.comparison-table th {
    display: table-cell !important;
  }
  article.comparison-table td,
  article.comparison-table th {
    width: 330px;
  }
  article.comparison-table td + td,
  article.comparison-table th + th {
    width: auto;
  }
}
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img,
.single .wp-post-image {
  margin-bottom: 1.6rem;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/* == WordPress CSS - Miscellaneous Styles == */
/* category links */
/* blogroll links */
/* read-more links */
@media only screen and (max-width: 29.9375em) {
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto 0.8rem;
  }
}
.home__intro {
  padding: 1.6rem 0 4rem;
  position: relative;
}
#site-main > .home__intro:first-child {
  margin-top: -1.6rem;
}
.home__intro__img {
  background: url(../images/stock-photo-8678063-healing-hands.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.home__intro__body {
  position: relative;
}
.home__statement {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
  padding: 1em;
  color: #3f4048;
  background: rgba(255, 255, 255, 0.55);
}
.home__after-intro {
  background: #ffffff;
  border-top: 2px solid #e0e0e0;
  margin-top: -1.6rem;
  padding-top: 1.6rem;
}
.home__teaser__img {
  display: block;
  margin: 0 auto 0.5em;
}
.home__features {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.home__teaser--feature {
  flex-basis: 100%;
  flex-grow: 1;
  margin: 0.5em;
}
.home__teaser--program {
  box-sizing: border-box;
}
.home__teaser--program .home__teaser__text {
  flex-basis: 60%;
}
.home__teaser--program p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
}
.home__see-all {
  clear: both;
  text-align: right;
}
@media only screen and (max-width: 34.9375em) {
  .home__teaser--program {
    display: block;
    padding: 0.5em;
  }
  .home__teaser--program .media__figure {
    float: left;
    width: 30%;
    padding: 0;
  }
  .home__teaser--program .home__teaser__text {
    margin-left: 35%;
    padding: 0;
  }
}
@media only screen and (min-width: 35em) {
  .home__statement {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.4;
  }
  .home__programs {
    display: flex;
    flex-wrap: wrap;
  }
  .home__teaser--program {
    flex-grow: 1;
    flex-basis: 50%;
    padding: 0 0.5em;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
  }
  .home__teaser--program .home__teaser__img {
    max-width: 150px;
  }
}
@media only screen and (min-width: 37.5em) {
  .home__intro {
    padding: 1.6rem 1em 4rem;
  }
  .home__intro .alert,
  .home__intro .alert--banner,
  .home__intro .alert--danger,
  .home__intro .alert--info,
  .home__intro .alert--lesser,
  .home__intro .alert--fancy,
  .home__intro .alert--ddl {
    margin-bottom: 0.8rem;
  }
  .home__statement {
    margin: 1.6rem auto;
    max-width: 30em;
  }
}
@media only screen and (min-width: 45em) {
  .home__teaser--feature .media__figure {
    max-width: 200px;
    text-align: center;
  }
  .home__teaser--feature .media__figure img {
    max-height: 250px;
  }
  .home__teaser--feature .media__body {
    flex-basis: 50%;
  }
  .home__teaser--program {
    flex-basis: 33.333%;
  }
}
@media only screen and (min-width: 62em) {
  .home__statement {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 1.6rem;
    margin: 3.2rem auto;
  }
}
@media only screen and (min-width: 65em) {
  .home__teaser--feature {
    flex-basis: 33.333%;
  }
  .home__teaser--feature .media__figure {
    max-width: 350px;
  }
  .home__teaser--program {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 75em) {
  .home__statement {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 2.4rem;
    margin: 4.8rem auto;
  }
  .home__teaser--feature {
    flex-basis: 25%;
  }
  .home__teaser--program {
    flex-basis: 20%;
  }
}
@media only screen and (min-width: 90em) {
  .home__teaser--feature,
  .home__teaser--program {
    flex-basis: 16.666%;
  }
}
.modal_bg {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  top: 0px;
  left: 0px;
  overflow: scroll;
}
.newsroom_overlay {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h3.social_headline {
  width: 100%;
  text-align: center;
}
.teaser--social .teaser__body {
  display: flex;
}
@media only screen and (min-width: 60em) {
  .teaser--social .teaser__body .media__figure {
    max-width: 100px;
  }
  .teaser--social .teaser__body .media__body {
    max-width: calc(100% - 150px);
    flex: none;
  }
}
.teaser--social .teaser__body .newsroom__social {
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 30em) {
  .teaser--social .teaser__body .newsroom__social .icon--large {
    width: 36px;
    height: 36px;
  }
}
.recent-blogs {
  margin: 0px auto;
  max-width: 60rem;
  clear: both;
}
ul.list-recent-blog {
  display: flex;
  list-style: none;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 600px) {
  ul.list-recent-blog {
    flex-direction: column;
  }
}
ul.list-recent-blog li {
  flex-basis: 33%;
  text-align: center;
  background-color: white;
  margin-bottom: 20px;
  border: 1px solid #bfbfbf;
  padding: 5px;
  border-radius: 2px;
}
@media only screen and (min-width: 601px) {
  ul.list-recent-blog li:nth-child(2) {
    margin: 0px 20px;
    margin-bottom: 20px;
  }
}
.blog-teaser {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  padding: 25px 0px;
}
.blog-teaser:nth-child(even) {
  flex-direction: row-reverse;
}
.blog-teaser .blog-teaser-img {
  width: 200px;
  height: 125px;
}
.blog-teaser .blog-teaser-img img {
  max-width: 200px;
  max-height: 125px;
}
.blog-teaser .blog-teaser-content {
  flex-grow: 1;
  padding: 0px 20px;
}
.blog-teaser .blog-teaser-content h2 a {
  text-decoration: none;
}
.hero {
  margin: 30px auto;
  max-width: 60rem;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 727px) {
  .hero {
    flex-direction: column;
  }
}
.hero h1 {
  padding-bottom: 10px;
}
.hero .hero-img {
  max-width: 400px;
  max-height: 250px;
  flex-grow: 0;
  flex-shrink: 0;
}
.hero .hero-content {
  padding: 20px;
}
.hero img {
  max-width: 100%;
}
.hero .byline {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 400px) {
  .hero .byline {
    flex-direction: column;
  }
}
.hero .byline p {
  font-size: 18px;
  display: inline-block;
}
.blog-post {
  max-width: 48rem;
}
.author-bio {
  clear: both;
  max-width: 48rem;
  margin: 20px auto;
  padding: 50px 20px 20px 20px;
  position: relative;
  border: 1px solid #891027;
}
.author-bio h3.about-the-author {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  width: 100%;
  border: 1px solid #891027;
  background-color: #891027;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  box-sizing: border-box;
}
.cta-blog {
  position: relative;
  clear: both;
  border: 10px solid #404040;
  padding: 20px;
  text-align: center;
}
#site-main .gsc-above-wrapper-area {
  padding: 0;
  border: none;
}
#site-main .gsc-result-info {
  font-size: 14px;
  font-size: 0.875rem;
}
#site-main .gsc-control-cse,
#site-main .gsc-control-cse .gsc-table-result {
  font-family: 'Bitter', Cambria, Georgia, "Times New Roman", Times, serif;
}
#site-main .gsc-table-result,
#site-main .gs-promotion-table,
#site-main .gsc-above-wrapper-area-container {
  margin-bottom: 0;
}
#site-main .gsc-table-cell-thumbnail {
  padding-top: 1em;
}
#site-main .gs-title {
  padding-top: 0;
}
#site-main .gsc-webResult.gsc-result:hover,
#site-main .gsc-imageResult:hover {
  border-color: transparent;
}
#site-main .gs-webResult.gs-result a.gs-title:link,
#site-main .gs-webResult.gs-result a.gs-title:link b,
#site-main .gs-imageResult a.gs-title:link,
#site-main .gs-imageResult a.gs-title:link b {
  color: #891027;
}
#site-main .gs-webResult.gs-result a.gs-title:visited,
#site-main .gs-webResult.gs-result a.gs-title:visited b,
#site-main .gs-imageResult a.gs-title:visited,
#site-main .gs-imageResult a.gs-title:visited b {
  color: #891027;
}
#site-main .gs-webResult.gs-result a.gs-title:hover,
#site-main .gs-webResult.gs-result a.gs-title:hover b,
#site-main .gs-imageResult a.gs-title:hover,
#site-main .gs-imageResult a.gs-title:hover b,
#site-main .gs-webResult.gs-result a.gs-title:focus,
#site-main .gs-webResult.gs-result a.gs-title:focus b,
#site-main .gs-imageResult a.gs-title:focus,
#site-main .gs-imageResult a.gs-title:focus b {
  color: #E31837;
}
#site-main .gsc-control-cse .gs-spelling,
#site-main .gsc-control-cse .gs-result .gs-title,
#site-main .gsc-control-cse .gs-result .gs-title * {
  font-size: 18px;
  font-size: 1.125rem;
}
#site-main .gs-webResult div.gs-visibleUrl,
#site-main .gs-imageResult div.gs-visibleUrl {
  color: #9c9da4;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
#site-main .gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 5px 9px;
  color: #891027;
}
#site-main .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
#site-main .gsc-results .gsc-cursor-box .gsc-cursor-page:focus {
  color: #E31837;
}
#site-main .cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
#site-main .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  text-shadow: none;
}
#site-main .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #fff;
}
#site-main .gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover,
#site-main .gsc-results .gsc-cursor-box .gsc-cursor-current-page:focus {
  color: #fff;
}
.ddl__form__item input::-webkit-input-placeholder {
  font-style: italic;
}
.ddl__form__item input:-moz-placeholder {
  font-style: italic;
}
.ddl__form__item input::-moz-placeholder {
  font-style: italic;
}
.ddl__form__item input:-ms-input-placeholder {
  font-style: italic;
}
.map__canvas {
  margin-bottom: 1.6rem;
}
.ddl__form {
  padding: 1em;
  background: #f2f2f2;
  margin-bottom: 1.6rem;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.ddl__form button.btn--large {
  height: fit-content;
  padding: 5px 16px;
  margin-top: 1.325em;
}
.ddl__form__item {
  margin-bottom: 0.4rem;
  width: inherit;
}
.ddl__form__item.icon {
  width: 84px;
  margin-right: 0.4em;
}
.ddl__form__item.distance select {
  min-width: 115px;
  height: 80px;
}
.ddl__form__item.distance select option {
  padding: 4px 8px;
}
.ddl__form__item.location {
  min-width: 258px;
}
.ddl__form__item.location input {
  width: 100%;
  border: solid 2px #891027;
  border-radius: 2px;
}
.ddl__form__item input {
  margin-bottom: 0;
}
.search__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ddt__search_pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page_num,
.page_prev {
  margin: 0 1em 0 0;
}
.ddl_error {
  padding: 3em;
  min-height: 300px;
}
.ddl__form__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 0.4rem;
}
.ddl__locations-list {
  border-bottom: 3px solid #bfbfbf;
  border-top: none;
  margin-bottom: 1.6rem;
}
.ddl__locations-list.no-results {
  border-bottom: none;
  border-top: 3px solid #bfbfbf;
}
.ddl__location__distance {
  font-size: 14px;
  font-size: 0.875rem;
  color: #9c9da4;
}
.tel-link {
  color: #3f4048;
  text-decoration: none;
}
.no-results > .no-results h4 {
  margin-top: .4em;
}
.no-results > .no-results p.no-results-instruction {
  border: dashed 2px;
  padding: 1em;
}
@media only screen and (min-width: 48em) {
  .ddl__form__item,
  .ddl__form__text {
    display: inline-block;
    margin-right: 0.35em;
  }
}
#map {
  height: 500px;
  width: 100%;
}
#locations-found {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  border-top: solid 2px #979797;
  padding: 32px 0;
}
#ddl-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
#ddl-results.off .ddl-result {
  opacity: 0;
}
#ddl-results.on .ddl-result {
  opacity: 1;
}
#ddl-results .ddl-result {
  flex-basis: 300px;
  flex-grow: 1;
  flex-shrink: 0;
  padding: 20px;
  border: 1px solid black;
  margin: 5px;
  transition: opacity 0.5s ease-in-out;
}
#ddl-results .ddl-result .distance {
  font-style: italic;
}
#ddl-results .ddl-result:nth-child(1) {
  transition-delay: 0s;
}
#ddl-results .ddl-result:nth-child(2) {
  transition-delay: 0.1s;
}
#ddl-results .ddl-result:nth-child(3) {
  transition-delay: 0.2s;
}
#ddl-results .ddl-result:nth-child(4) {
  transition-delay: 0.3s;
}
#ddl-results .ddl-result:nth-child(5) {
  transition-delay: 0.4s;
}
#ddl-results .ddl-result:nth-child(6) {
  transition-delay: 0.5s;
}
#ddl-results .ddl-result:nth-child(7) {
  transition-delay: 0.6s;
}
#ddl-results .ddl-result:nth-child(8) {
  transition-delay: 0.7s;
}
#ddl-results .ddl-result:nth-child(9) {
  transition-delay: 0.8s;
}
#ddl-results .ddl-result:nth-child(10) {
  transition-delay: 0.9s;
}
#ddl-results .ddl-result:nth-child(11) {
  transition-delay: 1s;
}
#ddl-results .ddl-result:nth-child(12) {
  transition-delay: 1.1s;
}
.map-pagination {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.map-pagination p {
  display: block;
  flex-basis: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.map-pagination a {
  display: block;
  padding: 5px;
  margin: 5px;
  border: 1px solid #891027;
  min-width: 14px;
  text-decoration: none;
}
.map-pagination a:hover,
.map-pagination a:focus {
  color: white;
  background-color: #891027;
}
.map-pagination span {
  display: block;
  padding: 5px;
  margin: 5px;
  min-width: 14px;
  background-color: #891027;
  color: white;
}
.map-pagination span.disabled {
  background-color: white;
  color: #AAA;
  border: 1px solid #AAA;
}
@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  ::-webkit-input-placeholder {
    color: transparent;
  }
  :-moz-placeholder {
    color: transparent;
  }
  ::-moz-placeholder {
    color: transparent;
  }
  :-ms-input-placeholder {
    color: transparent;
  }
  nav,
  .btn,
  .btn-link,
  .btn--chat-launch {
    display: none;
  }
  .alert,
  .alert--banner,
  .alert--danger,
  .alert--info,
  .alert--lesser,
  .alert--fancy,
  .alert--ddl {
    border: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
