﻿body {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
}

    body::after {
        position: absolute;
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: -1;
        content: url(/Media/Images/checked.png);
    }

    body > .content {
        min-height: 100vh;
        position: relative;
    }

    body.pdf-viewer {
        height: 100vh;
        margin: 0;
        overflow: hidden;
    }

.navbar {
    background-color: #e2e2e2;
    padding-bottom: 0;
}

    .navbar .nav {
        width: 100%;
        position: relative;
    }

    .navbar a {
        color: #777777;
        font-size: 1.3em;
    }

        .navbar a.active {
            font-weight: 700;
        }

        .navbar a:hover:not(.active) {
            color: rgb(190, 190, 190);
        }

        .navbar a.join,
        .page-footer a.join {
            background-color: #29b0c6;
            border: 3px solid #53d4ea;
            -ms-border-radius: 20px;
            border-radius: 20px;
            color: #ffffff;
            padding: 10px 40px;
        }

        .navbar a.join {
            margin: -5px 0 5px;
        }

/* Tooltip CSS */
#joinButtonNav:hover {
    color: #fff;
}

.tooltip-inner {
    max-width: 600px !important;
    width: 600px !important;
    background-color: #f9f9f9 !important;
    opacity: 1 !important;
    -webkit-box-shadow: 0 1px 20px #00d8eb;
    -moz-box-shadow: 0 1px 20px #00d8eb;
    box-shadow: 0 1px 20px #00d8eb;
    border: 1px solid #ededed;
    margin-top: -5px !important;
    padding: 20px;
}

.tooltip.in {
    opacity: 0.9 !important;
    filter: alpha(opacity=90) !important;
}

.arrow {
    color: #00d8eb;
    border-bottom-color: #00d8eb;
    margin-top: -5px;
}

    .arrow::before {
        border-color: #00d8eb !important;
    }

.tooltip-inner h2 {
    font-style: italic;
    font-weight: 900;
    color: #a4cf5c;
}

.tooltip-inner h3 {
    margin-top: 25px;
    font-size: 17px;
    color: #329fb2;
}

.tooltip-inner ul li {
    color: #329fb2;
    font-size: 17px;
    line-height: 25px;
    text-align: left;
}

.sharethis-bar {
    margin: 10px 0;
}

/*Small devices only*/
@media (max-width: 768px) {
    .navbar {
        background-color: #323232;
        color: #ffffff;
        font-size: 25px;
    }

        .navbar .mobile-navbar h4 {
            display: inline-block;
            margin-left: 15px;
        }

        .navbar .nav {
            display: block;
            font-size: 18px;
            line-height: 30px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 350ms;
        }

        .navbar .menu-expanded .nav {
            max-height: 100vh;
            transition: max-height 750ms;
        }

        .navbar .nav a {
            color: #cccccc;
        }

    body div.SnapABug_Button {
        display: none;
    }
}

.navbar .discounts-nav-container .discounts-nav {
    background-color: #2ebfda;
    left: 0;
    margin-top: 10px;
    max-height: 0;
    position: absolute;
    overflow: hidden;
    -ms-transition: max-height 150ms;
    -o-transition: max-height 150ms;
    -webkit-transition: max-height 150ms;
    transition: max-height 150ms;
}

.navbar .discounts-nav-container:hover .discounts-nav {
    max-height: 150px;
    overflow: visible;
    -ms-transition: max-height 350ms;
    -o-transition: max-height 350ms;
    -webkit-transition: max-height 350ms;
    transition: max-height 350ms;
}

.navbar .discounts-nav-container .discounts-nav .discountType {
    display: inline-block;
}

    .navbar .discounts-nav-container .discounts-nav .discountType:hover {
        background-color: #a4cf5c;
    }

    .navbar .discounts-nav-container .discounts-nav .discountType a {
        color: white;
        display: block;
        font-size: 17px;
        font-style: italic;
        padding: 14px 16px;
        text-decoration: none;
    }

    .navbar .discounts-nav-container .discounts-nav .discountType .featuredVendors {
        background-color: #005362;
        color: #ffffff;
        display: none;
        position: fixed;
        z-index: 100;
    }

    .navbar .discounts-nav-container .discounts-nav .discountType:hover .featuredVendors {
        display: block;
    }

    .navbar .discounts-nav-container .discounts-nav .discountType .featuredVendors .featuredVendorsLabel {
        font-size: 16px;
        font-style: italic;
        font-weight: bold;
        margin: 5px 16px;
    }

    .navbar .discounts-nav-container .discounts-nav .discountType .featuredVendors .featuredVendor {
        display: inline-block;
        width: 125px;
    }

    .navbar .discounts-nav-container .discounts-nav .discountType .featuredVendors img {
        border: 2px solid #fff;
        width: 100%;
    }

        .navbar .discounts-nav-container .discounts-nav .discountType .featuredVendors img:hover {
            border: 2px solid #2ebfda;
        }

    .navbar .discounts-nav-container .discounts-nav .discountType .featuredVendors a {
        cursor: pointer;
        margin: 3px;
        padding: 0;
        text-align: center;
    }

        .navbar .discounts-nav-container .discounts-nav .discountType .featuredVendors a .vendorName {
            display: block;
            font-size: 11px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .navbar .discounts-nav-container .discounts-nav .discountType .featuredVendors a.viewAllLink {
            background-color: #a4cf5c;
            font-weight: bold;
            margin: 10px 0;
            padding: 5px 3px;
            text-align: left;
        }

            .navbar .discounts-nav-container .discounts-nav .discountType .featuredVendors a.viewAllLink:hover {
                background-color: #2ebfda;
            }

.banner {
    margin-top: 20px;
}

    .banner .relax {
        color: #2aafc7;
        font-size: 25px;
        font-style: italic;
        font-weight: 900;
        line-height: 31px;
        margin-top: 35px;
        text-align: right;
    }

        .banner .relax .accent {
            text-decoration: underline;
        }

    .banner img.logo {
        width: 167px;
    }

    .banner p.header {
        color: #a4cf5c;
        font-size: 2.5em;
        font-weight: 600;
        line-height: 42px;
        padding-top: 31px;
        text-align: right;
    }

        .banner p.header span.accent {
            font-family: 'Merienda One', sans-serif;
        }

    .banner p.subheader {
        color: #53d4ea;
        font-size: 1.8em;
        font-weight: 700;
        margin-top: -10px;
        padding-top: 0;
        text-align: right;
    }

        .banner p.subheader span.accent {
            font-weight: 100;
        }

.page-footer {
    background-color: #e2e2e2;
    width: 100%;
}

    .page-footer a {
        color: #000000;
        white-space: nowrap;
    }

    .page-footer .s1 {
        font-weight: bolder;
    }

        .page-footer .s1 a.join {
            padding: 10px 15px;
        }

/*Medium devices and up*/
@media (min-width: 768px) {
    .main-content {
        padding-bottom: 216px; /*height of thead footer*/
    }

    .page-footer {
        bottom: 0;
        position: absolute;
    }
}

/*Small devices only*/
@media (max-width: 768px) {
    .page-footer {
        margin-top: 20px;
    }

        .page-footer a {
            font-size: 18px;
            font-weight: normal;
            line-height: 50px;
        }

        .page-footer .s1 a.join {
            background-color: transparent;
            border: 0;
            -ms-border-radius: 0;
            border-radius: 0;
            color: #000000;
            padding: 0;
        }

        .page-footer .s1 a:not(:first-child),
        .page-footer .s2 a {
            border-top: 1px solid #b4b4b4;
        }

    .navbar .discounts-nav-container:hover .discounts-nav {
        display: none;
        max-height: 0;
        overflow: hidden
    }
}

/************************************************
*
*   Home page styles
*
***************************************************/

.joinFormBanner {
    background-color: #00778f;
    background-size: cover;
    color: #ffffff;
    height: 400px;
}

    .joinFormBanner .intro {
        font-size: 18px;
        line-height: 26px;
        text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    }

        .joinFormBanner .intro hr {
            border: 0;
            border-bottom: 1px solid #ffffff;
            border-top: 1px solid #eeeeee;
            margin: 20px 0;
        }

        .joinFormBanner .intro h2 {
            font-size: 40px;
            font-style: italic;
            font-weight: bold;
            line-height: 65px;
            margin-left: 10px;
            text-shadow: rgb(0, 0, 0) 1px 1px 1px;
        }

    .joinFormBanner .joinFormWrapper {
        z-index: 1;
    }

.discountCardBanner {
    background-color: #eee;
}

    .discountCardBanner .discountCarWrapper {
        max-width: 60%;
    }

        .discountCardBanner .discountCarWrapper .homepageDiscountCard {
            background: #fff;
            display: block;
            float: left;
            margin-right: 10px;
            margin-top: 2px;
            padding: 15px 0 15px 0;
            text-decoration: none;
            width: 140px;
        }

            .discountCardBanner .discountCarWrapper .homepageDiscountCard img {
                display: block;
                margin: 0 10px 10px 10px;
                width: 120px;
            }

            .discountCardBanner .discountCarWrapper .homepageDiscountCard .discountInfo {
                background: #ddd;
                color: #333;
                display: block;
                font: 13px/24px "Open Sans", sans-serif;
                height: 24px;
                text-align: center;
            }

.oneTwoThreeBar {
    margin-top: 100px;
    margin-bottom: 140px;
    text-align: center;
    padding-bottom: 0;
}

    .oneTwoThreeBar div {
        margin: auto;
    }

.oneTwoThreeCard {
    vertical-align: middle;
    width: 265px;
    height: 330px;
}

    .oneTwoThreeCard img {
        width: 100%;
    }

    .oneTwoThreeCard strong {
        text-decoration: underline;
    }

.oneTwoThreeSymbol img {
    margin-bottom: 38px;
}

.homepage-benefits-section {
    background-color: #94e1ef;
    padding: 0 20px;
    position: relative;
}

    .homepage-benefits-section #benefits-nav {
        height: 66px;
        text-align: center;
    }

        .homepage-benefits-section #benefits-nav img#benefits-arrow {
            margin-top: -110px;
            opacity: 0;
            transition: all 750ms;
        }

            .homepage-benefits-section #benefits-nav img#benefits-arrow.show {
                margin-top: -60px;
                opacity: 1;
            }

    .homepage-benefits-section .left-image {
        bottom: 0;
        position: absolute;
        right: 0;
        width: 450px;
    }

    .homepage-benefits-section .homepage-benefits-section-content {
        margin: 10px 0 80px;
    }

        .homepage-benefits-section .homepage-benefits-section-content h2 {
            color: white;
            font-size: 40px;
            font-style: italic;
            font-weight: 700;
            text-shadow: 2px 1px 8px #1e417c;
        }

        .homepage-benefits-section .homepage-benefits-section-content ul.discount-info {
            display: inline-block;
            list-style: none;
        }

            .homepage-benefits-section .homepage-benefits-section-content ul.discount-info li,
            .homepage-benefits-section .homepage-benefits-section-content ul.discount-info li a {
                color: #188da2;
                font-size: 21px;
                line-height: 26px;
                padding: 10px 0;
                text-decoration: none;
            }

    .homepage-benefits-section .view-discounts {
        bottom: 0;
        height: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        text-align: center;
        transition: all 800ms;
    }

        .homepage-benefits-section .view-discounts.show {
            height: 80px;
        }



        .homepage-benefits-section .view-discounts #showViewDiscounts {
            background: url(/Media/Images/details.png) no-repeat;
            background-position: top;
        }

            .homepage-benefits-section .view-discounts #showViewDiscounts h3 {
                height: 80px;
                line-height: 110px;
                margin: 0;
            }

                .homepage-benefits-section .view-discounts #showViewDiscounts h3 a {
                    color: #ffffff;
                    font-style: italic;
                    font-weight: 900
                }

#SnapABug_bImg {
    height: 130.5px;
    width: 35px;
}

.page-header {
    background-color: #94e1ef;
    color: #fff;
    margin: 20px 0 30px;
    padding: 23px;
}

    .page-header h1 {
        font-size: 58px;
        font-weight: 700;
        line-height: 50px;
        text-align: center;
        text-shadow: 1px 1px 7px #054a56;
        font-style: italic;
    }

/* Home page featured blogposts*/

.featured-blogposts h2 {
    color: #53d4ea;
    font-weight: 900;
    font-size: 1.8em;
    text-align: left;
    line-height: 40px;
}

.featured-blogposts .blogpost {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
    -ms-border-radius: 2px;
    border-radius: 2px;
    height: 100%;
    padding-bottom: 80px;
    position: relative;
}

    .featured-blogposts .blogpost h4 {
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        margin: 10px 0;
        padding: 5px 10px;
    }

        .featured-blogposts .blogpost h4 a {
            color: #188da2;
            text-decoration: none;
        }

    .featured-blogposts .blogpost img {
        width: 100%;
    }

    .featured-blogposts .blogpost .info {
        color: #999;
        display: block;
        font-size: 12px;
        line-height: 14px;
        min-height: 30px;
        padding: 5px 15px;
    }

        .featured-blogposts .blogpost .info a {
            color: #729a28;
            font-weight: bold;
            text-decoration: none;
        }

    .featured-blogposts .blogpost .intro {
        padding: 0 15px;
        margin: 0;
    }


/*Small devices only*/
@media (max-width: 768px) {
    .oneTwoThreeBar {
        margin: 20px 0;
    }

    #bottom-info-position {
        text-align: left;
    }

    #bottom-info .first {
        margin-left: 25px;
    }

    .view-discounts h3 {
        text-align: center;
    }

    #bottom-info h2 {
        margin: 0 10px 30px;
        text-align: center;
        white-space: normal;
    }
}

/*Medium devices and up*/
@media (min-width: 768px) {
    .featured-blogposts .blogpost .intro.truncate {
        line-height: 20px;
        max-height: 80px; /*show only four lines (4 * line-heihgt)*/
        overflow: hidden;
        position: relative;
        text-align: justify;
    }

        .featured-blogposts .blogpost .intro.truncate:before {
            bottom: 0;
            content: '...';
            position: absolute;
            right: 3px;
        }

        .featured-blogposts .blogpost .intro.truncate:after {
            background-color: #f1f1f1;
            content: '';
            height: 1em;
            margin-top: 0.2em;
            position: absolute;
            right: 0;
            width: 1em;
        }

    .oneTwoThreeBar div {
        display: inline-block;
    }
}

.featured-blogposts .blogpost a.read-more {
    background-color: #04A2BF;
    border: 5px solid #97E3F1;
    -ms-border-radius: 15px;
    border-radius: 15px;
    bottom: 0;
    color: #fff;
    display: table;
    font: bold 16px 'Open Sans', Arial, sans-serif !important;
    margin: 0 10px 15px;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    text-align: center;
}

/*end*/


/*Small devices only*/
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 45px;
    }
}

/***********************************************************
*
*   END
*
************************************************************/

/******************************************************
    Discounts page
***********************************************************************/
.discountTypes .discountType,
.discountVendors .discountVendor {
    background-color: #e1e1e1;
    display: block;
    margin-bottom: 40px;
    padding: 8px;
}

    .discountTypes .discountType img.discountTypeImage,
    .discountVendors .discountVendor img.vendorImage {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .discountTypes .discountType .discountTypeLabel,
    .discountVendors .discountVendor .vendorLabel {
        background-color: #04a2bf;
        border: 5px solid #97e3f1;
        -ms-border-radius: 15px;
        border-radius: 15px;
        color: #ffffff;
        font-size: 18px;
        font-weight: bolder;
        margin-top: 8px;
        padding: 15px;
        text-align: center;
    }

    .discountVendors .discountVendor .vendorLabel {
        font-size: 15px;
        font-weight: normal;
        line-height: 15px;
    }

        .discountTypes .discountType .discountTypeLabel:hover,
        .discountVendors .discountVendor .vendorLabel:hover {
            background-color: #005362;
        }

.page-content .savemore {
    color: #04A2BF;
    margin: 35px 0;
}

    .page-content .savemore h1 {
        font-size: 48px;
        font-style: italic;
        font-weight: bold;
    }

    .page-content .savemore a.join {
        background-color: #a4cf5c;
        border: 5px solid #c9ed8c;
        -ms-border-radius: 25px;
        border-radius: 25px;
        color: #fff;
        font-size: 45px;
        font-style: italic;
        font-weight: bold;
        line-height: 50px;
        margin-left: 25px;
        padding: 5px 30px 11px;
        white-space: nowrap
    }


/*Small devices only*/
@media (max-width: 768px) {

    .page-content .savemore {
        margin: 0;
    }

        .page-content .savemore h1 {
            font-size: 30px;
            line-height: 60px;
        }

        .page-content .savemore a.join {
            font-size: 30px;
        }
}

/**************************************************************
    end
*****************************************************************/
/*****************************************************************************
    Page
*************************************************************************************/
.page-content {
    margin-bottom: 15px;
}

    .page-content .right-panel .content-pane {
        background-color: #ededed;
        border: 2px solid #e6e6e6;
        padding: 1px 15px 8px;
        margin-bottom: 25px;
    }

        .page-content .right-panel .content-pane h4 {
            padding: 0px;
            text-align: left;
        }

    .page-content .featuredVendorBox {
        text-align: center;
        padding: 0;
        margin: 0;
        display: block !important;
    }

        .page-content .featuredVendorBox a {
            display: block !important;
        }

        .page-content .featuredVendorBox .greenButton {
            font-size: 16px;
            line-height: 20px;
            box-shadow: 1px 1px 8px #86bf25;
            font-style: normal;
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }

    .page-content .right-panel img {
        width: 96%;
    }

    .page-content .right-panel .content-pane h4 {
        color: #5d9105;
        font-size: 20px;
    }

    .page-content h1,
    .page-content h2,
    .page-content h3,
    .page-content h4,
    .page-content h5,
    .page-content h6 {
        font-weight: bold;
        line-height: 20px;
        margin: 10px 0;
        text-rendering: optimizelegibility
    }

    .page-content h2 {
        font-size: 31.5px;
    }

    .page-content h1,
    .page-content h2,
    .page-content h3 {
        line-height: 40px;
    }

    .page-content h3 {
        font-size: 22px;
        color: #14a6bf;
    }

    .page-content h4 {
        font-size: 17.5px;
        padding: 10px 10px 10px 10px;
    }

    .page-content a {
        color: #188da2;
        text-decoration: none;
    }
/****************************************************************************************
    END
*********************************************************************************************/


/**********************************************************************************************
    Discount page
***********************************************************************************************/

.discount-page .page-header {
    margin-bottom: 0;
}

    .discount-page .page-header h1 {
        font-size: 43px;
        font-style: normal;
        line-height: 40px;
        text-shadow: 2px 3px 0 #329fb2;
        text-transform: uppercase;
    }

    .discount-page .page-header .discount-code-label {
        color: #138ca3;
        font-size: 22px;
        font-weight: 900;
    }

    .discount-page .page-header .discount-code-container {
        background-color: #ffffff;
        border: 2px dashed #026b7d;
        margin-top: 10px;
        position: relative;
    }

        .discount-page .page-header .discount-code-container .code {
            color: #026b7d;
            letter-spacing: 1px;
            line-height: 62px;
            font-size: 35px;
            font-weight: 900;
            margin-right: 10px;
            position: absolute;
            right: 0;
        }

        .discount-page .page-header .discount-code-container .code-cover {
            -ms-background-repeat: no-repeat;
            background-repeat: no-repeat;
            background-position-x: right;
            color: white;
            cursor: pointer;
            font-size: 30px;
            font-weight: 900;
            left: 0;
            line-height: 60px;
            padding-right: 52px;
            position: relative;
            right: 0;
            text-align: center;
            top: 0;
            white-space: nowrap;
        }

        .discount-page .page-header .discount-code-container .no-cover-code {
            background-color: #026b7d;
            font-size: 35px;
            font-weight: bold;
            line-height: 62px;
            text-align: center;
        }

            .discount-page .page-header .discount-code-container .no-cover-code .copy-button {
                background-color: #1491a6;
                -ms-border-radius: 20px;
                border-radius: 20px;
                color: #9cd1da;
                cursor: pointer;
                font-size: 18px;
                height: 32px;
                line-height: 32px;
                margin-right: 10px;
                margin-top: -16px;
                position: absolute;
                right: 0;
                top: 50%;
                width: 32px;
            }

                .discount-page .page-header .discount-code-container .no-cover-code .copy-button:active {
                    background-color: #53b9ca;
                }

    .discount-page .page-header .share-bar > div.share-item {
        background-color: #04a1be;
        border: 1px solid #ffffff;
        cursor: pointer;
        font-size: 15px;
        font-weight: 900;
        line-height: 20px;
        margin-right: 10px;
        padding: 4px 10px 7px 8px;
    }

        .discount-page .page-header .share-bar > div.share-item span.icon-wrapper {
            margin: 0 10px 0 5px;
        }

        .discount-page .page-header .share-bar > div.share-item .hidden-content-wrapper {
            background-color: #005362;
            background-color: rgba(0, 83, 98, .6);
            max-height: 0;
            overflow: hidden;
            position: absolute;
            transition: max-height 500ms, padding 200ms 300ms;
            z-index: 1000;
        }

            .discount-page .page-header .share-bar > div.share-item .hidden-content-wrapper input:not([type="submit"]) {
                border-radius: 4px;
                color: #555555;
                font-size: 14px;
                line-height: 20px;
                padding: 4px 6px;
            }

            .discount-page .page-header .share-bar > div.share-item .hidden-content-wrapper input[type="submit"] {
                background-color: #04a1be;
                border: 1px solid #ffffff;
                color: #ffffff;
                cursor: pointer;
                font-size: 15px;
                font-weight: 900;
                line-height: 20px;
                padding: 4px 10px 7px 8px;
            }

            .discount-page .page-header .share-bar > div.share-item .hidden-content-wrapper.show {
                max-height: 80px;
                padding: 7px;
                transition: max-height 500ms;
            }

            .discount-page .page-header .share-bar > div.share-item .hidden-content-wrapper .error-message,
            .discount-page .email-verification-overlay .email-verification-modal .prompt .error-message,
            form#subscribeToOurBlogForm .error-message {
                color: red;
                font-size: 14px;
                font-weight: normal;
                margin-top: 2px;
                text-align: left;
            }

    .discount-page .page-header .never-expire {
        background-image: url('/media/1048/ribbon2.png');
        background-position-x: center;
        -ms-background-repeat: no-repeat;
        background-repeat: no-repeat;
        -ms-background-size: cover;
        background-size: cover;
        color: #138ca3;
        font-size: 25px;
        font-weight: 700;
        height: 55px;
        padding-top: 12px;
        text-align: center;
        text-shadow: none;
        text-transform: none;
    }

.discount-page .page-subheader {
    -ms-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
    padding-top: 35px;
    padding-bottom: 30px;
}

    .discount-page .page-subheader .video-wrapper {
        height: 0;
        overflow: hidden;
        width: 0;
    }

    .discount-page .page-subheader .vendor-logo {
        background-color: rgba(0, 83, 98, .6);
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .7);
        display: inline-block;
        position: relative;
        padding: 50px 75px;
    }

        .discount-page .page-subheader .vendor-logo img.logo {
            box-shadow: 3px 3px 21px black;
        }

        .discount-page .page-subheader .vendor-logo img.play-button {
            cursor: pointer;
            display: none;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
        }

    .discount-page .page-subheader .vendor-button {
        background: #a4cf5c;
        background: linear-gradient(to bottom, #a4cf5c 0%,#80a248 100%);
        border: 5px solid #c9ed8c;
        border-radius: 10px;
        box-shadow: 0px -1px 15px white;
        color: #ffffff;
        display: block;
        max-width: 420px;
        margin: 10px auto;
        text-align: center;
        text-shadow: 2px 2px 1px #5e9306;
    }

        .discount-page .page-subheader .vendor-button:hover {
            text-decoration: none;
        }

        .discount-page .page-subheader .vendor-button .icon-wrapper {
            font-size: 55px;
            line-height: 65px;
            padding-left: 20px;
        }

        .discount-page .page-subheader .vendor-button .header,
        .discount-page .page-subheader .vendor-button .subheader {
            color: #ffffff;
            font-size: 34px;
            font-style: italic;
            font-weight: 900;
            line-height: 45px;
        }

        .discount-page .page-subheader .vendor-button.medium .header {
            font-size: 30px;
        }

        .discount-page .page-subheader .vendor-button.small .header {
            font-size: 25px;
        }

        .discount-page .page-subheader .vendor-button .subheader {
            font-size: 20px;
            font-weight: normal;
            line-height: 30px;
        }

    .discount-page .page-subheader .or-separator {
        color: #fff;
        display: block;
        font-size: 25px;
        font-style: italic;
        font-weight: 900;
        line-height: 25px;
        text-align: center;
    }

    .discount-page .page-subheader .need-help {
        color: white;
        cursor: pointer;
        font-family: "Merienda One", sans-serif;
        font-size: 25px;
        line-height: 35px;
        margin-top: 10px;
        text-align: center;
        text-decoration: underline;
    }

.discount-page .content h3 {
    color: #0e9eb8;
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
    margin: 30px 0;
    text-align: center;
}

.discount-page .content .disclaimer-text {
    color: #7c7c7c;
    display: block;
    font-size: 12px;
    font-weight: 900;
    text-align: right;
}

.discount-page .content .additional-content-button {
    background-color: #86b33a;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 -2px 37px white;
    color: #ffffff;
    cursor: pointer;
    display: table;
    font-size: 20px;
    font-weight: bolder;
    line-height: 24px;
    margin: 0 auto;
    padding: 10px 40px 5px;
}

.discount-page .content .additional-content-modal {
    background-color: #ffffff;
    border: 1px solid #000000;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    bottom: 10%;
    box-shadow: 0 3px 7px #000000;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    display: none;
    left: 50%;
    overflow: auto;
    padding: 30px;
    position: fixed;
    top: 10%;
    transform: translate(-50%);
    z-index: 1040;
}

    .discount-page .content .additional-content-modal .close-button {
        cursor: pointer;
    }

.discount-page .join-banner {
    background-color: #94e1ef;
    color: #ffffff;
    font-size: 34px;
    font-style: italic;
    font-weight: 900;
    line-height: 59px;
    margin: 40px 0 0;
    padding: 15px 0 10px;
    text-align: center;
}

    .discount-page .join-banner .join,
    .discount-page .content-footer .join {
        background-color: #a4cf5c;
        border: 5px solid #c9ed8c;
        -ms-border-radius: 20px;
        border-radius: 20px;
        color: #fff;
        display: block;
        font-size: 34px;
        font-weight: 900;
        height: 63px;
        line-height: 50px;
        margin: auto;
        text-align: center;
        text-decoration: none;
        width: 250px;
    }

.discount-page .benefits-section {
    background-color: #b7e36e;
    padding: 10px 0 0;
}

    .discount-page .benefits-section h2 {
        color: #fff;
        font-size: 45px;
        font-style: italic;
        font-weight: bold;
        line-height: 53px;
        text-shadow: 0 0 6px #406306;
    }

    .discount-page .benefits-section .leftColumnImage {
        bottom: 0;
        max-height: 480px;
        position: absolute;
        right: 0;
    }

    .discount-page .benefits-section .content {
        min-height: 480px;
    }

        .discount-page .benefits-section .content li {
            background: url('/media/1054/bullet.png') no-repeat 0 0 transparent;
            color: #5e9306;
            font-size: 22px;
            line-height: 28px;
            list-style-type: none;
            margin: 0;
            margin-top: 16px;
            padding: 0 2px 7px 29px;
            vertical-align: middle;
        }

.discount-page .content-footer {
    margin-top: 50px;
    text-align: center;
}

    .discount-page .content-footer .row {
        margin: 30px 0;
    }

    .discount-page .content-footer .join {
        font-size: 45px;
        font-style: italic;
        height: 70px;
        line-height: 55px;
        width: 340px;
    }

    .discount-page .content-footer .purchasesForLess {
        color: #787878;
        font-size: 25px;
        font-weight: bold;
        line-height: 63px;
    }

    .discount-page .content-footer .letUsKnow,
    .discount-page .content-footer .commentsWelcome {
        color: #a4cf5c;
        font-size: 30px;
        font-weight: bold;
        line-height: 35px;
    }

    .discount-page .content-footer .commentsWelcome {
        font-family: 'Merienda One', cursive;
        font-size: 25px;
        font-style: normal;
        font-weight: normal;
        padding-left: 20px;
    }

.discount-page .discount-code-popup-overlay {
    background-color: transparent;
    left: 0;
    height: 100vh;
    max-height: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: max-height 500ms;
    width: 100vw;
    z-index: 1040;
}

    .discount-page .discount-code-popup-overlay.show {
        max-height: 100vh;
        transition: max-height 500ms;
    }

    .discount-page .discount-code-popup-overlay .discount-code-popup {
        background-color: #ffffff;
        border: 2px dashed #026b7d;
        left: 50%;
        position: absolute;
        top: 50%;
        -ms-transform: translate(-50%, -70%);
        -webkit-transform: translate(-50%, -70%);
        transform: translate(-50%, -50%);
    }

        .discount-page .discount-code-popup-overlay .discount-code-popup .info,
        .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info {
            padding: 25px 25px 20px;
        }

        .discount-page .discount-code-popup-overlay .discount-code-popup .row:not(:first-child) {
            margin-top: 15px;
        }

        .discount-page .discount-code-popup-overlay .discount-code-popup .close {
            color: #026b7d;
            cursor: pointer;
            font-size: 20px;
            font-weight: bold;
            line-height: 20px;
            -ms-opacity: 1;
            opacity: 1;
        }

        .discount-page .discount-code-popup-overlay .discount-code-popup .header {
            color: #14a6bf;
            font-size: 22px;
            font-weight: bold;
            line-height: 35px;
            margin-top: 10px;
        }

        .discount-page .discount-code-popup-overlay .discount-code-popup .subheader {
            color: #026b7d;
            font-size: 14px;
            line-height: 20px;
        }

        .discount-page .discount-code-popup-overlay .discount-code-popup .code {
            border: 1px solid;
            color: #026b7d;
            font-size: 20px;
            font-weight: 900;
            padding: 10px 70px;
        }

        .discount-page .discount-code-popup-overlay .discount-code-popup .copy {
            background-color: #29b0c6;
            border: 3px solid #53d4ea;
            -ms-border-radius: 20px;
            border-radius: 20px;
            color: #ffffff;
            cursor: pointer;
            display: block;
            font-size: 1.5em;
            font-style: italic;
            font-weight: bold;
            padding: 5px 10px 10px;
            text-align: center;
            vertical-align: top;
        }

            .discount-page .discount-code-popup-overlay .discount-code-popup .copy:active {
                background-color: #057486;
            }

        .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info {
            background-color: #ededee;
            margin: 0;
            max-width: 650px;
            padding-top: 20px;
        }

            .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info .header {
                color: #026b7d;
            }

            .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info .details {
                color: #026b7d;
                font-family: 'Helvetica Neue', Arial, Sans-serif;
                font-size: 12px;
                max-width: 420px;
            }

            .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info .newsletter-join-form input[type="text"] {
                border: 1px solid #026b7d;
                -ms-border-radius: 0;
                border-radius: 0;
                color: #026b7d;
                font-size: 14px;
                line-height: 20px;
                min-width: 230px;
                padding: 10px;
                text-align: center;
            }

            .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info .newsletter-join-form .email-signup-button {
                background-color: #29b0c6;
                border: 3px solid #53d4ea;
                -ms-border-radius: 20px;
                border-radius: 20px;
                color: #ffffff;
                cursor: pointer;
                display: block;
                font-size: 10px;
                font-style: italic;
                font-weight: bold;
                padding: 5px 10px;
                text-align: center;
                vertical-align: top;
                display: inline;
            }

            .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info .newsletter-join-form input[type="submit"] {
                background-color: #29b0c6;
                border: 3px solid #53d4ea;
                -ms-border-radius: 20px;
                border-radius: 20px;
                color: white;
                font-size: 12px;
                font-style: italic;
                padding: 5px 10px;
                text-align: center;
            }

            .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info .vendor-button {
                background: #a4cf5c;
                background: linear-gradient(to bottom, #a4cf5c 0%,#80a248 100%);
                border: 5px solid #c9ed8c;
                border-radius: 10px;
                box-shadow: 0 -1px 15px white;
                color: #ffffff;
                display: block;
                min-width: 280px;
                margin-left: 10px;
                margin-top: 10px;
                padding: 0 10px;
                text-align: center;
                text-shadow: 2px 2px 1px #5e9306;
            }

                .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info .vendor-button:first-child {
                    background: #ff8943;
                    background: linear-gradient(to bottom, #ff8943 0%,#ff6b14 100%);
                    border: 5px solid #ffa36d;
                    text-shadow: 2px 2px 1px #d04d00;
                }

                .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info .vendor-button:hover {
                    text-decoration: none;
                }

                .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info .vendor-button .icon-wrapper {
                    font-size: 45px;
                    line-height: 55px;
                }

                .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info .vendor-button .header,
                .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info .vendor-button .subheader {
                    color: #ffffff;
                    font-size: 23px;
                    font-style: italic;
                    font-weight: 900;
                    line-height: 34px;
                    margin-top: 0;
                }

                .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info .vendor-button .subheader {
                    font-size: 20px;
                    font-weight: normal;
                    line-height: 30px;
                }

.discount-page .email-verification-overlay,
.discount-page .need-help-popup-overlay {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.76);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040;
}

    .discount-page .email-verification-overlay .email-verification-modal,
    .discount-page .need-help-popup-overlay .need-help-modal {
        background-color: #ffffff;
        border: 10px solid #c9ed8c;
        box-shadow: 0 1px 20px black;
        left: 50%;
        padding: 20px 200px;
        position: absolute;
        text-align: center;
        transform: translate(-50%, -70%);
        top: 50%;
    }

.discount-page .need-help-popup-overlay {
    display: none;
}

    .discount-page .need-help-popup-overlay .need-help-modal {
        font-size: 30px;
        padding: 10px 20px;
    }

        .discount-page .need-help-popup-overlay .need-help-modal .close-icon-wrapper {
            cursor: pointer;
        }

.discount-page .email-verification-overlay .email-verification-modal .loading h2,
.discount-page .email-verification-overlay .email-verification-modal .prompt h2 {
    font-size: 30px;
    line-height: 35px;
    color: #a4cf5c;
    font-weight: bold;
}

.discount-page .email-verification-overlay .email-verification-modal .prompt {
    display: none;
}

    .discount-page .email-verification-overlay .email-verification-modal .prompt h2.subheader {
        color: #5acee2;
    }

.discount-page .email-verification-overlay .email-verification-modal .loading img {
    height: 80px;
    width: 80px;
}

.discount-page .email-verification-overlay .email-verification-modal .prompt input {
    display: block;
    margin: auto;
}

    .discount-page .email-verification-overlay .email-verification-modal .prompt input:not([type="submit"]) {
        border: 2px solid #94e1ef;
        border-radius: 4px;
        font-size: 14px;
        height: 40px;
        line-height: 20px;
        padding: 4px 6px;
        width: 100%;
    }

    .discount-page .email-verification-overlay .email-verification-modal .prompt input[type="submit"] {
        background-color: #a4cf5c;
        border: 5px solid #c9ed8c;
        border-radius: 20px;
        color: #ffffff;
        cursor: pointer;
        display: block;
        font-size: 30px;
        font-weight: bold;
        height: 60px;
        line-height: 40px;
        margin-top: 10px;
        width: 350px;
    }

.discount-page .disclaimer {
    color: #7b7b7b;
    font-size: 13px;
    font-style: italic;
    margin: 20px 0;
}
.discount-page .email-verification-modal .close {
    position: absolute;
    left: 720px;
    top: 10px;
    font-size: 2rem;
}

/*Small devices only*/
@media (max-width: 768px) {
    .discount-page .page-subheader .vendor-logo {
        display: block;
        margin: auto;
        padding: 20px;
        width: 90%;
    }

        .discount-page .page-subheader .vendor-logo img.logo {
            display: block;
            margin: auto;
        }

    .discount-page .page-header {
        padding: 0;
    }

        .discount-page .page-header h1 {
            font-size: 35px;
        }

        .discount-page .page-header .never-expire {
            background-image: none;
        }

        .discount-page .page-header .discount-code-label {
            background-color: #0e9eb8;
            color: #ffffff;
            padding: 10px 20px;
        }

        .discount-page .page-header .discount-code-container {
            border: 0;
            margin: 0;
        }

        .discount-page .page-header .share-bar {
            background-color: #0e9eb8;
        }

            .discount-page .page-header .share-bar > div.share-item {
                padding: 10px 20px 10px 15px;
            }

    .discount-page .content h3 {
        font-size: 30px;
    }

    .discount-page .benefits-section h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .discount-page .join-banner {
        line-height: 40px;
    }

    .discount-page .discount-code-popup-overlay {
        position: relative;
        height: auto;
    }

        .discount-page .discount-code-popup-overlay .discount-code-popup {
            border: 0;
            left: 0;
            position: relative;
            top: 0;
            -ms-transform: translate(0,0);
            -webkit-transform: translate(0,0);
            transform: translate(0,0);
        }

            .discount-page .discount-code-popup-overlay .discount-code-popup .additional-info .row {
                display: block;
            }
}

/* print styles*/
@media print {
    .discount-page .page-header .discount-code-container,
    .discount-page .page-header .discount-code-label {
        border: 0;
        display: inline;
    }

        .discount-page .page-header .discount-code-container .code-cover,
        .discount-page .page-header .share-bar {
            display: none !important;
        }

        .discount-page .page-header .discount-code-container .code {
            left: 10px;
            font-size: 25px;
            line-height: 20px;
        }
}

/***********************************************************************************************
    end
*************************************************************************************************/

/**********************************************************************************************
    Umbraco custom layout style
**************************************************************************************************/
.umb-custom-grid h4,
.umb-page h4 {
    font-family: 'Merienda One', cursive;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #0e9eb8;
}

.umb-custom-grid h5,
.umb-page h5,
.umb-custom-grid h6,
.umb-page h6 {
    color: #a4cf5c;
    font-weight: 600;
    font-size: 21px;
    line-height: 25px;
}

.umb-custom-grid h6,
.umb-page h6 {
    color: #5acee2;
}

a.greenButton,
a.blueButton {
    font-size: 38px;
    font-weight: bold;
    background-color: #a4cf5c;
    border: 4px solid #c9ed8c;
    -ms-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    line-height: 50px;
    margin: 10px 0 18px;
    padding: 10px 20px;
    text-decoration: none;
}

a.blueButton {
    background-color: #5acee2;
    border-color: #98e1ed;
    font-size: 25px;
    line-height: 30px;
}

.umb-page li.link {
    color: #188da2;
    cursor: pointer;
}

/***********************************************************************************************
    end
*************************************************************************************************/

/**************************************************************************************************
    Main Page Join Bar
******************************************************************************************************/
.joinForm {
    background: transparent url('/Media/Images/join-bg-3.png') no-repeat 0 0;
    background-size: 100% 690px;
    height: 690px;
    max-width: 374px;
    padding: 10px 25px 10px 40px;
}

    .joinForm input[type=text] {
        background-color: rgb(255, 255, 255);
        border: 3px solid rgb(201, 237, 140);
        border-radius: 4px;
        color: #555555;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
        margin-top: 0;
        padding: 4px 6px;
        vertical-align: middle;
        width: 95%;
    }

    .joinForm legend {
        color: white;
        font-size: 16px;
        margin: 0 20px 10px 0;
        font-style: italic;
        font-weight: 900;
        text-rendering: optimizeLegibility;
        width: 280px;
        font-family: 'Open Sans', sans-serif !important;
    }

    .joinForm sup {
        display: block;
        margin: 5px 0px 15px 15px;
        font-size: 70%;
        line-height: 0;
        color: white;
        font-weight: lighter;
    }

    .joinForm hr {
        overflow: hidden;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #ffffff;
        margin: 0px 15px 0px 0px;
    }

    .joinForm input[type=checkbox] {
        display: none;
    }

    .joinForm input[type=radio] {
        display: none;
    }

        .joinForm input[type=radio] + label {
            background: url(/Media/Images/checkbox.png) top left no-repeat;
            height: 29px;
            margin-left: 15px;
            display: inline-block;
            vertical-align: middle;
            line-height: 28px;
            text-indent: 35px;
            font-size: 12px;
        }

        .joinForm input[type=radio]:checked + label {
            background: url(/Media/Images/checked.png) top left no-repeat;
        }

    .joinForm input[type=checkbox] + label {
        background: url(/Media/Images/checkboxgray.png) top left no-repeat;
        height: 29px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        line-height: 28px;
        text-indent: 34px;
    }

    .joinForm input[type=checkbox]:checked + label {
        background: url(/Media/Images/checkedgray.png) top left no-repeat;
    }

    .joinForm .hertzCheckboxLabel {
        margin-bottom: 0
    }

    .joinForm span {
        font-size: 80%;
        display: block;
        margin: 0 0 15px 0;
        padding: 0px;
    }

    .joinForm a, .joinForm a:hover, .joinForm a:active, .joinForm a:visited {
        color: white;
        text-decoration: underline;
    }

    .joinForm input[type=submit] {
        font: bold 24px 'Open Sans', Arial, sans-serif !important;
        color: #fff;
        background-color: #a4cf5c;
        text-align: center;
        border-radius: 15px;
        padding: 10px 15px;
        border: 3px solid #c9ed8c;
        box-shadow: 1px 1px 8px #86bf25;
        display: table; /* allows you to center element without set width */
        margin: 10px 10px 10px 0;
        width: 95%;
        cursor: pointer;
    }

#error {
    position: absolute;
    display: none;
    padding: 10px;
    font-size: 15px;
    color: #000000;
    text-align: center;
    background-color: rgba(253, 164, 164, 0.9);
    border: 5px solid #FD9D9D;
    z-index: 999999;
    width: 310px;
    min-width: 315px !important;
    margin-top: 15px;
    margin-left: 0;
    cursor: pointer;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

#red-x {
    position: absolute;
    top: 2px;
    right: 2px;
}

.loading-join {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.61);
    display: none;
    z-index: 999;
    margin-top: -12px;
    left: 0;
    height: 700px;
}



    .loading-join img {
        position: absolute;
        top: 159px;
        left: 50%;
    }



/*Small devices only*/
@media (max-width: 768px) {
    .joinFormBanner {
        height: auto;
    }

        .joinFormBanner .joinForm {
            background: none;
            padding: 10px;
        }
}

/***********************************************************************************************
    end
*************************************************************************************************/
/***********************************************************************************************
    Welcome Page
*************************************************************************************************/

.welcome-page {
}

    .welcome-page .code-text {
        background-color: #026b7d;
        padding: 17px;
        display: inline-block;
        color: white;
        border: 2px dashed white;
        font-size: 35px;
        font-weight: 900;
        text-align: center;
        margin-left: 20px;
        letter-spacing: 1px;
        line-height: 15px;
    }

    .welcome-page .member-row {
        padding: 10px;
        text-align: center;
    }

.member-row .member-left {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 700px;
    min-width: 400px;
    /*background-color: #FF2343;*/
}

.member-row .member-right {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 400px;
    padding-top: 40px;
    /*background-color: #005362;*/
}

.welcome-page h2 {
    color: rgb(51, 51, 51);
    font-size: 31.5px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 40px;
}

.welcome-page h3 {
    color: rgb(20, 166, 191);
    font-size: 22px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    line-height: 40px;
}

.welcome-page h4 {
    color: rgb(51, 51, 51);
    font-size: 17.5px;
    font-weight: 900;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
    margin-left: 10px;
}

.welcome-page a {
    text-decoration: none;
    color: #188da2;
}

.welcome-page .resend-welcome-packet {
    cursor: pointer;
    background-color: #a4cf5c;
    border: 5px solid #c9ed8c;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding: 5px 30px 11px;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    margin: 5px 2px 30px 2px;
}

.welcome-page-vendors {
    text-align: center;
}

.welcome-page .enrollProgram {
    background-color: #ffffff;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    width: 320px;
    vertical-align: top;
    text-align: left;
    box-shadow: rgba(50, 50, 50, 0.75) 2px 2px 11px 0px;
}

    .welcome-page .enrollProgram ul {
        margin-top: 15px;
        padding-left: 30px;
    }

#membershipCardBottom img {
    width: 100%;
    max-width: 1000px;
}

.welcome-page .member-left ol {
    padding-left: 26px;
}

.welcome-page .resend-welcome-packet a {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
}

.welcome-page #savemore a {
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 30px;
    color: #ffffff;
    border-radius: 25px;
    text-decoration: none;
}

.welcome-page #savemore li {
    list-style: none;
    line-height: 60px;
}

    .welcome-page #savemore li a {
        background-color: #29B0C6 !important;
        border: 3px solid #53D4EA !important;
        white-space: nowrap;
    }

        .welcome-page #savemore li a:hover {
            background-color: #005362 !important;
            transition: all 0.35s ease 0s;
        }

.welcome-header {
    background-color: #94E1EF;
    margin-top: 10px;
    padding: 10px 0;
}

.welcome-page-title {
    font-size: 38px;
    line-height: 44px;
    padding: 0px;
    font-style: italic;
    color: #ffffff;
    text-shadow: 1px 1px 7px #054a56;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    -moz-text-size-adjust: 100%;
}

.welcome-page .modal-header {
    padding: 9px 15px 0px 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.welcome-page .modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

.welcome-page .modal-footer {
    text-align: left;
    padding: 14px 15px 15px;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    display: block;
}

    .welcome-page .modal-footer p {
        margin-bottom: 10px;
    }

.welcome-page .btn {
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    border-style: outset;
    border-width: 2px;
    border-color: ButtonFace;
    border-image: initial;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 20px;
}

.welcome-page #cards {
    padding-right: 0 !important;
    top: 10%;
    bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 675px;
    background: #ffffff;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

    .welcome-page #cards h3 {
        line-height: 25px;
    }

    .welcome-page #cards .modal-dialog {
        line-height: 25px;
        margin: 0;
        padding: 0;
        max-width: none;
    }

.hide {
    display: none;
}

.close {
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
}

.closeDiscount {
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    margin-right: -180px;
}

/***********************************************************************************************
    end
*************************************************************************************************/
/***********************************************************************************************
    Link Office Depot Account Page
*************************************************************************************************/

.od-greenButton {
    font-weight: bold;
    background-color: #a4cf5c;
    border: 4px solid #c9ed8c;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-style: italic;
    line-height: 50px;
    margin: 10px 0 18px;
    text-decoration: none;
    text-align: center;
}

    .od-greenButton:hover {
        text-decoration: none !important;
    }

.link-account-header {
    background-color: #94E1EF;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 0;
}

    .link-account-header h1 {
        font-size: 58px;
        line-height: 44px;
        padding: 0px;
        font-style: italic;
        color: #ffffff;
        text-shadow: 1px 1px 7px #054a56;
        text-align: center;
        font-family: "Open Sans";
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 10px;
        -moz-text-size-adjust: 100%;
    }

.office-depot-account-page {
}

    .office-depot-account-page img {
        margin-bottom: 25px;
    }

    .office-depot-account-page h3 {
        color: rgb(20, 166, 191);
        font-size: 22px;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        line-height: 40px;
    }

.form-stack {
    display: inline-block;
    align-items: center;
}

    .form-stack input[type=text] {
        float: left;
        width: 641px;
        height: 43px;
        border: 2px solid #94e1ef;
        margin: 5px 0 5px 0;
        padding: 5px;
        border-radius: 5px;
    }

    .form-stack .od-greenButton {
        font-size: 31px;
        padding: 15px 50px;
    }

    .form-stack span {
        font-size: 80%;
        display: block;
        margin: 0 0 15px 0;
        padding: 0px;
    }

#request-success {
    position: absolute;
    display: none;
    padding: 10px;
    font-size: 15px;
    color: #000000;
    text-align: center;
    background-color: #C9ED8C;
    z-index: 999999;
    width: 310px;
    min-width: 355px !important;
    min-height: 42px;
    margin-top: 15px;
    margin-left: 0;
    cursor: pointer;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}

.od-sidebar {
}

    .od-sidebar .od-greenButton {
        font: bold 18px 'Open Sans', Arial;
        padding: 10px 20px;
        width: 100%;
        border-radius: 15px;
        margin: 5px;
    }









/***********************************************************************************************
    end
*************************************************************************************************/
/**************************************************************************************************
    Join Page
******************************************************************************************************/

.joinReason {
    margin-bottom: 20px;
    background: transparent url('/Media/Images/chand-background1.png') repeat 0 0;
    text-shadow: 0 0 0 #000;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    width: 95%;
}

.joinPageBanner {
    min-height: 475px;
}

.joinSpacer {
    min-height: 700px;
}

.joinReasons h2 {
    line-height: 40px !important;
    padding: 0 !important;
    margin: 20px 0 5px 0 !important;
    font-weight: bold;
}

.joinReasons h3 {
    font-size: 22px;
    text-shadow: 1px 1px 4px #000;
}

.joinReason h4 {
    font-size: 16px;
    line-height: 14px;
    font-weight: bold;
    padding-left: 2px;
    padding-top: 4px;
}

.joinReason p {
    letter-spacing: .5px;
    text-rendering: optimizelegibility;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    margin: 2px;
    padding: 2px;
}

/***********************************************************************************************
    end
*************************************************************************************************/

/**************************************************************************************************
    Discount Calculator
******************************************************************************************************/
.discalc-page-title {
    font-size: 68px;
    line-height: 60px;
    padding: 0px;
    font-style: italic;
    color: #ffffff;
    text-shadow: 1px 1px 7px #054a56;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    -moz-text-size-adjust: 100%;
}

.discalc-body {
    margin: 30px 0px 20px 0px;
    border-radius: 10px;
    background: #135c68;
    width: 100%;
    max-width: 1000px;
    display: block;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
    font-size: 1.5em;
}

#discalc-button {
    cursor: pointer;
    background-color: #a4cf5c;
    border: 5px solid #c9ed8c;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    padding: 8px 30px 8px;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    margin: 5px 2px 30px 2px;
    width: 95%;
    max-width: 400px;
}

.discalc-body input:not([type="submit"]), #discalc-dropdown {
    border: 3px solid rgb(201, 237, 140);
    background-color: rgb(255, 255, 255);
    width: 95%;
    max-width: 300px;
    vertical-align: middle;
    margin-bottom: 40px;
    line-height: 22px;
    margin-top: 0;
    color: #555555;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 6px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.discalc-body a {
    display: inline-block;
    background-color: #29b0c6;
    border: 3px solid #53d4ea;
    -ms-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    padding: 10px 40px;
    font-style: italic;
    margin-bottom: 30px;
    visibility: hidden;
}

.discalc-body p {
    font-size: 11px;
    font-style: italic;
}

.discalc-body h2 {
    font-size: 34px;
    font-weight: bolder
}

.discalc-body h4 {
    font-weight: bold;
    margin-top: 35px;
    visibility: hidden;
}
/***********************************************************************************************
    end
*************************************************************************************************/
/**************************************************************************************************
    Blog
******************************************************************************************************/
.blog {
    margin-bottom: 30px;
}

    .blog .cat-header {
        font-size: 38.5px;
        font-weight: 700;
        line-height: 40px;
        margin: 20px 0;
    }

    .blog .blogpost {
        background-color: #f1f1f1;
        border: 1px solid #e3e3e3;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin: 0 30px 30px 0;
        max-width: 370px;
        padding-bottom: 90px;
        position: relative;
    }

        .blog .blogpost h4 {
            font-size: 20px;
            font-weight: bold;
            line-height: 24px;
            margin: 10px 0;
            padding: 5px 10px;
        }

            .blog .blogpost h4 a {
                color: #188da2;
                text-decoration: none;
            }

        .blog .blogpost img {
            width: 100%;
        }

        .blog .blogpost .info {
            color: #999;
            display: block;
            font-size: 12px;
            line-height: 14px;
            min-height: 30px;
            padding: 5px 15px;
        }

            .blog .blogpost .info a {
                color: #729a28;
                font-weight: bold;
                text-decoration: none;
            }

        .blog .blogpost .intro {
            padding: 0 15px;
            margin: 0;
        }

/*Medium devices and up*/
@media (min-width: 768px) {
    .blog .blogpost .intro.truncate {
        line-height: 20px;
        max-height: 80px; /*show only four lines (4 * line-heihgt)*/
        overflow: hidden;
        position: relative;
        text-align: justify;
    }

        .blog .blogpost .intro.truncate:before {
            bottom: 0;
            content: '...';
            position: absolute;
            right: 3px;
        }

        .blog .blogpost .intro.truncate:after {
            background-color: #f1f1f1;
            content: '';
            height: 1em;
            margin-top: 0.2em;
            position: absolute;
            right: 0;
            width: 1em;
        }
}

.blog .blogpost a.read-more {
    background-color: #04A2BF;
    border: 5px solid #97E3F1;
    -ms-border-radius: 15px;
    border-radius: 15px;
    bottom: 0;
    color: #fff;
    display: table;
    font: bold 18px 'Open Sans', Arial, sans-serif !important;
    margin: 0 0 15px 10px;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
}



/*Small devices only*/
@media (max-width: 768px) {

    .blog .blogpost {
        margin-right: 0;
        max-width: none;
    }
}

/***********************************************************************************************
    end
*************************************************************************************************/
/**************************************************************************************************
    Blogpost page
******************************************************************************************************/
.blogpost-page {
    margin-top: 20px;
}

    .blogpost-page h1,
    .blogpost-page h2 {
        font-weight: bold;
    }

    .blogpost-page h1 {
        margin-top: 30px;
    }

    .blogpost-page .info {
        color: #808080;
        font-style: italic;
        margin: 0 0 10px;
    }

    .blogpost-page img.hero-image {
        width: 100%;
    }

    .blogpost-page img {
        max-width: 100%;
    }

    .blogpost-page a {
        color: #188da2;
        text-decoration: none;
    }

    .blogpost-page .about-the-author {
        font-style: italic;
        margin-bottom: 25px;
    }

        .blogpost-page .about-the-author > * {
            display: inline;
        }

    .blogpost-page .related-posts {
        margin: 10px 0;
    }

        .blogpost-page .related-posts h3 {
            color: #14a6bf;
            font-size: 22px;
            font-weight: bold;
            line-height: 40px;
        }

        .blogpost-page .related-posts .related-post {
            box-shadow: 0 1px 2px rgba(0,0,0,.4);
            -ms-border-radius: 7px;
            border-radius: 7px;
            padding: 6px;
            border: 1px solid #ddd;
            margin: 5px;
            text-align: center;
        }

            .blogpost-page .related-posts .related-post:hover {
                background: #eee;
                border-color: #bbb;
            }

            .blogpost-page .related-posts .related-post .content-wrapper {
                height: 200px;
                overflow: hidden;
                position: relative;
                width: 200px;
            }

                .blogpost-page .related-posts .related-post .content-wrapper img {
                    height: 100%;
                    margin-left: -50%;
                    width: auto;
                }

                .blogpost-page .related-posts .related-post .content-wrapper .title {
                    background: #000000;
                    background: rgba(0, 0, 0, 0.5);
                    bottom: 0;
                    color: #ffffff;
                    max-height: 50%;
                    min-height: 33%;
                    left: 0;
                    padding: 3px;
                    position: absolute;
                    width: 100%;
                }

    .blogpost-page .tags ul {
        line-height: 23px;
        padding: 0;
    }

    .blogpost-page .tags * {
        display: inline;
    }

    .blogpost-page .tags ul li {
        background-color: #999999;
        -ms-border-radius: 3px;
        border-radius: 3px;
        color: #ffffff;
        font-size: 13px;
        font-weight: bold;
        margin-left: 4px;
        padding: 1px 4px;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .blogpost-page .right-col-card,
    .blog .right-col-card {
        background-color: #ededed;
        border: 2px solid #e6e6e6;
        margin-bottom: 20px;
    }

        .blogpost-page .right-col-card h4,
        .blog .right-col-card h4 {
            color: #5d9105;
            font-size: 20px;
            font-weight: bold;
            margin: 10px 0;
            padding: 10px;
        }

        .blogpost-page .right-col-card form,
        .blog .right-col-card form {
            margin: 4px;
        }

            .blogpost-page .right-col-card form label,
            .blog .right-col-card form label {
                display: block;
                margin-bottom: 3px;
            }

            .blogpost-page .right-col-card form input:not([type="submit"]),
            .blog .right-col-card form input:not([type="submit"]) {
                border: 1px solid #cccccc;
                border-radius: 4px;
                margin-bottom: 10px;
                height: 30px;
                width: 100%;
            }

            .blogpost-page .right-col-card form input[type="submit"],
            .blogpost-page .right-col-card a.button,
            .blogpost-page .right-col-card a.greenButton,
            .blog .right-col-card form input[type="submit"],
            .blog .right-col-card a.button,
            .blog .right-col-card a.greenButton {
                font: bold 18px 'Open Sans', Arial, sans-serif !important;
                color: #fff;
                background-color: #a4cf5c;
                text-align: center;
                border-radius: 15px;
                padding: 10px 15px;
                border: 3px solid #c9ed8c;
                box-shadow: 1px 1px 8px #86bf25;
                display: table;
                margin: 10px auto;
            }

        .blogpost-page .right-col-card .featuredVendorBox img,
        .blog .right-col-card .featuredVendorBox img {
            width: 100%;
        }

/****************************************************************************************************
    end
*/
/***************************************************************************************************
    Blogpost Email Signup Modal
*/


.emailModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.email-modal-content {
    background-color: #fff;
    border-radius: 5px;
    margin: 2% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 868px;
    font-size: 18px;
    box-shadow: 1px 1px 20px #333;
}

.email-signup-form .email-form {
    overflow: hidden;
    color: #026b7d;
    height: 46px;
    margin: 0,0,0,0;
    font-size: 0;
}

    .email-signup-form .email-form .email-form-span {
        border: 1px solid #ccc;
        border-right: 0;
        border-radius: 5px 0 0 5px;
        padding: 10px 10px;
        text-align: center;
        font-size: 18px;
        background-color: #eee;
        height: auto;
        width: auto;
    }

    .email-signup-form .email-form .email-form-input {
        border: 1px solid #ccc;
        border-radius: 0 5px 5px 0;
        text-align: left;
        font-size: 18px;
        height: 46px;
        width: 65%;
    }

.email-signup-form .email-signup-button {
    font: bold 18px 'Open Sans', Arial, sans-serif !important;
    color: #fff;
    background-color: #a4cf5c;
    text-align: center;
    border-radius: 15px;
    padding: 10px;
    border: 3px solid #c9ed8c;
    box-shadow: 1px 1px 8px #86bf25;
    display: table;
    margin: 20px auto;
    width: 35%
}

#signup-invalid {
    text-align: center;
    color: red;
}

#signup-successfull {
    height: 56px;
    width: 98%;
    background-color: #d9edf7;
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

    #signup-successfull span {
        line-height: 50px;
    }

.emailModal .close {
    transform: translateX(-100%);
}
/***************************************************************************************************
    end
*/
/***************************************************************************************************
    Contact us
*/

.contact-us-form input {
    display: block;
}

    .contact-us-form input:not([type="submit"]),
    .contact-us-form textarea {
        border: 2px solid #94e1ef;
        -ms-border-radius: 4px;
        border-radius: 4px;
        color: #555555;
        height: 31px;
        margin-bottom: 10px;
        padding: 4px 6px;
        width: 50%;
    }

.contact-us-form textarea {
    height: 300px;
    resize: none;
    width: 98%;
}

.contact-us-form input[type="submit"] {
    background-color: #a4cf5c;
    border: 5px solid #c9ed8c;
    -ms-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    font-size: 31.5px;
    font-style: italic;
    font-weight: 700;
    height: 75px;
    line-height: 40px;
    margin-top: 20px;
    width: 324px;
}

.contact-us-form .input-validation-error {
    background-color: rgb(253, 164, 164);
}

.contact-us-form ul {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
}

    .contact-us-form ul li {
        list-style: none;
    }

.contact-us-form .response-message {
    color: #a4cf5c;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
}

/*****************************************************************************************************
    Contact us end
*/

/***************************************************************************************************
    PPA / PNC Page Begin
*/
.landingPage {
    max-width: 700px;
}

.ppa {
    text-align: center;
}

    .ppa p {
        margin: 2px;
    }

    .ppa h2 {
        color: #a4cf5c;
        font-size: 2.9em;
        line-height: 42px;
        font-weight: 900;
        font-style: italic;
    }

    .ppa h3 {
        font-weight: 900;
        line-height: 24px;
    }

    .ppa img {
        width: 150px;
        height: 56.5469px;
    }

    .ppa .join {
        cursor: pointer;
        background-color: #a4cf5c;
        border: 5px solid #c9ed8c;
        font-size: 40px;
        font-weight: bold;
        font-style: italic;
        padding: 25px 20px;
        color: #fff;
        border-radius: 25px;
        text-decoration: none;
        display: inline-block;
        margin: 10px 2px;
    }

.ppaInfo {
    margin: 20px 30px;
    text-align: left;
    line-height: 20px;
}

    .ppaInfo img {
        float: left;
    }


.pnc {
    margin-top: 20px;
    text-align: left;
}

    .pnc h2 {
        font-style: normal;
        font-size: 2.2em;
        padding: 2px;
    }

    .pnc ul {
        list-style-type: none;
        padding-left: 2px;
    }

    .pnc h4 {
        display: inline-block;
        vertical-align: middle;
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        font-size: 18px;
    }

    .pnc li {
        padding-left: 90px;
        vertical-align: middle;
    }

        .pnc li.pig {
            background: url('/media/2742/join-pig.png') no-repeat left center;
        }

        .pnc li.sale {
            background: url('/media/2741/join-sale.png') no-repeat left center;
        }

    .pnc img {
        float: left;
        height: 76px;
        width: 92px;
    }

.top5card {
    background-color: #f8f8f8;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin: 20px 5px;
    padding: 0 15px 20px;
    vertical-align: top;
    text-align: center;
}

    .top5card img {
        vertical-align: top;
        /*max-width: 200px;*/
    }

.landingPage strong {
    font-size: 17.5px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.top5card p {
    margin-top: 8px;
}

.top5card .button {
    background-color: #29B0C6;
    border: 3px solid #53D4EA;
    border-radius: 10px;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 12px;
    text-align: center;
}

.top5card .topSpace {
    margin-top: 15px;
}

.top5card .cardInfo {
    min-width: 250px;
    text-align: left;
}

.top5card .cardInfoSpacer {
    margin-left: 15px;
}
/*****************************************************************************************************
    PPA / PCN Page end
*/

/****************************************************************************************************
    Pagination
*/
.pagination-wrapper a.page-link {
    color: #188da2;
}

.pagination-wrapper li.active a.page-link {
    border-color: #000000;
    color: #000000;
    font-weight: bold;
}

/************************************************************************************
    Pagination end
*/

/****************************************************************************************************
    Dashboard
*/
.dashboard #tabstrip, .dashboard .filters, .dashboard #summary {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.dashboard #tabstrip {
    height: 600px;
    padding: 0px;
}

.dashboard .filters h4 {
    display: inline;
}

.dashboard #grid, .dashboard #grid2 {
    height: 560px;
    min-height: 560px;
    border-width: 1px;
    border-color: #9F9F9F;
    margin: 0px;
    padding: 0px;
}

.dashboard .filters .k-button {
    vertical-align: bottom;
    margin-left: 10px;
}


/************************************************************************************
    Dashboard end
*/

/****************************************************************************************************
    Message Center
*/

.message-center .mc-office-depot {
    margin-left: auto;
    margin-right: auto;
}
/************************************************************************************
    Message Center end
*/


/****************************************************************************************************
    Site Search
*/

.search-results h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.search-title h3 a {
    text-decoration: none;
    color: #188da2;
    font-weight: bold;
}

.search-meta {
    font-style: italic;
    color: #808080;
}

    .search-meta a {
        text-decoration: none;
        color: #188da2;
    }

.search-read-more span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-read-more a {
    color: #188da2;
    text-decoration: none;
    white-space: nowrap;
}

.search-sidebar .right-col-card {
    background-color: #ededed;
    border: 2px solid #e6e6e6;
    margin-bottom: 20px;
}

    .search-sidebar .right-col-card h4 {
        color: #5d9105;
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0;
        padding: 10px;
    }

    .search-sidebar .right-col-card form {
        margin: 4px;
    }

        .search-sidebar .right-col-card form label {
            display: block;
            margin-bottom: 3px;
        }

        .search-sidebar .right-col-card form input:not([type="submit"]) {
            border: 1px solid #cccccc;
            border-radius: 4px;
            margin-bottom: 10px;
            width: 100%;
            height: 30px;
        }

        .search-sidebar .right-col-card form input[type="submit"],
        .search-sidebar .right-col-card a.button,
        .search-sidebar .right-col-card .featuredVendorBox .greenButton {
            font: bold 18px 'Open Sans', Arial, sans-serif !important;
            color: #fff;
            background-color: #a4cf5c;
            text-align: center;
            border-radius: 15px;
            padding: 10px 5px;
            border: 3px solid #c9ed8c;
            box-shadow: 1px 1px 8px #86bf25;
            display: table;
            margin: 10px auto;
        }

    .search-sidebar .right-col-card .featuredVendorBox img {
        max-width: 100%;
        max-height: 100%;
    }

.search-pagination-margin {
    margin-top: 40px;
    width: 100%;
}

/************************************************************************************
    Site Search end
*/

/************************************************************************************
    Get a Free Quote
*/

.enrollment {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #FFDB00, #FFAC00);
    padding: 35px 31px 80px 31px;
}

    .enrollment .abnFormStyle {
        font-size: 10px;
    }

.enrollment-pseudo-border {
    position: relative;
    margin: 0;
    padding: 2px 2px 2px 2px;
    width: 375px;
    border: 1px solid #CFCFCF;
}

.body-content {
    font-family: 'Open Sans', arial, sans-serif;
    border-bottom: 3px solid black;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    margin-bottom: 0;
}

    .body-content > img {
        width: 100%;
        margin-bottom: 20px;
    }

    .body-content h2 {
        font-size: 25px;
        font-style: normal;
        font-weight: bold;
        line-height: 25px;
        text-align: left;
        color: #426dc3;
    }

    .body-content h3 {
        font-size: 15px;
        font-style: normal;
        font-weight: normal;
        line-height: 20px;
        text-align: left;
        color: #333;
    }

    .body-content h4 {
        margin-left: 5px;
        padding: 0px;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        line-height: 20px;
        text-align: left;
        color: #769b31;
    }

    .body-content p {
        margin-left: 5px;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        line-height: 16px;
        text-align: left;
        color: #666;
    }

.enrollment form input {
    width: 100%;
}

.lower-content {
    font-family: 'Open Sans',arial,sans-serif;
    padding: 10px;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
}

.top-slogan {
    margin: auto;
}

.under-slogan {
    width: 100%;
    align-content: center;
}

    .under-slogan > div {
        display: inline;
        margin: auto;
        margin-top: 20px;
    }

    .under-slogan .enroll-box {
        font-family: 'Open Sans',arial,sans-serif;
        width: 280px;
        height: 203px;
        border: 1px solid #e2e2e2;
        padding: 0;
        margin: auto;
    }

        .under-slogan .enroll-box .enroll-box-title {
            width: 100%;
            padding: 8px 0 8px 0;
            text-align: center;
            color: #444444;
            font-size: 18px;
            font-weight: 100;
        }

        .under-slogan .enroll-box .enroll-box-details {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-style: normal;
            font-weight: normal;
            line-height: 16px;
            text-align: left;
            color: #333;
        }

            .under-slogan .enroll-box .enroll-box-details ul {
                border-top: 1px solid #e2e2e2;
                border-bottom: 1px solid #e2e2e2;
                margin-bottom: 0;
            }


        .under-slogan .enroll-box .enroll-box-button {
            text-align: center;
            color: #333333;
            background: #eeeeee;
            margin-top: 9px;
            font-size: 16px;
            font-weight: normal;
            margin: 0;
            padding-top: 8px;
            height: 42px;
        }

.enroll-box a {
    text-decoration: none;
}

.quote-submit-button {
    margin-top: 30px;
    display: block;
    width: 264px;
    height: 59px;
    background: #434543;
    color: white;
    font-size: 30px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: 500;
}

    .quote-submit-button:hover {
        background: linear-gradient(to bottom, #858785, #434543);
        text-decoration: none;
        color: white;
        border: 1px solid black;
    }
/************************************************************************************
    Get a Free Quote end
*/

.callouts {
    background-color: #14869b;
    color: #ffffff;
    display: none;
    left: 0;
    overflow: hidden;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1020;
}

    .callouts .callout {
        display: none;
    }

        .callouts .callout a,
        .callouts .callout a:visited,
        .callouts .callout h1,
        .callouts .callout h2,
        .callouts .callout h3,
        .callouts .callout h4,
        .callouts .callout h5,
        .callouts .callout h6 {
            color: #ffffff;
        }

        .callouts .callout .dismiss:hover {
            cursor: pointer;
            text-decoration: underline;
        }
