nav.navbar {
    max-height: 80px !important;
}

.p-r-p4 {
    padding-right: 10%
}

.p-l-p4 {
    padding-left: 4%
}

a.navbar-brand-mobile {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slide-out > a img {
    content: url(../../../theme/images/times.png);
}

.side-nav a.button-collapse {
    position: relative;
}

.left-icon {
    background-color: #141c21d1;
    border-radius: 2px;
    position: relative;
    left: -30px;
    height: 30px !important;
    width: 30px !important;
}

.right-icon {
    background-color: #141c21d1;
    border-radius: 2px;
    position: relative;
    right: -30px;
    height: 30px !important;
    width: 30px !important;
}

.slider-button {
    padding: 10px 20px 10px;
    font-size: 12px;
}

.main-slider {
    margin-top: 80px;
}

.carousel-indicators li {
    background-color: #ffda44 !important;
}

.mt-lg {
    margin-top: 5rem !important;
}

.mt-x-lg {
    margin-top: 8rem !important;
}

.mini-about-us img.group-dots {
    top: 0;
    left: 0;
    z-index: -1;
}

.mini-about-us .color-container {
    background-color: #ffda44;
    right: 0px;
    bottom: 0px;
}

.mini-about-us .color-container p.info-year {
    font-size: 40px;
    line-height: .8;
}

.mini-about-us .color-container p.info-text {
    font-size: 22px;
}

.mini-about-us .blank-container {
    right: -15px;
    bottom: 0px;
    width: 30px;
    height: 30px;
    transform: skew(-45deg);
}

.footer-bg-color {
    background-color: #03153e !important;
}

footer .fast-link a {
    color: #fff !important;
    transition: all .3s;
}

@media only screen and (max-width: 991px) {
    #slide-out a.button-collapse img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 17px;
    }
}

@media all and (max-width: 1256px) {
    nav.navbar {
        display: none !important
    }

    nav.mobile-navbar {
        display: block !important
    }

    nav.mobile-navbar {
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%)
    }

    .main-slider {
        margin-top: 57px;
    }
}

@media screen and (min-width: 360px) {
    .container {
        width: calc(100% - 10px) !important;
    }

    .fs-20 {
        font-size: 16px !important;
    }

    .site-top-banner {
        height: 60px;
        background-size: auto 60px;
    }

    .mobile-search input {
        width: 234px !important;
    }

    .two-col-contents-column {
        padding: 0;
    }

    .two-column-tab-content {
        padding: 1rem .5rem .5rem .5rem;
    }
}

@media screen and (min-width: 768px) {
    .container {
        width: calc(100% - 20px) !important;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: calc(100% - 30px) !important;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: calc(100% - 50px) !important;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        width: calc(100% - 70px) !important;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        width: calc(100% - 200px) !important;
    }
}

