﻿@media (min-width: 1024px) {
    .searchblock-container {
        width: 680px;
    }
}

@media (max-width:1023px) {

    .top-home .top-degree .top-outer {
        background: none;
        background-color: #1b1b1b;
    }

    .home-callout-block > a {
        flex-direction: column;
    }

    .home-contact-image, .home-contact-text {
        width: 100%;
    }
}


@media (max-width:600px) {

    .top-home .top-home-inner h1.home-title {
        font-size: 35px;
        margin: 10vh 0;
    }

    .top-home .searchblock-home {
        padding: 0;
    }

    .top-home .searchblock-home .quick-search-links {
        display: none;
    }
}
