.page-link.has-children > a{
    cursor: default !important;
}
.ftr-logo-wrapper {
    padding: 8px 0 !important;
}
 
#home-btns .button{
    font-family: 'Raleway', sans-serif !important;
    font-size: 18px !important;
    line-height: 30px !important;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 10px !important;
    border: none !important;
    height: 80px !important;
    width: 220px!important;
    text-transform: inherit !important;
    box-shadow: 0px 10px 14px -7px #276873;
}
#home-btns .get-started-btn{
    background: #222a35 !important;
}
#home-btns .get-started-btn:hover{
    background: #1f4e79 !important;
}
#home-btns .sub-btn{
    background-color: #1f4e79 !important;
    position: relative;
    top: -15px;
}
#home-btns .sub-btn:hover{
    background-color: #222a35 !important;
}
#home-btns .fin-btn{
    background-color: #5f8eb5 !important;
    position: relative;
    top: -15px;
}
#home-btns .fin-btn:hover{
    background-color: #222a35 !important;
}
th, td {
  padding: 5px 10px;
  text-align: left;    
}
.copy-section .yearbook-slide{
    width: 25% !important;
}
.map-btn{
    border: 2px solid #3f6b90;
    color: #3f6b90;
    display: inline-flex;
    height: 40px;
    width: 180px;
    margin: 20px 20px 20px 20px;
    font-family: 'Playfair Display', serif !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: none;
}
.map-btn:hover{
    border-radius: 25px;
    border: 2px solid #393939;
    background: rgba(255, 255, 255, 1);
    color: #393939;
    letter-spacing: 1px;
}

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

.footer-section .ftr-cta-wrapper {
    margin: 0 !important;
    position: fixed;
    right: -8px;
    bottom: 34px;
/*    border: 2px solid #fff;*/
    z-index: 5;
}
.footer-section .ftr-cta-wrapper .ftr-cta {
    padding: 0 !important;
}
.footer-section .footer-cta-section h4 {
	margin-top: 0px !important;
    font-size: 16px !important;
}

.footer-section .social-container {
    border-bottom: none;
    border-top: none;
}
.footer-section {
    background-image: none;
}
.footer-section .footer-cta-section {
	text-align: center;
}

.footer-section .footer-cta-section h4 {
    color: #fff;
    background: #5f8eb5;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    border-radius: 0;
    padding: 0px 30px !important;
    margin: 30px 0 0 !important;
    width: auto !important;
    border: transparent;
    display: inline-block;
	animation: none !important;
	visibility: visible !important;
}
.footer-section .ftr-cta-wrapper h4 {
	color: #fff;
}
.footer-section .footer-cta-section h4:after {
	display: none !important;
}
.footer-section .social-container:after {
	display: none;
}
.footer-section .social-container a .fa {
    color: #5f8eb5!important;
}
.footer-section .footer-content a {
    color: #332000;
}
.footer-section .footer-cta-section h4:hover {
    color: #FFF;
    background: #002949;
}

h4.footer-cta-new {
    color: #FFF!important;
}
.footer-section .footer-cta-section h4 {
    color: #fff;
     font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    border-radius: 0;
    padding: 0px 30px !important;
    margin: 30px 0 0 !important;
    width: auto !important;
    border: transparent;
    display: inline-block;
    animation: none !important;
    visibility: visible !important;
}
@media only screen and (max-width: 480px){
.footer-section .ftr-cta-wrapper {
    margin: 0 !important;
    position: relative;
    right: 0;
    bottom: inherit;
}
.footer-section .footer-cta-section h4 {
    margin: 0px!important;
}
}

