:root {
    --orange-color: #FF8500;
}

/* All animate.css delay classes will take half the time to start */
:root {
    --animate-delay: 0.5s;
}


.text-white {
    color: white;
}

.section-header {
    font-size: 32px;
    text-align: center;
}

#onetrust-banner-sdk {
    /*top: 0px !important;*/
}

#ot-sdk-btn-floating.ot-floating-button {
    bottom: 20px !important;
    left: 18px !important;
}

.acsb-trigger {
    z-index: 2147483644 !important;
}

.ot-sdk-show-settings {
    cursor: pointer;
}

html {
    overflow-y: scroll;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size:1.2rem;
    top: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--orange-color);
    font-weight: bold;
}

h1, .h1 {
    margin-bottom: 20px;
    font-size: 2rem;
}

h2,
.h2 {
    font-size: 1.5rem;
    margin: 25px 0px 25px 0px;
}

h3,
.h3 {
    font-size: 1.3rem;
    color: var(--bs-body-color);
    margin: 25px 0px 25px 0px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 15px;
}

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

.admin select {
    /* for Firefox */
    -moz-appearance: auto;
    /* for Chrome */
    -webkit-appearance: auto;
    padding: 5px;
}

select::-ms-expand {
    display: none;
}

.resources-list {
    padding-left: 30px;
}

.hero-img img{
    width:100%;
}
/*********************Navigation***********************/
#navbar-links {
    margin-top: 67px;
}

.navbar-expand-lg .navbar-nav .nav-link {
   /* margin-right: 1.2rem;*/
    margin-left: 1.8rem;
}

.navbar {
    border-bottom: var(--orange-color) 20px solid;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    margin-top:-46px;
}

.admin.navbar {
    margin-top: 0;
}

.navbar-brand {
    padding-bottom: 10px;
    z-index:2;
}

    .navbar-brand img {
        height: 100px;
    }

.nav-top-wrapper .nav-top-link {
    font-size: 15px;
    text-decoration: none;
}

.nav-top-wrapper li{
    padding: 0 10px;
    border-left: solid 1px black;
}

.nav-top-wrapper li:first-child {
    border-left: none;
}

.nav-top-wrapper .list-inline-item {
    margin-right: 0px;
}

.navbar-nav .nav-item {
    font-size: 18px;
    color: black !important;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    transition-duration: .3s;
}


.navbar-nav .nav-item:hover {
    border-bottom: 3px solid #e1242a;
    color: #e1242a !important;
}

.navbar-nav a.selected {
    border-bottom: 3px solid #e1242a;
}

.nav-top-wrapper {
    position: relative;
    top: 5px;
    right: 6px;
    z-index: 1;
}

.bottom-nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.bottom-nav-wrapper a {
    text-decoration: none;
    padding: 0 10px;
}

.bottom-nav-wrapper li:nth-child(1n + 2) {
    border-left: 1px solid black;
}

.bottom-nav-wrapper li.job-code {
    border: none;
    text-decoration: none;
    padding: 3px 10px 0;
    color: #100B0B;
    font-size: 1rem;
    word-break: break-word;
    text-align: left;
}
.bottom-nav-wrapper li.job-code .code {
    white-space: nowrap;
}


.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(225,36,42)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/***************************************************/
/*******************Homepage**********************/
.home-banner-wrapper {
    background-image: url("../images/misc/home-photo.jpg");
    background-color: #fff;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 600px;
    background-position: left 20%;
    margin-top: -20px;
}

.home-banner-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 12px;
    top: 70px;
    left: 45%;
}

    .home-banner-content h1 {
        font-size: 2rem;
    }

    .home-banner-content p {
        font-size: 1.4rem;
        color: black;
        font-weight: normal;
        margin: 0px;
    }

    .home-banner-content a {
        width: fit-content;
    }

    .home-banner-content p.small-text, .home-banner-content a.small-text {
        font-size: 20px;
    }


.home-banner-footer {
    background-color: var(--orange-color);
    padding: 40px 0 25px 0px;
}

.home-banner-footer p {
    font-size: 1.4rem;
}

.home-mid-wrapper {
    padding: 40px 0;
}

.home-mid-header {
    color: var(--orange-color);
    text-align: center;
    font-weight: bold;
}

.home-mid-buttons-wrapper {
    margin-top: 40px;
}

.home-mid-button-item {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    gap: 20px;
    /*cursor: pointer;*/
    border-radius: 10px;
    transition-duration: .3s;
    padding: 20px;
}

.home-mid-button-icon {
    width: 95px;
}


.home-mid-button-text {
    text-align: center;
    font-weight: bold;
}

.home-testimonials-wrapper {
    background-color: #E6E4E4;
    padding: 30px 0;
}

.testimonials-header {
    color: rgb(88, 87, 87);
}

.testimonial-item-text {
    color: black;
    font-style: italic;
    color: rgba(88, 87, 87, 1);
}

.testimonial-item-img {
    height: 32px;
    margin-bottom: 20px;
}

#testimonial-carousel {
    height: 250px;
}

.carousel-inner {
    height: 100%;
}

.carousel-caption {
    position: initial !important;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

.mobile-hp-text {
    display: none;
    height: 465px;
    background-color: #fff;
}

svg:hover .icon-border {
    stroke: #e1242a !important;
}

svg:hover .icon-graphic {
    fill: #e1242a !important;
}

svg:hover .pencil {
    fill: #e1242a !important;
    stroke: #e1242a !important;
}

/************************************************/
/*****************FAQ**************************/
.faq {
    width: 580px !important;
    margin-bottom: 40px !important;
}

.select-box.faq select {
    width: 582px !important;
    padding: 10px 5px !important;
}


.panel-title {
    font-size: 16px;
    font-weight: normal;
}

.accordion-button {
    font-size: 1.4rem;
    /*color:#e1242a;*/
}

.accordion-button:hover {
    color:#e1242a;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
    color: var(--bs-body-color);
    background-color: #E6E4E4;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}


#faqAccordion .accordion-button::after, #faqAccordion2 .accordion-button::after, #faqAccordion3 .accordion-button::after, #faqAccordion4 .accordion-button::after, #faqAccordion5 .accordion-button::after, #faqAccordion6 .accordion-button::after, #faqAccordion7 .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}

#faqAccordion .accordion-button:not(.collapsed)::after, #faqAccordion2 .accordion-button:not(.collapsed)::after, #faqAccordion3 .accordion-button:not(.collapsed)::after, #faqAccordion4 .accordion-button:not(.collapsed)::after, #faqAccordion5 .accordion-button:not(.collapsed)::after, #faqAccordion6 .accordion-button:not(.collapsed)::after, #faqAccordion7 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

#faqAccordion .accordion-button, #faqAccordion2 .accordion-button, #faqAccordion3 .accordion-button, #faqAccordion4 .accordion-button, #faqAccordion5 .accordion-button, #faqAccordion6 .accordion-button, #faqAccordion7 .accordion-button {
    color: var(--bs-body-color);
    font-size: 1.2rem;
    padding-top: 0;
    padding-bottom: 0;
}

#faqAccordion .accordion-button:hover, #faqAccordion2 .accordion-button:hover, #faqAccordion3 .accordion-button:hover, #faqAccordion4 .accordion-button:hover, #faqAccordion5 .accordion-button:hover, #faqAccordion6 .accordion-button:hover, #faqAccordion7 .accordion-button:hover {
    color: #e1242a;
}

#faqAccordion .accordion-item, #faqAccordion2 .accordion-item, #faqAccordion3 .accordion-item, #faqAccordion4 .accordion-item, #faqAccordion5 .accordion-item, #faqAccordion6 .accordion-item, #faqAccordion7 .accordion-item {
    border: none;
}




/**********************************************/
    /*******************Products*********************/
    .product-list {
    padding-bottom: 25px;
}

.products-link::after {
    content: "";
    background: url(/images/icons/external_link.svg) no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin: -0.15em 0.25em 0 0.15em;
    vertical-align: middle;
}

.product-list a {
    color: var(--bs-body-color);
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
}

.product-list img {
    width: 265px;
}


/************************************************/


.btn-primary {
    background-color: #e1242a !important;
    border-color: #e1242a;
}

.btn-primary:hover {
   
    border-color: #e1242a;
}

.divider {
    width: 155px;
    height: 0px;
    margin: 30px auto;
}


    .divider.red-divider {
        border: 2px solid #e1242a;
    }

.white-text-color {
    color: #fff !important;
}

.white-bg-color {
    color: #fff !important;
}

.orange-text-color {
    color: #e65540 !important;
}

.orange-bg-color {
    background-color: #e65540 !important;
}

.red-bg-color {
    background-color: #e1242a !important;
}


.red-text-color {
    color: #e1242a !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }


a:focus,
.btn:focus,
.btn:active:focus {
    outline: none;
}


.main-content h1.large-text {
    font-size: 40px;
    line-height: 43px;
}

.main-content h2.large-text,
.sidebar h2.large-text {
    font-size: 34px;
    line-height: 37px;
}

.main-content h3.large-text,
.sidebar h3.large-text {
}

.main-content h4.large-text,
.sidebar h4.large-text {
}

.main-content .panel-title.large-text {
    font-size: 20px;
    line-height: 23px;
}

.main-content p.larger-text,
.sidebar p.larger-text {
    font-size: 17px;
    line-height: 20px;
}


.hero-container h1 {
    color: #000;
    font-weight: bold;
}

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6,
.sidebar .h1,
.sidebar .h2,
.sidebar .h3,
.sidebar .h4,
.sidebar .h5,
.sidebar .h6 {
    color: #333;
    font-weight: bold;
}

.sidebar h2,
.sidebar .h2 {
    font-size: 22px;
}

.sidebar h3,
.sidebar .h3 {
    font-size: 18px;
}

.sidebar h4,
.sidebar .h4 {
    font-size: 18px;
}

a {
    color: var(--bs-body-color);
}
a:focus,
a:hover {
   
    color: #e1242a;
}

p {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.select-box {
    max-width: 400px;
    overflow: hidden;
    border: 1px solid #000;
    position: relative;
    margin-bottom: 15px;
}

    .select-box:after {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 13px solid #e1242a;
        position: absolute;
        top: 35%;
        right: 8px;
        content: "";
        z-index: 98;
    }

    .select-box select {
        max-width: 100%;
        width: 420px;
        border: 0;
        position: relative;
        z-index: 99;
        background: none;
        padding: 10px 0 10px 10px;
    }

.supportMenu li {
    display: inline-table;
    vertical-align: middle;
    font-size: 14px;
    color: #AEAEAF;
    padding-left: 10px;
}

    .supportMenu li a {
        color: #333;
    }

        .supportMenu li a:hover {
            text-decoration: none;
        }

.hero-container {

    margin-top: 50px;
}

    .hero-container .container {
        position: relative;
    }

        .hero-container .container .pill {
            position: absolute;
            height: 30px;
            top: 20px;
        }

        .hero-container .container .left-pill {
            left: -48px;
        }

        .hero-container .container .right-pill {
            right: -15px;
        }

.nav-tabs > li > a {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #E3E3E4;
    color: #7B7A7A;
    text-decoration: none;
}

#form1 #accordion p {
    margin-bottom: 3px;
}

#the-basics .tt-dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
    top: -175px !important;
    bottom: 0;
}

.graybox {
    background-color: #f5f5f5;
    padding: 13px 15px 20px 15px;
    margin: 15px 0 0 0;
}

.greenbox {
    background: #00958f;
    padding: 13px 15px 20px 15px;
    margin: 15px 0 0 0;
}

.greenbox .panel {
    background: #00958f;
    box-shadow: none;
}

.greenbox h5 {
    color: #fff;
}

.greenbox input.form-control {
    width: 175px;
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

        .tt-suggestion.tt-cursor p {
        }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
    font-size: 14px;
}

.container.main-content-container {
    padding-top: 15px;
}

.main {
    display: table-cell;
}

.main-content {
 
    overflow: auto;
}

#form1 #accordion .panel {
    /*border-top: 1px solid #000;*/
    border-radius: 0;
    border-bottom: none;
    border-right: none;
    border-left: none;
    box-shadow: none;
}

    #form1 #accordion .panel .panel-title a {
        text-decoration: none;
        overflow: auto;
        font-size: 1.2rem;
    }

    #form1 #accordion .panel .panel-title .end-icon {
        float: right;
    }

.tab-content {
    border: 1px #ddd solid;
    padding: 10px 10px 10px 10px;
}

.sidebar {
    border-left: 1px solid #ddd;
    float: left;
    /*  margin-bottom: -20000px;
  padding: 0 15px 20000px 15px;*/
}

.arrow {
    background: url("../images/icon_link-bg-arrow.gif") no-repeat 0 4px;
    padding: 0 0 0 10px;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-radio {
    margin-top: 5px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #E10E78;
    color: #fff;
    /* font-weight: bold;
	font-size: 17px; */
}
/* .nav li {
	padding: 15px 0;
} */

.nav > li > a:hover,
.nav > li > a:focus,
.mainNavigation ul li a.selected {
    color: #1C4596;
    border-bottom: 1px solid #E10E78;
    padding-bottom: 5px;
    padding-top: 15px;
}

.panel-title > a {
    display: block;
    padding: 10px 0;
}

.panel-heading {
    padding: 0 15px;
    border-top: 1px solid #000;
}

.btn-default {
    background-color: #e1242a;
    border-color: #e1242a;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #e6000b;
    }

    .btn-default:disabled {
        background-color: #8f8f8f;
    }

.utility-buttons {
    background: none repeat scroll 0 0 #f1f2f2;
    border: 1px solid #d4d4d4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 15px;
    padding: 4px;
    width: 175px;
}

    .utility-buttons li {
        border: 0 none;
        display: inline-block;
        margin: 0 4px !important;
    }

        .utility-buttons li a {
            color: #424141 !important;
            float: none;
            font-size: 10px !important;
            text-indent: 0 !important;
        }
        /*.utility-buttons li.printButton a {
    background: url("../images/btn-print.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding-left: 22px !important;
    width: 27px !important;
}
.utility-buttons li.printButton a:hover {
    background: url("../images/btn-print.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
*/
        .utility-buttons li.shareButton a {
            background: url("../images/btn-share.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
            padding-left: 27px !important;
            width: 28px !important;
        }

            .utility-buttons li.shareButton a:hover {
                background: url("../images/btn-share.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
            }
    /*.utility-buttons li.textSizeButton a, .alternativeSize ul.utility-buttons li.textSizeButton a {
    background: url("../images/btn-text-size-large-off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding-left: 27px !important;
    width: 27px !important;
}
.utility-buttons li.textSizeButton a, .alternativeSize ul.utility-buttons li.textSizeButton a:hover {
    background: url("../images/btn-text-size-large-off.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}*/
    .utility-buttons.pipeline {
        float: right;
        width: 125px;
    }

        .utility-buttons.pipeline li.printButton span {
            background: url("../images/btn-print.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
            cursor: pointer;
            font-size: 10px;
            padding-left: 22px !important;
            width: 27px !important;
        }

            .utility-buttons.pipeline li.printButton span:hover {
                background: url("../images/btn-print.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
                text-decoration: underline;
            }

        .utility-buttons.pipeline li.shareButton span {
            background: url("../images/btn-share.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
            cursor: pointer;
            font-size: 10px;
            padding-left: 27px !important;
            width: 28px !important;
        }

            .utility-buttons.pipeline li.shareButton span:hover {
                background: url("../images/btn-share.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
                text-decoration: underline;
            }

    .utility-buttons .textSizeButton ul {
        padding: 0;
    }

        .utility-buttons .textSizeButton ul li {
        }

            .utility-buttons .textSizeButton ul li a {
            }

input[type="radio"] {
    margin: 4px 3px 4px 15px;
    filter: grayscale(1);
}

label {
    font-weight: normal;
    margin: 0px 0px 0px 0px;
}

.genericName {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}

.hero-container .header-content {
    height: 360px;
    position: absolute;
    width: 100%;
}

    .hero-container .header-content h1 {
        margin: 0;
        position: relative;
        top: 35%;
        color: #fff;
        left: 65%;
    }

.or {
    height: 10em;
    position: relative;
}

    .or h2 {
        margin: 0;
        position: absolute;
        top: 50%;
    }

.footer {
    height: 70px;
    background-color: #fff;
    color: #100B0B;
    padding-top: 15px;
    border-top: 2px solid #FF8500;
}

.bottom-border {
    border-bottom: 1px solid #ccc;
}

.footer .logo {
    width: 135px;
    max-width: 100%;
    margin-top: 10px;
}

.footer a {
    color: #100B0B;
    text-transform: uppercase;
    font-size:1rem;
}

.footer p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1em;
}

.footer ul {
    margin-top: 10px;
    padding-left: 0px;
    margin-left: -12px;
}

.disclaimer {
    font-size: 13px;
    /*font-style: italic;*/
}

.thumbnail {
    margin-bottom: 0;
    padding: 0;
}

    .thumbnail img {
    }

    .thumbnail .caption {
    }

        .thumbnail .caption h3 {
            margin: 0;
            text-align: center;
            font-size: 16px;
            text-transform: uppercase;
        }

.da-thumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .da-thumbs a {
        text-decoration: none;
    }

    .da-thumbs li {
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 30px;
    }

        .da-thumbs li a,
        .da-thumbs li a img {
            display: block;
            position: relative;
        }

        .da-thumbs li a {
            overflow: hidden;
        }

            .da-thumbs li a div.overlayDiv {
                position: absolute;
                background: #333;
                background: rgba(75, 75, 75, 0.7);
                width: 100%;
                height: 100%;
            }

                .da-thumbs li a div.overlayDiv span {
                    display: block;
                    padding: 8px 0;
                    margin: 30px 20px 20px 20px;
                    text-transform: uppercase;
                    font-weight: normal;
                    color: rgba(255, 255, 255, 1);
                    text-align: center;
                    line-height: 1.3em;
                }

                    .da-thumbs li a div.overlayDiv span span.btn {
                        background-color: #00958f;
                        color: #fff;
                    }

.info-circle-wrapper {
    background: rgb(225,14,120);
    width: 293px;
    height: 293px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.info-circle-text {
    padding: 30px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    text-align: center;
    line-height: normal;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.drug {
    border-right: 1px solid #E10E78;
    margin-bottom: 45px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

    .drug:nth-of-type(4n),
    .drug:last-child {
        border-right: none;
    }

    .drug .product-image {
        height: 53px;
    }

    .drug p {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .drug .brand-name {
        color: #1C4596;
        font-size: 34px;
        font-weight: bold;
    }

    .drug .generic-name {
        color: #1C4596;
        font-size: 13px;
    }

    .drug .get-started {
        display: inline-block;
        align-self: flex-end;
        margin-top: 5px;
    }

        .drug .get-started a {
            font-size: 18px;
        }

.main-content-wrapper {
    padding: 40px 0;
}

.banner-img {
    width: 100%;
}

.page-subtitle {
    font-size: 1.6rem;
}



.large-text {
    font-size: 24px;
}

span.circle {
    background: #e1242a;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}
.circleList {
    list-style: none;
    counter-reset: item;
    margin-top: 25px;
    padding: 0px;
}

    .circleList li {
        counter-increment: item;
        margin-bottom: 20px;
        font-size: 1.2rem;
        padding-left: 50px;
        position: relative;
    }

        .circleList li:before {
            content: counter(item);
            border-radius: 50%;
            background-color: #ff8500;
            color: #ffffff;
            padding: 6px 13px;
            font-weight: bold;
            font-size: 16px;
            position: absolute;
            left: 0;
            top: -5px;
        }

.patient-support-logo {
    max-width: 100%;
    width: 275px;
    float: right;
}


@media only screen and (max-width: 1400px) {
    .home-banner-content h1 {
        font-size: 1.8rem;
    }

    .home-banner-content p {
        font-size: 1.2rem;
    }

    .home-banner-wrapper {
        min-height: 575px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
       /* margin-right: 0.5rem;*/
        margin-left: 1rem;
    }

 
    .home-banner-content p.small-text, .home-banner-content a.small-text {
        font-size: 18px;
    }
   
}

@media only screen and (max-width: 1199px) {
    #navbar-links {
        margin-top: 70px;
    }

    .navbar-nav .nav-item {
        font-size: 16px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
       /* margin-right: 8px;*/
        margin-left: 22px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #the-basics .twitter-typeahead {
        width: 85%;
    }

        #the-basics .twitter-typeahead input {
            width: 100%;
        }

    .hero-container {
        /*margin-top: 66px;*/
    }

    .info-circle-wrapper {
        margin: 30px auto 0px auto;
    }

    
}

@media (max-width: 1024px) {
    
    .footer a {
        font-size: 16px;
    }
    .greenbox input.form-control {
        width: 589px;
    }

    .or {
        height: 5em;
    }

        .or h2 {
            width: 100%;
            text-align: center;
        }

    #the-basics .twitter-typeahead {
        width: 85%;
    }

        #the-basics .twitter-typeahead input {
            width: 100%;
        }
}

@media (max-width: 1024px) {
    #ot-sdk-btn-floating.ot-floating-button {
        bottom: 10px !important;
        left: 8px !important;
    }

    @media only screen and (max-width: 991px) {
        .main-content-wrapper {
            padding: 40px 0 80px 0px;
        }

        .navbar {
            padding: 8px 0px 15px 0px;
        }

        .home-banner-content {
            top: 90px;
        }

        .navbar-light .navbar-toggler {
            float: right;
            margin-top: 45px;
        }

        #navbar-links {
            margin-top: 10px;
        }

        .home-banner-wrapper {
            min-height: 585px;
            background-position: left top;
        }

        .home-banner-content h1 {
            font-size: 1.4rem;
        }

        .home-banner-content p {
            font-size: 1rem;
        }


        nav ul.nav li a:hover {
            padding-bottom: 10px;
            padding-top: 10px;
            /* border-bottom: none; */
        }

        nav ul.nav li a.selected:hover {
            padding-top: 15px;
            padding-bottom: 5px;
        }

        .hero-container h1 {
            font-size: 21px;
            top: 10% !important;
        }

        .hero-container {
            margin-top: 72px;
        }

        .footer {
            height: 100px;
        }

        .sm-no-pull {
            float: none !important;
        }

        .page-subtitle {
            font-size: 1.4rem;
        }

        .home-banner-content p.small-text, .home-banner-content a.small-text {
            font-size: 16px;
        }
    }

    @media only screen and (min-width: 768px) {
        #collapse-myTab .panel-heading {
            padding-top: 0;
            padding-bottom: 0;
        }

            #collapse-myTab .panel-heading .accordion-toggle {
                margin-top: 0;
                margin-bottom: 0;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                #collapse-myTab .panel-heading .accordion-toggle:hover {
                    cursor: pointer;
                }
    }

    @media only screen and (max-width: 768px) {
        .home-banner-wrapper {
            min-height: 275px;
            margin-top: -12px;
        }

        .mobile-hp-text {
            display: block;
        }

        .home-banner-content {
            top: 320px;
            left: 0;
            text-align: center;
            gap: 10px;
            padding: 0px 20px;
        }

        .greenbox input.form-control {
            width: 424px;
        }

        .hero-container .header-content h1 {
            left: 55%;
            width: 40%;
        }

        .bottom-nav-wrapper li:nth-child(1n + 2) {
            border-left: none;
        }

        .faq {
            width: 500px !important;
        }

        .select-box.faq select {
            width: 455px !important;
        }

        .patient-support-logo {
            float: none;
        }
    }

    @media only screen and (max-width: 767px) {
        body {
            padding-top: 50px;
        }

        .home-banner-wrapper {
            background-image: url(../images/misc/mobile-home.png);
        }

        .hero-container {
            margin-top: 105px;
        }

            .hero-container h1 {
            }

        .sidebar {
            border-left: none;
        }

        #collapse-myTab .panel-heading {
            padding-top: 0;
            padding-bottom: 0;
        }

            #collapse-myTab .panel-heading .accordion-toggle {
                margin-top: 0;
                margin-bottom: 0;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                #collapse-myTab .panel-heading .accordion-toggle:hover {
                    cursor: pointer;
                }

        .footer {
            height: 120px;
        }

        .drug:nth-of-type(2n) {
            border: none;
        }

        .xs-no-pull {
            float: none !important;
        }

        .graybox p, .graybox h2 {
            text-align: center;
        }
    }



    @media only screen and (max-width: 480px) {
        ul,
        ol {
            padding-left: 10px;
            margin-left: 10px;
        }

        h1,
        h2,
        .h1,
        .h2 {
            font-size: 25px;
        }

        h3,
        h4,
        .h3,
        .h4 {
            font-size: 20px;
        }

        .home-banner-wrapper {
            min-height: 230px;
        }

        .home-banner-content {
            top: 255px;
        }

        .home-banner-content .btn {
            font-size: 15px;
        }

        .home-banner-footer p {
            font-size: 14px;
        }


        .hero-container .header-content {
            height: 200px;
        }

        .hero-container h1 {
            font-size: 17px;
        }

        .utility-container {
            display: none;
        }

        .main-content {
            float: none;
        }

        .greenbox input.form-control {
            width: 342px;
        }

        .tt-dropdown-menu {
            width: 340px;
        }

        #the-basics .twitter-typeahead,
        #the-basics #maincontent_holder_btnMore {
        }

        #the-basics .twitter-typeahead {
            width: 85%;
        }

            #the-basics .twitter-typeahead input {
                width: 100%;
            }

        .sidebar {
            margin-top: 25px;
        }

        .footer {
            text-align: center;
            bottom: -60px;
            height: 130px;
        }

            .footer ul {
                width: 100%;
                text-align: center;
            }

        .drug {
            border-right: none;
        }

        .col-xxs-12 {
            width: 100%;
        }

        .xxs-no-pull {
            float: none !important;
        }

        .faq {
            width: 400px !important;
        }

        .select-box.faq select {
            width: 350px !important;
        }

        .nav-top-wrapper .nav-top-link {
            font-size: 14px;
        }

        .nav-top-wrapper li {
            padding: 0 5px;
        }

        .mobile-hp-text {
            height: 380px;
        }

        .accordion-button {
            font-size: 1.2rem;
        }
    }

    @media only screen and (max-width: 480px) {
        .nav-top-wrapper .nav-top-link {
            font-size: 9px;
        }
    }

    @media only screen and (max-width: 440px) {
        .mobile-hp-text {
            height: 440px;
        }
    }

    @media (max-width: 380px) {
        .hero-container h1 {
            top: 34% !important;
        }


        .carousel .carousel-inner .carousel-caption {
            top: -10px !important;
        }

            .carousel .carousel-inner .carousel-caption a {
                font-size: 14px;
            }

        .carousel-indicators {
            bottom: 2px;
        }

        .info-circle-wrapper {
            width: 239px;
            height: 239px;
        }
        .mobile-hp-text {
            height: 495px;
        }
    }

    @media only screen and (max-width: 320px) {
        .hero-container .header-content {
            height: auto;
            bottom: 0;
        }

        .greenbox input.form-control {
            width: 182px;
        }

        .tt-dropdown-menu {
            width: auto;
        }

        #maincontent_holder_pnlForm input[type="radio"] {
            margin: 4px 3px 4px 5px;
        }

        #the-basics .twitter-typeahead {
            width: 80%;
        }
    }

    .tab-content .tab-pane {
        min-height: 475px;
    }

    .col-no-pad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
