/* DEFAULT CSS */

/*REQURED FOR FOOTER AT BOTTOM */
html, 
body {
	height: 100%; 
}

#resetPassTbl {
     position: relative;
     top: 150px;
}


/***
Navigation Bar Responsive on Mobile
***/


#check{display:none}

.checkbtn{display:none}



#mainContainerSF {
 	min-height: 100%;
}


#mainContentSF {
  margin: 0 10px;
  padding-bottom: 68px !important; /* Must match height of footer (comensate for MoreHTML Body and other spacing vairation in screen height) */
  max-width: 1400px;	
  width: auto !important;
  position: relative;
}

/*** FOOTER***/
footer {
    position: relative;
	width: 100%;
  	margin-top: -68px; /* compensate as need for perfect fit with #mainContentSF */
  	clear: both;
  	/* Above CSS required for footer at bottom */
	padding: 0;
	background: #efefef;
	height: 68px;
}

/* End Footer*/

/* END REQURED FOR FOOTER AT BOTTOM */


body {
	margin: 0 auto;
	height: 100%;
	background-color: #fff ;
	background-repeat: no-repeat;
	overflow-x: hidden;
}

.boldbody {
	font-family: Raleway, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2em;
}

.smallbody {
	color: #666666;
	font-family: Raleway, sans-serif;
	font-size: 10pt;
}

.login {
	font-family: Raleway, sans-serif;
	font-size: 12px;
	font-style: 400;
	width: 100%;
	background-color: transparent;
	padding:8px 0 10px 10px;
  	color: #fff;
}

a.login {
	color: #fff;
	text-decoration: none;
	font-weight:600;
	padding-right: 8px;
	padding-left: 8px;
    text-transform: capitalize;
  	line-height:28px;
}

a.login:hover {
	color: #fff;
	text-decoration:none;
	background-color: transparent;
}

.loginWelcome, 
.loginLogout {
	background-color: transparent;
}

.loginWelcome span {
 	float: right !important; 
}

.tableLogin {
	position: fixed;
    top: 0;
    z-index: 100;
    height: 40px;
    width: 1350px;
}

.tableMain {
	position: relative;
  		top: 0;
  		width: 100%;
    	/*width: 75%;
    	left: 260px;*/
    	right: 0;
    z-index: 1;
    background-color: transparent;
    padding: 10px 0;
    margin: 160px 0 0 0;
    display: inline-table;
}

.tableSiteBanner {
	position: fixed;
  	height: 80px;
  	top: 0;
  z-index: 11;
}

.tableSiteBanner img {
	z-index: 11;
	float: inherit;
	position: relative;
  	top: 53px;

	margin: 0;
}

.mainContentNB {
	color: #000000;
	padding-left: 15px;
	width: 745px;
}

a {
	color: #153B6B;
	text-decoration: none;
}

a:hover {
	color: #1DAFEC;
	text-decoration: underline;
}

.anchor a{
	text-decoration: none;
}

.anchor a:hover {
	text-decoration: underline;
}

/******************************************************************************************
* HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

#headerInfoBar {
	position: fixed;
  	background: #1f4287;
  	width: 100%;
  	height: 42px;
  	color: #fff;
    font-size: 16px;
    line-height: 43px;
    font-family: Barlow Semi Condensed;
    font-weight: 500;
    text-transform: uppercase;
  	border-bottom: 8px solid #799a3d;
  	z-index: 10;
  	letter-spacing: 1.7px;
}

/* Main Navigation Menu */

#navWrapper {
  display: flex;
  position: fixed;
    top: 50px;
    height: 86px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    background: #efefef;
  	/*border-bottom: 68px solid #fff;*/
    z-index: 10;
  flex-wrap:wrap;
}

#menu { 
  display:flex;
  justify-content: flex-end;
  width: 1400px; 
  background: transparent; 
  position: relative;
  margin: 0 auto;
  text-align: center;
}

#menu li {
	float: left;
	text-align: center;
	margin: 0 auto;
	position: relative; 
	display: contents;
}

#menu li a {
	font-family: "Raleway";
	font-size: 16px;
  	font-weight: 800;
	color: #00467f;
	height: 52px;
	padding: 10px 14px 10px 15px;
	line-height: 70px;
	text-decoration: none;
  	/*text-transform: capitalize;*/
  	/*border-right: 1px solid #00768a; */
	/*background: url(../user/images/globals/spacer.png) no-repeat right;*/
}

#menu li a:hover, 
#menu li.menuG a, 
#menu li:hover > a {
	text-decoration:underline; 	
}

#menu li:last-child a {
 	border: none; 
}

/* END Main Navigation Menu */

/* LOGIN BOX*/

#bigbox {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

/*CATEGORY HEADER TEXT*/

div.source,
p.style1 {
	color: #1f4287;
	font-size: 50px; 
	font-family: "Raleway";		
	font-weight: 600;
}

/* FOOTER*/

.footerSections {
  	width: 100%;
  	max-width: 1400px;
  	margin: 0 auto; 
}

#footerBottom {
  height: 68px;
}

.footerCoyright { 
	color: #333 !important;
    font-size: 12px;
    line-height: 68px;
    font-family: Raleway;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1.7px;
    text-align: center;
}

/* End Footer*/


/* CHECKOUT HEADER*/

.tableCheckoutHeader {
	display: block;
  	float:	inherit;
		top: -20px;
    	width: 100%;
		margin-left: auto;
		background-color: #transparent;
	z-index: 3;
}

.tableCheckoutHeader img {
	padding-left: 120px;
}

/* END Checkout Header*/

p.style1 { color: #444; font-size: 25px; font-family: "DroidSans"; font-weight: 600; }

/******************************************************************************************
* END - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

.body {
	color: #333333;
	font-size: 13px;
	line-height: 1.2em;
}

/******************************************************************************************
* PRODUCT SIDE MENU *
*******************************************************************************************/

#TCtable {
  background: none;  
  padding: 0;
}

#TCtable td {
  background: none;
}

.TCCaption { 
  color: #BDBDBD; 
  font-style: italic; 
}

ul.TreeControl {
    float: inherit;
	position:relative;
	padding: 10px;
}

ul.TreeControl { 
  color: #ffffff; 
}

ul.TreeControl li.TCclosed div.anchorCatalog,
ul.TreeControl li.TCopen div.anchorCatalog {
        float:inherit;
	position:relative;
        color:##fff; 
	font-size: 16px;
  font-weight: 400;
        padding: 0;
        border: none;
background: #1f4287; /* Old browsers */
margin-bottom: 5px;
text-align: left;
  height: 42px;
  line-height: 42px;
}

ul.TreeControl li { 
  list-style: none; 
}

ul.TreeControl, 
ul.TreeControl ul,
ul.TreeControl li {
  margin-bottom: 5px; 
  padding: 0; 
  font-size: 10pt;
}

ul.TreeControl li a  {
  cursor: pointer; 
  text-decoration: underline;
  color: #000000; 
}

ul.TreeControl li a:hover {
  padding-left: 5px;
  cursor: pointer;
  text-decoration: underline; 
  color: #224390; 
  font-weight: bold;
}

ul.TreeControl li.TCopen a {
  list-style: none;
  background: none; 
  text-decoration: none;
  color: #fff; 
}

ul.TreeControl li.TCclosed a { 
  list-style: none; 
  background: none; 
  text-decoration: none; 
  font-weight: bold;
  color: #fff;
}

ul.TreeControl li.TCbullet {
padding: 4px 10px 4px;
font-size: 13px;
line-height: 18px;
color:#333333 ;
text-align: left;
text-shadow: 0 1px 1px 
rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
}

ul.TreeControl li#active {
  border-bottom: 1px solid #1f4287;
}

ul.TreeControl li.TCbullet a { 
        list-style: disc; background: none;
        color: #000;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 10px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0px;
	text-align: left;
}

ul.TreeControl li.TCbullet a:hover { 
         color: #000;
}

ul.TreeControl li.TCopen ul { 
  display: block;
  font-weight: bold;
}

ul.TreeControl li.TCclosed ul { 
  display: none; 
}

/******************************************************************************************
* END - PRODUCT SIDE MENU *
*******************************************************************************************/

#cartContainer.floatClass {
  top: -49px;
  background: #375394;
    width: 41px;
    height: 41px;
    right: 0;
}

.shopping_cart_icon path {
  fill: #456888;
}

#cartCountBadge { 
  background: #456888; 
}

.catalogTbl {
	background-color: transparent;	
	padding: 0 !important;
}

/******************************************************************************************
* DTSS ADDED - FORMS *
*******************************************************************************************/

/* DTSS Added Contact Us Form */

.DTSSOutsideContainer {
	width: 100%;
}

#DTSSForm {
  	width: 100%;
	margin: 0 auto;
}

.DTSSForm {
    width: 45%;
    font-family: 'Open Sans', sans-serif;
}

.DTSSForm2 {
    width: 45%;
    font-family: 'Open Sans', sans-serif;
}

.col1, .col2 {
	float: left;
}
.col2 {
	width: 10%;
}
.col3 {
	float: right;
}

.DTSSForm_label {
	text-align: left !important;
	padding: 0 0 10px 0 !important;
	font-size: 14px;
}

.DTSSForm_label_no_padding {
	text-align: left !important;
	padding: 0 0 0px 0 !important;
	font-size: 14px;
}

.DTSSForm_answer {
	text-align:left;
    padding:4px;
    font-size:12px;
}

.DTSSForm_submit {
	text-align:left !important;
    padding:0px;
    font-size:12px;
 
}

.DTSSForm_submit input {
   background: #1f4287;
  color: #fff;
}

.DTSSForm p {
    padding:4px;
    font-size:14px;
}

.DTSSForm label {
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size:14px;
  	color:#464e54;
}

.required {
 	font-weight:600;
}

.required_star {
 	font-weight:600;
 	color:#f00000;
}

.not-required {
 	font-weight:normal;
}

/* END DTSS Added Contact Us Form */

/******************************************************************************************
* END DTSS ADDED - FORMS *
*******************************************************************************************/

/*******************************************************************************************
* Shopping Cart *
*******************************************************************************************/

#cartIcon {
	color: #fff;
	position: absolute;
	right: 4px;
	padding: 5px;
	font-size: 18pt;
}	

#cartCountBadge {
	background: #99C456;
	position: absolute;
	right: 0;
	margin: 0;
	border-radius: 100px;
	padding: 0px 2px;
	line-height: 19px;
  border: 1px solid #fff;
}

#cartDesc {
	display: none;
}

#cartCount {
	background: transparent;
	border: none;
}

.checkoutProgress {
  top: 105px; 
}

.captcha-input{width: 172px;}

@media screen and (max-width: 640px){
 ul#menu{
    display: flex;
    flex-direction: column;
    align-items: center;
	top:335px;
   
    
  }
  #navWrapper{
  /*	height:365px;*/
    height:100%;
    position:fixed;
    overflow-y:hidden !important;
    margin:0 !important;
    left:-100%;
  }
  
  #navWrapper::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
  
  .tableMain{
  left: 0;
  }
  
  .checkbtn{
  	display:flex;
  	position: fixed;
	font-size:30px;
    color: orange;
  	z-index: 1000;
  	top: 85px;
  	right: 60px;
  }
  
  #cartContainer.floatClass{
  	top: -315px;
  }




}


/******************************************************************************************
* My Account Overrides *
*******************************************************************************************

#quickLinks header {
	display: none;
}

#listbigger li {
 position: relative;
}
#listbigger li,
#listbigger li:hover {
  background: transparent;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0;
}

.QLicon,
#listbigger li:hover .QLicon {
 border: none !important; 
}

#listbigger li .QLicon {
 background: none;
}

#listbigger li .QLicon:before {
	font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 20px;
  top: 15px;
  left: 20px;
}

#QLorders .QLicon:before {
  content: "\f0d1";
}
#QLreports .QLicon:before {
  content: "\f200";
}
#QLcatalog .QLicon:before {
  content: "\f02d";
}
#QLestimator .QLicon:before {
  content: "\f1ec";
}
#QLupload .QLicon:before {
  content: "\f346";
}
#QLaddressBook .QLicon:before {
  content: "\f1fa";
}
#QLaddressBook .QLicon:before {
  content: "\f1fa";
}
#QLsettings .QLicon:before {
  content: "\f013";
}
#QLloginID .QLicon:before {
  content: "\f023";
}
#QLpassword .QLicon:before {
  content: "\f084";
}
#QLusers .QLicon:before {
  content: "\f0c0";
}
#QLprofile .QLicon:before {
  content: "\f007";
}
#QLmyLists .QLicon:before {
  content: "\f03a";
}*/

/******************************************************************************************
* END My Account Overrides *
*******************************************************************************************/
#shipToMyAddress .FedEx-email-notify,
#shipToCompany .FedEx-email-notify,
#turnAroundBox header table td:nth-child(4),
#turnAroundBox section table td:nth-child(4),
#taxRushShipGrand table tr:nth-child(3),
#taxRushShipGrand table tr:nth-child(6)
{display:none;}