/*NAV*/
.account-btn{
    position: absolute;
    top: 10px;
    right: 350px;
}
.account-btn {
    display: inline-flex;
    height: 40px;
    width: 170px;
    border: 2px solid #ffffff;
    margin: 10px 0;
    font-family: 'Playfair Display';
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.account-btn:hover {
    border: 2px solid #4a7aa3;
    color: #4a7aa3;
}

/*HOME*/

.billboard-container.billboard-full-height {
    min-height: calc(80vh - 136px) !important;
}
.billboard-section:after{
    background: none !important;
}
.intro-section .intro-content:before,
.intro-section .intro-content:after,
.intro-section .intro-text:before,
.quote-section{
    display: none !important;
}
.intro-section{
    padding: 0px !important;
}
.footer-section .footer-contact-info .ftr-nap {
    margin-top: 50px;
}
/*.niche-section*/
.niche-section .mc-container a .mc-image {
    height: 94px !important;
    width: 94px !important;
}
.niche-section .mc-container {
    padding: 0px 15px 0px 15px;
}
#main-content .niche-section .mc-heading{
    font-size: 19px !important;
}
.niche-section .mc-heading:after {
    display: none !important;
}

.weekly-call-archives {
   margin-bottom: 4em;
   display: flex;
   flex-wrap: wrap;
}

.weekly-call-archives h5 {
   line-height: 1;
   margin-bottom: 0;
}

.wk-date {
   font-size: .8em;
   font-style: italic;
}
.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;
}

