/*
 Theme Name:   Divi Child Theme
 Description:  Divi Child Theme
 Author:       Martin and Lewis
 Author URI:   https://martinandlewis.nl
 Template:     Divi
 Version:      0.0.0
 Text Domain:  hdi_divi
 */

/* link tree page */


/* - - - - - B A S I C S S - - - - - */

/* -----
/* Basicss - hide elements
----- */
.hidden { display: none; } 
#footer-bottom { display: none; } 

/* - - - - - C O O K I E  C O N S E N T - - - - - */

/* - - - - - M A I N   M E N U - - - - - */

/* ----- */
:root {
	--main-green-color: #073115; /* Define the color variable */
	--main-medium-green-color: #0B5849; /* Define the color variable */
	--main-light-green-color: #84C88B; /* Define the color variable */
  --main-yellow-color: #FDB84C;

  }

  .et_pb_counter_amount, .et_pb_featured_table .et_pb_pricing_heading, .et_quote_content, .et_link_content, .et_audio_content, .et_pb_post_slider.et_pb_bg_layout_dark, .et_slide_in_menu_container, .et_pb_contact p input[type="radio"]:checked+label i:before {
	background-color: var(--main-light-green-color)!important;
  }
  body .et_pb_button {
	background-color: var(--main-light-green-color)!important;
  }
/* Navigation - Horizontal menu bar ----- */
.et_header_style_fullscreen #et-top-navigation, .et_header_style_slide #et-top-navigation,
.et_header_style_slide .et-fixed-header #et-top-navigation {
	padding: 24px 0 24px 0 !important;
}
/* add the word 'menu' */

#main-header:after {
content: 'Menu'; 
font-family: "argumentum", sans-serif;
font-weight: 500; font-size: 1.0em; line-height: 80px; text-transform: uppercase;
color: var(--main-medium-green-color);

position: absolute; top: 50%; right: 80px; text-align: right;
width: auto; height: 80px; margin-top: -40px;
}

@media (max-width: 980px) { 
	#main-header:after { display: none; }
}

/* -----
/* Navigation - Vertical Menu
----- */
.et_slide_in_menu_container ul#mobile_menu_slide {
	padding-top: 40px;
}
.et_slide_in_menu_container #mobile_menu_slide li a,
.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a {
	font-family: "argumentum", sans-serif;
	font-weight: 500; text-transform: uppercase;
	font-size: 1.0em; line-height: 1; padding: 0 0 0.8em;
}

/* -----
/* Navigation - Vertical Menu - @multiple viewports
----- */
@media (min-width: 1361px) {
}

@media (max-width: 1360px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 720px) {
}

/* - - - - - S T Y L I N G - F O R M S - - - - - */

/* textfield sytling */
.et_pb_contact p input,
.et_pb_contact p textarea {
	font-family: "argumentum", sans-serif;
	font-weight: 300; 
	font-size: 1.0em; 
	padding: 14px 18px;
	border: solid 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	background-color: #ffffff !important; 
	border-color: #ffffff !important; border: none;
	background-color: rgba(255, 255, 255, 0.94) !important; 
	border-color: rgba(255, 255, 255, 0.94) !important; border: none;
	color: #373a36 !important; 
}
.et_pb_contact p input.text:focus,
.et_pb_contact p input.title:focus,
.et_pb_contact p input[type=text]:focus,
.et_pb_contact p select:focus, textarea:focus {
	border-color: rgba(255, 255, 255, 0.3);
	color: inherit; 
}
.alert_msg {
	font-family: "argumentum", sans-serif;
	font-weight: 400; 
	font-size: 1.0em; 
}

/* radio and checkbox label colouring */
.radio-inline, .checkbox-inline {
	color: #fff;
}

/* submit button coloring */
.et_pb_contact_submit:hover { 
	background-color: #343025 !important;
	border-color: #343025 !important; 
}
.et_pb_contact_submit, .et_pb_contact_submit:active { 
	color: #fff !important; 
	background-color: #91bf77 !important; 
	border-color: #91bf77 !important; 
}

/* placeholders */
.et_pb_contact p input::-moz-placeholder, .et_pb_contact p textarea::-moz-placeholder { color: #888; }
.et_pb_contact p input:-ms-input-placeholder, .et_pb_contact p textarea:-ms-input-placeholder { color: #888; }
.et_pb_contact p input:-ms-input-placeholder, .et_pb_contact p textarea:-ms-input-placeholder { color: #888; }
.et_pb_contact p input::-webkit-input-placeholder, .et_pb_contact p textarea::-webkit-input-placeholder { color: #888;  }

/* has-error alert-danger */
.form-wrapper .alert-warning,
.form-wrapper .alert-danger {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/* has-error */
.form-wrapper .has-error input[type=text],
.form-wrapper .has-error input[type=email],
.form-wrapper .has-error input.text,
.form-wrapper .has-error textarea,
.form-wrapper .alert-danger {
	background-color: #373a36 !important;
	border-color: #373a36 !important; border: none; 
}
/* alert-danger */
.form-wrapper .alert-danger {
	background-color: #373a36 !important;
	border-color: #373a36 !important; 
}
.form-wrapper .alert-danger,
.form-wrapper .has-error input[type=text],
.form-wrapper .has-error input[type=email],
.form-wrapper .has-error input.text,
.form-wrapper .has-error textarea,
.form-wrapper .has-error input[type=text]::placeholder,
.form-wrapper .has-error input[type=email]::placeholder,
.form-wrapper .has-error input.text::placeholder,
.form-wrapper .has-error textarea::placeholder {
	color: #fff !important; 
}
/* alert-warning */
.form-wrapper .alert-warning {
	background-color: #fff !important;
	border-color: #fff !important; 
	color: #888;
}

.form-wrapper .radio-inline { color: #333; }


/* - - - - - M O D A L   S T Y L I N G - - - - - */

@media (min-width: 981px) {
	#s78_form_modal .modal-dialog { /*
		margin-left: 125px; width: 40%; */
	}
}

#s78_form_modal .modal-dialog .modal-body {
	font-family: "argumentum", sans-serif;
	font-weight: 300; 
	font-size: 1.2em; 
}
#s78_form_modal .modal-dialog .modal-title {
	font-family: "argumentum", sans-serif;
	font-weight: 400; 
	font-size: 1.2em; 
}

/* - - - - - G L O B A L   S T Y L I N G - - - - - */

/* -----
/* Text selection
----- */
::selection { background: var(--main-light-green-color); color: #fff; opacity: 1; /* WebKit/Blink Browsers */ }
::-moz-selection { background: var(--main-light-green-color); color: #fff; opacity: 1; /* Gecko Browsers */ }

::selection { background: var(--main-green-color); color: #fff; opacity: 1; /* WebKit/Blink Browsers */ }
::-moz-selection { background: var(--main-green-color); color: #fff; opacity: 1; /* Gecko Browsers */ }

/* -----
/* Font styling
----- */
body, ul, ol { 
	font-family: "argumentum", sans-serif;
	font-weight: 300; 
}
h1, h2, h3, h4, h5 {
	font-family: "argumentum", sans-serif;
	font-weight: 500;
}

/* -----
/* Font sizing - @multiple viewports
----- */
@media (min-width: 1361px) {
	/* Body - basic font setting */
	body, ul, ol { font-size: 20px !important; line-height: 1.28em !important; }
	/* Headers */
	.et_pb_section:not(.anarchy_rule_out) h1 { font-size: 3.6em !important; }
	.et_pb_section:not(.et_pb_subsection_header_abc) h2 { font-size: 1.6em !important; }
	.et_pb_section:not(.et_pb_subsection_header_abc) h3,
	.et_pb_section:not(.et_pb_subsection_header_abc) h2.h3 { font-size: 1.2em !important; }
}

@media (max-width: 1360px) {
	/* Body - basic font setting */
	body, ul, ol { font-size: 19px !important; line-height: 1.28em !important; }
	/* Headers */
	.et_pb_section:not(.anarchy_rule_out) h1 { font-size: 3.4em !important; }
	.et_pb_section:not(.et_pb_subsection_header_abc) h2 { font-size: 1.6em !important; }
	.et_pb_section:not(.et_pb_subsection_header_abc) h3,
	.et_pb_section:not(.et_pb_subsection_header_abc) h2.h3 { font-size: 1.2em !important; }
}

@media (max-width: 1280px) {
	/* Body - basic font setting */
	body, ul, ol { font-size: 17px !important; line-height: 1.28em !important; }
	/* Headers */
	.et_pb_section:not(.anarchy_rule_out) h1 { font-size: 3.0em !important; }
	.et_pb_section:not(.et_pb_subsection_header_abc) h2 { font-size: 1.6em !important; }
	.et_pb_section:not(.et_pb_subsection_header_abc) h3,
	.et_pb_section:not(.et_pb_subsection_header_abc) h2.h3 { font-size: 1.2em !important; }
}

@media (max-width: 1024px) {
	/* Body - basic font setting */
	body, ul, ol { font-size: 16px !important; line-height: 1.28em !important; }
	/* Headers */
	.et_pb_section:not(.anarchy_rule_out) h1 { font-size: 3.0em !important; }
	.et_pb_section:not(.et_pb_subsection_header_abc) h2 { font-size: 1.6em !important; }
	.et_pb_section:not(.et_pb_subsection_header_abc) h3,
	.et_pb_section:not(.et_pb_subsection_header_abc) h2.h3 { font-size: 1.2em !important; }
}

/* -----
/* Button styling
----- */
.et_pb_button {
	font-family: "argumentum", sans-serif;
	font-weight: 500; 
}

/* - - - - - D I V I   E D I T S - - - - - */

.et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar { padding-bottom: 0; }

.et_pb_fullwidth_header p {
	margin-bottom: 1em; 
}
.et_pb_fullwidth_header p:last-of-type {
	margin-bottom: 0;
}

.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_bg_layout_light.et_pb_module.et_pb_button { 
	color: #fff !important;
}

/* - - - - - S E C T I O N   S T Y L I N G - - - - - */

/* -----
/* BHAG
----- */
#et_pb_section_bhag { 
	position: fixed; z-index: 80; 
	width: 100%; top: 80px; right: auto; bottom: 0; left: -100%; /* left: 0; */
}
body.admin-bar #et_pb_section_bhag { top: 112px; }
#et_pb_section_bhag.et_pb_section_bhag_active { left: 0; }

/* BHAG / Containers
----- */
#et_pb_section_bhag .header-image-container { width: 30%; }
#et_pb_section_bhag .header-content-container { width: 70%; }

/* BHAG / Containers / Header + Image Content Elements
----- */
#et_pb_section_bhag .header-content-container .header-content { border-left: solid 8px #fff; border-color: rgba(255,255,255,0.25); padding: 0 0 0 40px; }
#et_pb_section_bhag .header-content-container .et_pb_header_content_wrapper p:last-of-type {
	font-size: 140%; line-height: 1; font-weight: 400;
}
#et_pb_section_bhag .header-image-container .header-image {
	margin-top: 0;
}
/* BHAG / BTN (close)
----- */
#et_pb_section_bhag .et_pb_button {
	position: absolute; top: -40%; right: 0; background-color: rgba(255,255,255,0.15);
}
#et_pb_section_bhag .et_pb_button:hover {
	background-color: rgba(255,255,255,0.25);
}

/* postition fix */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container { position: static; } 

/* BHAG / BTN (open)
----- */
#et_pb_section_bhag_open { 
	position: fixed; top: 0; right: 200px; z-index: 9999999;
	width: 400px; height: 94px; margin: 0 0 0 0; padding: 0 !important; text-align: left; text-indent: -99999px;
	background-image: url('/wp-content/uploads/2024/09/contributing-to-a-malaria-free-world-in-2030.webp'); background-repeat: no-repeat; 
	background-position: center; 
	
	
	/* position: fixed; top: 0; right: 200px; z-index: 9999999;
	width: 400px; height: 90px; margin: 0 0 0 0; padding: 0 !important; text-align: left; text-indent: -99999px;
	background-image: url('/0.2/wp-content/uploads/2024/09/contributing-to-a-malaria-free-world-in-2030.webp'); background-repeat: no-repeat; 
	background-position: center; */

	transition: right 0.8s cubic-bezier(.77,0,.175,1);
    transition-property: right;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: initial; 
}

@media (max-width: 767px) {
  #et_pb_section_bhag_open {
    margin-top: 20px !important;
    right: 0; /* optioneel: voorkomt dat hij buiten beeld valt */
    width: 100%; /* optioneel: laat hem netjes meeschalen */
  }
}

body.et-fb #et_pb_section_bhag_open { /*
	right: auto; left: 50%; margin-left: -150px; display: none; */
}

/* BHAG / BTN (open) - @multiple viewports
----- */
@media (min-width: 1361px) { 

	#et_pb_section_bhag_open { 
		position: fixed; top: 0; right: 200px; z-index: 9999999;
		width: 400px; height: 94px; margin: 0 0 0 0; padding: 0 !important; text-align: left; text-indent: -99999px;
		background-image: url('/wp-content/uploads/2024/09/contributing-to-a-malaria-free-world-in-2030.webp'); background-repeat: no-repeat; 
		background-position: center; 
	}
	body.et-fb #et_pb_section_bhag_open { 
	margin-left: -200px;
	}
}

#et_pb_section_bhag_open:before { 
	content: '';
	position: absolute; 
	height: 3px; 
	right: 2px; bottom: -3px; left: 2px; background-color: #000; opacity: 0.15;
}

body.et_pb_slide_menu_active #et_pb_section_bhag_open {
	right: 520px; 
}

/* wordpress signed in position-fix*/
body.admin-bar #et_pb_section_bhag_open { top: 32px; }

/* BHAG / BTN (close)
----- */
#et_pb_section_bhag .header-content { position: relative; }
#et_pb_section_bhag.et_pb_section_bhag_active .et_pb_button_two {
    background-color: rgba(255, 255, 255, .2); margin: 0; position: absolute; top: -65px; right: 0; 
}

/* BHAG - @multiple viewports
----- */
@media (min-width: 1361px) {
}

@media (max-width: 1360px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 720px) {
}

/* -----
/* Page / Home / Lead (section) / Header
----- */
body.home #et_pb_section_lead .et_pb_header_content_wrapper { 
	font-size: 120%; line-height: 1.3; 
}
body.home #et_pb_section_lead .header-content {
	margin: 0 auto 80px auto; padding: 0;
}
body.home #et_pb_section_lead .header-content h1 { position: relative; }
body.home #et_pb_section_lead .header-content h1:before { 
	content: ''; color: #fff; 
	position: absolute; right: 40%; top: -24px; left: 40%;
	height: 2px; background-color: #ffffff; 
}

@media (max-width: 1280px) {
	body.home #et_pb_section_lead .header-content .header-logo {
		width: 70%;
	}
}

/* Page / Home / Care Plus (section)
----- */
body.home #et_pb_section_care_plus .header-image-container { width: 60%; }
body.home #et_pb_section_care_plus .header-content-container { width: 40%; }
body.home #et_pb_section_care_plus .header-content { padding: 0; }
/* sets vertical image aligment to the bottom */
body.home #et_pb_section_care_plus .header-image-container.center {
	-webkit-align-self: flex-end; align-self: flex-end;
}
body.home #et_pb_section_care_plus.et_pb_fullwidth_header .header-content .header-logo { margin-bottom: 30px; padding-bottom: 0px;}

/* Page / Home / Primmed (section)
----- */
@media (min-width: 981px) {
	body.home #et_pb_section_primmed.et_pb_fullwidth_header .header-content .header-logo { 
		float: right; 
	}
	/* make way ... */
	body.home #et_pb_section_primmed.et_pb_fullwidth_header .et_pb_header_content_wrapper {
		padding-top: 200px; 
	}
	body.home #et_pb_section_primmed {
	}
}

/* reset alignment to the left for the 'Read more' button */
body.home #et_pb_section_primmed.et_pb_fullwidth_header .header-content { 
	text-align: left; 
}

/* Page / Home / More on THG (section)
----- */
body.home #et_pb_section_more_on_thg:before {
	content: '';
	position: absolute; z-index: 50;
	left: 50%; margin-left: -120px; top: -120px;
	width: 240px; height: 240px;
	background-image: url('img/thg_logo_on_circle-medium.png');
	background-repeat: no-repeat;
}

/* Page / Home / More on THG (section) / rows and columns
----- */
body.home #et_pb_section_more_on_thg .et_pb_column { /*
	border-top: solid 4px #edeae1;
	padding-top: 40px; */
}
body.home #et_pb_section_more_on_thg .et_pb_row:first-child .et_pb_column { /*
	border: none; padding-top: 0; */
}

/* ..?
----- */
@media (min-width: 1361px) {
}

@media (max-width: 1360px) {
}

@media (max-width: 1280px) { 
}

@media (min-width: 981px) and (max-width: 1024px) { 
	#et_pb_section_footer .et_pb_column { width: 28% !important; }
}

@media (max-width: 720px) { 
	#et_pb_section_footer .et_pb_column { width: 28%; }
}

@media (max-width: 720px) {

	/* Page / Home / Care Plus (section)
	----- */
	body.home #et_pb_section_care_plus .header-image-container { 
		width: 100%; 
	}
	body.home #et_pb_section_care_plus .header-content-container { 
		width: 100%; 
	}
	
	/* Page / Home / Sections
	----- */
	body.home #et_pb_section_more_on_thg .et_pb_column .et_pb_blurb_description {
		width: 80%; margin-right: auto; margin-left: auto; margin-bottom: 30px;
	}
	body.home #et_pb_section_care_plus .header-content-container h2, #et_pb_section_care_plus .header-content-container p, #et_pb_section_care_plus .header-content,
	body.home #et_pb_section_primmed .header-content-container h2, #et_pb_section_primmed .header-content-container p, #et_pb_section_primmed .header-content,
	body.home #et_pb_section_more_on_thg .et_pb_row:first-child h2, #et_pb_section_more_on_thg .et_pb_row:first-child p, #et_pb_section_more_on_thg .et_pb_row:first-child .et_pb_button_module_wrapper {
		text-align: center !important;
	}
}

/* -----
/* Page / About us / Lead (section)
----- */
body.about #et_pb_section_lead .et_pb_header_content_wrapper { 
	font-size: 130%; line-height: 1.28;
}

/* Page / About us / Intro (section)
----- */
body.about #et_pb_section_intro > .et_pb_row > .et_pb_column:first-child .et_pb_text_inner { 
	font-size: 120%; line-height: 1.28; color: #888;
}

/* -----
/* Page / Care Plus / Lead (section) / Header
----- */
body.care-plus #et_pb_section_lead .et_pb_header_content_wrapper { 
	font-size: 130%; line-height: 1.28;
}
body.care-plus h1 {
	padding-top: 40px; 
}

/* Page / Care Plus / Intro (section)
----- */
body.care-plus #et_pb_section_intro > .et_pb_row > .et_pb_column:first-child .et_pb_text_inner:first-of-type { 
	font-size: 120%; line-height: 1.28; color: #888;
}

/* Page / Care Plus / Sub (section)
----- */
body.care-plus .et_pb_subsection_header h2 { padding: 0; }
body.care-plus .et_pb_section.et_pb_subsection_header h2 { font-size: 250% !important; }

/* Page / Care Plus / Closing (section)
----- */
body.care-plus .et_pb_subsection_header.et_pb_closing_section .et_pb_row { 	padding: 0; }
body.care-plus .et_pb_subsection_header.et_pb_closing_section .et_pb_text_inner,
body.care-plus .et_pb_subsection_header.et_pb_closing_section .et_pb_text_inner p { 
	line-height: 1.0; 
}

/* -----
/* Page / Primmed / Lead (section)
----- */
body.primmed #et_pb_section_lead .et_pb_header_content_wrapper { 
	font-size: 130%; line-height: 1.28;
}
body.primmed .header-logo { 
	margin-bottom: 10%; 
}
body.primmed #et_pb_closing_section > .et_pb_row > .et_pb_column:first-of-type .et_pb_text_inner:first-of-type { 
	font-size: 120%; line-height: 1.28;
}

/* Page / Primmed / Intro (section)
----- */
body.primmed #et_pb_section_intro > .et_pb_row > .et_pb_column:first-child .et_pb_text:first-of-type .et_pb_text_inner { /*
	font-size: 100%; line-height: 1.28; color: #888; */
}

/* Page / Contact
----- */
body.contact #et_pb_section_contact_form:before { /*
	content: '';
	position: absolute; z-index: 50;
	left: 50%; margin-left: -120px; top: -120px;
	width: 240px; height: 240px;
	background-image: url('img/thg_logo_on_circle-medium.png');
	background-repeat: no-repeat; */
}

body.contact .et_pb_row_gni_post_subject {
	margin-top: 30px; margin-bottom: 0;
}

/* -----
/* Page / Thank you (from Contact)
----- */
body.thank-you #et_pb_section_bhag_open { display: none; }

/* BHAG / BTN (open)
----- */
@media (min-width: 981px) and (max-width: 1024px) { 
	#et_pb_section_bhag_open { 
		position: fixed; top: 0; right: auto; left: 50%; margin-left: -160px;
	}
}

/* -----
/* ...
----- */
@media (max-width: 980px) {

	/* Body - basic font setting */
	body, ul, ol, .et_pb_section .et_pb_text .et_pb_text_inner { font-size: 18px !important; line-height: 1.28em !important; }

	/* Headers */
	.et_pb_section:not(.et_pb_subsection_header_abc) h1 { font-size: 26px !important; }
	.et_pb_section:not(.et_pb_subsection_header_abc) h2 { font-size: 23px !important; }
	.et_pb_section:not(.et_pb_subsection_header_abc) h3,
	.et_pb_section:not(.et_pb_subsection_header_abc) h2.h3 { font-size: 23px !important; }
	.et_pb_section:not(.et_pb_subsection_header_abc) h4 { font-size: 23px !important; }

	/* font-resize reset */
	body.home #et_pb_section_lead .et_pb_header_content_wrapper,
	body.care-plus #et_pb_section_lead .et_pb_header_content_wrapper,
	body.care-plus #et_pb_section_intro > .et_pb_row > .et_pb_column:first-child .et_pb_text_inner:first-of-type,
	body.care-plus .et_pb_section.et_pb_subsection_header h2,
	body.primmed #et_pb_section_lead .et_pb_header_content_wrapper,
	body.primmed #et_pb_closing_section > .et_pb_row > .et_pb_column:first-of-type .et_pb_text_inner:first-of-type,
	body.about #et_pb_section_lead .et_pb_header_content_wrapper,
	body.about #et_pb_section_intro > .et_pb_row > .et_pb_column:first-child .et_pb_text_inner { font-size: 100% !important; }

}

/* -----
/* Media Global Adjustments
----- */
@media (max-width: 980px) {
	
	/* -----
	/* Basicss - Divi Edits
	----- */
	.et_pb_row { width: 84% !important; }
	.et_pb_row,
	.et_pb_column .et_pb_row_inner { padding: 0 0; }
	.et_pb_column .et_pb_row_inner { padding: 0 0 30px; }
	
	/* -----
	/* Navigation - Main menu
	----- */
	.container.et_menu_container { padding-left: 0; padding-right: 0; width: 84%; }

	/* Navigation / Main menu - Logo
	----- */
	.container.et_menu_container .logo_container { /* replace logo with retine control */ 
	background-image: url('img/logo_thg_retina@2x.png');
	background-size: 320px 80px; background-repeat: no-repeat; background-position: left; 
	}
	#logo { display: none; } /* and ide original */

	/* -----
	/* BHAG / BTN (open)
	----- */
	#et_pb_section_bhag_open { 
		position: absolute; top: 60px; right: 0; left: 0; margin-left: 0;
		height: 100px; width: auto; z-index: 9999;

		background-color: #7bca8b;
		background-image: url('img/bhag-320@2x-2.png');
		background-size: 320px 100px;

		transition: top 0.8s cubic-bezier(.77,0,.175,1);
	    transition-property: top;
	    transition-duration: 0.8s;
	    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	    transition-delay: initial; 
	}
	/* BHAG (menu opened) / BTN (open)
	----- */
	body.et_pb_slide_menu_active #et_pb_section_bhag_open { 
	z-index: 9999; right: 0; top: -22px;
	}

	/* -----
	/* BHAG
	----- */
	#et_pb_section_bhag { 
	position: fixed; z-index: 99999;
	width: 100%; top: 0; right: 0; bottom: 0; left: -100%; /* left: 0; */
	}
	/* BHAG / Header Container */
	#et_pb_section_bhag .header-content-container {
	width: 100%; position: fixed; top: 0; right: 0; bottom: 0; left: -100%; /* left: 0; */
	}
	/* BHAG / Header Container / Content */
	#et_pb_section_bhag .header-content-container .header-content {
	border: none; padding: 0; margin: 16% 8% 8% !important; width: auto !important;
	}
	/* BHAG / Header Container / Content / Wrapper */
	#et_pb_section_bhag .header-content-container .et_pb_header_content_wrapper,
	#et_pb_section_bhag .header-content-container .et_pb_header_content_wrapper p,
	#et_pb_section_bhag .header-content-container .et_pb_header_content_wrapper p:last-of-type { font-size: 18px !important; line-height: 1.2em !important; text-align: center; }
	#et_pb_section_bhag .header-content-container .et_pb_header_content_wrapper h2 { font-size: 27px !important; line-height: 1.2em !important; text-align: center; }
	
	/* BHAG / Header Container / Image */
	#et_pb_section_bhag .header-image-container { display: none; /* hide for now */ }
	/* BHAG / BTN (close) */
	#et_pb_section_bhag .et_pb_button_two { display: none; /* hide at start */ }
	
	/* -----
	/* BHAG (active)
	----- */
	#et_pb_section_bhag.et_pb_section_bhag_active { left: 0; }
	#et_pb_section_bhag.et_pb_section_bhag_active .header-content-container { left: 0; }
	
	/* BHAG (active + non-active) / BTN (close)
	----- */
	#et_pb_section_bhag.et_pb_section_bhag_active .et_pb_button_two { position: fixed; margin: 0; top: 0; right: 0; bottom: 0; left: 0; padding: 4% 8% 4% !important; font-size: 21px; /* reset */ }
	
	/* -----
	/* Global / Page - FullWidth Header
	----- */
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container { width: 100%; }
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content { padding: 0; margin: 0 auto !important; width: 80% !important; float: none !important; }
	
	/* -----
	/* Global / Page / Lead (section) / Header
	----- */
	/* reset height to allow content to fit */
	#et_pb_section_lead .et_pb_fullwidth_header,
	#et_pb_section_lead .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center { height: auto; }
	/* hide arrow */
	#et_pb_section_lead .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll { display: none; }
	/* make way */
	#et_pb_section_lead .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content { width: 100% !important; margin: 40px auto 120px !important; padding: 0; }
	#et_pb_section_lead .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content h1,
	#et_pb_section_lead .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content .et_pb_header_content_wrapper { width: 84%; margin: 0 auto; }
	#et_pb_section_lead .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content .header-logo { width: 100%; max-width: 640px; }
	/* ??? */
	#main-header .et_menu_container #et-top-navigation .mobile_menu_bar:after { display: none; }
	body.et_pb_slide_menu_active #main-header .et_menu_container #et-top-navigation .mobile_menu_bar:after { display: inline; }
}
/* iPhone 5/SE */
@media (max-width: 320px) { 
}

/* -----
/* Media Specific Adjustments
----- */
@media (max-width: 980px) {

	#et_pb_section_bhag,
	#et_pb_section_bhag_open { /* display: none; */ }

	/* -----
	/* Page / Home / Lead
	----- */
	body.home #et_pb_section_lead .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content { margin: 40px 0 140px !important; max-width: none; }
	body.home #et_pb_section_lead .et_pb_fullwidth_header { padding-top: 80px !important; }
	body.home #et_pb_section_lead .header-content h1 { padding: 30px 0 10px; }
	body.home #et_pb_section_lead .header-content h1:before { right: 10%; top: 0; left: 10%; height: 1px; }
	
	/* Page / Home / Primmed ...
	----- */
	body.home #et_pb_section_primmed.et_pb_fullwidth_header .header-content .header-logo { margin-bottom: 75px; }

	/* Page / Home / More on ...
	----- */
	body.home #et_pb_section_more_on_thg { padding-top: 140px; }
	body.home #et_pb_section_more_on_thg .et_pb_text_inner,
	body.home #et_pb_section_more_on_thg .et_pb_text_inner p,
	body.home #et_pb_section_more_on_thg .et_pb_text_inner h2 { text-align: center !important; }
	
	/* Page / Home / Section (with borders)
	----- */
	body.home .et_pb_section.et_pb_with_border .et_pb_text .et_pb_text_inner { padding: 20px 0 18px; letter-spacing: 5px; }

	/* -----
	/* Page / Care Plus / Lead
	----- */
	body.care-plus #et_pb_section_lead { padding: 0 !important; }
	body.care-plus #et_pb_section_lead .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content { margin: 60px 0 80px !important; }
	body.care-plus #et_pb_section_lead .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content .header-logo { margin: 0 25%; display: block; width: 50%!important; max-width: 270px; }
	body.care-plus #et_pb_section_lead .et_pb_fullwidth_header { padding-top: 80px !important; }

	/* Page / Care Plus / Sub (section)
	----- */
	body.care-plus .et_pb_section.et_pb_subsection_header { background-image: none !important; }
	body.care-plus .et_pb_section.et_pb_subsection_header .et_pb_text .et_pb_text_inner { padding: 20px 0 18px; }
	body.care-plus .et_pb_section.et_pb_subsection_header .et_pb_text .et_pb_text_inner h2 { font-size: 140% !important; }
	
	/* Page / Care Plus / Closing (section)
	----- */
	body.care-plus .et_pb_section.et_pb_closing_section { padding: 20px 0; }
	body.care-plus .et_pb_subsection_header.et_pb_closing_section .et_pb_text_inner,
	body.care-plus .et_pb_subsection_header.et_pb_closing_section .et_pb_text_inner p { font-size: 140%; text-align: center; }

	/* -----
	/* Page / Primmed / Lead
	----- */
	body.primmed #et_pb_section_lead { padding: 0 !important; }
	body.primmed #et_pb_section_lead .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content { margin: 40px 0 80px !important; }
	body.primmed #et_pb_section_lead .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content .header-logo { margin: 0 10% 40px; display: block; width: 80%!important; max-width: 420px; }
	body.primmed #et_pb_section_lead .et_pb_fullwidth_header { padding-top: 80px !important; }

	/* -----
	/* Page / About / Lead
	----- */
	body.about #et_pb_section_lead { padding: 0 !important; }
	body.about #et_pb_section_lead .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content { margin: 50px 0 80px !important; }
	body.about #et_pb_section_lead .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content h1 { width: 100%; }
	body.about #et_pb_section_lead .et_pb_fullwidth_header { padding-top: 80px !important; }

	/* -----
	/* Page / About / Lead
	----- */
	body.contact .et_pb_section .et_pb_text h1 { padding: 0; }
	body.contact .et_pb_section.et_pb_subsection_header .et_pb_text .et_pb_text_inner { padding: 20px 0 18px; letter-spacing: 5px; }
	body.contact .form-wrapper .radio-inline { width: 50%; float: left; margin: -20px 0 20px; }
	body.contact #main-content { padding-top: 80px !important; }
	
}

