:root {
    --brand: #71bd50;
    --brand-2: #008B4F;
    --dark: #252525;
    --grey: #dddddd;
}
/*! CSS Used from: https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-bars:before {
    content: "\f0c9";
}
/*! CSS Used from: https://www.canadadrugsdirect.com/content/css/bootstrap-home.min.css */
header {
    display: block;
}

a {
    background: 0 0;
}

    a:active, a:hover {
        outline: 0;
    }

img {
    border: 0;
}

button, input {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

input {
    line-height: normal;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    .navbar {
        display: none;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button, input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-sm-4, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width:768px) {
    .col-sm-4 {
        float: left;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

.collapse {
    display: none;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: optional;
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-filter:before {
    content: "\e138";
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

@media (min-width:768px) {
    .navbar-right {
        float: right !important;
    }
}

.container-fluid:after, .container-fluid:before, .container:after, .container:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar:after, .navbar:before, .row:after, .row:before {
    content: " ";
    display: table;
}

.container-fluid:after, .container:after, .nav:after, .navbar-collapse:after, .navbar:after, .row:after {
    clear: both;
}
/*! CSS Used from: https://www.canadadrugsdirect.com/content/css/styles-home.min.css */
.a-link, .chat_button {
    text-decoration: underline;
}

.chat_button {
    cursor: pointer;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

a, p {
    font-family: Ubuntu,sans-serif;
}

input[type=text] {
    border-radius: 4px;
    box-shadow: 1 0 6px #032525;
    border: 1px solid #c9dce1;
    padding: 4px;
}

.navbar .header-main .header-cart-container .header-cart-btn:hover {
    text-decoration: none;
}

.navbar a, .navbar p {
    color: #fff;
}

.navbar .header-main .header-cart-container .sign-in-btns a, .navbar .header-main .header-search button:hover, a.header-cart-btn:hover {
    color: #71bd50;
}

.navbar .header-info {
    padding: 10px;
    background-color: #ffc107;
    color: var(--dark);
    text-align: center;
    font-weight: bold;
}

.navbar .header-topbar {
    background: #252525;
}

    .navbar .header-topbar a span {
        font-size: 18px;
        font-weight: 700;
    }

        .navbar .header-topbar a span.font-small {
            font-size: 14px !important;
            font-weight: 700;
        }

    .navbar .header-topbar a {
        padding: 8px 8px 8px 15px;
    }

        .navbar .header-topbar a:hover {
            background: 0 0;
            color: #c9dce1;
        }

    .navbar .header-topbar .nav a {
        background: 0 0;
        display: inline-block;
    }

.need_help {
    display: inline;
}

.contact-us-header {
    display: flex;
    align-items: center;
    height: 38px;
}

    .contact-us-header span {
        padding-right: .7rem;
    }

    .contact-us-header a {
        padding: 0 !important;
    }

.navbar .header-main {
    background: #fff;
}

.chat_button {
    background: 0 0 !important;
    border: none;
    color: #fff;
}

.navbar .header-main .navbar-brand {
    position: relative;
    left: -8px;
    display: block;
    float: none;
    padding: 0 15px 5px 0;
    height: auto;
}

.navbar .header-main .header-search {
    position: relative;
    margin-top: 20px;
    padding: 5px 5px 5px 15px;
    background: #fff;
    border-radius: 25px;
    border: 2px solid rgba(0,0,0,.3);
}

    .navbar .header-main .header-search input {
        background: 0 0;
        border: none;
        box-shadow: none;
        color: #000;
    }

        .navbar .header-main .header-search button:active, .navbar .header-main .header-search button:focus, .navbar .header-main .header-search button:hover, .navbar .header-main .header-search input:active, .navbar .header-main .header-search input:focus, .navbar .header-main .header-search input:hover {
            outline: 0 !important;
            -webkit-appearance: none;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

    .navbar .header-main .header-search button {
        display: block;
        padding: 10px;
        position: absolute;
        right: 6px;
        top: 0;
        background: 0 0;
        color: rgba(0,0,0,.5);
        border: 0;
        font-size: 20px;
    }

.checkout-container, .navbar .header-main .header-cart-container, .navbar .header-nav li a {
    position: relative;
}

    .navbar .header-main .header-cart-container .header-cart-btn {
        position: absolute;
        right: 80px;
        top: 28px;
        color: #252525;
        display: block;
        font-size: 18px;
    }

    .navbar .header-main .header-cart-container #checkout {
        background-color: #008b52;
        color: #fff;
        margin-left: 8px;
        padding: 5px;
        border-radius: 5px;
        position: absolute;
        right: 0;
        top: 23px;
    }

        .navbar .header-main .header-cart-container #checkout:hover {
            background-color: #71bd50;
            text-decoration: none;
        }

    .navbar .header-main .header-cart-container .sign-in-btns {
        position: absolute;
        right: 0;
        top: 55px;
    }

        .navbar .header-main .header-cart-container .sign-in-btns a:hover {
            text-decoration: none;
            color: rgba(0,0,0,.5);
        }

.navbar .header-nav {
    background: #71bd50;
}

    .navbar .header-nav li a {
        font-size: 18px;
        font-weight: 500;
        border-right: 1px solid #fff;
        height: 80px;
    }

        .navbar .header-nav li a p {
            width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
        }

        .navbar .header-nav li a span {
            display: block;
        }

        .navbar .header-nav li a:active, .navbar .header-nav li a:hover, .navbar .header-nav li a:visited {
            background: #008b52;
        }

    .navbar .header-nav li:last-child a {
        border-right: none;
    }

@media only screen and (max-width:600px) {
    .checkout-container {
        height: 45px;
    }
}

@media only screen and (min-width:600px) {
    .checkout-container {
        height: 45px;
    }
}

@media only screen and (min-width:768px) {
    .checkout-container {
        height: 45px;
    }
}

@media only screen and (min-width:992px) {
    .checkout-container {
        height: 80px;
    }
}

.footer-promo {
    width: 100%;
    text-align: center;
    font-weight: 700;
    background-color: #008b52;
    color: #fff;
}

    .footer-promo p {
        margin-bottom: 0;
        display: block;
        padding: 15px;
    }

        .footer-promo p span.promo-code {
            background-color: #71bd50;
            padding: 5px 8px;
            margin-left: 5px;
            margin-right: 5px;
            display: inline;
        }

@media screen and (max-width:768px) {
    .footer-promo p {
        padding: 10px;
    }

        .footer-promo p span.mobile-promo-code {
            display: block;
            padding-bottom: 5px;
        }
}

@media screen and (max-width:500px) {
    .footer-promo p span.mobile-promo-code-second {
        display: none;
        padding-top: 5px;
    }
}

@media screen and (max-width:767px) {
    .navbar .header-topbar .nav li {
        display: inline-block;
    }

    .contact-us-header {
        flex-direction: column;
        height: auto;
    }

        .contact-us-header a, .contact-us-header span {
            padding-bottom: 1rem;
            padding-right: 0;
        }

    .checkout-container {
        height: 45px;
        margin: 0 auto;
    }

    .navbar .header-main, .navbar .header-topbar {
        text-align: center;
    }

        .navbar .header-topbar .nav {
            margin: 0;
        }

            .navbar .header-topbar .nav li a:last-child, .navbar .header-topbar .nav li:last-child a {
                padding-left: 8px;
            }

        .navbar .header-main .navbar-brand {
            padding-right: 0;
        }

            .navbar .header-main .navbar-brand img {
                margin: 0 auto;
            }

        .navbar .header-main .header-search {
            margin-top: 5px;
            margin-bottom: 10px;
        }

        .navbar .header-main .header-cart-container .header-cart-btn {
            text-align: left;
            top: 0;
            left: 0;
            font-size: 1.2em;
        }

        .navbar .header-main .header-cart-container #checkout {
            top: 0;
        }

        .navbar .header-main .header-cart-container .sign-in-btns {
            position: relative;
            top: auto;
        }

    .navbar .header-nav li a {
        font-size: 1.3em;
    }

    .navbar-collapse {
        width: 100%;
        padding: 0;
        max-height: none;
    }

    .navbar .header-nav li a span {
        display: inline;
    }

    .need_help {
        display: none;
    }
}

@media all and (max-width:991px) {
    .navbar .header-main .header-search {
        margin-top: 10px;
    }

    .navbar .header-main .header-cart-container #checkout, .navbar .header-main .header-cart-container .header-cart-btn {
        top: 8px;
    }

    .navbar .header-nav li a {
        font-size: 1.2em;
    }
}

@media all and (min-width:991px) {
    .container-fluid {
        width: 100%;
        max-width: 1400px;
    }
}

.navbar {
    border-top: 0;
    margin-bottom: 0 !important;
}

.cdd-logo {
    width: 232px;
    height: 82px;
}
/*! CSS Used from: https://www.canadadrugsdirect.com/content/css/home.css */
.navbar-nav:before, .navbar-nav:after, .header-nav .container:before, .header-nav .container:after, .nav-justified:before, .nav-justified:after {
    content: none;
}

.navbar .header-main .header-search input:hover, .navbar .header-main .header-search input:active, .navbar .header-main .header-search input:focus, .navbar .header-main .header-search button:hover, .navbar .header-main .header-search button:active, .navbar .header-main .header-search button:focus {
    outline: 0px !important;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

* {
    font-family: Ubuntu, sans-serif;
}

p, a {
    font-size: 16px;
    font-weight: normal;
}

.navbar {
    margin-bottom: 0;
    border: none;
}

.header-topbar {
    padding: 3px 0;
    font-size: 16px;
    font-weight: 500;
}

.navbar .header-topbar {
    background-color: var(--dark);
}

    .navbar .header-topbar a {
        color: #FFF;
    }

.navbar a, .navbar p {
    margin-bottom: 0;
}

.navbar-nav {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul.navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
}

.navbar-nav a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    display: inline;
}

    .navbar-nav a:hover {
        color: #C9DCE1;
        background-color: transparent !important;
    }

.navbar-nav li:not(:last-child) {
    border-right: 1px solid #FFF;
}

.navbar-nav li > a {
    display: inline-block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .navbar-nav li > a > .fa {
        padding-right: 5px;
    }

.navbar .navbar-brand {
    height: auto;
    padding: 0;
    min-width: 200px;
}

.navbar .header-main .header-search {
    margin: 20px auto 0 auto;
    padding: 5px 5px 5px 15px;
    background: #fff;
    border-radius: 25px;
    border: 2px solid rgba(0,0,0,.3);
}

@media (max-width: 767px) {
    .navbar .header-main .header-search {
        margin: 10px auto;
    }
}

.header-search {
    width: 100%;
    margin: 10px;
}

    .header-search form {
        display: flex;
    }

    .header-search input {
        background: none;
        border: none;
        box-shadow: none;
        color: #000;
        padding-left: 0;
    }

    .header-search button {
        display: block;
        background: none;
        border: none;
        color: rgba(0,0,0,.5);
        padding: 0 10px;
    }

.header-cart-container {
    text-align: center;
    flex-shrink: 0;
    margin-bottom: 10px;
}

    .header-cart-container a:hover {
        text-decoration: none;
    }

    .header-cart-container .checkout-container {
        display: flex;
        align-items: center;
        justify-content: end;
        margin-bottom: 10px;
    }

    .header-cart-container .header-cart-btn {
        color: var(--dark);
        display: block;
        font-size: 18px;
    }

    .header-cart-container #checkout {
        background-color: var(--brand-2);
        color: #fff;
        margin-left: 8px;
        padding: 0.5rem 1rem;
        border-radius: 5px;
    }

        .header-cart-container #checkout:hover {
            background-color: var(--brand);
        }

.sign-in-btns a {
    color: var(--brand);
}

    .sign-in-btns a:hover {
        color: var(--brand-2);
    }

.header-nav {
    background-color: var(--brand);
}

.navbar-collapse a {
    color: #FFF;
    font-weight: 500;
    transition: 0.2s all ease;
    height: 100%;
}

    .navbar-collapse a:hover {
        background-color: var(--brand-2) !important;
    }

.navbar-toggle {
    color: #FFF;
}

.footer-promo {
    background-color: var(--brand-2);
    color: #FFF;
    padding: 10px;
    text-align: center;
}

    .footer-promo p, .footer-promo a {
        font-weight: 500;
    }

    .footer-promo .mobile-promo-code {
        display: block;
    }

    .footer-promo .promo-code {
        background-color: var(--brand);
        padding: 5px 8px;
    }

    .footer-promo a {
        color: #FFF;
        text-decoration: underline;
    }

        .footer-promo a:hover {
            text-decoration: none;
        }

@media only screen and (min-width: 48em) {
    .navbar-nav {
        flex-direction: row;
        align-items: center;
    }

    .header-cart-container {
        text-align: right;
        margin-bottom: 0;
    }

    .nav-justified {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        align-items: center;
        gap: 0;
    }

        .nav-justified li {
            width: 100%;
            height: 100%;
        }

            .nav-justified li a {
                white-space: initial;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: row;
            }

    .footer-promo .mobile-promo-code {
        display: inline;
    }
}

.account-menu-items li {
    border-right: none !important;
}

    .account-menu-items li a {
        padding: 8px 0px 8px 15px !important;
    }
/*! CSS Used from: Embedded */
.mobile-nav-items {
    display: none;
    visibility: hidden;
}

.navbar-nav li a {
    padding-right: 1rem !important;
}

.navbar-nav li:not(:first-child):before {
    content: "|";
    color: #FFF;
}

.navbar-nav .glyphicon {
    padding-right: 1rem;
}

.mobile-sign-in {
    display: none;
}

    .mobile-sign-in li {
        display: inline-block;
    }

        .mobile-sign-in li a {
            color: var(--brand) !important;
        }

@media screen and (max-width: 767px) {
    .mobile-sign-in {
        display: block;
    }

    .sign-in-btns {
        display: none;
    }

    .hfm {
        display: none !important;
    }

    .chat_button {
        display: none;
    }

    .mobile-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .mobile-nav .navbar-toggle {
            background-color: var(--brand);
            margin: 0;
        }

    .mobile-nav-items {
        display: block;
        visibility: visible;
    }

    .navbar-collapse {
        border-bottom: 0;
        height: auto !important;
        background-color: var(--brand);
    }

    .header-nav .nav {
        display: none;
    }
}
/*! CSS Used fontfaces */
@font-face {
    font-display: swap;
    font-family: 'Glyphicons Halflings';
    src: url(https://www.canadadrugsdirect.com/content/fonts/glyphicons-halflings-regular.eot);
    src: url(https://www.canadadrugsdirect.com/content/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://www.canadadrugsdirect.com/content/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://www.canadadrugsdirect.com/content/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://www.canadadrugsdirect.com/content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjvWyNL4U.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjtGyNL4U.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjvGyNL4U.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1Czjs2yNL4U.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjvmyNL4U.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjsGyN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKcg72j00.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKew72j00.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKcw72j00.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKfA72j00.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jvWyNL4U.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jtGyNL4U.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jvGyNL4U.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3js2yNL4U.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jvmyNL4U.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jsGyN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@media screen and (max-width:767px) {
    ul.navbar-nav.account-menu-items {
        flex-wrap: nowrap;
    }

    .navbar .header-topbar .nav li {
        white-space: nowrap;
    }

    .mobile-sign-in {
        padding-left: 0;
    }
}