﻿.container-fluid {
    align-content: center;
    text-align: center;
    color: #021d5a;
    font-family: "Roboto", sans-serif;
}

a:focus,
a:hover,
a {
    color: inherit;
    text-decoration: none;
}
/*
.navbar {
    background-color: #021d5a;
    color: #ffffff;
    margin-bottom: 0;
}

.navbar-right {
    margin-right: unset;
    box-shadow: none;
}

    .navbar-right .dropdown-menu {
        left: unset;
        right: auto;
    }

.navbar-header {
    padding-bottom: 20px;
}

.navbar-toggle {
    border: none;
    z-index: 100;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-collapse {
    border: none;
}

.navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #021d5a;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dropdown-menu li a:hover {
    background-color: #ffffff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #021d5a;
    background-color: #ffffff;
}



.dropdown-menu {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    border-color: #d3d3d3;
}
*/

/*necessary bootstrap override for new nav on china */
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}
/*end necessary bootstrap override for new nav on china */

/* Override for the country.css styles which add extra left padding.  This is needed because "country.css" was added to the CSS Bundle on Country Generic Page types (China Website) for the purpose of usage of including necessary styling for the top nav display, which was changed to be the white-themed Refactored Navbar Block. 6/2025*/

.container-fluid {
    padding-left: 15px;
}

footer {
    background-color: #021d5a;
    padding-top: 25px;
}

.footer-link-container {
    color: #69c8e6;
    flex-wrap: wrap;
}

.footer-link {
    color: #69c8e6;
}

li a {
    color: #fff;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.flex-item {
    padding: 5px;
    margin: 5px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.space-between {
    justify-content: space-between;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.navbar-nav > li > .dropdown-menu {
    border-top-right-radius: 4px;
}

.navbar-small {
    display: inline;
}

.navbar-nav .dropdown-menu {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 0;
}

.navbar-small {
    font-size: x-small;
    text-align: right;
    color: #ffffff;
}

    .navbar-small > li > ul > li > a {
        font-size: x-small;
    }

    .navbar-small > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 10px;
    }

.navbar-large {
    font-size: large;
}

.copyright-text {
    color: #ffffff;
    text-align: left;
    font-size: small;
}

.social-media-container {
    text-align: right;
}

.contour-next-one-hero {
    min-height: 496px;
    background-image: url("../images//hero-bg-2000w.png");
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    position: relative;
}

.hero-right {
    text-align: left;
    background: transparent;
    color: #ffffff;
}

    .hero-right > .illuminated {
        color: #46bba8;
    }

.tab-nav {
    background-color: #021d5a;
}

.tab-nav-option {
    color: #ffffff;
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

    .tab-nav-option.active {
        color: #69c8e6;
        border-bottom-color: #66ccff;
        border-bottom-width: 3px;
        border-bottom-style: solid;
    }


    .tab-nav-option:hover {
        color: #69c8e6;
    }

.product-feature-area {
    background-color: #f5f5f5;
    clear: both;
}

.large-display-img-right {
    margin-top: 35px;
}

.large-display-text {
    padding-top: 35px;
    text-align: left;
    margin-bottom: 30px;
}

    .large-display-text > h3 {
        font-weight: bold;
    }

    .large-display-text p {
        color: black;
    }

.large-display-text-invert-color {
    padding-top: 35px;
    text-align: left;
}

    .large-display-text-invert-color > h3 {
        font-weight: bold;
    }

.product-feature {
    text-align: left;
    min-width: 400px;
    max-width: 400px;
    /*margin: 0 40px 30px 40px;*/
    margin: 0 0 30px 0;
}

.product-feature-flex-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product-feature h4 {
    font-weight: bold;
}

.product-feature p {
    color: black;
}

.product-feature .disclaimer {
    font-size: xx-small;
    color: gray;
}

.product-feature .img {
    margin: 0 auto;
    width: 100%;
}

.product-feature .description {
    margin-top: 30px;
    margin-bottom: 30px;
    align-self: center;
}

.img {
    position: relative;
    float: left;
    width: 224px;
    height: 224px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}


.getting-started-block > .img {
    position: relative;
    float: left;
    max-width: 250px;
    max-height: 250px;
    padding-right: 50%;
    padding-left: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 25px;
    margin-top: 25px;
}

    .getting-started-block > .img > span {
        color: #ffffff;
        text-align: center;
        position: absolute;
        bottom: 25%;
        right: 25%;
        left: 25%;
        padding: 14px;
    }

.getting-started-large {
    text-align: left;
    margin-bottom: 60px;
}

    .getting-started-large h3 {
        font-weight: bold;
    }

.getting-started-block .glyphicon-save {
    color: #66ccff;
    padding-right: 5px;
}

.getting-started-block > .option {
    font-size: small;
    border-bottom-color: #d3d3d3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #021d5a;
}

    .getting-started-block > .option a {
        color: #021d5a;
    }

.product-feature-row {
    width: 100%;
    /*	margin-top: 25px;*/
}

.contact-banner {
    background-image: url("../images/contact-bg.png");
    border: none;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
}

    .contact-banner > h4 {
        font-weight: bold;
    }

button.navbar-toggle {
    top: 30px;
}

.glyphicon-menu-up,
.glyphicon-menu-down {
    float: right;
}

i.glyphicon-menu-up,
i.glyphicon-menu-down {
    color: #69c8e6;
}

.large-display-img-right-invert-color {
    padding-top: 35px;
    color: #ffffff;
    background-color: #021d5a;
}


.large-body {
    text-align: left;
}

    .large-body h3,
    .large-body h5 {
        padding-top: 30px;
        font-weight: bold;
    }

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .nav-tabs > li > a {
        background-color: #ffffff;
        border: solid 1px #021d5a;
        border-radius: 2px;
        color: #021d5a;
        font-weight: bold;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a::selection {
        background-color: #021d5a;
        color: #ffffff;
        font-weight: bold;
    }

.panel-default > .panel-heading {
    background-color: #ffffff;
    color: #021d5a;
}

.panel-default {
    border: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    border-bottom: 1px solid #d3d3d3;
}

.panel-body {
    color: #000000;
}

.retailer {
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    margin-bottom: 10px;
}

.retailer-logo {
    max-height: 50px;
    margin: 10px 20px;
}

.retailer-name {
    margin-left: 30px;
    display: inline-block;
}

.search-icon-mobile {
    position: absolute;
    right: 90px;
    top: 45px;
    z-index: 101;
}

@media (min-width: 768px) {
    .getting-started-block {
        width: 480px;
    }

    .mobile-full-width-image {
        margin-top: 55px;
    }

    .contact-banner {
        background-position: left;
        background-color: #46B9EB;
    }

    .search-icon-desktop {
        display: block !important;
    }

    .search-icon-mobile {
        display: none !important;
    }

    .navbar-collapse {
        width: inherit;
    }

    .logo {
        position: absolute;
        top: 35px;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #ffffff;
    }

    .glyphicon-menu-up,
    .glyphicon-menu-down {
        padding-left: 8px;
    }

    .navbar-small li.dropdown .dropdown-toggle .glyphicon-menu-down, .navbar-small li.dropdown .dropdown-toggle .glyphicon-menu-up {
        padding-top: 4px;
    }

    .navbar-large li.dropdown .dropdown-toggle .glyphicon-menu-down, .navbar-large li.dropdown .dropdown-toggle .glyphicon-menu-up {
        padding-top: 4px;
        font-size: 11px;
    }

    .search-desktop {
        top: -20px;
        width: 400px;
        right: 30px;
    }
    /*bootstrap overrides mobile*/
    .navbar-default > li > a:active {
        color: #021d5a;
    }

    .navbar-default > li > a:focus {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a:focus {
        color: inherit;
    }
}

@media (max-width: 767px) {
    .getting-started-block {
        width: 100%;
    }
    .product-feature {

        min-width: 350px;
        max-width: 350px;

    }
    .product-feature {
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 20px;
    }

    .mobile-full-width-image {
        margin-top: 15px;
    }

    .contact-banner {
        background-position: right;
        background-color: #fff;
    }

    .flex-container li:nth-child(1) {
        flex-basis: 100%;
    }

    .search-icon-desktop {
        display: none !important;
    }

    .search-icon-mobile {
        display: block !important;
        position: unset;
        padding: 0;
        z-index: 10;
    }

        .search-icon-mobile img {
            width: 22px;
        }

    .search-desktop {
        top: 75px;
        width: 100%;
        right: 0;
    }

    .logo {
        position: relative;
        top: -12px;
    }
    }

@media (max-width: 768px) {
    .retailer-name,
    .retailer {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .navbar-small {
        font-size: medium;
        text-align: center;
        color: #ffffff;
    }

        .navbar-small > li > ul > li > a {
            font-size: medium;
        }

    .navbar-large {
        font-size: medium;
    }

    .navbar-nav {
        margin: unset;
    }

    .navbar-default .navbar-nav > li > span {
        float: right;
    }

    .navbar-default .navbar-nav > li > a {
        background-color: #fff;
        color: #021d5a;
        text-align: left;
        border-bottom: solid;
        border-bottom-color: #d3d3d3;
        border-bottom-width: 1px;
    }

    .navbar-collapse.collapse.in > .col-xs-12 {
        background-color: #fff;
    }

    .col-sm-10 {
        min-height: unset;
    }
}

@media (max-width: 1278px) {
    .search-icon-mobile {
        display: block !important;
        position: unset;
        padding: 0;
        z-index: 10;
    }

        .search-icon-mobile img {
            width: 22px;
        }

    .panel.list-group.refactoredNav {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .list-group-item {
        width: auto;
    }

    .refactoredNav .mobile-logo {
        display: block;
        margin: 0 auto;
        max-height: 36px;
    }

    .refactoredNav .refactoredMobileNav {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1320px) {
    .getting-started-block {
        width: 370px;
    }
}

@media (min-width: 1321px) and (max-width: 1520px) {
    .getting-started-block {
        width: 400px;
    }
}

.navbar-collapse.collapsing > .col-xs-12 {
    background-color: #fff;
}

.glyphicon-menu-up {
    display: none;
}

a[aria-expanded="true"] .glyphicon-menu-down {
    display: none;
}

a[aria-expanded="true"] .glyphicon-menu-up {
    display: block;
}

a[aria-expanded="false"] .glyphicon-menu-down {
    display: block;
}

a[aria-expanded="false"] .glyphicon-menu-up {
    display: none;
}
/* bootstrap overrides */
.navbar-small > li > a:hover {
    color: #021d5a;
    background-color: transparent;
}

.navbar-small > li > a:active {
    color: #021d5a;
    background-color: transparent;
}

.navbar-default > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu {
    min-width: 175px;
}

.search-desktop-wrap {
    margin-top: -1px;
    display: none;
    z-index: 9;
}

.search-desktop {
    height: 60px;
    /* border: 1px solid red; */
    float: right;
    position: absolute;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.search-button-new {
    transform: rotate(-90deg);
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 11px;
    right: 3px;
}

.search-button-new-wrap {
    background-color: #021D5A;
    height: 40px;
    width: 40px;
    right: 10px;
    position: absolute;
    border-radius: 5px;
}

.search-button-new:hover {
    cursor: pointer;
}

.search-desktop-input-wrap {
    position: absolute;
    left: 0px;
    height: 40px;
    width: 140px
}

.search-desktop-input {
    width: 100%;
    height: 100%;
    border: none;
    margin-left: 10px;
    padding-left: 10px;
    color: #021D5A;
}

.mobile-full-width-image {
    display: inline;
}

.utilitynavblock, .countrygenericfooterlinksblock {
    width: auto;
}

.footersocialmedialinksblock {
    width: auto;
    padding: 0;
}

body {
    overflow-x: hidden;
}


.large-display-text-inner, .large-display-text-retailer {
    text-align: left;
    margin-bottom: 30px;
    margin-top: -30px;
}

.col-sm-12.getting-started-large.col-sm-offset-1 {
    margin-top: 30px;
}

.bar-codes {
    margin: 15px 0;
}

    .bar-codes img {
        margin: 0 35px 0 0;
    }

.hero-logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
/*product callout*/

.callout-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}

.callout-square-wrp {
    min-width: 385px;
    width: 385px;
    min-height: 320px;
    margin: 10px 10px 0px 10px;
    display: inline-block;
    float: left;
}

.callout-top-img {
    min-width: 385px;
    width: 385px;
    height: 320px;
    text-align: left;
    background-position: top left;
    background-repeat: no-repeat;
}

.callout-bottom-copy {
    color: #000;
    text-align: left;
    font-size: 20px;
    padding: 20px 10px 10px 10px;
    min-height: 90px;
}

.callout-bottom-cta {
    color: #000;
    text-align: right;
    float: right;
    font-size: 20px;
    padding: 10px 0px 10px 0px;
}

.pull-up {
    margin-top: -50px;
}

.callout-square-wrp p {
    padding: 30px 40px 0px 30px;
    font-size: 22px;
}

    .callout-square-wrp p.subtext {
        font-size: 16px;
        padding: 15px 40px 0px 30px;
    }

.callout-square-wrp.center-text p {
    font-size: 28px;
    text-align: center;
}

.callout-square-wrp button {
    padding: 4px 25px 4px 25px;
    background-color: #FCBF2C;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 0;
    margin-left: 30px;
}

.banner-row img {
    width: 100%;
    margin: 0px 0 00px 0;
}

@media (min-width: 1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
        width: 1197px;
    }
}
.area-wide-sm-3 {
    width: 30%;
}
.container {
    text-align: left;
    color: #111;
}

.generic-address-block {
    border-bottom: 1px solid #e9e1e1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.container h4, .container h3, .container h2, .container h1 {
    color: rgb(2, 29, 90);
}

h4.headingMargin40 {
    margin-top: 40px;
    margin-bottom: 0px;
}

.btn-dark-blue {
    border-radius: 3px;
    background-color: rgb(2, 29, 90);
}

.btn-dark-blue span {
    font-size: 14px;
    padding: 5px;
}

select.select-callout {
    border-radius: 3px;
    border-color: #cccccc;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 23px !important;
    /* Some browsers will not display the caret when using calc, so we put the fallback first */
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
}
/*For IE*/
select.select-callout::-ms-expand {
    display: none;
}
@media(max-width: 720px) {

    .callout-square-wrp {
        min-width: 375px;
        width: 375px;
    }

    .callout-top-img {
        min-width: 375px;
        width: 375px;
    }
    .area-wide-sm-3 {
        width: 100%;
    }
}
.carousel-control {
    display: none;
}
/* end of product callout*/


.bx-controls-direction > a{
    font-size: 40px;
}
.col-xs-10.product-feature-row .bx-wrapper {
    margin: 0 auto 60px;
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-feature-row .bx-wrapper .bx-pager.bx-default-pager a {
    background: #1C518E;
}
    .product-feature-row .bx-wrapper .bx-pager.bx-default-pager a.active, .product-feature-row .bx-wrapper .bx-pager.bx-default-pager a:focus, .product-feature-row .bx-wrapper .bx-pager.bx-default-pager a:hover {
        background: rgb(2, 29, 90);
    }



.bx-controls-direction {
    position: relative;
    width: 128px;
    margin: 0 auto;
}
.product-feature-row .bx-wrapper .bx-controls-direction a {
    top: 20px;
    text-indent: 0;
    font-size: 28px;
}
.product-feature-row .bx-pager.bx-default-pager {
    display: inline-block;
    text-align: center;
    position: static;
    padding-top: 13.5px;
    width: auto;
}

@media (max-width: 1279px) and (min-width: 768px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

   /* .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        position: relative;
        padding-bottom: 0;
        width: auto;
        clear: both;
    }*/

        /*.navbar-nav > li {
            width: 100%;
        }
*/
    .navbar-small{
        display: inline;
        font-size: medium;
        z-index: 9;
    }
    .navbar-small li.utilitychildrenblock{
        width: 100%;
    }
    .navbar-small li {
        width: auto;
        
    }
        .navbar-small > li > ul > li > a{
            font-size: medium;
        }
        .navbar-small > li.utilitynavblock > a:active, .navbar-small > li.utilitynavblock > a:focus {
            color: #021d5a;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
        position: relative;
        width: 100%;
    }

    .navbar-nav .dropdown-menu {
        position: relative;
        border: none;
        box-shadow: none;
        width: 100%;
    }

    .search-icon-desktop {
        display: none !important;
    }

    .search-icon-mobile {
        display: block !important;
    }

    .logo {
        position: relative !important;
        top: -20px !important;
    }

    .search-desktop {
        width: 100%;
        right: 0;
        position: sticky;
    }

    .navbar-collapse.collapse.in > .col-xs-12 {
        background-color: #fff;
    }

    .navbar-default .navbar-nav > li > a {
        background-color: #fff;
        color: #021d5a;
        text-align: left;
        border-bottom: solid;
        border-bottom-color: #d3d3d3;
        border-bottom-width: 1px;
    }

        .navbar-default .navbar-nav > li > a:active,
        .navbar-default .navbar-nav > li > a:focus {
            color: #021d5a;
        }

    .navbar-default .col-sm-offset-1 {
        margin-left: 0% !important;
    }

    .navbar-default .col-xs-12.col-sm-11.col-sm-offset-1.col-md-10 {
        width: 100%;
        position: static;
    }
}


/******************************* Country Select ********************************/
#countrySelect {
    background-color: #000;
    position: fixed;
    display: none;
}

.modal-dialog.country-select {
    opacity: 1;
}

#modal-map {
    background: url('/globalassets/Country-Sites/map.svg') no-repeat;
    height: 100%;
    width: 82%;
    margin: 5% 10%;
    position: absolute;
    opacity: .25;
}

.modal-content.country-select {
}

.modal-body.country-select {
    width: 400px;
    margin: auto;
    padding: 0;
    position: relative;
}

#countrySelect .close-btn {
    background-image: url('/globalassets/Country-Sites/close_btn.svg');
    cursor: pointer;
    height: 25px;
    width: 25px;
    position: relative;
    float: right;
    top: 100px;
    left: 40px;
}

#find-country {
    margin-top: 120px;
    width: 400px;
    height: 65px;
    font-size: 25px;
    padding-left: 10px;
    color: black;
}

#find-country::-ms-clear {
    display: none;
}

#countrySelectResults {
}

#countrySelectList {
    padding: 0;
}

li.countrySelectItem {
    list-style-type: none;
}

li.countrySelectItem a {
    width: 400px;
    display: block;
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 400;
    background-image: url('/globalassets/Country-Sites/right.png');
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 30px 30px;
    padding: 15px 60px 15px 10px;
    border: 1px solid #fff;
    border-width: 0 1px 1px 1px;
}

li.countrySelectItem a:hover {
    background-color: #009DE0;
}
.modal-content.country-select{
    background-color: transparent;
}
footer .dropdown-toggle {
    background: transparent;
    border: 1px solid #6dcff6;
    padding: 0 0 0 15px;
    color: #fff;
    border-radius: 0;
    margin-bottom: 20px
}
#divLoader {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 1000
}

#divLoader img {
    width: 4%;
    position: relative;
    top: 35%
}
body.loading {
    overflow: hidden;
}

    body.loading #divLoader {
        display: block;
    }

@media (min-width: 1279px) {
    .search-icon-mobile {
        display: block !important;
        position: absolute;
        right: 90px;
        top: 45px;
        z-index: 101;
    }
}

@media (min-width: 991px) and (max-width: 1278px) {
    .search-icon-desktop {
        display: block !important;
    }

    .search-icon-mobile {
        display: none !important;
    }
}

