.footer-section .footer-cta-sticky {
  background: var(--light);
  color: var(--dark);
}
.footer-section .footer-cta-sticky:hover {
  background: var(--dark);
  color: var(--light);
}

.grid-home .niche-section,
.grid-home .slider-section,
.grid-home .quote-section,
.social-contact .ftr-nap-wrapper .ftr-nap li:after{
    display: none !important;
}
.header-cta {
    margin-top: -2px !important;
}
.header-cta .ftr-cta{
    font-weight: 500 !important;
}
.page-link.has-children > a{
    cursor: default !important;
}
.home-video-section .home-video{
    height: 450px;
}
.home-cta {
font-weight: bold;
text-align: center;
    font-size: 13px !important;
    color: #ffffff !important;
    background-color: #023358;
    display: inline-block !important;
    white-space: normal !important;
    padding: 8px 20px;
    margin: 10px 0;
}
.home-cta:hover {
    color: #023358 !important;
text-align: center;
    border: 1px solid #023358;
    padding: 8px 20px;
    margin: 10px 0;
    font-size: 13px;
    letter-spacing: 2.5px;
}

.wealth-management-cta {
font-weight: bold;
text-align: center;
    font-size: 13px !important;
    color: #427c7e !important;
    background-color: #ffffff;
    border: 1px solid #427c7e;
    display: inline-block !important;
    white-space: normal !important;
    padding: 8px 20px;
    margin: 10px 0;
}
.wealth-management-cta:hover {
    color: #ffffff !important;
text-align: center;
    border: 1px solid #ffffff;
    padding: 8px 20px;
    margin: 10px 0;
    font-size: 13px;
    letter-spacing: 2.5px;
   background-color: #427c7e;
}

.sub-insights a{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 2.5px;
    color: #68a0d0;
    display: inline-block;
    border: 1px solid #68a0d0;
    text-transform: uppercase;
    padding: 10px 25px 8px;
}
.sub-insights a:hover{
    color: #002949;
    border: 1px solid #002949;
}
.thespecialist .yearbook-links {
   display: none !important;
}

@media only screen and (max-width: 480px){
    .home-video-section .home-video{
        height: 185px;
    }
}
/* 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) { 
    .home-video-section .home-video iframe {
        height: 350px;
    }
}

.footer-sub-btn a{
    display: inline-flex;
    padding: 0px 40px;
    border: 1px solid #A3A8AB;
    margin: 10px 0 40px;
    color: #A3A8AB;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}

.ftr-logo {
max-width: 600px !important;
}

button.homecta {
font-weight: bold;
text-align: center;
    font-size: 13px !important;
    color: #ffffff !important;
    background-color: #023358;
    display: inline-block !important;
    white-space: normal !important;
}
button.homecta:hover {
    border:  1px solid #c9a560;
    color: #4B0D4A;
    background-color: transparent;
} 

.footer-hedge-section a, .ftr-disclaimers a {
color: #767676;
}

@media only screen and (max-width: 480px) {
    .footer-section .footer-cta-sticky:before {
         display: none !important;
        content: "\f0e0";
        font-family: "FontAwesome";
        font-weight: 900;
        margin: 0 8px 0 0px;
    }
}
