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

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

@media only screen and (max-width:991px) {
    .row {
        margin-left: 0;
    }

    .back-to-top {
        color: #FFFFFF;
    }

    footer {
        padding-top: 30px;
    }
    footer > div.frontrunner-stories {
        margin-bottom: 50px;
    }
    footer > div.frontrunner-stories > h1 {
        margin-top: 0;
        margin-bottom: 40px;
    }
    footer > div.footer-links > div.container > div.row > div.logo-section {
        width: 100%;
        margin-bottom: 30px;
    }
    footer > div.footer-links > div.container > div.row > div.logo-section > p {
        margin-top: 70px;
    }
    footer > div.footer-links > div.container > div.row > div:not(.logo-section) {
        width: 33.33333333%;
    }
}

@media only screen and (max-width:767px) {
    footer > div.frontrunner-stories > div.row > div {
        float: left;
    }
    footer > div.footer-links > div.container > div.row > div.logo-section > img {
        top: -135px;

        width: 180px;
    }
    footer > div.footer-links > div.container > div.row > div.logo-section > p {
        margin-top: 40px;
    }
    footer > div.footer-links > div.container > div.row > div:not(.logo-section) {
        font-size: 11px;

        float: left;
    }
}

@media only screen and (max-width:640px) {
    footer > div.frontrunner-stories > div.row > div {
        width: 100%;
    }
}

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

@media only screen and (max-width:480px) {
    footer > div.frontrunner-stories > h1 {
        font-size: 28px;

        margin-bottom: 30px;
    }

    footer > div.frontrunner-stories > div.row > div > .story-box > .quotes {
        top: -15px;
    }
    footer > div.frontrunner-stories > div.row > div > .story-box > .quotes > img {
        width: 40px;
    }
    footer > div.frontrunner-stories > div.row > div > .story-box > h2 {
        font-size: 20px;
        line-height: 31px;
    }
    footer > div.frontrunner-stories > div.row > div > .story-box > p {
        font-size: 11px;
    }
    footer > div.frontrunner-stories > div.row > div > .story-box > label {
        font-size: 14px;

        right: 15px;
    }
    footer > div.frontrunner-stories > div.row > div > .story-box > label > span {
        font-size: 10px;
    }
    footer > div.footer-links {
        padding-bottom: 30px;
    }
    footer > div.footer-links > div.container > div.row > div:not(.logo-section) {
        float: none;

        width: 100%;
        margin-bottom: 25px;

        text-align: center;
    }
}

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