﻿@font-face {
    font-family: Now-Regular;
    src: url("../font/Now-Regular.otf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: Now-Medium;
    src: url("../font/Now-Medium.otf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: Now-Light;
    src: url("../font/Now-Light.otf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: 'League Gothic';
    src: url('../font/leaguegothic-regular-webfont.eot');
    src: url('../font/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/leaguegothic-regular-webfont.woff') format('woff'), url('../font/leaguegothic-regular-webfont.ttf') format('truetype'), url('../font/leaguegothic-regular-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body, label, span, td, th {
    font-family: 'Now-Light', sans-serif;
}

h2 {
    font: 19px/40px 'Now-Regular', sans-serif;
    font-weight: 700;
}
a {
    color: #9b1f23;
}

h1 {
    font-family: Now-Medium;
    font-weight: 400;
    font-size: 45px;
    color: #0b1f44;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-align: center;
}

    h1:not(.nobrdr)::after {
        content: '';
        width: 70px;
        height: 2px;
        background: #9b1f23;
        position: absolute;
        left: 46%;
        bottom: -2px;
    }
#nav ul li {
    font-family: 'Now-Light';
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
}
.content-container {
    max-width: 1440px;
}

    .content-container.home {
        padding-top: 30px;
        text-align: center;
    }

    .content-container.content.about {
       padding-top: 60px;
       padding-bottom: 60px;
    }

        .content-container.content h1 {
            margin-bottom: 60px;
        }
#header ul li.noimg {
    padding: 25px 20px 20px;
}
#header ul li img {
    height: 35px;
    margin-top: 5px;
}


#header {
    height: 65px;
    position: relative;
}

    #header ul {
        list-style-type: none;
        position: absolute;
        right: 0;
        z-index: 3;
    }

        #header ul li {
            display: inline-block;
            padding: 10px 20px;
            border-right: 1px solid #b9babc;
            position: relative;
            vertical-align: top;
        }

            /*#header ul li:nth-of-type(2) {
                margin-right: 0;
            }*/
            #header ul li .top-cart {
                background: url(../img/icon-cart-jams.png) no-repeat;
                cursor: pointer;
                height: 45px;
                padding: 0px 10px 5px 45px;
                margin-left: 20px;
                margin-top: 10px;
                float: left;
                position: relative;
            }

                #header ul li .top-cart span {
                    position: absolute;
                    left: 24px;
                    font-size: 26px;
                    line-height: 30px;
                }
                #header ul li .top-cart span.bold.smaller {
                    font-size: 17px;
                }
            #header ul li:last-of-type {
                padding: 0px;
                border-right: none;
            }

            #header ul li img {
                margin-right: 10px;
            }

            #header ul li span {
                line-height: 44px;
            }

            #header ul li a, #header ul li a span {
                color: #091f44;
                font-family: Raleway;
                font-weight: 700;
            }

            #header ul li .bold {
                font-weight: 900;
            }

            #header ul li.login {
                cursor: pointer;
            }

                #header ul li.login.on {
                    background-color: #fff;
                }

.hero img {
    width: 100%;
}
.hero.home {
    margin-top: -112px;
}
.pharmacists-container {
    width: 100%;
}
.red-space {
    height: 50px;
    background-color: #9b1f23;
    width:100%;
}

.pharmacists {
    min-height: 475px;
    max-width: 1800px;
    margin: auto 0;
    width: 100%;
    display: block;
    position: relative;
}



.pharmacists .c1 {
    padding-top: 60px;
    position: relative;
    width: 100%;
    max-width: 800px; 
    overflow: hidden;
}
.half-circle {
    position: absolute;
    bottom: 0;
    left: 53%;
    transform: translateX(-50%);
    width: 85%;
    height: 72%;
    background-color: #9b1f23;
    border-radius: 50% 50% 0% 0%;
    z-index: 1;
}

.pharmacists .c1 img {
    position: relative;
    margin-bottom: -10px;
    max-width: 100%;
    z-index: 2;
}

.pharmacists .c2 {
    position: absolute;
    width: 50%;
    right: 0;
    top: 20%;
    text-align: left;
}

    .pharmacists .c2 h1 {
        font-size: 75px;
        line-height: 70px;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .pharmacists .c2 .c3 {
        font-size: 22px;
        line-height: 36px;
        max-width: 80%;
    }

.pharmacists .trusted {
    font-family: Now-Regular;
    font-size: 33px;
    font-weight: 300;
    line-height: 33px;
    text-align: left;
    padding-bottom: 110px;
}
.wrapper .content-container p {
    padding: 10px 0;
    line-height: 22px;
}
.welcome {
    position: relative;
    font-size: 14px;
    font-weight: bold;
}
.content textarea {
    font-family: Now-Regular, sans-serif;
    padding: 20px 5px 5px 5px !important;
    font-size: 14px;
}
.top .form {
    position: fixed;
    width: auto;
    right: 0;
    top: 65px;
}
.thankyou {
    text-align: center;
    width: 100%;
    clear: both;
    float: left;
    font-weight: bold;
}
.join label, .form label, .contact label {
    position: absolute;
    top: 4px;
    left: 4px;
    font-size: 11px;
    font-weight: 600;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    height: 16px;
    margin-bottom: 10px;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -16px;
}

label.css-label {
    background-image: url(/assets/img/checks-black.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font: 15px/18px 'Roboto', sans-serif;
    text-transform: uppercase;
}
input[type=submit]:not(.cbtn):not(.audit-btn), input[type=button] {
    color: #000;
    background-color: #fff;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: auto;
    font-size: 15px;
    line-height: 15px;
    font-family: "Poppins";
    height: auto;
}
#promo label {
    padding: 7px 5px 0 0;
}

.promo-code {
    border: 1px solid #c2c6c9;
    height: 33px;
    padding-left: 5px;
}

#simplemodal-container {
    border: 4px solid #999;
}
/* home page parallax */
.separator_type_5_path.top {
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.separator_type_5_path {
    height: 185px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 4;
    padding: 0;
}

svg:not(:root) {
    overflow: hidden;
}
.top-content .row {
    max-width: 1440px;
    margin: 0 auto;
}

.top-content .callout {
    height: auto;
    width: calc(33.33% - 14px);
    min-width: 250px;
    float: left;
    margin-right: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    aspect-ratio: 1;
}

    .top-content .callout img {
        width: 100%;
    }

    .top-content .callout p {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        font-size: 28px;
        line-height: 44px;
        color: #fff;
        padding: 60px 40px 0 40px;
        background-color: rgba(0, 0, 0, .7);
        min-height: 362px;
    }

    .top-content .callout span {
        font-family: Now-Medium;
        width: 100%;
        line-height: 90px;
        font-size: 32px;
        font-weight: bold;
        color: #fff;
        background-color: #9b1f23;
        display: block;
        margin-top: -5px;
    }

    .top-content .callout:last-of-type {
        margin-right: 0;
    }
.paralax_image {
    padding: 170px 0;
    background: url(../img/jamsrx/background-pills-blue.jpg);
}

    .paralax_image .container {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 1440px;
        min-height: 460px;
        padding: 100px 15px;
    }

    .paralax_image .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .paralax_image .row::after {
            content: "";
            clear: both;
            display: table;
        }

[class*="paralax_image"] > .container {
    z-index: 4;
    position: relative;
}

[class*="paralax_image"] {
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.top {
    min-height: 150px;
    font-family: Now-Light;
    background-color: #fff;
}
    .top .form {
        display: none;
        padding-top: 20px;
        width: 290px;
        background-color: #fff;
        position: absolute;
        right: 14%;
        padding: 40px 20px 20px 20px;
        z-index: 3;
    }

    .top .form.on {
        display: block;
    }

    .top .form div {
        position: relative;
    }

    .top .form p {
        font-size: 11px;
        font-weight: 600;
        padding-top: 20px;
    }

    .top .form a {
        color: #9b1f23;
    }
#nav {
    width: 100%;
    z-index: 2;
    position: relative;
    margin-top: 15px;
}

    #nav.home a {
        color: #000;
    }

    #nav logo {
        float: left;
    }

    #nav ul {
        list-style-type: none;
        display: inline-block;
    }

        #nav ul li {
            display: inline-block;
        }

#nav a {
    color: #0b1f44;
}

#nav ul li.red {
    background-color: #9b1f23;
}

#nav ul li.Blue {
    background-color: #0b1f44;
}

#nav ul li.red a {
    color: #fff;
}

#nav ul li.Blue a {
    color: #fff;
}

#nav ul li a:hover {
    color: #9b1f23;
    border-bottom: 5px solid #9b1f23;
    padding-bottom: 14px;
}

#nav ul li.red a:hover {
    color: #fff;
}

#nav ul li.Blue a:hover {
    color: #fff;
}
.bigger {
    font-size: 15px;
}

.smaller {
    font-size: 10px
}

.table.pad.small td.nopad {
    padding-top: 0 !important;
    padding-bottom: 6px !important;
    padding-left: 4px !important;
}

textarea {
    width: 96%;
    height: 170px;
}
.alert {
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient( 90deg, #3D86C6 0%, #3574AB 100%);
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
    padding: 8px;
    position: absolute;
    top: 60px;
}

    .alert a {
        color: #fff;
        padding: 15px;
    }


.top .form input[type=submit] {
    color: #fff;
    background-color: #9b1f23;
}
.arrow-button {
    cursor: pointer;
    color: #fff !important;
    background: url(../img/icon-circle-arrow.png) no-repeat right 20px center;
    padding: 0 66px 0 20px;
    display: inline-block;
    font-family: Now-Light;
    font-size: 14px;
    font-weight: bolder;
    line-height: 50px;
}

    .arrow-button.joinbtn {
        background-color: #081f44;
        margin-left: 5px;
    }

    .arrow-button.order {
        background-color: #9b1f23;
        margin-left: 20px;
    }


.icon-close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 15px;
    cursor: pointer
}

.join {
    background: url(/assets/img/background-wings.png) no-repeat;
    background-size: contain;
    background-position: center;
    padding-bottom: 200px;
}

    .join .col-content, .contact .col-content {
        padding: 40px;
    }

    .join p.bigger, .contact p.bigger {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 50px;
    }

    .join p.smaller {
        font-size: 13px;
        line-height: 24px;
    }

    .join p b, .contact p b {
        font-size: 15px;
        line-height: 30px;
    }

    .join .stepcount {
        float: right;
        font-size: 12px;
        font-weight: bold;
        padding-top: 10px;
    }

    .join input:not([type=button]):not([type=submit]), .form input:not([type=submit]), .contact input:not([type=submit]), .content textarea {
        background-color: #f9fafb;
        padding: 17px 4px 4px 4px;
        width: calc(100% - 8px);
        border: 1px solid #ccc;
        height: 40px;
        margin-bottom: 10px;
        font-size: 16px;
    }
.form input:not([type=submit]) {
    height: 40px;
}


.row input[type=submit] {
    font-weight: 300;
    text-transform: none;
    padding: 0 20px;
    background-color: #ff3c3c;
    font-family: 'Roboto';
    max-height: 46px;
    margin-top: 7px;
}

.redbutton, .row input[type=submit].redbutton {
    padding: 8px 16px;
    background-color: #e04444;
    font-family: 'Roboto';
    font-size: 16px;
    text-transform: none;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.redbutton:hover {
    background-color: #c63636;
}

.cbtn {
    padding: 10px 25px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}
    .cbtn:hover {
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }

    .cbtn.peach {
        background: #efab62;
    }
        .cbtn.peach:hover {
            background: #e69d4e;
        }

    .cbtn.blue {
        background: #3da9d9;
    }
        .cbtn.blue:hover {
            background: #2e8fbd;
        }

    .cbtn.purple {
        background: #d580e0;
    }
        .cbtn.purple:hover {
            background: #c468d0;
        }

    .cbtn.green {
        background: #6bbd3a;
    }
        .cbtn.green:hover {
            background: #5aa82e;
        }

    .cbtn.orange {
        background: #f59a38;
    }
        .cbtn.orange:hover {
            background: #e08825;
        }


.tabs .bggreen {
    border-radius: 25px;
}

#footer {
    background-color: #0b1f44;
    padding: clamp(40px, 8vw, 100px) 0;
    color: #fff;
    font-family: 'Open Sans';
}

    #footer .content-container {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }

    #footer ul {
        list-style-type: none;
    }

    #footer .col1 {
        flex: 2 1 280px;
        min-width: 0;
    }

    #footer .col2 a {
        padding-right: 15px;
        color: #fff;
    }

        #footer .col2 a:active, #footer .col2 a:visited {
            color: #9b1f23;
        }

    #footer .col2 {
        flex: 1 1 180px;
        min-width: 0;
    }

        #footer .col2 ul li {
            padding-bottom: 10px;
        }

    #footer .col3 a {
        font-weight: bold;
        font-size: 12px;
    }

.copyright {
    padding: 40px 0;
}

    .copyright p {
        font-size: 13px;
        color: #808285;
        float: left;
    }

    .copyright a {
        float: right;
        height: 40px;
        width: 40px;
        display: inline-block;
        margin-left: 20px;
    }

        .copyright a.facebook {
            background: url(../img/icon-facebook.png) no-repeat;
        }

        .copyright a.linkedin {
            background: url(../img/icon-linkedin.png) no-repeat;
        }

.attribute {
    color: #9b1f23;
    text-align: center;
    margin-bottom: 60px;
    height: 320px;
    cursor: pointer;
}

    .attribute p {
        display: none;
        color: #000;
        font-family: Raleway;
    }

    .attribute span {
        font-size: 43px;
        font-family: Raleway;
        font-weight: 700;
    }

    .attribute.wide {
        max-width: 570px;
        margin: 0 auto;
    }

    .attribute div {
        width: 78px;
        height: 76px;
        background: url(../img/icons.png) no-repeat;
        margin: 0 auto 10px auto;
    }

    .attribute .v {
        clear: both;
    }

    .attribute .service {
        background-position: 0px 0px;
    }

        .attribute .service.on {
            background-position: 0px 100%;
        }

    .attribute .inventory {
        background-position: -78px 0px;
    }

        .attribute .inventory.on {
            background-position: -78px 100%;
        }

    .attribute .pricing {
        background-position: -156px 0px;
    }

        .attribute .pricing.on {
            background-position: -156px 100%;
        }

    .attribute .quality {
        background-position: -313px 0px;
    }

        .attribute .quality.on {
            background-position: -313px 100%;
        }

    .attribute .expertise {
        background-position: -234px 0px;
    }

        .attribute .expertise.on {
            background-position: -234px 100%;
        }

    .attribute .integrity {
        width: 62px;
        background-position: -390px 0px;
    }

        .attribute .integrity.on {
            background-position: -390px 100%;
        }

    .attribute .convenience {
        background-position: -452px 0px;
    }

        .attribute .convenience.on {
            background-position: -452px 100%;
        }
@media (max-width: 1725px) {

    .pharmacists .c2 {
        clear: both;
        position: relative;
        width: 100%;
        text-align: center;
    }
        .pharmacists .c1 img {
            width: 100%;
        }

        .pharmacists .c2 {
            padding-top: 50px;
        }

        .pharmacists .c2 h1, .pharmacists .trusted {
            text-align: center;
            padding-bottom: 50px;
        }

    .pharmacists .c3 {
        margin: 0 auto;
    }

    .paralax_image .row {
        max-width: 75%;
        margin: 0 auto !important;
    }

    .top-content .callout {
        width: 300px;
        height: 300px;
        margin-bottom: 40px;
    }

        .top-content .callout p {
            font-size: 16px;
            line-height: 22px;
            min-height: 176px;
        }
}

@media (max-width: 1270px) {

    .paralax_image .row {
        max-width: 320px;
        margin: 0 auto !important;
    }
    .top .form {
        right: 24%;
    }
}

@media (max-width:1024px) {

    .top .form {
        width: calc(100% - 40px);
        padding-top: 26px;
        right: 10px;
    }
    #nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: 100vh;
        background-color: #0b1f44;
        z-index: 10000;
        transform: translateX(100%);
        transition: transform 300ms ease;
        overflow-y: auto;
        padding-top: 60px;
        box-shadow: -4px 0 20px rgba(0,0,0,.3);
    }
    #nav.open {
        transform: translateX(0);
    }
        #nav ul {
            list-style-type: none;
            padding: 0;
            width: 100%;
        }
            #nav ul li {
                display: block;
                padding: 0;
                width: 100%;
                font-size: 16px;
                font-weight: 400;
                border-bottom: 1px solid rgba(255,255,255,.12);
            }
                #nav ul li a {
                    color: #fff;
                    font-size: 15px;
                    font-weight: 500;
                    display: block;
                    padding: 14px 28px;
                    transition: background-color 200ms ease;
                }
                #nav ul li a:hover {
                    background-color: rgba(155,31,35,.5);
                    border-bottom: none;
                }
            #nav ul li.red {
                background-color: #9b1f23;
            }
            #nav ul li.Blue {
                background-color: rgba(155,31,35,.3);
            }
        #nav .right { padding: 20px 28px; }
    .arrow-button.joinbtn {
        margin-left: 0;
        padding-left: 39px;
        padding-right: 78px;
        background-position: right 5px center;
        display: block;
        margin-bottom: 12px;
    }
    .arrow-button.order {
        margin-left: 0;
        padding-left: 36px;
        padding-right: 86px;
        background-position: right 5px center;
        display: block;
    }
    .nav-button {
        display: block;
        float: right;
        padding-right: 20px;
        cursor: pointer;
    }
    .top {
        height: auto;
        min-height: auto;
        padding-bottom: 10px;
    }
    .top .content-container {
        overflow: visible;
    }
    .hero.home {
        margin-top: 0;
    }
    .pharmacists .c2 h1 {
        font-size: 40px;
        line-height: 44px;
    }

    .nav-close {
        position: absolute;
        top: 12px;
        right: 18px;
        font-size: 32px;
        color: #fff;
        cursor: pointer;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        transition: opacity 200ms ease;
    }
    .nav-close:hover { opacity: .7; }

    .nav-overlay {
        display: none;
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,.4);
        z-index: 9999;
    }
    .nav-overlay.open { display: block; }


}

@media (max-width:600px) {
    .row .buttons {
        width: 150px;
    }
    .row .buttons .btn {
        min-width: 100px;
    }
    .buttons .btn, .row .btn, .btn {
        padding-left: 20px;
    }
    .filters .row {
        width: auto;
        justify-content:normal;
    }
}

/* ── Extra-small mobile ── */
@media (max-width: 480px) {
    .top-content .callout { width: 100%; min-width: unset; margin-right: 0; margin-bottom: 15px; aspect-ratio: auto; }
    .top-content .callout span { font-size: 22px; line-height: 50px; }
    h1 { font-size: 24px; padding-bottom: 12px; margin-bottom: 20px; }
    .pharmacists .c2 h1 { font-size: 28px; line-height: 32px; }
    #footer { padding: 30px 0; }
    #footer .col1, #footer .col2 { flex: 1 1 100%; }
}