.copy-section .copy-content {
    padding: 95px 0px 140px !important;
}
.events{
    border: 1px solid #002949 !important;
    width: 100%; 
    border-collapse: collapse; 
}
.events th{
    padding: 5px;
    font-weight: bold;
    color: #002949 !important;
    border-bottom: 1px solid #002949 !important;
    border-right: 1px solid #002949 !important;
}
.events td{
    padding: 5px;
    border-bottom: 1px solid #002949 !important;
    border-right: 1px solid #002949 !important;
}
.our-news p{
    font-size: .9em !important;
}

#main-content .accord img{
    margin: 0 !important;
}
.accord .accord-link-content{
    padding: 15px 0px !important
}
.page-link.has-children > a{
    cursor: default !important;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px){
    .events{
        font-size: .8em;
    }
    .copy-section {
        padding: 25px !important;
    }
}
.ftr-logo {
    max-width: 100% !important;
}
.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;
}

