/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

:root {
	/*---- MASTER VALUES ----*/

	--master-font-size: 	 100px;
	--master-line-height: 	 1em;
	--master-letter-spacing: 0em;
	--master-section-pad: 	 10px;

	/*---- FRAME SIZES ----*/

	--frame-max-l: 1600px;
	--frame-max-m: 1250px;
	--frame-max-s: 1000px;
	--frame-pad:   320px;
	--frame-width: calc(100% - (var(--frame-pad) / 2));

	/*---- SPACING ----*/

	--column-gap: 10px;
	--row-gap: 10px;

	/*---- FONTS ----*/

  	--font-main: 	 rig-sans, var(--font-default);
	--font-header:	 realist, var(--font-default);
	--font-default:  "sans-serif";
	--font-fa: 		 FontAwesome;
	--font-fa-sharp: "Font Awesome 6 Sharp";

	/*---- FONT SIZING ----*/

	--size-1:  clamp(10px, 0.13rem, 13px);
	--size-2:  clamp(14px, 0.16rem, 16px);
	--size-3:  clamp(16px, 0.18rem, 18px);
	--size-4:  clamp(18px, 0.22rem, 22px);
	--size-5:  clamp(22px, 0.26rem, 26px);
	--size-6:  clamp(24px, 0.30rem, 30px);
	--size-7:  clamp(22px, 0.34rem, 34px);
	--size-8:  clamp(26px, 0.36rem, 36px);
	--size-9:  clamp(26px, 0.42rem, 42px);
	--size-10: clamp(30px, 0.46rem, 46px);
	--size-11: clamp(30px, 0.50rem, 50px);
	--size-12: clamp(34px, 0.54rem, 54px);
	--size-13: clamp(34px, 0.58rem, 58px);
	--size-14: clamp(34px, 0.62rem, 62px);
	--size-15: clamp(34px, 0.66rem, 66px);
	--size-16: clamp(34px, 0.70rem, 70px);

    --size-h1: var(--size-14);
    --size-h2: var(--size-10);
    --size-h3: var(--size-8);
    --size-h4: var(--size-4);
    --size-h5: var(--size-5);
    --size-h6: var(--size-3);

	/*---- PADDING ----*/

	--pad-1:25px;
	--pad-2:50px;
	--pad-3:75px;
	--pad-4:100px;
	--pad-5:125px;
	--pad-6:150px;
	--pad-7:175px;
	--pad-8:200px;


	/*---- COLOURS ----*/

  --colour-primary: #002459; /* Darkest Blue */
  --colour-secondary: #2A54A8; /* Dark Blue */
  --colour-tertiary: #333333; /* Black */
  --colour-quaternary: #636363; /* Almost Black */
  --colour-quinary: #A69F9E; /* Dark Grey */
  --colour-off-white: #F5F5F5;
  --colour-white: #FFFFFF;
  --colour-text: var(var(--colour-primary));

	/*---- TRANSITIONS ----*/

	--transition: 	all 0.3s cubic-bezier(0,0,0.1,0.9);;
	--transition-fast: all 0.15s cubic-bezier(0,0,0.1,0.9);
	--transition-hover:   	all 0.1s ease-in-out 0s;
}

/*---- UNIVERSAL - FONT SIZE ADJUSTMENT ----*/

@media screen and (max-width:1600px) { :root { --master-font-size: 90px; }}
@media screen and (max-width:1400px) { :root { --master-font-size: 80px; }}
@media screen and (max-width:1200px) { :root { --master-font-size: 70px; }}
@media screen and (max-width:1000px) { :root { --master-font-size: 60px; }}
@media screen and (max-width:800px)  { :root { --master-font-size: 50px; }}
@media screen and (max-width:600px)  { :root { --master-font-size: 40px; }}
@media screen and (max-width:400px)  { :root { --master-font-size: 30px; }}


/*---- DEFAULT - TEXT FORMATTING CSS ----*/

/* Text - Headers */
/* -------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 	var(--font-header);
	text-transform: none;
	padding: 0;
}
h1, .h1 {
	font-weight: 	900;
	color: 			var(--colour-text);
	margin-bottom: 30px;
}
h2, .h2 {
	font-weight: 	900;
	color: 			var(--colour-primary);
	margin-bottom: 16px;
}
h3, .h3 {
	font-weight: 	600;
	color: 			var(--colour-text);
	margin-bottom: 30px;
}
h4, .h4 {
	font-weight: 	600;
	color: 			var(--colour-text);
	margin-bottom: 30px;
}
h5, .h5 {
	font-weight: 	600;
	color: 			var(--colour-text);
	margin-bottom: 30px;
}
h6, .h6 {
	font-weight: 	600;
	color: 			var(--colour-secondary);
	margin-bottom: 10px;
}

h1, .h1 { font-size: var(--size-h1); line-height: calc(var(--master-line-height) * 1.2); }
h2, .h2 { font-size: var(--size-h2);  line-height: calc(var(--master-line-height) * 1.2); }
h3, .h3 { font-size: var(--size-h3);  line-height: calc(var(--master-line-height) * 1.5); }
h4, .h4 { font-size: var(--size-h4);  line-height: calc(var(--master-line-height) * 1.2); }
h5, .h5 { font-size: var(--size-h5);  line-height: calc(var(--master-line-height) * 1.2); }
h6, .h6 { font-size: var(--size-h6);  line-height: calc(var(--master-line-height) * 1.2); }


/*---- Text - Inline Tags ----*/

strong, b {
	font-weight: 900;
}
strong, span, em, a, i, b, strike {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
br{
	line-height: 0;
}
p span, p , li, .footer .foot-menu > li a, label {
	font-weight: 400;
	color: var(--colour-quaternary);
	font-family: var(--font-main);
	line-height: calc(var(--master-line-height) * 1.7);
	font-size: 16px;
}
a {
	transition: var(--transition);
}
a:hover {
	color: var(--colour-primary);
	transition: var(--transition);
}

hr {
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.15);
	margin: 20px 0;
}

.font-large p,
.font-large p span {
	font-size: clamp(20px, 0.30rem ,26px);
	line-height: calc(var(--master-line-height) * 1.7);
}
.fa-classic, .fas, .fa-solid, .far, .fa-regular, .fal, .fa-light, .fat, .fa-thin{
	font-family: var(--font-fa-sharp) !important;
}

/*---- Text - Lists ----*/

li { list-style-position: inside; }

/*---- Ordered Lists ----*/

.et_pb_section ol {
	counter-reset: list-counter;
	padding-left: 30px;
}
.et_pb_section ol li {
	counter-increment: list-counter;
	list-style: none;
}
.et_pb_section ol li::before {
	content: counter(list-counter)".";
	margin: 0px 15px 0px -30px;
	min-width: 10px;
	display: inline-flex;
	font-weight: 500;
}

/*---- Text Size Overrides ----*/
.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1,
.et_pb_column_2_5 h1 {
	font-size: var(--size-h1);
}
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
	font-size: var(--size-h2);
}
.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3 {
	font-size: var(--size-h3);
}
.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4,
.et_pb_column_2_5 h4 {
	font-size: var(--size-h4);
}
.et_pb_column_1_3 h5,
.et_pb_column_1_4 h5,
.et_pb_column_1_5 h5,
.et_pb_column_1_6 h5,
.et_pb_column_2_5 h5 {
	font-size: var(--size-h5);
}
.et_pb_column_1_3 h6,
.et_pb_column_1_4 h6,
.et_pb_column_1_5 h6,
.et_pb_column_1_6 h6,
.et_pb_column_2_5 h6 {
	font-size: var(--size-h6);
}

/*---- DEFAULT - DOCUMENT STRUCTURE CSS ----*/

html {
	font-size: 		var(--master-font-size);
	line-height: 	var(--master-line-height);
	letter-spacing: var(--master-letter-spacing);
	font-family: 	var(--font-main);
}
html body.frame-full-width .body .frame { padding: 0px; }
body, html, .et_pb_section 				{ }
html *::selection 						{ background-color: var(--colour-primary); color: var(--colour-white); }

body {
	color: var(--colour-text);
}

@media screen and (max-width:1600px) { :root { --frame-pad: 160px; } }
@media screen and (max-width:1400px) { }
@media screen and (max-width:1200px) { :root { --frame-pad: 140px; } }
@media screen and (max-width:1000px) { }
@media screen and (max-width:800px)  { }
@media screen and (max-width:600px)  { :root{ --frame-pad: 120px; } }
@media screen and (max-width:400px)  { }

/*---- DEFAULT - POST BUILDER STRUCTURE CSS ----*/

.et_pb_section .et_pb_module {
	margin: 0px;
	margin-bottom: 0px !important;
}
.et_pb_section .et_pb_row {
	display: 	flex;
	flex-wrap: 	nowrap;
	row-gap: 	clamp(30px, calc(var(--row-gap) * 6), 60px);
	column-gap: clamp(30px, calc(var(--column-gap) * 10), 100px);
	max-width:  var(--frame-max-m);
	width: 		var(--frame-width);
}
.et_pb_section .et_pb_column {
	display: 		flex;
	flex-direction: column;
	max-width: 		unset;
	column-gap: 	clamp(30px, calc(var(--column-gap) * 4), 40px);
	margin: 		0px !important;
	width:			100%;
	float:			none;
	row-gap: 30px;
}
.et_pb_row::after {
	display: none;
}

.et_pb_section .et_pb_column.et_pb_column_1_6  	{ flex: 1 1 12%; }
.et_pb_section .et_pb_column.et_pb_column_1_5  	{ flex: 1 1 15%; }
.et_pb_section .et_pb_column.et_pb_column_1_4  	{ flex: 1 1 25%; }
.et_pb_section .et_pb_column.et_pb_column_1_3   { flex: 1 1 33%; }
.et_pb_section .et_pb_column.et_pb_column_1_2   { flex: 1 1 45%; }
.et_pb_section .et_pb_column.et_pb_column_2_3   { flex: 1 1 67%; }
.et_pb_section .et_pb_column.et_pb_column_2_5   { flex: 1 1 45%; }
.et_pb_section .et_pb_column.et_pb_column_3_5   { flex: 1 1 55%; }

@media screen and (max-width:1600px){}
@media screen and (max-width:1400px){
	.et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_1_4, .et_pb_column.et_pb_column_1_5, .et_pb_column.et_pb_column_1_6) { flex-wrap: wrap; }
	.et_pb_section .et_pb_column.et_pb_column_1_4 { flex: 1 1 45%; }
	.et_pb_section .et_pb_column.et_pb_column_1_5 { flex: 1 1 25%; }
	.et_pb_section .et_pb_column.et_pb_column_1_6 { flex: 1 1 25%; }
}
@media screen and (max-width:1200px){}
@media screen and (max-width:1000px){
	:root { --row-gap: 8px; --column-gap: 8px; }

	.et_pb_section .et_pb_column.et_pb_column_1_5 { flex: 1 1 45%; }
	.et_pb_section .et_pb_column.et_pb_column_1_6 { flex: 1 1 45%; }
}
@media screen and (max-width:900px) {
	.et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_1_3,.et_pb_column.et_pb_column_2_3,.et_pb_column.et_pb_column_2_5,.et_pb_column.et_pb_column_3_5) { flex-wrap: wrap; }
	.et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_1_2) { flex-wrap: wrap; }

	.et_pb_section .et_pb_column.et_pb_column_1_3,.et_pb_section .et_pb_column.et_pb_column_2_3,.et_pb_section .et_pb_column.et_pb_column_3_5,.et_pb_section .et_pb_column.et_pb_column_2_5   { flex: 1 1 100%; }
	.et_pb_section .et_pb_column.et_pb_column_1_2 { flex: 1 1 100%; }

}
@media screen and (max-width:800px) {
	.et_pb_section .et_pb_row{	flex-wrap: wrap; }
	.et_pb_section .et_pb_column.et_pb_column_1_4 { flex: 1 1 100%; }
	.et_pb_section .et_pb_column {
		row-gap: 	clamp(30px, calc(var(--row-gap) * 6), 60px);
	}

}
@media screen and (max-width:600px) {
	:root { --row-gap: 4px; --column-gap: 4px; }

	.et_pb_section .et_pb_column.et_pb_column_1_5 { flex: 1 1 100%; }
	.et_pb_section .et_pb_column.et_pb_column_1_6 { flex: 1 1 100%; }
}
@media screen and (max-width:400px) {}

/*---- DEFAULT - SECTION CSS ----*/

.et_pb_section.colour-1 { background-color: var(--colour-primary); 	}
.et_pb_section.colour-2 { background-color: var(--colour-secondary); }
.et_pb_section.colour-white { background-color: var(--colour-white); }
.et_pb_section.colour-black { background-color: var(--colour-black); }


#main-content .et_pb_section { padding: clamp(60px, calc(var(--master-section-pad) * 15), 150px); }
#main-content .et_pb_section.section-pad-0 { padding: clamp(0px,  calc(var(--master-section-pad) * 0), 0px);    }
#main-content .et_pb_section.section-pad-1 { padding: clamp(60px, calc(var(--master-section-pad) * 4), 40px);   }
#main-content .et_pb_section.section-pad-2 { padding: clamp(60px, calc(var(--master-section-pad) * 6), 60px);   }
#main-content .et_pb_section.section-pad-3 { padding: clamp(60px, calc(var(--master-section-pad) * 8), 80px);   }
#main-content .et_pb_section.section-pad-4 { padding: clamp(60px, calc(var(--master-section-pad) * 10), 100px); }
#main-content .et_pb_section.section-pad-5 { padding: clamp(60px, calc(var(--master-section-pad) * 12), 120px); }
#main-content .et_pb_section.section-pad-6 { padding: clamp(60px, calc(var(--master-section-pad) * 18), 180px); }


#main-content .et_pb_section.pad-top-none { padding-top: 0px; }
#main-content .et_pb_section.pad-bot-none { padding-bottom: 0px; }

#main-content .et_pb_section { padding-left: 0px !important; padding-right: 0px !important; }

body .et_pb_section:where(.colour-1, .colour-2, .overlay-1, .overlay-2, .overlay-3) .et_pb_text *,
body .et_pb_section:where(.colour-1, .colour-2, .colour-black, .overlay-1, .overlay-2, .overlay-3) .et_pb_module_heading { color: var(--colour-white); }
body .et_pb_section:where(.overlay-1, .overlay-2, .overlay-3) .et_pb_image_wrap {
	position: relative;
	z-index: 1;
}
body .et_pb_section:where(.overlay-1, .overlay-2, .overlay-3) .et_pb_image_wrap::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--colour-black);
	opacity: 0.5;
	z-index: 1;
}

@media screen and (max-width: 1400px) { :root { --master-section-pad: 8px; } }
@media screen and (max-width: 1000px) { :root { --master-section-pad: 6px; } }
@media screen and (max-width: 600px)  { :root { --master-section-pad: 4px; } }

/*---- DEFAULT - BUTTON CSS ----*/

body .et_pb_section button.et_pb_button,
body .et_pb_section a.et_pb_button {
    position: relative;
    padding: 12px 25px !important;
    background: none !important;
    border: none !important;
	width: fit-content;
    z-index: 2;
	opacity: 1;

    display: flex;
	align-items: center;
    column-gap: 20px;

	font-weight: 600;
	font-size: var(--size-2);
	font-family: var(--font-header);
	line-height: calc(var(--master-line-height) * 1.5);
	transition: var(--transition);
	color: var(--colour-white);
}


body .et_pb_section button.et_pb_button:hover,
body .et_pb_section a.et_pb_button:hover {
	color: var(--colour-primary);
}

body .et_pb_section button.et_pb_button::before,
body .et_pb_section a.et_pb_button::before {
    content: "";
    width: 100%;
    height: 100%;
	background-color: var(--colour-primary);
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 1;
    transition: var(--transition);
	margin-left: 0 !important;
}
body .et_pb_section button.et_pb_button.button-white,
body .et_pb_section a.et_pb_button.button-white{
	color: var(--colour-primary);
}
body .et_pb_section button.et_pb_button.button-white::before,
body .et_pb_section a.et_pb_button.button-white::before {
	background-color: var(--colour-white);
}
body .et_pb_section button.et_pb_button.button-white:hover,
body .et_pb_section a.et_pb_button.button-white:hover{
	color: var(--colour-white);
}
body .et_pb_section button.et_pb_button.button-white:hover::before,
body .et_pb_section a.et_pb_button.button-white:hover::before {
	background-color: var(--colour-primary)
}
body .et_pb_section button.et_pb_button.button-grey,
body .et_pb_section a.et_pb_button.button-grey{
	color: var(--colour-white);
}
body .et_pb_section button.et_pb_button.button-grey::before,
body .et_pb_section a.et_pb_button.button-grey::before {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid var(--colour-white);
}
body .et_pb_section button.et_pb_button.button-grey:hover,
body .et_pb_section a.et_pb_button.button-grey:hover{
	color: var(--colour-primary);
}
body .et_pb_section button.et_pb_button.button-grey:hover::before,
body .et_pb_section a.et_pb_button.button-grey:hover::before {
	background-color: rgba(255,255,255,1);
}
body .et_pb_section button.et_pb_button:hover::before,
body .et_pb_section a.et_pb_button:hover::before {
    background-color: var(--colour-white);
}
body .et_pb_section button.et_pb_button:hover::after,
body .et_pb_section a.et_pb_button:hover::after {
	display: none;
}
/**
 * Button Arrow
 * -------------
 * Enable comment text to add an chevron icon to the button.
 * The arrow is positioned after the button text.
**/

/* body .et_pb_section button.et_pb_button::after,
body .et_pb_section a.et_pb_button::after {
    content: "\f054";
    position: unset;
    opacity: 1;
    font-family: var(--font-fa) !important;
    color: inherit;
    font-size: 14px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    transition: var(--transition);
    z-index: 3;
}

body .et_pb_section button.et_pb_button:hover::after,
body .et_pb_section a.et_pb_button:hover::after {
	color: var(--colour-primary);
} */

.et_pb_button i, button i,
.et_pb_button span, button span,
.et_pb_button em, button em {
	font-weight: 300;
	font-size: 1.2em;
	color: inherit;
}

/*----  BUTTON VARIANTS ----*/
body .et_pb_section button.et_pb_button.clear-btn,
body .et_pb_section a.et_pb_button.clear-btn {
    color: var(--colour-white);
}
body .et_pb_section button.et_pb_button.clear-btn::after,
body .et_pb_section a.et_pb_button.clear-btn::after {
    color: var(--colour-white);
}

/*---- SCROLL BUTTON ----*/
body .et_pb_section .et_pb_row:has(.scroll-btn),
body .et_pb_section .et_pb_column:has(.scroll-btn),
body .et_pb_section .et_pb_button_module_wrapper:has(.scroll-btn),
body .et_pb_section a.et_pb_button.scroll-btn {
	position: unset;
}
body .et_pb_section a.et_pb_button.scroll-btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	padding: 0px !important;
}
body .et_pb_section a.et_pb_button.scroll-btn::before {
	display: none;
}
body .et_pb_section a.et_pb_button.scroll-btn::after {
	content: '\f322';
	color: var(--colour-white);
	margin: 0;
	font-size: 18px;
}

@media screen and (max-width:1600px){}
@media screen and (max-width:1400px){}
@media screen and (max-width:1200px){}
@media screen and (max-width:1000px){}
@media screen and (max-width:800px) {}
@media screen and (max-width:600px) {}
@media screen and (max-width:400px) {}

/*---- DEFAULT - PB BLOCK CSS ----*/


/* Block - Image */
/* --------------- */
.et_pb_image .et_pb_image_wrap {
	width: 100%;
}

@media screen and (max-width: 1000px) {
body .et_pb_module .et_pb_image_wrap img {
	/*	width: 100%;*/
	}
}
/* Block - Content */
/* --------------- */

.center.et_pb_text * {
	text-align: center;
}

#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
    padding: 0px;
    line-height: 26px;
}

.et_pb_section .et_pb_divider:before {
    border-top-color: var(--colour-grey);
}

/* Negative Margin */

.nm-200 {
	margin-top: -200px !important;
}

/* Block - FAQ */
/* -------------- */

.et_pb_row:has(.et_pb_toggle) .et_pb_column {
	row-gap: 0px;
}
.et_pb_row:has(.et_pb_toggle) .et_pb_module_heading {
	text-align: center;
}
.et_pb_accordion {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
.et_pb_toggle_close,
.et_pb_toggle_open {
	transition: var(--transition);
    background-color: var(--colour-white);
	border-radius: 20px;
    padding: 30px;
}
.et_pb_toggle_close .et_pb_toggle_title,
.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_toggle_item h5 {
    color: var(--colour-black) !important;
	margin: 0px;
	font-feature-settings: var(--font-setting);
	font-family: var(--font-main);
	font-size: .22rem;
	font-weight: 600;
	line-height: 30px;
	text-transform: none;
}
.et_pb_module.et_pb_toggle_item:not(:last-child) {
	border-bottom: 1px solid #2222222e;
}
.et_pb_toggle .et_pb_toggle_title:before {
	content: '\2b';
	font-family: var(--font-fa) !important;
    right: 0px;
    font-size: 25px;
    color: var(--colour-secondary);
}
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	content: '\f068';
	display: block;
	visibility: visible;
    color: var(--colour-secondary);
}
.et_pb_toggle_close {
	background-color: var(--colour-light);
	outline: 1px solid var(--colour-light-grey);
}
.et_pb_toggle_close:hover {
	outline: 3px solid var(--colour-secondary);
	background-color: var(--colour-white);
}
.et_pb_toggle_open {
    box-shadow:
	0px 112px 31px 0px rgba(15, 0, 0, 0.00),
	0px 72px 29px 0px rgba(15, 0, 0, 0.02),
	0px 40px 24px 0px rgba(15, 0, 0, 0.04),
	0px 18px 18px 0px rgba(15, 0, 0, 0.06),
	0px 4px 10px 0px rgba(15, 0, 0, 0.08);
}
.et_pb_toggle_open h5.et_pb_toggle_title {
    color: var(--colour-secondary) !important;
}
.et_pb_column .et_pb_module.et_pb_toggle {
	margin: 0px;
}
.et_pb_toggle {
    border: 0px solid;
}
.et_pb_toggle_content {
	padding-top: 10px;
}


@media screen and (max-width: 800px) {
	.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_item h5 {
	    padding-right: 0 !important;
	}
	.et_pb_toggle .et_pb_toggle_title:before {
	    left: auto;
	    right: -50px;
	}
	.et_pb_toggle_close, .et_pb_toggle_open {
		padding-left: 0px;
	}
	.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_item h5 {
	    font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_item h5 {
	    font-size: 16px;
	}
}



/* Block - Slider */
/* -------------- */

.et_pb_section .et_pb_module .swiper-button-prev,
.et_pb_section .et_pb_module .swiper-button-next {
	background-color: var(--colour-primary) !important;
	background-image: none !important;
	border-radius: 0px;
	transition: var(--transition);
}
.et_pb_section .et_pb_module .swiper-button-next:hover,
.et_pb_section .et_pb_module .swiper-button-prev:hover {
	background-color: var(--colour-white) !important;
	transition: var(--transition);
}
.et_pb_section .et_pb_module .swiper-button-next:hover i,
.et_pb_section .et_pb_module .swiper-button-prev:hover i {
	color: var(--colour-primary);
	transition: var(--transition);
}
.divi8-testi-icon-left, .divi8-testi-icon-right {
    font-size: var(--size-5) !important;
}


@media screen and (max-width:1600px){}
@media screen and (max-width:1400px){}
@media screen and (max-width:1200px){}
@media screen and (max-width:1000px){}
@media screen and (max-width:800px) {

}
@media screen and (max-width:600px) {}
@media screen and (max-width:400px) {

}

/*---- DEFAULT - FORM CSS ----*/

body .et_pb_module label {
	font-size: var(--size-1);
	font-family: var(--font-main);
	color: var(--colour-secondary);
}
body .et_pb_module .et_pb_contact_field {
	border: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	row-gap: 0px;
}
body .et_pb_module .et_pb_contact .et_pb_contact_field_half {
    width: 100%;
    float: none;
	max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
	margin: 0px;
}
body .et_pb_contact_form {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 25px;
	margin: 0px;
}
body .et_pb_contact_form.clearfix::before,
body .et_pb_contact_form.clearfix::after {
	display: none;
}
body .et_contact_bottom_container {
	max-width: 100%;
	flex: 0 0 100%;
    width: 100%;
	float: none;
	justify-content: flex-end;
}
body .et_pb_module input {
	padding: 0px;
}
body .et_pb_module .et_pb_contact :where(input, textarea, select) {
	padding: 15px;
	border-radius: 0px;
	border: 0px;
	border-bottom: 1px solid var(--colour-alternate-3);
	font-family: var(--font-main);
	font-size: var(--size-2);
	font-weight: 300;
	outline: unset;
	appearance: none;
}
body .et_pb_module .et_pb_contact :where(input, textarea, select)::placeholder {
	color: var(--colour-secondary);
}
body .et_pb_module .et_pb_contact :where(input, textarea, select):hover,
body .et_pb_module .et_pb_contact :where(input, textarea, select):focus {
	border-color: var(--colour-primary);
}
body .et_pb_module .et_pb_contact textarea {
	min-height: 150px;
}
body .et_pb_module .et_pb_contact .et_pb_contact_field:has(textarea) {
	max-width: 100%;
	flex: 0 0 100%;
}
body .et_pb_contact_submit {
    position: relative;
    transition: var(--transition);
    color: var(--colour-primary);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 500;
    padding: 15px 25px !important;
    background: none !important;
    border: none !important;
    z-index: 3;
	margin: 0px;
}


@media screen and (max-width:1600px) { }
@media screen and (max-width:1400px) { }
@media screen and (max-width:1200px) { }
@media screen and (max-width:1000px) { }
@media screen and (max-width:800px) { }


/* Default CSS END */

/* COLOURS */
.blue {
	color: var(--colour-secondary);
}
.text-medium{
	font-size: 17px;
}
/*---- HEADER ----*/

header {
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	position: absolute;
	background-color: transparent;
}
header .et_pb_section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: transparent;
}
header .et_pb_section .et_pb_row {
    max-width: var(--frame-max-l);
	width: 100%;
	padding: 40px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--colour-white);
}
header .et_pb_section .menu-item {
	display: flex;
	align-items: center !important;
	margin-top: 0 !important;
}
header .et_pb_section .menu-item:last-child a{
	background-color: var(--colour-white);
	color: var(--colour-primary) !important;
	padding: 14px 26px;
}
header .et_pb_section .et_pb_column {
	flex-direction: row;
}
header .et_pb_section .et_pb_column.et_pb_column_1_3:has(img),
header .et_pb_section .et_pb_column.et_pb_column_1_3:has(.et_pb_button) {
	flex: 1 1 5%;
}
header .et_pb_section .et_pb_column:has(.et_pb_menu) {
    width: 100%;
	justify-content: flex-end;
}
header .et_section_regular {
    display: flex;
	align-items: center;
	padding: 0px;
	max-width: 100%;
	width: 100%;
}
header .et_pb_section .et_pb_icon_wrap .et-pb-icon {
    font-size: 20px !important;
    color: var(--colour-secondary) !important;
    font-weight: 300 !important;
    padding: 10px;
    transition: var(--transition);
}
header .et-pb-icon:hover {
    background-color: var(--colour-white);
    color: var(--colour-primary) !important;
    transition: var(--transition);
    padding-top: 12px;
}
header img {
    max-width: 214px;
    width: 100%;
    min-width: auto;
    object-fit: contain;
}
header .et_pb_column:has(.et_pb_button_module_wrapper),
header .et_pb_column:has(.et_pb_icon) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}
header .et_pb_section .et_pb_button_module_wrapper.et_pb_module,
header .et_pb_section .et_pb_icon.et_pb_module {
    margin-bottom: 0px;
}
header .et_pb_section .et_pb_module {
    background-color: transparent;
}
header .et_pb_menu .et-menu {
    margin-left: 0px;
    margin-right: 0px;
	column-gap: 70px;
	align-items: center;
}
header .et-menu a {
    display: flex;
    justify-content: center;
	font-size: 17px;
    font-weight: 600;
    color: var(--colour-white);
    font-family: var(--font-header);
    border: none;
    position: relative;
    transition: var(--transition);
}

/*Header Responsive Override*/
@media screen and (max-width:1600px) {
	header .et_pb_section .et_pb_row{
		padding: 40px 20px;
		  border-bottom: 0;
	}
}
@media screen and (max-width:1500px) {
	header .et_pb_section .et_pb_row {
		row-gap: 7px;
	}
	header .et_pb_section .et_pb_column:has(.et_pb_menu) {
	    width: 100%;
	    justify-content: center;
	    order: 2;
	    flex: 1 1 100%;
	}
	header .et_pb_section .et_pb_column.et_pb_column_1_3:has(img), header .et_pb_section .et_pb_column.et_pb_column_1_3:has(.et_pb_button) {
	    flex: 1 1 45%;
	}

}
@media screen and (max-width:1300px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1100px) {

}
@media screen and (max-width:1000px) {
	header .menu-item a:hover {
	    text-decoration: none;
	    background: none !important;
	    color: var(--colour-secondary);
	    transition: var(--transition);
	}
	header .menu-item {
		width: 100%;
		border-top: 1px solid rgba(242, 247, 249, 0.1);
		padding: 0px 40px;
	}
	header .et_pb_menu .et_pb_menu__menu {
		display: none;
	}
	header .et_pb_menu .et_mobile_nav_menu {
		display: flex;
	}
	header .et_pb_section .et_pb_column:has(.et_pb_menu) {
		order: unset;
		flex: 1 1 45%;
		justify-content: flex-end;
		position: unset;

	}
	header .et_pb_section .et_pb_module,
	header .et_pb_menu_inner_container {
		position: unset;
	}
	header .et_pb_section .et_pb_column.et_pb_column_1_3:has(.et_pb_button) {
		display: none;
	}

	header .et_pb_section .et_pb_menu .et_mobile_menu {
		display: none;
		position: absolute;
		top: 0;
		left: 0 !important;
		right: 0 !important;
		bottom: 0;
		width: 100% !important;
		overflow-y: scroll;
		border-radius: 0;
		background-color: var(--colour-primary) !important;
		backdrop-filter: unset;
		border: none !important;
		min-height: 100vh;
		padding: 135px 0px 119px !important;
		clip: unset !important;
		transition: var(--transition);
		pointer-events: none;
		opacity: 0;
		z-index: 1;
	}

	header .mobile_nav.opened .et_mobile_menu {
		pointer-events: all;
		opacity: 1;
		transition: var(--transition);
	}
	.et_mobile_menu li a{
		color: var(--colour-white);
	}
	.et_mobile_menu li a:hover{
		color: var(--colour-secondary);
	}
	header .et_pb_section .menu-item:last-child a{
		margin-top: 10px;
		margin-left: 5%;
	}
	header .et_pb_section .menu-item:last-child a:hover{
		color: var(--colour-white) !important;
	}
}
@media screen and (max-width:900px) {
	header .et_pb_section .et_pb_row{
		flex-wrap: nowrap !important;
	}
	header .et_pb_section .et_pb_column.et_pb_column_1_3,header .et_pb_section .et_pb_column:has(.et_pb_menu){
		flex: unset;
	}
}
@media screen and (min-width:1001px) {}
@media screen and (max-width:1200px) and (min-width:1000px) {}
@media screen and (max-width:600px) {
	header img {
	    min-width: 150px;
	    max-width: 150px;
	    object-fit: contain;
	}
}
@media screen and (max-width:450px) {}

.font-large p,
.font-large p span {
	font-size: clamp(20px, 0.30rem ,26px);
	line-height: calc(var(--master-line-height) * 1.7);
}


/*---- FOOTER ----*/
footer p {
	font-size: 14px;
}
footer p span {
	display: flex;
	column-gap: 10px;
	align-items: flex-start;
}
/* Update: Make footer section display rows vertically */
footer .et_pb_section {
	flex-direction: column;
	align-items: flex-start;
	max-width: var(--frame-max-m);
	width: var(--frame-width);
	margin: 0 auto;
	padding: 100px 0 140px;
}
footer,
footer .et_pb_section,
footer .et_pb_module.et_pb_menu {
}
footer .et_pb_module.et_pb_menu {
	padding-bottom: 40px;
}
footer .et_pb_row:has(img) {
	max-width: 400px;
	min-width: 400px;
	padding: 0px;
	margin: 0px;
}
footer .et_pb_row {
	max-width: 200px;
	flex: 1 1 200px;
	margin: 0px;
}
footer img {
	width: auto;
	height: 50px;
	margin-bottom: 15px;
}
footer ul {
	display: flex;
	flex-direction: column;
	padding: 0px !important;
}
footer ul li {
	color: #fff;
    list-style: none;
	font-size: 14px;
}
footer ul li:first-child {
	color: var(--colour-primary);
}
footer .et_pb_text_inner ul:not(:last-child) {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
footer .et_pb_text_inner ul:not(:last-child)::after {
	content: '';
	display: flex;
	width: 100%;
	height: 1px;
	background-color: var(--colour-white);
	opacity: 0.2;
	margin-bottom: 15px;
}
footer h5 {
	color: var(--colour-white);
	font-size: 16px;
	margin-bottom: 15px;
}
footer h6 {
	color: var(--colour-white);
	font-size: 16px;
	margin-bottom: 0px;
}
footer p,
footer .et-menu a {
	color: var(--colour-primary); /* test*/
	font-weight: 500;
	font-size: 15px;
}
/* Update: Remove column-reverse from footer's second column */
footer .et_pb_row .et_pb_column:not(:has(img)) {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}
footer .et_pb_row:first-child .et_pb_column:last-child {
	align-items: last baseline;
	border-left: 1px solid #D9D9D9;
}
/* Update: Make footer menu horizontal on desktop */
footer .et-menu {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
}
footer .et_pb_section .et_pb_row{
	max-width: 11180px;
	gap: 0;
	margin: 0 auto;
}
footer .et_pb_section .et_pb_row .et_pb_column{
	row-gap: 0;
}
footer .bottom-footer {
	max-width: 1700px;
}
footer .bottom-footer  .et_pb_row {
	max-width: 100%;
}
footer .bottom-footer .et_pb_row .et_pb_column {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	align-items: center;
}
footer .bottom-footer .et_pb_row .et_pb_column:last-child {
	justify-content: flex-end;
}
footer .bottom-footer .et_pb_row .et_pb_column .et_pb_module {
	margin: 0px;
}
footer .bottom-footer .et_pb_row:first-child {
    margin-right: 0px;
}
footer .mobile_menu_bar {
	display: none !important;
}
footer .et_pb_menu .et_pb_menu__menu {
	display: flex !important;
}
footer .et_pb_menu__wrap {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
footer .et_pb_column:not(:has(img)) a {
	transition: var(--transition-fast);
	position: relative;
}
footer .et_pb_column:not(:has(img)) a:hover {
    color: var(--colour-primary);
	transition: var(--transition-fast);
}
footer .contact-details{
	padding-bottom: 40px;
}
footer .contact-details p{
	margin-bottom: 10px;
	padding: 0;
}
footer .contact-details p a{
	color: var(--colour-primary);
	font-size: 15px;
	font-family: var(--font-header);
	font-weight: 500;
	display: flex;
	column-gap: 8px;
	align-items: center;
}
footer .copyright{
	font-family: var(--font-header);
	color: var(--colour-tertiary);
	font-size: 13px;
	line-height: 16px;
}
footer .copyright .divider{
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: 1px;
	background-color: var(--colour-quinary);
	margin: 0 20px;
}
footer .copyright a{
	text-decoration: underline;
}
@media screen and (max-width: 1400px) {
	footer .et_pb_section {
		flex-wrap: wrap;
		column-gap: 40px;
		row-gap: 60px;
	}
	footer .et_pb_row:has(img) {
		max-width: 50%;
		flex: 1 1 50%;
		min-width: 100%;
	}
	footer .et_pb_row:not(:first-child) {
    	margin-left: 0px !important;
	}
	footer .et_pb_section .et_pb_row:first-child .et_pb_text {
		max-width: 600px;
	}
	footer .et_pb_section.bottom-footer {
	    padding-top: 80px;
	}
}
@media screen and (max-width: 980px) {
    footer .et_pb_section.bottom-footer .et_pb_row {
        flex-wrap: nowrap !important;
    }
	footer .et_pb_section .et_pb_row{
		flex-wrap: wrap;
	}
	footer .et_pb_section .et_pb_row .et_pb_column{
		flex: 1 1 100%;
	}
	footer .et_pb_row:first-child .et_pb_column:last-child{
		align-items:flex-start;
		border-left: 0;
	}
}
@media screen and (max-width: 768px) {
	footer .et_pb_row:first-child .et_pb_column:last-child{
		border-left: 0;
		align-items: center;
	}
	footer .et_pb_row .et_pb_column {
		align-items: center;
	}
	footer ul li {
		display: flex;
		justify-content: center;
	}
	footer .et_pb_section .et_pb_row:first-child .et_pb_text {
		text-align: center;
	}
	/* Update: Make footer menu vertical on mobile */
	footer .et-menu {
		flex-direction: column;
		row-gap: 10px;
		column-gap: 0;
	}
	footer .et_pb_section{
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 700px) {
    footer .et_pb_section.bottom-footer .et_pb_row {
        flex-wrap: wrap !important;
		row-gap: 30px;
    }
	footer .bottom-footer .et_pb_row .et_pb_column,
	footer .bottom-footer .et_pb_row .et_pb_column:last-child {
		justify-content: center;
	}
	footer .et_pb_section .et_pb_row{
		    margin: 0 auto !important;
	}
}
@media screen and (max-width: 600px) {
	footer .et_pb_section {
		row-gap: 20px;
	}
	footer .copyright .et_pb_text_inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	footer .copyright .divider{
		display: none;
	}
}


/*----- MOBILE DROPDOWN -----*/
@media screen and (max-width:1000px) {

	.et_pb_menu .mobile_nav .mobile_menu_bar {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transform: none;
		margin-bottom: -2px;
		z-index: 10;
	}

	header .et_pb_section .et_pb_column.et_pb_column_1_3:has(img) {
		z-index: 10;
	}

	.et_pb_menu .mobile_nav .mobile_menu_bar:before {
		z-index: 9999;
		font-size: 50px;
		color: var(--colour-primary);
		padding: 0 !important;
		display: flex;
		cursor: pointer;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		height: 30px;
	}

	.et_pb_menu .mobile_nav .mobile_menu_bar::before,
	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		content: "";
		width: 45px;
		height: 4px;
		top: 0px;
		position: relative;
		background-color: var(--colour-text);
		transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
	}
	.et_pb_menu .mobile_nav .mobile_menu_bar::before,
	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		background-color: var(--colour-primary);
	}
	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		background-color: var(--colour-primary);
		box-shadow: 0px 22px 0 var(--colour-primary);
	}

	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		top: -15px;
		width: 45px;
	}

	.header-overlay:not(.header-floating-dark) .header .col.logo-wrap .mobile-menu-trigger i.fa-bars::before,
	.header-overlay:not(.header-floating-dark) .header .col.logo-wrap .mobile-menu-trigger i.fa-bars::after {
		background-color: var(--colour-white);
	}

	.header-overlay:not(.header-floating-dark) .header .col.logo-wrap .mobile-menu-trigger:not(.open) i.fa-bars::after {
		box-shadow: 0px 22px 0 var(--colour-white);
		background-color: var(--colour-white);
	}

	.et_pb_menu .mobile_nav.opened .mobile_menu_bar::before {
		top: 2px;
		width: 35px;
		background-color: var(--colour-white);
		transform: rotate(45deg);
		transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9), transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
	}

	.et_pb_menu .mobile_nav.opened .mobile_menu_bar::after {
		top: -2px;
		width: 35px;
		background-color: var(--colour-white);
		box-shadow: 0 0px 0 var(--colour-white);
		transform: rotate(-45deg);
		transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9), transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
	}
}

/*---- INPUT / FORM ----*/
form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  font-size: 16px;
}

label {
  margin-bottom: 10px;
  color: var(--colour-grey);
  font-size: 16px;
  text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 2px solid var(--colour-white);
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  background-color: var(--colour-white);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: var(--colour-primary);
  outline: none;
  box-shadow: 0 0 1px var(--colour-primary);
}

input[disabled],
textarea[disabled] {
  background-color: #e9e9e9;
  border-color: #ddd;
  color: #aaa;
  cursor: not-allowed;
}

textarea {
  min-height: 120px;
  resize: vertical;
  background-color: var(--colour-white);
}

button[type="submit"],
input[type="submit"] {
  width: 100%;
  padding: 15px 25px !important;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: var(--colour-primary);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: #ff6600;
  transform: translateY(-2px);
}

/* Validation Styles */
input:valid,
textarea:valid {
  border-color: #28a745;
}

input:invalid,
textarea:invalid {
  border-color: #dc3545;
}

/* Helper Text for Inputs */
input:required::after,
textarea:required::after {
  content: "*";
  color: #dc3545;
  margin-left: 5px;
}

/* Success Message */
input:valid + .valid-feedback,
textarea:valid + .valid-feedback {
  display: block;
  color: #28a745;
  font-size: 16px;
}

/* Error Message */
input:invalid + .invalid-feedback,
textarea:invalid + .invalid-feedback {
  display: block;
  color: #dc3545;
  font-size: 16px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  margin-bottom: 5px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
}

select {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 2px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

select:focus {
  border-color: var(--colour-primary);
  outline: none;
}

@media (max-width: 600px) {
  form {
    padding: 20px;
  }

  button[type="submit"],
  input[type="submit"] {
    width: 100%;
  }
}

.row-button .et_pb_column{
	flex-direction: row;
	gap: 10px;
}



/*---- SECTION - BANNER ----*/
.section-banner {
    position: relative;
    z-index: 2;
    display: flex;
	flex-wrap: wrap;
	flex-direction: unset;
    justify-content: flex-end;
    min-height: 105vh;
    padding: 0 !important;
	overflow: hidden;
	align-content: center;
}
.section-banner::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: #122242;
	opacity: 0.5;
}
.section-banner .et_pb_text_inner * {
	color: var(--colour-white);
}
.section-banner .et_pb_row{
	padding: 0 0 34px;
}
.section-banner .et_pb_column{
	max-width: 790px;
	width: 100%;
}
.section-banner .et_pb_row:not(.row-button) .et_pb_column{
	gap: 0;
}

/* TOGGLE - PROFILE */
.et_pb_section .profile-row .et_pb_column{
	row-gap: 0;
	flex: 1 1 33%;
}
.et_pb_section .profile-row{
	column-gap: clamp(30px, calc(var(--column-gap) * 3), 30px);
}
.profile-row .et_pb_team_member_image {
	margin: 0;
}
.profile-row .et_pb_team_member_description{
	display: flex;
	gap: 8px;
	padding: 25px 25px 0;
	align-items: baseline;
	background-color: var(--colour-white);
}
.profile-row .et_pb_team_member_description h4{
	margin: 0;
}
.profile-row .et_pb_member_position{
	font-size: 12px;
}
.profile-toggle .dsm-content-toggle-body{
	padding: 0 25px 25px;
	font-family: var(--font-main);
	font-size: 13px;
	font-weight: 300;
	color: var(--colour-tertiary);
}
.profile-toggle .dsm-content-toggle-front{
	padding-top: 16px !important;
}
.profile-toggle	.dsm-content-toggle{
	display: flex;
	flex-flow: column-reverse;
}
.profile-toggle .dsm-content-toggle-header{
	background-color: var(--colour-primary);
}
.dsm-switch-inner{
	background-color: transparent;
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
}
.dsm-switch-inner::before {
	font-family: var(--font-fa-sharp);
	content: "\f078";
	background-color: transparent !important;
	color: var(--colour-white);
	font-size: 16px;
	height: unset;
	width: unset;
	left: unset;
}
.dsm-switch-label{
	margin: 0;
	display: flex;
  align-content: center;
  align-items: center;
  width: 100%;
}
.profile-toggle{
		background-color: var(--colour-white);

}
.profile-toggle .dsm-switch-inner,
.profile-toggle .dsm-toggle-switch:checked + .dsm-switch-inner{
	background-color: transparent !important;
}
.profile-toggle .dsm-toggle-switch + .dsm-switch-inner::before {
	transform: rotate(180deg);
}
.profile-toggle .dsm-toggle-switch:checked + .dsm-switch-inner::before {
	transform: none;
}
.profile-toggle .dsm-content-toggle-back,.profile-toggle .dsm-content-toggle-front{
	margin-top: 0;
}
.profile-toggle .dsm-content-toggle-body p a{
	color: var(--colour-primary);
	font-size: 14px;
	font-weight: 600;
	font-family: var(--font-header);
	display: flex;
	column-gap: 8px;
	align-items: center;
}
.profile-toggle .dsm-content-toggle-body p a i{
	min-width: 15px;
	font-weight: 400;
}
.profile-toggle .dsm-toggle-btn{
	width: 100%;
}
.profile-row .et_pb_team_member_image img{
	width: 100%;
	max-width: unset;
}
/* Services List*/
.services-list .et_pb_main_blurb_image{
	margin: 0;
	display: block;
}
/* Services list with dark blue chevron right icons */
.services-list .et_pb_blurb_content{
	max-width: 100% !important;
}
.services-list ul {
	list-style: none;
	padding-left: 0;
}

.services-list ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
}

.services-list ul li::before {
	content: '\f054';
	font-family: var(--font-fa-sharp);
	font-weight: 900;
	position: absolute;
	left: 0;
	color: var(--colour-secondary);
}

/* Services list blurb container styling */
.services-list .et_pb_blurb_container {
	padding: 28px 40px 40px;
	background-color: #f9f9f9;
}

@media screen and (max-width:900px) {
	.services-list .et_pb_blurb_content{
		display: flex;
	}
	.services-list .et_pb_image_wrap{
		height: 100%;
	}
	.services-list .et_pb_image_wrap img{
		height: 100%;
		object-fit: cover;
	}
}
@media screen and (max-width:600px) {
	.services-list .et_pb_blurb_content{
		flex-wrap: wrap;
	}

}
/* Dark blue section styling */
.section-dark-blue {
	background-color: var(--colour-primary);
}

/* Make all text white in dark blue sections except forms */
.section-dark-blue .et_pb_text_inner  *,
.section-dark-blue .et_pb_module:not(.dsm_contact_form_7)   *{
	color: var(--colour-white);
}

/* Contact Form 7 styling with white background and padding */
.et_pb_section .wpcf7 {
	background-color: var(--colour-white);
	padding: 50px;
	color: initial;
}

/* Form field styling with bottom border only */
.et_pb_section .wpcf7 input[type="text"],
.et_pb_section .wpcf7 input[type="email"],
.et_pb_section .wpcf7 textarea {
	border: none;
	border-bottom: 2px solid var(--colour-tertiary);
	border-radius: 0;
	background: transparent;
	padding: 5px 0;
}
.et_pb_section .wpcf7 textarea {
	height: 100px !important;
}
/* Form label styling with black color */
.et_pb_section .wpcf7 label {
	color: var(--colour-tertiary);
	text-transform: none;
	font-family: var(--font-main);
	font-size: 12px;
}
@media screen and (max-width:700px) {
	.et_pb_section .wpcf7{
		padding: 25px;
	}
}
/* Form heading styling */
.et_pb_section .wpcf7 h3 {
	color: var(--colour-tertiary);
}
.et_pb_section .wpcf7-form-control.wpcf7-submit{
	color: var(--colour-white);
	text-transform: none;
	font-weight: 600;
	font-size: var(--size-2);
}

.contact-details a{
	font-size: 15px;
	font-family: var(--font-header);
	font-weight: 500;
	display: flex;
	column-gap: 8px;
	align-items: center;
	word-break: break-word;
}
.contact-details p{
	padding-bottom: 0.5em;
}
.contact-details figure {
	max-width: 120px;
}
.contact-details .et_pb_module_inner{
	gap: 20px;	
}

/* Block 2x2 column layout */
.block-2-2-col {
	display: flex;
	flex-direction: unset !important;
	flex-wrap: wrap;
	gap: 0 !important;
	height: 100% !important;
}

.block-2-2-col .et_pb_blurb {
	flex: 1 1 calc(50% - 30px);
	min-width: calc(50% - 30px);
	display: flex;
}
.blurb-about .et-pb-icon{
	font-size: 28px;
	position: relative;
}

.block-2-2-col .et_pb_blurb:nth-child(odd) {
	border-right: 1px solid var(--colour-secondary);
}

.block-2-2-col .et_pb_blurb:first-child ,
.block-2-2-col .et_pb_blurb:nth-child(2){
	border-bottom: 1px solid var(--colour-secondary);
}
/* Mobile: stack vertically */
@media screen and (max-width: 768px) {
	.block-2-2-col .et_pb_blurb {
		flex: 1 1 100%;
		min-width: 100%;
	}
	.block-2-2-col .et_pb_blurb:nth-child(odd),.block-2-2-col .et_pb_blurb:first-child ,.block-2-2-col .et_pb_blurb:nth-child(2){
		border: 0;
		border-bottom: 1px solid var(--colour-secondary);
	}

}

/* Blurb about styling */
.blurb-about .et_pb_blurb_content {
	padding: 30px;
}

.blurb-about h6,
.blurb-about .et-pb-icon {
	color: var(--colour-secondary) !important;
}
.blurb-about.brain .et-pb-icon::before,
.blurb-about.badge-check .et-pb-icon::before,
.blurb-about.comments .et-pb-icon::before{
	font-family: var(--font-fa-sharp) !important;
	font-weight: 400;
	position: absolute;
	background-color: var(--colour-white);
	width: 100%;
}
.blurb-about.brain .et-pb-icon::before{
	content: "\f5dc";
}
.blurb-about.badge-check .et-pb-icon::before{
	content: "\f336";
}
.blurb-about.comments .et-pb-icon::before{
	content: "\f086";
}

/* SECTION SIZE*/
.et_pb_section .row-1200 {
	max-width: 1200px;
	column-gap: clamp(30px, calc(var(--column-gap) * 12), 120px)
}
.et_pb_row.align-center{
	align-items: center;
}
.medium.text-block{
	max-width: 535px;
}  
