@charset "utf-8";
/* CSS Document */
img {
  max-width: 100%; /* or max-width: 100%; */
  height: auto;
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1473px;
	}
}

body {
	font-family: Oxygen,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 3.0vw;
	color: black;
}

@media (min-width: 576px) {
	body {
		font-size: 2.0vw;
		color: black;
	}
}
@media (min-width: 768px) {
	body {
		font-size: 2.0vw;
		color: black;
	}
}
@media (min-width: 992px) {
	body {
		font-size: 1.0vw;
		color: black;
	}
}
@media (min-width: 1200px) {
	body {
		font-size: 1.0vw;
		color: black;
	}
}

/* (A) FULL SCREEN WRAPPER */
#busySpinner {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s;
  z-index: 9999;
}

/* (B) CENTER LOADING SPINNER */
#busySpinner img {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%);
}

/* (C) SHOW & HIDE */
#busySpinner {
  visibility: hidden;
  opacity: 0;
}
#busySpinner.show {
  visibility: visible;
  opacity: 1;
}

/* banner-top */
.banner-top {
	background-color: #86E4FE;
	color: black;
}
.banner-top a {
	color: #000000;
}
.banner-top a:hover {
	color: #000000;
}

/* banner-mid */
.banner-mid {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}
.banner-mid a {
	color: #000000;
	font-weight: bold;
	font-size: 1.5em;
}
.banner-mid a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 1.5em;
}

/* banner-bottom */
.banner-bottom {
	background-color: #144E76;
	color: white;
}
.banner-bottom a {
	color: #FFFFFF;
}
.banner-bottom a:hover {
	color: #FFFFFF;
}

/* section-divider */
.section-divider {
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: Oxygen,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: bold;
	font-size: 1.25em;
}
.section-divider hr {
	border-bottom: 2px solid #000000;
	margin-top: 24px;
	margin-bottom: 8px;
}
.section-divider a {
	color: #000000;
}

/* footer */
.footer-top {
	background-color: #86E4FE;
	color: black;
	padding-top: 25px; padding-bottom: 25px;
	font-size: 1.5em;
	line-height: 1.25em;
}
.footer a {
	color: #000000;
}
.footer a:hover {
	color: #000000;
}
.footer-middle {
	background-color: #86E4FE;
	color: black;
	padding-top: 10px;
}
.footer-bottom {
	background-color: #86E4FE;
	color: black;
	padding-top: 10px;
	font-size: 1em;
}

#qSearch{
/*font-family: Tahoma, Geneva, sans-serif;*/
/*-moz-border-radius: 4px;
-webkit-border-radius: 4px;*/
border: #000000 2px solid;
background: #DDDDDD;
background: -moz-linear-gradient(top, #C4C4C4 0%, #EAEAEA 0%, #D3D3D3 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C4C4C4), color-stop(0%,#EAEAEA), color-stop(100%,#D3D3D3)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C4C4C4', endColorstr='#D3D3D3',GradientType=0 ); /* ie */
/*width: 205px;*/
float: left;
padding-left: 4px;
border-top-left-radius: 4px 4px;
border-top-right-radius: 4px 4px;
border-bottom-right-radius: 4px 4px;
border-bottom-left-radius: 4px 4px;
}

#qSearch #Keyword{
/*width: 170px;*/
float: left;
border: 0;
background: #DDDDDD;
background: -moz-linear-gradient(top, #C4C4C4 0%, #EAEAEA 0%, #D3D3D3 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C4C4C4), color-stop(0%,#EAEAEA), color-stop(100%,#D3D3D3)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C4C4C4', endColorstr='#D3D3D3',GradientType=0 ); /* ie */
color: #000000;
line-height: 100%;
/*font-size: 10px;
font-family: Tahoma, Geneva, sans-serif; */
/*margin-top:3px;margin-bottom:3px; */
height: 43px;
}

#qSearch #Keyword:focus{
outline:none;
color:#333;
}

#qSearch #tw-input-submit{
background: url("/templates/common/images/btnSearch.jpg") no-repeat;
border: 0;
float: right;
width: 93px;
height: 43px;
z-index: 100;
cursor: pointer;
}

#qSearchMobile{
/*font-family: Tahoma, Geneva, sans-serif;*/
/*-moz-border-radius: 4px;
-webkit-border-radius: 4px;*/
border: #000000 2px solid;
background: #DDDDDD;
background: -moz-linear-gradient(top, #C4C4C4 0%, #EAEAEA 0%, #D3D3D3 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C4C4C4), color-stop(0%,#EAEAEA), color-stop(100%,#D3D3D3)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C4C4C4', endColorstr='#D3D3D3',GradientType=0 ); /* ie */
/*width: 205px;*/
float: left;
padding-left: 4px;
border-top-left-radius: 4px 4px;
border-top-right-radius: 4px 4px;
border-bottom-right-radius: 4px 4px;
border-bottom-left-radius: 4px 4px;
}

#qSearchMobile #KeywordMobile{
/*width: 170px;*/
float: left;
border: 0;
background: #DDDDDD;
background: -moz-linear-gradient(top, #C4C4C4 0%, #EAEAEA 0%, #D3D3D3 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C4C4C4), color-stop(0%,#EAEAEA), color-stop(100%,#D3D3D3)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C4C4C4', endColorstr='#D3D3D3',GradientType=0 ); /* ie */
color: #000000;
line-height: 100%;
/*font-size: 10px;
font-family: Tahoma, Geneva, sans-serif; */
/*margin-top:3px;margin-bottom:3px; */
height: 38px;
}

#qSearchMobile #KeywordMobile:focus{
outline:none;
color:#333;
}

#qSearchMobile #tw-input-submitMobile{
background: url("/templates/common/images/btnSearch.jpg") no-repeat;
border: 0;
float: right;
width: 93px;
height: 38px;
z-index: 100;
cursor: pointer;
}

.navbar {
	padding: 0px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar-brand {
	font-size: 1rem;
}

.w-65 {
	width: 65%!important;
}

.viewCartDiv {
	background-color: #000000;
	padding-top: 0.25rem;
	padding-bottom: 0.35rem;
	color: #FFFFFF;
}

.viewCartDivMobile {
	background-color: #000000;
	padding-top: 0.25rem;
	padding-bottom: 0.35rem;
	color: #FFFFFF;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.nav-item {
	padding-right: 20px;
}

.dropdown-menu {
	min-width: 300px;
	font-size: 1.0vw;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu.columns-4 {
	min-width: 1200px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #999;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}
