@charset "utf-8";
/* CSS Document */

/* GT Walsheim Import */
@font-face {
    font-family: 'GT Walsheim-bold';
    src: url('../fonts/GTWalsheim-Bold.woff2') format('woff2'),
    url('../fonts/GTWalsheim-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/GTWalsheim-Regular.woff2') format('woff2'),
    url('../fonts/GTWalsheim-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ----------------------page styles------------------------*/

body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #5e5e5e;
}
a:link, a:visited {
    color: #00556d;
    text-decoration: none;
    transition: 0.3s;
}
a:link:active, a:visited:active {
    text-decoration: none;
}
a:focus {
    outline: none;
}
.button a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #007b96;
    padding: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px;
}
.button a:hover {
    background: #f7931e;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 26px;
}
label {
    display: block;
}
@media (max-width: 481px) {
    h2 {
        font-size: 23px;
    }
}
.cta {
    display: block;
    background: #f7931e;
    padding: 10px;
    width: 300px;
    border-radius: 20px;
    color: #fff!important;
    text-transform: uppercase;
    margin: 0 auto;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
}
.cta:hover {
    background: #76bd1d;
}

/* ---------------------navbar-------------------------*/

.top-bar {
    width: 100%;
    height: 30px;
    background: #ccc;
}
.navbar {
    padding: 1.0rem 1rem;
   /* margin-top: 30px;*/
    background: #fff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.navbar-nav {
    margin-top: 15px; /*orig: 35px */
}
.navbar-nav .nav-link {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.navbar-nav .nav-link:hover {
    color: #f7931e;
}
.navbar-nav li {
    padding: 0 15px;
}
.navbar-brand {
    background: url("../images/logo.svg") no-repeat 0 0;
    width: 180px;
    height: 0;
    padding-top: 70px;
    overflow: hidden;
	/*padding-top:70px !important;*/
}
.navbar-toggler {
    background-color: #8db4dc;
    padding: 6px 6px 9px 6px;
}
.dropdown-menu {
    top: 37px;
}
/* change nav from on click to on hover*/
.dropdown:hover>.dropdown-menu {
    display: block;
}
/* remove dropdown carrot*/
.dropdown-toggle::after {
    display: none;
}
.link-style {
    font-weight: normal!important;
    text-transform: none!important;
    letter-spacing: normal!important;
    padding-left: 25px!important;
    cursor: pointer;
    color: #007b96!important;
}
@media (max-width: 1310px) {
    .navbar-nav li {
        padding: 0 6px;
    }
}
@media (max-width: 1199px) {
    .navbar {
        background: #fff;
    }
    .navbar-nav li {
        padding: 0;
    }
}
@media (max-width: 481px) {
    .navbar {
        padding: .5rem 1rem;
        margin-top: 0;
    }
    .navbar-brand {
        padding-top: 33px;
    }
    .top-bar {
        display: none;
    }
}

/* ---------------------home hero-------------------------*/

.hero {
    height: 575px;
    width: 100%;
    background: url("../images/bg-hero-home.jpg") no-repeat center center;
    background-size: cover;
    margin-top: 102px;
}
@media (max-width: 1024px) {
    .hero {
        background: url("../images/bg-hero-home.jpg") no-repeat -310px center;
    }
}
@media (max-width: 481px) {
    .hero {
        height: 192px;
        background: url("../images/bg-hero-home.jpg") no-repeat -85px center;
        background-size: 170%;
    }
}

/* ---------------------intro after hero-------------------------*/

.intro {
    background: #00556d;
    background-image: url("../images/bg-intro-pattern.png"); /* fallback */
    background-image: url("../images/bg-intro-pattern.png"), radial-gradient(#6a99b0, #00556d); /* W3C */
    padding: 60px;
}
.intro p {
    font-weight: 600;
    font-size: 23px;
    color: #fff;
}
@media (max-width: 481px) {
    .intro {
        padding: 40px 15px;
    }
}

/* ---------------------news-------------------------*/

.news {
    background: radial-gradient(circle at 90%, #FFF, #fff 25%, #fff 35%, #f2f2f2 25%);
    padding: 80px 0;
}
.news h2 {
    color: #B16106;
    min-height: 45px;
}
.news a {
    color: #B16106;
    font-size: 14px;
    font-weight: 600;
}
.news p span {
    color: #00556d;
    font-weight: 600;
}
.news .stock .price {
    font-size: 35px;
    color: #00556d;
    font-weight: 600;
}
.news .stock .change {
    color: #000;
}
@media (max-width: 991px) {
    .news .stock {
        margin-top: 40px;
    }
}

/* ---------------------products & search row-------------------------*/

.products-home {
    padding: 70px 0;
    background: url("../images/bg-products-pattern.png") repeat 0 0;
}
.products-home h3 {
    color: #00556d;
}
.products-home .inner {
    padding: 15px;
    background: #fff;
    max-height: 358px;
}
.inner .search-con {
    background: #f2f2f2;
    padding: 15px;
}
.inner .search-con img {
    margin: 6px;
    display: inline-block;
    width: 42px;
}
.inner .search-con .az {
    font-weight: 600;
    display: block;
}
.form-con input {
    width: 85%;
    padding: 0 10px;
    border: none;
    display: inline-block;
    float: left;
    height: 50px;
    background: #cccccc;
}
.form-con a {
    width: 13%;
    padding: 12px;
    height: 50px;
    background: #00556d;
    display: inline-block;
    float: left;
    text-align: center;
}
.form-con a i {
    color: #fff;
    font-size: 22px;
}
@media (max-width: 991px) {
    .products-home .inner {
        max-height: unset;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .inner .search-con .icon-con {
        text-align: center;
    }
}
@media (max-width: 481px) {
    .form-con a {
        width: 15%;
    }
}

/* ---------------------subpage styles-------------------------*/

.hero-sub {
    height: 275px;
    width: 100%;
    margin-top: 102px; /* chenge back to 155 when bar is back */
}
.hero-products {
    background: url("../images/bg-hero-products.jpg");
    background-size: cover;
}
.hero-about {
    background: url("../images/bg-hero-about.jpg");
    background-size: cover;
}
.hero-bod {
    background: url("../images/bg-hero-bod.jpg");
    background-size: cover;
}
.hero-mgmt {
    background: url("../images/bg-hero-mgmt.jpg");
    background-size: cover;
}
.hero-quality {
    background: url("../images/bg-hero-quality.jpg");
    background-size: cover;
}
.hero-cm {
    background: url("../images/bg-hero-cm.jpg");
    background-size: cover;
}
.hero-capabilities {
    background: url("../images/bg-hero-capabilities.jpg");
    background-size: cover;
}
.hero-investors {
    background: url("../images/bg-hero-investors.jpg");
    background-size: cover;
}
.hero-careers {
    background: url("../images/bg-hero-careers.jpg");
    background-size: cover;
}
.hero-benefits {
    background: url("../images/bg-hero-benefits.jpg");
    background-size: cover;
}
.hero-contact {
    background: url("../images/bg-hero-contact.jpg");
    background-size: cover;
}
.hero-locations {
    background: url("../images/bg-hero-locations.jpg");
    background-size: cover;
}
.section-title {
    background: radial-gradient(#6a99b0, #00556d);
}
.section-title h2 {
    margin-bottom: 0;
    padding: 30px 0;
    color: #fff;
}
.sub-table {
    padding: 70px 0;
}
.sub-table .con {
    border: 10px solid #e6e6e6;
    height: 275px;
    padding: 20px;
}
.sub-table .con h3 {
    color: #f7931e;
}
.sub-table .form {
    width: 70%;
}
.sub-table .form input, .sub-table .form textarea {
    padding: 8px 5px;
    width: 100%;
    border: 1px solid #808080;
}
.sub-table .form textarea {
    height: 300px;
}
.sub-table ul {
    padding-left: 0;
}
.sub-table ul li {
    margin-bottom: 5px;
}
.sub-table ul li a:hover {
    color: #f7931e;
}
.sub-nav {
    list-style: square;
    padding-left: 0;
    color: #f7931e;
    margin-top: 55px;
}
.sub-table .col-sm-9 {
    text-align: justify;
}
.sub-nav li {
    margin-bottom: 5px;
}
.sub-nav li a {
    text-transform: uppercase;
    color: #808080;
}
.sub-nav li a {
    text-transform: uppercase;
    color: #707070;
}
.sub-nav-but a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #007b96;
    padding: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px;
}
.sub-nav-but a:hover {
    background: #f7931e;
}
.contact-nav {
    padding: 25px;
    border: 1px solid #808080;
}
.contact-nav h4 {
    font-weight: 800;
}
.sprinkle {
    margin-left: 20px;
    width: 225px;
}
.over ul {
    margin-left: 15px;
}
.over ul li {
    text-align: left;
}
@media (max-width: 768px) {
    .sub-table .form {
        width: 100%;
    }
}
@media (max-width: 481px) {
    .hero, .hero-sub {
        margin-top: 54px;
        background-size: 160%;
        height: 86px;
        background-position: -100px center;
    }
    .sub-table {
        padding: 40px 0;
    }
    .sub-table ul {
        padding-left: 15px;
    }
    .sub-nav {
        margin-top: 0;
    }
    .sub-table .col-sm-9 {
        text-align: unset;
    }
    .sprinkle {
        display: none;
    }
}

/* ------------product page styles-------------*/

.product-table {
    padding: 70px 0;
}
.product-table h3 {
    color: #B16106;
}
.product-table hr {
    width: 60%;
}
.alpha {
    padding: 35px 0;
}
.alpha ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.alpha ul li {
    display: inline-block;
    text-align: center;
    background: #fff;
	width: 1.65vw;
}
.alpha ul li a {
    display: inline-block;
    text-transform: uppercase;
    color: #00556d;
    width: 1.65vw;
    line-height: 40px;
}
.alpha ul li a:hover {
    color: #fff;
    background: #00556d;
}
.alpha .mobile-nav {
    display: none;
}
.alpha-layout {
    border-top: 1px solid #000000;
    padding: 40px 0;
}
.alpha-layout ul {
    list-style: none;
    padding-left: 0;
}
.alpha-layout ul a {
    color: #5e5e5e;
    line-height: 30px;
}
.alpha-layout ul a:hover {
    color: #00556d;
}
.block div {
    display: inline-block;
    width: 60px;
    min-height: 60px;
    margin-right: 20px;
    text-align: center;
}
.block input {
    display: inline-block;
    margin-right: 20px;
}
.block span {
    display: inline-block;
    color: #707070;
    text-transform: uppercase;
}
.block img {
    min-height: 75px;
}
.block .oval {
    background: #00556d;
    color: #fff;
    height: 30px;
    width: 65px;
    padding-top: 3px;
    border-radius: 50%;
}
.pd-table {
    width: 100%;
}
.product-row {
    width: 100%;
    border: 1px solid #808080;
    padding: 20px;
}
.d-table td {
    padding: 15px;
    vertical-align: top;
}
.d-table span {
    color: #00556d;
}
.cte {
    font-size: 13px;
    font-weight: 800;
}
.d-table .str {
    font-weight: 800;
    color: #B16106;
}
.prod-img {
    padding: 20px;
}
@media (max-width: 1024px) {
    .alpha ul li a {
        width: 3vw;
        height: 3vh;
        line-height: 42px;
    }
}
@media (max-width: 768px) {
    .alpha .menu {
        display: none;
    }
    .alpha .mobile-nav {
        display: block;
        width: 100%;
        background: #fff;
        padding: 15px 5px;
        border: 1px solid #ccc;
    }
}

/* ---------------------investors pages-------------------------*/

.investors {
    padding: 70px 0;
}
.inv-con {
    border: 10px solid #e6e6e6;
    padding: 30px;
    position: relative;
    height: 400px;
}
.inv-con h3 {
    color: #f7931e;
    text-transform: uppercase;
}
.inv-con hr {
    background: #007b96;
    height: 2px;
}
.inv-con .stock .price {
    font-size: 35px;
    color: #00556d;
    font-weight: 600;
}
.inv-con .stock .change {
    color: #000;
}
.inv-con .stock .time {
    font-size: 13px;
}
.inv-con .stock .large-b {
    font-size: 24px;
    font-weight: 800;
    color: #00556d;
}
.inv-con .threeup {
    display: block;
    width: 100%;
    height: 65px;
    font-weight: 800;
    background: #cbdce3;
    color: #00556d;
    padding-top: 30%;
}
.inv-con .threeup:hover {
    background: #00556d;
    color: #fff;
    cursor: pointer;
}
.inv-con .date {
    color: #00556d;
    display: block;
}
.inv-con .date2 {
    text-transform: uppercase;
    font-size: 14px;
    color: #3b3d3e;
    font-weight: 800;
    display: block;
}
.inv-con .cta {
    background: #007b96;
    width: calc(100% - 60px);
    border-radius: 0;
    letter-spacing: .5px;
    font-weight: normal;
    position: absolute;
    bottom: 30px;
}
.inv-con .cta:hover, .inv-con .cta.ff:hover {
    background: #cbdce3;
    color: #007b96;
}
.inv-con .cta.ff {
    background: #007b96;
    width: 300px;
    border-radius: 0;
    letter-spacing: .5px;
    font-weight: normal;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    float: right;
    position: relative;
}
.inv-con ul {
    list-style: none;
    padding-left: 0;
 }
.inv-con ul li {
    line-height: 26px;
}
.inv-con ul li a {
    list-style: none;
    color:#808080;
    text-decoration: underline;
}
@media (max-width: 991px) {
    .inv-con {
        height: auto;
    }
    .inv-con .cta {
        position: relative;
        width:100%;
        bottom: 0;
        margin-top: 30px;
    }
    .inv-con .cta.ff {
        width: 100%;
        font-weight: normal;
        margin-bottom: 0;
        float: unset;
    }
    .inv-con .threeup {
        padding-top: 12%;
    }
}
@media (max-width: 768px) {
    .inv-con .threeup {
        display: block;
        width: 100%;
        height: auto;
        padding: 15px 0;
        margin-bottom: 6px;
    }
}

/* ---------------------footer-------------------------*/

footer {
    padding: 60px 0;
    background: #4d4d4d;
    color: #ffffff;
    font-size: 14px;
}
footer img {
    width: 40%;
    float: right;
}
footer a:link, footer a:visited {
    color: #ffffff;
}
footer a:hover {
    color: #fbaf3b;
}
.footer-gradient {
    height: 20px;
    background: linear-gradient(0.25turn, #ed1d24, #fbaf3b);
    width: 100%;
}
.footer-gradient2 {
    height: 250px;
    background: url("../images/bg-sub-pattern.png") repeat 0 0;
    width: 100%;
}
.footer-three-img {
    padding: 60px 0;
    background: #e6e6e6;
}
.footer-three-img img {
    width: 75%;
}
footer .social a i {
    font-size: 40px;
    color: #fff;
}
footer .social a i:hover {
    color: #007b96;
}
footer .social a i:first-of-type {
    padding-right: 8px;
}
@media (max-width: 991px) {
    footer {
        text-align: center;
    }
    footer img {
        float: none;
        margin: 0 auto;
    }
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #76bd1d;
    border: none;
    outline: none;
    background: transparent;
    z-index: 2;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev {
    left: -35px;
}
.center .slick-prev {
    left: 0;
}
[dir='rtl'] .slick-prev {
    right: -35px;
    left: auto;
}
.slick-next {
    right: -35px;
}
.center .slick-next {
    right: 0;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -35px;
}

/* Bootstrap Nav Toggle Icon Animation */

.animated-icon2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.animated-icon2 span {
    background: #e3f2fd;
}
.animated-icon2 span:nth-child(1) {
    top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
}
.animated-icon2 span:nth-child(4) {
    top: 20px;
}
.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

/* Leaving Website Modal */

.modal h5 {
    color: #B16106;
    font-weight: 600;
}
.modal-body {
    padding: 2rem;
}
.modal-body .btn {
    color: #fff;
    margin-bottom: 15px;
}
.modal-content {
    border: none;
}
.modal-footer {
    background: linear-gradient(0.25turn, #ed1d24, #fbaf3b);
    border: none;
}

@media (max-width: 768px) {
    .modal-body .btn {
        width: 100%;
    }
}

/* Entering Website Modal */

#entryModal .modal-header {
    background: #e1266d;
    color: #fff;
    padding: 10px 1rem 8px 1rem;
}
#entryModal .modal-header-novitium {
    background: #f7931e;
    color: #fff;
    padding: 10px 1rem 8px 1rem;
}
#entryModal .modal-header h5 {
    color: #fff;
    font-family: 'GT Walsheim-bold', sans-serif;
    font-size: 28px;
    margin: 0 auto;
}
#entryModal .modal-body {
    padding: 45px 88px 45px 88px;
    /*padding: 35px 50px 23px 50px;*/
    color: #000;
}
#entryModal .modal-body img {
    width: 100%;
    margin-bottom: 23px;
}
#entryModal .modal-body p {
    font-family: 'GT Walsheim', sans-serif;
    font-size: 12px;
    margin-bottom: 0;
}
#entryModal .modal-body .con-left {
    width: 43%;
    display: table-cell;
    padding: 0 36px 0 0;
    line-height: 22px;
    /*font-weight: bold;*/
    font-family: 'GT Walsheim-bold', sans-serif;
}
#entryModal .modal-body .con-right {
    width:35%;
    display: table-cell;
    padding: 0 0 0 0;
    vertical-align: middle;
}
#entryModal .modal-body .con-left a {
    color: #e1266d;
    font-family: 'GT Walsheim-bold', sans-serif;
}
#entryModal .modal-body .con-left a:hover {
    color: #bf1f5c;
}
.pop-cta {
    padding: 14px 14px 15px;
    width: 190px;
    display: block;
    background-size: 10px;
    font-family: 'GT Walsheim-bold', sans-serif;
    color: #000!important;
    background: url(../images/cort-carrot.png) #f69f2b no-repeat 90% 50%;
    background-size: 10px;
    border-radius: 4px;
    transition: none!important;
}
.pop-cta:hover {
    background: url(../images/cort-carrot.png) #f7ba2a no-repeat 90% 50%;
    background-size: 10px;
    transform: scale(1.08);
}
.remove-lg {
    display: none;
}
#entryModal .close {
    text-shadow: none;
    opacity: 1;
}
#entryModal .modal-header .close {
    padding: 16px 1rem;
    margin: -.6rem -1rem -1rem 0;
}
#entryModal .adj {
    border-left: 1px solid #000;
    padding-left: 36px;
}

@media screen and (max-width: 500px) {
    #entryModal .modal-header h5 {
        font-size: 22px;
        line-height: 37px;
    }
    #entryModal .modal-header .close {
        padding: 13px 1rem;
    }
    .remove-sm {
        display: none!important;
    }
    .remove-lg {
        display: block;
    }
    #entryModal .modal-body img {
        margin-bottom: 26px;
    }
    #entryModal .modal-body {
        font-weight: bold;
    }
    #entryModal .modal-body span {
        color: #e1266d;
    }
    .pop-cta {
        margin: 0 0 36px 0;
    }
    #entryModal .modal-body {
        padding: 32px 29px 38px 29px;
        /*padding: 25px 50px 23px 50px;*/
    }
    #entryModal .modal-body p {
        margin-top: 20px;
        font-weight: normal;
    }
    #entryModal .modal-content {
        height: auto;
        /*height: 481px;*/
    }
    #entryModal .modal-lg {
        max-width: 317px;
        margin: 0 auto;
    }
    .offswitch {
        display: table-cell;
        padding: 0 0 28px 0;
        line-height: 22px;
        font-family: 'GT Walsheim-bold', sans-serif;
    }
    #entryModal .modal-body .offswitch a {
        color: #e1266d;
        font-family: 'GT Walsheim-bold', sans-serif;
    }
    #entryModal .modal-body .offswitch a:hover {
        color: #bf1f5c;
    }
}
/* accordion */
.card-header {background-color:#e7f1ff !important;border:none;}
.btn-link {font-weight:700 !important;text-align:left}