   html, body {width:100%; height:100%; padding: 0; margin: 0; overflow-x: hidden;}
   *, *::before, *::after {box-sizing: border-box;}
    .map { 
        width: 100%; 
        height:450px; 
        background: #FFF; 
        border-bottom: #000000 5px Solid;
        border-style: none none double none;
      }

    .menu_button { 
              position: absolute; 
              color:#5AFBDB;
              top: 5px; 
              left: 370px;
              width: 40px; 
              height:40px; 
              background-color: rgba(0,0,0,0.5); 
              border: #222 1px Solid;
              border-radius: 3px;
              z-index:10;
              padding: 2px;
          }

#handle {
    width: 100%;
    height: 20px;
    background-color: #000000;
}

/* LOADING ICON */
#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}
#loading-image {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  z-index: 100;
}


/*    @media screen and (max-width: 900px) {
      .menu_button {
        left: 10px;
      }
    } 
    @media screen and (min-width: 900px) {
      .menu_button {
        right: 10px;
      }
    } */



.TopMegaTitle {
/*  padding:1px;*/
  height:100px;
  font-size:50px;
  font-family:'Pathway Gothic One';
}
/*  @media screen and (min-width: 900px) {
    .TopMegaTitle {
      padding:2px;
    }
  } */

.TopMegaTitleDiv {
  padding-left:10px;
}
  @media screen and (min-width: 900px) {
    .TopMegaTitleDiv {
      padding-left:20px;
    }
  } 





    #menu { 
              position: absolute; 
              top: 5px; 
              /*right: 10px; */
              width: 120px; 
              height:300px; 
              background-color: rgba(255,255,255,0.8); 
              border: #222 1px Solid;
              border-radius: 3px;
              z-index:10;
          }          
    #menu a { 
      margin: 2px;
      float: left;
      vertical-align: baseline;
      width: 120px;
      padding: 10px;
      text-align: center;
      font: bold 11px "Helvetica",Arial;
      line-height: normal;
      color: #eeeeee;
      border-radius: 4px;
      border: 1px solid #777777;
      background: #222222;
      text-decoration: none;
      cursor: pointer;
    }
    #menu a.selected,
    #menu a:hover { 
      color: #5AFBDB;
    }

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}
  .scrollable-menu::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 4px;        
    }    
    .scrollable-menu::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: lightgray;
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.75);        
    } 


.layer_name {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 5px;
  top: 80%;
  padding: 4px;
  border-radius: 3px;
  width: fit-content;
  font-family:"Pathway Gothic One", Helvetica, Arial, sans-serif;
  letter-spacing:1px; 
  text-transform:uppercase;
  box-shadow: 4px 0 18px rgb(0 0 0 / 30%);
}

#search_div {
  display:block;
  left:calc(50% - 80px);
  top:10px;
  width:160px;
  height: 50px;
  border: none;
  background: transparent;
}
@media screen and (min-width: 880px) {
    #search_div {
      left:5px;
      top:70px;
    }
  }


#vp_search {
    position: absolute;
    left: 0px;
    top:0px;
    z-index: 1000;
    height:40px;
    width:100px;
    color:#555;
}

#vp_search_button {
    position: absolute;
    left: 107px;
    height:40px;
    width:50px;
    z-index: 1000;
    border: #1ABB9B 1px Solid;
    background-color: #EEE;
}


div.cartodb-searchbox {
    position: absolute;
    top: 68%;
    left: 5px;
    z-index: 1;
  }

div.cartodb-legend-stack {
  background: rgba(0,0,0,0.7);
  right: 5px;
  top: 5px;
  bottom: auto;
  border: #000 1px Solid;
  box-shadow: none;
  position: absolute;
}

  @media screen and (min-width: 880px) {
    div.cartodb-legend-stack {
      top: 75px;
    }
  }

    div.cartodb-legend.custom {
      padding:10px;
    }

    div.cartodb-legend .legend-title {
      color: #EEE;
    }

    div.cartodb-legend.category ul li, div.cartodb-legend.color ul li, div.cartodb-legend.custom ul li {
      color: #EEE;
    }

    .leaflet-top {
      top: 75%;
    }

    .leaflet-left {
        left: 85%;
    }
    @media screen and (min-width: 500px) {
      div.leaflet-left {
        left: 90%;
      }
    }
    @media screen and (min-width: 600px) {
      div.leaflet-left {
        left: 93%;
      }
    }
    @media screen and (min-width: 900px) {
      div.leaflet-left {
        left: 95%;
      }
    }
    @media screen and (min-width: 1300px) {
      div.leaflet-left {
        left: 97%;
      }
    }
    .wrapper1 {
      width: 100%;
      background-color: #444444;
      padding-left: 50px;
      padding-right: 50px;
      float: left;
      padding: 5px;
      font-size: 16px;
      text-align: center;
    }
    .wrapper2 {
      width: 100%;
      background-color: #F0F0F0;
      float: left;
      font-size: 16px;
      border-bottom: #d0d0d0 1px Solid;
    }    
    .wrapper3 {
      width: 100%;
      background-color: #333;
      padding-left: 50px;
      padding-right: 50px;
      float: left;
      padding: 5px;
      font-size: 16px;
      border-bottom: #d0d0d0 1px Solid;
    }  
    .wrapper4 {
      width: 100%;
      background-color: #F0F0F0;
      padding-left: 50px;
      padding-right: 50px;
      float: left;
      padding: 5px;
      font-size: 16px;
      border-bottom: #d0d0d0 1px Solid;
    } 
    .wrapper5 {
      width: 100%;
      background-color: #1ABB9B;
      padding-left: 50px;
      padding-right: 50px;
      float: left;
      padding: 5px;
      font-size: 16px;
      border-bottom: #d0d0d0 1px Solid;
    }      


    .responsive_30px_margin {
      margin: 5px;
    }
    @media screen and (min-width: 900px) {
      .responsive_30px_margin {
        margin: 30px;
      }
    }     

  .dougnut_row {
      display: table;
  }

  .dougnut_div {
      float:left;
      width:100%;
      max-width:100%;
      height: 31vh;
      min-height: 230px;
  }
  @media screen and (min-width: 900px) {
        .dougnut_div {
              width:100%;
        }
    }

  .linechart_div {
      float:left;
      width:100%;
      max-width:100%;
      height: 32vh;
      min-height: 230px;
  }
  @media screen and (min-width: 900px) {
        .linechart_div {
              /*width:79vw;*/
        }
    }  

  .container1 {
    height: 39vh;
    min-height: 300px;
    background-color:#FFF;
    margin:10px;
    border-radius:3px;
    max-width: calc(100% - 20px);
    overflow: hidden;
  }

  .linechart_div canvas,
  .dougnut_div canvas {
    max-width:100% !important;
  }

  .undernote {
    width:100%;
    padding-left: 5px;
    font-size: 10px;
    display: inline-block;
  }

    .div20 {
      width: 100%;
      float: left;
      text-align: center;
    }
    @media screen and (min-width: 900px) {
      .div20 {
        width: 20%;
      }
    }     

    .div25 {
      width: 100%;
      float: left;
      margin: 10px auto;
      text-align: center;
    }
    @media screen and (min-width: 900px) {
      .div25 {
        width: 25%;
      }
    }   

    .div33 {
      width: 100%;
      float: left;
      /*padding-bottom:40px;*/
      text-align: center;
    }
    @media screen and (min-width: 900px) {
      .div33 {
        width: 33%;
        padding-bottom:5px;
      }
    }

    .div40 {
      width: 100%;
      float: left;
      margin: 10px auto;
      text-align: center;
    }
    @media screen and (min-width: 900px) {
      .div40 {
        width: 40%;
      }
    }   

    .div50 {
      width: 100%;
      float: left;
    }
    @media screen and (min-width: 900px) {
      .div50 {
        width: 50%;
      }
    }    

    .div66 {
      width: 100%;
      float: left;
    }
    @media screen and (min-width: 900px) {
      .div66 {
        width: 67%;
      }
    } 

    .div75 {
      width: 100%;
      float: left;
    }
    @media screen and (min-width: 900px) {
      .div75 {
        width: 75%;
      }
    } 

    .div80 {
      width: 100%;
      float: left;
    }
    @media screen and (min-width: 900px) {
      .div80 {
        width: 80%;
      }
    } 

    .div100 {
      width: 100%;
      float: left;
    }

    .hm-affiliate-container {
      min-height: 250px;
    }

    .hm-affiliate-card-wrap {
      min-height: 190px;
      height: auto;
      display: flex;
      align-items: stretch;
      justify-content: center;
      padding: 18px;
    }

    .hm-affiliate-card {
      width: 100%;
      min-height: 150px;
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 18px;
      align-items: center;
      padding: 20px;
      background: #f6fbfa;
      border: 1px solid #d6eee9;
      border-radius: 6px;
      text-align: left;
      font-family: Montserrat, sans-serif;
    }

    .hm-affiliate-icon {
      width: 76px;
      height: 76px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      background: #ffffff;
      border: 1px solid #d6d6d6;
      color: #3f3f3f;
      font-size: 38px;
    }

    .hm-affiliate-kicker {
      color: #149579;
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0;
      margin-bottom: 4px;
    }

    .hm-affiliate-title {
      color: #222222;
      font-size: 23px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 7px;
    }

    .hm-affiliate-text {
      color: #4a4a4a;
      font-size: 15px;
      line-height: 1.45;
      max-width: 780px;
    }

    .hm-affiliate-actions {
      grid-column: 1 / -1;
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: flex-start;
    }

    .hm-affiliate-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 10px 16px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
    }

    .hm-affiliate-button:hover {
      text-decoration: none;
      filter: brightness(0.96);
    }

    .hm-affiliate-button-primary {
      background: #1ABB9B;
      color: #ffffff;
      border: 1px solid #1ABB9B;
    }

    .hm-affiliate-button-secondary {
      background: #ffffff;
      color: #127f69;
      border: 1px solid #1ABB9B;
    }

    .hm-loan-options-container {
      height: auto;
      min-height: 300px;
      overflow: visible;
    }

    .hm-loan-options-wrap {
      height: auto;
      min-height: 225px;
      padding: 18px;
    }

    .hm-loan-options-card {
      width: 100%;
      display: grid;
      grid-template-columns: 0.92fr 1.08fr;
      gap: 18px;
      align-items: stretch;
      padding: 20px;
      background: #f6fbfa;
      border: 1px solid #d6eee9;
      border-radius: 6px;
      font-family: Montserrat, sans-serif;
    }

    .hm-loan-options-intro {
      display: flex;
      gap: 16px;
      align-items: center;
      min-width: 0;
    }

    .hm-loan-options-icon {
      width: 68px;
      height: 68px;
      flex: 0 0 68px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 6px;
      background: #ffffff;
      border: 1px solid #d6d6d6;
      color: #3f3f3f;
      font-size: 34px;
    }

    .hm-loan-options-title {
      color: #222222;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 7px;
    }

    .hm-loan-options-text {
      color: #4a4a4a;
      font-size: 15px;
      line-height: 1.45;
    }

    .hm-loan-option-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .hm-loan-option-button {
      min-height: 72px;
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 12px;
      align-items: center;
      padding: 13px 15px;
      background: #ffffff;
      border: 1px solid #d6d6d6;
      border-radius: 6px;
      color: #24282c;
      text-align: left;
      text-decoration: none;
      box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
      font-size: 15px;
      font-weight: 700;
      line-height: 1.28;
    }

    .hm-loan-option-button:hover {
      color: #127f69;
      border-color: #1ABB9B;
      text-decoration: none;
    }

    .hm-loan-option-button i {
      font-size: 25px;
      color: #24282c;
      text-align: center;
    }

    .hm-loan-option-button:hover i {
      color: #127f69;
    }

    @media screen and (max-width: 640px) {
      .hm-affiliate-card {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .hm-affiliate-icon {
        margin: 0 auto;
      }

      .hm-affiliate-actions {
        justify-content: center;
      }

      .hm-loan-options-card {
        grid-template-columns: 1fr;
      }

      .hm-loan-options-intro {
        align-items: flex-start;
      }

      .hm-loan-option-grid {
        grid-template-columns: 1fr;
      }
    }

    .div20,
    .div25,
    .div33,
    .div40,
    .div50,
    .div66,
    .div75,
    .div80,
    .div100 {
      max-width:100%;
    }

    .div33label {
      margin-top: 5px;
      border-top: #FFFFFF 1px Solid;
      width: 80%;
      margin: 0px auto;
      color:#AAAAAA;
      font-size:15px;
      font-family:Montserrat, sans-serif;
      font-weight:300;
      padding-top:5px;
    }
    @media screen and (min-width: 900px) {
      .div33label {
        width: 50%;
      }
    }     

    .div_white {
      width: 100%;
      margin: 10px auto;
      color:#444444;
      font-size:22px;
      font-family:Montserrat, sans-serif;
      font-weight:300;
      text-align: center;
    }

    .h4my {
      color:#5AFBDB;
      font-size:30px;
      font-family:Montserrat, sans-serif;
      margin:5px;
      font-weight:300;
    }
    .h4my_dollar {
      color:#5AFBDB;
      font-size:30px;
      font-family:Montserrat, sans-serif;
      margin:5px;
      font-weight:300;
    }  
    .h4my_dollar::before {
      content:"$";
    }   
    .h4my_percent {
      color:#5AFBDB;
      font-size:30px;
      font-family:Montserrat, sans-serif;
      margin:5px;
      font-weight:300;
    }  
    .h4my_percent::after {
      content:"%";
    }       
    .suburbs_li {
      font-family: Montserrat, sans-serif;
      font-size: 15px;
      color:#202020;
      list-style:none;
      /*padding: 3px;*/
    }
    .suburbs_ul {
      text-align: left;
      padding-left: 1vw;
      margin:0;
      line-height:160%;
    }

    table.detailTable {
      border-collapse: collapse;
    }
    table.detailTable thead td {
      background:#444444;
      border: none;
      text-align: center;
      /*padding: 7px;*/
      font-family: Montserrat, sans-serif;
      font-size: 12px;
      color:#EEE;  
      border-collapse: collapse;      
    }
    table.detailTable tbody td {
      font-family: Montserrat, sans-serif;
      /*font-size: 14px;*/
      color:#202020;  
      text-align: center;  
      padding: 7px; 
    }

    table.detailTable tr:nth-child(even) {
      background: #E0E0E0;
    }

.find_button {
    padding: 10px;
    border: #444 1px solid;
    border-radius: 3px;
    text-align: center;
}

.hm-ranking-table {
  border-collapse: separate !important;
  border-spacing: 0 6px;
}

.hm-ranking-table th {
  text-transform: uppercase;
  letter-spacing: .5px;
  border-bottom: 2px solid #e5e5e5;
}

.hm-ranking-table td {
  background: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.hm-ranking-table tr:nth-child(even) td {
  background: #f7f9fb;
}

.hm-state-pill {
  display: inline-block;
  min-width: 38px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #1ABB9B;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: .5px;
}

.hm-rank-place {
  font-weight: 700;
  color: #202020;
}

.hm-rank-metric {
  display: inline-block;
  color: #168a74;
  font-weight: 800;
  font-size: 1.08em;
}

.find_button.hm-find-button {
  border: 0;
  padding: 4px;
}

.find_button.hm-find-button a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #202020;
  color: #fff !important;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0,0,0,.18);
  transition: background .15s ease, transform .15s ease;
}

.find_button.hm-find-button a:hover {
  background: #1ABB9B;
  transform: translateY(-1px);
}



  .gauge {
    width: 250px;
    height: 250px;
    display: inline-block;
  }

  .panel_title {
    font-family: Montserrat, sans-serif;
    color:#5AFBDB;
  }






/*EMAIL*/
.divider
{
  position: relative;
  margin-top: 40px;
  height: 1px;
}
.div-transparent:before
{
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgb(1,1,1), transparent);
}
.div-dot:after
{
  content: "";
  position: absolute;
  z-index: 1;
  top: -9px;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-color: rgb(85, 153, 255);
  border: 1px solid rgb(0,0,0);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px white,
          0 0 0 4px white;
}
.div-dot-vp:after
{
  content: "";
  position: absolute;
  z-index: 1;
  top: -9px;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-color: #1ABB9B;
  border: 1px solid rgb(0,0,0);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px white,
          0 0 0 4px white;
}

input[type='text'] { font-size: 18px; font-family: 'Nanum Myeongjo', serif;}

.myform_input {
  height:30px;
  margin:3px;
  border: 1px solid #1ABB9B; 
  border-radius: 4px;
  width:220px;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 18px;
}

.myform_submit {
  background-color:#333;
  font-family:'Nanum Myeongjo',serif;
  font-size:18px;
  width:220px;
  height: 30px;
  color:#f0f0f0;
  border-radius:3px;
  margin-top:10px;
  margin-bottom:10px;
}

input[type="button"]:disabled {
  background: #dddddd;
}

input[type="button"]:active {
  background: #333333;
}

input[type=checkbox] {
    transform: scale(1.5);
}

.thank_you_message {
  margin-top:30px; 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px; 
  font-family: 'Nanum Myeongjo', serif;
}










  /*menu*/
  .dropdown-menu {
  min-width: 8rem;
}

.responsive_font_size {
  font-size: 12;
  padding: 4px;
}
@media screen and (min-width: 900px) {
  .responsive_font_size {
    font-size: 14;
    padding: 7px;
  }
}  


/*bottom text icons */
.fawe {
  padding:8px;
  border-radius:3px;
  font-size:40px;
  margin:20px;
}
.fawe-r {
  color:#E74C3C;
}
.fawe-y {
  color:#F91;
}
.fawe-g {
  color:#1ABB9B;
}
.fawe-w {
  color:#F0F0F0;
}
.p1 {
  text-align:left;
  color:#FFF;
  margin-left:40px;
  margin-right:40px;
  margin-bottom:30px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  -webkit-font-smoothing:antialiased;
}

.underln-b {
  content: "";
  display: block;
  height: 1px;
  width: 37px;
  border-top: 2px solid #333;
  margin: 6px 0 10px;
}

.underln-g {
  content: "";
  display: block;
  height: 1px;
  width: 37px;
  border-top: 2px solid #1ABB9B;
  margin: 6px 0 10px;
}
.p2 {
  text-align:left;
  color:#111;
  margin-left:40px;
  margin-right:40px;
  margin-bottom:30px;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  -webkit-font-smoothing:antialiased;
}
#parent {
  display: table; 
  margin-left: 20px;
}
#child1 {
    display: table-cell;
    vertical-align: middle;
    font-size:25px;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    -webkit-font-smoothing:antialiased;
}

#child2 {
    display: table-cell;
    vertical-align: middle;
    font-size:25px;
    font-family: 'Montserrat', sans-serif;
    color: #111;
    -webkit-font-smoothing:antialiased;
}


  .big_fontawesome_icon {
    background-color: #FFF;
    border-radius: 5px;
    border:#DDD 1px solid;
    padding: 5px;
    width: 12vw;
    height: 8vh;
    min-height: 70px;
    min-width: 70px;
    max-width: 15vw;
    color: #444;
    font-size: 15vw;
    margin-left:10vw;
    margin-top: 50px
  }
  @media screen and (min-width: 900px) {
    .big_fontawesome_icon {
      width: 7vw;
      font-size: calc(15px + 2vw + 2vh);
      margin-top:calc(0px + 4vh);
      margin-left:3vw;
      min-height: 80px;
      min-width: 80px;
    }
  }

  .longer_underline {
    min-width: 50px;
    max-width: 60vw;
    color: #444;
    font-size: 25px;
    margin-left:30vw;
    margin-top: -10px;
    border-bottom: #000 1px solid;
  }
  @media screen and (min-width: 900px) {
    .longer_underline {
      width: 25vw;
      font-size: 25px;
      margin-top:calc(20px - 3vh);
      margin-left:calc(70px + 5vw);
      min-width: 25vw;
    }
  }

  .longer_underline_text_under {
    width: 55vw;
    margin-left:31vw;
  }
  @media screen and (min-width: 900px) {
    .longer_underline_text_under {
        width: 25vw;
        margin-left:calc(55px + 6vw);
    }
  }

  .grey_half_bg {
    width: 99.5%;
    height: 13vh;
    min-height: 80px;
    background-color:#EEE;
    margin-top: -2.5vh;
  }
  @media screen and (min-width: 900px) {
    .grey_half_bg {
        width: 100%;
    }









  }

  div[id*="_simple_text_N"] {
    position: relative;
    display: grid;
    grid-template-rows: minmax(22px, 1fr) auto auto auto minmax(22px, 1fr);
    justify-items: center;
    align-items: center;
    height: 100%;
    min-height: 230px;
    overflow: hidden;
    text-align: center;
  }

  div[id*="_simple_text_N"] .big_fontawesome_icon {
    grid-row: 2;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(72px, 6vw, 92px);
    height: clamp(72px, 6vw, 92px);
    min-width: 0;
    min-height: 0;
    max-width: none;
    margin: 0 0 6px 0;
    padding: 8px;
    font-size: clamp(38px, 4.4vw, 62px);
    line-height: 1;
  }

  div[id*="_simple_text_N"] .longer_underline {
    grid-row: 3;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: min(42vw, 520px);
    min-width: min(72vw, 240px);
    max-width: 64%;
    margin: 0;
    padding-bottom: 3px;
    border-bottom: #000 1px solid;
    color: #444;
    font-size: clamp(26px, 2.4vw, 34px);
    line-height: 1.1;
  }

  div[id*="_simple_text_N"] .longer_underline_text_under {
    grid-row: 4;
    position: relative;
    z-index: 2;
    align-self: start;
    box-sizing: border-box;
    width: min(58vw, 680px);
    margin: 7px 0 0 0;
    padding: 0 14px;
    color: #222;
    font-size: clamp(17px, 1.6vw, 23px);
    line-height: 1.2;
    overflow-wrap: anywhere;
  }

  div[id*="_simple_text_N"] .grey_half_bg {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 18%;
    width: 100%;
    height: 30%;
    min-height: 74px;
    margin: 0;
    background-color: #EEE;
  }

  @media screen and (min-width: 900px) {
    div[id*="_simple_text_N"] .longer_underline {
      width: min(34vw, 520px);
      max-width: 58%;
    }

    div[id*="_simple_text_N"] .longer_underline_text_under {
      width: min(48vw, 760px);
    }
  }
/* Affiliate disclosure used on content and article pages */
.affiliate-disclosure {
  max-width: 860px;
  margin: 24px auto;
  padding: 14px 18px;
  border-left: 4px solid #1ABB9B;
  background: #f1fbf8;
  color: #24554c;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.86rem;
  line-height: 1.6;
}

.affiliate-disclosure strong {
  color: #173d36;
}
