/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
/*    background: #e51839; */
    background: #D02822; 
    color: #fff;
    text-shadow: none;
}
::selection {
/*    background: #e51839;*/
    background: #D02822;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#f1f1f1 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

#headeroffset{
	padding-top: 0;
	display: block;
}
#headeroffset.scrolled{
	padding-top: 48px;
}
#header.sticky{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 400;
	background: rgba(24,27,36,0.33);
}
#header.sticky .sm-header{
	transform: translateY(-90px);
	opacity: 0;
}
#header.sticky.reveal .sm-header{
	transform: translateY(0);
	opacity: 1;
	margin-bottom: 0;
}
#header.sticky .sm-preheader{
	box-shadow: 0 0 12px 0 rgba(24,27,36,0.15);
}
.search-header{
	position: absolute;
	right: 40px;
	top: 80%;
}
.search-header{
	position: absolute;
	right: 40px;
	top: 80%;
	display: flex;
}


.search-header input{
	-webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    width: calc(100% - 56px);
    font-family: "paralucent", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 48px !important;
    height: 48px !important;
    color: #777778;
    text-transform: none;
    padding-right: 10px;
    border: none;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
    padding-left: 10px !important;
}
.search-header button{
	-webkit-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    text-transform: uppercase;
    font-family: "paralucent", sans-serif;
    float: right;
    width: 56px;
    text-align: center;
    border: none;
    padding: 0;
    font-weight: 800;
    font-size: 14px;
    color: #ffffff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
/*    background-color: #e51839;*/
    background-color:#D02822;
	appearance: none;
	outline: none;
	cursor: pointer;
}

.hero-text{
	position: relative;
/*	border-bottom: solid 12px #e51839;*/
	border-bottom: solid 12px #D02822;
}

.bg-mark{
	position: absolute;
	top: 0;
	left: 50%;
	right: 0%;
	bottom: 0;
	background-image: url("/siteart/logo-mark.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 290px auto;
}
/*---BODY--------------------------------*/
.pad{
	padding: 8vw;
}
.half-pad{
	padding: 4vw;
}
.red{
/*	color: #e51839;*/
	color: #D02822;
}
.bg-red{
/*	background: #e51839;*/
	background: #D02822;
	color: #fff;
}
.bg-dark{
	background: #181b24;
	color: #fff;
}
.bg-opaque {
	background: rgba(24,27,36,0.5)!important;
	color: #fff!important;
}
.bg-gray{
	background: #f1f1f1;
}

.bg-white p, .bg-opaque p, .bg-red p, .bg-dark p{
	font-size: 28px;
	line-height: 1.714;
	font-family: "paralucent", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.bg-white ul{
	margin: 0;
	padding-left: 18px;
}
.bg-white ul li{
	font-family: "paralucent", sans-serif;
	list-style: disc;
	padding-left: 0;
	line-height: 24px;
	font-size: 18px;
}
.bg-white p.smalltext{
	font-size: 18px;
	line-height: 24px !important;
}

.heading-sm{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.1;
	font-family: "paralucent", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.heading-md{
	
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.1;
	font-family: "paralucent", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.heading-lg{
	
	text-transform: uppercase;
	font-size: 60px;
	line-height: 1;
	font-family: "paralucent", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.heading-xlg{
	
	text-transform: uppercase;
	font-size: 112px;
	line-height: 1;
	font-family: "paralucent", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.light{font-weight: 300;}


.btn-pill{
	font-family: "paralucent", sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding: 0 30px;
	border-radius: 90px;
	color: #fff;
	line-height: 48px;
	box-sizing: border-box;
	display: inline-block;
	transition: ease all 0.4s;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.bg-opaque .btn-pill{
	border: solid 1px #fff;
}
.bg-dark .btn-pill{
	border: solid 1px #fff;
}
.btn-pill:before{
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
/*
	
	background: #e51839;
*/
	background:#D02822;
	
	transition: ease all 0.3s;
	transform-origin: right;
	transform: scaleX(0);
}
.btn-pill:hover:before{
	transform: scaleX(1);
}
.btn-pill:hover{
	background: transparent;
	color: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}
h6 {color: #F54C46!important;}

.btn-pill.outline{
	background: transparent !important;
	border: solid 1px #f1f1f1;
	color: #181b24;
}
#is-toggles .btn-pill.outline:hover{
	box-shadow: none;
	background: #f1f1f1 !important;
	color: #181b24;
}
#is-toggles .btn-pill.outline.active{
/*	border-color: #e51839 !important;*/
	border-color:#D02822 !important;
}
#is-toggles .btn-pill.outline:before{
	content: none;
}

.bg-opaque .btn-pill.outline{
	background: transparent !important;
	border-color: #fff;
	color: #fff;
}
.bg-dark .btn-pill.outline{
	background: transparent !important;
	border-color: #fff;
	color: #fff;
}
.btn-pill.red{
/*	background: #e51839;*/
	background: #D02822;
	outline: none;
	color: #fff;
	border: none !important;
	cursor: pointer;
    white-space: nowrap;
}

.bg-white .btn-pill.red:before{
	background: #181b24;
}
.bg-opaque .btn-pill.red:before{
	background: #fff;
}
.bg-opaque .btn-pill.red:hover{
	color: #181b24;
}
.bg-dark .btn-pill.red:before{
	background: #fff;
}
.bg-dark .btn-pill.red:hover{
	color: #181b24;
}

.btn-pill.outline:hover{
	background: #181b24 !important;
	border: solid 1px #fff;
	color: #181b24;
}
.btn-pill.outline:before{
	background: #fff !important;
}


.custom-accordion{
	border-radius: 10px;
	overflow: hidden;
}

.custom-accordion > a{
	text-transform: uppercase;
	font-family: "paralucent", sans-serif;
	width: 100%;
	padding: 32px 24px;
	background: #2c2d31;
	color: #fff;
	display: block;
	box-sizing: border-box;
	
	
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
	font-weight: 500;
	transition: ease all 0.2s;
}

.custom-accordion > a:hover{
	background: #37383d;
}


.custom-accordion > a i{
/*	color: #e51839;*/
	color:#D02822;
	padding-right: 14px;
	float: right;
}

.custom-accordion > .drop-list{
	padding: 32px 24px;
	background: #181b24;
	color: #fff;
	display: block;
}
.custom-accordion > .drop-list p{
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.05em;
}
.custom-accordion .click.open i:before{
    content: "\f068";
}



@keyframes ToggleFadeOut {
  from {opacity: 1;}
  to {opacity: 0;}
}

#is-toggles {
	display: flex; flex-wrap: wrap; gap: 10px;
}
#is-forms form{
	position: relative;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 3%;
	border-radius: 90px;
	font-size: 23px;
	background: #f1f1f1;
}
#is-forms .view-all-btn{
	position: absolute;
	bottom: -60px;
	font-size: 18px;
	
	font-family: "paralucent", sans-serif;
	font-weight: 500;
}
#is-forms .view-all-btn i{
	padding-left: 5px;
	transition: ease all 0.2s;
}
#is-forms .view-all-btn:hover i{
	transform: translateX(10px);
}
#is-forms form:before{
	content: '';
	z-index: 100;
	position: absolute;

	border-radius: 90px;
	opacity: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f1f1f1;
	  animation: ToggleFadeOut 0.3s normal forwards ease-in-out;
	  animation-iteration-count: 1;

	pointer-events: none;

}
#is-forms form > div{
	display: flex;
	width: 100%;
}
#is-forms form > div > div:not([class^="col-lg"]):not(.vertical-divider){
	width: 100%;
	padding: 0 3%; 
	box-sizing: border-box;
}
#is-forms form > div > div[class^="col-lg"]{
	padding: 0 3%; 
	box-sizing: border-box;
}
#is-forms form input, #is-forms form select, #is-forms form button{
	width: 100%;
	display: block;
}
#is-forms form input, #is-forms form select{
	line-height: 48px;
	font-family: "paralucent", sans-serif;
	font-size: 18px;
	font-weight: 300;
	background: none !important;
	border: none !important;
	height: 48px;
	width: 100%;
	outline: none;
}

#is-forms .btn-pill{
/*	background: #e51839;*/
	background: #D02822;
	outline: none;
	color: #fff;
	border: none !important;
	cursor: pointer;
    white-space: nowrap;
}


#is-forms .btn-pill:before{
	
	background: #181b24;
}

#is-forms .col-xs-12{
	position: relative;
}
#is-forms .col-xs-12 input, #is-forms .col-xs-12 select{
	padding-left: 26px;
}
#is-forms .input-icon{
	position: absolute;
	left: 30px;
	top: 15px;
	font-size: 16px;
	opacity: 0.66;
}

.bg-img{
	background-size: cover;
	background-position: center center;
}
#cta-grid a{
	padding: 16vw 3vw 3vw;
	box-sizing: border-box;
	color: #fff;
	position: relative;
}
#cta-grid.col-row a{
	padding: 3vw;
}
#cta-grid a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(24,27,36,0.6), rgba(24,27,36,0));
	transition: ease all 0.3s;
	opacity: 1;
}
#cta-grid a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(208,40,34,0.9), rgba(208,40,34,0.6));	
	transition: ease all 0.3s;
	z-index: 0;
	opacity: 0;
}
#cta-grid a:hover:before{
	opacity: 0;
}
#cta-grid a:hover:after{
	opacity: 1;
}
#cta-grid a > .heading-md, #cta-grid a > img  {
	position: relative;
	max-width: 100%;
	z-index: 10;
}

#cta-grid a .icon-img{
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px;
	height: 60px;
	width: 60px;
	box-sizing: border-box;
/*	background: #e51839;*/
	background: #D02822;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	border-bottom-left-radius: 10px;
	
}

#cta-grid a .icon-img img{	
	max-width: 100%;
}

.social-btns{
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		z-index: 10;
	}
	.social-btns a{
		line-height: 48px;
		width: 48px;
		text-align: center;
		font-size: 14px;
		align-items: center;
		height: 48px;
		font-weight: 400;
		display: flex;
		justify-content: center;
		color: #fff;
		-moz-border-radius: 100%;
		-o-border-radius: 100%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
	}

/* SIDE TABS */

@keyframes fade-in-pan-icon {
  from {
	  opacity: 0;
	  right: 50px;
  }

  to {
	  opacity: 1;
	  right: 40px;
  }
}
	.shfile-widget .dual-tabs{
		display: flex;
		flex-wrap: wrap;
	}

	.shfile-widget .dual-tabs > div:nth-of-type(2){
		width: 66.666666%;
		min-height: 380px;
		background: #f1f1f1;
	}
	
#tab-btns.shfile-tab-btns-expandable {
		color: #000;
    width: 33.3333333%;
}
#tab-btns.shfile-tab-btns-expandable .tab-toggle {
    max-width: 100%;
    cursor: pointer;
    padding: 0 40px !important;
	font-family: "paralucent", sans-serif;
    box-sizing: border-box;
	text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 90px;
	letter-spacing: 0.05em;
	background:#181b24;
	color: #fff !important;
	position: relative;
    display: block;
}
#tab-btns.shfile-tab-btns-expandable .tab-toggle i {
	position: absolute;
	right: 40px;
	line-height: 72px;
	top: 0;
}
#tab-btns.shfile-tab-btns-expandable .tab-toggle.active {
	color: #fff;
/*	background: #e51839;*/
	background: #D02822;
}
body:not(.highlightSidebars) #tab-btns.shfile-tab-btns-expandable .tab-toggle.active:before {
	content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	animation: fade-in-pan-icon;
	animation-fill-mode: forwards;
	animation-timing-function: ease;
	animation-duration: 0.2s;
}
	.shfile-tab-content-expandable > div{
		overflow: hidden;
		padding: 8%;
		color: #181b24;
	}
	#tab-content p{
		font-size: 24px;
	}
	
	
.shfile-tab-btns-expandable #tab-content > div {
    padding: 40px !important;
    border: solid 1px #eee !important;
}
	
	
	@media only screen and (max-width: 1200px){
		
		.shfile-widget .dual-tabs > div{
			margin: 0 !important;
			width: 100% !important;
			min-height: unset !important;
		}
		.shfile-widget .dual-tabs > div:nth-of-type(2){
			margin: 0 0 0 0  !important;
			width: 100% !important;
		}
		#tab-btns.shfile-tab-btns-expandable .tab-toggle {
			font-size: 14px;
			line-height: 72px;
			letter-spacing: 2px;
		}
	}
	
/* VALUES GRID */

#values-grid > div:nth-child(even){
	background: #23262d;
}
#values-grid > div p{
	font-size: 24px;
}
#values-grid > div .heading-md{
	margin-bottom: 24px;
}


/* TEAM */


	.team-box{
	font-family: "paralucent", sans-serif;
		font-weight: 300;
		border-radius: 5px;
		display: block;
		margin: 10px;
		font-size: 18px;
		overflow: hidden;
    	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px;
		transition: ease all 0.2s;
	}
	.team-box .col-row > div:last-child{
		padding: 20px;
		box-sizing: border-box;
	}
	.team-popup-padding{
		padding: 50px 40px;
	}
	.team-popup{
		opacity: 0;
		pointer-events: none;
		position: fixed;
		top: 45%;
		transform: translate(-50%, -50%);
		left: 50%;
		max-width: 900px;
		margin: 0 auto !important;
		
		background: #fff;
		width: 80%;
		border-radius: 5px;
		
		transition: ease all 0.2s;
		z-index: 200;
		overflow: hidden;
	}
	.team-popup p{
		margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	font-family: "paralucent", sans-serif;
	font-weight: 300;
	font-style: normal;
	}
	.team-info-btn.open ~ .team-popup-darken{
		opacity: 1;
		pointer-events: unset;
	}
	.team-popup-darken{
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 199;
		background-color: rgba(0,0,0,0.3);
		transition: ease all 0.2s;
		pointer-events: none;
	}
	.team-info-btn.open + .team-popup{
		opacity: 1;
    	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px;
		pointer-events: unset;
		top: 50%;
	}
	.team-box > p{margin: 0 !important;}
	.team-box:hover{
		box-shadow: 0 0 12px rgba(0,0,0,0.3);
	}
	.teams-tabs{
		display: flex; flex-wrap: wrap; gap: 10px;
		margin-bottom: 20px;
	}
	.teams-tabs button{
		display: inline-block;
		padding: 14px 24px;
		border-radius: 100px;
		color: #000;
		border: solid 1px #eee;
		font-size: 14px;
	}
.team-popup-padding .heading-md{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.team-popup-padding .heading-md i{
	font-size: 18px;
    margin-bottom: 7px;
	margin-right: 10px;
	position: relative;
	height: 30px;
	width: 30px;
	border-radius: 100%;
/*	border: solid 1px #e51839;*/
	border: solid 1px #D02822;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.teams-tabs button.active {
/*		background: #e51839;*/
		background: #D02822;
		color: #fff;
/*		border-color: #e51839;*/
		border-color:#D02822;
	}

	
	.teams-tabs-content .team-grid{
		display: none;
	}
	.teams-tabs-content .team-grid.active{
		display: flex;
		flex-wrap: wrap;
		clear: both;
		position: relative;
	}
	.teams-tabs-content .team-grid.active:before{
		content: '';
		z-index: 100;
		position: absolute;
		
		opacity: 1;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #fff;
		  animation: ToggleFadeOut 0.2s normal forwards ease-in-out;
		  animation-iteration-count: 1;
		
		pointer-events: none;
		
	}
	
	.team-info-btn, .team-box a, .team-popup a{

		background: unset;
		cursor: pointer;
		font-size: 18px !important;
		line-height: 24px !important;

		font-style: normal !important;
		padding-left: 0 !important;
		box-shadow: none !important;

		width: 200px;
		max-width: 100%;
		text-align: left;
		border: none !important;
		outline: none !important;
		position: relative;
	}
.team-box a {color:#676767!important;}
	.team-info-btn:hover, .team-box a:hover{

		color: #000 !important;
	}
	
	@media screen and (max-width: 767px){
		
		.team-popup-padding{
			padding: 50px 20px;
		}
	}


/*--------FORM STYLES--------------------*/


.custom-form {
	font-family: "paralucent", sans-serif !important;
}
.custom-form input{
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #181b24;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	background: #f1f1f1;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;font-family: "paralucent", sans-serif !important;
}
.custom-form label{
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 24px;
	font-family: "paralucent", sans-serif !important;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 16px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 0.05em;
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #181b24;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	outline: none;
	border: none;
	background: #f1f1f1;
	
	font-family: "paralucent", sans-serif !important;
}

.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #181b24 !important;
}


/* CUSTOM DROPDOWN */
#inv-btn{position: relative;}
#inv-btn > a {padding-right: 50px;}
#inv-btn > a:after{
	content: '';
	right: 55px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #fff;
	position: absolute;
	transition: ease all 0.2s;
	opacity: 0.3;
}
#inv-btn:hover > a:after{
	background: #000;
}
#inv-btn > a + div{
	padding: 14px 14px 15px;

    right: 16px;
    top: 10px;
	color: #fff;
	z-index: 10;
	position: absolute;
	transition: ease all 0.2s;
}
#inv-btn > a + div i{
	color: #fff;
	transition: ease all 0.2s;
}
#inv-btn:hover > a + div i{
	color: #000;
}
#inv-btn.open > a + div i{
	transform: rotate(180deg);
}
			#inv-btn > div ul a { 
				font-size:14px;
				line-height:14px;
        		padding: 10px 20px;
				color:#fff;
				text-align:left;
				border-right:none;
				border-left:none;
				display: block;
				width: 100%;
			}
			#inv-btn > div ul li:first-of-type a { 
				padding-top: 20px;
			} #inv-btn > div ul li:last-of-type a { 
				padding-bottom: 20px;
			}
#inv-btn > div > ul {
	font-family: "paralucent", sans-serif;
	opacity: 0; 
	pointer-events: none;
    position: absolute; 
	background: #D02822;
	border-radius: 10px;
	transition: ease all 0.2s;
	transform: translateY(-20px);
    z-index: 100;
    right: 0px;
    top: calc(100% + 10px);
	width: 280px;
}
#inv-btn.open > div > ul {  
    display: block;
	pointer-events: unset;
	opacity: 1;
    line-height:18px; 
	transform: translateY(-10px);
}
#inv-btn > div > ul li {
    float: none; 
	padding-right: 10px;
    position: relative;
    margin:0;
	display: block;
}

#inv-btn:hover .btn-pill:before{
	transform: scaleX(1);
}
#inv-btn:hover .btn-pill{
	color: #181b24;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
}




/*-------- FOOTER STYLES ----------------*/
footer{}


.sm-footer{
	font-size: 18px;
	line-height: 36px;
	font-family: "paralucent", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.sm-footer a{
	color: #fff;
}


/* BANNER */

#cta-banner{ width: 100%; display: flex; flex-wrap: wrap;
}
#cta-banner > div a:nth-of-type(1){ 
	width: 50.60%
}
#cta-banner > div a:nth-of-type(2){ 
	width: 49.40%;
}
#cta-banner > div a img{ 
	width: 100%;
}

/* COLUMNS */

.col-row{display: flex; flex-wrap: wrap; position: relative;}
.vertical-divider{width: 2px; background: #b3b4b7;}

@media (min-width: 1340px){
	.col-lg-12{
		width: 100%;
	}
	.col-lg-11{
		width: 91.66667%;
	}
	.col-lg-10{
		width: 83.33333%;
	}
	.col-lg-9{
		width: 75%;
	}
	.col-lg-8{
		width: 66.666667%;
	}
	.col-lg-7{
		width: 58.333333%;
	}
	.col-lg-6{
		width: 50%;
	}
	.col-lg-5{
		width: 41.66667%;
	}
	.col-lg-4{
		width: 33.33333%;
	}
	.col-lg-3{
		width: 25%;
	}
	.col-lg-2{
		width: 16.66667%;
	}
	.col-lg-1{
		width: 8.33333%;
	}
	.col-lg-half{
		width: 4.16666%;
	}
	.col-lg-hidden{display: none !important;}
}
@media (min-width: 992px) and (max-width: 1339px){
			#is-forms .col-xs-12 input, #is-forms .col-xs-12 select {
		padding-left: 30px;
	}
		#is-forms .input-icon {
		left: 15px;
	}
#is-forms form > div{
	flex-wrap: wrap;
}
	#is-forms form{
		border-radius: 20px;
	}
	#is-forms form:before{
		border-radius: 20px;
	}
	#is-forms form .btn-pill{
		margin-top: 20px !important;
	}
	
	.col-md-12{
		width: 100%;
	}
	.col-md-11{
		width: 91.66667%;
	}
	.col-md-10{
		width: 83.33333%;
	}
	.col-md-9{
		width: 75%;
	}
	.col-md-8{
		width: 66.666667%;
	}
	.col-md-7{
		width: 58.333333%;
	}
	.col-md-6{
		width: 50%;
	}
	.col-md-5{
		width: 41.66667%;
	}
	.col-md-4{
		width: 33.33333%;
	}
	.col-md-3{
		width: 25%;
	}
	.col-md-2{
		width: 16.66667%;
	}
	.col-md-1{
		width: 8.33333%;
	}
	.col-md-hidden{display: none !important;}
}
@media (min-width: 768px) and (max-width: 991px){
			#is-forms .col-xs-12 input, #is-forms .col-xs-12 select {
		padding-left: 30px;
	}
		#is-forms .input-icon {
		left: 15px;
	}
#is-forms form > div{
	flex-wrap: wrap;
}
	#is-forms form{
		border-radius: 20px;
		padding: 20px;
	}
	#is-forms form .btn-pill{
		margin-top: 20px !important;
	}
	.col-sm-12{
		width: 100%;
	}
	.col-sm-11{
		width: 91.66667%;
	}
	.col-sm-10{
		width: 83.33333%;
	}
	.col-sm-9{
		width: 75%;
	}
	.col-sm-8{
		width: 66.666667%;
	}
	.col-sm-7{
		width: 58.333333%;
	}
	.col-sm-6{
		width: 50%;
	}
	.col-sm-5{
		width: 41.66667%;
	}
	.col-sm-4{
		width: 33.33333%;
	}
	.col-sm-3{
		width: 25%;
	}
	.col-sm-2{
		width: 16.66667%;
	}
	.col-sm-1{
		width: 8.33333%;
	}
	.col-sm-hidden{display: none !important;}
	
}
#hero-video{
	pointer-events: none;
}
@media (min-width: 992px){

	.hero{
		position: relative;
		padding-top: 60vh;
	}
	#hero-video{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
	}
	#hero-video video, #hero-video iframe{
		height: 100%;
		width: 177.77777778vh; /* 100 * 16 / 9 */
		min-width: 100%;
		min-height: 56.25vw; /* 100 * 9 / 16 */
		transform: translate( -50%, -50%);
		left: 50%;
		top: 50%;
		position: relative;
		filter: contrast(1.1) saturate(1.1);
	}
}

@keyframes fade-in-video{
	0% {
		filter: brightness(0);
	}
	80% {
		filter: brightness(0);
	}
	100% {
		filter: brightness(1);
	}
}
@media (max-width: 991px){
	
	
.bg-opaque {
	background: rgba(24,27,36,1)!important;
	color: #fff!important;
}
	
	.sm-header{
		background: linear-gradient(to bottom, rgba(24,27,36,1.0), rgba(24,27,36,0)) !important;
	}
	#is-forms form:before{
		border-radius: 20px;
	}
	#is-forms{padding-bottom: 60px;}
	.heading-xlg{
		font-size: 60px;
	}

	.hero{
		position: relative;
	}
	#hero-video video, #hero-video iframe{
		width: 100%;
		display: flex;
    	height: 57vw;
	}
	
	#inv-btn > div > ul {
	width: 87vw;
}
	
	
}
@media (max-width: 767px){
		#is-forms .col-xs-12 input, #is-forms .col-xs-12 select {
		padding-left: 30px;
	}
		#is-forms .input-icon {
		left: 15px;
	}
	
	#inv-btn > div > ul {
	width: 75vw;
}

#header.sticky{
	background: rgba(24,27,36,0.66);
}
	
	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
	.heading-lg, .heading-xlg{
		font-size: 36px;
	}
	.heading-md, .heading-sm, .heading-xs{
		font-size: 24px;
	}
	#cta-grid a{
		padding: 16vw 6vw 6vw;
	}
	#cta-grid.col-row a{
		padding: 6vw;
	}
	#cta-grid a > img{
		width: 260px;
	}
	
	#is-forms form > div{
		flex-wrap: wrap;
	}
	#is-forms form .btn-pill{
		margin-top: 20px !important;
	}
	#is-forms form{
		border-radius: 20px;
		padding: 20px 10px;
	}
	.col-xs-11{
		width: 91.66667%;
	}
	.col-xs-10{
		width: 83.33333%;
	}
	.col-xs-9{
		width: 75%;
	}
	.col-xs-8{
		width: 66.666667%;
	}
	.col-xs-7{
		width: 58.333333%;
	}
	.col-xs-6{
		width: 50%;
	}
	.col-xs-5{
		width: 41.66667%;
	}
	.col-xs-4{
		width: 33.33333%;
	}
	.col-xs-3{
		width: 25%;
	}
	.col-xs-2{
		width: 16.66667%;
	}
	.col-xs-1{
		width: 8.33333%;
	}
	.col-sm-12, .col-xs-12{width: 100%;}
	.col-xs-hidden{display: none !important;}
	
	.half-pad{
		padding: 8vw;
	}
	.bg-mark{
		left: 25%;
		background-size: 75% auto;
	}

	.bg-white p, .bg-dark p, .bg-red p{
		font-size: 18px;
	}
	#tab-content p{
		font-size: 18px;
	}

}