.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;
}

<style>
.footer-hedge-section a, .ftr-disclaimers a {
   text-decoration: underline;
}
.footer-hedge-section a:hover, .ftr-disclaimers a:hover {
   text-decoration: none;
}

/* IMPORTANT FOR MOBILE VIEW - HEADER LOGO WIDTH */
.header-main .ftr-logo {
    max-width: 100% !important;
}

img {
   max-width: 100%;
}

@media screen and (max-width: 991px) {
   .text-desktop-left {
      text-align: center;
   }
}

/* HIDE CONSENT BUTTON IN FOOTER & CENTER CIRO LOGOS */
#rjl-footer .consent-button {
    display: none;
}

#rjl-footer .advisor-report {
   width: 100%;
}

.interior .billboard-container {
   min-height: 350px;
}

.billboard-section .head-1 {
    line-height: 1.2;
    display: block;
    margin-bottom: 0.2em;
}

.billboard-section .head-2 {
    line-height: 1;
}

.interior .billboard-section:before {
    background: rgba(0, 0, 0, 0) !important;
}

.billboard-section:before {
    background: rgba(0, 0, 0, .4) !important;
    z-index: 1;
    top: 0;
    height: 100%;
}

.billboard-section:after {
    background: transparent;
}

.billboard-container .btn.secondary, .services-section .btn.secondary {
    border: 1px solid #fff;
    color: #fff;
    padding: 1em 1.5em !important;
    text-transform: uppercase;
    display: inline-block;
}

.billboard-container .btn.secondary:hover, .callout .btn.secondary:hover, .btn.secondary.aqua:hover {
    background: #5489b6c4;
    color: #ffffff;
}

.services-section h2 {
    color: #b7deff;
}

.sub-head-main .head-2 {
    text-align: center;
    font-size: 0.8em;
}

/* FROM REFERRALS PAGE */
.multiple-btns a.btn, .multiple-btns button.btn {
    display: inline-block;
    margin: 0 .5em;    
}
    
@media screen and (max-width: 779px) {
    .multiple-btns a.btn, .multiple-btns button.btn {
       display: block;
       margin: 0 auto 1em;
    }   
}

    
.icons-container {
    display: flex;
    flex-wrap: wrap;
}
    
.tw-icon {
    flex-basis: 32.3%;
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 1rem;
    margin-right: 1%;
    margin-bottom: 1em;
}
    .tw-icon::before {
    content: " ";
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url('/-/media/rj/rjl-advisor-sites/sites/m/o/model-1-sandbox/images/fp-icon');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em;
    min-width: 50px;
    }
    .tw-icon.im::before {
    background-image: url('/-/media/rj/rjl-advisor-sites/sites/m/o/model-1-sandbox/images/im-icon');
    }
    .tw-icon.is::before {
    background-image: url('/-/media/rj/rjl-advisor-sites/sites/m/o/model-1-sandbox/images/is-icon');
    }
    .tw-icon.tax::before {
    background-image: url('/-/media/rj/rjl-advisor-sites/sites/m/o/model-1-sandbox/images/tax-icon');
    }
    .tw-icon.estate::before {
    background-image: url('/-/media/rj/rjl-advisor-sites/sites/m/o/model-1-sandbox/images/estate-icon');
    }
    .tw-icon.giving::before {
    background-image: url('/-/media/rj/rjl-advisor-sites/sites/m/o/model-1-sandbox/images/giving-icon');
    }
    .accord-link img {
    width: 50px;
    height: 50px;
    margin: 0 1em 0 0;
    padding-bottom: 0;
    }
    .accord img.pie-slice {
    max-width: 380px;
    height: auto;
    width: 100%;
    }

    
@media screen and (max-width:991px) {
    .text-left-desktop {
    text-align: center
    }    
}

    .gov-links .container, .helpful-links .container, .calculators {
    display: flex;
    flex-wrap: wrap;
    }
    .gov-links .callout-copy-wrapper {
    color: #393939 !important;
    }
    .gov-links .callout-link {
    width: 100%;
    transition: all 0.4s ease-in-out;
    }
    .gov-links .callout-link:hover {
    background: rgba(0, 0, 0, 0.15);
    }
    .gov-links p {
    font-size: 1rem;
    color: #393939;
    }
    .helpful-links, .gov-links, .calculators, .videos {
    margin: 2em 0;
    font-size: 16px;
    line-height: 1.5;
    }
    .helpful-links h3, .gov-links h3, .calculators h5, .calculators h3, .videos h3 {
    color: #00578A;
    line-height: 1.2;
    }
    .resource-item {
    width: 100%;
    padding: 0 1em;
    margin-bottom: 1em;
    }

.btn.secondary {
    border: 1px solid #00578A;
    color: #00578A;
    padding: 1em 1.5em !important;
    transition: all .2s ease-in-out;
    margin: .5em 0;
    background: transparent;
    white-space: normal;
}
    
.btn.secondary:hover {
    background: #00578A;
    color: #ffffff;    
}

.calc-item {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    padding: 0;
}

.calc-item > a {
    display: block;
    height: 100%;
    top: 0;
    position: relative;
    padding: 1em;
}

.calc-item:hover {
    box-shadow: inset 0px 0px 20px 5px rgba(0,0,0,0.1);
}

.gov-links {
   margin-bottom: 3em;
}

@media screen and (min-width: 480px) {
      .calc-item {
        width: 48%;
        margin: 1%;
      }
}

@media screen and (min-width: 980px) {
    .gov-links .container, .helpful-links .container, .calculators {
    display: flex;
    }
    .gov-links-item {
    width: 33.3%;
    margin-bottom: 1em;
    }
    .helpful-links-item {
    width: 50%;
    }
    .calc-item {
    width: 23%;
    margin: 1%;
    }
    .resource-item {
    margin-bottom: 0;
    }
}

.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #5489B6 !important;
}

/* HOME PAGE STYLES */
.billboard-container.billboard-full-height .billboard-content-wrapper {
    height: 100%;
    position: absolute;
    width: 100%;
}

.billboard-content-wrapper .container {
    position: relative;
}

.billboard-container.billboard-full-height .billboard-content-wrapper .container {
    bottom: 2em;
}

    .services-section {
        overflow: auto;
        border-top: 3px solid #002949;
        background: #002949;
        background: -moz-radial-gradient(center, ellipse cover, #00578A 0%, #00578A 0%, #002949 99%);
        background: -webkit-radial-gradient(center, ellipse cover, #00578A 0%, #00578A 0%, #002949 99%);
        background: radial-gradient(ellipse at center, #00578A 0%, #00578A 0%, #002949 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00578A', endColorstr='#002949',GradientType=1 );
        padding: 3em 0;
    }

    .services-intro, .services-slider {
       display: none;
    }

    .services-section .sub-head-main .head-1 {
        color: #fff;
    }

    .services-section p {
        color: #fff;
    }

.sub-head-main {
    font-family: 'Playfair Display', serif;
    color: #104C6E;
    font-size: 31px;
    font-weight: 300;
    line-height: 31px;
    text-transform: uppercase;
    display: block;
    animation: slideInUpSmall 1s linear;
    margin-bottom: 40px;
    text-align: center;
}

.sub-head-main .head-1 {
    font-family: 'Raleway', sans-serif;
    color: #393939;
    font-size: 52px !important;
    font-weight: 600;
    line-height: 44px;
    text-transform: uppercase;
    display: block;
    animation-delay: 0.4s;
    margin-top: 10px;
    animation: slideInUpSmall 1s linear;
    text-align: center;
}

.sub-head-main::after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #104C6E;
    margin: 19px auto;
}

.copy-section .head-1, .copy-section .head-2 {
    text-align: center;
}

.copy-section h1 .head-2:after {
    margin: 19px auto;
}

.niche-section {
    padding-top: 3em;
}

.team-section {
    display: none;
}

blockquote:before, q:before {
    background: #5489B6;
}

.footer-section .footer-logo .ftr-logo {
   max-width: 100%;
}

.footer-section .ftr-nap .ftr-nap-address:before {
    display: none;
}

.footer-section .footer-contact-info .ftr-nap {
    padding: 0 4em;
}

#rjl-footer .footer-disclosure-rjl {
    color: #ffffff;
}

    /*----------------------*/
    /* OUR PARTNER BIO PAGE */
    /*----------------------*/
.rjl-specialist-bio {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #cecece;
}

.rjl-specialist-bio .specialist-title-group {
   line-height: 1.2;
}

.rjl-specialist-bio .specialist-name {
   margin-bottom: 0 !important;
}

.rjl-specialist-bio .specialist-bullets {
   padding-left: 1.5em;
}

.rjl-specialist-bio .specialist-bullets li {
   line-height: 1.4;
   margin-bottom: .5em;
}

.rjl-specialist-bio .specialist-title {
   line-height: 1.4;
}

@media screen and (min-width: 781px) {
   .rjl-specialist-bio {
      display: flex;
   }

   .rjl-specialist-bio > div {
      float: none;
   }
}

.rjl-our-partner-bio > div {
   float: none;
   display: block;
}

.rjl-our-partner-bio {
    margin-bottom: 2em;
}

.rjl-our-partner-bio-image {
   float: none;
}

@media (min-width: 781px) {
   .rjl-our-partner-bio-image {
      position: absolute;
      top: 0;
      left: 0;
   }

   .rjl-our-partner-bio > div {
     padding-left: 240px;
   }
}

.contact-map h5, .contact-map .branch-address p {
    line-height: 1.4;
}

.team-image-wrapper img {
    border: 1px solid #cecece;
}

    .icon-container .social-link {
    margin: 0 1em 0 0;
    }

h1.intro-heading {
    font-family: 'Prata', serif;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 0;
}
h3.intro-heading {
    margin-top: 0.2em;
}

.resource-content h2.sub-head-main {
   margin-top: 0;
}


/* ----- Alternating Boxes ----- */ 

.alternateBoxes.full {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}  

.alternateBoxes .row {
   display: flex;
}

.alternateBoxes .alternateBoxes-background {
   
}

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; 
    } 

    .alternateBoxes .row {
       display: flex;
       flex-direction: column;
    }
} 

  

@media (max-width: 992px) { 
  div.alternateBoxes div.row:nth-child(odd) div:first-of-type + div { 
    padding: 1em 2em; 
  } 
} 

</style>
