@charset "UTF-8";
@import url("//fast.fonts.net/cssapi/bf0649b8-63a6-46b1-83d9-330e49d91ffa.css");
*, html, body, div, li, a, p, ul, ol, h1, h2, h3, h4, h5 {
  transition: 700ms; }

.text-white {
  color: #fff; }

.text-black {
  color: #000; }

.text-green {
  color: #016356; }

.uppercase {
  text-transform: uppercase; }

.montserrat .welcome-content h2, .get-tested h3 {
  font-family: "Montserrat", sans-serif; }

p, li, a, #hotline h2 {
  font-family: "Helvetica", Arial, sans-serif; }

body a:hover {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

p a.external::after {
  content: " ";
  font-family: FontAwesome;
  font-size: 13px; }

.en-es {
  background-color: #048d7b;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  padding: 5px 20px; }
  .en-es p {
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: 1px; }

#logo {
  background: #f31f11;
  background: -moz-linear-gradient(top, #f31f11 0%, #f31f11 50%, #e21e12 52%, #f22013 100%);
  background: -webkit-linear-gradient(top, #f31f11 0%, #f31f11 50%, #e21e12 52%, #f22013 100%);
  background: linear-gradient(to bottom, #f31f11 0%, #f31f11 50%, #e21e12 52%, #f22013 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f31f11', endColorstr='#f22013',GradientType=0 ); }
  #logo p {
    line-height: 5;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 3px; }
  #logo a:hover {
    color: white;
    text-decoration: none; }

#menu-primary-menu {
  padding-top: 15px; }
  #menu-primary-menu > li {
    margin-right: 25px; }
    #menu-primary-menu > li:last-child {
      margin-right: 0px; }
    #menu-primary-menu > li > a {
      color: #444442;
      font-weight: 300;
      padding: 10px 0px;
      letter-spacing: 1px;
      border-bottom: transparent solid 2px;
      background-color: transparent;
      transition: 700ms;
      text-transform: capitalize; }
      #menu-primary-menu > li > a:hover {
        border-bottom: #f31f11 solid 2px; }
    #menu-primary-menu > li.current-menu-item > a {
      border-bottom: #f31f11 solid 2px; }

#welcome {
  position: relative;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fff9fa 48%, #f9f1f1 79%, #f4eaea 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fff9fa 48%, #f9f1f1 79%, #f4eaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fff9fa 48%, #f9f1f1 79%, #f4eaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4eaea',GradientType=0 );
  background-image: url("https://knowyourhivstatus.com/wp-content/themes/fdoh/img/v2/hero-bg.jpg");
  background-size: cover;
  box-shadow: inset #e8e8e8 1px 10px 20px;
  overflow: hidden; }
  #welcome .container {
    position: relative; }

#welcomeDance {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 100%;
  height: 95%;
  background-repeat: no-repeat;
  background-size: contain; }

.welcome-content h2 {
  text-transform: lowercase;
  color: #f2200f;
  font-weight: 300;
  font-size: 4.6rem;
  letter-spacing: 1px;
  margin-top: 100px;
  margin-bottom: 0.5em; }
.welcome-content p {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 19px;
  color: #32312f;
  font-family: "Helvetica", Arial, sans-serif;
  word-break: break-word; }

.get-tested-box {
  margin-top: 40px; }
  .get-tested-box::after {
    content: "";
    background-image: url("../img/welcome-box-shadow.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 125px;
    display: block; }

.get-tested {
  background-color: #dde5e7;
  padding: 2% 5%;
  position: relative;
  width: 100%;
  max-width: 503px;
  margin: auto;
  box-shadow: #e8e8e8 0px 0px 20px; }
  .get-tested h3 {
    font-size: 4rem;
    font-weight: 300;
    margin-top: 10px;
    color: #1b6f5e; }
  .get-tested h4 {
    letter-spacing: 2px;
    color: #31312f; }

.gt-Arrow {
  position: absolute;
  left: -25px;
  top: 20%;
  width: 75px; }

.white-test {
  background-color: #fff;
  width: 100%;
  max-width: 200px;
  margin: 15px auto 0px;
  padding: 10px 5px; }
  .white-test p:first-child {
    margin-bottom: 10px; }
  .white-test p {
    margin-bottom: 0;
    letter-spacing: 0; }
  .white-test .text-number {
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 7px;
    font-size: 3rem;
    color: #048f7c; }

#zipForm {
  background-color: #298f7b;
  padding: 50px 15px; }

#slp_widget_search-2 {
  background-color: #298f7b; }

.zip-form, #slp_widget_search-2 form {
  background-color: #298f7b;
  display: inline-block;
  max-height: 38px;
  width: 100%; }

.zip-form input[type="submit"], #slp_widget_search-2 input[type="submit"] {
  background: #006e5e;
  float: right;
  display: inline-block;
  border: none;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 25px; }

.zip-form input[type="text"], #slp_widget_search-2 input[type="text"] {
  float: left;
  width: 70%;
  padding: 10px;
  background-color: transparent;
  border: none;
  color: white;
  outline: none !important; }

#addy_in_address {
  color: #fff;
  margin: 0;
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  flex: none;
  width: 75% !important; }
  #addy_in_address label {
    font-weight: 300;
    letter-spacing: 1.2px;
    margin: 0 15px 0 0;
    font-size: 1.8rem; }

#addressInput {
  float: right;
  background-color: #e1d6d6;
  border: none;
  outline: none;
  color: black;
  padding: 3px 10px; }

#radius_in_submit {
  display: inline-block;
  width: 25% !important; }

#addressSubmit {
  background: #1b6f5e;
  color: white;
  border: none;
  outline: none;
  padding: 5px 15px;
  margin-top: -1px;
  font-size: 1.2rem; }

#map_sidebar .results_wrapper {
  margin: 2em 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  width: 50%; }
  #map_sidebar .results_wrapper:hover {
    background-color: transparent;
    border: none; }

.results_row_left_column {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: #ccc solid 1px;
  padding-bottom: 15px; }

span.location_name {
  color: #e90020; }

#map_sidebar span.location_distance span.acutal_miles {
  font-size: 3rem; }

#map_sidebar span.location_distance {
  font-size: 1rem;
  float: left;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  background-color: #e90020;
  color: white;
  padding: 10px;
  position: relative;
  width: 75px;
  margin-right: 1em;
  text-align: center;
  text-transform: uppercase; }

.results_row_center_column.location_secondary {
  padding-top: 1em;
  float: left;
  width: 100%; }
  .results_row_center_column.location_secondary span {
    width: 100%;
    position: relative;
    float: left;
    font-size: 1.2rem; }

.slp_result_contact.slp_result_directions a {
  display: inline-block;
  font-size: 1rem;
  color: #e90020;
  border: #e90020 solid 1px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 20px;
  margin-top: 5px; }
  .slp_result_contact.slp_result_directions a:hover {
    background-color: #e90020;
    color: white; }

.or-divider {
  background-image: url(../img/divider-line.jpg);
  background-repeat: repeat-x;
  background-position: center; }
  .or-divider p {
    margin: 0;
    line-height: 2;
    display: inline-block;
    background-color: #dde5e7;
    padding: 5px 10px 5px 7px; }

#cta {
  border-top: #f79f36 solid 2px; }

#ctaLiving {
  background-image: url(../img/cta-living-well.png); }
  #ctaLiving .cta-content {
    position: absolute;
    bottom: 10%;
    left: 0; }

#ctaPrevention {
  background-image: url(../img/cta-prevention.jpg); }
  #ctaPrevention .cta-content {
    position: absolute;
    bottom: 10%;
    left: 0; }

#ctaResources {
  background-image: url(../img/cta-resources.jpg); }
  #ctaResources .cta-content {
    margin-top: 25px; }

#ctaFacing {
  background-image: url(../img/cta-faces.jpg); }
  #ctaFacing .cta-content {
    margin-top: 25px; }

.eachCta {
  background-repeat: no-repeat;
  background-size: cover; }
  .eachCta h1 {
    color: #c63030;
    font-weight: 300;
    letter-spacing: 1px; }

.cta-content a {
  background: #298f7b;
  border-radius: 0;
  color: white;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 10px 45px;
  margin-top: 5px; }
  .cta-content a:hover {
    background-color: #c63030;
    color: #eee; }

.btn {
  background: #298f7b;
  border-radius: 0;
  color: white;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 10px 45px;
  margin-top: 5px; }
  .btn:hover {
    background-color: #c63030;
    color: #eee; }

.underline a {
  padding-bottom: 5px;
  border-bottom: #fff solid 1px;
  transition: 500ms; }
  .underline a:hover {
    padding-bottom: 5px;
    border-bottom: #03907f solid 1px;
    text-decoration: none;
    color: #03907f; }

#hotline {
  background-color: #ff9e29;
  border-top: #e57f7a solid 1px;
  padding: 3em 15px;
  margin-top: 5rem; }
  #hotline.flush {
    margin-top: 0; }
  #hotline h2 {
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 2.6rem;
    margin-top: 0; }
  #hotline p {
    color: white;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 1.6rem; }
    #hotline p.callStyle {
      font-size: 3rem;
      letter-spacing: 5px;
      margin-bottom: 0; }
  #hotline h3.callNumber {
    color: white;
    font-size: 4rem;
    margin-top: 0;
    letter-spacing: 3px; }
    #hotline h3.callNumber a {
      transition: 500ms; }
      #hotline h3.callNumber a:hover {
        color: #03907f;
        text-decoration: none; }

.hero-layered {
  background-image: url(../img/v3/bg-hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: calc(100vh - 70px);
  min-height: 750px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .hero-layered {
      height: auto;
      min-height: 0; } }
  .hero-layered:before {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30%;
    content: "";
    background: -moz-linear-gradient(top, rgba(35, 86, 163, 0) 0%, rgba(35, 86, 163, 0) 15%, #2356a3 100%);
    background: -webkit-linear-gradient(top, rgba(35, 86, 163, 0) 0%, rgba(35, 86, 163, 0) 15%, #2356a3 100%);
    background: linear-gradient(to bottom, rgba(35, 86, 163, 0) 0%, rgba(35, 86, 163, 0) 15%, #2356a3 100%); }
    @media screen and (max-width: 1200px) {
      .hero-layered:before {
        height: 200px; } }
  .hero-layered__bars:before, .hero-layered__bars:after, .hero-layered__bars-inner:before, .hero-layered__bars-inner:after {
    width: 25%;
    height: 10px;
    background-color: #F26323;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.32); }
  .hero-layered__bars {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    left: 0; }
    .hero-layered__bars:after {
      left: auto;
      right: 0;
      background-color: #EEAD1F; }
    .hero-layered__bars-inner:before {
      background-color: #2BA572;
      left: 25%; }
    .hero-layered__bars-inner:after {
      background-color: #2356A3;
      left: auto;
      right: 25%; }
  .hero-layered > .row, .hero-layered > .row > [class*='col-'] {
    height: 100%; }
  .hero-layered > .row > [class*='col-'] {
    padding: 0; }
  @media screen and (max-width: 1200px) {
    .hero-layered > .row {
      display: flex;
      flex-direction: column; } }
  .hero-layered__cta {
    height: 100%;
    padding: 5rem 20rem 5rem 7rem;
    color: #fff;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: -moz-linear-gradient(top, rgba(43, 165, 114, 0.8) 0%, rgba(35, 86, 163, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(43, 165, 114, 0.8) 0%, rgba(35, 86, 163, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(43, 165, 114, 0.8) 0%, rgba(35, 86, 163, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc2ba572', endColorstr='#cc2356a3',GradientType=0 );
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    transform-origin: center left;
    transform: translateX(-115%);
    transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.21, 1) 0.5s; }
    body.animations-ready .hero-layered__cta {
      transform: none; }
      @media screen and (max-width: 1200px) {
        body.animations-ready .hero-layered__cta {
          padding: 3rem 3rem 4rem 3rem; } }
    @media screen and (min-width: 1200px) and (max-width: 1600px) {
      .hero-layered__cta {
        padding: 5rem 10rem 5rem 5rem; } }
    .hero-layered__cta:after {
      content: "";
      display: block;
      position: absolute;
      width: 93px;
      height: 86px;
      right: -33px;
      top: 50%;
      transform: translateY(-50%);
      background-image: url(../img/v3/arrow-reverse.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }
      @media screen and (max-width: 1200px) {
        .hero-layered__cta:after {
          display: none; } }
    .hero-layered__cta-inner {
      position: relative;
      transform: translateX(50%);
      transition: all 0.65s cubic-bezier(0.22, 0.61, 0.36, 1) 0.55s;
      opacity: 0; }
      body.animations-ready .hero-layered__cta-inner {
        transform: none;
        opacity: 1; }
    .hero-layered__cta h1, .hero-layered__cta h2, .hero-layered__cta h3, .hero-layered__cta h4, .hero-layered__cta h5, .hero-layered__cta h6 {
      margin: 0;
      color: #fff;
      text-transform: lowercase;
      font-size: 46px;
      line-height: 46px;
      font-weight: lighter;
      padding: 4rem 0 2rem 0; }
      @media screen and (max-width: 1200px) {
        .hero-layered__cta h1, .hero-layered__cta h2, .hero-layered__cta h3, .hero-layered__cta h4, .hero-layered__cta h5, .hero-layered__cta h6 {
          font-size: 32px;
          line-height: 32px;
          padding: 2rem 0 1rem 0; } }
      .hero-layered__cta h1:first-child, .hero-layered__cta h2:first-child, .hero-layered__cta h3:first-child, .hero-layered__cta h4:first-child, .hero-layered__cta h5:first-child, .hero-layered__cta h6:first-child {
        padding-top: 0; }
    .hero-layered__cta p {
      font-size: 1.4rem;
      line-height: 2rem; }
    .hero-layered__cta .widget_slp_widget_search,
    .hero-layered__cta .widget_slp_widget_search form {
      margin-bottom: 2rem;
      width: 100% !important;
      background-color: #EEAD1F !important;
      overflow: hidden;
      max-height: 40px !important; }
      .hero-layered__cta .widget_slp_widget_search input[type="text"],
      .hero-layered__cta .widget_slp_widget_search form input[type="text"] {
        background-color: #EEAD1F !important;
        height: 40px;
        padding: 10px 30px !important;
        width: 78% !important; }
      .hero-layered__cta .widget_slp_widget_search input[type="submit"],
      .hero-layered__cta .widget_slp_widget_search form input[type="submit"] {
        background-color: #F26323 !important;
        height: 40px;
        width: 22%;
        height: 100%; }
    .hero-layered__cta .btn {
      text-transform: uppercase !important;
      box-shadow: none !important;
      margin: 0 !important;
      padding: 0 !important;
      height: 40px !important;
      line-height: 40px !important;
      font-size: 15px !important;
      color: #fff !important;
      width: 100% !important;
      border: none !important;
      background-color: #2BA572 !important;
      background-image: none !important; }
      .hero-layered__cta .btn i.chevron:before, .hero-layered__cta .btn i.chevron:after {
        background-color: #fff !important; }
      .hero-layered__cta .btn:active, .hero-layered__cta .btn:focus, .hero-layered__cta .btn:hover {
        background-color: #207d56 !important;
        color: #fff !important; }
  .hero-layered__figures {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-position: bottom center;
    background-image: url(../img/v3/hero-element-guys.png);
    background-repeat: no-repeat;
    background-size: 75% auto;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    position: relative;
    transform-origin: center right;
    transform: translateX(100%);
    transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.21, 1) 0.5s; }
    body.animations-ready .hero-layered__figures {
      transform: none; }
    @media screen and (min-width: 1200px) and (max-width: 1600px) {
      .hero-layered__figures {
        background-size: 90% auto; } }
    @media screen and (max-width: 1200px) {
      .hero-layered__figures {
        height: 400px;
        background-size: contain; } }

.hero-resources__row--blocks:nth-child(1n+2) .hero-resources__block-inner {
  justify-content: flex-start; }
@media screen and (min-width: 1200px) {
  .hero-resources__row--blocks .hero-resources__excerpt {
    display: none !important; } }
@media screen and (max-width: 1200px) {
  .hero-resources__row--excerpts {
    display: none !important; } }
.hero-resources__block {
  padding: 0 !important;
  height: 640px;
  cursor: pointer;
  position: relative; }
  @media screen and (max-width: 1600px) {
    .hero-resources__block {
      height: 33vw;
      min-height: 320px !important; } }
  .hero-resources__block:before {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px #F26323 solid;
    opacity: 0;
    transition: opacity 0.1s ease-out 0.1s, border-width 0.25s ease-out;
    z-index: 10; }
  .hero-resources__block:after {
    display: none;
    content: "";
    bottom: 0;
    right: 6rem;
    position: absolute;
    z-index: 10;
    transform: translateX(-100%) translateY(100%);
    width: 0;
    transform-origin: top left;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #F26323; }
    @media screen and (max-width: 1200px) {
      .hero-resources__block:after {
        left: 50%;
        right: auto;
        transform: translateX(-50%) translateY(100%); } }
  .hero-resources__block--2:before, .hero-resources__block--6:before {
    border-color: #2BA572; }
  .hero-resources__block--2:after, .hero-resources__block--6:after {
    border-top-color: #2BA572; }
  .hero-resources__block--3:before, .hero-resources__block--7:before {
    border-color: #2356A3; }
  .hero-resources__block--3:after, .hero-resources__block--7:after {
    border-top-color: #2356A3; }
  .hero-resources__block--4:before, .hero-resources__block--8:before {
    border-color: #EEAD1F; }
  .hero-resources__block--4:after, .hero-resources__block--8:after {
    border-top-color: #EEAD1F; }
  .hero-resources__block--active:after {
    display: block; }
  .hero-resources__block:hover:before, .hero-resources__block--active:before {
    opacity: 1;
    border-width: 10px;
    transition: opacity 0.1s ease-out, border-width 0.25s ease-out; }
  .hero-resources__block-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 6rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 1200px) {
      .hero-resources__block-inner {
        align-items: flex-end !important;
        justify-content: flex-end !important;
        padding: 3rem; } }
    @media screen and (max-width: 992px) {
      .hero-resources__block-inner {
        justify-content: center !important; } }
    @media screen and (max-width: 640px) {
      .hero-resources__block-inner {
        background-position: 75% center !important;
        background-size: auto 135%; } }
    @media screen and (max-width: 480px) {
      .hero-resources__block-inner {
        background-position: 75% center !important;
        background-size: auto 100%; } }
    @media screen and (max-width: 1600px) {
      .hero-resources__block-inner:before {
        background-color: rgba(255, 255, 255, 0.15);
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
    @media screen and (max-width: 1200px) {
      .hero-resources__block-inner:before {
        padding: 3rem;
        align-items: flex-start;
        justify-content: flex-end !important; } }
  .hero-resources__block-text {
    width: 270px; }
    @media screen and (min-width: 1200px) and (max-width: 1600px) {
      .hero-resources__block-text {
        position: relative;
        width: 50%; } }
    @media screen and (max-width: 1400px) {
      .hero-resources__block-text {
        width: 40%; } }
    @media screen and (max-width: 640px) {
      .hero-resources__block-text {
        width: 45%; } }
    @media screen and (max-width: 480px) {
      .hero-resources__block-text {
        width: 55%; } }
  .hero-resources__block-title {
    font-family: "Montserrat", sans-serif;
    color: #CD4739;
    text-transform: none;
    font-weight: 300;
    font-size: 40px;
    line-height: 49px;
    text-align: left;
    margin: 0;
    padding: 0 0 1.5rem 0; }
    @media screen and (max-width: 1600px) {
      .hero-resources__block-title {
        /* text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5), 1px -1px 0 rgba(255, 255, 255, 0.5), -1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5) */ } }
    @media screen and (max-width: 1400px) {
      .hero-resources__block-title {
        font-size: 28px;
        line-height: 36px; } }
    @media screen and (max-width: 992px) {
      .hero-resources__block-title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 500; } }
    @media screen and (max-width: 767px) {
      .hero-resources__block-title {
        font-size: 20px;
        line-height: 26px; } }
    @media screen and (max-width: 640px) {
      .hero-resources__block-title {
        font-size: 18px;
        line-height: 24px; } }
  .hero-resources__block-button {
    background-color: #2BA572 !important;
    background-image: none !important;
    max-width: 200px !important;
    display: block !important;
    margin: 0 !important;
    border: none !important;
    text-align: center !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 300 !important;
    letter-spacing: normal !important;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 17px 0 !important;
    width: 200px !important;
    color: #fff !important; }
    @media screen and (max-width: 1400px) {
      .hero-resources__block-button {
        width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 175px !important;
        padding: 15px !important; } }
    @media screen and (max-width: 992px) {
      .hero-resources__block-button {
        padding: 12px 0 !important;
        font-size: 14px !important; } }
    .hero-resources__block-button:hover, .hero-resources__block-button:focus, .hero-resources__block-button:active {
      background-color: #2BA572 !important;
      color: #fff !important;
      box-shadow: none !important; }
.hero-resources__excerpt {
  display: none;
  background-image: url(/wp-content/themes/fdoh/img/v3/bg-hero-content.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 5rem 0 !important; }
  .hero-resources__excerpt--active {
    display: block; }
  .hero-resources__excerpt-title {
    color: #CD4739;
    text-transform: none;
    font-size: 40px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0 0 2rem 0; }
  .hero-resources__excerpt-button {
    display: inline-block !important;
    width: auto !important;
    text-align: left !important;
    color: #CD4739 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 0 !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: normal !important;
    background-color: transparent !important;
    letter-spacing: normal !important;
    margin: 1rem 0 0 0 !important; }
    .hero-resources__excerpt-button i.chevron:before, .hero-resources__excerpt-button i.chevron:after {
      background-color: #CD4739 !important; }
    .hero-resources__excerpt-button:hover, .hero-resources__excerpt-button:focus, .hero-resources__excerpt-button:active {
      box-shadow: none !important;
      background-color: transparent !important;
      color: #CD4739 !important; }

.btn i.chevron {
  display: inline-block;
  position: relative;
  transform-origin: center right;
  height: 12px;
  width: 6px;
  top: 0px;
  margin-left: 0.5rem;
  transform-origin: center right;
  transition: transform 0.25s ease-out; }
  .btn i.chevron:before, .btn i.chevron:after {
    width: 6px;
    height: 1px;
    background-color: #fff;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 0; }
  .btn i.chevron:before {
    transform: rotate(50deg) translateY(-3px); }
  .btn i.chevron:after {
    transform: rotate(-50deg) translateY(3px); }
.btn:hover i.chevron {
  transform: scale(1.5); }

#getTested {
  background-image: url(https://knowyourhivstatus.com/wp-content/uploads/2017/04/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0;
  position: relative; }
  #getTested h1 {
    font-weight: 300;
    text-transform: lowercase;
    letter-spacing: 2px;
    font-size: 6rem;
    margin: 6.2367em 0 1em;
    z-index: 1;
    position: relative; }

#searchZip {
  background-color: #298f7b; }

#grayTextSection {
  background-color: #f4ecee;
  margin: 1em auto;
  padding: 65px 15px; }
  #grayTextSection h2 {
    color: #c63030;
    text-transform: lowercase;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 3.6rem;
    margin-top: 0;
    margin-bottom: 20px; }
  #grayTextSection p {
    font-size: 1.8rem;
    font-family: "Helvetica", Arial, sans-serif;
    color: #32312f;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0; }

#faqTitle {
  padding: 3em 15px 1em; }

#faqAcc {
  margin-bottom: 2em; }
  #faqAcc p {
    font-size: 1.5rem;
    font-weight: 300;
    font-family: "Helvetica", Arial, sans-serif; }
  #faqAcc .panel-heading {
    background-color: #298f7b;
    background-image: none;
    padding: 25px 15px;
    border-radius: 0; }
    #faqAcc .panel-heading h4 a {
      color: #fff;
      font-weight: 200;
      letter-spacing: 0.5px;
      display: inline-block;
      padding-left: 1%;
      font-size: 1.8rem;
      width: 100%;
      position: relative;
      font-family: "Montserrat", sans-serif; }
  #faqAcc .panel-group .panel {
    border-radius: 0; }
  #faqAcc .panel-group .panel + .panel {
    margin-top: 15px; }

.rightDown {
  font-size: 4rem;
  position: absolute;
  right: 10px;
  top: -13px; }

.faces-page .iframe-div {
  margin-bottom: 2em; }
.faces-page .byline {
  color: #cd4739;
  font-size: 1.4rem;
  text-transform: uppercase; }

.faces-item {
  margin-bottom: 18px;
  max-width: 293px;
  margin-left: auto;
  margin-right: auto; }

.video-thumbnail {
  background: transparent url(../img/video-icon.png) no-repeat top left; }

.journal-icon {
  background: transparent url(../img/journal-icon.png) no-repeat top left; }

.faces-copy {
  background-color: #efefef;
  padding: 8px 12px 8px;
  min-height: 110px; }
  .faces-copy h4 {
    color: #e54f40;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 0 0 4px 0;
    line-height: 1.4em; }
  .faces-copy a {
    color: #404041;
    text-decoration: underline;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 4px 0 8px 35px;
    margin-bottom: 8px;
    display: block; }

.subhead {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .subhead p {
    font-size: 1.5rem;
    line-height: 1.7em; }

.subhead-gradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(253, 253, 253, 0) 1%, #212121 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(253, 253, 253, 0) 1%, #212121 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(253, 253, 253, 0) 1%, #212121 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#212121',GradientType=0 );
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0; }

.titleWithDesciption {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 3%; }
  .titleWithDesciption h1 {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 6rem;
    margin: 5em 0;
    margin-bottom: 15px; }
  .titleWithDesciption p {
    width: 72%; }

.titleNoDescription {
  z-index: 1; }
  .titleNoDescription h1 {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 6rem;
    margin: 5em 0; }

.innerp {
  padding-top: 2em; }
  .innerp h3 {
    color: #cd4739;
    font-size: 3.2rem;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .innerp h4 {
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .innerp p {
    line-height: 1.8;
    margin-bottom: 35px;
    letter-spacing: 0.3px; }

#ctaInner #cta-box {
  position: absolute;
  bottom: 10%;
  left: 0; }

.resources {
  padding: 48px 0 0;
  text-transform: uppercase; }
  .resources h2 {
    font-size: 2.8rem;
    margin: 0 0 12px 0;
    text-transform: uppercase; }
  .resources .byline {
    color: #cd4739;
    text-transform: uppercase; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 20px 0; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.module-downloads {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 38px;
  margin-bottom: 38px; }
  .module-downloads h3 {
    color: #cd4739;
    font-size: 1.8rem;
    margin-bottom: 12px; }
  .module-downloads ul {
    list-style: none;
    padding: 0; }
    .module-downloads ul li {
      margin-bottom: 12px;
      line-height: 1.5em; }
  .module-downloads a {
    color: #939598; }

.resource-callouts {
  color: #FFFFFF;
  margin-bottom: 24px; }
  .resource-callouts div {
    margin-bottom: 24px;
    background-size: cover;
    height: 225px;
    position: relative; }
  .resource-callouts h3 {
    font-size: 2.4rem;
    padding: 25px 0px 25px 25px;
    font-weight: 300;
    letter-spacing: 2px; }
  .resource-callouts a {
    left: 25px;
    bottom: 32px;
    position: absolute; }

.co-resource-hep {
  background: transparent url(../img/co-hepatitis.jpg) no-repeat center center; }

.co-resource-std {
  background: transparent url(../img/co-STD.jpg) no-repeat center center; }

.co-resource-aid {
  background: transparent url(../img/co-flaids.jpg) no-repeat center center; }

.resources h2 {
  font-size: 2.8rem;
  letter-spacing: 1px;
  margin: 0 0 12px 0; }

.main-btn {
  text-transform: uppercase;
  padding: 10px 20px 8px;
  border: 2px solid;
  font-size: 1rem;
  color: #fff;
  display: inline-block; }
  .main-btn:hover {
    background-color: #FFFFFF;
    color: #000000; }

.hiv-prevention {
  padding: 36px 0; }

.initiative-item {
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px; }

.init-content {
  background-color: #efefef;
  padding: 16px; }
  .init-content h3 {
    color: #e54f40;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin: 0 0 4px 0;
    line-height: 1.4em; }
  .init-content p {
    font-size: 1.2rem;
    line-height: 1.6em;
    margin: 0 0 16px 0; }

.red {
  color: #cd4739;
  border-color: #cd4739; }

.subhead.news {
  background-image: url(../img/news-header.jpg); }

.news {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .news h3 {
    color: #cd4739;
    font-size: 1.9rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 0; }

.dark {
  color: #5b5a59;
  border-color: #5b5a59; }
  .dark:hover {
    background-color: #5b5a59;
    color: #FFFFFF; }

.page-numbers {
  list-style: none;
  margin: 0; }
  .page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center; }

.page-numbers a {
  line-height: 1.6em;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #888; }
  .page-numbers a:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none; }
.page-numbers span {
  line-height: 1.6em;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #888; }
.page-numbers.current {
  color: #000;
  background: #f7f7f7;
  text-decoration: none; }
  .page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none; }
.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

#newsPage .innerp p {
  margin-bottom: 10px; }
#newsPage .singleTitlePost a {
  color: #cd4739; }
#newsPage .submit-event {
  margin-top: 45px; }

.page-numbers {
  padding: 0; }

#submitEvent {
  background-color: #298f7b;
  padding: 50px 15px;
  text-align: center; }

.news-events-container {
  width: 100%;
  max-width: 1300px;
  margin: 4em auto; }

.evo_lightbox_content {
  max-width: 960px; }

.seText {
  font-weight: 300;
  letter-spacing: 1.2px;
  margin: 0 15px 0 0;
  color: #fff;
  display: inline-block;
  vertical-align: middle; }
  .seText p {
    margin-bottom: 0; }

.seBtn {
  display: inline-block;
  vertical-align: middle; }
  .seBtn a {
    background: #1b6f5e;
    color: white;
    border: none;
    outline: none;
    padding: 5px 15px;
    margin-top: -1px;
    font-size: 1.2rem; }
    .seBtn a:hover {
      color: #eee; }

.event-form h2 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase; }

body .gform_body label {
  font-family: "EuropaGroNr2SBOP-Lig", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300 !important;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem !important; }
body .gform_body .gsection_title {
  font-weight: 300 !important; }

#input_1_1_3_container label, #input_1_1_6_container label {
  font-style: italic;
  font-size: 1rem !important; }

#gform_submit_button_1 {
  text-transform: uppercase;
  padding: 10px 20px 8px;
  border: 2px solid;
  font-size: 1em;
  transition: background-color 0.5s ease;
  background-color: transparent;
  color: #cd4739;
  border-color: #cd4739; }

.gform_confirmation_message {
  background-color: #2356A3;
  padding: 2rem;
  margin: 1rem;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.625rem;
  font-weight: bold; }

.btn-primary {
  background-color: #fff;
  color: #F26323; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    backgrouund-color: #fff;
    color: #CD4739; }

#pagePage.page.page-v3 {
  background-image: url(../img/v3/bg-repeat.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  overflow-x: hidden; }
  #pagePage.page.page-v3 .page__header {
    position: relative;
    height: 62vh;
    background-position: center top;
    background-size: cover;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 10.5vh;
    margin-bottom: -10.5vh;
    color: #fff; }
    @media screen and (max-width: 992px) {
      #pagePage.page.page-v3 .page__header {
        height: 50vh;
        background-position: right top; } }
    #pagePage.page.page-v3 .page__header:before {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 65%;
      content: "";
      background: -moz-linear-gradient(top, rgba(35, 86, 163, 0) 0%, rgba(35, 86, 163, 0) 15%, #2356a3 100%);
      background: -webkit-linear-gradient(top, rgba(35, 86, 163, 0) 0%, rgba(35, 86, 163, 0) 15%, #2356a3 100%);
      background: linear-gradient(to bottom, rgba(35, 86, 163, 0) 0%, rgba(35, 86, 163, 0) 15%, #2356a3 100%); }
    #pagePage.page.page-v3 .page__header.page__header--bg-blue:before {
      background: -moz-linear-gradient(top, rgba(35, 86, 163, 0) 0%, rgba(35, 86, 163, 0) 15%, #2356a3 100%);
      background: -webkit-linear-gradient(top, rgba(35, 86, 163, 0) 0%, rgba(35, 86, 163, 0) 15%, #2356a3 100%);
      background: linear-gradient(to bottom, rgba(35, 86, 163, 0) 0%, rgba(35, 86, 163, 0) 15%, #2356a3 100%); }
    #pagePage.page.page-v3 .page__header.page__header--bg-orange:before {
      background: -moz-linear-gradient(top, rgba(242, 99, 35, 0) 0%, rgba(242, 99, 35, 0) 15%, #f26323 100%);
      background: -webkit-linear-gradient(top, rgba(242, 99, 35, 0) 0%, rgba(242, 99, 35, 0) 15%, #f26323 100%);
      background: linear-gradient(to bottom, rgba(242, 99, 35, 0) 0%, rgba(242, 99, 35, 0) 15%, #f26323 100%); }
    #pagePage.page.page-v3 .page__header.page__header--bg-orange-dark:before {
      background: -moz-linear-gradient(top, rgba(205, 71, 57, 0) 0%, rgba(205, 71, 57, 0) 15%, #cd4739 100%);
      background: -webkit-linear-gradient(top, rgba(205, 71, 57, 0) 0%, rgba(205, 71, 57, 0) 15%, #cd4739 100%);
      background: linear-gradient(to bottom, rgba(205, 71, 57, 0) 0%, rgba(205, 71, 57, 0) 15%, #cd4739 100%); }
    #pagePage.page.page-v3 .page__header.page__header--bg-green:before {
      background: -moz-linear-gradient(top, rgba(43, 165, 114, 0) 0%, rgba(43, 165, 114, 0) 15%, #2ba572 100%);
      background: -webkit-linear-gradient(top, rgba(43, 165, 114, 0) 0%, rgba(43, 165, 114, 0) 15%, #2ba572 100%);
      background: linear-gradient(to bottom, rgba(43, 165, 114, 0) 0%, rgba(43, 165, 114, 0) 15%, #2ba572 100%); }
    #pagePage.page.page-v3 .page__header.page__header--bg-yellow:before {
      background: -moz-linear-gradient(top, rgba(238, 173, 31, 0) 0%, rgba(238, 173, 31, 0) 15%, #eead1f 100%);
      background: -webkit-linear-gradient(top, rgba(238, 173, 31, 0) 0%, rgba(238, 173, 31, 0) 15%, #eead1f 100%);
      background: linear-gradient(to bottom, rgba(238, 173, 31, 0) 0%, rgba(238, 173, 31, 0) 15%, #eead1f 100%); }
    #pagePage.page.page-v3 .page__header.page__header--height-compressed {
      height: 40vh;
      min-height: 40vh; }
      #pagePage.page.page-v3 .page__header.page__header--height-compressed + .container.container--first:before {
        margin-top: 10vh; }
    #pagePage.page.page-v3 .page__header-title {
      font-size: 5.9rem;
      line-height: 5.9rem;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
      font-weight: 300;
      padding: 0 0 2.5rem 0;
      margin: 0;
      max-width: 80%; }
      @media screen and (max-width: 992px) {
        #pagePage.page.page-v3 .page__header-title {
          font-size: 3.8rem;
          line-height: 3.8rem;
          max-width: none;
          padding-bottom: 1.5rem; } }
    #pagePage.page.page-v3 .page__header-subtitle, #pagePage.page.page-v3 .page__header-subtitle p {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 300; }
    #pagePage.page.page-v3 .page__header-subtitle {
      max-width: 65%;
      text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
      padding-bottom: 2.5rem; }
      @media screen and (max-width: 992px) {
        #pagePage.page.page-v3 .page__header-subtitle {
          max-width: none;
          padding-bottom: 1.5rem; } }
      #pagePage.page.page-v3 .page__header-subtitle p {
        margin-bottom: 0; }
      #pagePage.page.page-v3 .page__header-subtitle + .page__header-link {
        margin-top: -0.5rem;
        margin-bottom: 1.5rem; }
    #pagePage.page.page-v3 .page__header-link {
      padding: 1.5rem 3rem;
      text-align: left;
      font-size: 1.6rem;
      line-height: 1.6rem;
      letter-spacing: 0.7px;
      font-weight: 300;
      position: relative;
      margin: 0 0 2rem 0;
      background-color: #2BA572;
      color: #fff;
      transition: background-color 0.25s ease-out, color 0.25s ease-out; }
      #pagePage.page.page-v3 .page__header-link:focus, #pagePage.page.page-v3 .page__header-link:active, #pagePage.page.page-v3 .page__header-link:hover {
        background-color: #207d56;
        color: #fff; }
      #pagePage.page.page-v3 .page__header-link.external {
        padding-right: 5rem; }
        #pagePage.page.page-v3 .page__header-link.external:after {
          font-family: "FontAwesome", sans-serif;
          width: 2rem;
          text-align: left;
          right: 2.25rem;
          position: absolute;
          content: ""; }
  #pagePage.page.page-v3 > .container.container--first:before {
    height: 350px;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 10vh;
    background: -moz-linear-gradient(top, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, white 30%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); }
  #pagePage.page.page-v3 > .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px; }
  @media screen and (max-width: 767px) {
    #pagePage.page.page-v3 > section[class*='container'] {
      padding-left: 0;
      padding-right: 0; } }
  #pagePage.page.page-v3 * {
    font-family: "Neue Helvetica W05", "Helvetica Neue", "Helvetica", sans-serif; }
    #pagePage.page.page-v3 * .fa {
      font-family: "FontAwesome", sans-serif !important; }
  #pagePage.page.page-v3 .innerp {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    padding: 0; }
    #pagePage.page.page-v3 .innerp--transparent {
      background-color: transparent;
      box-shadow: none; }
    #pagePage.page.page-v3 .innerp--first:before, #pagePage.page.page-v3 .innerp--first:after {
      width: 20%;
      height: 6px;
      content: "";
      display: block;
      position: absolute;
      top: 0; }
      @media screen and (max-width: 1170px) {
        #pagePage.page.page-v3 .innerp--first:before, #pagePage.page.page-v3 .innerp--first:after {
          width: 15%; } }
      @media screen and (max-width: 992px) {
        #pagePage.page.page-v3 .innerp--first:before, #pagePage.page.page-v3 .innerp--first:after {
          width: 25%; } }
    #pagePage.page.page-v3 .innerp--first:before {
      background-color: #F26323;
      left: 0; }
    #pagePage.page.page-v3 .innerp--first:after {
      background-color: #2BA572;
      left: 20%; }
      @media screen and (max-width: 1170px) {
        #pagePage.page.page-v3 .innerp--first:after {
          left: 15%; } }
      @media screen and (max-width: 992px) {
        #pagePage.page.page-v3 .innerp--first:after {
          left: 25%; } }
    #pagePage.page.page-v3 .innerp--first > .content:before, #pagePage.page.page-v3 .innerp--first > .content:after {
      width: 20%;
      height: 6px;
      content: "";
      display: block;
      position: absolute;
      top: 0; }
      @media screen and (max-width: 1170px) {
        #pagePage.page.page-v3 .innerp--first > .content:before, #pagePage.page.page-v3 .innerp--first > .content:after {
          width: 15%; } }
      @media screen and (max-width: 992px) {
        #pagePage.page.page-v3 .innerp--first > .content:before, #pagePage.page.page-v3 .innerp--first > .content:after {
          width: 25%; } }
    #pagePage.page.page-v3 .innerp--first > .content:before {
      left: 40%;
      background-color: #2356A3; }
      @media screen and (max-width: 1170px) {
        #pagePage.page.page-v3 .innerp--first > .content:before {
          left: 30%; } }
      @media screen and (max-width: 992px) {
        #pagePage.page.page-v3 .innerp--first > .content:before {
          left: 50%; } }
    #pagePage.page.page-v3 .innerp--first > .content:after {
      left: 60%;
      background-color: #EEAD1F; }
      @media screen and (max-width: 1170px) {
        #pagePage.page.page-v3 .innerp--first > .content:after {
          left: 45%; } }
      @media screen and (max-width: 992px) {
        #pagePage.page.page-v3 .innerp--first > .content:after {
          left: 75%; } }
    #pagePage.page.page-v3 .innerp.posts .innerp {
      background-color: transparent;
      box-shadow: none; }
    #pagePage.page.page-v3 .innerp section[class*='flex'] h1.text-normal, #pagePage.page.page-v3 .innerp section[class*='flex'] h2.text-normal, #pagePage.page.page-v3 .innerp section[class*='flex'] h3.text-normal, #pagePage.page.page-v3 .innerp section[class*='flex'] h4.text-normal, #pagePage.page.page-v3 .innerp section[class*='flex'] h5.text-normal, #pagePage.page.page-v3 .innerp section[class*='flex'] h6.text-normal {
      text-transform: none !important; }
    #pagePage.page.page-v3 .innerp section[class*='flex'] h1, #pagePage.page.page-v3 .innerp section[class*='flex'] h2 {
      text-transform: uppercase;
      color: #CD4739;
      font-weight: 300;
      padding: 0 0 2rem 0;
      margin: 0;
      font-size: 3.2rem;
      line-height: 3.2rem;
      letter-spacing: 1px; }
    #pagePage.page.page-v3 .innerp section[class*='flex'] h3, #pagePage.page.page-v3 .innerp section[class*='flex'] h4, #pagePage.page.page-v3 .innerp section[class*='flex'] h5, #pagePage.page.page-v3 .innerp section[class*='flex'] h6 {
      font-size: 2.4rem;
      text-transform: none;
      font-weight: bold;
      letter-spacing: normal;
      line-height: 2.4rem;
      margin: 0;
      padding: 1rem 0 2rem 0;
      color: #CD4739; }
    #pagePage.page.page-v3 .innerp section[class*='flex'] p {
      font-size: 1.6rem;
      line-height: 2.4rem;
      padding: 0;
      margin: 0 0 2rem 0; }
      #pagePage.page.page-v3 .innerp section[class*='flex'] p strong {
        color: #CD4739; }
    #pagePage.page.page-v3 .innerp section[class*='flex'] ul,
    #pagePage.page.page-v3 .innerp section[class*='flex'] ol {
      margin-bottom: 2rem; }
    #pagePage.page.page-v3 .innerp section[class*='flex'] ul {
      padding-left: 1.5rem; }
    #pagePage.page.page-v3 .innerp section[class*='flex'] ul li,
    #pagePage.page.page-v3 .innerp section[class*='flex'] ol li {
      font-size: 1.6rem;
      line-height: 2.4rem; }
    #pagePage.page.page-v3 .innerp section[class*='flex'] .gform_body label {
      letter-spacing: 1px; }
    #pagePage.page.page-v3 .innerp section[class*='flex'] .alignleft {
      margin: 5rem 5rem 5rem -10rem;
      float: left; }
      @media screen and (max-width: 992px) {
        #pagePage.page.page-v3 .innerp section[class*='flex'] .alignleft {
          margin-left: 0;
          max-width: 40%; } }
    #pagePage.page.page-v3 .innerp section[class*='flex'] .alignright {
      margin: 5rem -10rem 5rem 5rem;
      float: right; }
      @media screen and (max-width: 992px) {
        #pagePage.page.page-v3 .innerp section[class*='flex'] .alignright {
          margin-right: 0;
          max-width: 40%; } }

.flex-accordion {
  clear: both;
  padding: 2.5rem 5rem 5rem 5rem; }
  .flex-accordion__item-header .btn {
    width: 100%;
    text-align: left;
    padding: 2.65rem 7.5rem 2.65rem 2.5rem;
    margin: 1.5rem 0 0 0;
    position: relative;
    background-color: #2BA572;
    color: #fff;
    font-size: 1.7rem;
    line-height: 2rem;
    white-space: normal; }
    .flex-accordion__item-header .btn:hover, .flex-accordion__item-header .btn:focus, .flex-accordion__item-header .btn:active {
      color: #fff;
      background-color: #207d56; }
    .flex-accordion__item-header .btn:after {
      position: absolute;
      top: 0;
      right: 0;
      width: 5rem;
      text-align: center;
      height: 100%;
      content: "";
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "FontAwesome", sans-serif;
      transform-origin: center center;
      transition: transform 0.15s cubic-bezier(0.86, 0, 0.07, 1); }
    .flex-accordion__item-header .btn[aria-expanded="true"]:after {
      transform: rotate(180deg); }
  .flex-accordion__item-content {
    border-left: 3px #2BA572 solid;
    border-right: 3px #2BA572 solid;
    border-bottom: 3px #2BA572 solid; }
    .flex-accordion__item-content-inner {
      padding: 2rem; }
      .flex-accordion__item-content-inner p:last-child {
        margin-bottom: 0 !important; }

.flex-content-anchored {
  clear: both;
  padding: 0 5rem 5rem 5rem; }
  .flex-content-anchored__nav {
    margin: 0;
    padding: 0 0 2.5rem 0; }
    .flex-content-anchored__nav ul {
      flex-direction: row;
      display: flex;
      flex-wrap: wrap;
      margin: 0 !important;
      padding: 0 !important;
      border-bottom: 1px #F26323 solid;
      list-style: none;
      justify-content: center; }
      @media screen and (max-width: 992px) {
        .flex-content-anchored__nav ul {
          border-bottom: none;
          flex-direction: column; } }
      .flex-content-anchored__nav ul li {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none; }
  .flex-content-anchored__content-item:last-child .flex-content-anchored__content-item-jump {
    margin-bottom: 0; }
  .flex-content-anchored__content-item:last-child p:last-child {
    margin-bottom: 0 !important; }
  .flex-content-anchored__content-item-jump {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 2rem;
    display: block;
    text-align: right;
    color: #F26323; }
  .flex-content-anchored__item {
    color: #F26323;
    display: block;
    position: relative;
    top: 2px;
    padding: 0.75rem 1.6rem;
    font-size: 1.35rem;
    line-height: 1.35rem;
    letter-spacing: 0.5px;
    font-weight: 300; }
    @media screen and (max-width: 992px) {
      .flex-content-anchored__item {
        border-bottom: 1px #F26323 solid;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        text-align: center; } }
    .flex-content-anchored__item:before {
      content: "";
      bottom: 0;
      left: 0;
      width: 100%;
      position: absolute;
      background-color: #F26323;
      height: 1px;
      transition: transform 0.5s ease-out;
      transform-origin: center center;
      transform: scaleX(0); }
      @media screen and (max-width: 992px) {
        .flex-content-anchored__item:before {
          display: none; } }
    .flex-content-anchored__item:hover, .flex-content-anchored__item:focus {
      color: #F26323;
      text-decoration: none; }
      .flex-content-anchored__item:hover:before, .flex-content-anchored__item:focus:before {
        transform: scaleX(1); }

.flex-basic {
  clear: both;
  padding: 2.5rem 5rem; }
  .flex-basic p:last-child {
    margin-bottom: 0 !important; }

.container--first .innerp > .content > section.flex-basic:first-child {
  padding-top: 5rem; }

.flex-cards {
  clear: both;
  padding: 2.5rem 5rem; }
  .flex-cards__wrap {
    display: flex;
    flex-direction: row;
    position: relative;
    margin-left: -1rem;
    margin-right: -1rem; }
    @media screen and (max-width: 767px) {
      .flex-cards__wrap {
        flex-direction: column; } }
  .flex-cards__item {
    height: 250px;
    margin-left: 1rem;
    margin-right: 1rem;
    overflow: hidden;
    position: relative;
    width: 33.3%; }
    @media screen and (max-width: 992px) {
      .flex-cards__item {
        height: 200px; } }
    @media screen and (max-width: 767px) {
      .flex-cards__item {
        width: auto;
        margin-bottom: 3rem; } }
    .flex-cards__item-image {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .flex-cards__item-image img {
        display: none; }
    .flex-cards__item-meta {
      position: absolute;
      top: 0;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.25);
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      padding: 2rem;
      color: #fff; }
      .flex-cards__item-meta h3 {
        color: #fff !important;
        text-transform: uppercase !important;
        font-weight: 300 !important;
        font-size: 2rem !important;
        line-height: 2.25rem !important;
        padding: 0 !important;
        letter-spacing: 1.5px !important; }
        @media screen and (min-width: 767px) and (max-width: 992px) {
          .flex-cards__item-meta h3 {
            font-size: 1.5rem !important;
            line-height: 1.625rem !important; } }
    .flex-cards__item-button {
      position: absolute;
      bottom: 2rem;
      display: inline-block;
      border: 1px #fff solid;
      background-color: transparent;
      padding: 0.5rem 1rem;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.25rem;
      font-weight: 300;
      letter-spacing: 1px;
      transition: background-color 0.25s ease-out, color 0.25s ease-out; }
      .flex-cards__item-button:hover, .flex-cards__item-button:focus, .flex-cards__item-button:active {
        color: #000;
        background-color: #fff; }
      .flex-cards__item-button.external {
        padding-right: 3rem; }
        .flex-cards__item-button.external:after {
          content: "";
          right: 1rem;
          position: absolute;
          width: 2rem;
          text-align: right;
          font-family: "FontAwesome", sans-serif; }

.flex-downloads {
  padding: 2.5rem 5rem;
  position: relative; }
  .flex-downloads__intro-header {
    position: relative;
    display: block;
    cursor: pointer;
    padding-bottom: 2.5rem;
    transition: none; }
    .flex-downloads__intro-header:before, .flex-downloads__intro-header:after {
      display: block;
      content: "";
      background-color: #F26323;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: all 0.15s ease-out;
      transform-origin: center center; }
    .flex-downloads__intro-header:before {
      height: 1px;
      width: 17px;
      position: absolute;
      bottom: 9px;
      transform: rotate(15deg) translateX(-50%); }
    .flex-downloads__intro-header:after {
      position: absolute;
      bottom: 1px;
      width: 1px;
      height: 17px;
      margin-left: -1px;
      transform: rotate(15deg); }
    .flex-downloads__intro-header:focus, .flex-downloads__intro-header:active, .flex-downloads__intro-header:hover {
      text-decoration: none; }
    .flex-downloads__intro-header[aria-expanded="false"]:before, .flex-downloads__intro-header[aria-expanded="false"]:after {
      opacity: 1; }
    .flex-downloads__intro-header[aria-expanded="false"]:before {
      transform: translateX(-50%) rotate(0deg); }
    .flex-downloads__intro-header[aria-expanded="false"]:after {
      transform: rotate(0deg); }
    .flex-downloads__intro-header[aria-expanded="true"] p {
      border-bottom: 1px #fff solid !important;
      padding-bottom: none !important; }
    .flex-downloads__intro-header p {
      color: #F26323;
      text-align: center;
      margin: 0 !important;
      border-bottom: 1px #F26323 solid;
      padding-bottom: 0.25rem !important;
      transition: none; }
  .flex-downloads__content {
    transition: all 0.25s ease-out;
    position: relative;
    z-index: 10;
    opacity: 1 !important;
    margin-top: -2.55rem; }
    .flex-downloads__content[aria-expanded="true"] + .flex-downloads__footer {
      display: block; }
    .flex-downloads__content-wrap {
      border: 1px #F26323 solid;
      padding: 3rem; }
      .flex-downloads__content-wrap h3 {
        color: #CD4739 !important;
        margin: 0 !important;
        padding: 0 0 1.5rem 0 !important; }
      .flex-downloads__content-wrap ul {
        margin: 0;
        padding: 0 0 3rem 0 !important;
        list-style: none;
        display: block;
        color: #8d949c; }
        .flex-downloads__content-wrap ul:last-child {
          padding-bottom: 0; }
      .flex-downloads__content-wrap li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block; }
        .flex-downloads__content-wrap li a {
          color: #8d949c;
          text-transform: uppercase;
          font-size: 1.625rem;
          font-weight: normal;
          display: block;
          padding: 0.375rem 0 0.5rem 2rem;
          position: relative;
          transition: color 0.25s ease-out; }
          .flex-downloads__content-wrap li a:hover {
            color: #000; }
          .flex-downloads__content-wrap li a:before {
            content: "";
            left: 0;
            position: absolute;
            font-family: "FontAwesome", sans-serif;
            font-size: 1.375rem;
            top: 6px; }
  .flex-downloads__footer {
    display: none; }
    .flex-downloads__footer-link {
      width: 100%;
      font-size: 0;
      line-height: 0;
      height: 20px;
      display: block;
      position: relative;
      z-index: 11;
      margin-top: 1rem; }
      .flex-downloads__footer-link:before {
        display: block;
        content: "";
        background-color: #F26323;
        left: 50%;
        transform: translateX(-50%);
        transform-origin: center center;
        position: absolute;
        top: 50%;
        width: 17px;
        height: 1px; }

.flex-downloads-carousel__item {
  background-color: #ddd;
  padding: 0.5rem 0.25rem; }
  .flex-downloads-carousel__item > a {
    display: block;
    text-decoration: none;
    color: #fff; }
    .flex-downloads-carousel__item > a:hover figure figcaption {
      opacity: 1; }
    .flex-downloads-carousel__item > a figure {
      display: block;
      margin: 0;
      padding: 0;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      position: relative;
      height: 355px; }
      .flex-downloads-carousel__item > a figure img {
        display: none; }
      .flex-downloads-carousel__item > a figure figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.45);
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        text-align: center;
        opacity: 0;
        pointer-events: none; }
        .flex-downloads-carousel__item > a figure figcaption p {
          padding: 0 2rem !important;
          display: block;
          line-height: 2rem !important;
          margin-bottom: 1rem !important; }
          .flex-downloads-carousel__item > a figure figcaption p:last-child {
            margin: 0 !important; }

.slick-arrow {
  width: 60px;
  height: 80px;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15); }
  .slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus {
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35); }
  .slick-arrow:before {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    background-image: url(../img/v3/arrow-control.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    background-size: auto 30px;
    opacity: 1; }
  .slick-arrow.slick-prev {
    left: -45px; }
    .slick-arrow.slick-prev:before {
      transform: rotate(180deg); }
  .slick-arrow.slick-next {
    right: -45px; }

.flex-events {
  padding: 5rem;
  text-align: center; }
  .flex-events__content p:last-child {
    margin-bottom: 0 !important; }
  .flex-events__form {
    border-top: 1px #CD4739 solid;
    margin-top: 1rem;
    padding-top: 1rem;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column; }
    .flex-events__form-header {
      order: 2; }
      .flex-events__form-header .btn {
        background-color: transparent;
        color: #CD4739;
        letter-spacing: 1px;
        font-weight: 300;
        font-size: 1.625rem;
        line-height: 1.625rem;
        padding: 0.5rem;
        margin: 0;
        cursor: pointer;
        position: relative;
        box-shadow: none; }
        .flex-events__form-header .btn[aria-expanded="true"] {
          margin-top: 1rem; }
          .flex-events__form-header .btn[aria-expanded="true"] span:after {
            display: none; }
        .flex-events__form-header .btn span {
          display: inline-block;
          position: relative; }
          .flex-events__form-header .btn span:before, .flex-events__form-header .btn span:after {
            display: block;
            content: "";
            background-color: #CD4739; }
          .flex-events__form-header .btn span:before {
            float: right;
            height: 1px;
            width: 13px;
            position: relative;
            top: 8px;
            margin-left: 1rem; }
          .flex-events__form-header .btn span:after {
            position: absolute;
            top: 2px;
            right: 6px;
            width: 1px;
            height: 13px; }
    .flex-events__form-content {
      border: 1px #CD4739 solid;
      max-height: 600px;
      overflow-y: auto;
      margin-top: -11px;
      order: 1;
      transition: height 0.25s linear; }
      .flex-events__form-content.collapsing {
        margin-top: -8px;
        border-top: none; }
      .flex-events__form-content .gform_wrapper {
        padding: 1rem 4rem; }
        .flex-events__form-content .gform_wrapper ul.gform_fields {
          margin: 0 !important;
          padding: 0 !important; }
          .flex-events__form-content .gform_wrapper ul.gform_fields li input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
            padding: 5px 8px !important; }
          .flex-events__form-content .gform_wrapper ul.gform_fields li select {
            padding: 7px 4px 8px 4px !important; }
          .flex-events__form-content .gform_wrapper ul.gform_fields li.gfield_descrdiption_below div.ginput_container_checkbox,
          .flex-events__form-content .gform_wrapper ul.gform_fields li.gfield_descrdiption_below div.ginput_container_radio {
            margin-top: 0 !important; }
          .flex-events__form-content .gform_wrapper ul.gform_fields li ul.gfield_checkbox, .flex-events__form-content .gform_wrapper ul.gform_fields li ul.gfield_radio {
            padding-left: 0 !important; }
        .flex-events__form-content .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
        .flex-events__form-content .gform_wrapper .field_sublabel_above div[class*="gfield_date_"].ginput_container label,
        .flex-events__form-content .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label,
        .flex-events__form-content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
        .flex-events__form-content .gform_wrapper .field_sublabel_below div[class*="gfield_date_"].ginput_container label,
        .flex-events__form-content .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
          font-size: 1rem !important;
          font-style: normal !important;
          font-weight: 300 !important;
          color: #CD4739 !important; }

.flex-events__list {
  clear: both;
  padding: 4rem 0; }
  .flex-events__list .evcal_month_line p {
    color: #CD4739 !important;
    margin-bottom: 0.5rem !important;
    font-size: 2.25rem !important;
    line-height: 2.25rem !important; }
  .flex-events__list #evcal_list {
    margin-bottom: 3rem;
    border: none; }
    .flex-events__list #evcal_list .eventon_list_event {
      margin: 1rem 0; }
      .flex-events__list #evcal_list .eventon_list_event:first-child {
        margin-top: 0; }

.flex-contact {
  padding: 5rem;
  clear: both; }
  .flex-contact__title {
    text-transform: uppercase !important;
    font-weight: 300 !important;
    padding: 0 0 1.25rem 0 !important;
    margin: 0 !important;
    font-size: 2.6rem !important;
    line-height: 2.6rem !important;
    letter-spacing: 1px !important;
    margin-bottom: 1rem !important; }
  .flex-contact__form {
    background-color: #2BA572;
    background-image: url(../img/v3/bg-contact-form.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
    min-height: 320px;
    padding: 4rem; }
    .flex-contact__form .gform_wrapper {
      padding: 0;
      margin: 0;
      width: 65%; }
      @media screen and (max-width: 767px) {
        .flex-contact__form .gform_wrapper {
          width: 100%; } }
      .flex-contact__form .gform_wrapper div.validation_error {
        display: none !important;
        background-color: #CD4739;
        border: none;
        color: #fff;
        margin-bottom: 2rem;
        padding: 2rem; }
      .flex-contact__form .gform_wrapper .gform_body {
        width: 100%; }
        .flex-contact__form .gform_wrapper .gform_body .gform_fields {
          margin: 0 !important;
          padding: 0 !important;
          list-style: none;
          transition: none; }
          .flex-contact__form .gform_wrapper .gform_body .gform_fields .gfield {
            margin: 0 0 1.25rem 0;
            padding: 0; }
            .flex-contact__form .gform_wrapper .gform_body .gform_fields .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
              max-width: none !important;
              margin-bottom: 1.25rem !important;
              border: none !important;
              background-color: transparent !important; }
            .flex-contact__form .gform_wrapper .gform_body .gform_fields .gfield.gfield_error .validation_message {
              background-color: #CD4739;
              color: #fff;
              padding: 0.75rem 1rem !important; }
            .flex-contact__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
              margin: 0;
              padding: 0; }
              .flex-contact__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
              .flex-contact__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
              .flex-contact__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
                margin: 0;
                padding: 1.25rem 1rem;
                font-size: 1.5rem;
                line-height: 1.5rem;
                font-weight: lighter;
                border: none;
                box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15); }
      .flex-contact__form .gform_wrapper .gform_footer {
        margin: 0;
        padding: 0; }
        .flex-contact__form .gform_wrapper .gform_footer input[type="submit"] {
          background-color: #EEAD1F;
          width: 100%;
          height: 44px;
          box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
          border: none;
          color: #fff;
          text-transform: uppercase;
          font-size: 2rem;
          line-height: 2rem;
          font-weight: 300;
          letter-spacing: 1px; }
  .flex-contact .gform_confirmation_wrapper {
    padding: 0;
    font-weight: bold;
    color: #fff;
    font-size: 1.75rem;
    line-height: 2rem;
    text-align: left;
    max-width: 60%; }

.eventon_au_form_section {
  text-align: left; }

.evoau_submission_form {
  border: none !important;
  padding-bottom: 0 !important; }
  .evoau_submission_form * {
    font-family: "Neue Helvetica W05", "Helvetica Neue", Helvetica, sans-serif !important; }
  .evoau_submission_form h2,
  .evoau_submission_form h3 {
    text-transform: uppercase !important;
    color: #CD4739 !important;
    font-weight: 300 !important;
    padding: 0 0 1rem 0 !important;
    margin: 0 !important;
    font-size: 3.2rem !important;
    line-height: 3.2rem !important;
    text-align: left !important; }
  .evoau_submission_form h3 {
    padding-bottom: 0 !important; }
  .evoau_submission_form p.label {
    margin: 0 !important;
    padding: 0 !important; }
  .evoau_submission_form label {
    font-size: 1.2rem !important;
    line-height: 1.2rem !important;
    text-transform: uppercase !important;
    font-style: normal !important;
    padding-bottom: 0.25rem !important;
    color: #000 !important;
    letter-spacing: 1px !important; }
  .evoau_submission_form .ajde_yn_btn {
    padding: 0 !important;
    margin: 0.75rem 0 0 0 !important; }
  .evoau_submission_form .ajde_yn_btn_label {
    margin: 0.75rem 0 0 0 !important;
    line-height: 24px !important; }
  .evoau_submission_form .fullwidthEvent,
  .evoau_submission_form .fullwidthYour {
    width: 100%; }
  .evoau_submission_form .evoau_organizer_select,
  .evoau_submission_form .evoau_location_select {
    width: 75%; }
  .evoau_submission_form .evoau_cat_select_field > span {
    font-style: normal !important; }
    .evoau_submission_form .evoau_cat_select_field > span input[type="checkbox"] {
      margin: 0.25rem 0.375rem 0.5rem 0;
      top: 1px;
      position: relative; }
  .evoau_submission_form .evoau_table .row.learnmove p.checkbox_field label {
    position: relative;
    top: 3px; }
  .evoau_submission_form .evoau_file_field span.evoau_img_btn {
    width: 100%;
    display: flex;
    height: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold; }
  .evoau_submission_form p input,
  .evoau_submission_form p textarea,
  .evoau_submission_form p select,
  .evoau_submission_form p select.evoau_location_select,
  .evoau_submission_form p.dropdown_row select,
  .evoau_submission_form .evoau_cat_select_field {
    border: 1px #000 solid !important;
    border-radius: 0 !important;
    font-family: "Neue Helvetica W05", "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
    padding: 10px 10px 12px 10px !important;
    color: #000 !important; }
  .evoau_submission_form p #evoau_submit,
  .evoau_submission_form a.evoAU_form_trigger_btn,
  .evoau_submission_form .msub_row a,
  .evoau_submission_form .row .enterNew,
  .evoau_submission_form .formBtnS {
    background-color: #CD4739 !important;
    border-radius: 0 !important;
    height: 44px;
    top: -1px;
    position: relative;
    font-weight: normal !important;
    text-align: center; }
    .evoau_submission_form p #evoau_submit:hover, .evoau_submission_form p #evoau_submit:focus, .evoau_submission_form p #evoau_submit:active,
    .evoau_submission_form a.evoAU_form_trigger_btn:hover,
    .evoau_submission_form a.evoAU_form_trigger_btn:focus,
    .evoau_submission_form a.evoAU_form_trigger_btn:active,
    .evoau_submission_form .msub_row a:hover,
    .evoau_submission_form .msub_row a:focus,
    .evoau_submission_form .msub_row a:active,
    .evoau_submission_form .row .enterNew:hover,
    .evoau_submission_form .row .enterNew:focus,
    .evoau_submission_form .row .enterNew:active,
    .evoau_submission_form .formBtnS:hover,
    .evoau_submission_form .formBtnS:focus,
    .evoau_submission_form .formBtnS:active {
      background-color: #a8362b !important;
      opacity: 1 !important; }
  .evoau_submission_form .row .enterNew {
    width: auto;
    height: 44px !important;
    line-height: 42px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    top: 0 !important; }
  .evoau_submission_form .submit_row {
    padding-bottom: 0 !important; }
  .evoau_submission_form p #evoau_submit {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 54px !important;
    height: 54px !important;
    font-size: 1.75rem !important;
    width: 100% !important; }
  .evoau_submission_form.successForm {
    margin: 1rem !important;
    color: #fff !important;
    padding: 1rem !important;
    border-radius: 0 !important; }
    .evoau_submission_form.successForm .evoau_success_msg p {
      margin: 0 !important;
      color: #fff !important; }
      .evoau_submission_form.successForm .evoau_success_msg p b {
        margin-bottom: 1rem !important; }

.flex-form {
  padding: 5rem;
  clear: both; }
  .flex-form .gform_confirmation_wrapper {
    background-color: #2BA572;
    color: #fff;
    text-align: center;
    padding: 2rem;
    font-weight: bold; }
  .flex-form .gform_wrapper {
    margin: 0;
    padding: 0; }
    .flex-form .gform_wrapper div.validation_error {
      background-color: #CD4739;
      color: #fff;
      border: none; }
    .flex-form .gform_wrapper .gform_body .gform_fields {
      margin: 0 !important;
      padding: 0 !important;
      list-style: none; }
      .flex-form .gform_wrapper .gform_body .gform_fields .gfield {
        margin: 0 0 2rem 0;
        padding: 0; }
        .flex-form .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half .ginput_container {
          padding-right: 1rem !important; }
        .flex-form .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half .ginput_container {
          padding-left: 1rem !important; }
        .flex-form .gform_wrapper .gform_body .gform_fields .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
          margin: 0 0 2rem 0 !important;
          width: 100%;
          max-width: none !important;
          border: none; }
        .flex-form .gform_wrapper .gform_body .gform_fields .gfield.gfield_error.gf_left_half, .flex-form .gform_wrapper .gform_body .gform_fields .gfield.gfield_error.gf_right_half {
          border: none;
          background-color: transparent;
          margin: 0 !important;
          max-width: none !important; }
        .flex-form .gform_wrapper .gform_body .gform_fields .gfield.gfield_error div.gfield_description {
          background-color: #CD4739;
          color: #fff;
          padding: 0.75rem 2rem; }
        .flex-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
          margin: 0; }
          .flex-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
          .flex-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
          .flex-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
            font-size: 1.5rem;
            line-height: 1.5rem;
            box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
            border: none;
            background-color: #fff; }
          .flex-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
          .flex-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
            height: 40px;
            padding: 0 2rem;
            margin: 0 !important; }
          .flex-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
            padding: 1.5rem 2rem; }
    .flex-form .gform_wrapper .gform_footer {
      margin: 0;
      padding: 0;
      text-align: right; }
      .flex-form .gform_wrapper .gform_footer input[type="submit"] {
        background-color: #CD4739;
        width: 50%;
        margin: 0;
        border: none;
        height: 50px;
        color: #fff;
        text-transform: uppercase;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 300;
        letter-spacing: 1px;
        box-shadow: none; }
        .flex-form .gform_wrapper .gform_footer input[type="submit"]:hover, .flex-form .gform_wrapper .gform_footer input[type="submit"]:active, .flex-form .gform_wrapper .gform_footer input[type="submit"]:focus {
          background-color: #a8362b;
          color: #fff; }

.flex-iframe {
  clear: both;
  padding: 0 5rem; }
  .flex-iframe h3 {
    text-transform: uppercase !important;
    color: #F26323 !important;
    font-weight: 300 !important;
    padding: 0 0 1.25rem 0 !important;
    margin: 0 !important;
    font-size: 2.6rem !important;
    line-height: 2.6rem !important;
    letter-spacing: 1px !important; }
  .flex-iframe__wrap {
    overflow: hidden;
    border: 1px #F26323 solid; }
    .flex-iframe__wrap iframe {
      float: left;
      width: 100%;
      height: 600px; }

.flex-image {
  clear: both;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .flex-image.flex-image--overflow {
    position: relative;
    margin-left: -5rem;
    margin-right: -5rem; }
    @media screen and (max-width: 992px) {
      .flex-image.flex-image--overflow {
        margin-left: 0;
        margin-right: 0; } }

.flex-image-cover {
  width: auto;
  margin: 0 5px; }
  .flex-image-cover > h3 {
    text-align: center;
    font-size: 1.4rem !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 0 0.25rem 0 !important;
    border-bottom: 1px #CD4739 solid; }
  .flex-image-cover > a {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem 0;
    color: #CD4739;
    text-decoration: none; }
    .flex-image-cover > a .fa {
      font-size: 1.25rem !important;
      font-weight: normal !important;
      padding-right: 0.5rem !important; }
  .flex-image-cover__wrap {
    margin: 2rem 4rem;
    border: 1px #CD4739 solid;
    padding: 2px; }
    .flex-image-cover__wrap > a {
      display: block;
      text-decoration: none; }
    .flex-image-cover__wrap img {
      width: 100%; }

.flex-initiatives .hiv-prevention {
  margin-left: -5rem;
  margin-right: -5rem;
  padding: 1rem 0; }
  @media screen and (max-width: 1100px) {
    .flex-initiatives .hiv-prevention {
      margin-left: 0;
      margin-right: 0; } }
  .flex-initiatives .hiv-prevention .initiative-item {
    max-width: 50%; }
    .flex-initiatives .hiv-prevention .initiative-item img {
      width: 100%; }

.flex-instructions {
  margin: 1.5rem 5rem;
  position: relative; }
  .flex-instructions.flex-instructions--arrow {
    margin-bottom: 4rem; }
    .flex-instructions.flex-instructions--arrow .flex-instructions__wrap, .flex-instructions.flex-instructions--arrow .flex-instructions__link {
      margin-bottom: 4rem;
      border-bottom: 1px #F26323 solid; }
  .flex-instructions__wrap, .flex-instructions__link {
    position: relative;
    display: block;
    color: #F26323;
    text-decoration: none; }
    .flex-instructions__wrap:after, .flex-instructions__link:after {
      content: "";
      position: absolute;
      left: 50%;
      font-family: "FontAwesome", sans-serif;
      color: #F26323;
      bottom: -2rem;
      padding-top: 0.25rem;
      height: 2rem; }
    .flex-instructions__wrap p, .flex-instructions__link p {
      margin: 0 !important;
      padding: 0 0 0.25rem 0 !important;
      color: #F26323;
      text-align: center;
      font-size: 1.4rem !important; }
  .flex-instructions__link:active, .flex-instructions__link:focus, .flex-instructions__link:hover {
    color: #F26323;
    text-decoration: none; }

.flex-intro {
  clear: both; }
  .flex-intro.flex-intro--square .flex-intro__wrap {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 640px) {
      .flex-intro.flex-intro--square .flex-intro__wrap {
        flex-direction: column; } }
  .flex-intro.flex-intro--square .flex-intro__sidebar {
    width: 20%;
    min-width: 20%;
    min-height: 190px; }
    @media screen and (max-width: 1170px) {
      .flex-intro.flex-intro--square .flex-intro__sidebar {
        width: 40%;
        min-width: 40%; } }
    @media screen and (max-width: 992px) {
      .flex-intro.flex-intro--square .flex-intro__sidebar {
        width: 200px;
        height: 200px;
        min-width: 200px;
        margin-right: 4rem;
        margin-top: 4rem; } }
    @media screen and (max-width: 640px) {
      .flex-intro.flex-intro--square .flex-intro__sidebar {
        display: none; } }
    .flex-intro.flex-intro--square .flex-intro__sidebar-image {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 100%; }
      @media screen and (max-width: 640px) {
        .flex-intro.flex-intro--square .flex-intro__sidebar-image {
          background-image: none !important;
          height: auto; } }
      .flex-intro.flex-intro--square .flex-intro__sidebar-image img {
        display: none; }
        @media screen and (max-width: 640px) {
          .flex-intro.flex-intro--square .flex-intro__sidebar-image img {
            display: block;
            width: 100%;
            height: auto; } }
  .flex-intro.flex-intro--square .flex-intro__content {
    padding: 4rem;
    min-width: 80%; }
    @media screen and (max-width: 1170px) {
      .flex-intro.flex-intro--square .flex-intro__content {
        min-width: 60%; } }
    @media screen and (max-width: 640px) {
      .flex-intro.flex-intro--square .flex-intro__content {
        width: 100%;
        min-width: 0; } }
  .flex-intro.flex-intro--cta {
    padding: 4rem; }
    .flex-intro.flex-intro--cta .flex-intro__wrap {
      display: flex;
      flex-direction: row; }
      @media screen and (max-width: 767px) {
        .flex-intro.flex-intro--cta .flex-intro__wrap {
          flex-direction: column; } }
    .flex-intro.flex-intro--cta .flex-intro__sidebar {
      min-width: 45%;
      width: 45%;
      margin-left: 5%;
      background-color: #EEAD1F;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      flex-direction: column;
      min-height: 180px;
      padding: 2rem; }
      @media screen and (max-width: 767px) {
        .flex-intro.flex-intro--cta .flex-intro__sidebar {
          width: auto;
          margin-left: 0; } }
      .flex-intro.flex-intro--cta .flex-intro__sidebar p {
        display: block;
        text-align: center;
        font-size: 1.6rem !important;
        line-height: 1.6rem !important; }
  .flex-intro .btn {
    padding: 1rem 2.5rem;
    text-align: left;
    font-size: 1.375rem;
    line-height: 1.375rem;
    letter-spacing: 1px;
    font-weight: 300;
    position: relative;
    background-color: #2BA572;
    color: #fff;
    transition: background-color 0.25s ease-out, color 0.25s ease-out; }
    .flex-intro .btn:focus, .flex-intro .btn:active, .flex-intro .btn:hover {
      background-color: #207d56;
      color: #fff; }
    .flex-intro .btn.external {
      padding-right: 4.5rem; }
      .flex-intro .btn.external:after {
        font-family: "FontAwesome", sans-serif;
        width: 2rem;
        text-align: left;
        right: 1.75rem;
        position: absolute;
        content: ""; }

.flex-locations {
  background-color: #2BA572;
  padding: 5rem; }
  .flex-locations__search {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    background-color: transparent !important;
    padding-right: 40px; }
    .flex-locations__search h3 {
      margin: 0 !important;
      padding: 0 2rem 0 0 !important;
      color: #fff !important;
      font-weight: normal !important; }
    .flex-locations__search .widget.widget_slp_widget_search form {
      background-color: transparent !important;
      position: relative;
      width: 180px; }
      .flex-locations__search .widget.widget_slp_widget_search form input[type="text"] {
        background-color: #fff !important;
        text-align: left;
        color: #000 !important;
        width: 100% !important;
        max-width: 180px !important;
        float: none !important;
        font-size: 2.25rem;
        height: 40px;
        line-height: 40px;
        padding: 0 10px !important;
        letter-spacing: 4px; }
        .flex-locations__search .widget.widget_slp_widget_search form input[type="text"]::placeholder {
          color: #9b9b9b; }
        .flex-locations__search .widget.widget_slp_widget_search form input[type="text"]::-webkit-input-placeholder {
          color: #9b9b9b; }
        .flex-locations__search .widget.widget_slp_widget_search form input[type="text"]::-moz-placeholder {
          color: #9b9b9b; }
        .flex-locations__search .widget.widget_slp_widget_search form input[type="text"]:-ms-input-placeholder {
          color: #9b9b9b; }
        .flex-locations__search .widget.widget_slp_widget_search form input[type="text"]:-moz-placeholder {
          color: #9b9b9b; }
      .flex-locations__search .widget.widget_slp_widget_search form input[type="submit"] {
        background-image: url(../img/v3/icon-search.svg) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        width: 40px !important;
        padding: 0 !important;
        height: 40px !important;
        position: absolute !important;
        background-color: #CD4739 !important;
        background-size: 50% 50% !important;
        font-size: 0 !important;
        line-height: 0 !important; }

.flex-locations-deluxe .slp_search_form .slp_search_container #zipForm {
  background-color: #2BA572; }
  .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container {
    width: 100%;
    padding: 0; }
    .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box {
      display: flex;
      flex-direction: row;
      width: 100%;
      max-width: none;
      justify-content: center; }
      @media screen and (max-width: 992px) {
        .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box {
          flex-direction: column;
          justify-content: center;
          align-content: center; } }
      .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address {
        width: auto !important;
        display: flex;
        flex-direction: row;
        height: 100%;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 992px) {
          .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address {
            display: flex;
            width: 100% !important;
            flex-direction: column; } }
        .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address::placeholder {
          color: #000; }
        .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address::-webkit-input-placeholder {
          color: #000; }
        .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address::-moz-placeholder {
          color: #000; }
        .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address:-ms-input-placeholder {
          color: #000; }
        .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address:-moz-placeholder {
          color: #000; }
        .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address label {
          margin: 0;
          padding: 0 2rem 0 0;
          color: #fff;
          font-weight: normal;
          font-size: 2rem;
          line-height: 2rem;
          letter-spacing: normal;
          display: block; }
          @media screen and (max-width: 992px) {
            .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address label {
              margin: 0 0 2rem 0;
              padding: 0 4rem; } }
        .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address .label_text {
          height: 40px;
          width: 180px;
          line-height: 40px;
          font-size: 2.25rem;
          background-color: #fff;
          border: none;
          text-align: left;
          padding: 0 10px;
          color: #000;
          letter-spacing: 4px; }
          @media screen and (max-width: 992px) {
            .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address .label_text {
              text-align: center; } }
          .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address .label_text::placeholder {
            color: #9b9b9b; }
          .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address .label_text::-webkit-input-placeholder {
            color: #9b9b9b; }
          .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address .label_text::-moz-placeholder {
            color: #9b9b9b; }
          .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address .label_text:-ms-input-placeholder {
            color: #9b9b9b; }
          .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #addy_in_address .label_text:-moz-placeholder {
            color: #9b9b9b; }
      .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #radius_in_submit {
        width: auto !important; }
        @media screen and (max-width: 992px) {
          .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #radius_in_submit {
            width: 100% !important;
            display: flex;
            justify-content: center;
            align-content: center; } }
        .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #radius_in_submit .slp_ui_button {
          width: 40px;
          height: 40px;
          padding: 0;
          margin: 0;
          background-color: #F26323;
          background-size: 50% 50%;
          background-position: center center;
          background-repeat: no-repeat;
          background-image: url(../img/v3/icon-search.svg);
          transition: none;
          font-size: 0;
          line-height: 0; }
          @media screen and (max-width: 992px) {
            .flex-locations-deluxe .slp_search_form .slp_search_container #zipForm > .container .search_box #radius_in_submit .slp_ui_button {
              width: 180px;
              background-size: auto 50%; } }
.flex-locations-deluxe .slp_results_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 5rem 0; }
  .flex-locations-deluxe .slp_results_container .results_wrapper {
    width: 33.3% !important; }
    @media screen and (max-width: 1200px) {
      .flex-locations-deluxe .slp_results_container .results_wrapper {
        width: 50% !important; } }
    @media screen and (max-width: 767px) {
      .flex-locations-deluxe .slp_results_container .results_wrapper {
        width: 100% !important; } }
  .flex-locations-deluxe .slp_results_container .no_results_found {
    padding: 0 5rem; }
  .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result {
    position: relative;
    height: 100%;
    padding-bottom: 5rem;
    margin-left: 5rem;
    margin-right: 5rem;
    cursor: pointer; }
    .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-header {
      padding-right: 5rem; }
      .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-header h3 {
        font-weight: normal !important;
        font-size: 1.75rem !important;
        line-height: 2rem !important;
        margin: 0 0 1rem 0 !important;
        padding: 0 !important;
        color: #CD4739 !important; }
    .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-content {
      display: flex;
      flex-direction: row; }
      .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-content-distance {
        background-color: #CD4739;
        width: 100px;
        min-width: 100px;
        margin-right: 1rem;
        height: 100px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center; }
        .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-content-distance strong {
          font-size: 3rem;
          line-height: 3rem;
          font-weight: normal; }
        .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-content-distance em {
          font-style: normal;
          text-transform: uppercase;
          font-size: 1.375rem;
          line-height: 1.375rem;
          padding-top: 0.25rem; }
      .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-content-details {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start; }
    .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-footer {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 1rem;
      font-weight: bold;
      color: #CD4739; }
      .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-footer a {
        font-weight: bold;
        color: #CD4739;
        text-decoration: underline; }
      .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-footer span:after {
        content: "  |  "; }
      .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-footer span br {
        display: none; }
      .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-footer-email, .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-footer-link {
        text-transform: lowercase; }
      .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-footer-email:after {
        display: none; }
      .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-footer-hours {
        width: 100%;
        display: block;
        padding-top: 0.5rem;
        clear: both; }
        .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-footer-hours:after {
          display: none; }
      .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-footer-dir {
        order: 999;
        display: block;
        width: 100%;
        border-right: none;
        margin: 0;
        padding: 0; }
        .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-footer-dir:after {
          display: none; }
        .flex-locations-deluxe .slp_results_container .flex-locations-deluxe__result-footer-dir a {
          display: block;
          position: absolute;
          width: 100%;
          border: 1px #CD4739 solid;
          background-color: #fff;
          text-align: center;
          text-transform: uppercase;
          text-decoration: none;
          font-weight: bold;
          color: #CD4739;
          padding: 0.5rem;
          margin: 0;
          bottom: 0;
          left: 0; }

.flex-posts__post {
  display: flex;
  flex-direction: row;
  height: 275px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 3rem; }
  @media screen and (max-width: 767px) {
    .flex-posts__post {
      height: auto;
      flex-direction: column; } }
  .flex-posts__post:last-child {
    margin-bottom: 0 !important; }
  .flex-posts__post-image {
    width: 40%;
    min-width: 40%;
    height: 100%;
    display: flex; }
    @media screen and (max-width: 767px) {
      .flex-posts__post-image {
        width: 100%;
        padding: 2rem 2rem 0 2rem;
        height: auto; } }
    .flex-posts__post-image-inner {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 100%;
      width: 100%;
      display: block; }
      @media screen and (max-width: 767px) {
        .flex-posts__post-image-inner {
          height: 200px; } }
      .flex-posts__post-image-inner img {
        display: none; }
  .flex-posts__post-details {
    padding: 3rem; }
    @media screen and (max-width: 767px) {
      .flex-posts__post-details {
        padding: 2rem; } }
    .flex-posts__post-details-title {
      font-size: 2.25rem !important;
      line-height: 2.5rem !important;
      margin-bottom: 1rem !important;
      padding: 0 !important; }
      @media screen and (max-width: 767px) {
        .flex-posts__post-details-title {
          font-size: 2rem !important;
          line-height: 2.25rem !important; } }
      .flex-posts__post-details-title a {
        color: #CD4739;
        text-decoration: none; }
    .flex-posts__post-details-excerpt {
      font-size: 1.375rem !important;
      line-height: 1.75rem !important;
      margin-bottom: 1rem; }
    .flex-posts__post-details .btn {
      background-color: #fff;
      border: 1px #CD4739 solid;
      box-shadow: none;
      color: #CD4739;
      text-shadow: none;
      padding: 1.25rem 4rem; }
      .flex-posts__post-details .btn .chevron:before, .flex-posts__post-details .btn .chevron:after {
        background-color: #CD4739; }
.flex-posts__single {
  padding: 4rem; }
  .flex-posts__single-image {
    margin: 2rem 0; }
  .flex-posts__single .alignleft {
    margin-left: 0 !important; }
  .flex-posts__single .alignright {
    margin-right: 0 !important; }

.flex-rss {
  position: relative;
  padding: 5rem 0; }
  .flex-rss__headline-title {
    padding-bottom: 0.25rem !important; }
  .flex-rss__headline-text {
    font-weight: bold; }
  .flex-rss__cards {
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex !important;
    overflow: hidden; }
    .flex-rss__cards .slick-next,
    .flex-rss__cards .slick-prev {
      top: 50%;
      height: 40px;
      width: 3rem;
      transform: translateY(-50%); }
      .flex-rss__cards .slick-next:hover,
      .flex-rss__cards .slick-prev:hover {
        background-color: #CD4739; }
        .flex-rss__cards .slick-next:hover:before, .flex-rss__cards .slick-next:hover:after,
        .flex-rss__cards .slick-prev:hover:before,
        .flex-rss__cards .slick-prev:hover:after {
          background-color: #fff; }
      .flex-rss__cards .slick-next:before, .flex-rss__cards .slick-next:after,
      .flex-rss__cards .slick-prev:before,
      .flex-rss__cards .slick-prev:after {
        content: "";
        width: 17px;
        height: 1px;
        background-color: #CD4739;
        display: block;
        transform-origin: center center;
        position: absolute;
        top: 50%;
        transition: all 0.15s ease-out; }
    .flex-rss__cards .slick-prev {
      left: 0; }
      .flex-rss__cards .slick-prev:before {
        top: 26px;
        left: 6px;
        transform: rotate(45deg); }
      .flex-rss__cards .slick-prev:after {
        left: 6px;
        top: 14px;
        transform: rotate(-45deg); }
    .flex-rss__cards .slick-next {
      right: 0; }
      .flex-rss__cards .slick-next:before {
        top: 26px;
        right: 6px;
        transform: rotate(-45deg); }
      .flex-rss__cards .slick-next:after {
        top: 14px;
        right: 6px;
        transform: rotate(45deg); }
    .flex-rss__cards .slick-track {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; }
      .flex-rss__cards .slick-track .slick-slide {
        display: flex;
        height: auto;
        float: none;
        flex-direction: column;
        padding: 1rem 0; }
        .flex-rss__cards .slick-track .slick-slide.slick-active {
          display: flex !important; }
        .flex-rss__cards .slick-track .slick-slide > div {
          flex: 1 0 auto;
          flex-direction: column;
          display: flex !important; }
  .flex-rss__card {
    background-color: #f5f5f5;
    margin-left: 1rem;
    margin-right: 1rem;
    width: auto !important;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    min-height: 150px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    min-width: 33.3%; }
    .flex-rss__card-inner {
      height: 100%;
      position: relative;
      margin: 0 2rem;
      padding: 2rem 0 6.375rem 0;
      overflow: hidden; }
      .flex-rss__card-inner > a {
        font-size: 1.75rem;
        line-height: 1.75rem;
        font-weight: bold;
        color: #000; }
    .flex-rss__card-date {
      display: block;
      font-style: normal;
      text-transform: uppercase;
      font-size: 1.125rem;
      line-height: 1.125rem;
      padding: 0.5rem 0 1.5rem 0; }
    .flex-rss__card-link {
      border-top: 1px #CD4739 solid;
      padding: 1rem 0 0 0;
      position: absolute;
      bottom: 2rem;
      width: 100%; }
      .flex-rss__card-link .btn {
        margin: 0;
        background-color: #2BA572;
        border: none;
        padding: 1rem 4.5rem 1rem 2.5rem;
        bottom: 0;
        text-align: left;
        font-size: 1.375rem;
        line-height: 1.375rem;
        font-weight: 300;
        letter-spacing: 1px;
        color: #fff;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        position: relative;
        text-shadow: none; }
        .flex-rss__card-link .btn:after {
          font-family: "FontAwesome", sans-serif;
          width: 2rem;
          text-align: left;
          right: 1.75rem;
          position: absolute;
          content: ""; }
        .flex-rss__card-link .btn:hover, .flex-rss__card-link .btn:active, .flex-rss__card-link .btn:focus {
          background-color: #207d56;
          color: #fff; }
    .flex-rss__card-excerpt {
      display: none; }

.flex-testing {
  margin: 2.5rem -5rem; }
  @media screen and (max-width: 992px) {
    .flex-testing {
      margin: 0 -5rem;
      padding: 5rem; } }
  .flex-testing__wrap {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 992px) {
      .flex-testing__wrap {
        flex-direction: column; } }
    .flex-testing__wrap h3 {
      display: block;
      text-align: center;
      font-weight: normal !important;
      color: #fff !important;
      font-size: 1.75rem !important;
      line-height: 1.75rem !important;
      margin: 0 0 1.5rem 0 !important;
      padding: 0 !important; }
  .flex-testing__search {
    width: 50%;
    background-color: #2BA572;
    color: #fff;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media screen and (max-width: 992px) {
      .flex-testing__search {
        width: auto;
        padding: 5rem; } }
    .flex-testing__search:after {
      background-color: #fff;
      color: #CD4739;
      padding: 0.75rem 2rem;
      display: block;
      content: "OR";
      position: absolute;
      right: 0;
      font-size: 1.75rem;
      line-height: 1.75rem;
      transform: translateX(50%) translateY(-50%);
      top: 50%;
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15); }
      @media screen and (max-width: 992px) {
        .flex-testing__search:after {
          bottom: 0;
          top: auto;
          left: 50%;
          right: auto;
          transform: translateX(-50%) translateY(50%); } }
    .flex-testing__search .widget.widget_slp_widget_search form {
      background-color: transparent !important;
      position: relative;
      margin-left: -20px;
      width: 180px; }
      .flex-testing__search .widget.widget_slp_widget_search form input[type="text"] {
        background-color: #fff !important;
        text-align: left;
        color: #000 !important;
        width: 100% !important;
        max-width: 180px !important;
        float: none !important;
        font-size: 2.25rem;
        height: 40px;
        line-height: 40px;
        padding: 0 10px !important;
        letter-spacing: 4px; }
        .flex-testing__search .widget.widget_slp_widget_search form input[type="text"]::placeholder {
          color: #9b9b9b; }
        .flex-testing__search .widget.widget_slp_widget_search form input[type="text"]::-webkit-input-placeholder {
          color: #9b9b9b; }
        .flex-testing__search .widget.widget_slp_widget_search form input[type="text"]::-moz-placeholder {
          color: #9b9b9b; }
        .flex-testing__search .widget.widget_slp_widget_search form input[type="text"]:-ms-input-placeholder {
          color: #9b9b9b; }
        .flex-testing__search .widget.widget_slp_widget_search form input[type="text"]:-moz-placeholder {
          color: #9b9b9b; }
      .flex-testing__search .widget.widget_slp_widget_search form input[type="submit"] {
        background-image: url(../img/v3/icon-search.svg) !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        width: 40px !important;
        padding: 0 !important;
        height: 40px !important;
        position: absolute !important;
        background-color: #CD4739 !important;
        background-size: 50% 50% !important;
        font-size: 0 !important;
        line-height: 0 !important; }
  .flex-testing__home {
    width: 50%;
    background-color: #EEAD1F;
    color: #fff;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 992px) {
      .flex-testing__home {
        width: auto;
        padding: 5rem; } }
    .flex-testing__home .btn {
      background-color: #2BA572 !important;
      color: #fff !important;
      padding: 1rem 2.5rem;
      margin: 0;
      text-align: left;
      font-size: 1.375rem;
      line-height: 1.375rem;
      letter-spacing: 1px;
      font-weight: 300;
      position: relative;
      transition: background-color 0.25s ease-out, color 0.25s ease-out; }
      .flex-testing__home .btn:hover, .flex-testing__home .btn:active, .flex-testing__home .btn:focus {
        background-color: #207d56 !important;
        color: #fff !important; }

.flex-embed {
  clear: both; }
  .flex-embed iframe {
    width: 100%;
    height: 600px;
    min-height: 600px; }
    @media screen and (max-width: 992px) {
      .flex-embed iframe {
        height: 480px;
        min-height: 480px; } }
    @media screen and (max-width: 767px) {
      .flex-embed iframe {
        height: 320px;
        min-height: 320px; } }
  .flex-embed.flex-embed--overflow {
    position: relative;
    margin-left: -5rem;
    margin-right: -5rem; }
    @media screen and (max-width: 992px) {
      .flex-embed.flex-embed--overflow {
        margin-left: 0;
        margin-right: 0; } }
  .flex-embed.flex-embed--normal {
    padding: 2.5rem 5rem; }

.singleTitlePost {
  color: #cd4739;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 1px; }

.gsection_title {
  color: #cd4739;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 1px; }

.submit-event h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 0; }

#singlePost {
  margin: 2em auto; }

.initiative {
  margin-bottom: 3em; }
  .initiative h2 {
    font-size: 1.8em;
    font-weight: 300; }
  .initiative .post-content img {
    margin-bottom: 20px; }

.side-initiative {
  color: #FFFFFF;
  position: relative;
  margin-top: 36px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto; }
  .side-initiative h4 {
    font-size: 1.8rem;
    font-weight: 300;
    padding: 22px 16px 0 16px;
    line-height: 1.3em; }
  .side-initiative .main-btn {
    position: absolute;
    bottom: 22px;
    left: 16px; }
  .side-initiative .overlay {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    position: absolute;
    z-index: 100; }
  .side-initiative img {
    display: block;
    max-width: 100%;
    height: auto; }

.side-text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 200; }

.spread-box {
  background-image: url(http://evokdev.com/clients/fdoh/dev/wp-content/uploads/2017/04/submit_event_cta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5%; }
  .spread-box h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px; }
  .spread-box a {
    margin-top: 4em;
    display: inline-block;
    border: white solid 2px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: white;
    font-size: 1rem;
    background-color: transparent; }
    .spread-box a:hover {
      background-color: white;
      color: black; }

#mainFooter {
  background-color: #03907f;
  padding: 2em 15px; }

#menu-footer-left, #menu-footer-right {
  list-style: none;
  padding: 0; }
  #menu-footer-left li a, #menu-footer-right li a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 700ms; }
    #menu-footer-left li a:hover, #menu-footer-right li a:hover {
      color: #ff9e29;
      text-decoration: none; }

#social li a {
  font-size: 2.6rem;
  color: #6cb9b1;
  transition: 500ms; }
  #social li a:hover {
    color: #046458; }

.btm-logo p {
  font-size: 2.4rem;
  letter-spacing: 3px;
  color: #6cb9b1; }

#copyright {
  background-color: #046458; }
  #copyright p {
    margin: 1em 0;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 1.2rem; }
    #copyright p a:hover {
      color: #ff9e29; }

@media screen and (min-width: 1600px) {
  .eachCta {
    height: 540px; } }
@media screen and (max-width: 1599px) {
  .eachCta {
    height: 450px; } }
@media screen and (min-width: 1200px) {
  .slp_results_container {
    width: 1170px;
    margin: auto; } }
@media screen and (max-width: 1199px) {
  #menu-primary-menu > li {
    margin-right: 15px; }

  .welcome-content h2 {
    font-size: 5rem; }

  .btm-logo p {
    font-size: 2rem; }

  #logo {
    text-align: center; }

  #menu-primary-menu > li > a {
    font-size: 1.2rem; }

  .welcome-content h2 {
    font-size: 4rem; }

  #welcomeDance {
    max-width: 495px;
    height: 85%; }

  .eachCta {
    height: 310px;
    background-position: right; }
    .eachCta h1 {
      font-size: 2.4rem; }

  #addy_in_address label {
    font-size: 1.6rem;
    margin: 0 0 5px 0; }

  .slp_search_form .search_box {
    width: 100%;
    margin: auto;
    max-width: 500px; }

  #addy_in_address label {
    text-align: center; }

  #addressInput label, #radius_in_submit label, #addressSubmit label, #addy_in_address label, #addy_in_address label {
    width: 100%; }

  .slp_search_form .search_box {
    padding-left: 0%; } }
@media screen and (min-width: 992px) {
  .titleWithDesciption, .titleNoDesciption {
    height: 500.19px; } }
@media screen and (max-width: 991px) {
  #logo {
    text-align: center; }

  #menu-primary-menu {
    width: 100%;
    text-align: center; }
    #menu-primary-menu > li {
      float: none;
      display: inline-block; }

  #welcomeDance {
    opacity: 0.1; }

  .eachCta h1 {
    font-size: 2rem; }

  .cta-content a {
    font-size: 1.2rem;
    padding: 8px 30px; }

  .get-tested-box::after {
    background-position: center; } }
@media screen and (max-width: 767px) {
  button.navbar-toggle.collapsed {
    background: #f31f11; }

  button.navbar-toggle {
    background: #fff; }

  .bar1, .bar2, .bar3 {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s; }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    transform: rotate(-45deg) translate(-4px, 3px);
    background-color: #333; }

  .change .bar2 {
    opacity: 0; }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
    background-color: #333; }

  .welcome-content {
    text-align: center; }

  .welcome-content h2 {
    font-size: 3rem; }

  #ctaLiving .cta-content, #ctaPrevention .cta-content, #ctaResources .cta-content, #ctaFacing .cta-content {
    position: relative;
    bottom: 0;
    left: 0;
    top: 38%;
    margin-top: 0; }

  .eachCta h1 {
    margin-top: 0; }

  .btm-logo p {
    font-size: 1.4rem; } }
@media screen and (max-width: 460px) {
  .welcome-content h2 {
    margin-top: 15%; }

  .eachCta {
    height: 220px; }

  .subhead .container {
    background-color: rgba(0, 0, 0, 0.4); }

  #menu-primary-menu {
    margin: 0; }

  #menu-primary-menu > li {
    width: 100%; }

  #addy_in_address {
    width: 100%; }
    #addy_in_address label {
      width: 100%;
      margin: 0;
      text-align: center;
      font-size: 1.4rem;
      margin-bottom: 10px; }

  #addressInput {
    width: 100%;
    float: none; }

  #addressSubmit {
    width: 100%; }

  #radius_in_submit {
    width: 100%; }

  #map_sidebar .results_wrapper {
    width: 100%; }

  .titleWithDesciption p {
    width: 100%; }

  #getTested h1 {
    font-size: 3rem;
    margin: 6em 0 1.8em; }

  .en-es {
    position: relative;
    text-align: center; }
    .en-es p {
      letter-spacing: 0; }

  #hotline h2 {
    font-size: 1.6rem; }
  #hotline h3.callNumber {
    font-size: 2.4rem; }

  #grayTextSection h2, .resources h2 {
    font-size: 2.4rem; }

  .eachCta h1 {
    font-size: 1.4rem; }

  .welcome-content p {
    font-size: 1.4rem; }

  .get-tested h4 {
    font-size: 1.4rem; }

  #grayTextSection p, #faqAcc p {
    font-size: 1.4rem; }

  #faqAcc h4 a {
    font-size: 1.4rem; }

  #grayTextSection p {
    line-height: 1.4; }

  #hotline p {
    font-size: 1.2rem; }

  #menu-footer-left li a {
    font-size: 1.2rem; }

  #menu-footer-right li a {
    font-size: 1.2rem; }

  #faqAcc h4 a {
    width: 90%; }

  span.rightDown {
    right: -10%; }

  .gt-Arrow {
    max-width: 70px;
    left: -25px;
    top: 0%; }

  .titleNoDescription h1, .titleWithDesciption h1 {
    font-size: 3rem; }

  .subhead p {
    font-size: 1.2rem;
    letter-spacing: 0.5px; }

  #getTested {
    height: 278px; }

  .news-and-events-title-area {
    background-position: top 0% right 25%; }

  .resource-callouts h3 {
    font-size: 1.8rem;
    padding: 25px; } }
@media screen and (max-width: 320px) {
  .get-tested h3 {
    font-size: 3rem; }

  .welcome-content h2 {
    font-size: 2rem; }

  .eachCta h1 {
    font-size: 1.2rem; }

  .welcome-content p {
    font-size: 1.2rem; }

  .get-tested h4 {
    font-size: 1.2rem; }

  .zip-form input[type="submit"] {
    padding: 10px 15px; }

  #slp_widget_search-2 input[type="submit"] {
    padding: 10px 15px; }

  .cta-content a {
    font-size: 1rem;
    padding: 8px 10px; } }

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