html {
	/* Allows content to fill the viewport and go beyond the bottom */
	height: 100%;
 
	/* Allows you to scroll below the viewport; default value is visible */
	overflow-y: scroll;
 
	/* To smooth any scrolling behavior */
	-webkit-overflow-scrolling: touch;
}

/* Site structure */
body {
	font-family: Roboto,arial,helvetica; 
}

.container {
	width:96%;
}

.spacer {
	height:60px;
}

.short-spacer {
	height:20px;
}

.standard-page-container {
	margin-top:15px; 
}

.full-width-section {
	padding: 80px 0;
	margin: 0;
}

.position-relative {
	position: relative;
}

.nudge-down-2 {
	top:2px;
}

html body .block {
	display:block;
}

html body .inline-block {
	display:inline-block;
}

.page-fill {
	min-height: 250px;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.max-half-width {
	max-width: 651px;
}

.max-third-width {
	max-width: 651px;
}

html body .top-margin {
	margin-top: 20px;
}

html body .bottom-margin {
	margin-bottom: 20px;
}

html body .bottom-half-margin {
	margin-bottom: 10px !important;
}

html body .left-margin {
	margin-left: 20px;
}

html body .right-margin {
	margin-right: 20px;
}

html body .button-spacer {
	margin-right: 10px;
}

html body .extra-top-margin {
	margin-top: 40px;
}

html body .extra-bottom-margin {
	margin-bottom: 40px !important;
}

html body .row-half-margin {
	margin-bottom:10px !important;
}

html body .row-no-margin {
	margin-bottom:0px !important;
}

html body .row.large-gutters>.col {
	padding-left:50px;
	padding-right:50px;
}
html body .row.large-gutters>.col:first-child {
	padding-left:0px;
}
html body .row.large-gutters>.col:last-child {
	padding-right:0px;
}

html body .no-margin {
	margin:0 !important;
}

html body .no-top-margin {
	margin-top:0 !important;
}

html body .no-bottom-margin {
	margin-bottom:0 !important;
}

html body .section-top-padding {
	padding-top:70px !important;
}

html body .section-bottom-padding {
	padding-bottom:70px !important;
}

@media only screen and (max-width: 990px) {
	html body .section-top-padding {
	padding-top:50px !important;
	}

	html body .section-bottom-padding {
		padding-bottom:50px !important;
	}
}

html body .page-bottom-padding {
	padding-bottom:100px !important;
}

html body .no-vertical-margin, html body .no-vertical-margin .row {
	margin-top:0px !important;
	margin-bottom:0px !important;
}

html body .no-vertical-padding, html body .no-vertical-padding .row {
	padding-top:0px !important;
	padding-bottom:0px !important;
}

html body .all-margin {
	margin:20px !important;
}

html body .all-half-margin {
	margin:10px !important;
}

html body .button-spacer-margin {
	margin-right: 8px; margin-bottom:8px;
}

html body .standard-padding {
	padding: 20px !important;
}

html body .section-padding-top {
	padding-top: 50px !important;
}

html body .section-padding-bottom {
	padding-bottom: 50px !important;
}

html body .half-padding {
	padding: 7px !important;
}

html body .top-padding {
	padding-top: 20px !important;
}

html body .bottom-padding {
	padding-bottom: 20px !important;
}

html body .left-padding {
	padding-left: 20px !important;
}

html body .right-padding {
	padding-right: 20px !important;
}

html body .extra-top-padding {
	padding-top: 40px !important;
}

html body .all-img-full-width img { 
	width: 100%; 
}

.no-padding {
	padding: 0 !important;
}

.word-break {
	 word-wrap: break-word;
}

.shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.left-fixed-btn {
	left:23px;
	right:auto;
}

th, td {
	padding: 5px;
}

.caption {
	font-size: 0.9rem;
	font-style: italic;
	color:#aaa;
}

/* 5 column views */

.s5ths,
.m5ths,
.l5ths,
.xl5ths {
	margin-left: auto;
	left: auto;
	right: auto;
}

.row .col.s5ths {
	width: 20%;
}

@media only screen and (min-width: 601px) {
	.row .col.m5ths {
		width: 20%;
	}
}

@media only screen and (min-width: 993px) {
	.row .col.l5ths {
		width: 20%;
	}
}

@media only screen and (min-width: 1201px) {
	.row .col.xl5ths {
		width: 20%;
	}
}

/* card styles */
.card {
	overflow: hidden;
	border: 1px solid #ddd;
}

.card .card-content {
	padding:15px; 
	overflow: hidden;
}

html body .card .card-image img {
    max-width: 92%;
    width:auto;
    margin: 0 auto 10px auto;
    top: 10px;
    left: auto;
    right: auto;
}

.card.horizontal .card-image {
	padding-left: 15px;
	padding-right:15px;
	min-width: 40%;
}

.card-force-content {
	min-height:120px;
}

.card-with-footer {
	padding-bottom: 30px;
}

.card.card-with-footer .card-footer {
	height: 30px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding-left:15px;
}

.two-column-card .card-image {
	min-height: 111px;
}

.two-column-card .card-image img:not(.active) {
	max-height: 120px;
}

.three-column-card .card-image img:not(.active) {
	max-height: 220px;
}

.four-column-card .card-image img:not(.active) {
	max-height: 230px;
}
/* 800 - 990px view */
@media only screen and (max-width: 990px) {
  	.two-column-card {
		height: 260px;
	}
	.two-column-card.contains-price-footer {
		height: 320px;
	}
	.two-column-card.contains-price-footer .bottom-price-container {
		position:absolute;
		bottom:0;
		left:0;
		height:55px;
		width: 100%;
		background: white;
	}
	.two-column-card.contains-price-footer .fadeout {
	    bottom: 55px;
    	height: 3em;
	}

	.three-column-card {
		height: 360px;
	}
	.three-column-card.tall-card {
		height: 460px;
	}
	.four-column-card {
		height: 380px;
	}
	.four-column-card.tall-card {
		height: 520px;
	}
	.m6 .two-column-card .card-image img:not(.active) {
		max-height: 180px;
	}
}

/* 600 - 800px view */
@media only screen and (max-width: 800px) {
  	.two-column-card {
		height: 240px;
	}
	.three-column-card {
		height: 330px;
	}
	.three-column-card.tall-card {
		height: 430px;
	}
	.four-column-card {
		height: 370px;
	}
	.four-column-card.tall-card {
		height: 570px;
	}
	.m6 .two-column-card .card-image img:not(.active) {
		max-height: 160px;
	}
}

/* 1 - 600px view */
@media only screen and (max-width: 601px) {
	.two-column-card {
		height: 210px;
	}
	.card.two-column-card .card-content {
		height: 80px;
	}

	.three-column-card {
		height: auto;
	}
	.four-column-card, .four-column-card.tall-card {
		height: auto;
	}
	/* this repeats the default style in order to reset the adjustment for medium above */
	.m6 .two-column-card .card-image img:not(.active) {
		max-height: 120px;
	}
}


/*  Remove live person hover on mobile */
@media only screen and (max-width: 800px) {
	.LPMcontainer {
	    visibility: hidden;
	}
}

/*  Remove live person hover on mobile */
@media only screen and (max-width: 1012px) {
	#side-nav-icon {
	    visibility: hidden;
	}
}

/* button styles */
.darkbutton {
	background-color:#002b60 !important;
	transition: 0.5s;
}

.narrow-button {
	padding: 0 1rem ;
}

/* form styles */
label, .input-field label {
	left:10px;
	color:#444;
	font-weight:bold;
}

/* form styles */
.radio label {
	font-weight:normal;
}


.col.input-field label {
	left:20px;
}
.input-field label:not(.label-icon).active {
	top:-5px !important;
}

.select-wrapper + label {
	top:-32px;
}
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea,
.select-wrapper input.select-dropdown {
	background-color:#f9f9f9;
	padding-left:10px; 
	padding-right:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 4px;
	border:1px solid #c6c6c6;
	border-bottom:auto;
	margin: 0 0 5px 0;
}


.select-wrapper input.select-dropdown {
	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #ccc, #ccc);
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
	padding-right:45px;
	text-overflow: ellipsis;
}

.select-wrapper input.select-dropdown:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  
  outline: 0;
}

.datepicker-controls .select-month input, .datepicker-controls .select-year input {
    width: 100px;
}

html body .input-field input.read-only {
	background-color: transparent !important;
	border: 0px;
	
}



.form-instructions {
	font-size: 0.75rem;
	color:#aaa;
	margin-bottom:25px;
	font-style: italic;
}

/* Validation styles */
html body input.error-on-input, html body .error-on-input .select-dropdown {
	border-bottom: 1px solid red;
}

.form-error {
	color: red;
	margin:0;
	font-size:11px;
	position:relative;
	top:-10px;
}

.select .form-error {
	top:-10px;
}

/* home page styles */
.home-page-section {
    padding-bottom: 20px;
}

.home-page-section:last-of-type {
	border-bottom: 0;
    padding-bottom: 20px;
}

/* Marquee */
.marquee-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.marquee-gradient-bg {
	width: 100%;
	height: 100%;
}


.marquee-bg img {
	object-fit: cover;
	height: 800px;
}

@media only screen and (max-width: 825px) {
	.marquee-bg img {
		width: auto;
		max-height: 535px;
	}
}

.marquee-second-image-container, .marquee-text-container {
	position: absolute;
	top:5%;
	width: 50%;
	max-width: 651px;
	text-align:center;
	height: 95%;
}
	
.marquee-second-image-container {
	right: 50%;
}

.marquee-second-image-container img {
	max-height: 450px;
}

.marquee-text-container {
	left: 50%;
}

.marquee-text-container h2 {
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 600px) {
	.marquee-second-image-container, .marquee-text-container {
		position: absolute;
		width: 90%;
		height: 45%;
		left: 5%;
		right: auto;
		
	}
	
	.marquee-second-image-container {
		top:0;
	}
	
	.marquee-second-image-container>div {
		width: 67%;
	}
	
	.marquee-text-container {
		top: 55%;
	}
	

}

@media only screen and (max-width: 485px) {
	.marquee-second-image-container>div {
		width: 80%;
	}
}

@media only screen and (max-width: 425px) {
	.marquee-second-image-container>div {
		width: 90%;
	}
}

/* Marquee display with image on right */
@media only screen and (min-width: 600px) {
	.marquee-container.marquee-image-right .marquee-second-image-container {
		left: 50%;
		right:auto;
	}
	.marquee-container.marquee-image-right .marquee-text-container {
		left: auto;
		right: 50%;
	}
	
	/* allow marquee images to fall below container */
	.marquee-second-image-container.allow-bottom-overlap img {
		position:relative;
		top:-35px;
	 	max-height:600px;
	}
	
	.marquee-second-image-container.allow-bottom-overlap .ie-image-fix {
		width: 600px;
	}
}

@media only screen and (max-width: 991px) {
	.marquee-second-image-container.allow-bottom-overlap img {
		top:0px;
	}
}

@media only screen and (max-width: 600px) {
	.marquee-container.marquee-image-right .marquee-second-image-container img {
		max-height: 250px;;
	}
	
}



/* Marquee display with image on right */
@media only screen and (min-width: 600px) {

	html body .oversized-marquee-img .standard-padding {
		padding: 0 !important
	}

	html body .oversized-marquee-img .marquee-second-image-container {
		top: 0 !important;
	}
	
	/* allow marquee images to fall below container */
	html body .oversized-marquee-img .marquee-second-image-container img {
		position:relative !important;
		top:-35px !important;
		 max-height:800px !important;
		 width: 100% !important;
	}
	
	html body .oversized-marquee-img .marquee-second-image-container  .ie-image-fix {
		width: 611px !important;
	}
}

@media only screen and (max-width: 991px) {
	html body .oversized-marquee-img .marquee-second-image-container  img {
		top:0px !important;
	}
}

/* full content background. Assign background-image separately */
.full-content-background { 
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* General Styles */
.ie-image-fix {
	width:500px;
	max-width:100%;
	margin: 0 auto;
	max-height:100%;
}

.marquee-select-dots {
	position: absolute;
	bottom: 10px;
	left:0;
	right:0;
	margin: 0 auto;
}

.square-dot {
	color:#2196f3;
	padding: 0 5px;
}

.square-dot:active, .square-dot:hover {
	color: #ddd;
}


/* Read more, read less */
.readmore {
	font-size:12px;
}

.readmore i {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	
	transform-origin: 0 35%;
	-moz-transform-origin: 0 35%;
	-webkit-transform-origin: 0 35%;
	-o-transform-origin: 0 35%;
	-ms-transform-origin: 0 35%;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.readless {
	font-size:12px;
	display:none;
}

.carousel {
	overflow:hidden;
}

.carousel .indicators {
    background-color: rgba(136, 136, 136, 0.44) !important;
}

/* breadcrumbs */
.breadcrumbs a { padding:4px; }

/* error / success message */
.site-message {
	padding:20px; 
	font-size: 16px; 
}

.site-error {
	border-left:5px solid red; 
	background-color: #f9f9f9;
	color: red;
}

.site-success {
	border-left: 5px solid #0095DA; 
	color: #0095DA;
	background-color: #f9f9f9;
}


/* content boxes */
.box-with-header, .box-no-header {
	border-radius: 5px;
	background: white;
	border:1px solid #c6c6c6;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.box-with-header .box-header {
	background-color:#404041;
	min-height:50px;
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:white;
}

.box-with-header .box-header.box-image-header {
	background: none;
	padding: 0px;
}
.box-with-header .box-header.box-image-header img{
	 width: 100%;
}



.box-with-header .box-header span {
	font-weight:bold;
	line-height:20px;
	font-size:18px;
}

.box-with-footer {
	padding-bottom:70px;
	position:relative;
}

.box-with-footer .box-footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding: 15px; 
}
.box-no-header, .box-with-header .box-content {
	padding:15px;
}

.nested-box {
	width:96%;
	margin: 0 auto 10px auto;
}

.min-height-med {
	min-height: 250px; 
}

.min-height-tall {
	min-height: 500px; 
}



/* rotation styles */
.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.rotateadd  {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

i {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* Flex styles */
.display-flex {
    display:flex;
}

.flex-row-container {
	display:flex; 
	flex-direction:row;
}

.flex-col-container {
	display:flex; 
	flex-direction:column;
}

.flex-standard-element {
	flex: 1 1 auto;
}

@media only screen and (min-width: 990px) {
	.large-only-flex-row {
		display:flex; 
		flex-direction:row;
	}
	
	.large-only-flex-col {
		display:flex; 
		flex-direction:column;
	}
	
	.large-only-flex-element {
		flex: 1 1 auto;
		position:relative;
	}
	
	.large-only-flex-nested-element {
		height:95%;
	}
}

.flex-element-medium {
	margin-bottom:15px;
	min-height: 250px;
}

/* General display styles */

.blue-gradient  {
	background: #002156;
	background: -moz-linear-gradient(left,  #002156 0%, #005c97 54%);
	background: -webkit-linear-gradient(left,  #002156 0%,#005c97 54%);
	background: linear-gradient(to right,  #002156 0%,#005c97 54%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002156', endColorstr='#005c97',GradientType=1 );
}

.orange-gradient  {
	background: #f89933;
	background: -moz-linear-gradient(left,  #f89933 0%, #f5832b 54%);
	background: -webkit-linear-gradient(left,  #f89933 0%,#f5832b 54%);
	background: linear-gradient(to right,  #f89933 0%,#f5832b 54%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89933', endColorstr='#f5832b',GradientType=1 );
}

.accuform-orange {
	background-color: #FCB026 !important;
}

.accuform-orange-text {
	color: #FCB026;
}


.rounded-corners {
	border-radius: 4px !important;
}

.display-inline {
	display:inline !important;
}

.pagination {
	margin-top:8px;
}

.pagination li.active {
	background-color: #005c97;
}

.modal {
	width: 80%;
	max-height: 80%;
}

.small-modal {
	max-width:500px;
}

.modal .modal-content {
	padding:2px !important;
}

.modal .modal-content-with-padding {
	padding:24px !important;
}

.scrollimage {
	max-height: 60px;
}

#hiddentitle {
	font-size: calc(14px + .7vw);
}

.resultstitle {
	font-size: calc(12px + .7vw);
}

.standard-text {
	font-size: 1rem;
	line-height:1.5rem; 
	font-weight:normal;
}

.large-text {
	font-size: 1.5rem;
}

.small-text {
	font-size: 0.8rem;
}

.strong-text {
	font-weight:bold;
}

.emphatic-text {
	font-style: italic;
}

.underline-text {
	text-decoration: underline;
}

.right-align-except-on-small {
	text-align:right;
}

.float-right-except-on-small {
	float:right;
}

.align-center-then-right {
	text-align:center;
}

.center-on-small {
	text-align: left;
}

@media only screen and (max-width: 990px) {
	.align-center-then-right {
		text-align:right;
	}
}
/* 1 - 600px view */
@media only screen and (max-width: 601px) {
	.right-align-except-on-small {
		text-align:left;
	}
	
	.center-on-small {
		text-align: center;
	}

	.float-right-except-on-small {
		float: none;
	}
	
}

.horizontal-page-divider {
	min-height: 40px;
}

.horizontal-page-divider a {
	line-height:40px;
	font-size:20px;
	padding: 5px 0;
	display:block;
	font-weight:bold;
}

.relative-container {
	position:relative;
}

.autocomplete-show {
	border:1px solid #c6c6c6;
	display:block !important;
	display: block; 
	width: 100%;
	position:absolute;
	top:60px;
	height: autopx; 
	opacity: 1;
	background:white;
	z-index:99999;
}

.show-li-bullet ul li {
	list-style-type: disc;
}

.autocomplete-show li {
	padding:10px 20px;
	color: black;
	border-bottom:1px solid #c6c6c6;
}

.autocomplete-show li:hover, .autocomplete-show li.selected {
	background:#e3e3e3 !important;
}

.hide-until-scroll {
	display:none;
}

.no-border {
	border:0;
}

.clear {
	clear:both;
}

table tr td p {
	margin:0 0 3px 0;
}

#popup-utility {
	display:none;
}

.fadeout {
	display: none;
    position: absolute; 
    bottom: 0em;
    width:100%;
    height: 2em;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 93%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 93%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.opacity-90 {
	opacity: 0.90;
    filter: alpha(opacity=90); /* For IE8 and earlier */
} 

.opacity-70 {
	opacity: 0.70;
    filter: alpha(opacity=70); /* For IE8 and earlier */
} 

.opacity-50 {
	opacity: 0.50;
    filter: alpha(opacity=50); /* For IE8 and earlier */
} 

.half-width {
	max-width:50%;
}

/* absolute position helpers */
.position-tl, .position-tr, .position-bl,  .position-br, .full-absolute { 
	position:absolute;
}

.position-tl {
	top: 15px;
	left: 15px;
}

.position-tr {
	top: 15px;
	right: 15px;
	text-align:right;
}

.position-bl {
	bottom:15px;
	left:15px;
}

.position-br {
	bottom:15px;
	right:15px;
	text-align:right;
}

.full-absolute {
	width:100%; 
	height:100%;
	position:absolute; 
	top:0; 
	left:0;  
}

/* Violator styles */
.violator {
	position:absolute;
	top:0;
	right:0;
	max-height:35%;
	z-index:10;
}

.violator-float-box {
	float: right;
	width:40px;
	height:40px;
}

/* Number Circle */
.number-circle {
	padding-right:1px;
	border-radius: 20px;
	height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
	position: absolute; 
	top:-5px;
	right:0px;
}

/* responsive iFrames */

.iframe-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.iframe-container-16x9 {
  padding-bottom: 56.25%;
}
 
.iframe-container-4x3 {
  padding-bottom: 75%;
}

.iframe-container-1x1 {
  padding-bottom: 100%;
}
 
.iframe-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* data tables */
@media only screen and (min-width: 990px) {
	.data-container {
		max-height: 600px;
		overflow: scroll;
	}
}

.data tr th, .data tr th a {
	background: #000;
	color:white;
}

/* Sort links */
.data.sortable th a:hover, .data.sortable th a.active{
	color: orange;
}
 
.data.sortable th a.active.asc, .data.sortable th a.active.desc {
	padding-right:20px;
	background-repeat: no-repeat;
	background-position: center right;
}

.data.sortable th a.active.asc {
	background-image: url( '/assets/img/icon/icon_arrowDownWhite.png' );
}

.data.sortable th a.active.desc {
	background-image: url( '/assets/img/icon/icon_arrowUpWhite.png' );
}


.data tr th, .data tr td {
	padding:10px;
}

table.data tr td:last-child, table.data tr th:last-child {
	text-align:right; 	
	white-space: nowrap;
}
table.data.no-right tr td:last-child, table.data.no-right tr th:last-child {
	text-align:left; 	
	white-space: normal;
}

.even { background-color: #ddd; }
.odd {  background-color: #eee; }

.slider .slides li img {
    background-size:100% auto;
    background-repeat: no-repeat;
	background-position: center top; 
}

.fixed-action-btn {
	bottom:60px;
}

.fixed-bottom-left, .fixed-bottom-right,.fixed-bottom-both {
	position:fixed;
	bottom:0px;
}

.fixed-bottom-left {
	left:0;
}

.fixed-bottom-right {
	right:0;
}

.fixed-bottom-both {
	left:0;
	right:0;
}

#materialbox-overlay {
	background: rgba(0,0,0,.8);
}

.icon-for-label {
	font-size: 20px; 
	margin-left: 5px;
}

/* Header styles */

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 120%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1.h1-plus {
  	font-size: 4rem;
  	margin: 1.78rem 0 1.424rem 0;
}

.h1-minus h1, h1.h1-minus {
  	font-size: 2rem;
  	margin: 1.78rem 0 1.424rem 0;
}

h1, .emulate-h1  {
  	font-size: 3.56rem;
  	margin: 1.78rem 0 1.424rem 0;
}

h2 {
  font-size: 2.6rem;
  margin: 1.46rem 0 1.168rem 0;
}

h3 {
  	font-size: 2.4rem;
  	margin: 1.3rem 0 1.04rem 0;
}

h4 {
  	font-size: 2.1rem;
  	margin: 1.14rem 0 0.912rem 0;
}

h5, .emulate-h5 {
  	font-size: 1.64rem !important;
  	line-height: 130% !important;
  	margin: 0.82rem 0 0.656rem 0 !important;
}

h6 {
  	font-size: 1.3rem;
  	line-height: 135%;
  	margin: 0.65rem 0 0.52rem 0;
}

/* 800 - 990px view */
@media only screen and (max-width: 990px) {
  	h1.h1-plus {
		font-size: 3.5rem;
	}

	.h1-minus h1, h1.h1-minus {
		font-size: 1.8rem;
	}

	h1, .emulate-h1 {
	  	font-size: 3rem;
		margin: 1.5rem 0 1.2rem 0;
	}
	
	h2 {
	  font-size: 2.25rem;
	  margin: 1.25rem 0 0.9rem 0;
	}
	
	h3 {
  		font-size: 2rem;
		margin: 1.125rem 0 0.9rem 0;
	}
	
	h4 {
	  	font-size: 1.8rem;
		margin: 1rem 0 0.8rem 0;
	}
	
	h5, .emulate-h5 {
	  	font-size: 1.5rem !important;
		margin: 1rem 0 0.8rem 0 !important;
	}
}

/* 600 - 800px view */
@media only screen and (max-width: 800px) {
  	h1.h1-plus {
		font-size: 3rem;
	}

	.h1-minus h1, h1.h1-minus {
		font-size: 1.7rem;
	}
		
	h1, .emulate-h1 {
	  	font-size: 2.5rem;
		margin: 1.25rem 0 0.9rem 0;
	}
	
	h2 {
	  	font-size: 2rem;
		margin: 1.125rem 0 0.9rem 0;
	}
	
	h3 {
	  	font-size: 1.75rem;
		margin: 1rem 0 0.8rem 0;
	}
	
	h4 {
	  	font-size: 1.6rem;
		margin: 1rem 0 0.8rem 0;
	}
	
	h5, .emulate-h5 {
	  	font-size: 1.4rem !important;
		margin: 1rem 0 0.8rem 0 !important;
	}
}

/* 1 - 600px view */
@media only screen and (max-width: 601px) {
	h1.h1-plus {
		font-size: 3rem;
	}
	
	.h1-minus h1, h1.h1-minus {
		font-size: 1.6rem !important;
	}
	
	h1, .emulate-h1 {
	  	font-size: 2.20rem;
		margin: 1.125rem 0 0.9rem 0;
	}
	
	h2 {
	  	font-size: 1.75rem;
		margin: 1rem 0 0.8rem 0;
	}
	
	h3 {
	  	font-size: 1.6rem;
		margin: 1rem 0 0.8rem 0;
	}
	
	h4 {
	  	font-size: 1.45rem;
		margin: 1rem 0 0.8rem 0;
	}
	
	h5, .emulate-h5 {
	  	font-size: 1.35rem !important;
		margin: 1rem 0 0.8rem 0 !important;
	}
}

/* character count */

.character-count-error {
	color: red;
}

.character-count-warning {
	 color:#ff8458;
}

.character-count-good {
	color:green;
}

/* show more / less */
.show-container .show-later {
	display:none;
}

.show-container.show-all .show-later {
	display:block;
}

.show-container.show-all .show-more {
	display:none;
}

/* tabs */
.tab-container {
	background:white;
	border: 1px solid #c6c6c6;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding:0;
}

.tab-container ul {
	margin-top: 5px;
	border: 1px solid #c6c6c6;
	border-radius: 2px;
	background: #aaa;
}

.tab-container .carousel-item {
	height:auto;
	min-height: 140px;
	max-height: 100%;
	overflow: auto;
}

.tab-container .tab-content {
	max-height:100%;
}

.tabs .indicator {
	color: #555;
    background-color: #555;
}

/* search admin */
.search-admin-background { 
	z-index:999; 
}
.search-admin-panel { 
	z-index:1000; 
	overflow:auto;
}

/* checkout styles */
.checkout-box {
	padding-top:0;
	margin-bottom:30px;
}

.checkout-box .input-field {
	margin-top:0;
}

.input-field {
	margin-bottom:20px;
}

.checkout-box .col:not('.no-minimum') {
	min-height: 95px;
}

html body .checkout-addresses {
	border:1px solid #c6c6c6;
}

.shopperapproved_widget {
	background-color:white; 
	border:1px solid #c6c6c6;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
    background-color: #EFEFEF;
}

.header-dropdown-link {
	display:inline-block;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

.header-dropdown-link:hover {
	background: #EFEFEF;
}

.header-dropdown-link a {
	font-size: 16px;
}

.dropdown-trigger:focus {
  outline: 0;
}


i.medium {
    font-size: 2.5rem;
}

strong {
	font-weight: bold;
}

.checkout-smID .select-dropdown li.disabled,
.checkout-smID .select-dropdown li.disabled > span,
.checkout-smID .select-dropdown li.optgroup {
  	display:none;
}

select.cke_dialog_ui_input_select {
	display:block;
}

textarea.materialize-textarea { 
	min-height: 6rem; 
}

.sprite {
	display: inline-block;
}

.lightbox-trigger {
	cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}

.hide-until-doc-ready {
	display:none;
}

html body .bullet-list {
	display: table;
	border-spacing: 5px;
}

html body .bullet-list li {
	display: table-row;
}

html body .bullet-list > li:before {
	content: '\002022';
	padding-right: 10px;
	display: table-cell;
	color: black; 
}

html body .bullet-list.white-text > li:before {
	color: white; 
}

.white-text input {
	color:white !important;
}

ul.select-dropdown li.disabled, ul.select-dropdown li.disabled span {
	opacity: 0.5;
}

@media only screen and (min-width: 1250px) {
	.valign-on-xl-only {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	      -ms-flex-align: center;
	          align-items: center;
	}
	
	.static-height-on-xl-350 {
		height:350px;
	}
}


@media only screen and (min-width: 993px) {
	.valign-on-large-only {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	      -ms-flex-align: center;
	          align-items: center;
	}
	
	.static-height-anchor-300 .valign-anchor {
		height:300px;
	}
	
	.static-height-anchor-350 .valign-anchor {
		height:350px;
	}
	
	.static-height-anchor-400 .valign-anchor {
		height:400px;
	}
	
	.static-height-anchor-450 .valign-anchor {
		height:450px;
	}
	
	.static-height-anchor-500 .valign-anchor {
		height:500px;
	}
	
	.static-height-anchor-550 .valign-anchor {
		height:550px;
	}
	
	.static-height-anchor-600 .valign-anchor {
		height:600px;
	}
	
	.static-height-anchor-650 .valign-anchor {
		height:650px;
	}
	
	.static-height-anchor-700 .valign-anchor {
		height:700px;
	}
}

.no-flex-right-col .valign-on-large-only.right-col-valign {
	display: block;
}

.no-flex-left-col .valign-on-large-only.left-col-valign {
	display: block;
}

.materialbox-caption {
  
  line-height: 15px;
  padding: 15px 15%;
  height: 50px;
}

.match-checkbox-left {
	padding-left:35px;
}

.strike-text {
	text-decoration: line-through;
}

.material-tooltip { 
	white-space: pre; 
} 


.vertical-align-cols .col{
	vertical-align: middle;
	display:inline-block;
}


.pointer {
	cursor:pointer;
}

td, th {
  border-radius: 0px;
}

.side-by-side-btn {
	height: 3rem;
	line-height: 3rem;
}

@media only screen and (min-width: 993px) {
	.side-by-side-btn {
		margin-top:15px;
	}
}

.white-bottom-border {
	border-bottom: 1px solid white;
}

.distributor-footer-container,
.distributor-footer-column
 {
	height: 130px;
}

.distributor-logo-link img {
	max-height: 120px;
}
@media only screen and (max-width: 600px) {
	.distributor-footer-container,
	.distributor-footer-column {
		height: 80px;
		
	}
	
	.distributor-logo-link img {
		max-height: 72px;
	}
}

.single-column-inputs .form-element.select {
	margin-bottom: 0;
}

.highlight-section input:not([type]),
.highlight-section input[type=text]:not(.browser-default),
.highlight-section input[type=password]:not(.browser-default),
.highlight-section input[type=email]:not(.browser-default),
.highlight-section input[type=url]:not(.browser-default),
.highlight-section input[type=time]:not(.browser-default),
.highlight-section input[type=date]:not(.browser-default),
.highlight-section input[type=datetime]:not(.browser-default),
.highlight-section input[type=datetime-local]:not(.browser-default),
.highlight-section input[type=tel]:not(.browser-default),
.highlight-section input[type=number]:not(.browser-default),
.highlight-section input[type=search]:not(.browser-default)
{
	background-color: #fffd72;
}

.half-margin-inputs input:not([type]),
.half-margin-inputs input[type=text]:not(.browser-default),
.half-margin-inputs input[type=password]:not(.browser-default),
.half-margin-inputs input[type=email]:not(.browser-default),
.half-margin-inputs input[type=url]:not(.browser-default),
.half-margin-inputs input[type=time]:not(.browser-default),
.half-margin-inputs input[type=date]:not(.browser-default),
.half-margin-inputs input[type=datetime]:not(.browser-default),
.half-margin-inputs input[type=datetime-local]:not(.browser-default),
.half-margin-inputs input[type=tel]:not(.browser-default),
.half-margin-inputs input[type=number]:not(.browser-default),
.half-margin-inputs input[type=search]:not(.browser-default)
{
	margin: 0 0 10px 0;
}

.btn-small {
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	padding: 0 8px;
}

/* added after materialize 1.0 */
nav .sidenav-trigger {
	margin: 0;
}

.top-border {
	border-top: 2px solid black;
}

.logo-thumb {
	min-height: 173px;
	border:1px solid rgba( 198, 198, 198, 0.5 );
}

.logo-thumb img.nmc-logo-thumb {
	width:80%;
	margin: 0 auto;
}



html body #crud-manage-search i {
	top:8px;	
}

html body #crud-manage-search:hover i {
	color:black !important;
	z-index:999999;
}

.sr-points-large, .sr-number-large {
	width:50%;
	float:left;
	height:250px;
	text-align:center;
	padding:30px;
	font-weight:normal;
	font-size:2rem;
}

.sr-points-large {
	background-color:#fcb026;
}

.sr-number-large {
	background-color:#0095da;
}	

@media only screen and (max-width: 992px) {
	.sr-points-large, .sr-number-large {
		width:100%;
		margin-bottom:20px;
		height: auto;
	}
}

@media only screen and (min-width: 1300px) {
	.sr-points-large, .sr-number-large {
		font-size:2.5rem;
	}
}

.distributor-news-thumbs .card {
	min-height: 400px;
}

.password-toggle {
	position:absolute;
	top:12px;
	right:20px;
}


.search-addresses {
	font-size: 18px;
	float: right;
}

.loading {
  font-size: 30px;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;    
  }
}

.hover-grow {
	display: inline-block;
	transition: all .2s ease-in-out;
}

.hover-grow:hover {
	transform: scale(1.1);
}

.modal-close-x {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 10;
	margin: 0;
	font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
	padding: 11px 5px 15px 5px; 
	color:black;
}

.modal-close-x:before {
    content: "×";
}

.home-page-notice {
	background: #d0d9e3;
	padding: 20px;
	text-align: center;
}

.second-column-fixed-action-btn {
	left: 100px !important;
}
@media only screen and (min-width: 990px) {
	.valign-wrapper-row-parent .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
			-ms-flex-align: center;
				align-items: center;
	}
}
  .jumbotron h1, .jumbotron h2, .jumbotron h3 {
	  font-size:100px !important;
	  line-height:100px !important;
  }

@media only screen and (max-width: 990px) {
	.jumbotron h1, .jumbotron h2, .jumbotron h3 {
		font-size:80px !important;
		line-height:80px !important;
	}
}

@media only screen and (max-width: 600px) {
	.jumbotron h1, .jumbotron h2, .jumbotron h3 {
		font-size:65px !important;
		line-height:65px !important;
	}
}

@media only screen and (max-width: 1050px) {
	.cms-slider.safety-duck-slider .slick-dots {
		bottom: -50px !important;
	}
}

.highlight-link {
	font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

/* This is for our honeypot. It will hide honeypot fields so they are not visible to the user */
.sweet-spot-text {
	opacity: 0;
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 0;
	width: 0;
	z-index: -1;
}

.dist-health-section-head {
	position: relative;
}

.dist-health-section-head h4 {
	padding: 10px 70px !important;
	position: relative;
	font-size: 2rem;
	line-height: 110%;
	margin: 0;
}

.dist-health-section-head img {
	position: absolute;
	top: -12px;
	width: 50px;
}

html body a.delete-link {
	color:#2196f3 !important;
}

html body a.delete-link:hover {
	text-decoration: underline;
}

.crud-dam-selector {
	/* height:380px; */
	overflow:hidden;
}

.crud-dam-selector .dam-CMS-editor {
	width: 80%;
	margin: 0 auto;
}

.crud-dam-selector .dam-CMS-editor img {
	max-height: 360px;
	margin: 0 auto;
}

.grayscale {
  	filter: grayscale(100%);
}

.pill-layover {
	position: absolute;
	padding: 5px 15px;
	top: 5px;
	right: 5px;
	border:1px solid black;
	border-radius: 10px;
	background: white;
	display: inline-block;
	font-size: 18px;
}

.pill-layover img {
	height: 18px;
	line-height:18px;
	position: relative;
	top: 2px;
}

.exit-popup {
	max-width:800px;
	background-color: #404040;
	padding:2%;
}

.exit-popup .exit-popup-text-1 {
	font-size: 90px;
	font-weight: 900;
	text-align: justify;
}
.exit-popup .exit-popup-text-2 {
	font-size: 60px;
	font-weight: bold;
	position: relative;
	top:15px;
}
.exit-popup .exit-popup-text-3 {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	top:15px;
}

.rematerialize-browser-default {
	background-color: #f9f9f9;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #c6c6c6;
}

html body [type="checkbox"].filled-in:checked + span:not(.lever):after {
	border: 2px solid #2196F3;
    background-color: #2196F3;
}

/** LIGHTBOX MARKUP **/

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.flexible-form .select-wrapper {
	margin-bottom: 30px;
}

.compatible-sku-container {
	margin-top:10px; 
	color:#ffffff; 
	background:#c6c6c6; 
	padding:6px 10px;
} 

#custom-builder-step-trigger-instructions{
	display: none;
}