.contain-to-grid .top-bar {
    margin-bottom: 0;
}

.fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%;
}

    .fixed.expanded:not(.top-bar) .title-area {
        position: fixed;
        width: 100%;
        z-index: 99;
    }

    .fixed.expanded:not(.top-bar) .top-bar-section {
        z-index: 98;
        margin-top: 65px;
    }

.top-bar {
    overflow: hidden;
    height: 65px;
    line-height: 65px;
    position: relative;
    /*background: #f05c4e;*/
    background: #A91C0F;
    margin-bottom: 0;
}

    .top-bar ul {
        margin-bottom: 0;
        list-style: none;
    }

    .top-bar .row {
        max-width: none;
    }

    .top-bar form, .top-bar input {
        margin-bottom: 0;
    }

    .top-bar input {
        height: 1.8rem;
        padding-top: .35rem;
        padding-bottom: .35rem;
        font-size: 0.75rem;
    }

    .top-bar .button, .top-bar button {
        padding-top: .45rem;
        padding-bottom: .35rem;
        margin-bottom: 0;
        font-size: 0.75rem;
    }

    .top-bar .title-area {
        position: relative;
        margin: 0;
    }

    .top-bar .name {
        height: 65px;
        margin: 0;
        font-size: 16px;
    }

        .top-bar .name h1 {
            line-height: 65px;
            font-size: 1.0625rem;
            margin: 0;
        }

            .top-bar .name h1 a {
                font-weight: normal;
                color: #fff;
                width: 75%;
                display: block;
                padding: 0 21.66667px;
            }

    .top-bar .toggle-topbar {
        position: absolute;
        right: 0;
        top: 0;
    }

        .top-bar .toggle-topbar a {
            color: #fff;
            text-transform: uppercase;
            font-size: 0.8125rem;
            font-weight: bold;
            position: relative;
            display: block;
            padding: 0 21.66667px;
            height: 65px;
            line-height: 65px;
        }

        .top-bar .toggle-topbar.menu-icon {
            top: 50%;
            margin-top: -16px;
        }

            .top-bar .toggle-topbar.menu-icon a {
                height: 34px;
                line-height: 33px;
                padding: 0 46.66667px 0 21.66667px;
                color: #fff;
                position: relative;
            }

                .top-bar .toggle-topbar.menu-icon a span::after {
                    content: "";
                    position: absolute;
                    display: block;
                    height: 0;
                    top: 50%;
                    margin-top: -8px;
                    right: 21.66667px;
                    box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
                    width: 16px;
                }

                .top-bar .toggle-topbar.menu-icon a span:hover:after {
                    box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
                }

    .top-bar.expanded {
        height: auto;
        background: transparent;
    }

        .top-bar.expanded .title-area {
           /*background: #f05c4e;*/
    background: #A91C0F;
        }

        .top-bar.expanded .toggle-topbar a {
            color: #fff;
        }

            .top-bar.expanded .toggle-topbar a::after {
                box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
            }

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
}

    .top-bar-section ul {
        padding: 0;
        width: 100%;
        height: auto;
        display: block;
        font-size: 16px;
        margin: 0;
    }

    .top-bar-section .divider, .top-bar-section [role="separator"] {
        border-top: solid 1px #93180c;
        clear: both;
        height: 1px;
        width: 100%;
    }

    .top-bar-section ul li {
        /*background: #f05c4e;*/
    background: #A91C0F;
    }

        .top-bar-section ul li > a {
            display: block;
            width: 100%;
            color: #fff;
            padding: 12px 0 12px 0;
            padding-left: 21.66667px;
            font-family: "Signika";
            font-size: 1.25rem;
            font-weight: normal;
            text-transform: none;
        }

            .top-bar-section ul li > a.button {
                font-size: 1.25rem;
                padding-right: 21.66667px;
                padding-left: 21.66667px;
                background-color: #008cba;
                border-color: #007095;
                color: #fff;
            }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    background-color: #007095;
                }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    color: #fff;
                }

                .top-bar-section ul li > a.button.secondary {
                    background-color: #e7e7e7;
                    border-color: #b9b9b9;
                    color: #333;
                }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        background-color: #b9b9b9;
                    }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        color: #333;
                    }

                .top-bar-section ul li > a.button.success {
                    background-color: #43ac6a;
                    border-color: #368a55;
                    color: #fff;
                }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        background-color: #368a55;
                    }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        color: #fff;
                    }

                .top-bar-section ul li > a.button.alert {
                    background-color: #f04124;
                    border-color: #cf2a0e;
                    color: #fff;
                }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        background-color: #cf2a0e;
                    }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        color: #fff;
                    }

        .top-bar-section ul li > button {
            font-size: 1.25rem;
            padding-right: 21.66667px;
            padding-left: 21.66667px;
            background-color: #008cba;
            border-color: #007095;
            color: #fff;
        }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                background-color: #007095;
            }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                color: #fff;
            }

            .top-bar-section ul li > button.secondary {
                background-color: #e7e7e7;
                border-color: #b9b9b9;
                color: #333;
            }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    background-color: #b9b9b9;
                }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    color: #333;
                }

            .top-bar-section ul li > button.success {
                background-color: #43ac6a;
                border-color: #368a55;
                color: #fff;
            }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    background-color: #368a55;
                }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    color: #fff;
                }

            .top-bar-section ul li > button.alert {
                background-color: #f04124;
                border-color: #cf2a0e;
                color: #fff;
            }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    background-color: #cf2a0e;
                }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    color: #fff;
                }

        .top-bar-section ul li:hover:not(.has-form) > a {
            background-color: #555;
            /*background: #f05c4e;*/
    background: #A91C0F;
            color: #fff;
        }

        .top-bar-section ul li.active > a {
            background: #008cba;
            color: #fff;
        }

            .top-bar-section ul li.active > a:hover {
                background: #0078a0;
                color: #fff;
            }

    .top-bar-section .has-form {
        padding: 21.66667px;
    }

    .top-bar-section .has-dropdown {
        position: relative;
    }

        .top-bar-section .has-dropdown > a:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            border-color: transparent transparent transparent rgba(255,255,255,0.4);
            border-left-style: solid;
            margin-right: 21.66667px;
            margin-top: -4.5px;
            position: absolute;
            top: 50%;
            right: 0;
        }

        .top-bar-section .has-dropdown.moved {
            position: static;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: static !important;
                height: auto;
                width: auto;
                overflow: visible;
                clip: auto;
                position: absolute !important;
                width: 100%;
            }

            .top-bar-section .has-dropdown.moved > a:after {
                display: none;
            }

    .top-bar-section .dropdown {
        padding: 0;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 99;
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

        .top-bar-section .dropdown li {
            width: 100%;
            height: auto;
        }

            .top-bar-section .dropdown li a {
                font-weight: normal;
                padding: 8px 21.66667px;
            }

                .top-bar-section .dropdown li a.parent-link {
                    font-weight: normal;
                }

            .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
                margin-bottom: 0;
                margin-top: 0;
            }

                .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
                    color: #fff;
                    line-height: 32.5px;
                    display: block;
                }

                    .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
                        background: none;
                    }

            .top-bar-section .dropdown li.has-form {
                padding: 8px 21.66667px;
            }

            .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
                top: auto;
            }

        .top-bar-section .dropdown label {
            padding: 8px 21.66667px 2px;
            margin-bottom: 0;
            text-transform: uppercase;
            color: #777;
            font-weight: bold;
            font-size: 0.625rem;
        }

.js-generated {
    display: block;
}

@media only screen and (min-width: 40.063em) {
    .top-bar {
        /*background: #f05c4e;*/
    background: #A91C0F;
        overflow: visible;
    }

        .top-bar:before, .top-bar:after {
            content: " ";
            display: table;
        }

        .top-bar:after {
            clear: both;
        }

        .top-bar .toggle-topbar {
            display: none;
        }

        .top-bar .title-area {
            float: left;
        }

        .top-bar .name h1 a {
            width: auto;
        }

        .top-bar input, .top-bar .button, .top-bar button {
            font-size: 0.875rem;
            position: relative;
            top: 7px;
        }

        .top-bar.expanded {
            /*background: #f05c4e;*/
    background: #A91C0F;
        }

    .contain-to-grid .top-bar {
        max-width: 62.5rem;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }

        .top-bar-section ul {
            width: auto;
            height: auto !important;
            display: inline;
        }

            .top-bar-section ul li {
                float: left;
            }

                .top-bar-section ul li .js-generated {
                    display: none;
                }

        .top-bar-section li.hover > a:not(.button) {
            background-color: #555;
            /*background: #f05c4e;*/
    background: #A91C0F;
            color: #fff;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 21.66667px;
            line-height: 65px;
           /*background: #f05c4e;*/
    background: #A91C0F;
        }

            .top-bar-section li:not(.has-form) a:not(.button):hover {
                background-color: #555;
                /*background: #f05c4e;*/
    background: #A91C0F;
            }

        .top-bar-section li.active:not(.has-form) a:not(.button) {
            padding: 0 21.66667px;
            line-height: 65px;
            color: #fff;
            background: #008cba;
        }

            .top-bar-section li.active:not(.has-form) a:not(.button):hover {
                background: #0078a0;
                color: #fff;
            }

        .top-bar-section .has-dropdown > a {
            padding-right: 41.66667px !important;
        }

            .top-bar-section .has-dropdown > a:after {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border: inset 5px;
                border-color: rgba(255,255,255,0.4) transparent transparent transparent;
                border-top-style: solid;
                margin-top: -2.5px;
                top: 32.5px;
            }

        .top-bar-section .has-dropdown.moved {
            position: relative;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: absolute !important;
                height: 1px;
                width: 1px;
                overflow: hidden;
                clip: rect(1px, 1px, 1px, 1px);
            }

        .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
            display: block;
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            position: absolute !important;
        }

        .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
            border: none;
            content: "\00bb";
            top: 1rem;
            margin-top: -1px;
            right: 5px;
            line-height: 1.2;
        }

        .top-bar-section .dropdown {
            left: 0;
            top: auto;
            background: transparent;
            min-width: 100%;
        }

            .top-bar-section .dropdown li a {
                color: #fff;
                line-height: 65px;
                white-space: nowrap;
                padding: 12px 21.66667px;
                background: #333;
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
                color: #fff;
                background: #333;
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
                color: #fff;
                background-color: #555;
                /*background: #f05c4e;*/
    background: #A91C0F;
            }

            .top-bar-section .dropdown li label {
                white-space: nowrap;
                background: #333;
            }

            .top-bar-section .dropdown li .dropdown {
                left: 100%;
                top: 0;
            }

        .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
            border-bottom: none;
            border-top: none;
            border-right: solid 1px #f27165;
            clear: none;
            height: 65px;
            width: 0;
        }

        .top-bar-section .has-form {
           /*background: #f05c4e;*/
    background: #A91C0F;
            padding: 0 21.66667px;
            height: 65px;
        }

        .top-bar-section .right li .dropdown {
            left: auto;
            right: 0;
        }

            .top-bar-section .right li .dropdown li .dropdown {
                right: 100%;
            }

        .top-bar-section .left li .dropdown {
            right: auto;
            left: 0;
        }

            .top-bar-section .left li .dropdown li .dropdown {
                left: 100%;
            }

    .no-js .top-bar-section ul li:hover > a {
        background-color: #555;
        /*background: #f05c4e;*/
    background: #A91C0F;
        color: #fff;
    }

    .no-js .top-bar-section ul li:active > a {
        background: #008cba;
        color: #fff;
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }
}

.top-bar .wrap {
    max-width: 62.5rem;
    margin: 0 auto;
}

@media only screen and (min-width: 40.063em) {
    .top-bar .wrap {
        padding: 0 0.9375rem;
    }
}

.top-bar .name h1 {
    padding: 10px 0;
}

    .top-bar .name h1 a {
        background: url(../img/logo2.png);
        width: 118px;
        height: 44px;
        text-indent: -9999px;
        display: block;
    }

/*@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {*/

@media only screen and (-moz-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .top-bar .name h1 a {
        background: url(../img/logo_retina.png);
        background-size: 118px 44px;
        width: 118px;
        height: 44px;
    }
}

.top-bar-section li a:not(.button) {
    background: transparent;
}

@media only screen and (min-width: 40.063em) {
    .top-bar-section ul {
        background: transparent;
    }
}

.top-bar-section ul li > a {
    line-height: 20px;
}

@media only screen and (min-width: 40.063em) {
    .top-bar-section ul li > a {
        color: #fff;
    }
}

#footer {
    text-align: center;
}

    #footer .bar {
        /*background: #6fafa5;*/
        background:#315E4D;
        position: relative;
        min-height: 65px;
    }

        #footer .bar:before {
            content: '';
            display: block;
            width: 100%;
            height: 7px;
            position: absolute;
            background: url("../img/zigzag-cyan-top.png") repeat-x;
            top: -6px;
        }

        #footer .bar ul {
            display: inline-block;
            margin: 0 0 5px;
        }

            #footer .bar ul li {
                display: none;
                padding: 5px;
            }

                #footer .bar ul li.mobile {
                    display: inline-block;
                }

                #footer .bar ul li a {
                    color: #fff;
                    text-decoration: none;
                }

                    #footer .bar ul li a:hover {
                        color: #fff;
                    }

@media only screen and (min-width: 64.063em) {
    #footer .bar ul li {
        display: inline-block;
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 40em) {
    #footer .bar .store-button {
        display: none;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #footer .bar .store-button {
        display: none;
    }
}

.signup-register-index .top-bar, .signup-register.howitwork .top-bar {
    margin-bottom: 0;
}

.signup-register-child .top-bar, .signup-gift-child .top-bar {
    margin-bottom: 0;
}

.signup-register-plan .top-bar, .signup-gift-plan .top-bar, .bluumcheckout-plan-index .top-bar {
    margin-bottom: 0;
}

.subscribe-index-index .top-bar, .signup-gift-child .top-bar {
    margin-bottom: 0;
}

.subscribe-index-success .top-bar {
    margin-bottom: 0;
}



.signup-register-popup footer {
    text-align: center;
    padding: 5px 0 0;
}

    .signup-register-popup footer a {
        color: #535351;
        font-size: 12px;
    }

.sarp-cancel-offer .offer footer {
    border-top: 2px solid #747474;
    margin-top: 5px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

    .sarp-cancel-offer .offer footer a {
        color: #747474;
        font-size: 18px;
    }

.footernav {
    width: 900px;
    position: absolute;
    left: 50%;
    top: 10px;
    margin: 0 0 0 -420px;
}

    .footernav ul {
        list-style: none;
    }

    .footernav li {
        float: left;
        width: 150px;
        margin-bottom: 3px;
    }

    .footernav a {
        color: #000;
        font-size: 16px;
        text-decoration: none;
        font-family: 'Signika';
    }

.socialbtns li {
    display: inline !important;
    padding: 0 !important;
}
