﻿@charset "UTF-8";

.HTO-menu {
    width: 100%;
}

    .HTO-menu tr,
    .HTO-menu td {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: .9em;
        font-family: "ProximaNova-Bold", Arial, Helvetica, Sans-Serif;
        text-transform: uppercase;
        text-align: center;
        height: 48px;
    }

    .HTO-menu td {
        display: table;
        width: 138px;
        float: left;
        border-left: 1px solid #b2c58b;
        line-height: 13px;
        background: #028940;
    }

    .HTO-menu a:link {
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
        padding: 8px 10px 7px;
        max-width: 137px;
        overflow: hidden;
        margin:0 auto;
    }



    .HTO-menu td a {
        color: #ffffff;
    }

    .HTO-menu td.visitedSlide {
        background: #00543d;
    }

    .HTO-menu a.visitedSlide {
        color: #ffffff;
    }

    .HTO-menu a:hover,
    .HTO-menu td:hover,
    .HTO-menu td.activeSlide,
    .HTO-menu td a.activeSlide {
     color: #00527d !important;
     background: #f2b700;
    }



.seeMenuButton {
    padding-top: 10px;
    font-family: "ProximaNova-Bold", Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}


.button-arrows {
    border: none !important; /* override bootstrap classes */
    color: #337946 !important;
    float: left;
}

.btm_navBar {
    padding: 6px 10px 5px 10px;
    width: 100%;
    float: left;
    background-color: #d4ded2;
}


.HTO-container {
    background-color: #ffffff;
    margin-top: 15px;
    width: 966px;
}

    .HTO-container :focus {
        outline: 0;
    }

.HTO-unit-img {
    display: inline-block;
    float: right;
    margin: 0 auto;
    position: relative;
    text-align: right;
    padding: 0;
}

    .HTO-unit-img .index {
        position: absolute;
        bottom: 0px; /* in conjunction with left property, decides the text position */
        left: 0px;
        font-size: 20px;
        font-family: "ProximaNova-Bold";
        background: #00543d;
        color: #ffffff;
        width: 40px;
        height: 40px;
        text-align: center;
        padding-top: 10px;
    }

.HTO-unit-text {
    padding-top: 10px;
}

.carousel-link,
.carousel-link p {
    font-size: 18px;
    font-family: "ProximaNova-Bold", Arial, Helvetica, Sans-Serif;
    background: none;
    color: #527a4b;
    text-decoration: none;
}

a.carousel-link {
    font-size: 18px;
    outline: 0;
    display: block;
}

    a.carousel-link:hover {
        color: #fbf239;
        cursor: pointer;
    }

.HTO-title {
    display: block;
    color: #00572d;
    font-size: 36px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.HTO-description {
    clear: left;
    color: #545454;
    font-size: 16px;    
}

.HTO-number {
    float: left;
    color: #00527d;
    font-size: 55px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:700; 
}

.HTO-category-title {
    display: table;
    float: left;    
    font-size: 21px;
    color: #00572d;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:700; 
    text-transform: none;
    line-height: 19px;
    padding-top: 10px;
    width: 170px;
    height: 53px;
}

.titlecell {
    display: table-cell;
    vertical-align: bottom;
    
}

.carousel-header {
    height: 81px;
}

.v_space {
    height: 30px;
}

.HTO-disclaimer {
    padding-top: 50px;
    color: #545454;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight:700;
}


.navBar-next,
.navBar-prev {
    cursor: pointer;
    color: #00543d;
}

.navBar-next {
    float: right;
    padding-right: 2px;
}

.navBar-prev {
    float: left;
}


.carousel-navbar-title {
    display: inline-block;
    color: #00543d;
    font-size: 14px;
    font-family: ProximaNova-Bold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 7px;
}


.home-promotions-link {
    font-family: ProximaNova-Bold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
}

.active-border {
    border-right: 1px dotted #a4a4a4;
    padding-right: 10px;
}

.edit-carousel-cell {
    position: absolute;
    width: 50%;
    text-align: center;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1em;
}



.carousel-next,
.carousel-prev {
    cursor: pointer;
    color: #00543d;
    text-align: center;
    width: 25px;
    position: absolute;
    padding: 20px 1px !important;
    outline: none;
    border: none;
    bottom: -30px !important;
    z-index: 999;
}

.carousel-next {
    right: 0 !important;
}

.carousel-prev {
    left: 0 !important;
}

    .carousel-prev:focus,
    .carousel-next:focus {
        outline: 0;
    }

    .carousel-next.slick-disabled,
    .carousel-prev.slick-disabled {
        cursor: default;
        color: #b1b1b1;
        outline: none;
    }


/* page editor classes */
.HTO-container.no-border {
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.HTO-container.no-border-controls .carousel-side-control {
    display: none;
}

.HTO-container.no-paging .carousel-controls {
    display: none;
}

.HTO-container.no-border li img {
    border: 0 !important;
}

.slick-list {
    margin: 0 !important;
}


.slick-slide img {
    padding-bottom: 0px !important;
}



.slick-dots {
    position: absolute;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    bottom: -10px !important;
    margin-bottom: 3px;
}



.hiddenCarousel {
    width: 100%;
    padding: 12px 15px;
    border-top: 1px dotted #a4a4a4;
    border-bottom: 1px dotted #a4a4a4;
    margin-top: 10px;
}

/*Mobile Media Query*/
@media screen and (max-width: 767px) {

    .HTO-container {
        width: auto;
    }

    .HTO-unit-img {
        max-width: 100%;
    }

    .HTO-category-title {
        float: none;
        text-align: center;
        padding-top: 5px;
        width: 100%;
        font-size: 19px;
        height: 28px;
    }

    .titlecell {
        vertical-align: top;
        padding-bottom: 15px;
    }


    .v_space {
        height: 8px;
    }

    .HTO-description {
        font-weight: bold;
    }

    .HTO-title {
        font-size: 21px;
        text-align: left;
    }

    .HTO-disclaimer {
       color: #545454;
      font-family: Roboto, Arial, Helvetica, sans-serif;
      font-weight:700;
        font-size: 10px;      
        text-align: center;
        padding-top: 10px;
    }

    .seeMenuButton {
        font-size: 12px;
        background-color: #028940;
        font-family: Roboto, Arial, Helvetica, Sans-Serif;
        font-weight:700;
        text-transform: none;

    }
}

/*Tablet Media QUery*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    .HTO-container {
        width: 735px;
    }

    .HTO-menu td {
        width: 105px;
        max-width: 105px;
    }

    .HTO-menu a:link {
        max-width: 105px;
    }

    .v_space {
        height: 20px;
    }

    .seeMenuButton {
        font-size: 12px;
        background-color: #527a4b;
    }

    .HTO-number {
        font-size: 41px;
    }

    .HTO-category-title {
        font-size: 17px;
        height: 39px;
        padding-top: 0;
        line-height: 15px;
        width: 130px;
    }

    .HTO-menu {
        font-size: 13px;
    }

    .HTO-title {
        font-size: 46px;
    }

    .HTO-description {
        font-size: 11px;
    }
}

/*Desktop Media Query*/
@media screen and (min-width: 992px) {
}
