.page-link.has-children > a{
    cursor: default !important;
}

.social-media-share-wrapper {
    display: none; !important;
}

.homeintro-btn{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 2.5px;
    color: #427c7e;
    display: inline-block;
    border: 1px solid #427c7e;
    text-transform: uppercase;
    padding: 8px 20px;
    margin: 10px 0;
    background: transparent;
}

.homeintro-btn:hover{
    color: #427c7e;
    border: 1px solid #427c7e;
}

.blog-detail-info-share-wrapper {
    margin-bottom: 125px !important;
}
.blog-detail-copy table, th, td {
  border: 1px solid black;
}
.blog-detail-copy tr{
   background-color: #B7DBFF; 
    color: #00447C;
}
.blog-detail-copy th, td p{
  padding: 0px 10px;
}

.blog-box {
    width: 490px;
    padding: 20px 20px 0px;
    background-color: #c3e1f7;
    margin-left: 10px;
    color: #004f7a;
    font-weight: 550;
}

/*SMALL PHONES*/
@media only screen and (max-width: 480px){
    .blog-box {
        width: 100%;
        padding: 20px 20px 0px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
}

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

