/* Enter Your Custom CSS Here */
.intl-tel-input {
	display: flex !important;
}
.caldera-grid .form-control {
	margin-bottom: 30px;
}
.contactForm .btn-default {
	padding: 1rem 2rem !important;
	color: #FFF !important;
	background: #00A650 !important;
	border-bottom: 3px solid #0A6435 !important;
}
#fld_6521499_1-wrap div {
	display:flex;
	justify-content: center;
	align-items: center;
}
.caldera-grid input[type="file"] {
	display: flex;
	border: 1px solid #CCC;
	width: 100%;
	padding: 0.8rem;
	margin-bottom: 30px;
}

.careerForm .btn-default {
	padding: 1rem 2rem !important;
	color: #FFF !important;
	background: #C7252A !important;
}

.breadCrumb li:after {
	content: '>';
	color: #FFF;
	border: 0 !important;
}

.imgDesktop {
	display: block;
	width: 100%;
}
.imgDesktop .elementor-widget-container {
	width: 100% !important;
}
.imgTab {
	display: none;
}
.imgMobile {
		display: none;
}

/* mobile */
@media only screen and (min-width: 200px) and (max-width: 467px)  {
 .imgDesktop {
		display: none;
	}
	.imgTab {
		display: none;
	}
	.imgMobile {
		display: block;
		width: 100%;
	}  
}

/* mobile */
@media only screen and (min-width: 468px) and (max-width: 1023px)  {
   .imgDesktop {
		display: none;
	}
	.imgTab {
		display: block;
			width: 100%;
	}
	.imgMobile {
		display: none;
	}  
}

@media only screen and (min-width: 1024px) {
   
}


.page-id-161 #site-header {
	position: fixed;
	background: rgba(255,255,255,0.5) !important;
}


.header-widget-shortheader {
	display: none;
}