@charset "UTF-8";
/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
@font-face {
  font-family: 'Bebas Kai';
  src: url("/wp-content/themes/Avada-Child-Theme/assets/fonts/BebasKai.woff2") format("woff2"), url("/wp-content/themes/Avada-Child-Theme/assets/fonts/BebasKai.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

h1, h2, h3, h4, h5 {
  font-family: 'Bebas Kai', Arial, Helvetica, sans-serif !important; }

a:not(.menu-item):not(.awb-icon-bars) {
  text-decoration: underline; }

.menu-item a {
  text-decoration: none !important; }

strong {
  font-weight: 600 !important; }

.front_main {
  padding: 0 !important; }

@media screen and (max-width: 640px) {
  .mobile_off {
    display: none; } }

.mobile_on {
  display: none; }
  @media screen and (max-width: 640px) {
    .mobile_on {
      display: block; } }

button {
  outline: 0;
  border: 0;
  border-radius: 3px; }

.homepage_hero {
  position: relative;
  background-color: #efefef;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 40.35vw;
  min-height: 750px;
  background-image: url("/wp-content/themes/Avada-Child-Theme/assets/images/Desktop_Hero_BG.svg"); }
  .homepage_hero .hero_copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 5vw 10vw;
    text-align: center; }
    .homepage_hero .hero_copy h1 {
      font-size: 7vw;
      line-height: 1;
      font-weight: 400;
      letter-spacing: .9vw;
      color: #fff;
      margin: 0; }
    .homepage_hero .hero_copy p {
      color: #fff; }
    .homepage_hero .hero_copy button {
      cursor: pointer;
      margin-top: 25px;
      font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
      font-size: 24px;
      padding: 20px;
      background-color: #fff;
      color: #3E2B61;
      border: 0;
      outline: 0;
      transition: all .3s ease-in-out; }
      .homepage_hero .hero_copy button:hover {
        background-color: #591041;
        color: #fff;
        transition: all .3s ease-in-out; }
  @media screen and (max-width: 900px) {
    .homepage_hero {
      height: 60vh; }
      .homepage_hero .hero_copy {
        padding: 75px 25px; }
        .homepage_hero .hero_copy h1 {
          font-size: 70px !important;
          letter-spacing: 8px; } }
  @media screen and (max-width: 640px) {
    .homepage_hero {
      height: 80vh; }
      .homepage_hero .hero_copy {
        padding: 75px 25px; }
        .homepage_hero .hero_copy h1 {
          font-size: 55px !important;
          letter-spacing: 8px; } }

.content-block {
  position: relative;
  max-width: 1054px;
  margin: 0 auto;
  padding: 100px 25px; }
  @media screen and (max-width: 900px) {
    .content-block {
      padding: 50px 25px; } }

.full-width-underlined:after {
  content: '';
  display: inline;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110vw;
  height: 1;
  border-bottom: 1px solid #aaa;
  background-color: red; }

.expandr {
  width: 100vw;
  padding: 20px 0;
  border-bottom: 1px solid #C4C4C4; }
  .expandr .togglebar {
    max-width: 1054px;
    padding: 0 25px;
    padding: 0;
    margin: 0 auto; }
    .expandr .togglebar button {
      background-color: #fff;
      outline: 0;
      border: 0;
      cursor: pointer; }
      .expandr .togglebar button p {
        padding: 0 0 0 50px;
        position: relative;
        font-weight: 600;
        font-size: 14px;
        color: #3E2B61; }
        .expandr .togglebar button p i {
          position: absolute;
          top: 0;
          left: 20px;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          size: 16px; }
      .expandr .togglebar button #expanderbuttonicon {
        opacity: 0;
        z-index: 100; }
  .expandr #covid-accordion-bar {
    max-width: 1054px;
    padding: 0 25px;
    margin: 0 auto;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all .3s ease-in-out; }
    .expandr #covid-accordion-bar p {
      font-size: 12px;
      line-height: 18px; }
  @media screen and (max-width: 900px) {
    .expandr {
      padding: 10px 0; } }

.open-covid {
  height: auto !important;
  opacity: 1 !important;
  transition: all .3s ease-in-out; }

.display-me {
  opacity: 1 !important; }

.split-block {
  display: flex;
  flex-flow: row nowrap;
  text-align: left; }
  .split-block .content-half {
    width: 50%;
    padding: 5px 50px 5px 0; }
    .split-block .content-half h2 {
      font-size: 50px;
      line-height: 1 !important;
      font-weight: 400;
      letter-spacing: 4px !important;
      margin: 0 0 20px 0;
      text-align: left;
      color: #3E2B61; }
    .split-block .content-half p {
      font-size: 16px;
      color: #3E2B61;
      margin: 0 0 25px 0; }
    .split-block .content-half p:not(.overlined-link) {
      min-height: 110px; }
    .split-block .content-half .overlined-link {
      width: 100%;
      padding: 5px 0;
      margin: 25px 0 0 0;
      border-top: 1px solid #3E2B61; }
      .split-block .content-half .overlined-link a {
        padding: 15px 0;
        font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #3E2B61;
        text-decoration: none !important; }
        .split-block .content-half .overlined-link a:hover {
          color: inherit !important; }
        .split-block .content-half .overlined-link a:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f061';
          color: #3E2B61;
          width: 15x;
          position: relative;
          left: 10px;
          top: 1px;
          transition: all .25s ease-in-out; }
        .split-block .content-half .overlined-link a:hover:after {
          left: 18px;
          transition: all .25s ease-in-out; }
    .split-block .content-half:nth-child(2) {
      padding: 5px 0 5px 50px; }
      .split-block .content-half:nth-child(2) h2, .split-block .content-half:nth-child(2) p, .split-block .content-half:nth-child(2) a, .split-block .content-half:nth-child(2) a:after {
        color: #456F7C; }
      .split-block .content-half:nth-child(2) .overlined-link {
        border-top: 1px solid #456F7C; }
  @media screen and (max-width: 1000px) {
    .split-block p:not(.overlined-link) {
      min-height: 150px; } }
  @media screen and (max-width: 750px) {
    .split-block .content-half {
      padding: 5px 25px 5px 0; }
      .split-block .content-half:nth-child(2) {
        padding: 5px 0 5px 25px; }
    .split-block p:not(.overlined-link) {
      min-height: 175px; } }
  @media screen and (max-width: 640px) {
    .split-block {
      flex-wrap: wrap; }
      .split-block p {
        min-height: initial; }
      .split-block .content-half {
        width: 100%;
        margin-bottom: 50px;
        padding: 5px 0 !important; } }

@media screen and (max-width: 640px) {
  .full-width-mobile {
    padding: 0 0 0 0; } }

.twoin5-graphic-frame {
  padding: 0 25px 100px 25px; }
  .twoin5-graphic-frame .twoin5-graphic {
    width: 100%;
    padding: 60px 60px 100px 60px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background-image: linear-gradient(70deg, #3D2D61, #426377, #446F7B); }
    .twoin5-graphic-frame .twoin5-graphic .graphictext {
      width: calc(60% - 50px);
      padding: 0 50px 0 0; }
      .twoin5-graphic-frame .twoin5-graphic .graphictext p {
        font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
        color: #fff;
        font-size: 50px;
        line-height: 1;
        letter-spacing: 6px; }
    .twoin5-graphic-frame .twoin5-graphic .graphic {
      width: 40%;
      text-align: center; }
      .twoin5-graphic-frame .twoin5-graphic .graphic svg {
        height: auto;
        margin: 0 auto; }
        .twoin5-graphic-frame .twoin5-graphic .graphic svg #circle {
          opacity: .2; }
    .twoin5-graphic-frame .twoin5-graphic .overlined-link {
      width: 100%;
      padding: 15px 0;
      margin: 25px 0 0 0;
      border-top: 1px solid #fff; }
      .twoin5-graphic-frame .twoin5-graphic .overlined-link a {
        padding: 25px 0;
        font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #fff !important;
        text-decoration: none !important; }
        .twoin5-graphic-frame .twoin5-graphic .overlined-link a:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f061';
          color: #fff;
          width: 15x;
          position: relative;
          left: 10px;
          top: 1px;
          transition: all .25s ease-in-out; }
        .twoin5-graphic-frame .twoin5-graphic .overlined-link a:hover:after {
          left: 18px;
          transition: all .25s ease-in-out; }
  @media screen and (max-width: 750px) {
    .twoin5-graphic-frame {
      padding: 0; }
      .twoin5-graphic-frame .twoin5-graphic {
        flex-wrap: wrap;
        padding: 30px 25px; }
        .twoin5-graphic-frame .twoin5-graphic .graphictext {
          width: 100%;
          order: 2;
          padding: 0; }
          .twoin5-graphic-frame .twoin5-graphic .graphictext p {
            font-size: 35px; }
        .twoin5-graphic-frame .twoin5-graphic .graphic {
          width: 100%;
          height: 250px;
          order: 1; }
          .twoin5-graphic-frame .twoin5-graphic .graphic svg {
            height: 100%; }
        .twoin5-graphic-frame .twoin5-graphic .overlined-link {
          order: 3; } }

.partners-logos-frame {
  padding: 100px 25px 0 25px; }
  .partners-logos-frame .partners-logos {
    width: 100%;
    padding: 60px 0; }
    .partners-logos-frame .partners-logos .logo-row {
      width: 100%;
      margin: 0 0 100px 0;
      display: flex;
      flex-flow: row nowrap; }
      .partners-logos-frame .partners-logos .logo-row .rowlabel {
        width: calc((100% - 100px) / 3);
        padding-right: 75px;
        font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
        color: #852164;
        font-size: 20px;
        line-height: 1; }
      .partners-logos-frame .partners-logos .logo-row .partner-logo {
        padding-right: 75px; }
        .partners-logos-frame .partners-logos .logo-row .partner-logo img {
          max-width: 250px; }
  @media screen and (max-width: 900px) {
    .partners-logos-frame {
      padding: 75px 25px 0  25px; }
      .partners-logos-frame .partners-logos {
        padding: 0; }
        .partners-logos-frame .partners-logos .logo-row {
          flex-flow: row wrap;
          gap: 25px 100px;
          margin: 0 0 50px 0; }
          .partners-logos-frame .partners-logos .logo-row .rowlabel {
            width: 100%;
            padding-right: 0; }
          .partners-logos-frame .partners-logos .logo-row img {
            margin: 10px 0; } }

.call911 {
  width: 100vw;
  padding: 15px;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  background-color: #852164;
  color: #fff; }
  .call911 p {
    margin: 0;
    padding: 0; }
  @media screen and (max-width: 900px) {
    .call911 {
      font-size: 13px;
      padding: 10px; } }

.get-help-hero {
  padding-bottom: 0; }
  .get-help-hero .get-help-herotext {
    color: #852164; }
    .get-help-hero .get-help-herotext h1 {
      max-width: 740px;
      margin-bottom: 75px;
      font-size: 50px;
      line-height: 1;
      color: #852164;
      letter-spacing: 3px; }
    .get-help-hero .get-help-herotext h3 {
      text-align: left;
      max-width: 740px;
      font-size: 30px;
      line-height: 1;
      color: #852164;
      letter-spacing: 3px; }
    .get-help-hero .get-help-herotext p {
      max-width: 760px;
      color: #852164; }

.select_province-territory {
  padding-top: 25px;
  border-bottom: 1px solid #852164; }
  .select_province-territory .select_province-territory-map {
    padding: 0 50px; }
    @media screen and (max-width: 640px) {
      .select_province-territory .select_province-territory-map {
        display: none; } }
  .select_province-territory .select_province-territory-mobile {
    width: calc(100% + 100px);
    padding-bottom: 100%;
    position: relative;
    left: -50px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/Avada-Child-Theme/assets/images/faded-map.png");
    text-align: center; }
    .select_province-territory .select_province-territory-mobile button {
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: left;
      cursor: pointer;
      max-width: 250px;
      margin: 25px auto;
      font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
      font-size: 24px;
      padding: 20px;
      background-color: #852164;
      color: #fff;
      border: 0;
      outline: 0;
      transition: all .3s ease-in-out; }
      .select_province-territory .select_province-territory-mobile button:hover {
        background-color: #591041;
        transition: all .3s ease-in-out; }

.get-help-copy {
  display: flex;
  flex-flow: row wrap;
  text-align: left; }
  .get-help-copy .get-help-column {
    width: 50%;
    padding: 0 25px; }
  .get-help-copy h3 {
    text-align: left;
    max-width: 740px;
    font-size: 30px;
    line-height: 1;
    color: #852164;
    letter-spacing: 3px; }
  .get-help-copy p {
    max-width: 760px;
    color: #852164; }
  .get-help-copy .linkbutton {
    width: 250px;
    padding: 10px 0;
    background-color: #852164;
    text-align: center;
    font-size: 20px;
    line-height: 1; }
    .get-help-copy .linkbutton a {
      padding: 10px 30px;
      font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
      color: #fff;
      text-decoration: none !important; }
      .get-help-copy .linkbutton a:hover {
        color: #fff !important; }
    .get-help-copy .linkbutton:hover {
      background-color: #591041; }

.testimonials h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: 50px;
  line-height: 1.15;
  letter-spacing: 7px;
  text-align: center;
  background: -webkit-linear-gradient(70deg, #3E2B61, #456F7C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.faq-hero {
  padding: 0 0 0 0; }
  .faq-hero .faq-herotext {
    color: #852164; }
    .faq-hero .faq-herotext h1 {
      max-width: 740px;
      margin-bottom: 75px;
      font-size: 50px;
      line-height: 1;
      color: #852164;
      letter-spacing: 3px; }

.faq-list {
  padding: 0; }
  .faq-list .faq-item {
    padding: 0 50px 0 0;
    margin-bottom: 50px; }
    .faq-list .faq-item .faq-question {
      font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
      font-size: 30px;
      line-height: 30px;
      color: #852164; }
    .faq-list .faq-item .faq-answer a {
      text-decoration: underline;
      color: #852164; }
    .faq-list .faq-item .faq-answer a:hover {
      color: #591041 !important; }

#main a:link a:visited {
  color: white; }

#main a:hover {
  color: #983678; }

#prov_selector_wrapper {
  position: absolute;
  top: 200px;
  right: 0;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #fff; }

.panel-title.toggle a {
  text-align: center; }

h2 {
  text-transform: uppercase; }

h4 {
  text-transform: uppercase; }

.titling {
  font-family: 'Assistant';
  font-size: 36px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0; }

.smol-titling .titling {
  font-size: 28px;
  line-height: 1; }

.mapbox {
  width: 100%;
  position: relative;
  top: -60px; }

.mapboxfr {
  top: 10px; }

#mobile-emergency-close {
  position: fixed;
  bottom: 0px;
  z-index: 1000 !important; }

.anchor-target .fusion-menu-anchor {
  position: absolute;
  visibility: hidden;
  top: 127px; }

#province-list h3 {
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #983678;
  margin-bottom: 0; }

#province-list p {
  margin: 30px 0 0 0; }

#province-list ul {
  margin: 5px 0 0 0;
  padding-left: 20px; }
  #province-list ul li {
    margin: 0; }

#browserlist h5 {
  font-weight: 700; }

#browserlist p {
  font-size: 14px;
  margin-bottom: 0px; }

#sheltersHelpMe {
  margin-bottom: 30px; }

.fusion-main-menu {
  text-transform: uppercase !important; }

.testimonial1 {
  quotes: "“" "”" "‘" "’"; }

.testimonial1:before {
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

.testimonial1:after {
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.5em; }

.hover2color {
  overflow: hidden;
  width: 95%;
  height: 150px;
  text-align: center;
  margin: 0 0 20px 10px; }

.hover2color img {
  position: relative;
  top: -150px; }

.hover2color img:hover {
  position: relative;
  top: 0; }

.fusion-last-menu-item a:link a:visited {
  color: #310421 !important; }

.fusion-last-menu-item a:hover {
  background: orange !important; }

.hope {
  background: #f8f8f8; }

.hope p {
  font-size: 20px;
  padding: 30px;
  margin: 0;
  text-align: center; }

.hope p:nth-of-type(even) {
  background: #efefef;
  padding: 60px; }

.prov-map-plugin {
  position: relative;
  top: -191px; }

#legend-modal-box {
  position: absolute;
  top: 262px;
  left: 460px; }

.modal-sm {
  width: 600px; }

.modal-sm td {
  padding: 6px;
  vertical-align: top; }

.gmwd_store_locator_container h3 {
  padding-left: 17px;
  font-size: 18px !important; }

.gmwd_store_locator_container ul {
  list-style: none; }

.gmwd_store_locator_label {
  font-size: 14px !important; }

.gmwd_store_locator_container {
  font-size: 12px !important; }

/*  Map Legend Styling
    *********************** */
.feature-icons img {
  width: 20px;
  height: 20px; }

.map-legendr {
  width: 540px;
  border: 1px solid #ccc;
  line-height: 12px; }

.map-legendr caption {
  background: #983678;
  color: #ffffff;
  padding: 6px; }

.map-legendr img {
  width: 25px;
  height: 25px; }

.map-legendr td {
  font-size: 11px !important;
  vertical-align: middle; }

.map-legendr td:nth-child(odd) {
  width: 40px;
  text-align: center;
  padding: 3px 0px;
  border-right: 1px solid #efefef; }

.map-legendr td:nth-child(even) {
  text-align: left;
  padding: 3px 10px;
  border-right: 1px solid #efefef; }

.map-legendr td:nth-child(9) {
  width: 1px; }

.map-legendr tr:nth-child(8) td {
  padding: 3px 0px 20px 0; }

.head td {
  border-bottom: 1px solid #ccc;
  font-weight: 600; }

.map-legendr tr {
  border-bottom: 1px solid #ccc; }

.shelter-form td {
  vertical-align: top;
  padding: 0 20px 20px 0; }

#mobileMapLegend {
  width: 100%; }

#mobileMapLegend td {
  border-top: 1px solid #ccc;
  padding-top: 5px; }

#legend-modal td {
  padding: 6px;
  vertical-align: top;
  font-size: 13px; }

#symbol-definitions {
  width: 540px; }

#symbol-definitions-mobile {
  width: 100%; }

#intro {
  padding: 20px;
  border: 1px solid #993577;
  font-size: 15px;
  margin-bottom: 60px; }

.prov_dropdown {
  position: relative;
  top: 110px;
  left: 300px; }

.dropbtn {
  background-color: white;
  color: black;
  padding: 4px 12px;
  font-size: 13px;
  cursor: pointer; }

.prov-nav {
  display: none;
  position: absolute;
  top: 40px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.prov-nav a {
  color: black;
  padding: 2px 12px;
  margin: 0;
  text-decoration: none;
  display: block; }

.prov-nav a:hover {
  background-color: #ddd; }

.show {
  display: block; }

.simpleLegendBox {
  display: flex;
  flex-flow: wrap row;
  width: 540px;
  position: relative; }

.simpleLegendHeading {
  width: 100%;
  text-align: center;
  padding: 5px 15px;
  background-color: #862163;
  margin: 0 0 10px 0; }

.simpleLegendHeading h4 {
  width: 100%;
  font-size: .75rem;
  font-weight: 700;
  color: white;
  padding: 0;
  margin: 0; }

.simpleLegendGroup {
  width: 20%;
  padding: 0 10px 0 0; }

.simpleLegendTitle {
  width: 100%;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin: 0 0 15px 0 !important; }

.simpleLegendItem {
  display: flex;
  flex-flow: nowrap row;
  margin: 0 0 10px 0;
  align-items: center; }

.simpleLegendIcon {
  width: 25px !important;
  padding: 0;
  margin: 0; }

.simpleLegendIcon img {
  width: 20px !important; }

.simpleLegendName {
  width: 83px;
  font-size: .65rem;
  line-height: 1;
  padding: 0 0 0 10px; }

#legendPopupButton {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 70%; }

@media screen and (max-width: 600px) {
  .simpleLegendBox {
    width: 100%; }
  .simpleLegendGroup {
    width: 50%;
    margin-bottom: 40px !important; }
  .simpleLegendIcon {
    width: 25%;
    max-width: 50px;
    padding: 0;
    margin: 0; }
  .simpleLegendIcon img {
    width: 100% !important; }
  .simpleLegendTitle {
    margin-bottom: 20px !important;
    font-size: .85rem; }
  .simpleLegendName {
    width: 75%;
    font-size: .75rem; }
  #legendPopupButton {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 50%; } }

.footer-sock {
  max-width: 1054px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
  color: white; }
  .footer-sock a {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
    transition: all .3s ease-in-out; }
    .footer-sock a:hover {
      text-decoration-color: white;
      transition: all .3s ease-in-out; }
  .footer-sock .footer-toe {
    width: 25%;
    padding: 0 50px 50px 0; }
    .footer-sock .footer-toe p {
      font-size: 16px;
      line-height: 1.4;
      margin: 0; }
    .footer-sock .footer-toe h4, .footer-sock .footer-toe h5 {
      font-size: 31px;
      letter-spacing: 2px;
      color: white !important;
      margin: 0 0 5px 0; }
    .footer-sock .footer-toe h5 {
      font-size: 18px !important; }
  .footer-sock .footer-toe.big {
    width: 50%; }
  .footer-sock .footer-toe.soul {
    width: 100%;
    border-top: 1px solid #fff;
    padding: 50px 0;
    font-size: 12px !important;
    margin: 0; }
  @media screen and (max-width: 800px) {
    .footer-sock .footer-toe {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .footer-sock .footer-toe {
      width: 100% !important;
      padding: 0 25px 50px 0; } }
