
@media only screen and (max-width: 1400px) {

}

@media only screen and (max-width: 1250px) {


}

@media only screen and (min-width: 1200px) {


}

@media only screen and (max-width: 1200px) {


}

@media only screen and (max-width: 1135px) {

    header .rightheader nav ul li a:not(.button):visited,
    header .rightheader nav ul li a:not(.button) {
        padding-left: 0;
    }

}

@media only screen and (max-width: 1100px) {

    header a.navlink {
        display: block;
    }
    header iframe#ticker {
        margin-left: 15px;
    }
    /*header iframe#ticker,*/
    header nav {
        display: none;
    }

}

@media only screen and (max-width: 880px) {


}

@media only screen and (max-width: 768px) {

    header {
        /* position: absolute; */
    }
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    section.hero h1:not(.h2) {
        font-size: 50px;
    }
    #home section.hero .flexcont h1 {
        font-size: 40px;
    }
    /*section.featured .owl-carousel .owl-stage-outer {
        overflow: visible;
    }*/
    section.featured .owl-carousel .owl-controls {
        bottom: -55px;
        top: inherit;
    }
    section.casestudies .study {
        left: 0 !important;
        right: 0 !important;
        margin-bottom: 40px;
    }
    section.hero p {
        font-size: 19px;
    }
    footer {
        text-align: center;
    }
    footer .subscribe form {
        width: 400px;
        max-width: 100%;
        margin: 0 auto;
    }
    footer .socials {
        text-align: center;
    }
    footer .bottom .wrapper {
        display: block;
    }

}

@media only screen and (max-width: 700px) {

    section.reports .year {
        padding-right: 30px;
        padding-left: 22px;
    }
    section.reports .year h3 {
        position: static;
        text-align: center;
    }
    section.reports .year .report {
        white-space: initial;
        position: relative;
        padding-left: 74px;
    }
    section.reports .year .report strong {
        position: absolute;
        left: -5px;
        top: 0;
    }

}

@media only screen and (max-width: 600px) {

    h1 {
        margin-bottom: 40px;
    }
    .wrapper {
        max-width: calc(100% - 40px);
    }
    #home section.hero {
        min-height: 470px;
    }
    #home section.hero .flexcont h1 {
        font-size: 37px;
    }
    section.hero .flexcont .inner .button {
        margin-top: 10px;
    }

    .outerwrapper {
        padding-top: 0;
    }
    header {
        position: relative;
    }
    header iframe#ticker {
        display: none;
    }
    header iframe#ticker.mobile {
        display: block;
        margin: 20px auto 0 auto;
    }

}

@media only screen and (max-width: 550px) {

    .advisors .advisor .row {
        display: block;
        margin: 0 !important;
    }
    .advisors .advisor .row .col {
        width: 100% !important;
        margin: 0 !important;
    }

}