@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');

html {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
body {
	margin: 0 auto;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	font-size: 180%;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1;
	color: #fff;
	cursor: default;
	background: #c9e8f0;
}

.container {
	margin: 0 auto;
	max-width: 1700px;
	padding: 0 4%;
}

a {
	color: #ffc738;
	text-decoration: none;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
a:hover, a:focus {
	color: #ffc738;
	text-decoration: underline;
	outline: 0;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
a[href^=tel] {
	background: none;
	padding: 0;
	text-decoration: none;
}
a img {
	border: 0;
}

img {
	max-width:100%;
	max-height:100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1%;
	line-height: 1.1;
	font-weight: 400;
}
h1, h2 {
	font-size: 150%;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 4%;
}
p {
	margin-top: 0;
	line-height: 1.25;
}
strong {
	font-weight: 400;
}
hr {
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p p {
	margin: 0;
	line-height: 0;
}
.ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.li li, div.grid {
	display: inline-block;
	vertical-align: top;
}

/* FORMS */
input[type='text'], input[type='tel'],input[type='email'], input[type='password'], textarea {
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 6px;
	outline: 0;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 75%;
	padding: 12px 18px 12px;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus {
	border: 1px solid rgba(68, 14, 98, 0.5);
}
input[type='text'].invalid, 
input[type='tel'].invalid,
input[type='email'].invalid {
	border: 1px solid #ff964b;
}
input[type='submit'], input[type='button'], button {
	border: 0;
	outline: 0;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 100%;
	background: #ffc738;
	border-radius: 6px;
	padding: 12px 23px 12px;
	width: 100%;
	color: #30384f;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
input[type='submit']:hover, input[type='button']:hover, button:hover {
	background: #30384f;
	color: #fff;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}

.has-error-foundation input[type="text"].rsform-error:not(:focus), 
.has-error-foundation input[type="email"].rsform-error:not(:focus) {
	color: #fff !important;
}

div.formBody {
	float: none !important;
}
.formError {
	color: #ff0000 !important;
	font-size: 15px !important;
	font-weight: normal !important;
	display: block;
	margin-top: 0;
	text-align: left;
	padding-left: 20px;
}
.has-error-foundation input[type="text"].rsform-error:not(:focus), .has-error-foundation input[type="password"].rsform-error:not(:focus), .has-error-foundation input[type="email"].rsform-error:not(:focus), .has-error-foundation textarea.rsform-error:not(:focus), .has-error-foundation select.rsform-error:not(:focus) {
  background-color: rgba(255, 86, 0, 0.3) !important;
  border-color: rgba(255, 86, 0, 0.3) !important;
}
.formClr {
	display: inline-block !important;
}


/* HEADER */
#header {
	background: rgb(201,232,240);
	background: linear-gradient(180deg, rgba(201,232,240,1) 0%, rgba(254,206,84,1) 100%);
	color: #30384f;
	margin-bottom: -1px;
}
#header .logo a {
	margin: 6% 0 10%;
	display: inline-block;
	width: 400px;
	padding-top: 130px;
	background: url(../images/LHACC.svg) no-repeat left top / 100%;
	text-indent: -99999px;
}
#header .container {
	background: url(../images/airfield.svg) no-repeat center bottom / 1800px;
	padding-bottom: 300px;
}
#header .wrapper{
	background: url(../images/tarmac.svg) repeat-x center bottom / 98px;
	padding-bottom: 15px;
}

/* CONTENT */
.baccs-bhx ul {
	margin: 70px 0;
}
.baccs-bhx ul li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	padding-top: 180px;
	text-indent: -99999px;
	background-repeat: no-repeat;
	margin: 0 1% 1.8%;
}
.baccs-bhx li.gc {
	background-image: url(../images/General_Freight.svg);
}
.baccs-bhx li.hf {
	background-image: url(../images/Hazardous_Freight.svg);
}
.baccs-bhx li.tsf {
	background-image: url(../images/Time_Sensitive_Freight.svg);
}
.baccs-bhx li.cf {
	background-image: url(../images/Charter_Flights.svg);
}
.baccs-bhx li.pe {
	background-image: url(../images/Personal_Effects.svg);
}


/* CONTACT */
#content {
	padding-top: 10%;
	background: #4b0731;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#content .container {
	max-width: 1500px;
}
#content #additional-services {
	font-size: 85%;
	font-weight: 300;
	margin-bottom: 15%;
}
#content #additional-services em {
	font-style: italic;
}
#content #additional-services ul {
	list-style: none;
	padding: 0;
	margin: 5% 0 0;
}
#content #additional-services ul li {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: 110px;
	margin: 0 1vw 2vw;
	background: #ffc738;
	color: #30384f;
	font-size: 85%;
	font-weight: 500;
	padding: 2% 20px 10px;
	letter-spacing: 0.5px;
	line-height: 1.1;
	border-radius: 10px;
}

#contact-us {
	padding-bottom: 1%;
	color: #fff;
	font-size: 85%;
}
#contact-us hr {
	margin-top: 40px;
	margin-bottom: 30px;
}
#contact-us h3 {
	font-weight: 500;
	font-size: 100%;
}
#contact-us h3:last-of-type {
	margin-top: 30px;
}
#contact-us h4 {
	font-weight: 600;
	font-size: 120%;
}
#contact-us h5 {
	margin-top: 30px;
	font-size: 100%;
}

#contact-us div.grid {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 20px;
}
#contact-us div.grid:nth-child(2n) {
	margin-right: 0;
}
#contact-us .rsform-block-description {
	margin-bottom: 20px;
}
button.rsform-thankyou-button {
	width: 230px;
}

/* FOOTER */
#footer {
	clear: both;
	background: #4b0731;
	padding-top: 11%;
	font-size: 63%;
	padding-bottom: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#footer .address {
	margin-bottom: 70px;
}
#footer .address h1 {
	font-size: 115%;
	margin-bottom: 10px;
	line-height: 1.3;
	text-transform: capitalize;
}

#footer .cr {
	font-size: 75%;
}
#footer .cm a {
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 50%;
	display: inline-block;
}
#footer .cm a:hover {
	color: #a0a0a0;
}

#footerend {
	background: #4b0731;
}


/* WHATSAPP */
.is-bottom_right {
	bottom: 0 !important;
	right: 15px !important;
}
.is-bottom_left {
	bottom: 0 !important;
}
.whatsappchat .popup-section .help-you-btn {
	border-radius: 10px 10px 0px 0px !important;
	padding: 9px 20px 7px 10px !important;
}
.whatsappchat .popup-section .help-you-btn {
	font-weight: 400;
	font-size: 15px;
}
.whatsappchat .popup-section .help-you-btn:hover {
	background: #303030 !important;
}

.whatsappchat img.is-analytics {
	padding-right: 3px !important;
	vertical-align: middle;
}
.whatsappchat .popup-section .popup .popuptext {
	display: none;
}
.whatsappchat .popup-section .popup .popuptext.show {
	display: inline-block;
}
.whatsappchat.is-bottom_left .popup-section .popup .popuptext {
	bottom: 50px !important;
}
.whatsappchat.is-bottom_left .popup-section .popup .popuptext a {
	color: #fff;
	text-decoration: underline;	
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content {
	margin: 5px 10px 12px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top {
	height: 70px;
	font-size: 15px;
	padding-top: 7px !important;
	height: 80px;
}
.whatsappchat_117.is-bottom_left .popup-section .popup .myPopup_117::after {
	border-color: #ffffff transparent transparent transparent !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message {
	background: #eee6d5 !important;
	color: #440e62 !important;
	padding: 10px !important;
	font-size: 14px;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message::before {
	top: auto !important;
	right: auto !important;
	left: 24px;
	bottom: -6px;
	background-color: #eee6d5 !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .close_pop_wtc {
	float: right;
	position: relative;
	top: -115px;
	right: -8px;
}
.popup-top .content p {
	margin-bottom: 0 !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .response input {
	padding: 10px 15px !important;
	width: 95% !important;
	box-sizing: border-box;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .response .send_btn {
	right: 10px !important;
}
.whatsappchat .popup-section .message p {
	font-size: 110%;
	line-height: 1.2;
}
.whatsappchat .popup-section .popup .send_btn {
	width: 34px;
	height: 36px;
	background: url(../images/whatsapp_send.svg) no-repeat center top / 100%;
}

/* GOOGLE RECAPTCHA */
.grecaptcha-badge {
	text-indent: -99999px !important;
	box-shadow: none !important;
}


/* RESPONSIVE ELEMENTS */
@media (max-width:1250px) {
	.baccs-bhx ul li {
		width: 17%;
	}
}
@media (max-width:1000px) {
	#contact-us div.grid {
		width: 100%;
		margin-right: 0;
	}
	#contact-us div.grid,
	#contact-us .rsform-block-description {
		margin-bottom: 15px;
	}
}
@media (max-width:900px) {
	body {
		font-size: 160%;
	}
	h1 {
		font-size: 140%;	
	}
	.baccs-bhx ul li {
		width: 200px;
	}
	#content #additional-services ul li {
		font-size: 95%;
	}
	#content #contact h2,
	#content #contact h3 {
		margin-bottom: 0.5vw;
	}
	#content #contact h4 {
		font-size: 120%;
	}
	#content #contact h5 {
		margin-top: 5vw;
	}
	#content #contact h6 {
		font-size: 110%;
		padding: 10px 15px;
	}
	#content #email h2 {
		width: 15vw;
		margin-bottom: 4vw;
	}
}
@media (max-width:750px) {
	#header .container {
		background-size: 1000px;
		padding-bottom: 30vw;
	}
	#content #contact h2 {
		margin-top: 2vw;
	}
	#content #contact h5 {
		margin-top: 5vw;
	}
	#content #email h2 {
		margin-top: 5vw;
	}
}
@media (max-width:660px) {
	#header .logo a {
		width: 65vw;
		padding-top: 21vw;
		margin-bottom: 12vw;
	}
	#content #additional-services ul li {
		height: auto;
		padding: 5% 25px;
		width: 80vw;
		box-sizing: border-box;
		margin-bottom: 3%;
	}
	#content #additional-services em {
		font-size: 90%;
	}
}
@media (max-width:470px) {
	.baccs-bhx ul {
		margin: 11vw 0;
	}
	.baccs-bhx ul li {
		width: 42vw;
		padding-top: 38vw;
	}
}