@media (min-width: 992px) and (max-width: 1199px) {
    .person {
        min-height: 406px;
    }
}
@media screen and (max-width: 1024px) {
    #header .header-content {
        width: 90%;
        padding: 0;
    }
    #header.fixed .header-content {
        padding: 0;
    }
    .nav-toggle {
        display: block;
    }
    .navigation {
        position: fixed;
        background-color: #000;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99999;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
        transition: opacity 0.5s, visibility 0s 0.5s;
    }
    .navigation .primary-nav {
        position: relative;
        top: 45%;
        -moz-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
    }
    .navigation li {
        display: block;
        margin-bottom: 20px;
    }
    .navigation a {
        display: block;
        font-size: 25px;
        margin: 0;
        text-align: center;
    }
    .navigation.open a {
        color: #FFDB4B;
    }
    .navigation.open a:hover {
        color: white;
    }
    .person {
        margin: 0 auto 50px;
    }
    .person-content {
    }
    .person .social-icons li {
        display: inline-block;
        float: none;
        margin-bottom: 5px;
    }
    .testimonials blockquote {
        padding: 20px 5% 0;
    }
    .testimonials p {
        font-size: 14px;
    }
    .flex-control-nav {
        bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .banner {
        -moz-background-size: 250%;
        -o-background-size: 250%;
        -webkit-background-size: 250%;
        background-size: 250%;
    }
    .section {
        padding: 3.55rem 0;
    }
    .banner-text {
    }
    .banner-text h1 {
        font-size: 42px;
    }
    .banner-text p {
        font-size: 18px;
        line-height: 28px;
    }
    .flexslider {
        padding-bottom: 80px;
    }
    .flex-control-nav {
        width: 100%;
    }
    .footer .footer-col {
        margin-bottom: 50px;
    }
    .person {
        min-height: auto !important;
    }
    .person.nextPeople {display: inline-block}
    .ca3-scroll-down-link {
        left: 55%;
        bottom: 9%;
    }
    p {
        font-size: 18px;
        line-height: 28px;
    }
    .quote h3, .quote h5 {line-height: 1.3}
    .article-main-title {font-size: 24px;}
    .post h3 {border-bottom: none;}
    iframe {width: auto; height: auto;}
    #press li a p {display: none;}
}
@media (max-width: 768px) and (max-width: 769px) {
    .person {
        min-height: 300px;
    }
}
@media screen and (max-width: 640px) {
    .banner-text {
    }
}
@media screen and (max-width: 480px) {
    .banner-text {
    }
    .banner-text h1 {
        font-size: 32px;
    }
}
@media screen and (max-width: 320px) {
    .banner-text {
    }
    .testimonials blockquote {
        padding: 20px 5% 0;
    }
    .testimonials p {
        font-size: 14px;
    }
}
@media screen and (min-width: 768px) {
    #press li a .title, #press li a p {
        text-overflow: ellipsis;
        max-width: 100%;
        white-space: nowrap;
        overflow:hidden;
    }
}