/*======================================================
Screen Style Sheet
PROJECT
------------------------------------------------------
Author(s):NAME
Created:DATE


TOC: General, Scaffolding, Position Specific Styles, Tables, Buttons, Seperators, Custom Element Styles, Header, Primary Navigation, Home Banner, Inner Banner, Breadcrumbs, Tabbed Content, Image & Text Blocks, Video, Fancybox, Charts & Graphs, Forms, Search Results, Buckets, Single Image, Gallery & Carousel, Resource Library, Modals, Blog, PDF, Files, Paging, Job Listing, Address, Sidebar, Catalog, Footer

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

/* 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:1200px;margin:0 auto;}
a,input,textarea,button,.button,
#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;
}

body.has-site-alert{
    padding-top: 220px; /* match header + site alert height */
}
body.has-site-alert #header{
    top: 60px; /* match site alert height */
}
body{
    font-family:"poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.28px;
}
html.noscroll,
html.noscroll body {
	overflow:hidden !important;
    position: relative;
    height: 100%;
}

.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;
}

a:hover {
	text-decoration:none;
}

.bold:before {
	font-weight:bold;
}
    .heading,
    .h1,.h2,.h3,.h4,.h5,.h6{
       font-family:"peridot-pe-variable";
    }
    h1,
	.h1 {
		font-size:45px;
		line-height: 54px;
		font-weight:700;
		letter-spacing: -0.02em;
		margin:0 0 20px;
	}
	.heading.headline{
		font-size:64px;
		line-height: 68px;
		font-weight:700;
		letter-spacing: -0.02em;
		margin:0 0 20px;
	}
	h2,
	.h2 {
		font-size:39px;
		line-height: 48px;
		font-weight:700;
		letter-spacing: inherit;
		margin:5px 0 20px;
	}
	h3,
	.h3 {
		font-size:31px;
		line-height: 37.2px;
		font-weight:700;
		letter-spacing: inherit;
		margin:5px 0 15px;
		font-family:"peridot-pe-variable";
	}
	h4,
	.h4{
		font-size: 23px;
		line-height: 27.6px;
		font-weight: 700;
		letter-spacing: inherit;
		margin:5px 0 10px;
	}
	h5,
	.h5{
		font-size: 19px;
		line-height: 22.8px;
		font-weight: 700;
		margin:0 0 10px;
	}
	h6,
	.h6{
		font-size: 14px;
		line-height: 16.8px;
		font-weight: 400;
		margin:0 0 10px;
		text-transform: uppercase;
	}
	.subtitle{
		font-size: 18px;
		line-height: 28px;	
		font-weight: 400;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		display: block;
		margin:0 0 20px;
	}
	.subtitle + .heading{
		margin-top:-15px;
	}
/* End General */

span.yellow-text {
    color: #FFCB05;
    padding-right: 10px;
}

i.fa-solid.fa-house {
    color: #FFCB05;
    font-size: 13px;
}

.black-bg{
    background-color: #10100F;
}
.black-bg .heading,
.black-bg .richtext,
.black-bg .testimonials,
.black-bg ul.fancy,
.black-bg a:not(.button){
    color:#fff;
}

.black-bg .job-listings {
    color: #fff;
}
.black-bg  blockquote.quote {
    color: #fff;
}
.black-bg .image-text-blocks h4, .black-bg .image-text-blocks p {
    color:#fff;    
}

/** Coal **/
.coal-bg .heading,
.coal-bg .richtext,
.coal-bg .testimonials,
.coal-bg ul.fancy,
.coal-bg a:not(.button){
    color:#fff;
    position:relative;
}


.coal-bg {
    position: relative;
    background-image: url(/assets/images/content/certifications-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.coal-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b19fa;
    pointer-events: none;
}


/* 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.66%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w80 {
    width: 80%;
}

.w100 {
	width: 100%;
}

.block{
	max-width: 1200px;
	margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: center;
	background-position: center center;
	padding-bottom: 40px; /* Change to adjust block padding */
	background-size: cover;
	position: relative;
}

.block:first-child{
	padding-top: 40px; /* Change to adjust block padding */
}

.block.full{
	max-width: 100%;
}

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

.block.full.wide{
 	padding-left: 0;
 	padding-right: 0;
}

.block.has-bg{
    padding-top: 40px; /* Change to adjust block padding */
}

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

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

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

.block.has-bg + .block,
.block.column-has-bg + .block{
	padding-top: 40px;	/* Change to adjust block padding */
}

.block.botpadding {
    padding-top: 0 !important;
}

.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; /* Change to adjust block padding */
	padding-bottom: 40px; /* Change to adjust block padding */
}

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

.nested.np-top .block {
    padding-top: 0;
}

.nested.np-all .block {
    padding-top: 0;
    padding-bottom: 0;
}

.nested.layout-one .block.nopadding {
    padding: 0px;
}

.nested h1.heading {
    margin-top: 10px;
    margin-bottom: 10px;
}

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

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

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

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

.block.narrow > .column > *{
    max-width: 767px;
    margin-left: auto;
    margin-right: auto;
}
.block.wide {
    max-width:100%;
}

.block.nopadding{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.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;
}

.text-left-middle.column-has-bg{
    align-items: inherit;
}

.text-left-middle.column-has-bg > .column{
    justify-content: center;
    display: flex;
}

.text-left-middle.column-has-bg > .column > *{
    margin-left: 0;
}


.block.topgpadding {
    padding-top: 5em;
}

.block.lrgpadding {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
}

/* End Scaffolding */

/* Start Position Specific Styles */

.richtext a.button {
    color: #fff !important;
    text-decoration: unset;
}

.richtext ul li {
    list-style-type: none;
}

.richtext ul li:before {
    content: '\f86c';
    width: 16px;
    position: relative;
    left: -10px;
    font-family: "Font Awesome 6 Pro";
    color: #ffcb05;
    font-size: 10px;
}

.richtext a {
    color: #ffcb05 !important;
}

.richtext p:last-child{
	margin-bottom:0;
}
.heading + .richtext{
	margin-top:15px;
}
.richtext + .button,
.richtext + .heading,
.heading + .button{
	margin-top: 25px;
}
.button + .buckets,
.button + .heading{
    margin-top: 30px;
}

/* End Position Specific Styles */

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


/* End Colors */

/* Tables */
table{
	min-width: 500px;
}
table thead:first-child tr:first-child td{
	color:#fff;
	font-weight: 400;
	background: #A1A4B1;
	font-family: 'lato',serif;
	font-size: 17px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px 15px;
}
table,
table>thead>tr>td, 
table>thead>tr>th,
table>tbody>tr>td, 
table>tbody>tr>th{
	border: 1px solid #d3d4d812;
	border-collapse: collapse;
	padding: 10px 15px;
	font-family: 'arial';
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
}
table>tbody>tr:nth-child(even)>td{
	background: #232323;
}
.table-responsive{
	position: relative;
	overflow: auto;
	display: block;
	padding-bottom: 15px;
	border: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: #0C0807;
}


table {
    color: #fff;
}

thead tr td {
    background-color: #232323 !important;
}

.table-responsive {
    padding: 1px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
    width: fit-content;
    margin-bottom: 20px;
}

tbody tr {
    background-color: #000;
}

/* table stack */
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 767px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.no-more-table table,.no-more-table thead,.no-more-table tbody,.no-more-table th,.no-more-table td,.no-more-table tr { 
		display: block; 
	}
	
	.no-more-table table{
		border: 0 !important;
		min-width: 0 !important;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.no-more-table tr {
		padding: 8px 0;
	}
	
	.no-more-table tr:first-child {
		padding-top: 0;
	}
	.no-more-table tr:last-child {
		padding-top: 0;
	}
	
	.no-more-table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important;  
	}
	
	.no-more-table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.no-more-table td:before { content: attr(data-title); }
}


/* Separators */
hr{
	margin:40px auto;
	border-top:1px solid #ddd;
}
.hr {
	height: 1px;
	background-color: #d3d4d880;
	width:100%;
	margin:40px auto;
	display:block;
}
.hr:first-child{
	margin-top: 0;
}
.hr:last-child {
	margin-bottom: 0;
}

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

.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: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.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:0px 0 0 50px;
	position:relative;
}

.quote:before {
	content:"\201C";
	font-family:sans-serif;
	font-size:100px;
	line-height:0.8;
	display:block;
	position:absolute;
	top:0;
	left:0;
	color: #FFCB05;
}



.quote .content {
    font-size: 23px;
    display: block;
    font-family: "peridot-pe-variable";
    font-weight: 700;
    line-height: 27.6px;
}
.quote .source {
    font-style: unset;
    margin: 10px 0 0;
    display: block;
    font-family: 'arial';
}
.quote .source:before {
    content: "\2013";
    margin-right: 5px;
    display: inline-block;
    color: #ffcb05;
}

.testimonials{
    position: relative;
}
.testimonials .slick-slider{
    margin-bottom: 0;
}
/*
.testimonials:before{
    content:'';
    width: 70px;
    height: 60px;
    background: url("/assets/images/template/quotes.svg") center center no-repeat transparent;
    display: block;
    position: absolute;
    left: 0;
    top:3px;
}
*/
.testimonials .subtitle{
    display: block;
    margin-bottom: 10px;
}
.testimonials .author{
    display: block;
}

.testimonials ul.slick-dots li:not(.slick-active) {
    display: none;
}

.testimonials > div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b1900;
    pointer-events: none;
}
.testimonials {
    padding: 1.2px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
}

.testimonials > div {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 3em 2.5em 3em;
    background-image: url(/assets/images/content/dark-rec-bg-texture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 3em 2.5em 3em;
    background-position: -3px 100%;
}

.testimonials .slick-dots {
    position: relative;
    top: -20px;
    right: 0;
    width: fit-content;
    float: right;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400;
}

.testimonials .slick-fraction {
    color: #FFCB05;
    padding-left: 5px;
    padding-right: 5px;
}

.testimonials li.slick-active {
    cursor: unset;
}

.testimonials .author-wrapper {
    display: flex;
    margin-top: 60px;
    align-content: center;
    align-items: center;
    font-size: 14px;
}

.testimonials .divider {
    height: 14px;
    width: 1px;
    background-color: #FFCB05;
    margin-left: 10px;
    margin-right: 10px;
}

.testimonials .item > img {
    margin-bottom: 15px;
}
.testimonials .item > p {
    font-size:15px;
    font-weight:400;
    line-height: 24px;
}


/* ***************************************** Header */
#site-alert{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: black;
    color: white;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#global-nav {
	float:left;
}
#global-nav {
	line-height:1;
	margin-left:10px;
}
#global-nav > li {
	font-size:0.8em;
	line-height:40px;
	height:40px;
	margin:0 10px;
    display:inline-block;
    position:relative;
}
.search-form {
	position: relative;
	width: 322px;
	padding: 0 25px 0 0;
	border:none;
	border-radius: 0;
	background: transparent;
	margin-left: 10px;
}
.search-form input,
.search-form button {
	color: #000000;
	background:none;
	border:none;
	box-shadow:none;
	display:inline-block;
	vertical-align: middle;
}
.search-form input {
	font-size:12px;
	line-height: 24px;
	width:100%;
	height: 24px;
	padding:0 10px 0 0;
	border-bottom:1px solid #000000;
}
.search-form input:focus{
	border-color: transparent;
}
.search-form button {
	color: #000000;
	font-size: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	margin: 0;
	padding: 0;
}
.search-form button:after{
	font-family: "Font Awesome 6 Pro";
	content:'\f002';
	font-size: 16px;
	font-weight: 400;
}
.search-form button:hover:after{
	color: #DC4405;
}
.search-form button:focus{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(184,184,184,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(184,184,184,1);
	box-shadow: 0px 0px 3px 0px rgba(184,184,184,1);
}

.search-form ::placeholder {
  color: #000000;
  opacity: 1; /* Firefox */
}

.search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000000;
}

.search-form ::-ms-input-placeholder { /* Microsoft Edge */
 color: #000000;
}

/* ***************************************** Primary Navigation */
#primary-nav a {
	text-decoration:none;
	display:block;
	position:relative;
}

@media only screen and (min-width:1200px) {
	#primary-nav > li {
	    font-family: "lato", sans-serif;
		font-size:0.9em;
		font-weight:600;
		text-transform:uppercase;
	    line-height:60px;
		height:60px;
		margin:0;
		padding:0;
		float:left;
		display:block;
		position:relative;
	}
	#primary-nav > li > a {
	    padding:0 20px;
	    position:relative;
	}	

	#primary-nav ul {
		background: #1c1c1a00;
		padding:10px 0;
		width:300px;
		position:absolute;
		top: 80px;
		left:0;
		z-index:10;
		display:none;
	}	
	#primary-nav ul.active{
		display: block;
	}
	#primary-nav ul li {
		line-height:normal;
		position: relative;
	}
	#primary-nav ul li a {
		color:#000;
		font-size:14px;
		padding:10px 20px;
		width:100%;
	}
	#primary-nav ul li > a{
		margin-right: 30px;
	}
	#primary-nav ul li > i{
		position: absolute;
		z-index:200;
		right: 15px;
		font-style: normal;
		top:4px;
	}
	#primary-nav ul li > i:before{
		font-family: "Font Awesome 6 Pro";
		content: '\f105';
	}
	#primary-nav ul.active li > i:before{
		content:'\f107';
	}
	#primary-nav ul ul{
		background-color: transparent;
		position:relative;
		top: 0;
	}
}

/* ***************************************** Home Banner */
#home-banner,
#home-banner .slide,
#home-banner .constrain {
	height: 500px;
	position: relative;
}
#home-banner picture img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

#home-banner .caption{
	position:absolute;
	z-index: 2;
	top: 50%;
	left:0;
	right:0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-overlay:after,
.image-bg:before {
    content:"";
	background-color:rgba(0,0,0,0.5);
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#home-banner .slick-dots{
	bottom: 15px;
	z-index: 3;
}
#home-banner .slick-dots button:before{
    
}
#home-banner .slick-prev{
    left:0;
    z-index:9;
}
#home-banner .slick-next{
    right:0;
    z-index:9;
}
#home-banner .slick-prev:before{
	font-family: "Font Awesome 6 Pro";
	content:'\f104';
}
#home-banner .slick-next:before{
	font-family: "Font Awesome 6 Pro";
	content:'\f105';
}

#home-banner .slides {
    position: absolute;
    height: 100%;
    width: 100%;
}
#home-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 29.81%), linear-gradient(99.58deg, rgba(0, 0, 0, 0.36) -16.91%, rgba(0, 0, 0, 0.36) 25.12%, rgba(0, 0, 0, 0) 68.54%), radial-gradient(143.4% 138.24% at 31.49% 7.81%, rgba(0, 0, 0, 0.5) 34.3%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 55.6%, #000000 100%);
    z-index: 1;
}
#home-banner .h2 {
    font-size: 17px;
    line-height: 20.4px;
    letter-spacing: 2.5px;
    font-weight: 400;
    color: #fff;
    opacity: 0.75;
}

#home-banner .h1 {
    font-size: 45px;
    line-height: 54px;
    letter-spacing: -1.5px;
    font-weight: 700;
    color:#fff;
}

#home-banner .constrain .caption p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color:#fff;
}

#home-banner .column span.hr {
    margin: 0;
    background-color: #ffffff70;
}

#home-banner .column a.button {
    margin-bottom: 8em;
}

#home-banner .hp-hero-footer {
    text-align: center;
}

#home-banner .hp-hero-footer p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16.8px;
    text-align: center;
}

#home-banner .hp-hero-footer p.highlight {
    font-size: 17px;
    line-height: 20.4px;
    text-align: center;
    color: #FFCB05;
}

#home-banner {
    height: 640px;
}
#home-banner .slide {
    height: 640px;
}

#home-banner .features {
    z-index: 1;
    border-top: 1px solid #d3d4d866;
    padding-top: 30px;
}

#home-banner .hp-hero-footer {
    color: #fff;
}

#home-banner a.button {
    margin-top: 20px;
}

div#home-banner h1 {
    color: #fff;
}

/* ***************************************** Inner Banner */
#inner-banner {
    height: 60px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-color: #10100f;
}
#inner-banner:before {
	content: "";
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}
#inner-banner picture img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#inner-banner .contain {
	width: 90%;
	position: absolute;
	top: 50%;
	left: calc(50vw - 600px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
#inner-banner .contain .h1{
	margin-top:0;
}
/* ***************************************** Breadcrumbs */
.crumb-container span {
    color: #ffffff;
}
.crumb-container span a {
    color: #ffffff;
    font-weight: 400;
	font-size: 14px;
	line-height: 18.2px;
}
.crumb-container span:not(.current):after {
    font-weight: 700;
    margin: 0 5px;
    content: "";
    width: 16px;
    background-color: #D3D4D8;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -4px;
    opacity:0.5;
}
.crumb-container span.current{
	font-weight: 400;
	font-size: 14px;
	line-height: 18.2px;
}
/* ****************************************** Tabbed Content */

.tabs .tab-content {
	display:none;
}
.tabs .tab-content.current {
	display:block;
}
.tabbed-content .tab-content{
	padding: 32px;
}
.tabbed-content .content-block{
	padding: 0;
}
.tabbed-content .nav-tabs li{
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.tabbed-content .nav-tabs a,
.tabbed-content .nav-tabs li.active a{
    border-radius: 0;
}
.tabbed-content .block {
  padding: 0;
}
.tabbed-content.tabs-left {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.tabbed-content.tabs-left .nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
  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; 
}
.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;
  width: 85%;
}

/* Accordion  */
.panel-group{
	margin-bottom: 0;
}
.panel-group .panel-heading{
	padding:0;
	border-radius: 0;
}
.panel-group .panel-heading a{
	padding: 10px 40px 10px 15px;
	display: block;
	position: relative;
}
.panel-group .panel-heading a:focus{
	text-decoration: none;
}
.panel-group .panel-heading a:before{
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 15px;
}
.panel-group .panel-heading a[aria-expanded="true"]{

}
.panel-group .panel-heading a[aria-expanded="true"]:before{
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 15px;
}
.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:'\2b';
}
.panel-plusminus .panel-heading a[aria-expanded="true"]:before{
	content:'\f068';
}
.panel-group .panel-body{
	border-radius: 0;
}
.panel-group .block{
	padding: 0;
}

/* Image & Text Blocks */
.image-text-blocks{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -15px -10px;
}
.image-text-blocks .image-text-row{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    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:323px;
	width:100%;
	max-width: 570px;
	margin:0 auto;
	padding:0;
	display:block;
	position:relative;
}
.video:after{
    content:'';
    background-color: black;
    opacity: .5;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.video .play {
    position: relative;
    z-index: 1;
    width: 48px;
    height: 48px;
    background-color: black !important;
    border-radius: 1.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video.fancybox {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.video .play i {
    font-size: 18px;
    color: #FFCB05;
    margin-left: 3px;
}
.video:hover .play{
    background-color: #eee;
}
.video-block .subtitle {
	font-size:0.9em;
	margin-bottom:0;
}
.video-block {
    padding: 1.2px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
    position: relative;
}
/* 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 6 Pro";
	content:'\f105';
}
.fancybox-arrow--right:after{
	font-family: "Font Awesome 6 Pro";
	content:'\f105';
}
.fancybox-button--close{
	top: -40px;
    right: -15px;
    left: auto;
    position: absolute;
    background-color: transparent;
    opacity:0;
}
.fancybox-button--close:hover{
	background-color: transparent;
	opacity: .5;
}
.fancybox-inner > .fancybox-infobar{
    display: none !important;
}
.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,
.custom-caption{
	border-top: 0;
	position: absolute;
    bottom: -30px;
    padding: 0;
    left: 0;
    opacity:0;
    color: white;
}
.fancybox-slide--complete .fancybox-caption,
.fancybox-slide--complete .custom-caption,
.fancybox-slide--complete .fancybox-infobar__body,
.fancybox-slide--complete .fancybox-button--close{
	opacity: 1;
}

/* Statistic Numbers  */
.percent .caption {
	font-size:1.2em;
	line-height:1.2;
}
.percent .caption.long {
	font-size:1em;
	width:auto;
}
.percent .number:after {
	content:"%";
}
.statistic {
	position:relative;
}
.statistic .number {
	font-size:140px;
	font-weight:bold;
	text-shadow:0 0 10px rgba(0,0,0,0.2);
	line-height:1;
	margin:0;
	padding:40px 0 40px;
}
.statistic .caption {
	text-transform:uppercase;
	line-height:1;
	width:200px;
	margin:0;
	position:absolute;
	top:0;
	left:15px;
}
.statistic .caption:before {
	font-size:40px;
	display:block;
}



/* ****************************************** Forms */
.forms .fieldset{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -16px;
}
.forms .input-group{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction:column;
	flex-direction: column;
	padding: 0 16px;
	margin:10px 0;
}

.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{
	font-size:13px;
	line-height:36px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border: 1px solid #d7d8d8;
	width:100%;
	height:36px;
	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{

}
.forms textarea {
	line-height:1.4 !important;
	height:180px !important;
	padding:10px 12px !important;
}
.forms label{
	font-weight: normal;
	font-size: 15px;
}
.forms label .required{

}
.forms #file-uploader-image{
	padding: 0 10px;
	position: relative;
}
.forms #file-uploader-image:focus{
	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;
}
.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: 36px;
	line-height: 36px;
	padding:0;
	border:0;
	margin:0;
	background-color: transparent;
}
.forms .qq-upload-button:before,
.forms .qq-clear-button:before{
	font-family: "Font Awesome 6 Pro";
	color: #FFCB05;
	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{

}
.forms .errorMessage{
	padding: 8px 8px 5px 8px;
	width: 100%;
	margin: 0;
	font-weight: normal;
	font-size: 13px;
}
.forms .submit-group{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.forms .submit-group .submit{
    margin-left: 0;
    margin-right: 0;
}
.forms .submit-group .sending {
    display: none;
    margin-left: 15px;
}

/* Shifty Forms */

.forms.shifty label{
	display: none;
}
.forms.shifty .input-group label{
	position: absolute;
	display:block;
    top: 16px;
    left: 15px;
    line-height: 1em;
    font-size: 14px;
    font-weight: normal;
    margin:0;
    opacity: 0.5;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.forms.shifty .input-group label.focus{
	top: -13px;
	font-size: 11px;
	-webkit-transition: all 0.165s ease;
	-moz-transition: all 0.165s ease;
	-ms-transition: all 0.165s ease;
	-o-transition: all 0.165s ease;
	transition: all 0.165s ease;
	font-style: normal;
	opacity: 1.0;
}
.forms.shifty .input-group label.focus:after{
	content: "\f107";
	display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 6 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 0.5em;
}
.forms.shifty .input-group label.hidden{
	opacity: 0.0;
}
.forms.shifty label.error{
	display: none !important;
}


/* 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 6 Pro";
	content:'\f107';
	color: #ffcb05;
}
.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: 12px;
	cursor: pointer;
	font-size: 15px;
	line-height: 24px;
	color: #292b2c;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
}
.forms .switch-container{
	padding-left:60px;
}
.forms .radio-container{
    width: 100px;
    float: left;
    display: block;
}
.forms .radio-container + .radio-container{
	margin-top: 5px;
}
.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 #da3037;
    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 6 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: #da3037;
}
.forms .radio-container:hover input ~ .radio:after{
	content:'\f111';
	display: block;
    font-weight: bold;
	top: -19%;
	left:10%;
	font-size: 17px;
	color: #da3037;
}
.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: #da3037;
}

.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;
}
.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;
}
.simplesearch-paging{
    margin-bottom: 30px;
}
.simplesearch-paging:last-child{
    margin-bottom: 0;
}
.simplesearch-result{
    margin-bottom: 30px;
}

/* Buckets */
.buckets{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	margin: 20px -16px 0;
}

.bucket{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction:column;
	flex-direction: column;
	padding: 0 16px;
}

.bucket .content{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction:column;
	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: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.image-single .image-single-inner {
  margin: 0 auto;
  position: relative;
}
.image-single i {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.image-single i:before {
  color: white;
  padding: 5px 8px 5px 8px;
  position: absolute;
  top:0;
  right: 0;
}
.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%;
}

.image-single.fill{
    position: relative;
    height: 100%;
    overflow: hidden;
    min-height:315px;
}
.image-single.fill .image-single-inner{
	width: 100%;
	height: 100%;
}
.image-single.fill img {
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

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

.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;
	height: 100%;
}

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

.img-wrapper:before {
	font-size:40px;
	line-height:30px;
	margin:-15px 0 0 -15px;
	position:absolute;
	top:50%;
	left:50%;
}
.img-wrapper i{
	position: absolute;
	right: 15px;
	top: 15px;
}
.img-wrapper:hover:before {
	font-size:44px;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}


/* Gallery & Carousels */
.gallery{
	clear:both;
	position: relative;
	max-width: 100%;
}
.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%;
}

.gallery.img-full img{
	min-height: 100%;
	min-width: 100%;
	max-width: none;
}
.gallery .img-wrapper {
    margin:0 8px;
}
.gallery .img-wrapper .image{
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gallery .img-wrapper img{
    margin: 0 auto;
    min-width: 100%;
    min-height: 100%;
}

.gallery.default{
	max-width: inherit;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-direction: row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	margin: 0 -10px;
}

.gallery.default .img-wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction:column;
	flex-direction: column;
	padding: 0 8px;
	margin:8px 0;
	height: 300px;
}

.gallery.default .img-wrapper img,
.gallery.carousel .img-wrapper img{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: 320px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	object-fit:cover;
}
.gallery.default[data-count="5"] .img-wrapper{
    width: 20%;
}
.gallery.default[data-count="4"] .img-wrapper{
    width: 25%;
}
.gallery.default[data-count="3"] .img-wrapper{
    width: 33.33%;
}
.gallery.default[data-count="2"] .img-wrapper{
    width: 50%;
}
.gallery.default[data-count="1"] .img-wrapper{
    width: 100%;
}
.gallery.content{
    float: left;
}
.gallery.content .block{
	padding-top:20px;
	padding-bottom:20px;
}
.gallery.carousel{
	width: 100%;
    padding:0;
}
.gallery.carousel.column-1 .img-wrapper{
	margin:0;
	height: 334px;
}
.gallery.carousel:not(.column-1) .img-wrapper{
	height: 300px;
}
.gallery.carousel.column-1 .slick-prev{
	left:0;
}
.gallery.carousel.column-1 .slick-next{
	right:0;
}

.gallery.carousel .slick-prev{
	left:-40px;
	z-index:2;
}
.gallery.carousel .slick-next{
	right:-40px;
}

/*
.gallery.carousel .slick-prev:before,
.gallery.content .slick-prev:before{
	font-family: "Font Awesome 6 Pro";
	content:'\f104';
}*/
.gallery.carousel .slick-prev:before,
.gallery.content .slick-prev:before{
    font-family: "Font Awesome 6 Pro";
    content: "";
    background-image: url(/assets/images/template/btn-arrow-left.svg);
    height: 14px;
    width: 15px;
    background-size: cover;
    display: block;
    position: relative;
}


.gallery.carousel .slick-next:before,
.gallery.content .slick-next:before{
    font-family: "Font Awesome 6 Pro";
    content: "";
    background-image: url(/assets/images/template/btn-arrow-right.svg);
    height: 14px;
    width: 15px;
    background-size: cover;
    display: block;
    position: relative;
}
.gallery.carousel.has-pager{
	/*padding-bottom:35px;*/
}
.gallery.carousel.has-pager .slick-dots{
	left: 0;
	bottom:0;
}
.gallery.carousel.has-pager .slick-dots li button:before{
	font-size: 14px;
}
.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;
}
.gallery.caption-outer .img-wrapper:before {
	top:44%;
}
.gallery .caption {
    width: 100%;
    color: #161922;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	padding:10px 15px;
	display:block;
}
.gallery .caption.caption-inner{
	background-color: #F0F1F3;
	border-bottom: 4px solid #C5201C;
	position: absolute;
	bottom: 0;
	z-index: 2;
	margin: 0;
}

.gallery.carousel .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #FFCB05;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
}

.column.w50 .gallery.carousel {
    padding-left: 3em;
    padding-right: 3em;
}


/* Resource Library */

.mixit-controls{
    margin: 0 0 65px 0;
    position: relative;
	z-index: 5;
}
.mixit-controls .control-group{
	position: relative;
	width: 230px;
	display: inline-block;
	margin-right: 15px;
	height: 24px;
}
.mixit-controls a span{
    font-weight: bold;
    display: inline-block;

}
.mixit-controls .controls{
    border: 1px solid #ddd;
	border-radius: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	max-height: 40px;
	overflow: hidden;
	position: absolute;
	width: 230px;
}
.mixit-controls .controls.open{
    max-height: 1000px;
}
.mixit-controls .controls.open .mixitup-control-active{
    border-bottom: 1px solid #ddd;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.mixit-controls .control{
    display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 8px 10px 11px 10px;
	order: 2;
	width: 100%;
	cursor: pointer;
	font-weight: 400;
	text-align: left;
	position: relative;
	background-color: white;
	text-transform: capitalize;
}
.mixit-controls .control[data-filter="all"]{
	color: gray;
}
.mixit-controls .control:after{
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 15px;
	top: 10px;
	content: '\f107';
	display: none;
	z-index: 6;
}
.mixit-controls .control:hover{
	background-color: #eee;
}
.mixit-controls .control.mixitup-control-active{
	order: 1;
	width: 230px;
	height: 40px;
	overflow:hidden;
}
.mixit-controls .control.mixitup-control-active:after{
    display: block;
}
.mixit{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}
.mixit .item{
    width: 25%;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
    cursor: pointer;
    
}

/* 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;
}
.post-item{
	width: 32%;
	display: inline-block;
	vertical-align: top;
	padding-right: 16px;
	margin-bottom:16px;
}
.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 {  
    text-align: center;
    margin: 30px 0;
}
.pdf-ctas > a {
    display: inline-block;
}
.pdf-iframe {
    position: relative;
    padding-bottom: 129.4%; /* 8.5:11 */
    padding-top: 0px;
    height: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.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{
	display: block;
	font-size: 14px;
	padding: 8px 10px 8px 32px;
	border: 1px solid #ddd;
	position: relative;
}
.files li a:hover,
.files li a:active{
	text-decoration: none;
}
/*
.files .icon-download:before{
	font-family: "Font Awesome 6 Pro";
	content:'\f019';
	font-weight: 200;
	position: absolute;
	left:8px;
}*/
/* .files .icon-default:before,
.files .icon-filetype:before,
.files .extension:before{
	font-family: "Font Awesome 6 Pro";
	content:'\f15b';
	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 14px;
}
.files .filesize{
	padding: 0 14px;
}
.files .filesize:before{
	font-family: "Font Awesome 6 Pro";
	content:'\f3fd';
	margin-right: 5px;
}
.files .button{
	float: right;
	margin-left: 18px;
}
.files .button:after{
	font-family: "Font Awesome 6 Pro";
	content:'\f019';
	margin-left: 10px;
	font-weight: 200;
} */


.files-wrapper a i {
    color:  #FFCB05;
}

.files-wrapper a.title.icon-download {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background-image: url(/assets/images/content/dark-rec-bg-texture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 20px;
}

.files-wrapper {
    padding: 1px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
}

.files-wrapper a.title.icon-download:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b1900;
    z-index: 0;
}

.files-wrapper a.title.icon-download span {
    z-index: 2;
}



/* ************ 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{
	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: 40px;
    border-bottom: 1px solid #d3d4d85e;
    padding-bottom: 40px;
}
.job-listing .button{
    margin-top: 20px;
}
.job-listing:last-child{
    margin-bottom:0;
}

/* ************ 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;
}

/* ****************************************** Sidebar */

.sidebar h3{
	text-transform: none;
	margin: 0;
}
.sidebar h3 i{
	display: none;
}
.sidebar ul{
	padding-left: 0;
}
.sidebar ul li{
	list-style-type: none;
	position: relative;
}
.sidebar ul li a{
	display: block;
	margin-right: 12px;
	padding: 2px 0;
}
.sidebar ul li ul{
	padding-left: 15px;
	display: none;
}
.sidebar .parent{
	cursor: pointer;
}
.sidebar .parent > i:after{
	font-family: "Font Awesome 6 Pro";
	content:'\f067';
	position: absolute;
	top:0;
	right:0;
	font-style: normal;
}
.sidebar .parent.active > i:after{
	content:'\f068';
	
}
.sidebar .parent.active > ul{
	display: block;
}
.sidebar ul li ul li a{
	font-size: 14px;
}

/* ****************************************** Catalog */
.cart-message {
  position: fixed;
  background-color: black;
  color: white;
  right: 30px;
  bottom: 50px;
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  display: none;
  border-radius: 5px;
  z-index: 999;
}


/* "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;
}

/* IE Specific */
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .image-single .image-single-inner {
    min-height: 1px;
    flex: 1;
  }
  .text-left-middle.column-has-bg > .column,
  .forms .fieldset{
    display: block;
  }
  .forms .input-group{
	  display: inline-block;
	  vertical-align: top;
  }
}
.oldie .hidden-lg {
  display: none !important;
}
.oldie .image-text-blocks,
.oldie .buckets{
  display: block;
}
.oldie .block .column,
.oldie .image-text-block,
.oldie .buckets .bucket,
.oldie .forms .fieldset,
.oldie .forms .input-group,
.oldie .tabbed-content.tabs-left ul,
.oldie .tabbed-content.tabs-left .tab-content{
  display: inline-block !important;
  vertical-align: top;
}
.oldie .w50,
.oldie .buckets.two-columns .bucket,
.oldie .gallery.column-2 .img-wrapper{
  width: 49%;
}
.oldie .w33,
.oldie .tabbed-content.tabs-left ul,
.oldie .buckets.three-columns .bucket,
.oldie .gallery.column-3 .img-wrapper{
  width: 32%;
}
.oldie .w25,
.oldie .buckets.four-columns .bucket,
.oldie .gallery.column-4 .img-wrapper{
  width: 24%;
}
.oldie .buckets.five-columns .bucket,
.oldie .gallery.column-5 .img-wrapper{
  width: 19%;
}
.oldie .w30 {
  width: 29%;
}
.oldie .w40 {
  width: 39%;
}
.oldie .w60 {
  width: 59%;
}
.oldie .w66,
.oldie .tabbed-content.tabs-left .tab-content{
  width: 65%;
}
.oldie .w70 {
  width: 69%;
}
.oldie .w75 {
  width: 74%;
}


/** Buttons **/
a.button:before {
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    color: #ffcb05;
    padding-right: 8px;
}
a.button {
    position: relative;
    border: 1px solid #FFCB05;
    border-radius: 4px;
    min-width: 170px;
    height: 42px;
    background-color: #10100f;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1.3px;
    font-family: 'lato', serif;
    font-weight: 700;
}
a.button:hover {
    background-color:#10100f99;
}

.button.blue-btn {
    width: 100%;
    border: 0px;
    min-width:100px;
    background-color: unset !important;
    display: flex;
    margin: 0px;
    height: unset;
    max-width: fit-content;
    padding: 10px 0px 5px 0px;
    margin-bottom: 10px;
}

.button.blue-btn:hover {
    background-color: #ffffff00;
}

.button.blue-btn:before {
    top: 2px;
}

a.button.blue-btn:after {
    content: "";
    height: 1px;
    width: inherit;
    border-bottom: 1px solid transparent;
    display: block;
    position: absolute;
    bottom: 0px;
    transition: all .5s ease;
}

a.button.blue-btn:hover:after {
    border-bottom: 1px solid #fac705;
}

/** Chunk Certifications **/
#chunk-certification h2 {
    font-size: 17px;
    line-height: 20.4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.3px;
}
#chunk-certification {
    align-items:center;
    padding: 10px 0;
}

#chunk-certification .column.w66 .block {
    padding: 0;
}

/** slick **/

.has-pager .slick-dots li.slick-active button:before {
    color: #fff;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.has-pager .slick-dots li button:before {
    color: #fff;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
}


.has-pager .slick-dots li {
    width: 100%;
    max-width:56px;
}

.has-pager .slick-dots {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-width: 272px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    margin-top: 25px;
}

.has-pager .slick-dots li button {
    padding: 0;
    height: 5px;
    width: 100%;
}

/** Buckets tpl - Cards **/
.bucket-tpl .card {
    width: 100%;
    min-height: 190px;
    background-repeat:no-repeat;
    background-position:center;
    background-size: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 1s;
}



.bucket-tpl .card-content h2 {
    margin: 0 0 10px;
    font-size: 24px;
}

.bucket-tpl .card-content p {
    margin: 0;
    font-size: 13px;
}

.bucket-tpl .card-wrapper {
    padding: 1.2px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
    margin-bottom:15px;
}

.bucket-tpl .card-content h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.bucket-tpl .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 1s;
}

.bucket-tpl .card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background 1s ease; /* Smooth transition effect */
    z-index: 0; /* Ensure the overlay is above the background */
    background: linear-gradient(360deg, rgb(0 0 0 / 4%) 0%, rgba(0, 0, 0, 0) 29.81%), linear-gradient(99.58deg, rgb(0 0 0 / 0%) -16.91%, rgb(0 0 0 / 0%) 25.12%, rgb(0 0 0 / 0%) 68.54%), radial-gradient(143.4% 138.24% at 31.49% 7.81%, rgb(0 0 0 / 13%) 34.3%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 77.6%, #000000c7 100%);
}

@media only screen and (min-width: 1200px) {


.bucket-tpl .card:hover {
    transform: translateY(0);
}

.bucket-tpl .card:hover .card-content {
    transform: translateY(0);
}


.bucket-tpl .card:hover h3 {
    padding-left: 20px;
    transition: padding 1s ease;
}

.buckets.bucket-tpl .card h3 {
  transition: padding 1s ease;
}



.bucket-tpl .card:hover:hover:before {
    background: rgba(0, 0, 0, 0.5); /* Darken effect on hover */
}

.bucket-tpl .card:hover .card-content h3{
    bottom: unset;
    position:relative;
}

.bucket-tpl .card-content h3 {
    position: absolute;
    bottom: 90px;
}

.bucket-tpl .card:hover .card-content p{
    bottom: unset;
    position: relative;
}

.bucket-tpl .card:hover .card-content h3 {
    position: relative;
    width: fit-content;
}

.bucket-tpl .card .card-content h3:before {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    left: 0px;
    margin-right: 5px;
    background-image: url(/assets/images/template/arrow-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition: width 1s ease, height 1s ease;
}

.bucket-tpl .card:hover .card-content h3:before {
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    left: 0px;
    top: 4px;
    margin-right: 5px;
}

.bucket-tpl .card:hover .card-content .tt-wraps:after {
    content: "";
    height: 1.5px;
    width: 100%;
    background-color: #fac705;
    display: block;
    position: absolute;
    bottom: -2px;
}

.bucket-tpl .card:hover .card-content .tt-wraps {
    position:relative;
    width:fit-content;
}

.bucket-tpl .card:hover .tt-wraps h3:after {
    height: 1.5px;
}

.bucket-tpl .card .tt-wraps h3:after {
    content: "";
    height: 0px;
    width: -webkit-fill-available;
    background-color: #fac705;
    display: block;
    position: absolute;
    bottom: -2px;
    transition: height .9s ease;
}

.buckets.bucket-tpl.four-columns h3 {
    bottom: 110px;
    max-width: 225px;
}

.buckets.bucket-tpl .card.no-content h3 {
    position: relative !important;
    bottom: unset !important;
}

.buckets.bucket-tpl .card.no-content .card-content {
    position: relative;
    bottom: -132px;
    transform: none;
}

.buckets.bucket-tpl .card.no-content .tt-wraps {
    position: relative;
    width: fit-content;
}
}

/** custom button slider **/
.custom-slider-btn {
    display: flex;
    gap: 20px;
    margin-top:1.7em;
}

.custom-slider-btn .prev {
    font-size: 0px;
    border: 1px solid #FFCB05;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor:pointer;
}

.custom-slider-btn .prev:before {
    content:"";
    background-image:url(/assets/images/template/btn-arrow-left.svg);
    height: 14px;
    width: 15px;
    background-size: cover;
    display: block;
    position: relative;
}

.custom-slider-btn .next {
    font-size: 0px;
    border: 1px solid #FFCB05;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor:pointer;
}

.custom-slider-btn .next:before {
    content:"";
    background-image:url(/assets/images/template/btn-arrow-right.svg);
    height: 14px;
    width: 15px;
    background-size: cover;
    display: block;
    position: relative;
}

/** block **/
.block.items-center {
    align-items: center;
}


/** consult **/
#consultation:before {
    background-image: url(/assets/images/content/man-spray-painting.jpg);
    content:"";
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    z-index:-1;
    background-size: cover;
    background-position: center;
    filter: grayscale(1);
    opacity: 0.35;
}

#consultation {
    z-index: 1;
    background: black;
}



/** nested layout **/
.nested.layout-one {
    padding: 1.2px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
    position: relative;
}

.nested.layout-one .block {
    background-color: #1e1e1d;
    padding: 2em;
}

.block.lrgpadding .nested.layout-one .block {
    padding: 4em;
}

/**  header **/
header#header {
    background-color: #10100F;
    box-shadow: 0px 0px 100px 0px #ffcb050f;
}

div#header-top .constrain a.logo {
    width: 200px;
}

.search-container .search-form {
    border-radius: 4px;
    background: #272726;
    color: #fff !important;
}

.search-container .search-form input {
    color: #fff !important;
    padding: 10px !important;
    height: 40px;
    max-width: 322px;
    width: 100%;
}

.search-container .search-form button {
    top: 10px;
    color: #ffcb05;
    right: 10px;
}

.search-container .search-form button:after {
    font-size: 14px;
}

#header #primary-toggle {
    filter: invert(1);
}


















#header #header-top .constrain {
    align-content: center;
    padding-top: 10px;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between !important;
}

ul#global-nav a {
    color: #fff;
}

#header #header-top .constrain a {
    color: #fff;
}

ul#primary-nav a {
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
}

/*
ul#primary-nav > li a:before {
    content: "";
    height: 11px;
    width: 11px;
    background-image: url(/assets/images/template/arrow-yellow.svg);
    display: inline-block;
    background-size: contain;
    margin-right: 8px;
    top: -1px;
    position: relative;
    background-repeat: no-repeat;
}


@media only screen and (min-width: 1200px) {

}

*/
@media only screen and (min-width: 1200px) {
    #primary-nav ul {
        background: #1c1c1a00;
        padding: 10px 0;
        width: 100%;
        max-width: 50%;
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 10;
        display: none;
        height: 500px;
    }
    #primary-nav ul li a {
        color:#fff
    }
    #primary-nav ul li {
        width: 100%;
        position: unset;
    }
    
}

@media only screen and (min-width: 1200px) {
    #primary-nav ul ul {
        background-color: #2c2c2a;
        position: absolute;
        top: 0px;
        left: unset;
        right: -400px;
        max-width: 400px;
    }
}


#primary-nav > li {
    position: unset;
}
ul#primary-nav {
    position: relative;
}

#primary-nav ul li:hover ul {
    display: block;
}


.meganav {
    display: none;
    width: 100%;
    position: absolute;
    bottom: -500px;
    left:0;
}

ul#primary-nav > li {
    display: flex;
    align-items: center;
    align-content: center;
}

ul#primary-nav i {
    color: #feca05;
    position: relative;
    left: 15px;
}

ul#primary-nav > li.hover > .meganav {
    display: flex;
    flex-direction: row;
}
ul#primary-nav > li.hover .meganav > ul {
    display: block;
    position: relative;
    top: 0;
    width: 50%;
}

ul#primary-nav > li.hover .meganav .dropdown-left {
    display:block;
    position:relative;
    width: 250px;
    background-color: #1c1c1a;
}



ul#primary-nav > li .meganav h3 {
    font-size: 31px;
    line-height: 37.2px;
    color: #fff;
    text-transform: none;
}

ul#primary-nav {
    width: 100%;
    max-width: 100%;
}

.dropdown-left {
    width: 30% !important;
}

ul#primary-nav > li .meganav > ul {
    width: 70% !important;
    max-width: 70%;
    padding-top:2em;
}

#primary-nav ul ul {
    width: 33.33% !important;
    max-width: 33.33% !important;
    position: absolute;
    right: 0;
    top: unset;
    left: unset;
}

ul#primary-nav > li .meganav p {
    font-size: 15px;
    line-height: 24px;
    text-transform: none;
    color: #fff;
    font-weight: normal;
}

div#header-bottom nav {
    width: 100%;
    max-width: 100%;
}

#primary-nav > ul {
    display: flex;
    flex-direction: column;
}

#primary-nav ul ul {
    width: 50% !important;
    max-width: 50% !important;
    top: 0;
}

.enclose-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

#primary-nav ul > li {
    max-width: 50%;
    width: 50%;
}

#primary-nav ul > li ul li {
    max-width: 100%;
    width: 100%;
}


ul#primary-nav > li.hover .meganav > ul li:hover ul {
    display: flex;
    flex-direction: column;
}


/** static styling **/

ul#primary-nav > li.hover .meganav > ul li#navid-32:hover ul li {
    width: 49%;
    max-width: 100%;
    display: inline-block;
    margin: 0;
}
ul#primary-nav > li.hover .meganav > ul li#navid-32:hover ul li ul {
    position: relative;
    height: unset;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px 0px 0px 10px;
}

ul#primary-nav > li.hover .meganav > ul li#navid-32:hover ul li ul li {
    width: 100%;
    max-width: 100%;
}

#primary-nav ul li > i {
    display: none;
}

li#navid-32:hover > ul {
    display: block !important;
}



#primary-nav ul li > a {
    margin-right: 0px;
}

ul#primary-nav > li.hover .meganav .dropdown-left {
    padding: 2em;
}
ul#primary-nav > li .meganav > ul li:hover {
}
ul#primary-nav > li .meganav > ul:before {
    content: "";
    height: 100%;
    width: 50%;
    background-color: #1c1c1a;
    position: absolute;
    top: 0;
}


ul#primary-nav > li .meganav > ul > li {
    padding-left: 2em;
}
#primary-nav ul li:hover ul {
    padding-top: 2em;
}

ul#primary-nav  li > a:before {
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    color:#ffcb05;
    padding-right: 8px;
}

ul#primary-nav > li.last a{
    font-weight:700;
}

ul#primary-nav > li.last.hover a{
    background-color: #23232399;
}


ul#primary-nav > li .enclose-menu a:before {
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    color:#ffcb05;
    position: absolute;
    left:0;
}

ul#primary-nav li > ul li > a:before {
    content: "";
}

#primary-nav ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #FFCB05;
    text-underline-offset: 5px;
}

ul#primary-nav li ul li a {
    font-weight:bold;
}

#primary-nav a.learnmore {
    max-width: 50px;
    border: 1px solid #feba10;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin-top: 35px;
}
#primary-nav a.learnmore i {
    position: unset;
    color: #fff;
}

div#header-top a.tel i {
    color: #FFCB05;
}

ul#global-nav li a {
    padding: 0px 20px;
}

#header-top .search-container {
    position: relative;
    top: 3px;
}

#header-top input.search-input::placeholder {
    color: white;
    opacity: 1; /* Ensures the color is not affected by browser-specific opacity */
}
#header-top input.search-input {
        font-size:15px;
}

ul#primary-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*

#primary-nav li#navid-84 a {
    border: 1px solid #FFCB05;
    border-radius: 4px;
}
*/

ul#primary-nav > li.last a {
    border: 1px solid #FFCB05;
    border-radius: 4px;
}


ul#primary-nav > li > a {
    height: unset;
    padding: 0 15px;
}

#header {
    height:120px !important;
}

ul#primary-nav > li {
    line-height: 40px;
}


ul#primary-nav ul ul li a {
    font-weight: normal;
}

ul#primary-nav > li .meganav > ul > li a {
    font-size: 15px;
    line-height: 20px;
}


div#header-top a.tel i {
    margin-right: 10px;
}

/** Footer **/

div#footer-top .constrain .block {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 0px;
}

footer#footer {
    background-color: #10100f;
}

#footer p#copyright {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}


#footer-top a.logo img {
    margin-bottom: 2em;
}

footer#footer p.footer-heading {
    font-size: 17px;
    line-height: 20.4px;
    letter-spacing: 2.2px;
    color: #fff;
    margin-bottom: 1.5em;
}

#footer address {
    color: #fff;
    position: relative;
}

footer#footer .w20.footer-address {
    padding-left: 2em;
}

#footer address i {
    position: absolute;
    left: -25px;
    top: 5px;
    color: #FFCB05;
}

footer#footer .footer-contact a.tel i {
    color: #FFCB05;
    padding-right: 10px;
}

footer#footer .footer-contact a.tel {
    color: #fff;
}

footer#footer .social {
    display: flex;
    margin-top: 1em;
    gap: 20px;
    align-content: center;
    align-items: center;
}

footer#footer .social i {
    font-size: 20px;
      color: #FFCB05;
}

footer#footer .social p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

footer#footer .footer-last {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}

footer#footer a#back-top {
    max-width: 50px;
    border: 1px solid #feba10;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin-bottom: 45px;
}

footer#footer a#back-top i {
    color: #fff;
}

footer#footer .footer-sitemap {
    display: flex;
    gap: 10px;
    align-items: center;
    align-content: center;
}

footer#footer .footer-sitemap a {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

footer#footer .footer-sitemap .divider {
    height: 17px;
    width: 1px;
    background-color: #FFCB05;
    margin-left: 10px;
    margin-right: 10px;
}

footer#footer {
    border-top: 1px solid #FFCB05;
}

footer#footer .footer-last {
    width: 13%;
}

footer#footer .footer-contact {
    width: 16%;
}


/** quick form **/
form#quickContact > .block {
    padding: 0;
}

form#quickContact input {
    background-color: #ffffff1f;
    color: #fff;
    border:0;
}

form#quickContact input::placeholder {
    color: #fff;
}

form#quickContact button.btn.dropdown-toggle.bs-placeholder.btn-default {
      color: #fff;
    background-color: #ffffff1f;
    border:0
}

form#quickContact textarea#comments {
          color: #fff;
    background-color: #ffffff1f;
    border:0
}

form#quickContact textarea#comments::placeholder {
          color: #fff;

}

form#quickContact div#file-uploader-image {
              color: #fff;
        background-color: #ffffff1f;
    border:0
    
}

form#quickContact .forms .qq-upload-button:before {
        color: #ffcb05 !important;
}

form#quickContact .forms .qq-clear-button:before {
    color: #ffcb05 !important;
}

form#quickContact input.submit.button:before {
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    color: #ffcb05;
    padding-right: 2px;

}

form#quickContact input.submit.button {
    position: relative;
    border: 1px solid #FFCB05;
    border-radius: 4px;
    min-width: 198px;
    height: 42px;
    background-color: #10100f00 !important;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1.3px;
    padding-left: 30px;
}

form#quickContact .btn-wrapper:before {
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    color: #ffcb05;
    padding-right: 2px;
    position: absolute;
    left: 25px;
    top: 9px;
    z-index:2;
}

form#quickContact .btn-wrapper {
    background-color: #000;
    overflow: hidden;
    position: relative;
}

form#quickContact .input-group.w75 label {
    color: #fff;
    left: 31px;
    top: 6px;
    position: absolute;
}

.form-wrapper {
    padding: 1.2px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
    position: relative;
    max-width:1200px;
}

form#quickContact {
    background-color: #1e1e1d;
    padding: 3.5em 5em;
}
.block.black-bg.nopadding.contact-wrapper {
    max-width: 100%;
}


/** blog item **/
.posts .post-item {
    padding: 40px 0;
    width: 100%;
    margin: 0;
    border-top: 1px solid #d3d4d85e;
}

.posts span.post-sub {
    text-transform: uppercase;
}

.posts .post-excerpt span {
    color: #FFCB05;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
    font-family: "peridot-pe-variable";
}

.posts .post-excerpt p {
    margin-bottom: 30px;
}

.posts .paging li a.active {
    padding: 5px 13px;
    background-color: #FFCB05;
    font-weight: bold;
    color: #000;
    width: 32px;
    height: 32px;
}

.posts .paging ul li a {
    padding: 5px 13px;
    width: 32px;
    height: 32px;
}
.posts .post-item:first-child {
    border: 0;
}

/** blog search **/
.block .search-form {
    border-radius: 4px;
    background: #272726;
    color: #fff !important;
    margin-left: 0;
    width:100%;
}

.block .search-form input {
    color: #fff !important;
    padding: 10px !important;
    height: 40px;
    max-width: 322px;
    width: 100%;
    font-size:15px;
    line-height:24px;
}

.block .search-form button {
    top: 10px;
    color: #ffcb05;
    right: 10px;
}

.block .search-form button:after {
    font-size: 14px;
}

.block .search-form ::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}


/** block post filters **/
.block .panel-outer {
    padding: 1px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.block .panel-group .panel {
    background-color: #1e1e1d;
}

.block .panel-default>.panel-heading {
      background-color: #1e1e1d;
}

.block .panel-default {
    border: 0;
}

.block .panel-plusminus .panel-heading a:before {
    font-size: 10px;
    color: #ffcb05;
}

.block .panel-heading .panel-title {
    padding: 5px 20px;
}

.block .post-filter li a {
    text-transform: uppercase;
    padding: 15px 20px;
    display: block;
    font-weight: bold;
}

.block .post-filter li a:before {
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    color: #ffcb05;
    padding-right: 10px;
}


/** tablet and mobile header **/
@media only screen and (max-width: 1199px) {
   .search-container .search-form button {
       top:0px !important; 
   }
    ul#global-nav {
        display: none;
    }
    
    #header #header-top .constrain a.logo {
        position: absolute;
        top: 26px;
        left: 0;
    }
    #header #header-top .constrain {
        display: flex;
        justify-content: flex-end !important;
        gap: 30px;
    }
    #header .search-form {
        margin-left:0px;
    }
    #header #primary-toggle {
        height:50px !important;
        width:50px !important;
        top: 60px;
    }
}

@media only screen and (max-width: 700px) {
    #header #header-top .constrain a.logo {
        top: 58px;
    }
    #header #header-top .constrain {
        justify-content: space-between !important;
        gap: 30px;
    }
    #header .search-form {
       width: 100%;
    }
    
    #header #primary-toggle {
         top: 69px;
    }
}

html.no-js {
    overflow-x: hidden;
}


@media only screen and (max-width: 1199px) {
    div#footer-top .block > div {
        width: 50%;
    }
    
    .w20.footer-address {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .footer-contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    div#footer-top .block a.logo img {
        max-width: 250px;
    }
}

@media only screen and (max-width: 700px) {
    div#footer-top .block > div {
        width: 100%;
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    
    #footer address {
        margin-left: 25px;
    }
        
    .social {
        display: flex;
        flex-direction: row;
    }
    
    .w20.footer-address {
        padding-left: 0px !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .footer-contact {
        margin-bottom: 20px;
    }
    
    footer#footer a#back-top {
        position: absolute;
        right: 0;
    }
    
    p#copyright {
        text-align: left;
    }
}

/** tabs **/
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #ffcb05;
    color: #000;
}
.nav-tabs>li>a:hover {
    border-color: unset;
}

.nav-tabs>li>a {
    background-color: #272726;
    font-weight: 700;
    font-size: 15px;
    font-family: 'lato';
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
    padding: 13px 28px;
}


.tabbed-content .nav-tabs li {
    margin-right: 3px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #ffcb05;
    border: unset;
    border-bottom-color: transparent;
}
.nav-tabs {
    border-bottom: unset; 
}

.tab-wrapper {
    padding: 1px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
    position: relative;
}

.tab-content {
    background-color: #1e1e1d;
}

a#back-top:hover {
    background-color: #23232399;
}

.custom-slider-btn .next:hover {
    background-color: #23232399;
}

.custom-slider-btn .prev:hover {
    background-color: #23232399;
}




ul#primary-nav li ul.unstyled li a:before {
    position:absolute;
    left:0;
}

a.button:hover {
    background-color: #23232399;
}

.bootstrap-select.btn-group .dropdown-menu.inner li {
    background-color: #000;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #fff;
}

form#quickContact input.submit.button:hover {
    background-color: #23232399 !important;
}

.file-uploader-items .file-wrap {
    margin: 0 1.5em 0.5em 0;
}

.forms .file-uploader-items .delete-button {
    color: #f7c505;
}

.richtext h5 {
    font-weight: bold;
    font-family: 'arial', serif;
    font-size: 20px;
}


.image-single.fill {
    padding: 1.2px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
}

.image-single.fill .image-single-inner {
    background-color: #1e1e1d;
}

.richtext p {
    font-family: 'arial' , serif;
}

.richtext ul {
    padding-left: 7px !important;
}

.files-wrapper:hover a {
    opacity: 0.9;
}

.files-wrapper:hover {
    box-shadow: inset 0px 5px 0px 0px #fac705;
}

.files-wrapper:hover a.title.icon-download:before {
    background-color: #1b1b19;
}

.richtext p.sub {
    font-family: 'lato', serif;
    letter-spacing: 2.5px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    opacity:0.75;
}


a.button.white-btn:before {
    content: "";
    display: none;
}

a.button.white-btn {
    color: #fff;
    background: unset;
    border: unset;
    min-width: unset;
    padding-left: 0;
    padding-right: 0;
}

a.button.white-btn:hover {
text-decoration: underline;
    text-decoration-color: #FFCB05;
    text-underline-offset: 5px;
    background-color:unset;
}

.buckets.bucket-icon-tpl .bucket {
    padding: 1px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
    color:#fff;
}

.buckets.bucket-icon-tpl .bucket .bucket-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 0;
    background-image: url(/assets/images/template/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 21px 20px;
    position: relative;
}

.buckets.bucket-icon-tpl .bucket .bucket-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b19fa;
    z-index: 0;
}

.buckets.bucket-icon-tpl .bucket .bucket-inner h4 {
    z-index: 1;
    font-family: 'lato',serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 2px;
}


.buckets.bucket-icon-tpl .bucket .bucket-inner h4:before {
    content: "\e22d";
    font-family: "Font Awesome 6 Pro";
    color: #ffcb05;
    padding-right: 7px;
    position: relative;
    left: -10px;
}



.buckets.bucket-text-tpl .bucket {
    padding: 1px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
    color:#fff;
}

.buckets.bucket-text-tpl .bucket .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 0;
    background-image: url(/assets/images/template/testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 21px 20px;
    position: relative;
}

.buckets.bucket-text-tpl .bucket .content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b19fa;
    z-index: 0;
}

.buckets.bucket-text-tpl .bucket .content h4 {
    z-index: 1;
    font-family: 'lato',serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 2px;
    margin-top:1px;
}

.buckets.bucket-icon-tpl {
    gap: 15px;
    flex-wrap: nowrap;
}

.buckets.bucket-text-tpl {
    gap: 15px;
}

.collapse.in .column {
    color: #fff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd3b;
}

div#header-top .contact a {
    border: 1px solid #FFCB05;
    border-radius: 4px;
    height: unset;
    padding: 10px 25px;
    font-family: "lato", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
}

#header-top .contact a:before {
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    color: #ffcb05;
    padding-right: 8px;
}

.search-container input.search-input::placeholder {
    color: #fff;
}

.richtext p.large {
    font-weight: bold;
    font-family: 'arial', serif;
    font-size: 20px;
    margin-bottom:15px;
}


.block.has-bg.has-bg-image.black-bg.full.blog-bg {
    background-size: 645px 672px;
    background-repeat: no-repeat;
    background-position: right -200px;
}

.image-single {
    padding: 2px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
    position: relative;
}

.image-single-inner {
    background-color: #1e1e1d;
    width:100%;
}

.image-single .image-single-inner img {
    width: 100%;
}

.gallery.carousel .img-wrapper {
    padding: 2px;
    background: linear-gradient(180deg, #FFCB05 0%, rgba(106, 125, 144, 0) 100%, #FEFFFF 100%);
}

.gallery.carousel .img-wrapper a {
    background-color: #1e1e1d;
}

form#quickContact {
    background-image: url(http://novationinc.topspotims.modxcloud.com/assets/images/content/dark-rec-bg-texture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

body ul.fancy li {
    margin-bottom: 15px;
}

/* Contact */

form#contact {
    background-image: url(http://novationinc.topspotims.modxcloud.com/assets/images/content/dark-rec-bg-texture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1e1e1d;
    padding: 3.5em 5em;
}

form#contact > .block {
    padding: 0;
}

form#contact input {
    background-color: #ffffff1f;
    color: #fff;
    border:0;
}

form#contact input::placeholder {
    color: #fff;
}

form#contact button.btn.dropdown-toggle.bs-placeholder.btn-default {
      color: #fff;
    background-color: #ffffff1f;
    border:0
}

form#contact textarea#comments {
          color: #fff;
    background-color: #ffffff1f;
    border:0
}

form#contact textarea#comments::placeholder {
          color: #fff;

}

form#contact div#file-uploader-image {
              color: #fff;
        background-color: #ffffff1f;
    border:0
    
}

form#contact .forms .qq-upload-button:before {
        color: #ffcb05 !important;
}

form#contact .forms .qq-clear-button:before {
    color: #ffcb05 !important;
}

form#contact input.submit.button:before {
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    color: #ffcb05;
    padding-right: 2px;

}

form#contact input.submit.button {
    position: relative;
    border: 1px solid #FFCB05;
    border-radius: 4px;
    min-width: 198px;
    height: 42px;
    background-color: #10100f00 !important;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1.3px;
    padding-left: 30px;
}

form#contact .btn-wrapper:before {
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    color: #ffcb05;
    padding-right: 2px;
    position: absolute;
    left: 25px;
    top: 9px;
    z-index:2;
}

form#contact .btn-wrapper {
    background-color: #000;
    overflow: hidden;
    position: relative;
}

form#contact .input-group.w75 label {
    color: #fff;
    left: 31px;
    top: 6px;
    position: absolute;
}

/* Contact */


/* Request a quote */

form#rfq {
    background-image: url(http://novationinc.topspotims.modxcloud.com/assets/images/content/dark-rec-bg-texture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1e1e1d;
    padding: 3.5em 5em;
}

form#rfq > .block {
    padding: 0;
}

form#rfq input {
    background-color: #ffffff1f;
    color: #fff;
    border:0;
}

form#rfq input::placeholder {
    color: #fff;
}

form#rfq button.btn.dropdown-toggle.bs-placeholder.btn-default {
      color: #fff;
    background-color: #ffffff1f;
    border:0
}

form#rfq textarea#comments {
          color: #fff;
    background-color: #ffffff1f;
    border:0
}

form#rfq textarea#comments::placeholder {
          color: #fff;

}

form#rfq div#file-uploader-image {
              color: #fff;
        background-color: #ffffff1f;
    border:0
    
}

form#rfq .forms .qq-upload-button:before {
        color: #ffcb05 !important;
}

form#rfq .forms .qq-clear-button:before {
    color: #ffcb05 !important;
}

form#rfq input.submit.button:before {
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    color: #ffcb05;
    padding-right: 2px;

}

form#rfq input.submit.button {
    position: relative;
    border: 1px solid #FFCB05;
    border-radius: 4px;
    min-width: 198px;
    height: 42px;
    background-color: #10100f00 !important;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1.3px;
    padding-left: 30px;
}

form#rfq .btn-wrapper:before {
    content: "\e09f";
    font-family: "Font Awesome 6 Pro";
    color: #ffcb05;
    padding-right: 2px;
    position: absolute;
    left: 25px;
    top: 9px;
    z-index:2;
}

form#rfq .btn-wrapper {
    background-color: #000;
    overflow: hidden;
    position: relative;
}

form#rfq .input-group.w75 label {
    color: #fff;
    left: 31px;
    top: 6px;
    position: absolute;
}

#rfq .input-group.submit-group.w30 {
    justify-content: flex-start;
}

form#rfq input.submit.button:hover {
    background-color: #23232399 !important;
}

/* Request a quote */


div#file-uploader-image div.file-uploader-items {
    position: relative;
    left: 102px;
}


form#quickContact .input-group.w75 label {
    font-size: 13px;
    margin-bottom: 0px !important;
    line-height: 25px;
}

form#contact .input-group.w75 label {
    font-size: 13px;
    margin-bottom: 0px !important;
    line-height: 25px;
}

form#rfq .input-group.w75 label {
    font-size: 13px;
    margin-bottom: 0px !important;
    line-height: 25px;
}

form#rfq .input-group.w75 label {
    color: #fff;
    left: 31px;
    top: 6px;
    position: absolute;
}

.block.expand {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block.expand .column {
    padding-left: 20px;
    padding-right: 20px;
}