/* Small Devices, .visible-sm-* 
----------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .legend-list li {
        margin-bottom: 10px;
    }

    .poc1 .logo {
        width: 40%;
    }

    .poc1.sticky .main-navigation {
        width: 80%;
    }

    .poc1.sticky .main-navigation {
    }

    .poc1.sticky .header .menu > li > a {
        font-size: 10px;
    }

    .header .menu > li > a {
        font-size: 13px;
    }

    .home-slider-v2 .slide {
        height: 320px;
    }

        .home-slider-v2 .slide img {
            width: 100%;
            min-height: 100%;
            position: absolute;
            top: 0;
            margin: auto;
            bottom: 0;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

    .home-slider-section .home-slider-control i {
        top: -95px;
        bottom: 0;
        margin: auto;
        height: 35px;
        z-index: 99;
    }

    .home-slider-section .slider-content h2 {
        margin-bottom: 15px;
    }

    .home-slider-section .slider-content {
        min-height: 95px;
        max-height: 150px;
    }

        .home-slider-section .slider-content h1 {
            margin-bottom: 15px;
        }

    .account-panels .panel-group .controls {
        width: 219px;
    }

        .account-panels .panel-group .controls:first-child {
            margin-bottom: 10px;
        }

        .account-panels .panel-group .controls:nth-child(2) {
            padding-right: 0;
            margin-bottom: 10px;
        }

    .poc1 .account-panels .no-account-panel .freight-account-message {
        min-height: 95px;
    }

    .side-navigation li a {
        padding-right: 30px;
    }

    .side-navigation .has-submenu a .menu-chevron:before {
        margin-right: -15px;
    }

    .cookie-container button {
        margin-right: 15px;
        width: 100%;
    }

    .home-slider .slide .image img {
        height: 100%;
        width: auto;
    }


    .email-padding {
        padding-bottom: 20px;
    }

    input#title {
        padding-right: 30px;
    }

    button.default.submit-contact {
        min-width: 100%;
        padding: 10px;
    }

    .banner-content {
        bottom: 45px;
    }

    .home-slider .slick-dots {
        bottom: 150px;
    }

    .account-panels {
        margin-top: -145px;
    }

    .carousel-content {
        height: 145px;
    }

    .social-wrapper {
        padding-left: 15px;
    }

    .travel-wrapper {
        padding-right: 15px;
    }

    .calendars .ui-datepicker-multi-6 .ui-datepicker-group {
        margin-right: 4%;
    }

        .calendars .ui-datepicker-multi-6 .ui-datepicker-group:nth-child(3n) {
            margin-right: 4%;
        }

    .footer .signup-text {
        width: 72%;
    }

    .home-slider-section .slick-dots {
        width: 750px;
        left: 95px;
        bottom: 160px;
        text-align: left;
        margin: 0 auto;
        position: relative;
    }

    .home-slider-section .slider-content {
        margin: 25px 15px 60px 80px;
        min-height: 110px;
        max-height: 220px;
        overflow: hidden;
        position: absolute;
        bottom: 70px;
        left: 15px;
        right: 15px;
        z-index: 99;
    }

    .signup-form input[type="text"] {
        width: 181px;
    }

    .signup-form .email-address .thenks-button {
        position: absolute;
        right: -85px;
        top: 6px;
    }

    .wide-banner .banner-image img {
        width: auto;
        height: 100%;
    }

    .footer .social-icons li:first-child {
        margin-left: 0px;
    }

    .footer .social-icons svg {
        width: 30px;
        height: 30px;
    }

    .footer .social-icons li .twitter-footer {
        height: 30px;
        width: 30px;
    }

    .footer .social-icons li {
        width: 26px;
    }

        .footer .social-icons li a {
            line-height: 0;
        }

        .footer .social-icons li .blog-footer {
            height: 30px;
            width: 30px;
        }

        .footer .social-icons li .yt-footer {
            height: 30px;
            width: 30px;
            float: left;
        }

    .poc1 .account-panels.collapse-state {
        left: 0;
    }

    .green-truck, .gray-truck {
        background-size: 220px 90px;
    }

    .footer-graphics {
        background-size: auto 44px;
    }

    .header .menu-stripe {
        display: none !important;
    }

    .thenks-button {
        float: left;
    }

    .carbon-counter-content button {
        min-width: 100px;
        padding: 10px 15px 10px 15px;
    }

    .freight-account .outline-button {
        margin-top: 52px;
        margin-bottom: 51px;
    }

    /* Single Column Width Banner */
    .main-mobile-content .container {
        padding: 0 15px;
    }

    .main-mobile-content .banner-image img {
        height: 340px;
        object-fit: cover;
        width: 100%;
        position: relative !important;
    }
    /* End of Single Column Width Banner */

    .signup-form .outline-button {
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .header .menu > li > a {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    input#carbon-count {
        width: 70px;
        margin-left: -20px;
    }

    .carbon-counter-content .form-control {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .header .menu > li > a {
        font-size: 13px;
    }
}
