.billboard-full-height {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.billboard-full-height .billboard-content-wrapper {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height .billboard-content-wrapper {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.no-billboard .billboard-section{
    display: none;
}

.no-quote .quote-section{
    display: none;
}

.hide-cta .content-slider-cta-wrapper{
    display: none;
}

.thank-you-message{
    text-align: center;
    font-family: 'Abel', sans-serif;
    color: #787a7b;
    font-size: 25px;
    text-transform: uppercase;
    border-top: 2px solid #ab8336;
    padding: 30px;
    border-bottom: 2px solid #ab8336;
}

.video-section iframe{
    height: 520px !important;
}
/* Small iPhones */
@media only screen and (max-device-width: 736px) { 
    .video-section iframe {
        height: 185px !important;
    }
}
/* iPhone X Landscape */
@media only screen 
    and (min-device-width : 812px) 
    and (max-device-width : 812px) 
    and (-webkit-device-pixel-ratio : 3)
    and (orientation : landscape) { 
    .video-section iframe {
        height: 350px !important;
    }
}

/*BIO DETAIL AS LINK FIX*/

.bio-detail-links-as-text {
    margin-top: 15px !important;
}
 .bio-detail-links-as-text a{
    padding: 0 !important;
}

.body-home .main-content {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
}

.body-home .billboard-section {
    margin-top: 0px;
}

.body-home .billboard-heading h1:before {
   border-top: none;
}

.body-home .billboard-heading h1 .head-2 {
    font-size: 18px;
    line-height: 1.4;
}

.body-home .billboard-heading h1 .head-1 {
    font-size: 42px;
    line-height: 1;
    font-weight: 100;
}

.body-home .billboard-heading {
   top: 0;
}

@media only screen and (max-width: 480px) {
   .body-home .billboard-heading h1 .head-2 {
       font-size: 16px;
   }

   .body-home .billboard-heading h1 .head-1 {
       font-size: 30px;
   }
}

.page-link.has-children > a{
    cursor: default !important;
}

/* NICHE SECTION */
.niche-section {
   display: none;
}

.new-home .quote-section {
    border-top: none !important;
}

.billboard-content-2 .billboard-container, .billboard-content-3 .billboard-container {
   background-position: 25% center !important;
    min-height: 100px !important;
}

.ftr-group-name {
    color: #fff !important;
    font-size: 26px !important;
    margin-right: 0.3em;
    line-height: 1;
}

.nav .primary-nav > li > a.selected, .nav .primary-nav > li > a.active, .nav-standard.selected {
    color: #97bcda;
}

.nav .primary-nav > li > a:hover {
    color: #97bcda !important;
}

/* ----- Alternating Boxes ----- */ 

.dev-full .o-container { 

  width: 100% !important;   

} 

  

.dev-full .c-rich-text__section { 

  width: 100% !important; 

  margin: 0 !important; 

} 

  

div.alternateBoxes div.row{ 

     margin: 0; 

} 

div.alternateBoxes div.row div{ 

     padding-left: 0; 

     padding-right: 0; 

} 

div.alternateBoxes div.row:nth-child(odd) div:first-of-type p, 

div.alternateBoxes div.row:nth-child(odd) div:first-of-type h2, 

div.alternateBoxes div.row:nth-child(even) div:first-of-type + div p, 

div.alternateBoxes div.row:nth-child(even) div:first-of-type + div h2{ 

     padding: 0; 

     margin: 0; 

} 

div.alternateBoxes div.row div * img{ 

     width: 100% !important; 

     padding: 0 !important; 

     margin: 0 !important; 

} 

div.alternateBoxes div.row:nth-child(odd) div:first-of-type{ 

     /*width: 100%;*/ 

     /*-webkit-box-ordinal-group: 2;*/ 

     /*-webkit-order: 1;*/ 

     /*-ms-flex-order: 1;*/ 

     /*order: 1;*/ 

} 

div.alternateBoxes div.row:nth-child(odd) div:first-of-type + div{ 

     -webkit-box-ordinal-group: 3; 

     -webkit-order: 2; 

     -ms-flex-order: 2; 

     order: 2; 

     -webkit-align-self: center; 

     -ms-flex-item-align: center; 

     -ms-grid-row-align: center; 

     align-self: center; 

     /*max-width: 500px;*/ 

     margin: 0 auto; 

     padding: 2em 4em; 

} 

div.alternateBoxes div.row:nth-child(even) div:first-of-type{ 

     padding: 2em 4em; 

     -webkit-align-self: center; 

     -ms-flex-item-align: center; 

     -ms-grid-row-align: center; 

     align-self: center; 

     /*max-width: 500px;*/ 

     /*width: 100%;*/ 

     margin: 0 auto; 

} 

div.alternateBoxes div.row:nth-child(even) div:first-of-type + div{ 

     /*width: 100%;*/ 

} 

@media (max-width: 768px){ 

     div.alternateBoxes div.row:nth-child(odd) div:first-of-type{ 

         -webkit-box-ordinal-group: 2; 

         -webkit-order: 1; 

         -ms-flex-order: 1; 

         order: 1; 

    } 

     div.alternateBoxes div.row:nth-child(odd) div:first-of-type + div{ 

         -webkit-box-ordinal-group: 3; 

         -webkit-order: 2; 

         -ms-flex-order: 2; 

         order: 2; 

    } 

     div.alternateBoxes div.row:nth-child(even) div:first-of-type + div{ 

         -webkit-box-ordinal-group: 2; 

         -webkit-order: 1; 

         -ms-flex-order: 1; 

         order: 1; 

    } 

     div.alternateBoxes div.row:nth-child(even) div:first-of-type{ 

         -webkit-box-ordinal-group: 3; 

         -webkit-order: 2; 

         -ms-flex-order: 2; 

         order: 2; 

    } 

} 

  

@media (max-width: 992px) { 

  div.alternateBoxes div.row:nth-child(odd) div:first-of-type + div { 

    padding: 1em 2em; 

  } 

} 

.recipe.interior .billboard-content .billboard-container {
   background-position: center 25%;
   min-height: 320px;
}
