.billboard-full-height {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.billboard-full-height .billboard-content-wrapper {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height .billboard-content-wrapper {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.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;
}

.ftr-logo {
    max-width: 100% !important;
}
li.sub-nav {
    background: transparent;
    border: 2px solid #ffffff;
    padding-left: 20px;
}

h3.h3-sub {
    text-transform: unset !important;
}

#main-content .intro-section {
    display: none !important;
}
.team-copy ul{
    list-style: disc !important;
    font-family: 'Abel', sans-serif; 
    font-size: 18px; 
    line-height: 25px; 
    margin: 10px 0px 20px 15px; 
    color: #515151;
}
.callouts-container .callout-item{
    padding: 10px;
}
.copy-content{
    padding: 50px 10px 150px 10px !important;
}
.copy-right h3 {
    color: #104C6E;
    background-color: #b49060;
    padding: 10px;
    margin: 0px 0px 15px !important;
}

.copy-right .sidebar-box{
    border: 1px solid #b49060;
    padding: 10px;
}

.col-md-5.sidebar-box {
    border: 1px solid #b49060;
    padding: 10px;
    text-align: center;
}
.content-slider-wrapper{
    border-bottom: none !Important;
    border-top: none !Important;
}
.content-slider-wrapper .content-slider-cta, .content-slider-wrapper .slick-prev:before, .content-slider-wrapper .slick-next:before{
    display: none !important;
}
.cta-section{
    margin-top: -100px;
    margin-bottom: 100px;
}
.copy-left h1{
    padding-bottom: 0px !important;
}
.copy-section .fa-users{
    text-align: center;
    padding-bottom: 15px;
    color: #104C6E !important;
}

.icon-button {
    padding: 4px;
    font-size: 18px;
    text-align: center;
}

.meeting-button {
    background: #104C6E !important;
    padding: 10px 20px;
    border-radius: 0;
    color: white !important;
    border: 1px solid black;
    box-shadow: none;
    transition: all 300ms ease;
}

a.our-team {
    color: white !important;
}
.watch-button, .written-button{
    background: transparent;
    border: 2px solid #ffffff;
}
.watch-button a, .written-button a {
    color: #ffffff !important;
}
.watch-button:hover, .written-button:hover{
    background: transparent;
    border: 2px solid #104C6E;
}
.watch-button a:hover, .written-button a:hover{
    color: #104C6E;
}
.written-work img{
    margin: 0 auto;
}

.time-summary{
    background-color: #b49060;
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
}

div#billboard-half-height {
    min-height: 250px !important;
    max-height: 250px !important;
}

.content-slider-wrapper .content-slider-half-width-content-wrapper {
    border-bottom: 1px solid #002f5f !important;
}

.rich-text-container.our-services-footer {
    text-align: center;
}

h3.our-services-footer {
    text-align: center;
}

p.our-services-footer {
    text-align: center;
}

span.wow.author-title.animated.animated {
    display: block;
    font-weight: 400;
}

.interior-quote.quote-wrapper {
    padding: 20px 15px;
}

.callouts-container.callouts-version-1.callouts-four-per-row {
    grid-template-columns: repeat(4, 1fr) !important;
    margin-bottom: -70px !important;
    padding-bottom: 0 !important;
}

.callouts-four-per-row.callouts-version-1.callouts-no-categories.callouts-mobile-slider.show {
    margin-bottom: -70px !important;
}

.slick-dots li button {
    display: none !important;
}

p.team-image-wrapper.text-center {
    margin: 25px auto;
}

.callouts-container.callouts-version-1.callouts-center-copy.callouts-center-cta.callouts-two-per-row {
    grid-template-columns: repeat(2, 1fr) !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.callouts-container.callouts-version-1.callouts-two-per-row {
    grid-template-columns: repeat(2, 1fr) !important;
}

@supports (display: grid) {
    .callouts-container .callout-item .callout-image-wrapper, .callouts-mobile-slider .callout-item .callout-image-wrapper {
        max-height: 365px;
    }
}

@supports (display: grid) {
    .callouts-container .callout-item .callout-copy-wrapper, .callouts-mobile-slider .callout-item .callout-copy-wrapper {
        color: #000000 !important;
    }
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

span.quote-cite.wow {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    color: #595959;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    animation-duration: 2s;
    text-align: center;
}

p.new-media {
    text-align: center;
    margin-top: 30px !important;
}

p.media-callout {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

.callout-copy-wrapper p {
    font-size: 18px !important;
}

.image-container.services-footer {
    text-align: center;
}

.footer-cta-social-content .social-container .fa-youtube-play, .footer-cta-social-content .social-container .fa-twitter, .footer-cta-social-content .social-container .fa-facebook, .footer-cta-social-content .social-container .fa-linkedin, .footer-cta-social-content .social-container .fa-envelope {
    border: solid 1px #104C6E !important;
}

.footer-social .social-container .fa {
    border: solid 1px #104C6E;
}
