@font-face {
    font-family: FontAwesome;
    src: url(webfonts/fontawesome-webfont.ttf) format("truetype")
}

body {
    font-family: Lato,sans-serif;
    background: #f0f0f0;
    color: #272727
}

h1 {
    font-size: 26px;
    font-weight: 900;
    color: #0268ab;
    margin: 1.5rem 0 0
}

h2 {
    font-size: 22px;
    font-weight: 900;
    margin: 1rem 0
}

h3 {
    font-size: 20px;
    font-weight: 900;
    color: #272727;
    margin: 1.5rem 0 1rem
}

.heading-3 {
    margin-top: 40px
}

h4 {
    font-size: 20px;
    font-weight: 900
}

a {
    color: #0b84d4
}

    a:hover {
        color: #f49729;
        text-decoration: underline
    }

.frequently-bought-together hr {
    margin-top: 4rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.list-unstyled {
    line-height: 2rem
}

.message {
    padding: 20px;
    background: #ffffe0
}

.dropdown-toggle::after {
    transition: transform .15s linear
}

.show.dropdown .dropdown-toggle::after {
    transform: translateY(3px)
}

.dropdown-menu {
    margin-top: 1px
}

.phone-utility {
    position: relative;
    top: 0;
    transition: top ease .5s;
    color: #0068ab;
    padding: .35rem 1.25rem;
    margin-bottom: .5rem !important;
    width: 310px
}

@media screen and (max-width:767px) {
    .phone-utility {
        width: 100%
    }

        .phone-utility em {
            font-size: 15px
        }
}

.phone-utility:hover {
    top: -10px;
    background-color: #b8daff
}

.phone-utility.yellow:hover {
    background-color: #ff9 !important
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

    .cc-window.cc-invisible {
        opacity: 0
    }

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

    .cc-animate.cc-revoke.cc-top {
        transform: translateY(-2em)
    }

    .cc-animate.cc-revoke.cc-bottom {
        transform: translateY(2em)
    }

    .cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
        transform: translateY(0)
    }

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

    .cc-window.cc-static {
        position: static
    }

    .cc-window.cc-floating {
        padding: 2em;
        max-width: 24em;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner {
        padding: 1em 1.8em;
        width: 100%;
        -ms-flex-direction: row;
        flex-direction: row
    }

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

    .cc-link:hover {
        opacity: 1
    }

    .cc-link:active, .cc-link:visited {
        color: initial
    }

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

    .cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
        background-color: transparent;
        text-decoration: underline
    }

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

    .cc-close:focus, .cc-close:hover {
        opacity: 1
    }

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

    .cc-compliance > .cc-btn {
        -ms-flex: 1;
        flex: 1
    }

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

        .cc-window.cc-banner .cc-compliance {
            -ms-flex: 1;
            flex: 1
        }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

    .cc-theme-classic .cc-btn:last-child {
        min-width: 140px
    }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

@media screen and (min-width:850px) {
    .media_mobile {
        display: none !important
    }

    .cc-banner {
        padding: 20px;
        width: 400px !important;
        display: flex;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-left: 10px
    }
}

@media screen and (max-width:850px) {
    .media_desktop {
        display: none !important
    }

    .cc-banner, .cc-bottom, .cc-color-override-530831885, .cc-floating, .cc-theme-classic, .cc-type-info, .cc-window {
        margin: 10px !important
    }
}

.error-page {
    background: #0b84d4;
    padding: 3rem 4rem 4rem
}

    .error-page a {
        color: #f49729
    }

    .error-page h1 {
        margin: 0;
        color: #fff;
        font-size: 70px
    }

    .error-page p {
        color: #fff
    }

.validation-summary-errors {
    color: #c72128;
    line-height: 1.4
}

    .validation-summary-errors ul {
        list-style: none;
        color: #721c24;
        background-color: #f8d7da;
        border: 1px solid #f5c6cb;
        border-radius: 5px;
        padding: .8rem
    }

#dfwid-trigger-tab-191668.side {
    width: 209px !important;
    top: 50% !important
}

#dfwid-trigger-tab-191668 {
    padding: 6px 48px 12px 9px !important;
    height: 36px !important;
    background: rgba(0,104,171,.7) !important
}

    #dfwid-trigger-tab-191668 svg {
        top: 13px !important
    }

@media screen and (min-width:992px) {
    #dfwid-trigger-tab-191668 {
        background: #0068ab !important
    }
}

header {
    background: #fff
}

.logo {
    margin: 15px 0 0 35px
}

.top-navbar {
    position: absolute;
    top: -40px;
    right: 0;
    color: #0b84d4
}

@media screen and (max-width:991px) {
    .top-navbar {
        position: absolute;
        top: -75px
    }
}

.top-navbar ul li {
    display: inline;
    font-size: 24px
}

.social li a {
    padding-right: 14px;
    color: #c8c8c8
}

header .fa-envelope {
    font-size: 24px
}

.phone {
    cursor: pointer
}

.tooltip-inner {
    background-color: #0b84d4 !important;
    color: #fff
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #0b84d4 !important
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #0b84d4 !important
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #0b84d4 !important
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #0b84d4 !important
}

.email {
    font-weight: 700;
    padding: 0 7px 0 20px;
    cursor: pointer
}

.user:hover {
    color: #a6aab1
}

.fa-circle {
    color: #f49729;
    right: 13px;
    position: relative;
    top: -22px;
    font-size: 11px
}

.shopping-cart {
    padding: 0 10px 0 20px
}

@media screen and (max-width:991px) {
    .shopping-cart {
        padding-right: 20px
    }
}

.shopping-cart a {
    text-decoration: none
}

.badge-primary {
    color: #f49729;
    background-color: transparent;
    margin: -14px 0 0 -50px;
    position: absolute
}

.badge {
    font-size: 52%;
    font-weight: 400
}

.user {
    padding: 0 55px 0 10px;
    cursor: pointer
}

.MEA {
    margin: 0 15px 0 0
}

    .MEA .fa-sign-in-alt, .fa-sign-out-alt, .fa-user-circle, .iMonnit svg {
        margin-right: 5px;
        font-size: 18px
    }

.iMonnit svg {
    margin-top: -3px
}

#accountDropdown {
    margin: .2rem 1.85rem 0;
    background: -moz-linear-gradient(left,#0068ab 1%,rgba(0,104,171,.92) 99%,rgba(0,104,171,.92) 100%);
    background: -webkit-linear-gradient(left,#0068ab 1%,rgba(0,104,171,.92) 99%,rgba(0,104,171,.92) 100%);
    background: linear-gradient(to right,#0068ab 1%,rgba(0,104,171,.92) 99%,rgba(0,104,171,.92) 100%);
    border: none;
    border-radius: 0;
    padding: 1rem
}

@media screen and (min-width:992px) {
    #accountDropdown {
        position: absolute;
        top: 2.2rem;
        max-width: 183px;
        min-width: 170px;
        right: 1.1rem
    }
}

#accountDropdown a {
    color: #fff;
    display: block
}

    #accountDropdown a:hover {
        text-decoration: underline !important
    }

@media screen and (max-width:991px) {
    .top-navbar {
        position: relative;
        top: 0;
        left: 0;
        text-align: center
    }

    .navbar-collapse {
        margin: 0 1rem
    }

    .top-navbar ul li {
        font-size: 22px
    }

    .email {
        margin-left: 0
    }

    .logo {
        margin: 20px 0 0 20px;
        width: 229px;
        height: 35px
    }

    .user {
        padding: 0
    }
}

.navbar {
    padding: 0
}

.navbar-nav {
    margin-top: .9rem
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #0068ab;
    font-weight: 700
}

.navbar-light .navbar-nav .nav-link {
    color: #0068ab;
    font-weight: 700
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #f49729
    }

.dropdown-menu {
    background: -moz-linear-gradient(left,#0068ab 1%,rgba(0,104,171,.85) 99%,rgba(0,104,171,.85) 100%);
    background: -webkit-linear-gradient(left,#0068ab 1%,rgba(0,104,171,.85) 99%,rgba(0,104,171,.85) 100%);
    background: linear-gradient(to right,#0068ab 1%,rgba(0,104,171,.85) 99%,rgba(0,104,171,.85) 100%);
    border: none;
    border-radius: 0
}

.adminBar__container .dropdown-menu {
    padding: .4rem 1rem
}

.adminBar__container .dropdown-heading {
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
    margin: .4rem 0
}

.adminBar__container .dropdown-item {
    line-height: 1.5rem
}

.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    font-weight: 900;
    vertical-align: top;
    border: none
}

.dropdown-item {
    color: #fff;
    padding: 0 1.3rem;
    line-height: 1.8rem
}

@media screen and (max-width:991px) {
    .dropdown-item {
        line-height: 2.2rem
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #a6aab1
}

.navbar-toggler {
    margin-top: -57px
}

.dropdown-toggle::after {
    color: #f49729
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,104,171,1)' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.custom-toggler.navbar-toggler {
    border-color: transparent
}

.form-control {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

header input.form-control {
    color: #0b84d4 !important;
    font-family: Lato;
    font-weight: 400
}

.search::placeholder {
    color: #0b84d4
}

.form-control {
    border: 1px solid rgba(11,132,212,.5);
    border-radius: 0;
    font-family: Lato !important;
    font-weight: 400 !important
}

@media (min-width:576px) {
    .form-inline .form-control {
        width: 70%
    }
}

.btn-outline-success {
    background: #0b84d4;
    border-color: #0b84d4;
    color: #fff;
    font-weight: 400
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #f49729;
        border-color: #f49729
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #f49729;
        border-color: #f49729
    }

button:focus {
    outline: 0
}

.results-monnit {
    background: #0b84d4;
    padding: 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 2rem
}

    .results-monnit a {
        color: #fff
    }

.breadcrumb {
    margin-bottom: 0;
    background: -moz-linear-gradient(left,#0b84d4 0,rgba(11,132,212,.1) 100%);
    background: -webkit-linear-gradient(left,#0b84d4 0,rgba(11,132,212,.1) 100%);
    background: linear-gradient(to right,#0b84d4 0,rgba(11,132,212,.1) 100%);
    border-radius: 0
}

.breadcrumb-item a, .breadcrumb-item.active {
    color: #fff
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    vertical-align: middle;
    font-weight: 900
}

#accountDropdown a {
    font-size: 16px
}

footer {
    color: #fff;
    padding: 50px 0 0;
    position: relative;
    bottom: 0;
    width: 100%;
    line-height: 1.75rem;
    background: #182c39
}

@media screen and (min-width:1500px) {
    .home footer {
        margin-bottom: 5.8rem
    }
}

.vertical-page footer {
    margin-bottom: 0
}

footer a {
    display: block;
    color: #fff;
    line-height: 2rem
}

footer h2 {
    color: #fff;
    margin-top: 0
}

footer h3 {
    display: inline-block;
    color: #08afe6;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 700
}

.getstarted:before {
    font-family: "Font Awesome 5 Free";
    content: "\f135";
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-weight: 900;
    font-size: 26px;
    position: relative;
    left: -5px;
    top: -5px
}

.about:before {
    font-family: "Font Awesome 5 Free";
    content: "\f129";
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-weight: 900;
    font-size: 26px;
    position: relative;
    left: -10px;
    top: -5px
}

.support:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-weight: 900;
    font-size: 26px;
    position: relative;
    left: -10px;
    top: -5px
}

footer h2 {
    font-size: 22px;
    font-weight: 900;
    color: #08afe6
}

footer .social {
    font-size: 18px;
    color: #fff
}

    footer .social a {
        display: inline
    }

    footer .social li {
        color: #fff
    }

footer p {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 1.7rem
}

footer ul li {
    display: inline
}

footer .fa-newspaper {
    font-size: 40px;
    margin-left: 10px;
    margin-bottom: -4px
}

footer input {
    line-height: 2.2rem;
    padding-left: 5px;
    color: #0b84d4
}

footer ::placeholder {
    color: #0b84d4
}

footer button[type=submit] {
    border-radius: 5px;
    background: #0b84d4;
    border: none;
    color: #fff;
    padding: 6px 12px;
    margin-left: 10px
}

@media screen and (min-width:768px) and (max-width:991px) {
    footer button {
        margin-left: 0 !important
    }
}

@media screen and (max-width:767px) {
    footer .container {
        text-align: center
    }

    .stayconnected {
        margin-top: 1rem
    }

    header button[type=submit] {
        margin-left: 0
    }

    footer .form-news input {
        margin: 0 auto;
        display: block
    }
}

.bottom-footer {
    background: #0268ab;
    text-align: center;
    padding: 12px 0;
    font-size: 14px
}

    .bottom-footer a {
        display: inline
    }
