/*
Theme Name:  BohnennWebdesign
Theme URI:   http://divithemes.reviews
Version:     1.1
Description: Divi child theme.
Author:      Bohnenn Webdesign
Author URI:  https://www.bohnennwebdesign.nl
Template:    Divi
*/

/*---- Typography ----*/
body {
	font-family: "Ubuntu", serif;
	font-size: 16px;
	color: #001d6a;
	line-height: 1.66;
	font-weight: 300;
	letter-spacing: 0.5px;
}
h1, .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-family: superior-title, serif;
    color: #001d6a;
	font-size: clamp(63px, 7.1vw, 100px);
    font-weight: 300;
	line-height: 0.9;
}
h2, .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, .et_pb_title_container h1, .sidepage-heading h1, .et-db #et-boc .et-l .et_pb_column_1_3 h2, .single-post h1.dmach-post-title {
	font-family: superior-title, serif;
    color: #001d6a;
	font-size: clamp(36px, 3.5vw, 67px);
    font-weight: 300;
	line-height: 1;
}
.big-h2 h2 {
  	font-size: clamp(36px, 6.1vw, 110px) !important;
}
body.home h1 {
	font-size: clamp(36px, 6.1vw, 110px) !important;
	line-height: 1;
}
h3 {
	font-family: "Ubuntu", serif;
	font-size: clamp(18px, 1.1vw, 22px);
	color: #001d6a;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.5px;
}
h4, .et_pb_toggle .et_pb_toggle_title {
	color: #5F5F37 !important;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
}
@media only screen and (max-width: 480px) {
	body.home h1 {
		font-size: 28px !important;
	}
}


/*---- General ----*/
.et_pb_row, .et-db #et-boc .et-l .et_pb_row {
	width: 90%;
}
h1:last-child, h2:last-child, h3:last-child {
	padding-bottom: 0;
}

.et_pb_text ul:last-child {
	padding-bottom: 0;
}
.et_pb_text ul li:not(:last-child) {
    padding-bottom: 20px;
}
header {
	box-shadow: unset !important;
}
.et_pb_equal_columns > .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.divi-filter-archive-loop {
	margin-bottom: 0 !important;
}
.et_pb_button {
    font-family: "PT Sans Narrow", serif;
    letter-spacing: 1.5px;
}
.et_pb_button:hover {
	transform: scale(1.05);
}
.scroll-down-2 {
    position: absolute;
    padding: 0;
    width: auto !important;
    bottom: 70px;
    left: calc(50% - 8.5px);
	animation: slide-down 1.5s infinite ease-in-out;
}
.scroll-down {
    position: absolute;
    padding: 0;
    width: auto !important;
    bottom: 70px;
    left: calc(50% - 8.5px);
	animation: bounce 3s infinite;
	z-index: 9;
}
.et_pb_button.no-click {
	pointer-events: none !important;
}
.text-button-with-arrow:hover {
    transform: none;
}
.text-button-with-arrow:after {
    margin-top: 2px;
    margin-left: 0 !important;
}
.text-button-with-arrow:hover:after {
	margin-left: 5px !important;
}
.divi-engine-grid-list-view-switcher button:after {
	font-size: 36px;
}
@keyframes bounce {
  	0%, 20%, 50%, 80%, 100% {
    	transform: translateY(0); /* Default position */
  	}
  	40% {
  	  	transform: translateY(10px); /* Move down */
  	}
  	60% {
    	transform: translateY(5px); /* Slight bounce back */
  	}
}
@keyframes slide-down {
	0% {
    	transform: translateY(0);
    	opacity: 1;
  	}
  	50% {
    	transform: translateY(15px);
    	opacity: 0.7;
  	}
  	100% {
    	transform: translateY(0);
    	opacity: 1;
  	}
}

/*---- Menu ----*/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
body.admin-bar header .et_pb_section {
	margin-top: 32px !important;
}
.et_pb_menu .et-menu {
	margin: 0 !important;
}
.et_pb_menu .et-menu-nav > ul ul {
    width: auto !important
}
.et-menu li li {
    width: 100%
}
.et-menu li li a {
    width: 100%;
    white-space: nowrap;
    padding-left: 40px;
    padding-right: 10px;
    text-align: right;
    font-size: 18px;
    font-family: 'PT Sans Narrow';
    letter-spacing: 1.5px;
    font-weight: 700;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul {
    padding-left: 50px !important;
    border-bottom: 1px solid #CFB662;
	position: relative;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul:after {
    content: '';
    width: calc(100% + 5vw);
    height: 1px;
    position: absolute !important;
    bottom: -1px;
    left: 0;
    background: #cfb662;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
	margin-top: 0 !important;
	padding-right: 0 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
    font-size: 23px;
    line-height: 32px;
    letter-spacing: 1.5px;
    font-family: 'PT Sans Narrow';
    font-weight: 700;
    padding: 20px 16px !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li.current-menu-item > a {
	background: #AC8508;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li:hover > a {
	background: #AC8508;
}
.et-menu .menu-item-has-children > a:first-child:after {
	display: none !important;
}
.et_pb_menu .et_pb_menu__menu > nav > ul > li > ul {
	left: unset;
	right: 0;
	top: 100%;
	border-top: 1px solid #CFB662 !important;
}
.et-menu a:hover {
    opacity: 1 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li#menu-item-1404 > a {
    background: transparent !important;
}
@media only screen and (min-width: 1866px) {
	.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul:after {
		width: calc(100% + 50vw - 840px);
	}
}
@media only screen and (min-width: 981px) {
	header .et_pb_column {
    	width: unset !important;
	}
	header .et_pb_column:last-child {
    	flex: 1;
	}
}
@media only screen and (max-width: 980px) {
	.et_pb_menu__logo {
		max-width: 240px;
	}
}


/*---- Form ----*/
.gform_wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 6px;
}
.gform-theme--foundation .gform_fields {
    grid-row-gap: 30px !important;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    border: 0;
    border-bottom: 1px solid #4E4E31;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    color: #4E4E31;
    font-weight: 300;
}
.gform-theme--foundation .gfield textarea.medium {
	border: 1px solid #4E4E31;
    box-shadow: none;
    border-radius: 0;
    font-size: 18px;
    color: #4E4E31;
    font-weight: 300;
}
.gform_button.button {
    background: #B9B830 !important;
    color: #fff !important;
    font-size: 18px !important;
    border-radius: 13px !important;
    font-weight: 700 !important;
    padding: 10px 30px !important;
    line-height: 1.7 !important;
	transition: all .3s ease 0s;
}
.gform_button.button:hover {
	background-color: #5F5F37 !important;
}
.gform-theme--foundation .gform_footer {
    justify-content: flex-end;
}

/*---- Home header -----*/
.home-header {
	display: flex;
	height: 56.25vw;
	max-height: 100vh;
	
}
.home-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(160deg, rgba(0,29,107,0.8), rgba(40,143,216,0.78));
	z-index: 1;
}
.home-header:after {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,69,255,0.47);
	opacity: 0.26;
	clip-path: polygon(62.5% 0, 100% 0%, 100% 100%, 32.5% 100%);
}
.home-header h1 {
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.home-header {
	    display: flex;
		height: auto;
    	min-height: 56.25vw;
    	max-height: 100vh;
    	padding: 130px 0 80px;
	}
}

/*---- Side header -----*/
.side-header {
    display: flex;
    height: 31.25vw;
    min-height: 70vh;
}
.side-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(160deg, rgba(0,29,107,0.8), rgba(40,143,216,0.78));
}
.side-header:after {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,69,255,0.47);
	opacity: 0.26;
	clip-path: polygon(57.5% 0, 100% 0%, 100% 100%, 42.5% 100%);
}
.side-header h1 {
	color: #fff;
}
@media only screen and (max-width: 1280px) {
	.side-header {
    	min-height: 50vh;
	}
}
@media only screen and (max-width: 980px) {
	.side-header {
		padding: 120px 0;
	}
	.side-header {
    	min-height: 40vh;
	}
}
@media only screen and (max-width: 480px) {
	.side-header {
    	display: flex;
    	width: 100% !important;
		height: unset !important;
		min-height: unset !important;
		aspect-ratio: 1 !important;
		padding-top: 80px !important;
		padding-bottom: 0 !important;
	}
}

/*---- Footer ----*/
footer .et_pb_section:after {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,69,255,0.47);
	opacity: 0.26;
	clip-path: polygon(70% 0, 100% 0%, 100% 100%, 59% 100%);
}
.footer-flex {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 980px) {
	footer .et_pb_column {
    	padding: 0 !important;
    	border: 0 !important;
    	width: 100% !important;
	}
	footer .et_pb_column:nth-child(2) {
		padding: 30px 0 40px !important;
	}
	footer .et_pb_column img {
		max-width: 240px;
	}
}

/*---- Press LL ----*/
.press-ll {
    width: 100% !important;
    max-width: 100% !important;
    background: #F7F6EC;
    padding: 40px 40px 20px !important;
}
.press-ll.insight-ll {
	padding: 40px 40px 40px !important;
}
.press-ll .et_pb_de_mach_post_meta {
	margin-bottom: 10px !important;
}
.press-ll .et_pb_de_mach_title {
	margin-bottom: 10px !important;
}
.press-ll .et_pb_de_mach_post_meta_item {
    font-size: 20px;
    letter-spacing: 2px;
}
.press-ll .et_pb_de_mach_content p {
	display: block;
	letter-spacing: 0.1px;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	line-height: 1.44em;
  	max-height: 5.76em;
}
.press-ll .et_pb_button {
    font-size: 18px;
    font-weight: 700;
    font-family: "Ubuntu", serif;
    padding: 0 !important;
	padding-left: 48px !important;
    margin-top: 10px !important;
    border: 0;
    text-align: left;
    color: #393527;
	letter-spacing: 0.5px;
}
.press-ll .et_pb_button:hover {
	transform: none !important;
	border: 0 !important;
}
body #page-container .et_pb_section .press-ll .et_pb_de_mach_view_button .et_pb_button:before {
    width: 30.6px;
    height: 30.6px;
    text-align: center;
    background: #000;
    border-radius: 100px;
    font-size: 14px !important;
    margin-left: -48px !important;
}
body #page-container .et_pb_section .press-ll .et_pb_de_mach_view_button .et_pb_button:hover:before {
    transform: scale(1.07);
}
.press-compact .press-ll {
	padding: 0 !important;
	margin: 0 !important;
}
.press-compact .press-ll:before {
    content: '';
    width: 60%;
    height: 1px;
    background: #CFB662;
    position: absolute;
    bottom: -20px;
}
.press-compact .press-ll .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.press-compact .press-ll .et_pb_de_mach_post_meta {
	margin-bottom: 0 !important;
	width: 100% !important;
}
.press-compact .press-ll .et_pb_de_mach_content {
	display: none;
}
.press-compact .press-ll .et_pb_de_mach_title {
	width: calc(100% - 90px);
	margin-bottom: 0 !important;
}
.press-compact .press-ll .et_pb_de_mach_view_button {
    position: absolute;
    bottom: 5px;
    right: 0;
}
.press-compact .press-ll .et_pb_button {
	margin-top: 0 !important;
	line-height: 37.4px !important;
	font-size: 0 !important;
}

/*---- Single post ----*/
.single-post .side-header {
    display: flex;
    min-height: 20vw;
    flex-direction: column;
    justify-content: flex-end;
}
.single-post .side-header:after {
	clip-path: polygon(55% 0, 100% 0%, 100% 100%, 45% 100%);
}
.single-post .side-header .et_pb_row {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.single-post .et_pb_de_mach_post_meta_item {
	font-size: 20px;
    letter-spacing: 2px;
}

/*---- File LL ----*/
.file-ll {
    padding: 25px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    border-bottom: 1px solid #CFB662;
}
.file-ll .et_pb_column {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.file-ll .et_pb_column .et_pb_text:first-child {
	width: 100px;
	margin: 0 !important;
}
.file-ll .et_pb_column .et_pb_text:first-child img {
    width: 38px;
    height: auto;
	display: block;
}
.file-ll .et_pb_column .et_pb_de_mach_title {
	width: calc(100% - 270px);
	margin: 0 !important;
}
.file-ll .et_pb_column .et_pb_de_mach_title h3 {
	font-size: 18px !important;
}
.file-ll .et_pb_column .et_pb_text:nth-child(3) {
    font-weight: 400;
    font-style: italic;
    width: 280px;
    text-align: right;
	margin-bottom: 0 !important;
	display: none;
}
.file-ll .et_pb_column .et_pb_de_mach_acf_item {
    width: 100px;
    display: flex;
    justify-content: flex-end;
	margin: 0 !important;
}
.file-ll .et_pb_column .et_pb_de_mach_acf_item img {
	width: 38px;
	height: auto;
}
.file-ll .et_pb_column .et_pb_text:nth-child(5) {
    width: 70px;
    display: flex;
    justify-content: flex-end;
}
.file-ll .et_pb_column .et_pb_text:nth-child(5) img {
	display: block;
}
.files-archive.de-grid-view .file-ll {
	padding: 40px 0 !important;
	display: flex;
}
.files-archive.de-grid-view .file-ll .et_pb_column {
    flex-direction: column;
    align-items: flex-start;
}
.files-archive.de-grid-view .file-ll .et_pb_column .et_pb_text:first-child {
    width: 100%;
    margin-bottom: 20px !important;
}
.files-archive.de-grid-view .file-ll .et_pb_column .et_pb_text:first-child img {
	width: 56px;
}
.files-archive.de-grid-view .file-ll .et_pb_column .et_pb_de_mach_title {
    width: 100%;
    margin-bottom: 20px !important;
}
.files-archive.de-grid-view .file-ll .et_pb_column .et_pb_text:nth-child(3) {
	width: 100%;
	text-align: left;
	margin-bottom: 20px !important;
	display: none;
}
.files-archive.de-grid-view .file-ll .et_pb_column .et_pb_de_mach_acf_item {
    width: 100%;
    justify-content: flex-start;
	margin-top: auto !important;
}
.files-archive.de-grid-view .file-ll .et_pb_column .et_pb_text:nth-child(5) {
	display: none;	
}
.mfp-iframe-holder .mfp-content {
	width: 90%;
	height: 90vh;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close:hover, .mfp-image-holder .mfp-close:hover, .mfp-wrap .mfp-container button:hover {
    background: #000 !important;
    opacity: 1 !important;
    color: #fff !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 24px !important;
    padding: 6px !important;
    top: -24px !important;
    right: -24px !important;
    line-height: 24px !important;
    text-align: center !important;
    font-weight: 700 !important;
    border-radius: 100px !important;
}
@media only screen and (max-width: 640px) {
	.divi-engine-grid-list-view-switcher {
		display: none !important;
	}
	.files-archive .file-ll {
		padding: 40px 0 !important;
		display: flex;
	}
	.files-archivew .file-ll .et_pb_column {
    	flex-direction: column;
    	align-items: flex-start;
	}
	.files-archive .file-ll .et_pb_column .et_pb_text:first-child {
	    width: 100%;
	    margin-bottom: 20px !important;
	}
	.files-archive .file-ll .et_pb_column .et_pb_text:first-child img {
		width: 56px;
	}
	.files-archive .file-ll .et_pb_column .et_pb_de_mach_title {
	    width: 100%;
	    margin-bottom: 20px !important;
	}
	.files-archive .file-ll .et_pb_column .et_pb_text:nth-child(3) {
		width: 100%;
		text-align: left;
		margin-bottom: 20px !important;
		display: none;
	}
	.files-archive .file-ll .et_pb_column .et_pb_de_mach_acf_item {
	    width: 100%;
	    justify-content: flex-start;
		margin-top: auto !important;
	}
	.files-archive .file-ll .et_pb_column .et_pb_text:nth-child(5) {
		display: none;	
	}
}

/*---- Filters ----*/
.et_pb_de_mach_filter_posts .divi-filter-item {
    background: transparent !important;
}
.et_pb_de_mach_search_posts_item.et_pb_module .divi-radio-buttons .et_pb_contact_field_radio input+label {
    margin: 0 !important;
    text-align: center;
    background: #AC8508 !important;
    color: #fff;
    font-weight: 700;
    font-size: 23px;
    border-radius: 100px;
    font-family: "PT Sans Narrow", serif;
    line-height: 1.5;
    padding: 12px 40px;
}
.et_pb_de_mach_search_posts_item.et_pb_module .divi-radio-buttons .et_pb_contact_field_radio input:checked+label {
	background: #000 !important;
	color: #CFB662 !important;
}

/*---- Stock ticker
ul.stock_ticker.stockticker {
    transform: unset !important;
    left: unset !important;
    position: initial;
    width: 100% !important;
    transition: unset !important;
}
ul.stock_ticker.stockticker li {
    display: block !important;
    background: #000;
    padding: 20px !important;
    color: #fff !important;
}
ul.stock_ticker.stockticker li * {
    color: #AC8508 !important;
    font-weight: 700 !important;
}
ul.stock_ticker.stockticker li:empty {
    display: none;
} ----*/

/*---- TeamLL ----*/
.team-ll {
    width: 100% !important;
    padding: 0 20px !important;
}
.team-ll .et_pb_de_mach_acf_item {
	margin-bottom: 15px !important;
}
.team-ll .dmach-acf-value {
    font-family: "PT Sans Narrow", serif !important;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: clamp(15px, 1.071vw, 20px);
}
.team-ll .et_pb_de_mach_title {
	margin-bottom: 10px;
}
.team-ll h3 {
	font-family: superior-title, serif;
	font-size: clamp(18px, 1.8vw, 28px);
}
.team-ll .et_pb_de_mach_thumbnail {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px !important;
}
.team-ll .et_pb_social_media_follow li {
	margin-bottom: 0 !important;
}
.team-ll .et_pb_social_media_follow li a.icon {
	border-radius: 100px;
}
.team-ll .et_pb_social_media_follow li a.icon:after {
    content: 'LinkedIN';
    color: #393527;
    font-size: clamp(16px, 1.1vw, 22px);
    font-weight: 700;
    font-family: "PT Sans Narrow", serif !important;
    letter-spacing: 0.1em;
    position: absolute;
    top: 12px;
    left: 60px;
}
@media only screen and (max-width:1310px) and (min-width: 981px) {
	.team-ll {
		padding: 0 !important;
	}
	.team-ll .et_pb_de_mach_thumbnail {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media only screen and (max-width: 980px) {
	.team-ll h3 {
		font-size: 28px;
	}
	.team-ll .dmach-acf-value {
		font-size: 20px
	}
	.team-ll .et_pb_social_media_follow li a.icon:after {
		font-size: 22px;
	}
	.team-ll img {
		width: 100% !important;
	}
}

/*---- Tabs ----*/
.et_pb_tabs {
    display: flex;
	flex-wrap: wrap;
	border: 0;
}
.et_pb_tabs_controls {
    width: 40%;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    border-right: 4px solid #AC8508;
	counter-reset: tab-count;
}
.et_pb_tabs_controls li {
    border: 0 !important;
    background: transparent !important;
    font-family: 'superior-title';
    font-size: 40px;
    line-height: 1.4;
    color: #001D6B;
    font-weight: 300;
    letter-spacing: 0;
    height: unset !important;
}
.et_pb_tabs_controls li:before {
    counter-increment: tab-count;
    content: "0"counter(tab-count);
    color: #AC8508;
    position: absolute;
    font-size: 25px;
    font-family: 'Ubuntu';
    font-weight: 700;
    border-bottom: 4px solid;
    width: 31px;
    text-align: right;
    letter-spacing: 0;
    line-height: 1.2;
    top: 4px;
}
.et_pb_tabs_controls li:not(.et_pb_tab_active):before {
    border: 0 !important;
    top: 13px;
    font-size: 18px;
}
.et_pb_tabs_controls li a {
    color: #001D6B !important;
    padding: 0 !important;
    display: block;
    padding-left: 50px !important;
}
.et_pb_tabs_controls li:not(.et_pb_tab_active) a {
	opacity: 0.42 !important;
}
ul.et_pb_tabs_controls:after {
	display: none !important;
}
.et_pb_all_tabs {
    width: 60% !important;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.et_pb_tab {
    padding: 0 30px 0 60px;
    font-size: 21px;
	max-width: 720px;
}
.et_pb_tab ul {
	padding: 0 !important;
}
.et_pb_tab li {
	padding-bottom: 30px;
	list-style-type: none !important;
}
.et_pb_tab li:last-child {
	padding-bottom: 0px;
}
@media only screen and (max-width: 980px) {
	.et_pb_tabs_controls {
		width: 100% !important;
    	border-right: 0px solid;
    	border-bottom: 1px solid #AC8508;
    	padding-bottom: 10px !important;
    	margin-bottom: 30px !important;
	}
	.et_pb_all_tabs {
		width: 100% !important;
	}
	.et_pb_tabs_controls li {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.et_pb_tabs_controls li:before {
		font-size: 18px;
	}
	.et_pb_tabs_controls li:not(.et_pb_tab_active):before {
		top: 6px;
	}
	.et_pb_tab {
		padding: 0 !important;
		font-size: 18px;
	}
}

/*---- Mobile menu ----*/
@media only screen and (max-width: 980px) {
	.et_mobile_menu {
		border: 0 !important;
    	width: 100vw;
    	margin-left: -5vw;
    	top: calc(100% + 20px) !important;
	}
	.mobile_menu_bar:before {
		color: #fff !important;
	}
	#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar:before, .et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar:before {
		content: '\4d';
	}
	.et_mobile_menu li a {
		font-size: 16px;
		font-weight: 500;
	}
	ul.et_mobile_menu li.menu-item-has-children .mobile-toggle, ul.et_mobile_menu li.page_item_has_children .mobile-toggle, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle, .et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
		width: 44px;
		height: 100%;
		padding: 0px !important;
		max-height: 44px;
		border: none;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 999;
		background-color: transparent;
	}
ul.et_mobile_menu>li.menu-item-has-children, ul.et_mobile_menu>li.page_item_has_children, ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children, .et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children, .et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children, .et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
		position: relative;
	}
	.et_mobile_menu .menu-item-has-children>a, .et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
		background-color: transparent;
	}
	ul.et_mobile_menu .menu-item-has-children .sub-menu, #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu, .et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu, .et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
		display: none !important;
		visibility: hidden !important;
	}
	ul.et_mobile_menu .menu-item-has-children .sub-menu.visible, #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible, .et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible, .et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
		display: block !important;
		visibility: visible !important;
	}
	ul.et_mobile_menu li.menu-item-has-children .mobile-toggle, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
		text-align: center;
		opacity: 1;
	}
	ul.et_mobile_menu li.menu-item-has-children .mobile-toggle:after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle:after {
		top: 10px;
		position: relative;
		font-family: "ETModules";
		content: '\33';
		color: #000;
		background: #f0f3f6;
		border-radius: 50%;
		padding: 3px;
	}
	ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
		content: '\32';
	}
	.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
		position: absolute;
		right: 5%;
		margin-left: -20px;
		top: -14px;
		width: 0;
		height: 0;
		content: '';
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 20px solid #ffffff;
	}
	.mobile_menu_bar {
		position: relative;
		display: block;
		bottom: 0px;
		line-height: 0;
	}
	.et_pb_menu_0.et_pb_menu .et_mobile_menu, .et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
		background-color: #ffffff!important;
		border-radius: 10px;
	}
}

/*---- Quarterly updates ----*/
.q-updates .file-ll .et_pb_column .et_pb_text:first-child {
    display: none;
}