/*======================================================
Screen Style Sheet
Nalco Champion (Ecolab)
------------------------------------------------------
Author(s): Melody Tran
Created:Nov 8th, 2019

======================================================*/

/* Start General */
*{
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.hidden,.hidetext,.special,.smallsite{display:none !important;}
.clear{clear:both;}
.clearfix:after {content:"";display:block;height:0;clear:both;}
.warning,.error{color:#a00;font-size:10px;text-align:left;display:block;}
.errorMessage {color:#a00;font-size:11px;font-weight:bold;text-align:left;margin:2px auto 0;display:block;}
#token,.special {width:0px;height:0px;padding:0px;margin:0px;border:none;position:absolute;left:-9999px;}
.center {text-align:center;margin-left:auto;margin-right:auto;}
address {margin:0;}
.left {float:left;}
.right {float:right;}
img.left {margin:0 15px 15px 0;}
img.right {margin:0 0 15px 15px;}
img {max-width:100%;}
.unstyled {list-style:none;margin:0;padding:0;}
.sep {margin:0 6px;display:inline-block;opacity:0.5;filter:alpha(opacity=50);}
input,textarea,a,.btn,button{outline:none;}
input[type="file"]:focus{cursor:pointer;}
.constrain {max-width:1160px;margin:0 auto;}
a,input,textarea,button,.btn,
#header-top,
#header-bottom,
#search-toggle,
.search-form,
.img-wrapper:before,
.slick-arrow:before,
.fancybox-arrow:after {
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-o-transition:all 0.2s;
}
.testimonial .slick-arrow:before{
    font-size:50px;
}
.testimonial .slick-prev {
    left: -53px;
}
.testimonial-slide .slider-right {
    display: table;
    padding: 30px;
}
.testimonial-slide .slider-right .block-1 {
    display: table-cell;
    vertical-align: middle;
}
.testimonial-slide .box-slider-img img {
    width: 100%;
    object-fit: cover;
}
.brand-gallery-grid .testimonial{
    visibility: hidden;
}
.gallery-thumbs .slick-track {
  transform: none !important;
}
.gallery-thumbs .thumb {
  margin: 15px 15px 15px 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery-thumbs .thumb:focus {
  outline: 0;
}
.gallery-thumbs .thumb:hover {
  opacity: 0.8;
}
html.noscroll,
html.noscroll body {
	overflow:hidden !important;
    position: relative;
    height: 100%;
}
.center-btns {
    display: table !important;
}

.h1,
.h2,
.h3,
.h4{
	display: block;
}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
	margin-top:0;
}

.image-bg h3,
.image-bg .h3,
.image-bg ul.fancy b {
	color:#fff;
}
ul.fancy b {
	color:#666;
	font-size:1.3em;
	text-transform:uppercase;
	line-height:1.2;
	margin:20px 0 10px;
	display:block;
}
ul.fancy li:first-child b {
	margin-top:0;
}
/* End General */

/* Start Scaffolding */

.w20{
	width: 20%;
}
.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w33 {
  width: 33.33%;
}

.w40{
	width: 40%;
}

.w50 {
  width: 50%;
}

.w60{
	width: 60%;
}

.w66{
	width: 66%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w100 {
	width: 100%;
}

.slider-posts{
    margin-left: calc(-50vw + 580px);
}
#main-content > .block-1 .nested:first-child .block-1 .video-block,
#main-content > .block-1 .nested:first-child .block-1 .image-single{
    height: 450px;
	border-bottom-left-radius: 33px;
	box-shadow: 0 41px 82px 16px rgba(0, 0, 0, 0.2);

}
#main-content > .block-1 .nested:first-child .block-1 .image-single,
#main-content > .block-1 .nested:first-child .block-1 .video-block .video{
	height: 450px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 33px;
	border-bottom-left-radius: 33px;
}
#main-content > .block-1 .nested:first-child .block-1 .image-single{
	overflow: hidden;
	width: 505px;
    height: 350px;
    border-radius: 36px 0px 36px 36px;
}
#main-content > .block-1 .nested:first-child .block-1 .image-single .image-single-inner{
	width: 100%;
	height: 100%;
}
#main-content > .block-1 .nested:first-child .block-1 .image-single .image-single-inner img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: 450px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);	
}
#main-content > .block-1 .nested:first-child .block-1 .video-block .video:before{
	background-image: none;
}
.image-single.img-rightEdge{
    margin-right: calc(-50vw + 592px);	
}
.image-single.img-leftEdge{
    margin-left: calc(-50vw + 592px);	
}
.block{
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: center;
	background-position: center center;
	padding-bottom: 40px;
	background-size: cover;
	position: relative;
}
.cover-object img {
    object-fit: cover;
}
.block:first-child{
	padding-top: 40px;
}
.nested .block{
	padding-top:20px;
	padding-bottom: 20px;
}
.block.full{
	max-width: 100%;
}

.block.full{
 	padding-left: calc(50vw - 580px);
 	padding-right: calc(50vw - 580px);
}

.block.has-bg{
    padding-top: 40px;
}

.block.full.column-has-bg {
    padding-left:0;
    padding-right:0;
}

.block.full.column-has-bg .column:first-child{
    padding-left: calc(50vw - 580px);
}

.block.full.column-has-bg .column:last-child{
    padding-right: calc(50vw - 580px);
}

.block.has-bg + .block,
.block.column-has-bg + .block{
	padding-top: 40px;	
}

.block.has-bg + .block.column-has-bg{
	padding-top: 0; 
}

.block.column-has-bg{
	padding-top:0;
	padding-bottom:0;
}

.block.column-has-bg .column{
	padding-top: 40px;
	padding-bottom: 40px;
}

.nested .block.has-bg .column:first-child,
.nested .block.column-has-bg .column:first-child{
    padding-left: 15px;
}
.nested .block.has-bg .column:last-child,
.nested .block.column-has-bg .column:last-child{
    padding-right: 15px;
}

.block .column{
	background-size: cover;
	display: block;
    flex-direction: column;
}

.block .column:not(:first-child){
	padding-left: 16px;
}

.block .column:not(:last-child){
	padding-right: 16px;
}

.block .column:last-child{
	margin-right: auto;
}

.block.narrow > .column > *{
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.block.text-left-middle{
    align-items: center;
}

.block.text-right-middle{
    align-items: center;
    text-align: right;
}

.block.text-center-top{
    text-align: center;
}

.block.text-center-middle{
    text-align: center;
    align-items: center;
}
/* End Scaffolding */

/* Start Position Specific Styles */
.richtext p:last-child{
	margin-bottom:0;
}
.richtext + .button{
	display:inline-block;
}

.content-block > .richtext + .button,
.button + .video-block{
	margin-top: 30px;
}
.richtext + .button:not(.simple-btn),
.button + p,
.img-wrapper + .richtext h1:first-child,
.img-wrapper + .richtext h2:first-child,
.img-wrapper + .richtext p:first-child,
.heading + .InnerChunk,
.richtext + .InnerChunk,
.heading + .slider-posts,
.richtext + .forms,
.richtext + .tabbed-content{
	margin-top: 30px;
}

.button + .buckets{
    margin-top: 30px;
}
.margin-btn {
    margin-left: 0px !important;
    margin-top: 20px !important;
    padding: 10px 25px !important;
}
.white-btn:hover {
    color: #046a8a !important;
}

/* End Position Specific Styles */

/* Start Colors */
.white-bg{
	background-color: #ffffff;
}

.primary-bg{
	background-color: #e57200;
}

.secondary-bg{
	background-color: #002f6c;
}

.tertiary-bg{
	background-color: #003e51;
}

.white h2,
.white h3,
.white h4,
.image-bg h4:first-child:last-child,
.image-bg .barchart .percent .number {
	color:#fff;
}

/* End Colors */

/* Tables */
.table{
	min-width: 500px;
}
.table td{
	text-align: center;
	font-family: 'muli', sans-serif;
	font-size:14px;
	color:#292b2c;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th{
	padding:20px 10px;
}
.table-bordered, 
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th{
	border: none;
}
.table>thead:first-child>tr:first-child>td{
	color:rgba(0, 47, 108, 0.62);
	font-weight: 700;
}
.table tbody tr:nth-child(odd) td{
	background:#fff;
}
.table-responsive{
	position: relative;
    overflow: auto;
    display: block;
    padding-bottom: 15px;
    border:0;
 	margin:30px auto 0;
	border-radius: 16px;
    box-shadow: inset 0 0 1px 0 rgba(59, 57, 57, 0.31);
    background-color: rgba(202, 208, 214, 0);
}
.table-responsive::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(238, 238, 238, 1);
  height:10px;
}

.table-responsive::-webkit-scrollbar {
  width: 12px;
  background-color: #eeeeee;
  height:5px;
  border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #003e51;
}

/* Separators */
hr{
	margin:60px auto;
	border-top:1px solid #ddd;
}
.hr {
	margin:0;
	height: 1px;
	background-color: #d7d8d8;
	width:100%;
	margin:30px auto;
	display:block;
}
.hr:first-child{
	margin-top: 0;
}
.hr:last-child {
	margin-bottom: 0;
}
.divider {
	text-align:center;
	margin:40px auto;
	position:relative;
}
.divider:before,
.divider:after {
	content:"";
	background:#ddd;
	width:40%;
	height:1px;
	display:block;
	position:absolute;
	top:49%;
}
.divider:before {
	left:0;
}
.divider:after {
	right:0;
}
.spacer{
	height: 40px;
	display:block;
	clear: both;
}
.table-style {
    -webkit-box-shadow: 10px 3px 40px rgba(0,0,0,.2);
    box-shadow: 10px 3px 40px rgba(0,0,0,.2);
    border-radius: 20px;
    margin-top: 40px;
}
.table-style thead {
    background-color: #003e51;    
}
.table-style tbody {
    background-color: white;
}
.table-style .table-responsive {
    box-shadow: none !important;
    margin-top: 0px;
}
.table-style .table>thead:first-child>tr:first-child>td {
    color: white;
    font-weight: 800;
    font-size: 16px;
}

/* Custom Style Elements */
.round,
.round:before {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

ul.fancy {
	list-style:none;
	text-align:left;
}
ul.fancy li {
	margin:0 0 15px;
	position:relative;
}
ul.fancy li:last-child {
	margin-bottom: 0;
}
ul.fancy li:before {
	content:"•";
	height:20px;
	width:20px;
	display:block;
	position:absolute;
	padding-top:2px;
	top:0;
	left:-32px;
}

.columnlist-2 > ul,
ul.columnlist-2{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  list-style-position: outside;
  margin: 0;
}
.columnlist-3 > ul,
ul.columnlist-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-position: outside;
  margin: 0;
}
.columnlist-2 > ul li,
.columnlist-3 > ul li,
ul.columnlist-2 li,
ul.columnlist-3 li {
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.columntext-2,
.columntext-3 {
  display: flex;
}
.columntext-2 > p {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 0;
}
.columntext-2 > p + p {
  padding-left: 10px;
  padding-right: 0;
}
.columntext-3 > p {
  width: 33%;
  padding-right: 10px;
  margin-bottom: 0;
}
.columntext-3 > p + p {
  padding-left: 10px;
  padding-right: 0;
}

.quote {
	border-left:none;
	padding:10px 0 0 50px;
	position:relative;
}
.quote:before {
	content:"\201C";
	color:#dc4405;
	font-family:sans-serif;
	font-size:100px;
	line-height:0.8;
	display:block;
	position:absolute;
	top:0;
	left:0;
	padding-top: 20px;
}
.quote .content {
	font-size:1.4em;
	display:block;
}
.quote .source {
	font-style:italic;
	margin:10px 0 0;
	display:block;
}
.quote .source:before {
	content:"\2013";
	margin-right:5px;
	display:inline-block;
}

#id-90 h2 {
    color: #003e51;
}
/* ***************************************** Primary Navigation */
.primary-nav {
    float: right;
}
.primary-nav a {
    font-family: 'muli', sans-serif;
	text-decoration:none;
	display:block;
	position:relative;
}
@media only screen and (min-width:1200px) {
	.primary-nav > li {
		font-weight:700;
	    line-height:69px;
		height:69px;
		margin:0;
		padding:0 39px;
		float:left;
		display:block;
		position:relative;
	}
	.primary-nav > li > a {
		color:#656363;
	    padding:0;
	    position:relative;
	    font-size: 16px;
	}	
	.primary-nav li:hover > a{
		color:#DC4405;
	}
	.primary-nav > li:hover > a:before{
		content:"";
		width: 100%;
		height: 2px;
		background:#DC4405;
		position: absolute;
		bottom:1px; 
	}
    .primary-nav > li.first{
	    padding-left:0;
    }
    .primary-nav > li.last{
	    padding-right:0;
    }
    .primary-nav li i{
	    display: none;
    }
	.primary-nav ul {
		border-radius: 0;
		box-shadow: 0 19px 40px 7px rgba(142, 142, 142, 0.32);
		background-color: #ffffff;
		padding:20px 0;
		width:308px;
		position:absolute;
		top: 68px;
		left:-26%;
		z-index:10;
		display:none;
	}	
	.primary-nav > li.parent:hover > a:after{
	    content: '';
	    position: absolute;
	    border-style: solid;
	    border-width: 0 12px 12px;
	    border-color: #ffffff transparent;
	    display: block;
	    width: 0;
	    z-index: 99;
	    bottom: -21px;
        left: 50%;
        margin-left: -12px;
	}
	.primary-nav ul.active{
		display: block;
	}
	.primary-nav ul li {
		line-height:normal;
		margin:0;
		position: relative;
	}
	.primary-nav ul li.parent:after{
		content:"\f054";
		font-family: 'Font Awesome 5 Pro';
		position: absolute;
		right:20px;
		top:7px;
	}
	.primary-nav ul li a {
		padding:7px 30px;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        color: #003E51;
        font-family: "Helvetica","Arial",sans-serif;
	}
	.primary-nav ul ul {
	    top: -20px;
	    left: 310px;
	}
	.primary-nav .level1:nth-child(4) .level2 .inner-ul {
       left: -310px;
    }
    .new-menu .primary-nav .level1:nth-child(3) .level2 .inner-ul {
       left: 310px;
    }
    .new-menu .primary-nav .level1:nth-child(4) .level2 .inner-ul {
       left: -310px;
    }
}

/* ***************************************** Breadcrumbs */
	#breadcrumb{
	    padding: 20px 0 0 12px;
	    position: relative;
	    z-index: 5;
	}
	#breadcrumb .crumb-container{
		max-width: 1200px;
		margin: 0 auto;
		display: inline-block;
		padding:0;
	}
	#breadcrumb .crumb-container .crumb,
	#breadcrumb .crumb-container li{
		font-size: 14px;
		font-weight: 400;
		text-shadow: 0px 1px 0px white, 1px 0px 2px white;
	}
	#breadcrumb .crumb-container .crumb.current a,
	#breadcrumb .crumb-container li.current a{
		color:#696a6b;
	}
	#breadcrumb .crumb-container .crumb.current>a:after,
	#breadcrumb .crumb-container li.current>a:after{
		display: none;
	}
	#breadcrumb .crumb-container a{
		position: relative;
		padding-right: 20px;
		color: #696a6b;
	}
	#breadcrumb .crumb-container a:hover{
		color:#DC4405;
	}
	#breadcrumb .crumb-container a:after{
		content: ' - ';
		color:#292b2c;
		font-weight: bold;
		margin: 0;
		position: absolute;
		right: 10px;
	}

/* ****************************************** Tabbed Content */
.text-tabs.dark-bg .tab-content{
	color:#ccc;
	color:rgba(255,255,255,0.8);
}
.text-tabs.dark-bg .tab-title {
	color:#fff;
}
.text-tabs .tab-title:hover,
.text-tabs.dark-bg .tab-title:hover {
	color:#2bc271 !important;
	cursor:pointer;
}
.bullet-tabs .tab-title span {
	line-height:1.2;
	vertical-align:middle;
}
.bullet-tabs .tab-title .title {
	display:inline-block;
}
.bullet-tabs .tab-title .bullet {
	background:#888;
	border:6px solid #fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	height:20px;
	width:20px;
	display:inline-block;
	position:absolute;
	top:10px;
	left:-31px;
}
.bullet-tabs .tab-title:before {
	content:"";
	height:100%;
	width:30px;
	display:block;
	position:absolute;
	top:0;
	left:-30px;
}
.bullet-tabs .tab-title.current .bullet {
	background:#fff;
	border:2px solid #0065aa !important;
	height:18px;
	width:18px;
	top:9px;
	left:-30px;
}

.text-tabs .tabs-menu-wrapper {
	margin:0 0 20px -5px;
}
.text-tabs .tab-title,
.text-tabs .tab-content {
	color:#888;
}
.text-tabs .tab-title {
	margin-right:10px;
	padding:5px;
	display:inline-block;
}
.text-tabs .tab-title.current {
	color:#f56c6e !important;
	font-weight:bold;
}



.tabs .tab-content {
	display:none;
}
.tabs .tab-content.current {
	display:block;
}
.tabbed-content .tab-content{
	border: none;
	padding: 30px 0 0;
}
.tabbed-content .tab-content .InnerChunk{
    justify-content: inherit;
}
.tabbed-content .block{
	padding: 0;
}
.tabbed-content .nav-tabs{
	border-bottom: none;
	text-align: center;
}
.tabbed-content .nav-tabs li{
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.tabbed-content .nav-tabs a{
	font-family: 'muli', sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 1.5px;
	border: none !important;	
	color:#234877;
    border-bottom-color: transparent;
    border-radius: 0;
    background-color: #e4e4e4;
    margin:0;
    padding:22px 50px;
}
.tabbed-content .nav-tabs li.active a{
	color:#003e51;
	background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 10px 2px rgba(0, 22, 51, 0.15);
    border: none !important;
}
.tabbed-content .nav-tabs a:hover{
	border: 1px solid #003e51;
    border-bottom-color: transparent;
    background-color: #eeeeee;
}
.tabbed-content .block {
  padding: 0;
}

/* start */
.tabbed-content.tabs-left {
  display: flex;
  flex-wrap: wrap;

}
.tabbed-content.tabs-left .nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
  background-color: #eee;
  display: block;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  width: 15%;
}
.tabbed-content.tabs-left .nav-tabs li {
  border: 0;
  margin-bottom: 0px;
  width: 100%;
}
.tabbed-content.tabs-left .nav-tabs li.active a,
.tabbed-content.tabs-left .nav-tabs li:hover a {
  border: 0; 
  background-color: #ccc;
}
.tabbed-content.tabs-left .nav-tabs a {

  border: 0;
  margin: 0;
  font-weight: bold;
  padding: 15px 20px 12px 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
.tabbed-content.tabs-left .tab-content {

  padding: 24px;
  border: none;
  color: #646471;
  width: 85%;
}

/* end */

.panel-white-bg .panel-body {
    border-top: 1px solid #ddd !important;
}
.panel-group{
	margin-bottom: 0;
}
.panel-group .panel{
	border-color:transparent;
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 47, 108, 0.24);
}
.panel-group .panel-heading{
	color:#656363;
	padding:0;
	border: none !important;
	border-radius: 0;
	background-color: transparent;
}
.panel-group .panel-heading a{
	padding: 15px 30px 15px 0;
	display: block;
	position: relative;
}
.panel-group .panel-heading a:focus{
	text-decoration: none;
}
.panel-group .panel-heading a:before{
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 22px;
}
.panel-group .panel-heading a[aria-expanded="true"]{
	color: #292b2c;
}
.panel-group .panel-heading a[aria-expanded="true"]:before{
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 22px;
}
.panel-arrows .panel-heading a:before{
	content:'\f107';
}
.panel-arrows .panel-heading a[aria-expanded="true"]:before{
	content:'\f106';
}
.panel-plusminus .panel-heading a:before{
	content:'\f067';
}
.panel-plusminus .panel-heading a[aria-expanded="true"]:before{
	content:'\f068';
}
.panel-group .panel-body{
	border: none;
	border-radius: 0;
	padding:20px 40px 20px 0;
}
.panel-group .block{
	padding: 0;
}
.panel-group .block + .block{
    padding-top: 40px;
}

/* Image & Text Blocks */
.image-text-blocks{
    display:flex;
    flex-wrap: wrap;
    margin: 0 -10px -15px -10px;
}
.image-text-blocks .image-text-row{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 30px;
    margin-left:15px;
    margin-right:15px;
    padding-right:0;
    padding-left:0;
}
.image-text-blocks .image-text-row:last-child{
    margin-bottom: 15px;
    border-bottom:0;
    padding-bottom:0;
}
.image-text-blocks .image-text-row h4{
    margin-top: 0;
}
.image-text-blocks .image-text-right,
.image-text-blocks .image-text-alt:nth-child(even){
    flex-direction: row-reverse;
}
.image-text-blocks .image-text-left .image,
.image-text-blocks .image-text-alt:nth-child(odd) .image{
    width: 30%;
    margin-right: 3%;
}
.image-text-blocks .image-text-right .image,
.image-text-blocks .image-text-alt:nth-child(even) .image{
    width: 30%;
    margin-left: 3%;
}
.image-text-blocks .image-text-row .content{
    width: 66.66%;
}

.image-text-block{
    padding: 0 10px;
    margin-bottom: 15px;
}
.image-text-block .image{
    height: 200px;
    width: 100%;
    position: relative;
    overflow:hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.image-text-block .image.contain{
    background-size: contain;
}
.image-text-block h4{
    display: block;
    margin: 16px 0 9px 0;
}
.image-text-block p:last-child{
    margin: 0;
}

/* Video Blocks */
.video-block {
	text-align:center;
}
.video {
	background:center center no-repeat;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	height:500px;
	width:100%;
	margin:0 auto 20px;
	padding:0 40px;
	display:block;
	position:relative;
	border-radius: 12px;
}
.video:before{
	content:"";
	width: 100%;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	top:0;
	left:0;
	border-radius: 12px;	
}
.video .play {
	margin-top:-45px;
	margin-left:-30px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
}
.video .play {
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 80px;
    height: 80px;
    line-height: 90px;
    border-radius: 50px;
    border: solid 1.5px #ffffff;
    background-color: rgba(255, 255, 255, 0.82);
}
.video .play i{
	color:#002a38;
	font-weight: 700;
	font-size:32px;
	margin-left:5px;
}
.video:hover .play i {
	color:#003e51;
}
.video-block .title {
	color:#002a38;
	font-size:16px;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin:0;
}
.location-block {
     border-bottom: 1px solid rgba(116, 142, 175, 0.45);
}
.iframe-contact-map iframe {
    width: 100%;
}
.location-info {
}
.location-info p {
    text-align: left;
    color: white !important;
}
.location-info a {
    color: white !important;
    text-decoration: underline;
}
.location-info li {
    text-align: left;
    color: white !important;
}
/* Fancybox */
.fancybox-arrow{
	opacity: 1 !important;
}
.fancybox-arrow:after {
	background-color: transparent;
	background-image: none;
	color: white;
	font-size: 20px;
}
.fancybox-arrow:hover:after{
	opacity: .5;
}
.fancybox-arrow--left:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
}
.fancybox-arrow--right:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
}
.fancybox-button--close{
	top: 0px;
    right: 44px;
    left: auto;
    position: absolute;
    opacity: .9;
    color: #fff;
}
.fancybox-button--close:hover{
	background-color: transparent;
	opacity: .5;
}
.fancybox-infobar{
	position:absolute;
	bottom:-30px;
	top: auto;
	padding: 0;
	right:0;
	left: auto;
}
.fancybox-infobar button{
	display: none;
}
.fancybox-infobar__body{
	background-color: transparent;
	line-height: inherit;
	text-align: right;
	opacity:0;
}
.fancybox-caption{
	border-top: 0;
	position: absolute;
    bottom: -30px;
    padding: 0;
    left: 0;
    opacity:0;
}
.fancybox-slide--complete .fancybox-caption,
.fancybox-slide--complete .fancybox-infobar__body,
.fancybox-slide--complete .fancybox-button--close{
	opacity: 1;
}

/* ****************************************** Forms */

.forms .fieldset{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.forms .input-group{
	display: flex;
	flex-direction: column;
	padding: 0 10px;
	margin-bottom:20px;
}
.forms .input-group:focus,
.forms select option:focus,
.forms select:focus{
	outline: none;
}
.forms ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.forms :-ms-input-placeholder { /* Internet Explorer */
  color: #fff;
}
.forms ::placeholder {
  color: #fff;
}
.forms input[type=text], 
.forms input[type=password], 
.forms input[type=email],
.forms input[type=number],
.forms input[type=date],
.forms input[type=tel], 
.forms textarea,
.forms select,
.forms #file-uploader-image,
.forms .bootstrap-select{
	color:#fff;
	font-family: 'Arial',sans-serif;
	font-size:14px;
	font-weight: 700;
	line-height:48px !important;
	background:rgba(132, 149, 170, 0.2);
	border:1px solid #fff;
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	width:100%;
	height:48px;
	margin:0;
	padding:10px;
	display:block;
}
.forms input[type=text]:focus, 
.forms input[type=email]:focus,
.forms input[type=number]:focus,
.forms input[type=tel]:focus, 
.forms textarea:focus,
.forms select:focus,
.forms #file-uploader-image:focus{
	background: rgba(132, 149, 170, 0.33);
}
.forms textarea {
	line-height:1.4 !important;
	height:115px !important;
	padding:10px 12px !important;
}
.forms label{
    display: none;
    color: #fff;
    position: absolute;
    left: 25px;
    top: 13px;
}
.forms .fileupload label{
	display: block;
}
.attGuidelines {
    color: #FFF;
    font-size: 13px;
    margin-top:4px;
    margin-bottom: 0;
}
body#id-8 .attGuidelines {
    color: #53565a;
}
.forms select option{
	background: #032f6d;
}
.forms .file-group label{
	display: block;
	color:#fff;
	font-size:14px;
	font-family: 'Arial',sans-serif;
	font-weight: 700;
    position: absolute;
    top: 15px;
    left: 27px;
}
.forms .fileupload .file-uploader-items{
	margin-left:100px;
}
.forms label .required{
	color: #003e51;
}
.forms #file-uploader-image{
	padding: 0 10px;
	position: relative;
}
.forms #file-uploader-image:focus{
	border-color: #292b2c;
	outline: 0;
}
.forms .file-uploader-items .file-wrap{
	margin-bottom:0;
}
.forms .file-uploader-items .title{
	display:block;
	margin-bottom:0;
	height: 35px;
}
.forms .file-uploader-items img{
	display: none;
}
.forms .file-uploader-items .delete-button{
	background: none;
	position: absolute;
	text-indent: inherit;
	font-size: 0;
	top: 0px;
    right: -18px;
    cursor: pointer;
}
.forms .file-uploader-items .delete-button:before{
	content:'×';
	font-size: 15px;
	color: #c50000;
}
.forms .file-uploader-buttons{
	position: absolute;
	right: 0;
	top:0;
	line-height: normal;
}
.forms .qq-upload-button,
.forms .qq-clear-button{
	font-size: 0;
	width: 30px;
	height: 48px;
	line-height: 48px;
	padding:0;
	border:0;
	margin:0;
	background-color: transparent;
}
.forms .qq-upload-button:before,
.forms .qq-clear-button:before{
	font-family: "Font Awesome 5 Pro";
	color: #fff;
	font-size:15px;
}
.forms .qq-upload-button:before{
	content:'\f0c6';
}
.forms .qq-clear-button:before{
	content:'\f2ed';
}
.forms .qq-upload-button:hover,
.forms .qq-clear-button:hover{
	background-color: transparent; 
}
.forms .qq-upload-button:hover:before,
.forms .qq-clear-button:hover:before{
	color: #fff;
}
.forms .errorMessage{
	background-color: #c50000;
	color: white;
	padding: 8px 8px 5px 8px;
	width: 100%;
	margin: 0;
	font-weight: normal;
	font-size: 13px;
}
.forms select[name="category"]+.errorMessage:after{
    content:"Category";
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 100%;
}
/* #contact .product-request,
#quickContact .product-request{
    display: none;
} */

#contact #product-request {
    display: none;
}

#quickContact #product-request {
    display: none;
}
/* Custom Selects, Checkboxes & Radios */

.forms .bootstrap-select{
	padding: 0;
	border: 0;
}
.forms .bootstrap-select:focus,
.forms .bootstrap-select button:focus{
	outline: 0 !important;
}
.forms .bootstrap-select button{
	background-color: transparent;
	padding-left: 10px;
	line-height: 36px;
	border: 1px solid #d7d8d8;
	border-radius: 0;
	padding: 0 10px;
}
.forms .bootstrap-select.open button,
.forms .bootstrap-select.open button:hover,
.forms .bootstrap-select button:active,
.forms .bootstrap-select.open button:active,
.forms .bootstrap-select.open button:focus{
	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #292b2c;
}
.forms .bootstrap-select button span{
	font-weight: normal;
	text-transform: none;
}
.forms .bootstrap-select .dropdown-toggle  .caret{
	border:0;
	top: 4px;
    right: 20px;
}
.forms .bootstrap-select button .caret:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f107';
}
.forms .bootstrap-select.open button .caret:before{
	content:'\f106';
}
.forms .bootstrap-select .dropdown-menu{
	margin:0 0 0 -1px;
	border-radius: 0;
	border: 1px solid #292b2c;
	padding:0;
	background-color: #eeeeee;
}
.forms .bootstrap-select .dropdown-menu a{
	padding: 8px 10px;
}
.forms .bootstrap-select .dropdown-menu a:hover{
	background-color: #dddddd;
}
.forms .bootstrap-select .dropdown-menu a:active,
.forms .bootstrap-select .dropdown-menu a:focus{
	outline: 0;
}
.forms .checkbox-container,
.forms .radio-container,
.forms .switch-container{
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	cursor: pointer;
	color:#fff;
	font-family: 'Arial',sans-serif;
	font-size:14px;
	font-weight: 700;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
    margin-left:10px;
}
.forms .switch-container{
	padding-left:60px;
}
/*
.forms .radio-container{
    width: 100px;
    float: left;
    display: block;
    margin-top: 10px;
}
*/
.forms .checkbox-container input,
.forms .radio-container input,
.forms .switch-container input{
	opacity: 0;
	position: absolute;
	cursor: pointer;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
}
.forms .checkbox-container .checkmark{
	position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    line-height: 30px;
}
.forms .radio-container .radio{
	position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #da3037;
    border-radius: 23px;
    line-height: 30px;
    margin: 0;
}
.forms .switch-container .switch{
	position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 50px;
    background-color: #d7d8d8;
    border: 1px solid #d7d8d8;
    border-radius: 23px;
    line-height: 30px;
    margin: 0;
}
.checkbox-container .checkmark:after,
.radio-container .radio:after,
.switch-container .switch:after  {
	font-family: "Font Awesome 5 Pro";
    position: absolute;
    display: none;
}
.forms .checkbox-container:hover input ~ .checkmark:after {
    content: '\f0c8';
    display: block;
    font-weight: bold;
    top: -3px;
    left: 6%;
    font-size: 23px;
    color: #e57200;
}
.forms .radio-container:hover input ~ .radio:after{
	content:'\f111';
	display: block;
    font-weight: bold;
	top: -19%;
	left:10%;
	font-size: 17px;
	color: #e57200;
}
.forms .switch-container input ~ .switch:after{
	content:'\f111';
	display: block;
    font-weight: bold;
	top: -4px;
	left:1px;
	font-size: 20px;
	color: #ffffff;
}
.checkbox-container input:checked ~ .checkmark:after,
.forms .checkbox-container:hover input:checked ~ .checkmark:after{
    display: block;
    content: "\f14a";
    font-weight: bold;
    top: -3px;
    left: 6%;
    font-size: 23px;
    color: #e57200;
}

.radio-container input:checked ~ .radio:after,
.forms .radio-container:hover input:checked ~ .radio:after{
	display: block;
	content:'\f111';
	font-weight: bold;
	top: -19%;
	left:10%;
	font-size: 17px;
	color: #da3037;
}
.switch-container input:checked ~ .switch{
	background-color: #da3037;
	border-color:#da3037;
}
.switch-container input:checked ~ .switch:after{
	display: block;
	content:'\f111';
	font-weight: bold;
	top: -4px;
	right:0;
	left: auto;
	font-size: 20px;
	color: #ffffff;
	border:0;
}

/* ***************************************** Search Results */
.sisea-highlight {
	text-shadow:1px 1px 1px #fff;
	background:#e9e9e9;
	padding:3px;
}
.sisea-paging {
	color:#777;
	font-size:12px;
	text-transform:uppercase;
	margin:15px 0;
}
.sisea-result-pages {
	margin-right:2px;
	margin-bottom: 15px;
}
.simplesearch-paging,
.search-investors-count{
    margin-bottom: 15px;
}
.search-investors-item,
.simplesearch-result{
    margin-bottom: 30px;
}
.search-investors-item h3,
.simplesearch-result h3{
    margin-bottom: 10px;
}
.sisea-current-page {
	color:#000;
}
.sisea-result {
	border-bottom:1px solid #ddd;
	padding:20px 0;
}
.sisea-result:first-child {
	border-top:1px solid #ddd;
}
.sisea-result h3 {
	color:#888;
	font-size:1.4em;
}
.sisea-result p {
	margin:0;
}

.larger-font {
    font-size: 30px !important;
}

/* Buckets */

.buckets{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: center;
	margin: 0 -16px;
}
.bucket{
	display: flex;
	flex-direction: column;
	padding: 0 16px;
}
.bucket .content{
	display: flex;
	flex-direction: column;
}
.bucket .content .button{
	margin-left: 0;
}

.one-column .bucket{
	width: 100%;
}

.two-columns .bucket{
	width: 50%;
}

.three-columns .bucket{
	width: 33.33%;
}

.four-columns .bucket{
	width: 25%;
}

.five-columns .bucket{
	width: 20%;
}
/* Single Image */

.image-single {
  display: flex;
  align-items: center;
}
.image-single .image-single-inner {
  margin: 0 auto;
  position: relative;
}
.image-single i {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 2;
}
.image-single i:before {
  color: white;
  padding: 5px 8px 5px 8px;
  position: absolute;
  top:8px;
  background-color: #002a38;
  right: 8px;
  border-radius: 8px;
}
.image-single i:hover:before {
	background-color: #dc4405;
}
.image-single.img-left .image-single-inner {
  margin-left: 0;
}
.image-single.img-right .image-single-inner {
  margin-right: 0;
}
.image-single.img-middle {
  height: 100%;
}

/* Gallery & Carousels */
.gallery{
	clear:both;
	position: relative;
	max-width: 100%;
}
.gallery.content{
    float: left;
}
.gallery.img-full img{
	min-height: 100%;
	min-width: 100%;
	max-width: none;
}

.gallery .img-wrapper {
    margin:10px 8px;
    float:left;
    position:relative;
}
.gallery.fullwidth .img-wrapper{
	width:100%;
	margin:10px auto;
	float:none;
}
.gallery.two-col .img-wrapper{
    width:48%;
}
.gallery.three-col .img-wrapper{
    width:31%;
}
.gallery.four-col .img-wrapper{
    width:23%;
}
.gallery.five-col .img-wrapper{
    width:18%;
}

.img-wrapper{
	position: relative;
	text-align: center;
}

.img-wrapper.img-left{
	float: left;
	padding: 0 22px 10px 0;
    margin-top: 7px;
}

.img-wrapper.img-right{
	float: right;
	padding: 0 0 10px 22px;
    margin-top: 7px;
}

.img-wrapper.img-full img{
	width: 100%;
}

.img-wrapper a{
	display: block;
}

a.img-wrapper:focus{
	outline: 0;
}

a.img-wrapper p{
	color: #292b2c;
}
.image-single p.img-caption-in {
    background-color: rgba(17, 17, 17, 0.5);
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 10px;
    margin: 0;
    text-align: center;
    width: 100%;
    left: 0;
    z-index:0;
}

.image-single p.img-caption-out{
	padding: 10px 15px;
}

.img-wrapper:before {
	color:#fff;
	font-size:40px;
	line-height:30px;
	margin:-15px 0 0 -15px;
	position:absolute;
	top:50%;
	left:50%;
}
.img-wrapper i{
	position: absolute;
    right: 20px;
    top: 22px;
	color: white;
}
.gallery.caption-outer .img-wrapper:before {
	top:44%;
}
.img-wrapper:hover:before {
	font-size:44px;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.gallery .caption {
	font-size: 0.9em;
	text-align:center;
	margin: 0;
	padding:10px 0;
	display:block;
}
.gallery.caption-inner .caption{
	color:#fff;
	background:rgba(0,0,0,0.5);
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

.gallery.slider{
	margin-bottom: 40px;
}

.gallery.slider .img-wrapper{
	margin:0;
}

.gallery.slider img{
	margin: 0 auto;
	display: block;
	max-width: 90%;
	border-radius: 20px;
}


.gallery.slider .flex-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f104';
	color: #003E51;
	font-size:40px;
	line-height:1;
}

.gallery.slider .flex-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
	color: #003E51;
	font-size:40px;
	line-height:1;
}
.gallery.slider .flex-direction-nav a {
    text-shadow: 3px 1px 0 rgb(255 255 255) !important;
}
.flex-control-paging li a.flex-active {
    background: #003E51 !important;
}

.gallery.carousel .slick-prev:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f104';
	color: #292b2c;
}

.gallery.carousel .slick-next:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f105';
	color: #292b2c;
}

.slick-dots li.slick-active button:before{
    color: #003E51;
}

.slick-dots li button:before{
	font-size: 14px;
}

/* Modal/Popup Boxes */
.modal{
	z-index:99999;
	text-align: center;
}
.modal-dialog{
	width: auto;
	padding-bottom: 60px;
}
.modal-content{
	border-radius: 0;
	padding: 30px;
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	border: 1px solid gray;
}
.modal .close{
	border-radius: 0;
	position: absolute;
	right:2px;
	top: 8px;
	font-size: 26px;
	width: 30px;
	font-weight: 200;
	height: 30px;
	color: black;
	opacity: 1;
}
.modal .close:hover{
	opacity: .6;
}
.modal form{
	text-align: left;
}
.modal img{
	height: auto;
}
.forms .modal-header {
	padding-right:50px;
	padding-left:50px;
}
.forms .modal-body {
	padding:20px 50px 40px;
}

/* ************ Blog ************ */

#main-content .search-form{
	margin-bottom: 30px;
}
.posts{
	justify-content: inherit;
}
.posts .paging{
	width: 100%;
	display: block;
	margin: 0 0 20px 16px;
}
.posts .paging ul{
	text-align: left;
}
.post-filter{
	margin-bottom: 25px;
}
.post-filter li{
	list-style-type: none;
}
.post-filter.no-count .count{
	display: none;
}
/*
.post-info h2{
	font-size: 18px;
	margin: 16px 0 10px 0;
}
*/
.post-info .tags{
	display:block;
}
.post-info .categories{
	display: block;
}
.post-entry .post-info{
	margin-bottom: 25px;
}
.post-entry .post-info span{
	display: inline-block;
	position: relative;
	padding-right: 10px;
}
.post-entry .post-info span:after{
	content:'|';
	position: absolute;
	right:-2px;
	top: 0;
}
.post-entry .post-info span:last-child:after{
	display: none;
}
.post-entry .gallery.slider.img-full .slides,
.post-entry .img-wrapper.img-full{
	height: 300px;
	overflow:hidden;
}
.post-entry .gallery.slider.img-full .slides img,
.post-entry .img-wrapper.img-full img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.quip{
	margin-top: 30px;
}
.quip h3,.quip .h3{
	margin-bottom: 0;
}
.quip-comment{
	padding:0 !important;
}
.quip-comment .quip-fld{
	margin-bottom: 8px;
}
.quip-comment .quip-name,
.quip-comment .quip-email{
	width: 48%;
}
.quip-comment .quip-name{
	float: left;
}
.quip-comment .quip-email{
	float: right;
}
.quip-comment .quip-fld input[type="text"],
.quip-comment .quip-fld input[type="email"]{
	width: 100%;
}
.quip-add-comment label{
	display:block;
	float: none !important; 
	width: auto !important;
}
.quip-add-comment .quip-notify label{
	display: inline-block;
}

/* ************ PDF Buttons ************ */

.pdf-ctas{
	margin:30px 0;
}
.pdf-ctas > .button + .button{
	margin-left:15px;
 }
.pdf-iframe {
    position: relative;
    padding-bottom: 100%; /* 8.5:11 */
    padding-top: 0px;
    height: 0;
    margin-bottom:60px;
}
.pdf-iframe iframe,
.pdf-iframe object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/* .pdf-iframe .resp { display: none; }
@media only screen and (max-width: 1199px) {
    .pdf-iframe .default { display: none !important; }
    .pdf-iframe .resp { display: block !important; }
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .pdf-iframe .default {
        display: none;
    }
    .pdf-iframe .resp {
        display: block !important;
    }
} */
_:-ms-fullscreen .pdf-iframe .default,
 :root .ie11up .pdf-iframe .default,
_:-ms-lang(x) .pdf-iframe .default,
.ie10up .pdf-iframe .default {
	display: none;
}
_:-ms-fullscreen .pdf-iframe .resp,
_:-ms-lang(x) .pdf-iframe .resp,
.ie10up .pdf-iframe .resp,
 :root .ie11up .pdf-iframe .resp {
	display: block !important;
}

/* ************ File Downloads ************ */

.files{
	margin:0;
	padding:0;
}
.files li{
	margin:10px 0;
	padding:0;
	list-style-type: none;
}
.files li a{
	color: #292b2c;
	border: 1px solid #d7d8d8;
	border-radius: 25px;
	height: auto;
	line-height: 39px;
	padding: 0 0 0 10px;
	display:block;
	text-align: left;
	font-size: 15px;
	padding-right: 60px;
}
.files li a:hover,
.files li a:active{
	text-decoration: none;
	border-color: #292b2c;
}
.files .title{
	color: #003e51;
	font-weight: bold;
/* 	float: left; */
	text-transform: capitalize;
}
.files .file-icon-button {
    padding-top: 20px;
}
.files .file-icon-button .title {
    color: #DC4405;
}
.files .icon-download:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f019';
	color: #292b2c;
	font-weight: 200;
	margin-right:10px;
}
.files .file-icon-button .icon-download:before {
    color: #DC4405;
    font-weight: inherit;
}
.files .icon-default:before,
.files .icon-filetype:before,
.files .extension:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f15b';
	color: #292b2c;
	font-weight: 200;
	margin-right: 5px;
}
.files .icon-pdf:before{
	content:'\f1c1';
}
.files .icon-doc:before,
.files .icon-docx:before{
	content:'\f1c2';
}
.files .icon-txt:before{
	content:'\f15c';
}
.files .icon-xls:before,
.files .icon-xlsx:before{
	content:'\f1c3';
}
.files .icon-ppt:before,
.files .icon-pptx:before{
	content:'\f1c4';
}
.files .extension{
	text-transform: uppercase;
	padding: 0 8px;
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}
.files .filesize{
	padding: 0 14px;
}
.files .filesize:before{
	font-family: "Font Awesome 5 Pro";
	content:'\f3fd';
	margin-right: 5px;
}
.files .button{
	float: right;
	margin-left: 18px;
}
.files .button:after{
	font-family: "Font Awesome 5 Pro";
	content:'\f019';
	margin-left: 10px;
	font-weight: 200;
}

/* ************ Paging ************ */
.paging ul{
	margin: 0;
	padding:0;
	width: 100%;
	text-align: center;
}
.paging ul li{
	margin:0;
	padding:0;
	list-style-type: none;
	display: inline-block;
}
.paging ul li a{
	color: #292b2c;
	font-size: 15px;
	padding: 5px;
	display: block;
}
.paging ul li a:hover,
.paging ul li a:active,
.paging ul li a.active{
	text-decoration: none;
	text-shadow: -0.25px -0.25px 0 #c90f14, 0.25px 0.25px #292b2c;
}

/* ************ Job Listing ************ */

.job-listing{
    margin-bottom: 30px;
}
.job-listing .button{
    margin-top: 20px;
}
.job-listing:last-child{
    margin-bottom:0;
}
#distributor-map-container .back{
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
	background: rgb(17,138,220);    
	color:#fff;
}
#distributor-map-container .back:hover{
    background: rgb(0,47,108);
}
#distributor-map{
    width:100%;
    height:400px;
}
.jvectormap-container svg{
	padding:30px;
}
.jvectormap-tip{
    z-index: 2;
}
#distributors{
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
#distributors-zip{
    margin-bottom: -60px;
}
#distributors.active,
#distributors-zip.active{
    margin-bottom: 0;
}
#distributors strong,
#distributors-zip strong{
    color: #da3037;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
#distributors .distributor,
#distributors-zip .distributor{
    display: none;
    width: 33%;
    margin-bottom: 30px;
    vertical-align: top;
}
#distributors .distributor.active,
#distributors-zip .distributor.active{
    display: inline-block;
}
#distributors .note,
#distributors-zip .note{
    margin: 0 0 60px 0;
    display: none;
}
/* ************ Address ************ */

.location{
	padding-left:0;
	margin: 32px 0 0 0;
	max-width: 500px;
}

.location li{
	list-style-type: none;
	position: relative;
	padding-left:30px;
	margin-bottom: 5px;
	display: inline-block;
	width: 40%;
}

.location li.address{
	float: left;
	margin-right:2%;
	width: 55%;
}

.location i{
	position: absolute;
	left:0;
	top:2px;
}


/* "Edit Page" button */
#edit-page {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none !important;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:0.05em;
	line-height:1;
	background:#2bc271;
	border-radius:0 0 8px 0;
	-moz-border-radius:0 0 8px 0;
	-webkit-border-radius:0 0 8px 0;
	width:40px;
	padding:5px 0;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
#edit-page:hover {
	color:#2bc271;
	background:#fff;
}
#update-browser{
	display: none;
}
#AlertContent{
    background: #F0F1F3;
    padding: 15px 0;
}
#AlertContent h5,
#AlertContent h6,
#AlertContent p{
color: #003e51;
}
#AlertContent h5,
#AlertContent h6{
	margin-top:0;
	margin-bottom:0;
}
#AlertContent a{
	color: #DC4405;
	font-weight: 700;
}
#AlertContent a:hover{
	text-decoration: underline;
}
/* IE Specific */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .image-single .image-single-inner {
    min-height: 1px;
    flex: 1;
    text-align: center;
  }
  .primary-nav > li{
	  padding:0 40px;
  }
  .forms input[type=text], 
  .forms input[type=email], 
  .forms input[type=number], 
  .forms input[type=tel], 
  .forms textarea, 
  .forms select, 
  .forms #file-uploader-image, 
  .forms .bootstrap-select{
	  line-height: 1.4 !important;
  }
}
.location-map {
    display: block;
    height: 700px;
}
#footer .social-links a:not(.tel):hover {
  border: 1.5px solid #002a38 !important;
  color: #002a38 !important;
}
/* Brand Page Template */
body #brands .list>div {
	padding: 40px;
}

body #brands .list>div:after {
	content: "";
	display: table;
	clear: both
}
body #brands .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 1473px;
	margin: 0 auto;
}
body #brands .brand-block {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 30%;
	        flex: 0 0 30%;
	background-color: white;
	margin: 30px 20px;
	-webkit-box-shadow: -5px -5px 20px #f5f3f3, 5px 5px 20px #BABECC;
	        box-shadow: -5px -5px 20px #f5f3f3, 5px 5px 20px #BABECC;
	position: relative;
	border-radius: 20px;

}
/* Artificial Lift Styles */
/* Homepage for artificial lift */

.artificial-lift-number-hp-heading {
    color: black !important;
    font-size: 35px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}
.artificial-lift-number-letter-hp-heading {
    font-size: 23px !important;
    font-weight: normal !important;
    position: relative !important;
    padding-bottom: 15px !important;
    margin-bottom: 10px !important;
}
.artificial-lift-number-letter-hp-heading:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    bottom: 0;
    background-color: #CBD7DA;
}
.first-no-shadow {
    box-shadow: none !important;
    margin-top: 0 !important;
}
.global-market-blocks-sidebar .sidebar-nav {
	vertical-align: top;
	border-left: 1px solid #9BA6AE;
	position: -webkit-sticky;
	position: sticky;
	top: 200px;
}
.global-market-blocks-sidebar .sidebar-nav .inner-sidebar-nav a {
	padding: 10px 10px;
	display: block;
	color: #88959E;
	text-transform: uppercase;
	font-weight: bold;
}

.global-market-blocks-sidebar .sidebar-nav .inner-sidebar-nav .active-bar a {
	border-left: 3px solid #DA4726;
}
.global-market-blocks-sidebar .sidebar-nav .inner-sidebar-nav .sidebar-item:hover a {
	border-left: 3px solid #DA4726;
}
.global-market-blocks-sidebar .sidebar-nav .inner-sidebar-nav .sidebar-item:active a {
	border-left: 3px solid #DA4726;
}
.anchor {
    display: block;
    height: 145px;
    margin-top: -145px;
    visibility: hidden;
    top: -3.618em;
}
.visible-mobile {
    display: none;
}
.border-tops:before {
    content: "";
    position: absolute;
    top: 0;
    background-color: #E5E7EA;
    height: 1px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.inner-photo-text {
    margin-bottom: 70px !important;
    padding: 80px 0px 40px !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	body #brands .brand-block {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 23%;
		        flex: 0 0 23%;
	}
}
@media (max-width: 1265px) {
	body #brands .brand-block {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 45%;
		        flex: 0 0 45%;
	}
}
@media (-ms-high-contrast: none) and (max-width: 1265px), (-ms-high-contrast: active) and (max-width: 1265px) {
		body #brands .brand-block {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 35%;
		        flex: 0 0 35%;
	}
}
@media (max-width: 980px) {
	body #brands .list {
		display: block;
	}
	body #brands .brand-block {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		margin: 50px 20px;
	}
}
@media screen and (min-width:992px) {
	body #brands .list>div {
	}
}

@media screen and (min-width:992px) {
	body #brands .list>div>div p {
		margin: 0;
		font-size: 15px !important;
    	line-height: 1.3;
	}
}

body #brands .list>div .logo {
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 20px;
}


body #brands .list>div .logo img {
	height: 90px;
	-o-object-fit: contain;
	   object-fit: contain;
}
#brands .list .brands__logo:before {
	content: "";
	position: absolute;
	background-color: #dc4405;
	height: 2px;
	width: 100px;
	bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body #brands .list>div .logo .prime-pump img, body #brands .list>div .logo .pro-rod img, body #brands .list>div .logo .unbridled img {
		height: 70px;
	}
	body #brands .list>div .logo {
		height: 105px;
	}
}
.new-template-inner .brands__description h2 {
	font-family: 'muli', sans-serif !important;
	padding-right: 5px;
	margin-bottom: 0px !important;
	font-size: 20px;
	color: #002a38;
	font-weight: 700;
}
.new-template-inner .brands__description .solution-upper-title {
	padding-bottom: 15px;
}
.new-template-inner .brands__description .solution-titles, .new-template-inner .brands__description h2  {

}
.new-template-inner .brands__description .solution-titles .solution-title {
		padding: 5px;
}
.new-template-inner .brands__description .solution-titles .solution-item {
	padding: 10px 0px;
}
.new-template-inner .brands__description .solution-titles .solution-item a {
	border-radius: 15px;
	padding: 5px 20px;
}
.new-template-inner .brands__description .solution-titles .solution-item.no-btn a {
    padding: 5px 0px;
    color: #656363 !important;
}
.new-template-inner .brands__description .solution-titles .solution-item.rod-lift a {
	background-color: #C0E1DC;
}
.new-template-inner .brands__description .solution-titles .solution-item.plunger-lift a {
	background-color: #87AABC;
}
.new-template-inner .brands__description .solution-titles .solution-item.hydraulic-lift a {
	background-color: #FFE3B1;
}
.new-template-inner .brands__description .solution-titles .solution-item.gas-lift a {
	background-color: #81CAC8;
}
.new-template-inner .brands__description .solution-titles .solution-item.rms a {
	background-color: #D3D3D3;
}
.new-template-inner .brands__description .solution-titles .solution-item.esp a {
	background-color: #F6B19D;
}
.new-template-inner .brands__description .solution-titles .solution-item.single a {
	background-color: #fb672a;
}
.new-template-inner .brands__description .solution-titles .solution-item.pcp a {
	background-color: #94A6AF;
}
.new-template-inner .brands__description .solution-titles .solution-item.ca a {
	background-color: #FBE9E4;
}
.new-template-inner .brands__description .solution-titles .solution-item.production-automation-and-optimization a {
	background-color: #FBE9E4;
}
.new-template-inner .brands__description .solution-item .solution-btn {
	font-size: 14px  !important;
	color: #002a38;
}
.new-template-inner .brands__description .solution-item .solution-btn:hover {
	text-decoration: none;
}
.new-template-inner .brands__description .solution-item:hover {
	-webkit-filter: brightness(85%);
	        filter: brightness(85%);
}
/* Testimonials */
.new-template-inner .announcement-carousel {
    background-color: white;
    -webkit-box-shadow: 0px 3px 30px rgba(0,0,0,.14);
    box-shadow: 0px 3px 30px rgba(0,0,0,.14);
    border-radius: 12px;
}
.announcement-carousel-edu {
	text-align: center;
}
.announcement-carousel-edu .inner-content-carousel {
	width: 100%;
	padding: 0px 20px !important;
}
.new-template-inner .announcement-carousel .announcement .inner-content-carousel p {
	margin-bottom: 10px;
}
body .announcement-carousel-homepage .slick-slide {
    height: auto !important;
    min-height: auto !important;
}
body .announcement-carousel-homepage .slick-slide {
    height: auto !important;
    min-height: auto !important;
}
.new-template-inner .announcement-carousel-edu  .inner-content-carousel {
	position: relative;
	padding: 0px 70px 0px 40px !important;
}
.new-template-inner .announcement-carousel-edu  .inner-content-carousel p {
	margin-bottom: 0px;
	font-size: 23px !important;
	color: #656363;
}
.new-template-inner .announcement-carousel-edu  .inner-content-carousel .fa-quote-left, .new-template-inner .announcement-carousel-edu  .inner-content-carousel .fa-quote-right {
	position: absolute;
	color: #dc4405;
	font-size: 30px;
}
.new-template-inner .announcement-carousel-edu  .inner-content-carousel .fa-quote-left {
	left: 0;
	top: -28px;
}
.new-template-inner .announcement-carousel-edu  .inner-content-carousel .fa-quote-right {
	right: 30px;
}
.new-template-inner .announcement-carousel .announcement .img {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
}
.new-template-inner .left-content, .new-template-inner .right-content {
    display: table-cell;
    width: 49.9%;
    vertical-align: middle;
}
.new-template-inner .inner-content-flex-col {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.new-template-inner .announcement-carousel .announcement .img img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    height: 360px;
    -webkit-box-shadow: 10px 10px 20px rgba(0,0,0,.2);
    box-shadow: 10px 10px 20px rgba(0,0,0,.2);
    width: 100%;
}
.new-template-inner .announcement-carousel .announcement {
    padding: 0px 30px !important;
}
.new-template-inner .announcement-carousel .slick-prev:before {
    content: "\f060" !important;
    font-family: Font Awesome\ 5 Pro;
    color: #656363;
    font-weight: 600;
    background-color: white;
    border: 1px solid #E5E7EA;
    padding: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    left: -9px;
    top: 0;
    -webkit-box-shadow: 0px 2px 20px rgba(0,0,0,.14);
    box-shadow: 0px 2px 20px rgba(0,0,0,.14);
    border-radius: 100%;
}
.new-template-inner .announcement-carousel .slick-next:before {
    content: "\f061" !important;
    font-family: Font Awesome\ 5 Pro;
    color: #656363;
    font-weight: 600;
    background-color: white;
    border: 1px solid #E5E7EA;
    padding: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    right: -9px;
    top: 0;
    -webkit-box-shadow: 0px 2px 20px rgba(0,0,0,.14);
    box-shadow: 0px 2px 20px rgba(0,0,0,.14);
    border-radius: 100%;
}
.new-template-inner .announcement-carousel .slick-dots {
    bottom: -45px;
}
.recaptcha-box {
   display: flex;
   flex-direction:column;
   align-items:center;
   justify-content: center;
   margin-bottom: 15px;
}
.testimonial{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 12px;
    width: 100%;
}
.testimonial .testimonial-slide{
    display:flex;
}
.descrip-text{
    width:85%;
}
.testimonial-slide .fa-quote-left{
    font-size: 25px;
    margin-top: 80px;
    margin-left: 26px;
    color:#dc4404;
}
.testimonial-slide .text{
    font-size: 17px;
    text-align: center;
    margin: 0 25px 0 50px;
}
.testimonial-slide .fa-quote-right{
    font-size: 25px;
    float: right;
    margin-right: 15px;
    color:#dc4404;
}
.descrip-img{
    width: 35%;
}
.testimonial-slide .image{
    border-radius: 25px;
    height: 357px;
    margin: 27px 3px 27px 11px;
    width: 90%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.52), 0 6px 25px 0 rgba(0, 0, 0, 0.25);
}
.testimonial-heading{
    text-align: center;
    padding-bottom: 16px;
    padding-top: 50px;
    font-weight: bold;
}
.page-8 .forms label {
    color: #656363;
}
.page-8 .forms input[type=text], .forms input[type=email], .forms input[type=number], .forms input[type=tel], .forms textarea, .forms select, .forms #file-uploader-image, .forms .bootstrap-select {
    color: #fff;
}
#id-8 .forms textarea, #id-8  .forms select {
    color: #53565a;
}

.page-8 .forms ::placeholder {
    color: #656363;
}

.page-8 .forms .qq-upload-button:before, .forms .qq-clear-button:before {
    color: #656363;
}
.table-responsive.default{
    border-radius: unset;
    box-shadow: none;
    background-color: unset;
}
.table-responsive.default table thead{
    background-color: #003e50;
}
.table-responsive.default table>thead:first-child>tr:first-child>td {
    color: white;
}
.table-responsive.default table>tbody>tr{
    border-top: 1px solid #ddd;
}
.table-responsive.default .table{
    border: 1px solid #ddd;
}
.table-responsive.orange_table{
    border-radius: 2px;
    box-shadow: unset;
    background-color: unset;
}
.table-responsive.orange_table .table tbody tr td:first-child{
    background: #dc4405;
    color: #fff;
    border: 1px solid #fff;
}
.table-responsive.ignore_first_cell .table > thead > tr:first-child > td:first-child{
    background: none;
    border: none;
}
.table-responsive.orange_table .table > thead > tr > td{
    background-color: #003e50;
    color: #fff;
    border: 1px solid #fff;
}
.table-responsive.orange_table .table > tbody > tr > td{
    background: #ccc;
    border: 1px solid #fff;
}
.table-responsive.bold-font .table tbody tr td:first-child{
    font-weight: bold !important;
}

@media (max-width: 980px) {
    .new-template-inner .announcement-carousel .announcement .img, .new-template-inner .announcement-carousel .announcement .embed-video, .new-template-inner .announcement-carousel .announcement .inner-content-carousel {
        display: block;
        width: 100%;
    }
    .new-template-inner .inner-content-flex-col {
        display: block !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .new-template-inner .announcement-carousel-edu .inner-content-carousel {
        padding: 30px 40px 30px !important;
    }
    .new-template-inner .announcement-carousel-edu {
        width: 85%;
        margin: 0 auto;
    }
    .new-template-inner .announcement-carousel-edu .inner-content-carousel .fa-quote-left {
        top: 10px;
    }
    .new-template-inner .announcement-carousel-edu .inner-content-carousel .fa-quote-right {
        bottom: 0;
        right: 0;
    }
    .new-template-inner .announcement-carousel .announcement .img {
        padding-right: 0px;
    }
    .new-template-inner .announcement-carousel .announcement .img img {
        margin: 0 auto;
    }
}
#header-bottom .level1.active > a, #header-bottom .level2.active > a, #header-bottom .level3.active > a, #header-bottom .level4.active > a  {
        color: #dc4405 !important;
}

/*Make certain landing buckets grow to the height of the one with the highest height*/
.buckets-flex-height .InnerChunk .bucket-inner {
    flex:1;
}
.buckets-flex-height .InnerChunk .bucket-inner .content {
    height:unset;
}
.fancybox-container .fancybox-slide video{
    width: 100%;
    height: 100%;
}
.brand-gallery-grid.modal .gallery.carousel,
.brand-gallery-grid.modal .gallery-thumbs{
    width:800px;
    margin:0 auto;
}
.brand-gallery-grid.modal .gallery.carousel{
    height:500px;
}
.brand-gallery-grid.modal .gallery.carousel img{
    max-height:460px;
    margin:0 auto;
}
.brand-gallery-grid.modal .close{
    top:-30px;
}
.brand-gallery-grid.modal .modal-dialog{
    width:1000px;
    top:5%;
    margin:0 auto;
}
.brand-gallery-grid.modal .modal-dialog .modal-content{
    max-width:1000px;
    padding:0;
}

.map-container #map {
  height: 500px;
  width: 100%;
}

/*Anniversary modals*/
#homeAnnivModal,
#interiorAnnivModal {
    pointer-events:none;
}

body.modal-open {
  overflow: scroll !important;
}
    
#homeAnnivModal .modal-content,
#homeAnnivModal .modal-body,
#interiorAnnivModal .modal-content,
#interiorAnnivModal .modal-body {
    padding:0;
}
#homeAnnivModal .modal-content,
#interiorAnnivModal .modal-content{
    pointer-events:all;
}
#homeAnnivModal .modal-header,
#interiorAnnivModal .modal-header {
    position:absolute;
    width:100%;
    z-index:1;
    border-bottom:none;
}
#homeAnnivModal .close,
#interiorAnnivModal .close {
    color:#FFF;
}

#homeAnnivModal .modal-dialog,
#interiorAnnivModal .modal-dialog {
    margin-top:20vh;
}

#homeAnnivModal .modal-content {
    max-width:800px;
}
#interiorAnnivModal .modal-content {
    max-width:400px
}

#interiorAnnivModal {
    top: 0;
    right: 0;
    left: unset;
    bottom: 0;
}
#homeAnnivModal .ha-img-d{
    display:block;
}
#homeAnnivModal .ha-img-t-m{
    display:none;
}
.video-slider .video-block {
    padding: 0 16px;
    height: 250px;
}
.video-slider .video-block .video{
    height: 200px;
}
.fancybox-button--close:hover{
    background-color: transparent;
    opacity: 1;
    color: #fff;
    background: rgba(0, 0, 0, .8);
}
@media (max-width: 767px) {
    #interiorAnnivModal {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    #interiorAnnivModal .modal-content {
        width:90%;
    }
    #homeAnnivModal .modal-content{
        width:90%;
        max-width:400px;
    }
    #homeAnnivModal .ha-img-d{
        display:none;
    }
    #homeAnnivModal .ha-img-t-m{
        display:block;
    }
}
.qq-upload-fail {
    font-size:16px !important;
    color:#CC0000 !important;
    padding-top:5px !important;
}

/*updated form styles*/
body.tpl-11:is(.page-2512,.page-917,.page-910,.page-916,.page-911,.page-1044,.page-2383,.page-1050,.page-964) #main-content > .block-1 #breadcrumb a,
body.tpl-11:is(.page-2512,.page-917,.page-910,.page-916,.page-911,.page-1044,.page-2383,.page-1050,.page-964) #main-content > .block-1 #breadcrumb span,
body.tpl-11:is(.page-2512,.page-917,.page-910,.page-916,.page-911,.page-1044,.page-2383,.page-1050,.page-964) #main-content > .block-1 #breadcrumb .crumb-container span:not(.current):after,
body.tpl-11:is(.page-2512,.page-917,.page-910,.page-916,.page-911,.page-1044,.page-2383,.page-1050,.page-964) #main-content > .block-1 #breadcrumb .crumb-container a:after {
    color: #53565A !important;
    text-shadow:none !important
}

.form-box {
    background: #FFF;
    border-radius: 16px;
    border: 2px solid #EAECF0;
    max-width: 925px;
    padding: 45px 0;
    margin-top:35px;
    margin-bottom:35px;
}
.form-box .forms {
    max-width:768px;
    margin:0 auto;
}
.form-box .forms label {
    /* color: #002A38; */
    color: #53565A;
    display: block;
    text-align: left;
    position:static;
}
.form-box .forms label .required {
    /* color:#E57200; */
    color:#53565A;
}
.form-box .forms ::placeholder {
  color: #53565A;
  font-weight:400;
}
.form-box .forms input[type=text], .form-box .forms input[type=password], .form-box .forms input[type=email], .form-box .forms input[type=number], .form-box .forms input[type=date], .form-box .forms input[type=tel], .form-box .forms textarea, .form-box .forms select, .form-box .forms #file-uploader-image, .form-box .forms .bootstrap-select {
    background:#F3F3F5;
    color:#53565A;
    border-radius:12px !important;
    font-weight:400;
}
.form-box .forms #file-uploader-image {
    height:auto;
    min-height:48px;
    text-align:left;
    display:flex;
    align-items:center;
}
.form-box .forms #file-uploader-image .file-uploader-items {
    margin-left:0;
    max-width:calc(100% - 70px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 1 100%;
}
.form-box .forms #file-uploader-image .file-uploader-items .file-wrap {
    float:none;
    background:rgba(0,0,0,0.1);
    border-radius:6px;
    line-height: 1.5;
    margin: 4px 0;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex:0 1 100%;
    max-width:100%;
}
.form-box .forms #file-uploader-image .file-uploader-items .file-wrap:first-child {
    margin-top:8px;
}
.form-box .forms #file-uploader-image .file-uploader-items .file-wrap:last-child {
    margin-bottom:8px;
}
.form-box .forms .file-uploader-items .title{
    display:inline-block;
    height:unset;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-box .forms .file-uploader-items .delete-button {
    display:flex;
    align-items:center;
    justify-content:center;
    position:static;
    right:0;
}
.form-box .forms .file-uploader-items .delete-button:before {
    color:#000;
}
.form-box .attGuidelines {
    color: #53565A;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 0;
}

.form-box .richtext p {
    font-size:16px;
}
.form-box h2 {
    color:#53565A;
}
.form-box h3 {
    font-weight:900;
    font-size:16px;
    color:#53565A;
}
.form-box p.privacytext {
    font-size:12px;
}
.form-box a {
    color:#53565A;
    text-decoration:underline;
}
.form-box .button.orange-btn {
    /* background: linear-gradient(180deg, #E57200 0%, #BC5E00 100%); */
    background:#000;
    font-size:16px;
}
.form-box .button.orange-btn:hover {
    color:#53565A;;
}
.form-box .forms .qq-clear-button {
    display:none;
}
.form-box .forms .qq-upload-button:before {
    color:#53565A;
}
.form-box .forms .qq-upload-button:hover:before,
.form-box .forms .qq-clear-button:hover:before {
    color: #000;
}
.form-box .qq-upload-list {
    text-align:right;
    margin:0;
}
.form-box .qq-upload-list li:first-child {
    margin-top:15px;
}
.form-box .qq-upload-list li:last-child {
    margin-bottom:15px;
}
.form-box .forms .qq-upload-success {
    display:none;
}
.form-box .forms .errorMessage {
    background: none;
    color:#000;
    border-bottom:2px solid #000;
}
.form-box .forms select option{
	background: #F3F3F5;
}
@media screen and (max-width:925px){
    .form-box {
        padding:15px 30px;
    }
}
@media screen and (max-width:767px){
    .form-box {
        padding:10px;
    }
}
.home-tech-highlights .image-single-inner{
    width:100%;
}
.home-tech-highlights .image-single-inner img{
    width:100%;
}
@media screen and (min-width:500px) and (max-width:768px){
    .home-tech-highlights .image-single-inner{
        height:400px;
    }
}
@media screen and (min-width:769px) and (max-width:1200px){
    .home-tech-highlights .image-single-inner{
        height:unset;
        max-height:200px;
    }
}
@media screen and (min-width:1200px){
    .home-tech-highlights .image-single-inner{
        height:200px;
    }
    .home-tech-highlights .image-single-inner img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
}