/* FONTS
----------------------------------------------------------------------------------------------------*/

html {
	font-family: "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size:62.50%;
    font-weight:300;
    color:#222222;
}

h1, h2 {
	font-size:4rem;
	color:#193661;
	margin-bottom:3rem;
}

h3 {
	font-size:2.6rem;
	line-height:1.2;
	margin-bottom:3rem;
}

h4 {
	font-size:1.8rem;
	margin-bottom:1.5rem;
}

h1, h2, h3, h4 {
	font-weight:700;
}

p {
	font-size:1.6rem;
	font-weight:300;
	line-height:1.6;
	margin-bottom:2rem;
}

p strong,
strong {
	font-weight:700;
}

p.lead {
	font-size:1.8rem;
	margin-bottom:3.5rem;
}

p:last-child {
	margin-bottom:0;
}

p a,
p a:link,
p a:focus {
	color:#1E4777;
	text-decoration:underline;
}

/* CUSTOM HEADING - ICON + HEADING */

.icon-heading {
	display:flex;
	justify-content:center;
	align-items:center;
	gap:0 1.5rem;
	text-align:left;
}

.icon-heading.convert-black-gold img {
	filter: invert(97%) sepia(29%) saturate(3000%) hue-rotate(3deg) brightness(97%) contrast(94%);
}

/* FONT OPTIONS - ALIGNMENT */

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

.text-center .icon-heading  {
	justify-content:center;
}

/** FONTS RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 960px) {

	h3 {
		font-size:2.2rem;
	}

	/* CUSTOM HEADING - ICON + HEADING */

	.icon-heading img {
		max-height:5rem;
	}

}

@media only screen and (max-width: 767px) {

	h1, h2 {
		font-size:3rem;
	}

	h3 {
		font-size:2rem;
	}

	/* CUSTOM HEADING - ICON + HEADING */

	.icon-heading img {
		max-height:6rem;
	}

}

@media only screen and (max-width: 575.98px) {

	h1, h2 {
		font-size:2.5rem;
	}

	p {
		font-size:1.4rem;
	}

	/* CUSTOM HEADING - ICON + HEADING */

	.icon-heading img {
		max-height:5rem;
	}

}

@media only screen and (max-width: 480px) {

	h3, h4 {
		font-size:1.6rem;
		line-height:1.4;
	}

}


/* MAIN LAYOUT
----------------------------------------------------------------------------------------------------*/

body, html {
	height:100%;
}

body {
	background-color:#ffffff;
}

.single-page {
	padding-top:105px;
}

.single-page header + p {
    margin-bottom: 5rem;
}

.single-page p.lead {
	font-size:1.6rem;
	max-width:80%;
	margin-left:auto;
	margin-right:auto;
}

.single-page p:last-child {
	margin-bottom:0;
}

.container,
.content,
section {
	position:relative;
	display:block;
	width:100%;
}

.container:after,
.content:after,
section:after {
	display:block;
	content: " ";
	clear: both;
	height:0;
	width:100%;
	*zoom: 1;
}

.container {
	background-color:#ffffff;
	z-index:10;
}

.content,
section {
    padding:8rem 15px;
    margin:0 auto;
    max-width:1140px;
}

section + section {
	padding-top:0;
}

.container[id*="-content"] {
	min-height:300px;
}

/* LAUOUT OPTIONS - LAYOUT THEME BLUE */

.theme-blue {
	background-color:#193661;
}

.theme-blue h1,
.theme-blue h2,
.theme-blue h3,
.theme-blue p,
.theme-blue ul.bullet-list li,
.theme-blue ul.arrow-list li {
	color:#ffffff;
}

/* LAUOUT OPTIONS - LAYOUT THEME GREY AND WHITE */

.theme-grey {
	background-color:#e4e4e4;
}

.theme-grey h1,
.theme-grey h2,
.theme-grey h3,
.theme-white h1,
.theme-white h2,
.theme-white h3 {
	color:#193661;
}

.theme-grey p,
.theme-white p {
	color:#222222;
}

/* CARD GRID */

.card-grid {
	display:grid;
	grid-gap:3rem 1.5rem;
}

.card-grid > div {
	position:relative;
}

.card-grid figcaption {
	display:flex;
	justify-content:center;
	align-items:center;
	background:#1E4777;
	font-size:1.6rem;
	font-weight:300;
	text-align:center;
	color:#ffffff;
	line-height:1.4;
	padding: 1rem 0;
	height:70px;
}

header + .card-grid {
	padding-top:3rem;
}

/* CARD GRID - TWO COLUMNS */

.card-grid.two-columns {
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-gap:3rem 3rem;
}

.card-grid.two-columns > div {
	display:flex;
	flex-direction:column;
	align-items:center;
}

.card-grid.two-columns div > img {
	width:100%;
	height:auto;
	border:1px solid #ffffff;
	border-radius:5px;
}

.card-grid.two-columns .card-details {
	text-align:center;
	color:#ffffff;
	height:100%;
	padding:2.5rem 2.4rem 4rem;
}

.card-grid.two-columns .card-details .icon-heading {
	justify-content:center;
	white-space:nowrap;
}

.card-grid.two-columns .card-details p {
	margin-bottom:0;
}

/* CARD GRID - THREE COLUMNS */

.card-grid.three-columns {
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card-grid.three-columns > div {
	border-radius:5px;
	overflow:hidden;
}

.card-grid.three-columns img {
	width:100%;
	height:auto;
}

/* CARD GRID - FOUR COLUMNS */

.card-grid.four-columns {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	grid-gap: 4rem 2rem;
}

.card-grid.four-columns > div {
	border-radius:5px;
	overflow:hidden;
}

.card-grid.four-columns img {
	width:100%;
	height:auto;
}

.card-grid.four-columns figcaption {
	height:40px;
	font-size:1.4rem;
}

/* CARD GRID - FOUR COLUMNS */

.card-grid.five-columns {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 2rem;
}

.card-grid.five-columns > div {
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items:center;
	border-radius:5px;
	border:1px solid #ffffff;
	overflow:hidden;
	background:#ffffff;
}

.card-grid.five-columns img {
	width:100%;
	height:auto;
}

/* FLEX TWO */

.flex-two {
	display:flex;
}

.flex-two > div {
	width:100%;
	max-width:50%;
}

.flex-two > div.blank {
	width:0;
}

/* FLEX THREE */

.flex-three {
	display:flex;
	border-radius:5px;
	background:#0E2137;
	overflow:hidden;
	gap:0 2px;
}

.flex-three > div {
	width:100%;
	max-width:33.3333333%;
}

.flex-three > div.text-content {
	text-align:left;
	padding:4rem;
}

.flex-three > div.text-content h3 {
	color:#F3C517;
}

.flex-three > div.text-content p {
	color:#ffffff;
}

.flex-three img {
	width:100%;
	height:auto;
}

/* CARD FLEX - CENTER */

.card-flex {
	display:flex;
	justify-content:center;
	gap:2rem;
}

.card-flex figure img {
	width:100%;
	height:auto;
	border:1px solid #151421;
}

/* FLEX CENTER */

.flex-center {
	display:flex;
	justify-content:center;
	gap:0 5rem;
}

.flex-center > div {
	overflow:hidden;
}

/** MAIN LAYOUT RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 767px) {

	.content,
	section {
	    padding:6rem 15px;
	}

	.single-page {
		padding-top:85px;
	}

	.single-page p.lead {
		max-width:100%;
	}

	/* CARD GRID - TWO COLUMNS */

	.card-grid.two-columns {
		grid-gap:4rem 1.5rem;
	}

	.card-grid.two-columns .card-details {
		padding:2.5rem 2.4rem 3rem;
	}

	/* FLEX CENTER */

	.flex-center {
		gap:0 3rem;
	}

}

@media only screen and (max-width: 575.98px) {

	.content,
	section {
	    padding: 4rem 15px 5rem;
	}

	/* CARD GRID - TWO COLUMNS */

	.card-grid.two-columns {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	}

	.card-grid.two-columns .card-details {
		padding:2.5rem 0 2rem;
	}


}

/* HEADER
----------------------------------------------------------------------------------------------------*/

#header {
    position:fixed;
    top:0;
    left:0;
    background:rgba(255,255,255,0.9);
    border-bottom:5px solid #193661;
    z-index:101;
}

#header section {
	width:100%;
    padding:0 15px;
}

/* HEADER MAIN */

#header-main {
	display: flex;
	justify-content: space-between;
	height:100px;
  	transition: all 200ms;
}

/* HEADER LOGO */

#logo {
	display:flex;
	justify-content: center;
	align-items:center;
	gap:0 2rem;
	margin-right:3rem;
	z-index:10;
}

#logo img {
	width:auto;
	height:100%;
	object-fit:contain;
}

#logo #company-logo {
	max-height:80px;
}

#logo #company-number {
	max-width:270px;
}

/* HEADER NAVIGATION */

#header-navigation {
	transition: all 200ms;
}

/* HEADER NAVIGATION LINKS */

ul#main-navigation {
	display:flex;
	justify-content: flex-end;
	width:100%;
    height: 100%;
	gap:0 2.5rem;
	position: absolute;
    top: 0;
    right: 15px;
}

ul#main-navigation a {
	font-family: "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
	white-space: nowrap;
	outline:none;
	transition: all 200ms;
}

ul#main-navigation > li > a {
	display:inline-block;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.6;
	color:#1E4777;
	white-space:nowrap;
}

ul#main-navigation > li {
	display:flex;
	align-items:center;
	position:relative;
	padding:0.3rem 0;
}

ul#main-navigation > li.dropdown > a:after {
	content:"";
	display:inline-block;
	width:6px;
	height:6px;
    margin: 0 0 4px 4px;
	border-right:2px solid #1E4777;
	border-bottom:2px solid #1E4777;
	transform: rotate(45deg);
	transition: border-color 200ms
}

ul#main-navigation > li.dropdown,
ul#main-navigation > li.dropdown > a:after {
	transition: all 200ms;
}

ul#main-navigation li.active,
ul#main-navigation li a.current,
ul#main-navigation li a.active,
.enable-hover ul#main-navigation li a:hover {
    color:#F3C517;
}

ul#main-navigation > li.dropdown > a.active:after,
ul#main-navigation > li.dropdown > a.current:after,
.enable-hover ul#main-navigation > li.dropdown > a:hover:after {
	border-color:#F3C517;
}

/* HEADER SUBNAVIGATION */

ul.header-subnavigation {
	position:absolute;
	display:table;
	top: 100px;
	left:-20px;
	background:#193661;
	padding:0.5rem 2.2rem;
	border-radius: 0 0 5px 5px;
	line-height:2.8;
	z-index:10;
	width:100%;
	transform: scaleY(0);
	transform-origin: top;
	transition: all 200ms;
}

ul.header-subnavigation li a {
	display:block;
	font-size:1.4rem;
	font-weight:400;
	color:#ffffff;
}

ul.header-subnavigation.expand {
	transform: scaleY(1);
}

ul.header-subnavigation.hide {
	max-height:inherit !important;
}

/* HEADER EXPAND BUTTON FOR MOBILE */

a#expand-nav {
	position:absolute;
	top:20px;
	right:15px;
	display:none;
	width:40px;
	height:40px;
	padding:13px 11px;
	cursor:pointer;
	background:#1E4777;
    border-radius: 4px;
	z-index:10;
	transition: all 200ms;
}

a#expand-nav div {
	display: flex;
	flex-direction: column;
  	justify-content: space-between;
	width:18px;
	height:14px;
}

a#expand-nav div span {
	display:block;
	width:18px;
	height:2px;
	background:#ffffff;
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}

#header.mobile-nav-active a#expand-nav {
	background-color:#FFCB09;
}

a#expand-nav.active div span,
#header.mobile-nav-active a#expand-nav div span {
	background:#222222;
}

a#expand-nav.active div span:first-child,
#header.mobile-nav-active a#expand-nav div span:first-child {
	transform: translateX(-2px) rotate(-45deg) scaleX(1.1);
	right:10px;
}

a#expand-nav.active div span:nth-child(2),
#header.mobile-nav-active a#expand-nav div span:nth-child(2) {
	opacity:0;
}

a#expand-nav.active div span:last-child,
#header.mobile-nav-active a#expand-nav div span:last-child {
	transform: translateX(-2px) translateY(2px) rotate(45deg) scaleX(1.1);
}

/* HEADER / HEADER NAVIGATION / HEADER SUB NAVIGATION RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 1023px) {

	/* HEADER */

	#header #header-main {
	  	height:100px;
	}

	/* HEADER LOGO */

	#logo #company-number {
		max-width:230px;
	}

	/* HEADER NAVIGATION */

	ul#main-navigation {
		flex-wrap:wrap;
	}

	ul#main-navigation > li > a {
		font-size:1.6rem;
	}

	/* HEADER SUBNAVIGATION */

	ul.header-subnavigation {
		top: 100px;
	}

	ul.header-subnavigation li a {
		font-size:1.3vw
	}

}

@media only screen and (max-width: 959px) {

	/* HEADER LOGO */

	#logo #company-number {
		display:none;
	}

}

@media only screen and (max-width: 767px) {

	/* HEADER */

	#header #header-main {
	  	height:80px;
	}

	/* HEADER LOGO */

	#logo #company-logo {
		max-height:65px;
	}

	#logo #company-number {
		display:block;
	}

	/* HEADER NAVIGATION */

	#header-navigation {
		position:fixed;
		top:0;
		left:0;
		height:100vh;
		width:100vw;
		background:#0D1B2C;
		background-size:cover;
		padding:90px 0;
		pointer-events: none;
		opacity:0;
		overflow:scroll;
		z-index:10;
	}

	ul#main-navigation {
		flex-direction:column;
		justify-content:center;
		padding:4rem 0;
		padding: 4rem 0 4rem 3rem;
		flex-wrap:nowrap;
	}

	ul#main-navigation > li {
		display:block;
		margin:0;
		text-align:center;
		overflow:hidden;
	}

	ul#main-navigation a {
		white-space:normal;
	}

	ul#main-navigation > li > a {
		display:inline-block;
		font-size:2rem;
		font-weight:700;
		line-height:40px;
		color:#ffffff;
		padding:0 15px;
	}

	ul#main-navigation > li > a:after {
		display:none;
	}

	ul#main-navigation li.limit-height {
		max-height:40px !important;
	}

	ul#main-navigation li.active,
	ul#main-navigation li a.current,
	ul#main-navigation li a.active,
	.enable-hover ul#main-navigation li a:hover {
	    color:#FFCB09;
	}

	/* HEADER NAVIGATION - MOBILE NAV ACTIVE */

	#header.mobile-nav-active #header-navigation {
		opacity:1;
		pointer-events: inherit;
	}

	/* HEADER SUBNAVIGATION */

	ul.header-subnavigation {
		position:relative;
		display:block;
		top:0;
		left:0;
		margin:0;
		background:none;
		padding:0;
		overflow:hidden;
		transform: none;
	}

	ul.header-subnavigation li:first-child {
		padding-top:5px;
	}

	ul.header-subnavigation li:last-child {
		padding-bottom:10px;
	}

	ul.header-subnavigation li a {
		position:relative;
		display:inline-block;
		font-size:1.4rem;
		font-weight:300;
		line-height:30px;
		color:#f4f4f4;
		padding:0 15px;
	}

	ul#main-navigation > li.dropdown > a:after {
	    width: 10px;
	    height: 10px;
	    margin: 0 0 4px 6px;
	    border-right: 2px solid #ffffff;
	    border-bottom: 2px solid #ffffff;
	}

	ul.header-subnavigation > li > a.current,
	ul.header-subnavigation > li > a.active,
	.enable-hover ul.header-subnavigation > li > a:hover {
	    background:none;
	}

	ul#main-navigation > li.dropdown > a.active:after,
	.enable-hover ul#main-navigation > li.dropdown:hover > a:after {
	    border-color: #FFCB09;
	}

	/* HEADER EXPAND BUTTON FOR MOBILE */

	a#expand-nav {
		display:inline-block;
	}

}

@media only screen and (max-width: 480px) {

	/* HEADER LOGO */

	#header-main {
		justify-content: space-between;
	}

	#logo {
	    justify-content: space-between;
	    margin-right: 0;
	    width: calc(50% + 105px);
	}

	#logo #company-logo {
	    max-height: 50px;
	}

	#logo #company-number {
		max-width:200px;
	}

}

@media only screen and (max-width: 360px) {

	/* HEADER LOGO */

	#logo {
	    width: calc(50% + 80px);
	}

	#logo #company-number {
		max-width:150px;
	}

}

/* CONTENT - GENERAL
----------------------------------------------------------------------------------------------------*/

/* GENERAL CLASS */

a,
a:link,
a:focus {
   outline: 0;
   text-decoration:none;
}

.full-image {
	width:100%;
	height:auto;
}

.bordered {
	border:1px solid #151421;
}

.clear {
	display:block;
	width:100%;
	clear:both;
	float:none;
}

.mobile-only {
	display:none;
}

.desktop-only {
	display:block;
}

/* LINKS AND BUTTONS */

.link-btn {
	display:inline-block;
    font-size:1.8rem;
    font-weight:700;
    line-height:2.5;
    color:#155A85;
    cursor:pointer;
    padding:0 2.5rem;
    border-radius:10px;
    background:#ffffff;
	transition: all 200ms;
}

.enable-hover .link-btn:hover {
	color:#222222;
	background:#F3C517;
}

/* LINKS BUTTONS HOVER DARK */

.link-btn.dark {
	color:#222222;
}

.enable-hover .link-btn.dark:hover {
	color:#ffffff;
	background:#222222;
}

/* GENERAL LIST STYLE */

ul {
	font-size:1.4rem;
	color:#222222;
	line-height:1.6;
	margin-bottom:3rem;
}

/* LIST STYLE - ICON LIST */

ul.icon-list,
ul.icon-list a {
	font-size:1.6rem;
	line-height:1.6;
}

ul.icon-list a {
	color:#222222;
}

ul.icon-list img {
	margin-right:5px;
}

ul.icon-list:last-of-type {
	margin-bottom:0;
}

/* LIST STYLE - BULLET LIST */

ul.bullet-list {
	padding-left: 13px;
	margin-bottom:3rem;
}

ul.bullet-list:last-child {
	margin-bottom:0;
}

ul.bullet-list li {
	position:relative;
	font-size:1.6rem;
	text-align:left;
	color:#222222;
	line-height:1.4;
	margin-bottom:1rem;
	padding:0.2rem 0 0.2rem 0;
}

ul.bullet-list.no-bullet li {
	padding-left:0;
	background:none;
}

ul.bullet-list:not(.no-bullet) li:before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    line-height: 0;
    margin: 0 7px 2px -13px;
    border-radius: 100%;
    background-color: #222222;
}

ul.bullet-list li.heading {
	padding:0;
	margin-bottom:1rem;
}

ul.bullet-list li.heading:before {
	display:none;
}

ul.bullet-list:last-child {
	margin-bottom:0;
}

/* LIST STYLE - ARROW LIST */

ul.arrow-list {
	margin-bottom:3rem;
}

ul.arrow-list li {
	position:relative;
	font-size:1.6rem;
	text-align:left;
	color:#222222;
	line-height:1.4;
	padding-left:25px;
	margin-bottom:1rem;
}

ul.arrow-list li:before {
	position:absolute;
	top:2px;
	left:0;
	display:inline-block;
	content: "\25B8";
	width:16px;
	height:16px;
	color:#222222;
	font-size: 2rem;
	padding-left:2px;
    line-height: 0.7;
    text-align: center;
}

ul.arrow-list:last-child {
	margin-bottom:0;
}

/* TABLES (MAINLY EXPERIENCES PAGE) */

table {
	width:100%;
	border-radius:5px 5px 0 0;
	overflow:hidden;
}

table td {
	text-align:left;
	font-size:1.4rem;
	font-weight:400;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	padding:1.5rem 2rem;
	vertical-align:top;
	line-height:1.3;
}

table thead td:first-child {
	min-width:12rem;
}

table thead td {
	font-weight:700;
	color: #ffffff;
	line-height:2;
    background: #193661;
    border-bottom:none;
    border-color:#142C49;
}

table tbody tr:nth-child(odd) td {
	background-color:#e4e4e4;
}

table tbody td {
	padding-bottom:2.5rem;
}

table tbody td:first-child {
	white-space:nowrap;
	font-weight:700;
}

table tbody td:nth-child(2) {
	width:29%;
}

table .hidden-field {
	display:none;
	font-size:1.6rem;
	font-weight:700;
	margin-bottom:0.5rem;
    background: #193661;
    color: #ffffff;
    padding: 1rem;
    width: calc(100% + 2rem);
    margin: 0 0 1.5rem -1rem;
}

table ul.bullet-list li {
	font-size:1.4rem;
	margin-bottom:0;
}

/* SOCIAL POPUP BUTTONS */

.popup-btns {
	position:fixed;
	display:flex;
	width:50px;
	height:50px;
	flex-direction:column;
	align-items:center;
	justify-content: center;
	border-radius:100%;
	right:5rem;
	z-index:20;
	transition: all 200ms;
}

/* BACK TO TOP POPUP BUTTON */

#back-top {
	bottom:50px;
	opacity:0;
	pointer-events: none;
	background-color:#000000;
}

#back-top:before {
	content:"";
	display:inline-block;
	transform: rotate(45deg);
	width:14px;
	height:14px;
	margin-top:0.5rem;
	border-left:3px solid #ffffff;
	border-top:3px solid #ffffff;
	transition: border-color 200ms;
}

.enable-hover #back-top:hover {
	background-color:#F3C517;
}

.enable-hover #back-top:hover:before {
	border-color:#000000;
}

#back-top.show {
	opacity:1;
	pointer-events: all;
}

/* GENERAL CLASS RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 1140px) {

	/* SOCIAL POPUP BUTTONS */

	.popup-btns {
		right:1.5rem;
	}

}

@media only screen and (max-width: 960px) {

	/* LINKS AND BUTTONS */

	.link-btn {
	    font-size:1.4rem;
	}

}

@media only screen and (max-width: 767px) {

	/* LIST STYLE - BULLET LIST */

	ul.bullet-list li {
		font-size:1.5rem;
	}

	/* LIST STYLE - ARROW LIST */

	ul.arrow-list li {
		font-size:1.5rem;
	}

	/* TABLES (MAINLY EXPERIENCES PAGE) */

	table {
		width:100%;
		margin-bottom:0;
		border-radius:0;
		overflow:hidden;
	}

	table td {
		display:block;
		border-bottom:none;
		border-left:unset;
		border-right:unset;
		padding:1rem;
	}

	table tbody td {
	    padding-bottom: 2rem;
	    background-color:#e4e4e4;
	}

	table tbody td:first-child {
		padding:0 0 1rem;
		font-size:2rem;
		font-weight:700;
		text-transform:uppercase;
		background-color:#ffffff;
	}

	table tbody tr:nth-child(odd) td:first-child {
		background-color:#ffffff;
	}

	table tbody td:nth-child(2) {
		padding-top:0;
		width:100%;
	}

	table tbody td:last-child {
		margin-bottom:4rem;
		border-bottom:none;
	}

	table thead td {
		display:none;
	}

	table thead td:first-child {
		min-width:12rem;
	}

	table .hidden-field {
		display:block;
	}

	table ul.bullet-list li.heading {
		display: block;
	}

}

@media only screen and (max-width: 575.98px) {

	.mobile-only {
		display:block;
	}

	.desktop-only {
		display:none;
	}

	/* LINKS AND BUTTONS */

	.link-btn {
	    padding:0 2rem;
	}

	/* LIST STYLE - BULLET LIST */

	ul.bullet-list li {
		font-size:1.4rem;
	}

	/* LIST STYLE - ARROW LIST */

	ul.arrow-list li {
		font-size:1.4rem;
	}

	ul.arrow-list li:before {
		top:1px;
	}

	/* WHATSAPP POPUP BUTTON */

	#whatsapp {
		bottom:85px;
	}

	/* BACK TO TOP POPUP BUTTON */

	#back-top {
		display:none;
	}

}

/* SLICK SLIDER OVERRIDES */

.slick-next,
.slick-prev {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border-radius:100%;
	transition: all 200ms;
	background:#222222;
	top: calc(50% - 2rem);
	width:4rem;
	height:4rem;
	border:2px solid #ffffff;
}

.slick-next {
	right:-2rem;
}

.slick-prev {
	left:-2rem;
}

.slick-next:before,
.slick-prev:before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	opacity:1;
	transition:all 200ms;
}

.slick-prev:before {
	margin-left:0.5rem;
	transform: rotate(-45deg); 
}

.slick-next:before {
	margin-right:0.5rem;
	transform: rotate(135deg); 
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	border-color:#F3C517;
	background-color:#F3C517;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	border-color:#222222;
}

.slick-dots {
	bottom:0;
}

.slick-dots li {
	width:15px;
	height:15px;
	margin: 0 5px;
}

.slick-dots li button {
	width:15px;
	height:15px;
	background-color:#ffffff;
	border:none;
}

.slick-dots li.slick-active button {
	background-color: #F3C517;
}

/* SLICK SLIDER CUSTOM CSS */

.slide-caption {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	padding:5rem 7rem 0 calc((100vw - 1110px) / 2);
	display: flex;
	justify-content:center;
	flex-direction:column;
	align-items: center;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.7329306722689075) 0%, rgba(0,0,0,0) 100%);
}

.slide-caption h1,
.slide-caption h2,
.slide-caption p {
	display:block;
	color:#ffffff;
}

.slide-caption h1 {
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
}

/** SLICK SLIDER OVERRIDES RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 1139px) {

	/* SLICK SLIDER OVERRIDES */

	.slick-next {
		right:1.5rem;
	}

	.slick-prev {
		left:1.5rem;
	}

	/* SLICK SLIDER CUSTOM CSS */

	.slide-caption {
		width:60%;
		padding:5rem 17rem 0 4rem;
	}

	.slide-caption p {
		font-size:1.6rem;
	}

}

@media only screen and (max-width: 960px) {

	/* SLICK SLIDER CUSTOM CSS */

	.slide-caption {
		padding:5rem 10rem 0 4rem;
	}

	.slide-caption p {
		font-size:1.4rem;
	}

}

@media only screen and (max-width: 767px) {

	/* SLICK SLIDER CUSTOM CSS */

	.slide-caption {
		width:65%;
		padding:5rem 3rem;
	}

	.slide-caption h1,
	.slide-caption h2 {
		font-size:3rem;
	}

	.slide-caption p {
		margin-bottom:2.5rem;
	}
}

@media only screen and (max-width: 575.98px) {

	/* SLICK SLIDER OVERRIDES */

	.slick-next,
	.slick-prev {
		border-radius: unset;
		top: 40%;
		width: 4rem;
		height: 4rem;
	    border: unset;
	    background: rgba(0,0,0,0.5);
	}

	.slick-next {
		right:0;
	}

	.slick-prev {
		left:0;
	}

	/* SLICK SLIDER CUSTOM CSS */

	.slide-caption {
		width:100%;
		text-align:center;
		background: rgba(0,0,0,0.5);
	}

	.slide-caption h1,
	.slide-caption h2 {
		font-size:2.5rem;
	}

}

/* SECTIONS - HOME
----------------------------------------------------------------------------------------------------*/

/* HOME - MAIN SLIDER */

#home-slider,
#home-slider .slick-slide {
	height:100vh;
	max-height:100vh;
}

#home-slider .slick-slide {
	display:flex;
	align-items:center;
}

#home-slider .slick-slide img {
	width: auto;
    height: 100%;
    min-height: 100vh;
    min-width: 100vw;
    object-fit: cover;
}

#home-slider .slick-dots {
	width:auto;
	bottom:50px;
	left:calc((100vw - 1110px) / 2);
}

/* HOME - SERVICES CAROUSEL */

#home-services header + p {
	margin-bottom:5rem;
}

/* HOME - SERVICES CAROUSEL */

#home-services-carousel {
	padding-bottom:4rem;
	/*width:1125px;
	margin-left:-0.75rem;*/
}

#home-services-carousel .slick-list {
	margin:0 -0.75rem;
}

#home-services-carousel img {
	width:100%;
	height:auto;
}

#home-services-carousel .slick-dots {
  bottom: 0;
}

#home-services-carousel .slick-dots li button {
	background-color:#d2d2d2;
}

#home-services-carousel .slick-dots li.slick-active button {
  background-color: #F3C517;
}

.carousel-item {
	margin:0 0.75rem;
}

.carousel-item > div {
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.carousel-item figcaption {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background:#1E4777;
	font-size:1.6rem;
	font-weight:300;
	text-align:center;
	color:#ffffff;
	line-height:1.4;
	padding: 1rem 0;
	height:70px;
}

/* HOME - SERVICES - UNDERWATER INVESTIGATION & SALVAGE WORKS - REMOVE CSS FOR DEFAULT VERSION 1 */

#home-services-section-two .card-grid.two-columns > div {
	display:block;
	border-radius:5px;
	overflow:hidden;
	padding-bottom:0;
	background-color:#222222;
	border:1px solid #ffffff;
}

#home-services-section-two .card-grid.two-columns img {
	border:none;
	border-radius:unset;
	transition: all 200ms;
}

#home-services-section-two .card-grid.two-columns .card-details {
    background: #222;
    transition: all 200ms;
}

#home-services-section-two .card-grid.two-columns .card-link {
	position: absolute;
	display:block;
	width:100%;
    bottom: 4rem;
    text-align:center;
    opacity:0;
    transform: translateY(10rem);
    transition: all 200ms;
}

#home-services-section-two .card-grid.two-columns .link-btn {
	display:inline-block;
	color:#222222;
}

.enable-hover #home-services-section-two .card-grid.two-columns .link-btn:hover {
	background-color:#222222;
	color:#ffffff;
}

/* HOME - TRAINING PROVIDER */

#home-training-provider {
	background:#F3C517 url(../images/home/services-training-provider.jpg) no-repeat center right;
}

#home-training-provider > img {
	display:none;
	width:100%;
	height:auto;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

#home-training-provider .icon-heading {
	color:#222222;
}

#home-training-provider header + p {
	margin-bottom:4rem;
}

#home-training-provider section {
	padding:0;
}

#training-provider-content {
	display:block;
	position:relative;
	width:100%;
	max-width:54rem;
	background-color:#F3C517;
	padding:8rem 2rem 8rem 15px;
}

#training-provider-content:after {
	content:"";
	display:block;
	width: 100px;
	height: 101%;
	background:#F3C517;
	position:absolute;
	top:0;
	right:-30px;
	transform: skew(-7deg, 0deg);
	z-index:-1;
}

/** SECTIONS - HOME RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 1139px) {

	/* HOME - MAIN SLIDER */

	#home-slider .slick-dots {
		left: 4rem
	}

}

@media only screen and (max-width: 1023px) {

	/* HOME - MAIN SLIDER */

	#home-slider .slick-next {
	    right: 20px;
	}

	#home-slider .slick-prev {
	    left: 20px;
	}

	#home-slider .slick-next,
	#home-slider .slick-prev {
	    width: 50px;
	    height: 50px;
	}

	#home-slider .slick-next:before,
	#home-slider .slick-prev:before {
		width:10px;
		height:50px;
		background-size:10px 50px;
	}

}

@media only screen and (max-width: 960px) {

	/* HOME - TRAINING PROVIDER */

	#home-training-provider {
		background-size:cover;
	}

	#training-provider-content {
		max-width:50%;
	}

}

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

	/* HOME - SERVICES - UNDERWATER INVESTIGATION & SALVAGE WORKS - REMOVE CSS FOR DEFAULT VERSION 1 */

	#home-services-section-two .card-grid.two-columns > div {
		cursor:pointer;
	}

	#home-services-section-two .card-grid.two-columns > div:hover > img {
		transform: translateY(-2rem);
	}

	#home-services-section-two .card-grid.two-columns > div:hover .card-details {
		background-color:#F3C517;
		transform: translateY(-6rem);
	/*	padding-bottom: 20rem;*/
	}

	#home-services-section-two .card-grid.two-columns > div:hover .icon-heading img {
		filter: brightness(10%);
	}

	#home-services-section-two .card-grid.two-columns > div:hover h3,
	#home-services-section-two .card-grid.two-columns > div:hover p {
		color:#222222;
	}

	#home-services-section-two .card-grid.two-columns > div:hover .card-link {
		transform: translateY(0);
		opacity:1;
	}

}

@media only screen and (max-width: 767px) {

	/* HOME - MAIN SLIDER */

	#home-slider .slick-next {
	    right: 15px;
	}

	#home-slider .slick-prev {
	    left: 15px;
	}

	#home-slider .slick-next,
	#home-slider .slick-prev {
	    width: 40px;
	    height: 40px;
	}

	#home-slider .slick-next:before,
	#home-slider .slick-prev:before {
		width:12px;
		height:40px;
		background-size:12px 21px;
	}

	#home-slider .slick-dots {
		bottom:30px;
		left:3rem;
	}

	/* HOME - SERVICES - UNDERWATER INVESTIGATION & SALVAGE WORKS - REMOVE CSS FOR DEFAULT VERSION 1 */

	#home-services-section-two .card-grid.two-columns > div {
		padding-bottom:4rem;
	}

	#home-services-section-two .card-grid.two-columns .card-details {
		padding-left:1.5rem;
		padding-right:1.5rem;
		margin-bottom:4rem;
	}

	#home-services-section-two .card-grid.two-columns > div .card-link {
		position: absolute;
		transform: translateY(0);
		opacity:1;
	}

	/* HOME - TRAINING PROVIDER */

	#home-training-provider {
		background:#193661;
		padding:0 15px;
	}

	#home-training-provider > img {
		display:block;
	}

	#home-training-provider header + p {
		margin-bottom:3rem;
	}

	#training-provider-content {
		width:100%;
		max-width:100%;
		padding: 2.5rem 2.4rem 6rem;
		text-align:center;
		background:unset;
	}

	#training-provider-content .icon-heading,
	#training-provider-content p {
		color:#ffffff;
	}

	#training-provider-content p {
		font-size:1.6rem;
	}

	#training-provider-content .icon-heading img {
		filter: invert(97%) sepia(29%) saturate(3000%) hue-rotate(3deg) brightness(97%) contrast(94%);
	}

	#training-provider-content:after {
		display:none;
	}

	#training-provider-content .icon-heading {
		justify-content:center;
	}

}

@media only screen and (max-width: 575.98px) {

	/* HOME - MAIN SLIDER */

	#home-slider .slick-dots {
		width:100%;
		left:0;
	}

}

/* SECTIONS - WHO ARE WE - COMPANY OVERVIEW
**************************************************************************************/

/* COMPANY OVERVIEW */

#company-overview h1 {
	white-space:nowrap;
}

#company-overview .flex-two {
	gap:0 3rem;
}

#company-overview .flex-two > div {
	display:flex;
	flex-direction:column;
}

#company-overview .flex-two > div:first-child {
	padding:4rem 0 6rem;
}

#company-overview .flex-two > div:last-child {
	justify-content:flex-end;
}

#company-overview .flex-two > div:last-child img {
	width:100%;
	height:auto;
}

#company-overview section {
	padding-bottom:0;
}

/* VISION AND MISSION */

#company-overview-mission-vision .flex-two {
	gap:0 4rem;
}


/* SECTIONS - WHO ARE WE - COMPANY OVERVIEW RESPONSIVE CSS
*************************************************************************************/

@media only screen and (max-width: 767px) {

	#company-overview .flex-two {
		flex-wrap:wrap;
	}

	#company-overview .flex-two > div {
		max-width:100%;
	}

	#company-overview .flex-two .icon-heading {
		justify-content:center;
	}

	#company-overview .flex-two > div:first-child {
		text-align:center;
		padding:0 0 2rem;
	}

}

@media only screen and (max-width: 575.98px) {

	#company-overview-mission-vision .flex-two {
		flex-wrap:wrap;
		gap:4rem 0;
	}

	#company-overview-mission-vision .flex-two > div {
		max-width:100%;
	}

}

/* SECTIONS - WHO ARE WE - ORGANIZATION STRUCTURE
----------------------------------------------------------------------------------------------------*/

#organization-structure header {
	margin-bottom:4rem;
}
	
#organization-chart-wrapper {
	position:relative;
	padding-top:8%;
}
#managing-director {
    position: absolute;
    width: 13%;
    height: auto;
    top: 5.3%;
    left: 16%;
    padding: 4px;
    background: #193661;
}

#managing-director img {
	width:100%;
	height:auto;
	object-fit:contain;
}

#managing-director,
#managing-director img {
	border-radius:100%;
}

/* SECTIONS - ABOUT US - ORGANIZATION STRUCTURE RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 575.98px) {

	#organization-chart-wrapper {
	    padding-top: 2rem;
	}

	#managing-director {
		position:relative;
		width:100%;
		top:unset;
		right:unset;
		left:unset;
		padding:5px;
		margin-bottom:-12px;
		z-index:-1;
	}

	#managing-director,
	#managing-director img {
		border-radius:5px;
	}

}

/* SECTIONS - OUR SERVICES PAGES
----------------------------------------------------------------------------------------------------*/

#salvage-works .flex-two {
	position:relative;
	border-radius:5px;
	text-align:left;
	background:#0E2137;
	overflow:hidden;
}

#salvage-works .flex-content {
	padding:4rem 3.5rem;
}

#salvage-works .flex-two h3 {
	color:#F3C517;
	margin-bottom:2rem;
}

#salvage-works .flex-two img {
	width:auto;
	height:100%;
	object-fit:contain;
}

#salvage-works .flex-two > div {
	overflow:hidden;
}

#salvage-works .flex-two:before {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: #0E2137;
	position: absolute;
	top: 0;
	left: calc(1110px / 2 - 20px);
	transform: skew(-7.5deg, 0deg);
	z-index: 1;
}

#salvage-works .flex-two.inverse > .flex-content {
	padding-left:5rem;
}

/* OTHER SERVICES */

#other-services section {
	padding:6rem 15px 8rem;
}

#other-services ul.bullet-list {
	margin-bottom:0;
}

#other-services ul.bullet-list li {
	font-weight:400;
}


/* SECTIONS - SERVICES PAGE RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 1139px) {

	#salvage-works .flex-two:before {
		left: calc(100vw / 2 - 35px);
	}

}

@media only screen and (max-width: 767px) {

	#salvage-works .flex-two {
		flex-wrap:wrap;
		margin-bottom:4rem;
	}

	#salvage-works .flex-two:not(.inverse) {
		flex-direction:column-reverse;
	}

	#salvage-works .flex-two > div {
		max-width:100%;
	}

	#salvage-works .flex-two:before {
		display: none;
	}

	#salvage-works .flex-two img {
		width:100%;
		height:auto;
	}

	#salvage-works .flex-content {
		padding: 3rem 3rem 4rem;
		text-align:center;
	}

	#salvage-works .flex-two.inverse > .flex-content {
		padding-left:3rem;
	}

}

@media only screen and (max-width: 575.98px) {

	#salvage-works .flex-two:last-child {
		margin-bottom:0;
	}

	/* OTHER SERVICES */

	#other-services section {
		padding:4rem 15px;
	}

	#other-services .flex-center {
		flex-direction:column;
	}

	#other-services ul.bullet-list {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}

	#other-services ul.bullet-list li {
		text-align:center;
	}

}

/* SECTIONS - TRAINING PROVIDER
----------------------------------------------------------------------------------------------------*/

#training-provider-courses .card-grid {
	margin-bottom:3rem;
}

.training-type {
	margin-bottom:6rem;
}

#training-provider-courses h4 {
	color:#F3C517;
	margin-bottom:1rem;
}

#training-provider-courses p {
	max-width:70%;
	margin:0 auto;
	font-size:1.4rem;
}

/* SECTIONS - SAFETY POLICY
----------------------------------------------------------------------------------------------------*/

#safety-policy p {
	margin-bottom:2rem;
}

/* SECTIONS - LICENSES AND CERTIFICATES
----------------------------------------------------------------------------------------------------*/

#licenses-certificates h1 {
	margin-bottom:6rem;
}

#licenses-certificates figure img {
	border:1px solid #c9c9c9;
	margin-bottom:0.5rem;
}

#licenses-certificates figure:not(:last-child) {
	margin-bottom:4rem;
}

#licenses-certificates figure div {
	display:inline-block;
}

#licenses-certificates figcaption {
	display:none;
	font-size:1.4rem;
	line-height: 1.3;
    color: #ffffff;
    padding: 1rem;
    background: #222222;
}

#licenses-certificates .grid {
	display:grid;
	max-width:80rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 4rem;
	margin:0 auto;
}

#licenses-certificates .grid figure {
	margin-bottom:0;
}

/* SECTIONS - OUR EXPERIENCES
----------------------------------------------------------------------------------------------------*/

#our-experience h1 {
	margin-bottom:5rem;
}

#our-experience h3 {
	text-align:left;
	font-weight:400;
	margin-bottom:1.5rem;
}

/* SECTIONS - CONTACT US
----------------------------------------------------------------------------------------------------*/

#contact-details h3 {
	color:#F3C517;
	/*font-size:2.4rem;*/
}

#contact-details .flex-two p {
	font-size:1.4rem;
}

#contact-details ul.icon-list li,
#contact-details ul.icon-list a {
	font-size:1.4rem;
}

#contact-details ul.icon-list a {
	color:#ffffff;
}

/* GOOGLE MAPS */

#map-canvas {
	height:600px;
}

/* SECTIONS - CONTACT US RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 767px) {

	#contact-us .half-flex > div {
		flex:0 0 100%;
	}

	#contact-us .half-flex > div:first-child {
		margin-bottom:4rem;
	}

}

/* CONTENT - ERROR PAGE
----------------------------------------------------------------------------------------------------*/

#error-content h1 {
	text-transform:uppercase;
}

/* CONTENT - FORMS
----------------------------------------------------------------------------------------------------*/

#ajax-form-container,
#ajax-form {
    width:100%;
}

#ajax-form-container.hidden,
#ajax-form-container .hide {
	display:none;
}

#ajax-form-container .show {
	display:block;
}


#ajax-form-success-message h3 {
	margin-bottom: 10px;
    display: inline-block;
    background-color: #32b508;
    padding: 10px 20px;
    border-radius: 5px;
}

.form {
	position:relative;
	display:block;
	padding:0;
}

.form .field {
	position:relative;
	display:block;
	text-align:left;
	min-width:inherit;
	background:none;
	margin-bottom:2rem;
	clear:both;
}

.form .field:last-child {
	margin-bottom:0;
}

.form #message.field {
	margin-bottom:17px;
}

.form #captcha {
	overflow:hidden;
	margin:10px 0 15px;
}

.form.contact-form  #captcha {
	margin:2rem 0;
}

.form label,
.form-control,
.form .button {
	font-family: "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:1.4rem;
	font-weight:400;
	color:#222222;
	height:40px;
	line-height:40px;
}

.form label {
	display:inline-block;
}

.form .field > label {
	min-width:110px;
	margin-right:10px;
}

.form .field div label {
	min-width:80px;
}

.form-control {
	display:block;
	width:100%;
	padding:0 1.5rem;
	border:none;
	border-bottom:1px solid #E6E6E6;
	background-color:#ffffff;
	background-clip: padding-box;
	outline:none;
}

.form .flex-row {
	display:flex;
	justify-content: space-between;
	width:100%;
	gap: 0 2rem;
}

.form .flex-row.error {
	width:100%;
}

.form .flex-row.mobile-fields > div {
	display:flex;
	flex-direction:column;
}

.form .flex-row.mobile-fields > div:first-child {
	flex: 0 0 33%;
}

.form .flex-row.mobile-fields > div:last-child {
	width:100%;
}

textarea.form-control {
	padding:1.2rem 1.5rem;
	line-height:1.2;
	height:150px;
}

select.form-control {
	padding:0 1.5rem;
	-webkit-appearance: none;
	background:#ffffff url(../images/generic/icon-select-arrow.svg) no-repeat calc(100% - 1.5rem) 50%;
	min-width:130px;
} 

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-bottom:1px solid #80bdff;
	outline: 0;
}

.form-control::-webkit-input-placeholder {
	color: #000000;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}

.form-control::placeholder {
	color: #000000;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form div#spamtrap {
	visibility:hidden
}

.form .error {
	position:relative;
	display:block;
	width:100%;
	margin:0;
	padding:0 1.5rem;
	z-index:2;
	float:none;
	clear:both;
}

.form #ajax-form-server-errors {
	position:relative;
	color:#f00;
	visibility:visible;
}

.form #ajax-form-server-errors.error div {
	padding:0 0 20px;
}

.form .error div,
.form .error span {
	display:block;
	clear:both;
	font-size:1.2em;
	line-height:2;
	padding:0;
	margin:0;
    color:#ffabab;
}

.form #ajax-form-server-errors span:last-of-type {
	margin-bottom:20px;
}

.form .error:before {
	position:absolute;
	top:0;
	left:0;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid blue; 
}

.form fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}

.form fieldset#antispam legend {
	font-size: 0.8em;
	font-weight:bold;
	color:#333;
}

.form .button {
	position:relative;
    background-color:#ffffff;
    padding:0 2.5rem;
    border:none;
    height:40px;
    width:auto;
    min-width:inherit;
    display:inline-block;
    color:#155A85;
    font-weight:700;
	cursor:pointer;
	border-radius:10px;
    -webkit-appearance: none;
    -moz-appearance: none;
	transition: all 200ms;
}

.form .button.processing {
	padding-right:2rem;
}

.form .button.processing > div {
	background: url(../assets/form/images/spinner.gif) no-repeat right 8px;
    background-size: 20px;
    padding-right: 3rem;
}

.form .button:hover {
	color:#222222;
	background:#F3C517;
}

#ajax-form-recaptcha {
	position:relative;
	width: 290px;
	overflow:hidden;
	margin:0;
}

#ajax-form-recaptcha:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	border: 1px solid #d3d3d3;
	pointer-events: none;
	height:76px;
	width:290px;
	border-radius:2px;
	z-index:10;
}

#ajax-form-recaptcha > div {
	margin-left:-5px;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/

.form .spmhidip {
	display:none;
	width:10px;
	height:3px
}
#fg_crdiv {
	font-size: 0.3em;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}

.form input[type=submit]:disabled,
.form button:disabled,
.form input[type=submit][disabled=disabled],
.form button[disabled=disabled],
.form input[type=text]:disabled,
.form input[type=text][disabled=disabled],
.form text:disabled,
.form text[disabled=disabled] {
	border-color:#cccccc !important;
    background:#cccccc !important;
}

.form input[type=submit]:disabled,
.form button:disabled,
.form input[type=submit][disabled=disabled],
.form button[disabled=disabled] {
	color:#999999 !important;
}

.form input[type=submit]:disabled .icon,
.form button:disabled .icon,
.form input[type=submit][disabled=disabled] .icon,
.form button[disabled=disabled] .icon {
	filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(1926%) hue-rotate(88deg) brightness(111%) contrast(83%);
}


/* SECTIONS - FORM RESPONSIVE CSS
**************************************************************************************/

@media only screen and (max-width: 767px) {

	#contact-details .flex-two {
		flex-wrap:wrap;
	}

	#contact-details .flex-two > div {
		max-width:100%;
		margin-bottom:2rem;
	}

	#contact-details h3 {
		margin-bottom:2rem;
	}

	#contact-details-wrapper {
		display:flex;
		flex-wrap:wrap;
		gap:0 5rem;
	}

	textarea.form-control {
		height:100px;
	}

}

@media only screen and (max-width: 575.98px) {

	#contact-details h3 {
		text-align:center;
	}

	#contact-details-wrapper {
		flex-direction:column;
		justify-content:space-around;
		text-align:center;
	}

	.form .flex-row {
		flex-direction:column;
	}

	.form .flex-row.mobile-fields > div:first-child {
		margin-bottom:2rem;
	}

	.form .flex-row.mobile-fields > div:first-child,
	.form .flex-row.mobile-fields > div:last-child  {
		flex: 0 0 100%;
	}

}

@media only screen and (max-width: 320px) {

	.form .button {
		width:100%;
	}

}

/* CONTENT - FOOTER
----------------------------------------------------------------------------------------------------*/

#footer,
#footer-copyright {
	background-color:#0D1B2C;
}

#footer {
	border-bottom:1px solid #142A3F;
}

#footer section {
    padding: 7rem 15px 4rem;
}

#footer h4 {
	color:#F3C517;
}

#footer-flex,
#footer-flex > div,
#footer-flex > div:first-child {
	gap:0 2rem;
}

#footer-flex {
	display:flex;
}

#footer-flex > div {
	display:flex;
	width:100%;
	max-width:50%;
}

#footer-flex > div:not(:first-child) > div {
	display:flex;
	width:100%;
	max-width:50%;
	flex-wrap:wrap;
	flex-direction:column;
}

#footer-flex > div:not(:first-child) > div ul:last-child {
	margin-bottom:0;
}

#footer p,
#footer-copyright p {
	font-size:1.4rem;
	color:#ffffff;
}

#footer ul,
#footer ul a {
	color:#ffffff;
}

#footer-copyright section {
	padding: 3rem 15px 1rem;
}

#footer-copyright p {
	display:block;
	font-weight:300;
	line-height:1.6;
	text-align:center;
}

#footer-copyright p span {
	display:block;
}

#footer-copyright p span,
#footer-copyright p span a {
	color:#0D1B2C;
}

#footer-copyright p span a {
	text-decoration:none;
}

/** CONTENT - FOOTER / PREFOOTER RESPONSIVE CSS
*****************************************************************************************************/

@media only screen and (max-width: 767px) {

	#footer section {
	    padding: 7rem 15px 4rem;
	}

	#footer-flex {
		justify-content: space-between;
	}

	#footer-flex > div {
		width:auto;
		max-width:100%;
	}

	#footer-flex > div:first-child img {
		display:none;
	}

	#footer-flex > div:not(:first-child) {
		flex-wrap:wrap;
	}

	#footer-flex > div:not(:first-child) > div {
		max-width:100%;
	}

	#footer-flex > div:not(:first-child) > div:first-child {
		margin-bottom:3rem;
	}

}

@media only screen and (max-width: 575.98px) {

	#footer section {
	    padding: 4rem 15px;
	}

	#footer-copyright p {
		font-size:1.2rem;
	}

	#footer-flex {
		flex-wrap:wrap;
		gap: 4rem;
	}

	#footer-flex .logo {
		display:none;
	}

	#footer-flex > div {
		justify-content:center;
		width:100%;
		text-align:center;
	}

	#footer-flex > div:not(:first-child) {
		flex-wrap:nowrap;
	}

	#footer-flex > div:not(:first-child) > div {
		max-width:50%;
	}

}

@media only screen and (max-width: 420px) {

	#footer-flex > div:not(:first-child) {
		flex-wrap:wrap;
	}

	#footer-flex > div:not(:first-child) > div {
		max-width:100%;
	}

}