/* new welcome */
.btn-product {
	background-color: #ca0000 !important;
	border: none;
	outline: none;
}
.btn-product:hover {
	background-color: #555 !important;
}

.innovate {
	display: grid  !important; 
	justify-content: space-between;
	grid-gap: 1em;
	width:100%;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.innovate::before, innovate::after {
	order: 9999
}
.innovate > * {
	text-align: center;
	position: relative
}
/* new welcome end */

.file_button {
  background: transparent url(/images/adobe_pdf_icon_19x20.png) center left no-repeat;
  padding-left: 20px;
  margin-left: 7px;
  display: inline;
  float: left;
  margin-bottom: 3px;
}
h4 {
  color: #555 !important;
  line-height: 1.3em;

}
sup {
	font-size: 50%;
	vertical-align: super;
}
.page-body, .page-body p, .page-body ul .page-body ol, ul, ol {
  font-size: 1.1em;
}
ul ul {
  font-size: 1em;
}
.spaced_list {
	margin-bottom: 30px;
	list-style: disc;
	list-style-position: inside
}
.spaced_list li {
	margin: 10px 0px
}
.btn-SearchAll {
  margin-bottom: 0px !important;
}
.product_highlight img:hover {
	opacity: .9 !important;
	transform: scale(1.2);
	transition: all .5s ease;
	
}
.product_highlight img {
	transition: all .25s ease;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.highlight-box {
  padding: 15px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #A1A3AD;
}
.section-darkgray h2, .section-lightgray h2, .our-products h2, h2, h1 {
  font-size: 38px;
  font-weight: 300;
}
/*h3, h4 {
  font-weight: 300;
}*/
.section-darkgray {
  background-color: #343434;
}
.section-darkgray h2, .section-darkgray h4 {
  color: #ffffff;
}
.section-lightgray {
  background-color: #dddddd;
}
.section-lightgray h2 {
  color: #000000;
}
.section-lightgray .highlight-box {
  color: #343434;
}
.our-products h2 {
  color: #000000;
}
.highlight-box a:hover {
  color: #ffffff;
}
.highlight-box h3 {
  margin-top: 0px;
  color: #fff;
}
a {
  color: #F93939;
}
a:hover {
  color: #282828;
}
.customer-login a i {
  font-size: 10pt;
  color: #F93939;
}
.customer-login a .text {
  padding-left: 4px;
  font-size: 9pt;
  font-style: italic;
  color: #F93939;
}
/** Cindy Nealon Additions **/
.section-offwhite {
  background-color: #f8f7f8;
  color: #343434;
}
.section-gray {
  background-color: #a6acc0;
  color: #343434;
}
.section-gray .highlight-box {
  color: #343434;
}
.section-gray h2, .section-gray h3 {
  color: #ffffff;
}
.section-gray h4 {
  color: #000000 !important;
}
.section-offwhite h4 {
  color: #343434;
}
.customBottomMargin {
  margin-bottom: 30px;
}
.tp-caption.largetext {
  font-size: 25px;
  line-height: 30px;
}
.section-image {
  margin: auto;
  position: relative;
}
.section-image img {
  width: 100%;
  height: auto;
}
/** Brett Stocker Additions **/
.section-darkgray, .customTopMargin {
  margin-top: 30px !important;
}
.footer {
  /*    margin-top:50px !important; */
}
.centerImage {
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
.center-text {
  text-align: center;
}
.floatLeftImage {
  margin-right: 20px;
}
.containerFullWidth {
  background: #f9f9f9;
  padding: 30px 0px !important;
}
.padding-10 {
  padding: 10px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-right-30 {
  padding-right: 30px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 30px;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.margin-top-0 {
  margin-top: 0px !important;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-bottom-0 {
  margin-bottom: 0px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom--50 {
  margin-bottom: -50px;
}
.text-center {
  text-align: center;
}
.width-110 {
  width: 110px;
}
.object-float-left {
  float: left;
}
object-float-right {
  float: right;
}
.border-seperator {
  height: 1px;
  background: #efefef;
  margin-bottom: 20px;
  margin-top: 45px;
}
.border-seperator-first {
  height: 1px;
  background: #efefef;
  margin-bottom: 20px;
  margin-top: 20px;
}
.companion-table {
  background: #f9f9f9;
  width: 100%;
  border-radius: 0px;
  text-align: center;
}
.companion-table th, .RadGrid th {
  background: #343434 !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 1.1em !important;
}
.companion-table th {
  text-align: center;
  padding: 10px !important;
}
.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol, .RadGrid_Default .rgHeaderWrapper {
  background: #343434 !important;
  color: #fff !important;
  padding: 10px !important;
}
.RadGrid_Bootstrap .rgPagerCell .rgNumPart a.rgCurrentPage {
  background-color: #ca0000 !important;
  border: 1px solid #ca0000 !important;
  color: #fff;
}
.RadGrid_Bootstrap tbody .radGridItem a, .RadGrid_Bootstrap tbody .telerikridItem a {
  /* color:#F93939 !important; */
  color: #343434 !important;
}
.RadGrid_Bootstrap tbody .radGridItem a:hover, .RadGrid_Bootstrap tbody .telerikridItem a:hover {
  /* color:#343434 !important; */
  color: #F93939 !important;
}
.companion-table td {
  padding: 10px;
  font-weight: 400;
  font-size: 1em;
  border: 2px solid #fff;
}
.companion-table-dark {
  background: #444;
  width: 100%;
  border-radius: 0px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.companion-table-dark th {
  background: #f9f9f9;
  padding: 10px;
  color: #343434;
  font-weight: 500 !important;
  font-size: 1.1em !important;
  border: 2px solid #343434;
  text-align: center;
}
.companion-table-dark td {
  padding: 10px;
  font-weight: 400;
  font-size: 1em;
  border: 2px solid #343434;
  color: #f9f9f9;
}
.cell-padding td {
  padding: 20px 30px !important;
}
.darkBkg {
  background: #343434;
}
.max-180 {
  max-width: 180px;
}
.wedronULList ul li {
  padding: 10px;
  color: #fff;
}
.lightGreyOverride {
  background: #f9f9f9;
}
.whiteText {
  color: #fcfcfc;
}
.light-grey-text {
  color: #A1A3AD;
}
#ContentPlaceHolder1_ddlCategory {
  background: #f9f9f9;
  padding: 7px;
  width: 100%;
}
a.link-on-dark:hover {
  color: #f9f9f9;
}
#olNumbers {
  list-style: inherit;
  padding: inherit;
}
#ulBullets {
  list-style: inherit;
  padding: inherit;
}
#ulChecks {
  list-style-image: url(../../images/eco_check.gif) !important;
  margin-left: 50px;
}
.padding-section-tb {
  padding-top: 30px;
  padding-bottom: 50px;
}
.lightgrey-title {
  color: #000 !important;
  font-family: Roboto, Raleway, 'Open Sans', Arial, sans-serif !important;
  font-weight: 400 !important;
}
.indented-list {
  list-style: inherit;
  margin-left: 30px;
}
.indented-o-list {
  margin-left: 30px;
}
/* Quote Request Form */
.quoteRequestForm .checkboxContainer label {
  font-weight: 300;
  color: #888;
}
.quoteRequestForm .checkboxContainer u {
  font-weight: 300;
  color: #222;
  text-decoration: none;
  font-size: 1.1em;
}
.quoteRequestForm .blockLabel {
  display: block;
  padding-top: 20px;
  color: #222 !important;
  font-size: 1.1em;
  font-weight: 500 !important;
}
.quoteRequestForm input[type="checkbox"] {
  margin-left: 20px;
}
.quoteRequestForm textarea.prevent {
  display: none;
}
.quoteRequestForm input[type="text"], .quoteRequestForm input[type="password"], .quoteRequestForm textarea {
  background: #f9f9f9;
  padding: 5px;
  border-radius: 5px;
}
.quoteRequestForm .actionButtons {}
.quoteRequestForm textarea {
  height: 150px;
}
/* Leadership Page */
.teamMemberName {
  font-size: 2em;
  font-weight: 300;
}
/*News Page*/
.floatLeftImageWrapText {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/*Logged In Nav Menu*/
#dl-menu ul.dl-submenu li, #dl-menu ul ul {
  z-index: 9999999999999999 !important;

}

#loggedInNavMenuContainer {
  background: #343434;
  position: relative;
  z-index: 0 !important;
  border-top: 1px solid #ca0000;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none !important;
}
.navbar-default {
  background: rgba(0, 0, 0, 0);
  border: none;
  width: 100% !important;
  max-width: 1200px !important;
  display: block !important;
  margin: 0 auto !important;
}
#loggedInNavMenuContainer a {
  color: #fff;
}
#loggedInNavMenuContainer a:hover, #loggedInNavMenuContainer a:active {
  background: #ca0000;
}
#loggedInNavMenuContainer .navbar-toggle {
  background: #343434;
  border: none;
}
#loggedInNavMenuContainer .navbar-toggle .icon-bar {
  background: #fff;
}
.thinTopSeperator {
  border-top: 1px solid #efefef;
  margin-top: 50px;
}
details summary { 
  cursor: pointer;
	padding: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

details summary > * {
  display: inline;
}
details {
background: rgb(221,221,221);
background: linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(221,221,221,1) 100%);
	margin: 30px 0 0 0;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	z-index: 100;
}
details h3 {
	margin-top: 0
}
details iframe {

}
details p {
	margin: 10px 20px;
}
details ul {
	margin: 10px 60px;
}
details summary p {
	margin: 0
}
details p span {
	cursor: pointer;
	color: #2dacdf;
}
details p span:hover {
	opacity: .75
}
details[open] summary {padding-bottom: 0 }
details[open] span {display: none}
details button {
/*	border-radius: 20px;
		opacity: .5;*/
	background: none;
	color: white;
	width: 150px;
	height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	justify-self: end;
	font-size: 1.5em;
	letter-spacing: 1px;
	text-align: right;
	position: relative;
	top: -10px
}

details:after {
content: "";
    position: absolute;
    /* margin: 20px; */
    width: 350px;
    height: 280px;
    transform: rotate(25deg);
    background-color: #000;
    right: -80px;
    top: -219px;
    z-index: -1;
    background: linear-gradient(180deg, rgba(45,172,223,1) 0%, rgba(14,75,122,1) 100%);
	opacity: .75
}
/********************************************/
/* Desktop Styles */
/********************************************/
@media only screen and (min-width:991px) {
  .no-padding-left-desktop {
    padding-left: 0px;
  }
  .padding-bottom-20-desktop {
    padding-bottom: 20px !important;
  }
  .padding-left-10p-desktop {
    padding-left: 10%;
    display: block;
  }
}
/********************************************/
/* Tablet Styles */
/********************************************/
@media only screen and (max-width:1199px) and (min-width:991px) {
  /**/
}
/********************************************/
/* Mobile Styles */
/********************************************/
@media only screen and (max-width:720px) {
  .section-darkgray h2, .section-lightgray h2, .our-products h2, h1, .h1, h2, .h2 {
    font-size: 24pt;
  }
  h3, .h3 {
    font-size: 18px;
  }
  h4, .h4 {
    font-size: 14px;
  }
  .testimonials p.testimonial-quote {
    font-size: 14px;
  }
}
@media only screen and (max-width:1050px) { /* origionaly 991px; */
  .object-float-right {
    float: left;
  }
  .object-float-left {
    width: 100%;
  }
  .titlePadForMobile {
    padding-top: 30px;
  }
  .centerImageForMobile {
    margin: 0 auto;
    display: block !important;
    margin-bottom: 10px;
  }
  .height50ForMobile {
    height: 50px;
  }
  .mobileBottom-60 {
    margin-bottom: 60px;
  }
  .btn {
    /*    	width:100%;  */
    padding: 10px;
    /*margin-bottom: 20px;*/
  }
  /*Mobile Menu*/
  .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul, .dl-trigger:hover {
    background: #f00 !important;
  }
  .dl-menuwrapper button:after {
    background: #F93939;
    box-shadow: 0 10px 0 #F93939, 0 20px 0 #F93939;
  }
  #harp-on-faq {
    margin-bottom: 50px;
  }
  .center-text-mobile {
    text-align: center;
  }
  .no-padding-left-mobile {
    padding-left: 0px !important;
  }
  .no-padding-right-mobile {
    padding-right: 0px !important;
  }
  .yes-padding-left-mobile {
    padding-left: 30px !important;
  }
  .yes-padding-right-mobile {
    padding-right: 30px !important;
  }
  .yes-med-padding-left-mobile {
    padding-left: 15px !important;
  }
  .yes-med-padding-right-mobile {
    padding-right: 15px !important;
  }
  .small-top-padding-for-mobile {
    padding-top: 10px;
  }
  .med-top-padding-for-mobile {
    padding-top: 20px;
  }
  .rotate-90-mobile {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .quoteRequestForm input[type="text"], .quoteRequestForm input[type="password"], .quoteRequestForm textarea {
    width: 100%;
  }
  .floatLeftImageWrapText {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .navbar-collapse {
    max-height: none;
  }
  .navbar-collapse a {
    padding: 15px 20px !important;
  }
}
/* Button Overrides */
.btn-info, .btn-sm, .btn-primary, .btn-success, .btn, .btn a {
  background: #555 !important;
  background-color: #555 !important;
  color: #ffffff !important;
}
.btn-info:hover, .btn-sm:hover, .btn-primary:hover, .btn-success:hover, .btn:hover {
  background: #ca0000 !important;
  background-color: #ca0000 !important;
}
.rgRow table.table {
  margin-bottom: 0px;
}
.palletainer-container {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
  width: 130px;
}
.palletainer-box {
  background-color: #e8e8e8;
  width: 130px;
  height: 130px;
  font-size: 34pt;
  padding-top: 30px;
}
.RadioButtonList tr td input[type=radio] {
  margin-right: 4px;
}
.RadioButtonList tr td label {
  padding-right: 12px;
}
#UserForm .table > tbody > tr > td {
  padding-bottom: 0px;
}
#pnlPageHeader {
  padding-top: 20px;
}
.globalSearchTableTitle {
  font-size: 2em;
  font-weight: 400;
  display: block;
  padding-top: 30px !important;
  padding-bottom: 10px;
}
/*#search-input:after{



	font-family: FontAwesome;



    content: attr(data-content) "\f002";



    width: 20px;



    color:#ababab;



    height: 20px;



    z-index:999999;



    font-size: 1.2em;



    text-align: center;



    position:absolute;



    right:-25px;



    margin-right:30px;



    margin-top:40px;



	margin-right:50px;



    display: block;



}*/
.RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgHeader a {
  color: #ffffff !important;
}
/*Feature Images Sections*/
.featureImageContainer .container {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
	height: 350px;
	padding-top: 150px;

}
.no-overlay {
  background-color: rgba(0, 0, 0, 0) !important;
}
.lighter-overlay {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.featureImageContainer .row {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.featureImageContainer {
  text-align: center;
}
.featureImageContainer h1 {
  color: #fff;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  text-shadow: 2px 2px 10px black;
  font-size: 42px;
}
.featureImageContainer h3 {
  /*	color:#dbdbdb; */
  color: #fff;
}
.transparent-gray-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
/*Actual Image*/
.featureImageContainer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*Background Sizing*/
.special-slide {
  margin-top: -50px;
}
.search-input {
  margin-bottom: 50px;
}
}
@media only screen and (min-width:1200px) {
  .featureImageContainer {
    height: 350px;
  }
	.featureImageContainer .container {
	padding-top: 150px;	
		height: 350px;
	}
  .featureImageContainer .row {
    height: 350px !important;
    max-width: 1200px;
    margin: 0 auto;
  }
  .featureImageContainer .col-lg-12 {
    max-width: 70%;
    padding: 50px;
  }
  .featureImageContainer .col-lg-12 h1 {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width:991px) and (max-width:1199px) {
  .featureImageContainer {
    height: 300px;
  }
		.featureImageContainer .container {
	padding-top: 100px;	
			height: 300px;
	}
	.mobileIncreaseSize .container {
		padding-top: 0px !important
	}
  .featureImageContainer .row {
    height: 300px !important;
  }
  .featureImageContainer .col-lg-12 {
    max-width: 75%;
  }
}
@media only screen and (min-width:721px) and (max-width:990px) {
  .featureImageContainer {
    height: 250px;
  }
		.mobileIncreaseSize {
		height: 300px !important
	}
		.featureImageContainer .container {
	padding-top: 75px;	
			height: 250px;
	}
  .featureImageContainer .row {
    height: 250px !important;
    max-width: 1200px;
    margin: 0 auto;
  }
  .featureImageContainer .col-lg-12 {
    max-width: 75%;
    padding: 0px;
  }
  .featureImageContainer .col-lg-12 h1 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width:720px) {
  .featureImageContainer {
    height: 250px;
  }
		.featureImageContainer .container {
	padding-top: 50px;	
			height: 250px;
	}
  .featureImageContainer .row {
    height: 250px !important;
    max-width: 1200px;
    margin: 0 auto;
  }
  .featureImageContainer .col-lg-12 {
    max-width: 90%;
    padding: 0px;
  }
  .featureImageContainer .col-lg-12 h1 {
    padding-bottom: 10px;
  }
  .special-slide {
    margin-top: 0px;
  }
  .search-input {
    margin-bottom: 50px;
  }

}
/**Grey right padding fix*/
#wrapper {
  overflow-x: hidden;
}
/*Sub-Nav Glitch Fix*/
.menu ul li a {
  padding: 30px 25px 16px 0px;
}
.menu ul ul ul {
  margin-top: -1px !important;
}
/*Mobile Hamburger Menu Initiates*/
@media screen and (max-width:1050px) { /* origionaly 991px; */
  .dl-menuwrapper li a {
    padding: 25px 30px !important;
  }
  .dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
    line-height: 70px;
  }
}
/* Anniversary Banner */
.anniv_banner {
  background: #a6acc0;
  position: relative;
  height: 400px;
  overflow: hidden;
  text-align: left;
}
.anniv_banner .anniv_logo {
  width: 400px;
  top: 200px;
  left: 200px;
  position: absolute
}
.anniv_banner h3 {
	margin-top: 0 !important;}

.anniv_banner .card_link {
  top: 50px;
  left: 50%;
  position: absolute;
  width: 50%;
  max-width: 500px
}
.card_link a {
	color: white;
	text-decoration: underline;font-weight: bold;
	text-shadow: 0px 0px 10px rgba(0,0,0,.5)
}
.card_link a:hover {
opacity: 80%;
}
.anniv_banner .circle {
  position: absolute;
  border-radius: 50%;
  background: white;
  animation: ripple 15s infinite;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, .25);
}
.anniv_banner .small {
  width: 200px;
  height: 200px;
  left: 230px;
  top: 153px;
}
.anniv_banner .medium {
  width: 400px;
  height: 400px;
  left: 130px;
  top: 53px;
}
.anniv_banner .large {
  width: 600px;
  height: 600px;
  left: 30px;
  top: -47px;
}
.anniv_banner .xlarge {
  width: 800px;
  height: 800px;
  left: -70px;
  top: -147px;
}
.anniv_banner .xxlarge {
  width: 1000px;
  height: 1000px;
  left: -170px;
  top: -247px;
}
.shade1 {
  opacity: 0.1;
}
.shade2 {
  opacity: 0.25;
}
.shade3 {
  opacity: 0.5;
}
.shade4 {
  opacity: 0.7;
}
.shade5 {
  opacity: 1;
}
@keyframes ripple {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.8);
  }
}
@media only screen and (max-width:720px) {
		.anniv_banner .card_link {
  top: 20px;
  left: 20px;
  position: absolute;
  width: 95%;
		margin: 0 auto;

}
	.anniv_banner .anniv_logo {
  max-width: 400px;
		width: calc(100% - 20px);
  left: 10px;

}
	.anniv_banner .small {

  left: 40px;

}
.anniv_banner .medium {

  left: -60px;

}
.anniv_banner .large {

  left: -160px;

}
.anniv_banner .xlarge {

  left: -260px;

}
.anniv_banner .xxlarge {

  left: -360px;

}
		.mobileIncreaseSize {
		height: 300px !important
	}
}