﻿.HomePageBlocks {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.fullPage {
    width: 100%;
    float: left;
    display: inline-block;
}
.webPartContainerLight {
    background-color: #fff !important;
}

.homePageMultiColumnContentBlock {
    max-width: 1400px;
    margin: auto;
}
@media only screen and (max-width: 600px) {
    .smallPadding {
        padding: 5px;
    }

    .smallTopPadding {
        padding-top: 5px;
    }
}

@media only screen and (min-width: 600px) {
    .smallPadding {
        padding: 10px;
    }

    .smallTopPadding {
        padding-top: 10px;
    }
}
.noLineLink {
    border-bottom: none !important;
    text-decoration: none !important;
    color: #4d4d4f;
}

/*# Product Highlights #*/
.fullContentBlockNoMargin {
    padding: 0 0% 0 0%;
    text-align: left;
    display: inline-block;
    margin: auto;
    width: 100%;
}

.prodHighlightsColumns {
    display: inline-block;
    width: 25%;
    float:left;
    padding-left: 0.938em;
}


@media screen and (max-width: 600px) {
    /* For tablets: */
    .prodHighlightsColumns {
        width: 100%;
        max-width: 100% !important;
    }
}
.prodHighlightsOuterContainer {
    display: inline-block;
    /*width:300px;*/
    margin-left: 3%;
    margin-right: 3%;
}

.prodHighlightsContainer {
    width: auto;
    text-align: left;
    float: left; 
    background-color: #FFF;
    margin-top: 10%;
    margin-bottom: 5%;
}

    .prodHighlightsContainer img {
        float: left;
        width: 100%;
    }

.prodHighlightsDetails {
    width: auto !important;
    padding-top: 10px;
    font-size: 12pt;
    padding-right: 5px;
    padding-left: 15px;
    text-align: left;
    float: left;
    min-height: 90px;
    display: inline-block;
}

.prodHighlightsHeadline {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    float: left;
    display: inline-block;
}


.prodHighlightsHeadlineStatic {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    float: left;
    display: inline-block;
    max-width: 300px;
}

.prodHighlightsDetailsStatic {
    width: auto !important;
    padding-top: 10px;
    font-size: 12pt;
    padding-right: 5px;
    text-align: center !important;
    float: left;
    min-height: 90px;
    display: inline-block;
    max-width: 300px;
}

@media only screen and (min-width: 1300px) {
    .highlightsContainerHomePage {
        min-height: 368px !important;
    }
}


@media screen and (max-width: 600px) {
    /* For tablets: */
    .prodHighlightsColumn {
        width: 100%;
        max-width: 100% !important;
    }

    .prodHighlightsContainer {
        width: 25% !important;
        float: left;
        min-width: 0 !important;
        margin-top: 0px !important;
    }

    .prodHighlightRight {
        width: 75% !important;
        float: left;
    }
}

@media only screen and (min-width: 1300px) {
    .highlightsContainerHomePage {
        min-height: 368px !important;
    }
}



@media only screen and (max-width: 600px) {
    .prodHighlightsDetailsStatic {
        width: auto !important;
        padding-top: 10px;
        font-size: 12pt;
        padding-right: 5px;
        padding-left: 15px;
        text-align: left;
        float: left;
        min-height: 90px;
        display: inline-block;
    }
}

@media only screen and (max-width:600px) {
    .prodHighlightsHeadlineStatic {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        float: left;
        display: inline-block;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .prodHighlightsDetails {
        width: auto !important;
        padding-top: 10px;
        font-size: 12pt;
        padding-right: 5px;
        padding-left: 15px;
        text-align: left;
        float: left;
        min-height: 90px;
        display: inline-block;
    }
}
@media only screen and (min-width: 600px) {
    .homePageBannerMobile {
        display: none !important;
    }

    .homePageBannerBig {
        display: inline-block !important;
    }
}

@media only screen and (max-width: 600px) {
    .homePageBannerMobile {
        display: inline-block !important;
        /*display: none !important*/;
    }

    .homePageBannerBig {
        display: none !important
        /* display: inline-block !important;*/
    }
}
/* Home Page Banners Slideshow */

* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0;
}

.mySlides {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 2000px;
    position: relative;
    margin: auto;
    text-align: center;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: lightgray;
}
.newsOuterContainer {
    display: inline-block;
    width: 100%;
    float: left;
}
.newsDateText {
    text-align: left;
    font-size: 9pt;
    padding-top: 5px;
}
.newsHomeBox {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.newsHomeBox img {
    width: 27%;
    float: left;
    max-width: 400px;
    margin: auto;
    margin-right: 2%;
    margin-bottom: 20px;
    padding-right: 0px !important;
}

.newsHomePage {
    width: 100%;
    text-align: center;
}

.newsHomePage img {
    width: 70%;
    float: left;
    max-width: 250px;
    margin: 0px 15%;
    border: 1px solid #C0C0C0;
    padding-bottom: 0px !important;
}

.newsHomeDetails {
    width: 70%;
    margin: 0px 15%;
    float: left;
    font-weight: bold;
    padding-left: 1%;
    padding-bottom: 15px;
    text-align: left !important;
    font-size: large;
    color: #CF2027;
    max-width: 250px;
    padding-top:10px;
}

.homePageHeader {
    background: #D3D3D3;
    color: #4d4d4f;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 40px;
    width: 100%;
}
.homePageColBorder {
    border-style: solid;
    border-width: 1px;
    border-color: #D3D3D3;
    padding-bottom: 1px;
}
.homePageOuterContainer {
    display: inline-block;
    margin-left: 3%;
    margin-right: 3%;
}
