@charset "UTF-8";
/* CSS Document */
body {
    font-family: Noto Sans,sans-serif;
    font-size: 16px;
    color: #54565A;
}
html, body {
  height: 100%;
}
.content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.page-content {
    flex: 1 0 auto;
}
.page-footer {
    flex-shrink: 0;
}
nav a, nav a:hover, nav a:visited {
	font-family: Noto Sans,sans-serif;
    font-weight: 700;
	font-size: 14px;
	color: #1D428A;
	letter-spacing: 0.9px;
	text-decoration: none;
    line-height: 1.1;
}
hr {
    width:100%;
    text-align:left;
    margin-left:0
}
.brand hr{
    background-color: #2A7475;
}
.unbranded hr{
    background-color: #1d2172;
}
.brand hr{
    background-color: #2A7475;
}
.unbranded hr{
    background-color: #9ad9e9;
}
h1 {
    font-family: "Noto Sans",sans-serif;
    font-weight: 300;
    font-size: 32px;
}
h2, #ISI {
    font-weight: bold;
    font-size: 20px;
    font-family: "Noto Sans",sans-serif;
}

ul {list-style: none;
    margin-left: -25px !important;
    padding-inline-start: 45px;
}
li::before {
    font-family: Noto Sans,sans-serif;
    display: inline-block;
    position: absolute;
    font-size: 16px;
    line-height: 1;
    text-indent: -20px;
    content: "\2022";
    color: #2A7475;
}
/*Buttons*/
button:focus {
    outline: none;
}
.js_add-to-cart {
    font-size:14px;
    padding: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    font-family: "Ubuntu",sans-serif;
    font-size: 16px;
    background-image: none;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: all 0.2s linear;
    background: linear-gradient(to right,#92C83E 0%,#92C83E 50%,#1D428A 50%,#1D428A 100%);
    background-size: 300% 200%;
    background-position: 90% 100%;
    border: none;
}
.js_add-to-cart:after {
    content: "";
    display: inline-block;
    position: relative;
    right: -30px;
    top: 2px;
    background-image: url(../images/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
}
.js_add-to-cart:hover {
    color: #1D428A;
    background-image: none;
    background: linear-gradient(to right,#92C83E 0%,#92C83E 50%,#1D428A 50%,#1D428A 100%);
    background-size: 200% 200%;
    background-position: 0% 0%;
}
.js_add-to-cart:hover:after {
    background-image: url(../images/chevron-right_primary.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
}
.js_btnupdate, #cartShopBtn, #checkingOutItems, .createaccount{
	font-size:14px;
    padding: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    font-family: "Ubuntu",sans-serif;
    font-size: 16px;
    background-image: none;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: all 0.2s linear;
    background: linear-gradient(to right,#92C83E 0%,#92C83E 50%,#1D428A 50%,#1D428A 100%);
    background-size: 300% 200%;
    background-position: 90% 100%;
    display: flex;
    align-items: center;
    width: fit-content !important;
    justify-content: center;
    border: none;
}
.js_btnupdate:after, #cartShopBtn:after, #checkingOutItems:after, .createaccount:after {
	justify-self: flex-end;
    content: "";
    display: inline-block;
    position: relative;
    right: -30px;
    top: 0px;
    background-image: url(../images/chevron-right.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 14px;
}
.js_btnupdate:hover, #cartShopBtn:hover, #checkingOutItems:hover, .createaccount:hover {
    color: #1D428A;
    background-image: none;
    background: linear-gradient(to right,#92C83E 0%,#92C83E 50%,#1D428A 50%,#1D428A 100%);
    background-size: 200% 200%;
    background-position: 0% 0%;
}
.js_btnupdate:hover:after, #cartShopBtn:hover:after, #checkingOutItems:hover:after, .createaccount:hover:after {
    background-image: url(../images/chevron-right_primary.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
}
#createAccountButton, #loginButton, #resetPasswordButton, #placeOrderButton, .op_login, #account_update, #searchOrders, #orderInquirySearch {  
    font-size: 14px;
    padding: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    border-radius: 30px;
    font-weight: bold;
    font-family: "Ubuntu",sans-serif;
    font-size: 16px;
    background-image: none;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    transition: all 0.2s linear;
    background: linear-gradient(to right,#92C83E 0%,#92C83E 50%,#1D428A 50%,#1D428A 100%);
    background-size: 300% 200%;
    background-position: 90% 100%;
    border: none;
} 
#createAccountButton:hover, #loginButton:hover,  #resetPasswordButton:hover, #placeOrderButton:hover, .op_login:hover, #account_update:hover, #searchOrders:hover, #orderInquirySearch:hover {  
    color: #1D428A;
    background-image: none;
    background: linear-gradient(to right,#92C83E 0%,#92C83E 50%,#1D428A 50%,#1D428A 100%);
    background-size: 200% 200%;
    background-position: 0% 0%;
}
#placeOrderButton.opaque:hover{
	pointer-events: none !important;
}
.arrow_after:after {
	content: "";
    display: inline-block;
    position: relative;
    right: 30px;
    top: 2px;
    background-image: url(../images/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
}
.arrow_after2:after {
	content: "";
    display: inline-block;
    position: relative;
    right: -205px;
    top: -48px;
    background-image: url(../images/chevron-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
}
.arrow_after:hover:after {
    background-image: url(../images/chevron-right_primary.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
}
.arrow_after2:hover:after {
	background-image: url(../images/chevron-right_primary.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
}

.field input{
    margin-bottom: 15px;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1.5rem !important;
    clear:both;
    display:block;
    width:100%;
    border:1px solid #979797;
    background:#fff;
    border-radius: 50px;
}
.field label {
	font-family: Noto Sans,sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    color: #6C6C6C;
}
select {
    color: #6F706E;
    margin-bottom: 15px;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1.5rem !important;
    clear:both;
    display:block;
    width:100%;
    border:1px solid #979797;
    background:#fff;
    -webkit-appearance: none;
    background: url("../images/select_dd_arrow.png") no-repeat right; /*To change default icon with provided image*/
      -webkit-appearance:none; /*For hiding default pointer of drop-down on Chrome*/
      -moz-appearance:none; /*For hiding default pointer of drop-down on Mozilla*/
    background-position-x: 98%; /*Adjust according to width of dropdown*/
    border-radius: 50px;
}
select:after {
	border: none;
}

/* HEADER */
.header_container {
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto;
}

.header_bar {
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    padding-left: 60px;
    background-image: linear-gradient(to right, #1D428A 40%, #026c44, #87b650);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d2172', endColorstr='#237984',GradientType=1 );
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}
.header_bar a, .header_bar a:hover, .header_bar a:visited {
    color: #FFFFFF !important;
}

.header_bar_text {
    width: 100%;
    height: 37px;
    font-size: 12px;
    padding-left: 50px;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #1D428A 40%, #026c44, #87b650);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d2172', endColorstr='#237984',GradientType=1 );
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}
.header_bar_text a, .header_bar_text a:hover, .header_bar_text a:visited {
    color: #FFFFFF !important;
}

/* BODY */
.content_container {
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto;
}
.isi_margin {
    margin-top: 100px;
}
.isi_content_container, .page-footer .content_container {
	max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
}
.isi_content {
	width: 60%;
	font-size: 16px;
}
.isi_content_main {
	width: 60%;
}
.ind_content {
	width: 40%;
}
.filterbox{
    width: 100%; 
    height: 42px; 
    color: #FFFFFF;
}
.filtertext{
    font-weight: 700;
}
.filterbreadcrumb {
    height: 42px;
}
.itembox{
    width: 283px;
    height: 280px;
    max-width: 283px;
    max-height: 280px;
    border: 1px solid #c5cbd5;
    cursor: pointer;
}
.itembox .col-12, .itembox .mx-auto{
    padding-left: 0px !important;
}
.itembox .pic{ 
    height: 207px;
}
.itembox .title{
    font-family: Noto Sans,sans-serif;
    height: 70px;
    font-weight: 700;
    line-height: 16px;
    padding-left: 15px;
}

/* ITEM SPOTLIGHT */
#spotlight_modal .img_container {
  width: 369px;
  height: 479px;
}
#spotlight_modal img {
  border: 1px solid #c5cbd5;
}
#spotlight_modal input, #cart_modal input {
    width:65px;
    height: 34px;
    border: 1px solid #979797;
    text-align: center;
    border-radius: 5px;
}

/* CART SPOTLIGHT */
.imgcontainter{
    max-width: 100px; 
    max-height: 133px; 
    width: 100px; 
    height: 133px; 
    border: 1px solid #C5CBD0;
}
#cart_modal img, .download img, .recentorders img {
    max-width: 100%; 
    max-height: 100%;
}

/* FOOTER */
#footerbottom  {
 background-color: #1D428A;
 text-align: left;
}
.footerlinks, .footerlinks a, .footerlinks a:visited{
	width: 100%;
	font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.footerlinks a:hover {
     text-decoration: none;
}

/* RECENT ORDERS */
.recentorders .headrow{
    font-size: 16px;
    font-weight: 700;
}

/* BRAND */
.brand_color {
    color: #1D428A;
}
.brand_bordercolor {
    border: 1px solid #1D428A;
    background-color: #FFFFFF;
    color: #1D428A;;
}
.brand_bgcolor {
    background-color: #1D428A;
}
.brand_tab{
    font-family: Ubuntu,sans-serif;
    border-radius: 25px 25px 0px 0px; 
    height: 89px; 
    width: 264px; 
    background-color: #1D428A; 
    box-shadow: 2px -3px 3px rgba(0, 0, 0, 0.4); 
    border:0; 
    color: #FFFFFF; 
    font-size: 26px; 
    font-weight: 400; 
    line-height: 26px;
}

/* BRAND Alt_2nd Color */
.brand_2ndcolor {
    color: #92C83E;
}
.brand_2ndbordercolor {
    border-color: #92C83E !important;
}
.brand_2ndbgcolor {
    background-color: #92C83E;
}

/* UNBRANDED */
.unbranded_color {
    color: #10563F;
}
.unbranded_bgcolor {
    background-color: #10563F;
}
.unbranded_tab{
    font-family: Ubuntu, sans-serif;
    border-radius: 25px 25px 0px 0px; 
    height: 89px; 
    width: 264px; 
    background-color: #10563F; 
    box-shadow: 2px -3px 3px rgba(0, 0, 0, 0.4); 
    border:0; 
    color: #FFFFFF; 
    font-size: 24px; 
    font-weight: 400; 
    line-height: 26px;
    margin-left: 16px;
}
.unbranded_tab:hover {
    background-color: #10563F !important;
}

/* UNBRANDED Alt_2nd Color */
.unbranded_2ndcolor {
    color: #455560;
}
.unbranded_2ndbordercolor {
    border-color: #455560;
}
.unbranded_2ndbgcolor {
    background-color: #455560;
}

/* ERROR MESSAGES */
.error{
    font-weight: 700;
    color: #ba141a;
}
.stripes-error ol {
    list-style-type: none;	
}
.s-errors li:before {
    display:none;
}


/* SAFETY LANQUAGE */
.fullsafetyHead, layoutHead {
    width: 100%; 
    color: #00B0B9;
}
.fullsafetyHead {
    height: 37px; 
}
.layoutHead {
    width: 100%;
    height: 175px;  
    position: fixed; 
    bottom: 0px; 
    background-color: #FFFFFF; 
    float: left;
}
.fixheaderclass {
    border-top: 3px solid #D8D8D8;
}

.js_psafe a, .js_psafe a:hover, .js_psafe a:visited {
    font-family: Noto Sans,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color:#0b4bfe;
    letter-spacing: 0px;
    text-decoration: underline;
}

/* BOOTSTRAP CSS UPDATES */
nav {
    color: #1D428A;
    font-family: Noto Sans, sans-serif;
}
nav a{
    color: #1D428A;
    margin-right:0.5rem !important;
    margin-left: 0.5rem !important;
}
nav a:after {

}
nav a:hover:after{
	width: 100%;
}
.linkHover {
	position: relative;
	cursor: pointer;
	line-height: 2;
}
.linkHover:after {
	content: '';
    position: absolute;
    height: 5px;
    border-radius: 2px; 
    left: 0;
    bottom: 0;
    width: 0;
    padding-bottom: 2px;
    background-color: #92C83E;
    transition: width .2s; 
}
.linkHover:hover:after{
	width: 100%;
}

.modal-content {
    border: 4px solid #1D428A;
}
.unbranded-border {
    border: 4px solid #2A7475;
}
.modal-header{
    border-bottom: none;
}
.modal-header .close {
    background-color: #1D428A;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 3px;
    margin-right: 3px;
    vertical-align:  text-top;
    padding: 1px 12px 4px 12px;
    border-radius: 5px;
    
}
.modal-footer{
    border-top: none;
}
@media only screen and (max-width: 600px) {
    .brand_tab, .unbranded_tab{
        height: 69px; 
        width: 200px; 
        font-size: 20px; 
        line-height: 15px;
        padding-left: 33px;
    }
    .header_bar{
        height: 60px;
    }
    .header_bar_text {
    width: 100%;
    height: 37px;
    font-size: 12px;
    padding-left: 40px;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #1D428A 40%, #026c44, #87b650);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d2172', endColorstr='#237984',GradientType=1 );
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    }
}
@media (min-width: 576px) {
    #spotlight_modal .modal-dialog, #cart_modal .modal-dialog {
        max-width: 850px !important;
    }

}
@media only screen and (max-width: 375px) {
    .mobilehead{
        padding-left: 0 !important; 
        padding-right: 0 !important;    
    }
    .unbranded_tab{
        margin-left: 10px;
    }
}

/* INACTIVE/HIDDEN */
.inactive{
    background-image: linear-gradient(#4d4d4f, #c7c8ca);
    box-shadow: none;
}
.hidden{
    display: none;
}

a[aria-expanded=true] .fa-caret-down {
   display: none;
}
a[aria-expanded=false] .fa-caret-up {
   display: none;
}

/* Style for Indications Header */
.indications-header-extended {
    display: none;
}

.close-indications-header {
    float: right;
}

.close-indications-header-title {
    float: left;
}

.indications-header-summary, .indications-header-extended {
    clear: both;
}

a:link.indications-header-controls-more, a:link.indications-header-controls-less,  a:visited.indications-header-controls-more, a:visited.indications-header-controls-less {
    font-weight: bold;
    color: #2A7475;
}



/* Style for item details images carousel */ 
.thumbnail-gallery {
/*  position: relative; 
    float: left;
    clear: both; */
    width: 400px;
}

.gallery .previews, .gallery .carousel-full-image, .gallery .desc {
    float: left;
    margin-right: 10px;
}

.gallery .desc, .gallery .carousel-full-image {
    width: 400px;
    font-size: 12px;
}

.gallery .carousel-full-image img:hover {
    cursor: pointer;
}

.gallery .previews a {
    display: block;
    margin-bottom: 10px;
}

.marginmodifier {
    margin-top: 30px;
    margin-left: 27px;  
}

.thumbborder {
    width:67px;
    height: 100px;
    max-width: 67px;
    max-height: 100px;
    vertical-align: middle;
    background-color: #FFFFFF;
    display:inline-block;
    overflow:hidden;
    position: relative;
    top: 0; left: 0; bottom: 0; right: 0;
    cursor:pointer;
    margin-bottom: 20px;
}
.thumbborder .spotlightcontents {
    max-width: 100%;
    max-height: 100%;
    display:block;
    margin:auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    vertical-align:middle;
}

.spotlightcontents {
    max-width: 100%;
    max-height: 100%;
    display:block;
    margin:auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    vertical-align:middle;
}

.thumbborder .spotlightcontents {
    max-width: 100%;
    max-height: 100%;
    display:block;
    margin:auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    vertical-align:middle;
}

 /* The snackbar - position it at the top and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 30px; /* 30px from the top */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

.custom-checkbox {
    position: absolute;
    top: -15px;
}
    
.custom-checkbox input {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    margin-top: 0;
    border-radius: 5px;
    position: absolute;
    border: 1px solid rgba(0,0,0,0.25);
}

.custom-checkbox span {
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: none;
    position: absolute;
    top: 2px;
    right: 5px;
}

.custom-checkbox input[type=checkbox]:checked, .custom-checkbox input:checked, input[type="checkbox" i] {
    background-color: #467F30 !important;
}

.custom-checkbox input:checked ~ span {
    display: block;
}


a[data-tab] button, a.selected[data-tab] button {
    font-family: "Ubuntu",sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    border-radius: 25px 25px 0px 0px; 
    height: 89px; 
    width: 264px; 
    background-color: #1D428A; 
    box-shadow: 2px -3px 3px rgba(0, 0, 0, 0.4); 
    border:0; 
    color: #FFFFFF; 
    font-size: 24px; 
    font-weight: 400; 
    line-height: 26px;
}
a[data-tab] button:hover{
    opacity: .25;
}

.attn_box{
	font-family: "Ubuntu",sans-serif;
	font-size: 18px;
	font-weight: 700;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFB500;
    color: #1D428A;
}
.accountformat {
    max-width:230px;
}
@media only screen and (max-width: 600px) {
	.header_bar{
       padding-left: 0px;
       height: 100%;
    }
}

@media only screen and (max-width: 638px) {
    .marginmodifier {
        margin-top: 30px;
        margin-left: 0px;  
    }
    .footerlinks, .footerlinks a, .footerlinks a:visited{
        font-size: 15px;
    }
    .isi_margin {
        margin-top: 150px;
    }
    .isi_content_container, .page-footer .content_container {
	    max-width: 1600px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: -110px;
	}
	.isi_content {
        width: 100%;
        font-size: 14px;
    }
    .isi_content_main {
	    width: 100%;
	}
	.ind_content {
	   width: 100%;
	}
    .layoutHead {
	    width: 100%;
	    height: 225px;
	    position: fixed;
	    bottom: 0px;
	    background-color: #FFFFFF;
	    float: left;
	}   
    .accountformat {
        max-width:200px;
    }
}

@media only screen and (min-width: 390px) {
    .footer_adjustment {
        max-width: 150px;
    }
}
@media only screen and (min-width: 400px) {
    .footer_adjustment {
        max-width: 100%;
    }
}