/*!----------------------------------------------------------------------------------------------------
 * Theme Name: SOS for Addictions
 * Description: Child theme for the SOS for Addictions site
 * Version: 1.0.0
 * Template: makespace-framework
-----------------------------------------------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #f05a23;
  border: 0;
  border-radius: 23px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #c0481c;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

select::-ms-expand {
  display: none; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #464441;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mitr", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h1 {
  font-size: 33px;
  margin-bottom: 0.4em; }

h2 {
  color: #f05a23;
  font-size: 30px;
  margin-bottom: 0; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*-----------------------------------------------------------------------------------------------------
  Shared
-----------------------------------------------------------------------------------------------------*/
.pager {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.pager .prev,
.pager .back,
.pager .next {
  font: 16px/1.4 "Mitr", sans-serif;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 33.3333333333%;
  -moz-flex: 1 0 33.3333333333%;
  -ms-flex: 1 0 33.3333333333%;
  flex: 1 0 33.3333333333%; }

.pager .prev a,
.pager .back a,
.pager .next a {
  color: #118592;
  transition: color 0.25s ease-in-out; }

.pager .prev a:hover,
.pager .back a:hover,
.pager .next a:hover {
  color: #063237; }

.pager .prev a:hover .fa,
.pager .back a:hover .fa,
.pager .next a:hover .fa {
  background-color: #063237; }

.pager .back {
  text-align: center; }

.pager .fa {
  border-radius: 50%;
  color: white;
  background-color: #118592;
  line-height: 21px;
  text-align: center;
  transition: background-color 0.25s ease-in-out;
  width: 21px; }

.pager .next {
  text-align: right; }

.pager .prev {
  text-align: left; }

.pager.-numeric {
  padding-bottom: 49px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.pager.-numeric a {
  color: #118592;
  display: block;
  font: 18px/1 "Mitr", sans-serif;
  line-height: 24px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  width: 24px; }

.pager.-numeric a:hover {
  color: #0c5b64; }

.pager.-numeric .active a {
  border-radius: 50%;
  background-color: #118592;
  color: white; }

#site-footer {
  background-color: #191f31;
  color: white;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  z-index: 2000;
  padding-top: 30px;
  padding-bottom: 24px; }

#site-footer .column {
  float: left;
  display: block;
  margin-right: 2.1052631579%;
  width: 31.9298245614%; }
  #site-footer .column:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    #site-footer .column {
      margin-bottom: 20px;
      width: 100%;
      margin-right: 0; } }

#site-footer .column a {
  border-bottom: 1px solid #118592;
  color: #118592;
  transition: border-bottom 0.25s ease-in-out; }

#site-footer .column a:hover {
  border-bottom: 1px solid rgba(17, 133, 146, 0); }

#site-footer .social-links .item {
  display: inline-block;
  margin-left: 14px; }

#site-footer .social-links .item:first-child {
  margin-left: 0; }

#site-footer .social-links .link {
  border-bottom: none;
  background-color: #118592;
  border-radius: 6px;
  display: block;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease-in-out;
  height: 24px;
  width: 24px; }

#site-footer .social-links .link:hover {
  background-color: #4da4ad; }

#site-footer .social-links .link:before {
  color: #191f31; }

#site-footer .subtitle {
  color: #b6b5b3;
  font: bold 18px/1.4 "Open Sans", sans-serif;
  margin-bottom: 6px; }

#site-footer .title {
  border-bottom: 2px solid #118592;
  color: #118592;
  font-size: 30px;
  padding-bottom: 4px; }

#copyright-bar {
  color: #70b4bb;
  font-weight: 300; }

#copyright-bar nav,
#copyright-bar ul,
#copyright-bar li {
  display: inline-block; }

#copyright-bar li:after {
  content: '\a0|\a0';
  display: inline-block; }

#copyright-bar li:last-child:after {
  content: '';
  display: none; }

#copyright-bar a {
  border-bottom: 1px solid rgba(112, 180, 187, 0);
  color: #70b4bb;
  transition: border-bottom 0.25s ease-in-out; }

#copyright-bar a:hover {
  border-bottom: 1px solid #70b4bb; }

#copyright-bar .container {
  display: flex;
  margin-top: 35px;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  #copyright-bar .container:after {
    display: none; }

a#makespace-bee {
  border-bottom: none; }

a#makespace-bee:hover {
  border-bottom: none; }

a#makespace-bee svg path {
  fill: #70b4bb;
  transition: fill 0.35s ease-in-out; }

a#makespace-bee:hover svg path {
  fill: #F8981D; }

#site-header {
  background: white;
  border-bottom: 1px solid #d6d6d6;
  position: static;
  padding-top: 19px;
  padding-bottom: 19px;
  position: fixed;
  top: 0px;
  left: 0px; }
  @media screen and (max-width: 950px) {
    #site-header {
      padding-top: 5px;
      padding-bottom: 5px; } }

#site-header #brand {
  height: auto;
  width: 224px; }
  @media screen and (max-width: 950px) {
    #site-header #brand {
      height: auto;
      width: 140px; } }

#site-header #large-nav-primary {
  display: block;
  font: 20px/1.25 "Mitr", sans-serif; }
  @media screen and (max-width: 950px) {
    #site-header #large-nav-primary {
      display: none; } }

#site-header .container {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  #site-header .container:after {
    display: none; }

#site-header .menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

#site-header .menu-item {
  margin-left: 40px; }

#site-header .menu-item:first-child {
  margin-left: 0; }

#site-header .nav-toggle {
  display: none;
  width: 28px; }
  @media screen and (max-width: 950px) {
    #site-header .nav-toggle {
      display: block;
      position: absolute;
      top: 12px;
      right: 20px; } }

#site-header,
#ocn-nav-primary,
.contact-link-container {
  font: 20px/1.25 "Mitr", sans-serif; }

#site-header a,
#ocn-nav-primary a,
.contact-link-container a {
  color: #128390;
  transition: color 0.25s ease-in-out; }

#site-header a:hover,
#ocn-nav-primary a:hover,
.contact-link-container a:hover {
  color: #0c5a63; }

#site-header .find-help a,
#ocn-nav-primary .find-help a,
.contact-link-container .find-help a {
  color: #f05a23;
  font-weight: bold; }

#site-header .find-help a:after,
#ocn-nav-primary .find-help a:after,
.contact-link-container .find-help a:after {
  background-color: #f05a23;
  border-radius: 12px;
  color: white;
  content: '\f002';
  display: inline-block;
  font-weight: normal;
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  transition: background-color 0.25s ease-in-out;
  height: 24px;
  width: 24px;
  -webkit-transform: translateY(-2px) translateX(8px);
  -moz-transform: translateY(-2px) translateX(8px);
  -ms-transform: translateY(-2px) translateX(8px);
  -o-transform: translateY(-2px) translateX(8px);
  transform: translateY(-2px) translateX(8px); }

#site-header .find-help a:hover,
#ocn-nav-primary .find-help a:hover,
.contact-link-container .find-help a:hover {
  color: #d2430e; }

#site-header .find-help a:hover:after,
#ocn-nav-primary .find-help a:hover:after,
.contact-link-container .find-help a:hover:after {
  background-color: #d2430e; }

.contact-link-container a {
  display: block;
  float: left;
  padding: 10px 20px;
  width: 100%; }

#ocn-brand {
  width: 140px; }

.hero-image {
  background: url("./images/header-bg.jpg") center center no-repeat;
  background-size: cover;
  display: block;
  float: left;
  margin-bottom: 30px;
  margin-top: 126px;
  height: 237px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .hero-image {
      margin-top: 0; } }

#breadcrumbs {
  display: block;
  float: left;
  margin-bottom: 36px;
  text-align: right;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #breadcrumbs {
      text-align: left; } }

#breadcrumbs a {
  border-bottom: 1px solid rgba(153, 209, 215, 0);
  color: #99d1d7;
  font-weight: normal;
  transition: border-bottom 0.25s ease-in-out; }

#breadcrumbs a:hover {
  border-bottom: 1px solid #99d1d7; }

#breadcrumbs li {
  color: #128390;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px; }

#breadcrumbs li:before {
  content: '\b7';
  color: #99d1d7;
  display: inline-block;
  margin-right: 10px; }

#breadcrumbs li:first-child:before {
  content: '';
  display: none; }

#breadcrumbs li:last-child {
  margin-right: 0; }

.home #site-header {
  position: static; }
  @media screen and (max-width: 810px) {
    .home #site-header {
      background: rgba(255, 255, 255, 0);
      border-bottom: 1px solid rgba(214, 214, 214, 0) !important;
      border-bottom: none !important;
      transition: background-color 0.25s ease-in-out, border-bottom 0.25s ease-in-out;
      position: fixed;
      top: 0px;
      left: 0px; } }

@media screen and (max-width: 810px) {
  .home #site-header #brand {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px); } }

.home #site-header.pinned {
  background: white;
  border-bottom: 1px solid #d6d6d6 !important;
  margin-top: 0 !important;
  position: fixed;
  top: 0px;
  left: 0px; }
  .home #site-header.pinned ~ .main-row .flex-row {
    padding-top: 166px; }
    @media screen and (max-width: 810px) {
      .home #site-header.pinned ~ .main-row .flex-row {
        padding-top: 40px; } }
  @media screen and (max-width: 810px) {
    .home #site-header.pinned #brand {
      display: block;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px); } }

.flex-row {
  display: flex;
  width: 100%; }

.row {
  display: block;
  float: left;
  width: 100%; }

.container {
  padding: 0 15px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  .container.-flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

.breakout-container {
  padding: 0 15px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1550px; }
  .breakout-container::after {
    clear: both;
    content: "";
    display: block; }

body {
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

.flexboxtweener, .flexboxtweener > body {
  height: 100%; }

.main-row {
  background: white;
  padding-bottom: 35px;
  overflow: hidden;
  position: relative;
  z-index: 2000;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/*-----------------------------------------------------------------------------------------------------
  Pages
-----------------------------------------------------------------------------------------------------*/
body.home {
  padding-top: calc(100vh - 126px); }
  @media screen and (max-width: 810px) {
    body.home {
      padding-top: 100vh; } }

.connection-services {
  width: 100%; }

.connection-services .item {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 2%;
  padding-bottom: 9%;
  position: relative;
  height: 0;
  width: 9%; }

.connection-services .off,
.connection-services .on {
  background-size: contain;
  transition: opacity 0.25s  ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.connection-services .off {
  opacity: 0.6; }

.connection-services .on {
  opacity: 0; }

.connection-services .item:hover .off,
.connection-services .item.active .off {
  opacity: 0; }

.connection-services .item:hover .on,
.connection-services .item.active .on {
  opacity: 1; }

.connection-services ~ [data-property="title"] {
  color: #f05a23;
  display: block;
  float: left;
  font: 18px/1.4 "Mitr", sans-serif;
  margin-top: 20px;
  width: 100%; }

.home #site-header {
  border-bottom: 1px solid #d6d6d6; }

.home .ad {
  margin-left: 2.1052631579%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 160px;
  -moz-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px; }
  @media screen and (max-width: 800px) {
    .home .ad {
      display: none; } }

.home .center {
  margin-left: 2.1052631579%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: no-wrap;
  -moz-box-lines: no-wrap;
  box-lines: no-wrap;
  -webkit-flex-wrap: no-wrap;
  -moz-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }
  @media screen and (max-width: 1030px) {
    .home .center {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.home .contact {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 340px;
  -moz-flex: 0 0 340px;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px; }

.home .flex-row {
  margin-left: -2.1052631579%;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.home .main {
  margin-left: 2.1052631579%;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 560px;
  -moz-flex: 0 1 560px;
  -ms-flex: 0 1 560px;
  flex: 0 1 560px; }

.home-contact {
  color: #419ca6;
  font-family: "Mitr", sans-serif;
  text-align: center; }

.home-contact span {
  font-size: 14px; }

.home-contact h3 {
  font-size: 25px;
  line-height: 1; }

.home-contact img {
  margin-bottom: 33px; }

.home-news-events {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 980px) {
    .home-news-events {
      display: block; } }

.home-news-events .see-all {
  border-bottom: 1px solid rgba(70, 68, 65, 0);
  color: #464441;
  font: bold 16px/1.4 "Open Sans", sans-serif;
  transition: border-bottom 0.25s ease-in-out; }
  .home-news-events .see-all:hover {
    border-bottom: 1px solid #464441; }

.home-news-events .title {
  font: 26px/1.5 "Mitr", sans-serif;
  margin-bottom: 0; }

.home-main h2 {
  color: #464441;
  font-size: 26.4px;
  margin-bottom: 22px; }

.home-main p {
  margin-bottom: 40px; }

.home-main .we-provide-a-connection {
  color: #f05a23; }

.home-news {
  display: block;
  float: left;
  padding: 26px;
  position: relative;
  width: 50%; }
  @media screen and (max-width: 980px) {
    .home-news {
      background: #e4e4e4 url("images/home--news-bg.png") repeat;
      width: 100%;
      margin-right: 0; } }

.home-news:after {
  background: #e4e4e4 url("images/home--news-bg.png") repeat;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 5000px; }
  @media screen and (max-width: 980px) {
    .home-news:after {
      display: none; } }

.home-news .title {
  margin-bottom: 20px; }

.home-resources {
  display: block;
  float: left;
  padding: 46px 70px;
  position: relative;
  width: 50%;
  z-index: 100; }
  @media screen and (max-width: 980px) {
    .home-resources {
      background-color: #118592;
      margin-top: 30px;
      padding: 26px;
      width: 100%;
      margin-right: 0; } }

.home-resources:after {
  background-color: #118592;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 5000px; }
  @media screen and (max-width: 980px) {
    .home-resources:after {
      display: none; } }

.home-resources h4,
.home-resources p {
  color: white; }

.home-resources .see-all {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: white; }
  .home-resources .see-all:hover {
    border-bottom: 1px solid white; }

.home-resources .title {
  line-height: 1.2;
  margin-bottom: 6px; }

.home-video {
  background: url("./images/home-video--mobile.jpg") center center no-repeat;
  background-size: cover;
  color: white;
  padding: 0 15px 138px 15px;
  text-align: center;
  z-index: 1;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100vh;
  width: 100%; }
  @media screen and (max-width: 810px) {
    .home-video {
      padding-bottom: 15px; } }

.home-video:after {
  background: url("./images/video-overlay.png") top left repeat;
  content: '';
  display: block;
  z-index: 100;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }

.home-video form {
  position: relative;
  z-index: 200;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.home-video h1 {
  font-size: 4vmin; }

.home-video button[type="submit"] {
  padding: 0;
  position: relative;
  border-radius: 18px;
  height: 36px;
  width: 36px; }
  .home-video button[type="submit"] .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.home-video label {
  font: 600 20px/1 "Mitr", sans-serif;
  margin-right: 8px;
  margin-bottom: 0; }

.home-video label,
.home-video .select-container {
  display: inline-block;
  float: left;
  position: relative; }
  @media screen and (max-width: 810px) {
    .home-video label,
    .home-video .select-container {
      float: none; } }

.home-video .select-container:after {
  content: '\f107';
  display: block;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.home-video select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #464441;
  font: 400 20px/1 "Mitr", sans-serif;
  margin-bottom: 0;
  padding-right: 25px;
  position: relative;
  z-index: 100; }

.home-video video {
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: auto;
  width: auto; }
  @media screen and (max-width: 768px) {
    .home-video video {
      display: none; } }

.home-video .im-looking-for {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid white;
  border-radius: 40px;
  color: #464441;
  display: flex;
  margin-top: 33px;
  padding: 14px;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media screen and (max-width: 768px) {
    .home-video .im-looking-for {
      display: block !important; } }
  @media screen and (max-width: 750px) and (orientation: landscape) {
    .home-video .im-looking-for {
      margin-top: 12px; } }

.home-video .logo-container {
  margin-top: 20px;
  z-index: 200; }
  @media screen and (max-width: 750px) and (orientation: landscape) {
    .home-video .logo-container {
      margin-top: 10px;
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      align-self: flex-start;
      -ms-flex-item-align: start; } }
  .home-video .logo-container img {
    height: auto;
    width: 30vmin; }
    @media screen and (max-width: 750px) and (orientation: landscape) {
      .home-video .logo-container img {
        height: auto;
        width: 16vmin; } }

.home-video .select-container {
  margin-right: 22px; }
  @media screen and (max-width: 768px) {
    .home-video .select-container {
      margin-right: 0; } }

.home-video .scroll-link {
  color: white;
  font: bold 20px/1 "Mitr", sans-serif;
  z-index: 200; }
  .home-video .scroll-link .fa {
    margin-top: -8px;
    font-size: 40px;
    font-weight: normal; }

.home-form-row {
  display: inline-block; }
  @media screen and (max-width: 768px) {
    .home-form-row {
      display: block;
      margin-bottom: 14px; }
      .home-form-row::after {
        clear: both;
        content: "";
        display: block; } }

@media screen and (max-device-width: 500px) and (orientation: landscape) {
  .home-form-row:last-of-type {
    margin-bottom: 0; } }

.home-service-title {
  display: block;
  float: left;
  width: 100%; }

.news-filter {
  margin-bottom: 30px;
  text-align: right;
  width: 100%; }

.news-filter label,
.news-filter select,
.news-filter .select-container {
  display: inline-block; }

.news-filter label {
  font: bold 20px/1.4 "Mitr", sans-serif;
  margin-right: 6px; }

.news-filter .select-container {
  position: relative;
  width: 156px; }

.news-filter .select-container:after {
  content: '\f107';
  display: block;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.news-filter select {
  background: transparent;
  border: none;
  border-bottom: 2px solid #464441;
  font: 13px/1.4 "Mitr", sans-serif;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 100; }

.news-list {
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.news-list .background {
  background-position: center center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.news-list .category {
  color: #464441;
  font: bold 14px/1 "Open Sans", sans-serif;
  position: relative;
  transition: color 0.2s ease-in-out;
  z-index: 100; }

.news-list .link.has-image .category {
  color: white; }

.news-list .day {
  display: inline-block;
  float: left;
  font-size: 29px;
  font-weight: 300;
  line-height: 1.3;
  width: 100%; }

.news-list .item {
  margin-bottom: 35px;
  float: left;
  display: block;
  margin-right: 2.1052631579%;
  width: 48.9473684211%;
  margin-right: 0;
  display: flex; }
  .news-list .item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .news-list .item {
      width: 100%;
      margin-right: 0; } }
  .news-list .item .title {
    color: #128390; }

.news-list .link {
  background-color: white;
  background-position: center center;
  background-size: cover;
  display: flex;
  border: 2px solid #e4e4e4;
  min-height: 150px;
  padding: 20px 16px;
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.news-list .month {
  clear: both;
  display: inline-block;
  float: left;
  font-size: 12px;
  width: 100%; }

.news-list .overlay {
  background: rgba(25, 31, 49, 0);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transition: background-color 0.25s ease-in-out; }

.news-list .link.has-image .overlay {
  background: rgba(25, 31, 49, 0.7); }

.news-list .pubdate {
  background-color: #118592;
  color: white;
  padding: 6px 10px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: 8px; }

.news-list .title {
  font: 17px/1.25 "Mitr", sans-serif;
  margin-bottom: 0;
  position: relative;
  transition: color 0.3s ease-in-out;
  z-index: 100; }

.news-list .link.has-image .title {
  color: white; }

.news-list .link:hover .overlay {
  background: #191f31; }

.news-list .link:hover .category {
  color: #118592; }

.news-list .link:hover .title {
  color: white; }

.single-post .pubdate {
  color: #f05a23;
  display: block;
  font: 20px/1.5 "Mitr", sans-serif;
  margin-bottom: 34px; }

.addtoany-row {
  margin-top: 59px;
  margin-bottom: 66px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.addtoany-row .a2a_kit {
  border: 1px solid #e4e4e4;
  border-radius: 40px;
  display: flex;
  padding: 16px;
  width: auto; }

.addtoany-row .a2a_default_style .a2a_svg {
  border-radius: 16px !important; }

.addtoany-row .a2a_header {
  color: #118592;
  font-family: "Mitr", sans-serif;
  margin-right: 18px; }
  @media screen and (max-width: 550px) {
    .addtoany-row .a2a_header {
      display: none; } }

.addtoany-row .icon {
  margin-right: 18px; }

.addtoany-row .icon:last-of-type {
  margin-right: 0; }

#gform_1,
#gform_2 {
  background: #fbfbfb;
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  display: block;
  float: left;
  margin-bottom: 30px;
  padding: 30px;
  width: 100%; }

#gform_1 input[type="submit"] {
  float: right; }

#gform_1 #field_1_2,
#gform_1 #field_1_3 {
  clear: none;
  float: left;
  display: block;
  margin-right: 2.1052631579%;
  width: 48.9473684211%; }
  #gform_1 #field_1_2:last-child,
  #gform_1 #field_1_3:last-child {
    margin-right: 0; }

#gform_1 #field_1_2 {
  padding-right: 10px; }

#gform_1 #field_1_3 {
  margin-right: 0; }

.gform_confirmation_message {
  border-bottom: 1px solid #464441;
  border-top: 1px solid #464441;
  color: #70b4bb;
  font: 30px/1 "Mitr", sans-serif;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }

.help-filter {
  border-radius: 30px;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 32px 22px;
  float: left;
  display: block;
  margin-right: 2.1052631579%;
  width: 27.6754385965%; }
  .help-filter:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .help-filter {
      width: 100%;
      margin-right: 0; } }

.help-filter button[type="submit"] {
  padding-right: 10px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .help-filter button[type="submit"] .text {
    font: 20px/1 "Mitr", sans-serif; }
  .help-filter button[type="submit"] .fa {
    background: white;
    border-radius: 50%;
    color: #f05a23;
    padding: 10px;
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.help-filter h3 {
  font: bold 20px/1.4 "Mitr", sans-serif; }

.help-filter input[type="checkbox"] {
  position: absolute;
  left: -200px; }

.help-filter input[type="checkbox"] ~ span {
  opacity: 0.4; }

.help-filter input[type="checkbox"]:checked ~ span {
  opacity: 1; }

.help-filter label {
  font: 15px/1.4 "Mitr", sans-serif;
  position: relative; }

.help-filter th {
  border-bottom: 1px solid #464441; }

.help-filter select {
  border: none;
  border-bottom: 1px solid #464441;
  margin-bottom: 0;
  margin-top: 3px;
  width: 100%; }

.help-filter .checkbox-container {
  margin-bottom: 34px; }

.help-filter .icon {
  background-size: contain;
  display: inline-block;
  height: 26px;
  width: 26px;
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px); }

.help-filter .location-label {
  font: bold 20px/1.4 "Mitr", sans-serif;
  margin-right: 8px;
  margin-bottom: 0; }

.help-filter .location-row {
  display: flex;
  margin-bottom: 23px; }

.help-filter .select-container {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.help-filter .select-container:after {
  content: '\f107';
  display: block;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.help-filter .filter-or-divider {
  align-items: center;
  color: #464441;
  display: flex;
  font: 12px/1 "Mitr", sans-serif;
  letter-spacing: 0.05em;
  margin: -10px 0 18px;
  text-transform: uppercase; }
  .help-filter .filter-or-divider:before, .help-filter .filter-or-divider:after {
    background: #e4e4e4;
    content: '';
    flex: 1 1 auto;
    height: 1px; }
  .help-filter .filter-or-divider span {
    padding: 0 10px; }

.help-filter .location-row.is-inactive {
  opacity: 0.4;
  transition: opacity 0.15s ease; }

.help-filter .distance-row input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #464441;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  flex: 1 1 auto;
  font: 15px/1.4 "Mitr", sans-serif;
  margin: 0 12px 0 0;
  min-width: 0;
  padding: 0 0 2px; }
  .help-filter .distance-row input[type="text"]:focus {
    outline: none;
    border-bottom-color: #f05a23; }
  .help-filter .distance-row input[type="text"]::placeholder {
    color: #464441;
    opacity: 0.6; }

.help-results {
  font-size: 13px;
  position: relative;
  table-layout: fixed;
  float: left;
  display: block;
  margin-right: 2.1052631579%;
  width: 70.2192982456%; }
  .help-results:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .help-results {
      width: 100%;
      margin-right: 0; } }

.help-results .details {
  width: 20%; }

.help-results .icon {
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
  transform: translateY(7px); }

.help-results .learn-more {
  color: #f05a23;
  font-weight: bold;
  white-space: nowrap; }

.help-results .title {
  color: #128390;
  font-weight: bold; }

.help-results caption {
  display: none;
  font: 33px/1.2 "Mitr", sans-serif;
  margin-bottom: 0.6em;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .help-results caption {
      display: block; } }

.help-results table {
  margin-top: 0;
  margin-bottom: 34px; }

.help-results th {
  padding-top: 0;
  width: 30%; }

.help-results th + th + th {
  width: 20%; }

.help-results td {
  padding-left: 4px;
  padding-right: 4px;
  border-bottom-color: #e4e4e4; }

.help-results tr.premium {
  background-color: #f3f9f9; }

.help-results tr td:first-child,
.help-results tr th:first-child {
  padding-left: 12px; }

.help-results tr td:last-child,
.help-results tr th:last-child {
  padding-right: 12px; }

.help-results #results {
  position: fixed;
  top: 0px;
  height: 1px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .help-results #results {
      position: absolute;
      top: -80px; } }

.single-facility .details-header {
  border-bottom: 1px solid #464441;
  margin-bottom: 20px;
  padding-bottom: 7px; }

.single-facility .col {
  margin-bottom: 20px;
  float: left;
  display: block;
  margin-right: 2.1052631579%;
  width: 27.6754385965%; }
  .single-facility .col:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .single-facility .col {
      float: left;
      display: block;
      margin-right: 2.1052631579%;
      width: 48.9473684211%; }
      .single-facility .col:last-child {
        margin-right: 0; } }

@media screen and (max-width: 960px) {
  .single-facility .col + .col {
    margin-right: 0; } }

.single-facility .col-map {
  float: left;
  display: block;
  margin-right: 2.1052631579%;
  width: 40.4385964912%;
  margin-right: 0; }
  .single-facility .col-map:last-child {
    margin-right: 0; }
  @media screen and (max-width: 960px) {
    .single-facility .col-map {
      width: 100%; } }

.single-facility .detail {
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  margin: 0;
  padding-top: 18px;
  padding-bottom: 18px; }

.single-facility .detail dt {
  font: normal 18px/1.5 "Mitr", sans-serif;
  margin-top: 0; }

.single-facility .directions {
  color: #128390;
  font-weight: bold; }
  .single-facility .directions:hover {
    color: #0c5a63; }

.single-facility .facility-footer {
  display: block;
  float: left;
  width: 100%;
  margin-top: 60px; }

.single-facility .gmap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.single-facility .map-container {
  border: 1px solid #ddd;
  position: relative;
  padding-bottom: 60%;
  height: 0;
  width: 100%; }

.single-facility .website {
  color: #f05a23;
  font-weight: bold; }
  .single-facility .website:hover {
    color: #d2430e; }

@media screen and (max-width: 768px) {
  .help-table thead {
    display: none; }
  .help-table tr {
    border: 1px solid #e4e4e4;
    display: block;
    float: left;
    margin-bottom: 6px;
    padding: 6px;
    width: 100%; }
  .help-table td {
    border-bottom: 0;
    float: left;
    display: block;
    margin-right: 2.1052631579%;
    width: 48.9473684211%; }
    .help-table td:last-child {
      margin-right: 0; }
    .help-table td:nth-child(2n) {
      margin-right: 0; }
    .help-table td:nth-child(2n+1) {
      clear: left; }
  .help-table td:first-child {
    padding-left: 0 !important; } }

@media screen and (max-width: 420px) {
  .help-table td {
    width: 100%; } }

.resources-page a {
  background-color: #f3f9f9;
  color: #128390;
  font-weight: 600;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; }

.resources-page a:hover {
  background-color: #d1e8e8;
  color: #0c5a63; }

.resources-page h2 {
  font-size: 24px; }

.resources-page p {
  margin-left: 22px; }

label > * {
  pointer-events: none; }

/*# sourceMappingURL=style.css.map */
