@charset "utf-8";
/* CSS Document */

.news-feed {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    margin: 4px 0 5px 0;
}

.gray-gradient {
    background-image: linear-gradient(to right, #e4e4e4, #fff);
}

/* Homepage */

/* Homepage Banner */
.slick-current, .slick-slide {
    background-position: center !important;
}

.home-slide.slick-slide, .home-slide {
    height: 148px;
}

.homepage-banner-text, .banner-title-small, .banner-title-small-blue {
    text-shadow: 4px 4px 8px #888;
    font-weight: 600;
    margin: 0;
}

.left .homepage-banner-text {
    color: #F0F5F9;
    text-shadow: 4px 4px 8px #000000;
}

.card {
    box-shadow: 1px 1px #888888
}

.homepage-banner-text {
    font-size: 22px
}

.slider-caption {
    padding: 0;
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2.5em;
    right: 4.5em
}

.slider-caption-right {
    padding: 0;
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    right: 2.5em;
    text-align: right;
}

.banner-title-small {
    font-size: 17px;
    color: #fff;
    text-shadow: 4px 4px 8px #252525;
}

    .banner-title-small br {
        display: none
    }

.banner-title-small-blue {
    font-size: 17px;
    text-shadow: 4px 4px 8px #888;
}
/*.slider-caption{padding: 2em 0 1.3em 2em}*/
.slider-caption .subtitle {
    font-size: 15px;
    line-height: 15px;
    text-shadow: 4px 4px 8px #888;
}

.banner-title-small + .subtitle {
    color: #fff;
    text-shadow: 4px 4px 8px #252525
}

.carousel-item img {
    height: 100%;
    width: auto
}

.home-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

    .home-slide a {
        color: #006;
        height: 100%;
        display: block
    }

        .home-slide a:hover {
            color: #006;
        }

.white-triangle {
    position: absolute;
    right: 11px;
    bottom: 8px;
    background-image: url("/images/banners/white-triangle.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 109px;
    height: 77px;
    background-size: 100% 100%;
}

.slick-dots {
    margin-bottom: 0;
}

.homebanner-slider .slick-dots li button:before {
    color: #FC0;
}

.homebanner-slider .slick-arrow {
    font-size: 20px;
    z-index: 1;
    color: #FC0;
    top: 50%;
}

.homebanner-slider .nextarrow {
    right: 20px;
}

.homebanner-slider .prearrow {
    left: 20px;
}

.home-slide .container {
    position: relative;
    height: 100%
}

.slick-dots li button:before {
    font-size: 24px;
}

.homebanner-slider .home-slide a:hover {
    text-decoration: none
}
/* END Homepage banner */

/* default.aspx*/
.orange-card-default {
    text-align: center;
    border-color: #ccc #ccc #ccc #fc0;
    border-width: thin thin thin thick;
    margin-top: 5px;
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 10px 20px -14px rgba(0, 0, 0, 0.25);
}

    .orange-card-default:hover {
        border-color: #006699;
    }

/* Featured Products */
.only-title .card-body {
    padding: 0px !important;
    padding-bottom: 0px !important;
}

.img-center {
    display: block;
    margin: 0 auto;
}

.card:hover {
    cursor: pointer;
    color: #F37F31;
}

.card-title {
    background-color: #036;
    color: #d9d9d9;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 9px 14px 8px 14px;
    border-radius: 5px 5px 0 0;
}

.main-section .container .card-deck.row {
    margin-left: -30px;
    margin-right: -30px;
}

.my-4 .card-body, .card-deck .card {
    background-color: #f7f9fc;
}

.card-body {
    padding-top: 0;
}
/* END Featured Products */


/* News Feed */
#news-slider {
    height: 35px !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.news-slide {
    list-style: none;
    margin: 0;
    width: 100% !important
}

.carousel-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-feed > div {
    float: left
}

.news-top {
    margin-top: -3px;
}

.article-top {
    margin-top: -7px;
}
/* End News Feed */


/* Responsive */

@media (min-width: 576px) {
    body {
        padding-top: 5px;
    }

    .home-slide.slick-slide, .home-slide {
        height: 278px;
    }

    .homepage-banner-text {
        font-size: 30px
    }

    .banner-title-small {
        font-size: 25px;
    }

    .banner-title-small-blue {
        font-size: 25px;
    }

    .slider-caption {
        left: 2em;
        right: 0
    }

        .slider-caption .subtitle {
            font-size: 20px;
            line-height: 20px;
        }

    .slider-caption-right {
        right: auto;
        text-align: left;
    }

        .slider-caption-right .subtitle {
            font-size: 20px;
            line-height: 20px;
        }

    /*.slider-caption{padding: 5em 0 5em 2em}*/
    .white-triangle {
        width: 179px;
        height: 127px;
        right: -4px;
        bottom: -4px;
    }

    .slider-caption .subtitle br {
        display: none
    }

    .banner-title-small br, .banner-title-small + .subtitle br {
        display: block
    }
}

@media (min-width: 768px) {
    body {
        padding-top: 15px;
    }

    .homepage-banner-text {
        font-size: 35px
    }

    .banner-title-small {
        font-size: 30px;
    }

    .banner-title-small-blue {
        font-size: 30px;
    }

    .slider-caption .subtitle {
        font-size: 22px;
        line-height: 22px;
    }

    .slider-caption-right {
        right: auto;
        text-align: left;
    }

        .slider-caption-right .subtitle {
            font-size: 22px;
            line-height: 22px;
        }

    .home-slide.slick-slide, .home-slide {
        height: 242px;
    }

    .white-triangle {
        width: 169px;
        height: 117px;
    }
    /*.slider-caption{padding: 3.5em 0 3.5em 2em}*/
}

@media (min-width: 992px) {
    body {
        padding-top: 5px;
    }

    .four-cards-grid {
        grid-template-columns: repeat( 4, 1fr );
        -ms-grid-columns: repeat( 4, 1fr );
        grid-gap: 17px;
    }

    .slider-caption .subtitle {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .homepage-banner-text {
        font-size: 40px
    }

    .banner-title-small {
        font-size: 35px;
    }

    .banner-title-small-blue {
        font-size: 35px;
    }

    .slider-caption {
        left: 3em
    }

        .slider-caption .subtitle {
            font-size: 25px;
            line-height: 25px;
        }

    .slider-caption-right {
        right: auto;
        text-align: left;
    }

        .slider-caption-right .subtitle {
            font-size: 2.5rem;
            line-height: 2.5rem;
        }
    /*.slider-caption{padding: 3.5em 0 2em 3em;}*/
    .white-triangle {
        width: 189px;
        height: 137px;
    }

    .homebanner-slider .slick-arrow {
        font-size: 25px;
    }

    .homebanner-slider .nextarrow {
        right: 30px;
    }

    .homebanner-slider .prearrow {
        left: 30px;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 5px;
    }

    .homepage-banner-text {
        font-size: 50px
    }

    .banner-title-small {
        font-size: 45px;
    }

    .banner-title-small-blue {
        font-size: 45px;
    }

    .slider-caption .subtitle {
        font-size: 30px;
        line-height: 30px;
    }

    .slider-caption-right {
        right: auto;
        text-align: left;
    }

        .slider-caption-right .subtitle {
            font-size: 30px;
            line-height: 30px;
        }

    .home-slide.slick-slide, .home-slide {
        height: 353px;
    }
    /*.slider-caption{padding: 5.3em 0}*/
    .white-triangle {
        width: 239px;
        height: 177px;
    }

    .slick-dots {
        margin-bottom: 1em;
    }

    .homebanner-slider .slick-arrow {
        font-size: 30px;
    }

    .homebanner-slider .nextarrow {
        right: 40px;
    }

    .homebanner-slider .prearrow {
        left: 40px;
    }
}

@media (min-width: 1600px) {
    body {
        padding-top: 5px;
    }

    .homepage-banner-text {
        font-size: 63px
    }

    .banner-title-small {
        font-size: 3.2rem;
    }

    .banner-title-small-blue {
        font-size: 3.2rem;
    }

    .slider-caption {
        left: 0
    }

        .slider-caption .subtitle {
            font-size: 2.5rem;
            line-height: 2.5rem;
        }

    .slider-caption-right {
        right: auto;
        text-align: left;
    }

        .slider-caption-right .subtitle {
            font-size: 2.5rem;
            line-height: 2.5rem;
        }
    /*.slider-caption{padding: 4em 0;}*/
    .white-triangle {
        width: 289px;
        height: 227px;
    }
}

@media (min-width: 2400px) {
    body {
        padding-top: 5px;
    }

    .home-slide {
        background-position: center top
    }

        .home-slide.slick-slide, .home-slide {
            height: 500px;
        }
}

@media (max-width: 575px) {
    body {
        padding-top: 0px;
    }

    .main-section .container .card-deck.row {
        margin: 0;
    }

    .slider-caption-right .subtitle {
        font-size: .7rem;
        line-height: .7rem;
    }
}


@media only screen and (max-width: 375px) {
    body {
        padding-top: 0px;
    }

    .homepage-banner-text {
        font-size: 20px
    }
}
/* End Responsive */

/* For IE */
/* IE 8 */
@media \0screen {
    .news-feed div {
        display: inline-block !important;
        vertical-align: middle
    }

    .card-deck .card {
        float: left;
        width: 46%;
        margin-right: 3%;
        margin-bottom: 30px;
    }

        .card-deck .card:last-child {
            margin-right: 0
        }
}
/* IE 9+ */
@media screen and (min-width:0\0) {
    .news-feed div {
        display: inline-block !important;
        vertical-align: middle
    }

    .card-deck .card {
        float: left;
        width: 46%;
        margin-right: 3%;
        margin-bottom: 30px;
    }

        .card-deck .card:last-child {
            margin-right: 0
        }

    .four-cards-grid {
        display: inline-block;
        vertical-align: top;
        width: 100%
    }
}
/* IE10+ */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .news-feed div {
        display: inline-block !important;
        vertical-align: middle
    }
}
