/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
/*@import url("../Divi/style.css");*/

/* Import the fonts */
@import url("includes/fonts/fonts.css");

/* =Theme customization starts here
------------------------------------------------------- */
:root{
    
    /* == Color Hexes == */
	--black: #000;
	--white: #fff;
	--blue: #182655;
	--darkBlue: #141D24;
	--lightOrange: #CF7F00;
	--darkOrange: #BC5E1E;
	--dark: #232426;
	--cream: #FDFAF5;
	--lightGrey: #C6C6C6;
	--darkGrey: #3B3B3B;
	--caption: #6b6b6b;
	--lime: #ECF4EC;

	
	/* Module Colors & Core Design */
    
    /* == Font Sizes == */
    --tinyText: 1.4rem; /* 14px */
    --menuText: 1.6rem; /* 14px */

	--copyFontLarge: 1.8rem; /* 18px */
	--copyFontSmall: 1.5rem; /* 15px */

	--biggestFontMax: 6.2rem; /* 62px */
	--biggestFontMin: 4rem; /* 40px */
	
	--bigFontMax: 4rem; /* 40px */
    --bigFontMin: 2.5rem; /* 25px */

	--midFontMax: 3rem; /* 30px */
    --midFontMin: 2rem; /* 20px */
	
	--mediumFontMax: 2.5rem; /* 25px */
    --mediumFontMin: 2rem; /* 20px */
    
    --smallFontMax: 2rem; /* 20px */
	--smallFontMin: 1.8rem; /* 18px */
	
	--smallestFontMax: 1.8rem; /* 18px */
	--smallestFontMin: 1.6rem; /* 16px */

	--footerTiny: 1.2rem; /* 12px */

	--bodyFont: 'Sentinel Book';
	--sentinelBook: 'Sentinel Book';
	--SentinelMedium: 'Sentinel Medium';
	--SentinelSemibold: 'Sentinel Semibold';
	--SentinelBold: 'Sentinel Bold';
	--source-sans-pro: 'source-sans-pro';
	--avenirRegular: 'Avenir Regular';
	--avenirBold: 'Avenir Bold';
	
	/* == Content Sizes == */
	--rowWidth: 90%;
	--rowMaxWidth: 1200px;
}
html {
	font-size: 62.5%;
}
html.pum-open.pum-open-overlay.pum-open-scrollable #page-container {
    padding-right: 0;
}
html.pum-open-fixed {
	position: fixed;
}
body {
	font-family: var(--bodyFont);
	font-feature-settings: "liga", "kern";
}
body.menu-open {
	overflow: hidden;
}
h1 {
	font-family: var(--SentinelMedium);
}
h2 {
	font-family: var(--avenirBold);
	font-weight: 600;
	color: var(--blue);
}
.sentinel-book cite, 
.sentinel-book em, 
.sentinel-book i {
    font-style: italic;
    font-family: 'Sentinel Italic';
}
.avenir-bold h2 {
	font-family: var(--avenirBold);
}
.flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.first_letter {
	float: left;
    padding: 0 5px 0 0;
    line-height: .8em;
    font-size: 10rem;
    margin-bottom: -5px;
}
.object-fit-cover,
.object-fit-cover img {
	object-fit: cover;
}
/*p.first-letter {
	font-weight: 600;
}*/
/*strong {
	font-family: var(--SentinelBold);
}*/
.et-db #et-boc .et-l .et-social-twitter a.icon:before {
/*	content: url('img/twitter-new.svg');*/
	content: '\e61b';
	font-family: "Font Awesome 5 Brands" !important;
}
.et-db #et-boc .et-l .et-social-linkedin a.icon:before {
/*    content: "\e0cb";*/
	content: '\f08c';
	font-family: "Font Awesome 5 Brands" !important;
}
.et-db #et-boc .et-l a.add-down-arrow {
	position: relative;
	padding-right: 28px;
	color: var(--darkOrange);
	transition: .4s ease;
}
.et-db #et-boc .et-l a.add-down-arrow:hover,
.et-db #et-boc .et-l a.add-down-arrow.current {
	color: var(--black);
}
.special-projects-col2 ul {
	padding: 0;
}
.special-projects-col2 ul li {
	margin-bottom: 10px;
}
a.add-down-arrow:after {
    content: '';
	background: url('img/Icon-Arrow-Dark.svg') no-repeat;
	position: absolute;
	width: 16px;
	height: 18px;
	right: 0;
	top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: .4s ease;
}
a.add-down-arrow:hover:after,
a.add-down-arrow.current:after {
	background: url('img/Icon-Arrow-Black.svg') no-repeat;
}
.not-found-title {
	font-family: var(--source-sans-pro);
	font-weight: 600;
}
.source-sans-pro {
	font-family: var(--source-sans-pro);
}
.et-db #et-boc .et-l .biggest-header h1,
.et-db #et-boc .et-l .biggest-header h2,
.et-db #et-boc .et-l .biggest-header h3,
.et-db #et-boc .et-l .biggest-header h4,
.et-db #et-boc .et-l .biggest-header h5,
.et-db #et-boc .et-l .biggest-header-inline,
.et-db #et-boc .et-l .et_pb_title_container h1,
h1 {
	font-size: var(--biggestFontMin);
/*	line-height: 1.25em;*/
}
.et-db #et-boc .et-l .big-header h1,
.et-db #et-boc .et-l .big-header h2,
.et-db #et-boc .et-l .big-header h3,
.et-db #et-boc .et-l .big-header h4,
.et-db #et-boc .et-l .big-header h5,
.et-db #et-boc .et-l .big-header-inline,
.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,
h2 {
	font-size: var(--bigFontMin);
/*	line-height: 1.25em;*/
}
.et-db #et-boc .et-l .medium-header h1,
.et-db #et-boc .et-l .medium-header h2,
.et-db #et-boc .et-l .medium-header h3,
.et-db #et-boc .et-l .medium-header h4,
.et-db #et-boc .et-l .medium-header h5,
.et-db #et-boc .et-l .medium-header-inline,
/*.white-paper-content-row .custom-post-content h2,*/
.et-db #et-boc .et-l H3,
h3 {
	font-size: var(--mediumFontMin);
	line-height: 1.3em;
}
.et-db #et-boc .et-l .small-header h1,
.et-db #et-boc .et-l .small-header h2,
.et-db #et-boc .et-l .small-header h3,
.et-db #et-boc .et-l .small-header h4,
.et-db #et-boc .et-l .small-header h5,
.et-db #et-boc .et-l .small-header-inline,
.et-db #et-boc .et-l .et-db #et-boc .et-l h4,
h4 {
	font-size: var(--smallFontMin);
/*	line-height: 1.25em;*/
}
.et-db #et-boc .et-l .smallest-header h1,
.et-db #et-boc .et-l .smallest-header h2,
.et-db #et-boc .et-l .smallest-header h3,
.et-db #et-boc .et-l .smallest-header h4,
.et-db #et-boc .et-l .smallest-header h5,
.et-db #et-boc .et-l .smallest-header-inline,
.et-db #et-boc .et-l H5,
h5 {
	font-size: var(--smallestFontMin);
/*	line-height: 1.25em;*/
}
.et-db #et-boc .et-l .mid-header h1,
.et-db #et-boc .et-l .mid-header h2,
.et-db #et-boc .et-l .mid-header h3,
.et-db #et-boc .et-l .mid-header h4,
.et-db #et-boc .et-l .mid-header h5,
.custom-post-content h2,
.et-db #et-boc .et-l .mid-header-inline {
	font-size: var(--midFontMin);
	line-height: 1.25em;
}
.vert-details article{
	display: flex;
	align-items: center;
}

.vert-details article a{
	width: 30%
}

.vert-details article .wrap{
	width: 70%
}

.vert-details .entry-title,
.vert-details .post-meta,
.vert-details .post-content{
	width: 100%;
}
.et-db #et-boc .et-l .white, .et-db #et-boc .et-l .white a, .et-db #et-boc .et-l .white h1, .et-db #et-boc .et-l .white h2, .et-db #et-boc .et-l .white h3, .et-db #et-boc .et-l .white h4, .et-db #et-boc .et-l .white h5, .et-db #et-boc .et-l .white h6 {
	color: var(--white);
}
.et-db #et-boc .et-l .black, .et-db #et-boc .et-l .black a, .et-db #et-boc .et-l .black h1, .et-db #et-boc .et-l .black h2, .et-db #et-boc .et-l .black h3, .et-db #et-boc .et-l .black h4, .et-db #et-boc .et-l .black h5, .et-db #et-boc .et-l .black h6 {
	color: var(--black);
}
.et-db #et-boc .et-l .blue, .et-db #et-boc .et-l .blue a, .et-db #et-boc .et-l .blue h1, .et-db #et-boc .et-l .blue h2, .et-db #et-boc .et-l .blue h3, .et-db #et-boc .et-l .blue h4, .et-db #et-boc .et-l .blue h5, .et-db #et-boc .et-l .blue h6 {
	color: var(--blue);
}
.et-db #et-boc .et-l .lightOrange, .et-db #et-boc .et-l .lightOrange a, .et-db #et-boc .et-l .lightOrange h1, .et-db #et-boc .et-l .lightOrange h2, .et-db #et-boc .et-l .lightOrange h3, .et-db #et-boc .et-l .lightOrange h4, .et-db #et-boc .et-l .lightOrange h5, .et-db #et-boc .et-l .lightOrange h6 {
	color: var(--lightOrange);
}
.et-db #et-boc .et-l .darkOrange, .et-db #et-boc .et-l .darkOrange a, .et-db #et-boc .et-l .darkOrange h1, .et-db #et-boc .et-l .darkOrange h2, .et-db #et-boc .et-l .darkOrange h3, .et-db #et-boc .et-l .darkOrange h4, .et-db #et-boc .et-l .darkOrange h5, .et-db #et-boc .et-l .darkOrange h6 {
	color: var(--darkOrange);
}
.custom-btn {
	text-transform: uppercase;
    padding: 15px 50px;
    margin-top: 20px;
    border: 0;
    border-radius: 4px;
    font-size: var(--smallestFontMax);
    transition: .4s ease;
}
.custom-btn.orange {
	background: var(--darkOrange);
	color: var(--white);
}
.custom-btn:hover,
.custom-btn.orange:hover {
	background: var(--blue);
	color: var(--white);
}
.custom-btn.lightOrange {
	background: var(--darkOrange);
	color: var(--white);
}
.custom-btn.lightOrange:hover {
	background: var(--blue);
	color: var(--white);
}
.et_pb_video_play:before {
	background: url('img/play-arrow.svg');
	font-size: 0;
	height: 114px;
	width: 114px;
	display: block;
	left: 0;
	right: 0;
	margin:auto;
}
a.et_pb_video_play {
    margin-left: 0 !important;
    left: 0;
    right: 0;
}
.col-3-flex {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 90%;
	margin: auto;
}
.col-3-flex a {
    text-align: center;
/*    max-width: 250px;*/
    padding: 15px 30px;
}
.semi-bold {
	font-weight: 600;
}

.abstract {
    padding: 20px;
    margin-bottom: 20px;
    background: transparent linear-gradient(148deg, hsl(226.23deg 55.96% 21.37% / 12%) 0%, hsl(36.81deg 100% 40.59% / 12%) 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
}
.abstract:before {
    content: 'ABSTRACT';
    width: 100%;
    margin-bottom: 20px;
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--blue);
    font-family: var(--avenirBold);
    font-size: var(--mediumFontMax);
}
/*
* ----------[FORMS]--------*
*/
.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0em;
}
.subscribe-with-policies input[type=text],
.subscribe-with-policies input[type=email],
.get-in-touch input[type=text],
.get-in-touch input[type=email],
.get-in-touch textarea {
	border: none;
    font-weight: 300;
    font-size: var(--smallFontMax);
    border-bottom: 2.5px solid var(--lightOrange);
    width: 100%;
    padding: 10px 0;
    background: transparent;
}
.subscribe-with-policies input[type=text]:not(.wpcf7-not-valid),
.subscribe-with-policies input[type=email]:not(.wpcf7-not-valid),
.get-in-touch input[type=text]:not(.wpcf7-not-valid),
.get-in-touch input[type=email]:not(.wpcf7-not-valid),
.get-in-touch textarea {
	margin-bottom: 20px;
}
.subscribe-with-policies .wpcf7-list-item-label {
	color: var(--black);
}
.subscribe-with-policies input.wpcf7-form-control.wpcf7-submit,
.get-in-touch input.wpcf7-form-control.wpcf7-submit {
	background: var(--darkOrange);
    border: none;
    color: var(--white);
    font-size: var(--smallestFontMax);
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    margin-right: 16px;
    transition: .4s ease;
    padding: 0.3em 1.5em;
    border-radius: 5px;
}
.subscribe-with-policies input.wpcf7-form-control.wpcf7-submit:hover,
.get-in-touch input.wpcf7-form-control.wpcf7-submit:hover {
	background: var(--blue);
	color: var(--white);
}
.subscribe-with-policies .checklist {
	margin: 20px 0;
}
/* custom checkbox styling for contact form 7 checkbox */
.wpcf7-form-control.wpcf7-checkbox {
	display: block;
}
span.wpcf7-list-item {
	display: flex;
	margin: 0 10px 10px 0;
}
.wpcf7 .wpcf7-list-item {
/*	display: block;*/
/*	margin-bottom: 10px;*/
}
.wpcf7-checkbox label {
	display: flex;
	position: relative;
	cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox] {
	/*position: relative;*/
	position: absolute;
	visibility: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}
.wpcf7-checkbox input[type=checkbox] + span {
	/* border: 3px solid red; */
}
.wpcf7-checkbox input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 0;
	height: 30px;
	width: 30px;
	top: 50%;
    left: 0px;
    border: 2.5px solid var(--darkOrange);
    transform: translateY(-50%);
}
.wpcf7-checkbox input[type=checkbox] + span:after {
	display: block;
	position: absolute;
/*	content: "\2713";*/
	content: url('img/checkmark.svg');
	height: 34px;
    width: 42px;
    bottom: 6px;
    left: 5px;
    visibility: hidden;
    font-size: 38px;
    text-align: center;
    line-height: 24px;
    color: var(--darkOrange);
}
.wpcf7-checkbox input[type=checkbox]:checked + span:before {
	background: transparent;
}
.wpcf7-checkbox input[type=checkbox]:checked + span:after {
	visibility: visible;
}
.wpcf7-list-item-label {
	margin-left: 40px;
	display: inline-block;
}
.subscribe-form {
    display: inline-flex;
    border-bottom: 0;
    flex-direction: column;
    align-items: start;
}
.subscribe-widget.align-center .subscribe-form,
body.category .subscribe-form {
	align-items: center;
}
.subscribe-form .form-element-container {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    position: relative;
    flex: 1 1 auto;
    border-bottom: 1px solid;
    margin-bottom: 0;
}
.subscribe-form .button-content {
    flex: 0 0 auto;
    position: relative;
    margin-top: 7px;
}
.subscribe-form .button-content:before {
	content: '';
	background: var(--lightOrange);
	height: 2px;
    width: 0;
    position: absolute;
    bottom: 5px;
    left: 6px;
    transition: .4s ease;
}
.subscribe-form .button-content:hover:before {
	background: var(--darkOrange);
	width: calc(100% - 28px);
}
.subscribe-form .button-content:after {
	content: '';
	background: url('img/Icon-Arrow.svg') no-repeat;
	position: absolute;
	width: 16px;
	height: 18px;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
    transition: .4s ease;
}
.subscribe-form .button-content:hover:after {
	background: url('img/Icon-Arrow-Dark.svg') no-repeat;
}
.form-element-container input {
    background-color: rgba(0,0,0,0);
    border: 0;
    outline: 0;
    min-width: 0;
    width: 100%;
    font-style: italic;
    font-size: var(--smallFontMax);
}
input::placeholder,
textarea::placeholder {
	color: var(--blue);
}
input.wpcf7-form-control.wpcf7-submit {
	background: transparent;
	border: none;
	color: var(--lightOrange);
	font-size: var(--smallestFontMax);
	text-transform: uppercase;
/*	font-weight: 600;*/
	cursor: pointer;
	margin-right: 16px;
	transition: .4s ease;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	color: var(--darkOrange);
}
.wpcf7-form:not(.submitting) .wpcf7-spinner,
.wpcf7-form.submitting .wpcf7-submit,
.wpcf7-form.submitting .button-content:after {
	display: none;
}
.subscribe-form .wpcf7-not-valid-tip {
	position: absolute;
	width: 250px;
}
.subscribe-widget.align-center .subscribe-form .wpcf7-not-valid-tip {
	top: -35px;
}
.subscribe-widget.align-right {
	text-align: right;
}
.subscribe-widget.align-center {
	text-align: center;
}
.subscribe-widget h2 {
	font-family: var(--sentinelBook);
/*	font-weight: 600;*/
    color: var(--blue);
    padding-bottom: 20px;
}
.subscribe-widget div.txt {
	color: var(--dark);
	margin-bottom: 30px;
}
/*.subscribe-widget.bg-image:before {
	content: '';
    position: absolute;
    top: 60%;
    right: -30%;
    background: url(img/freopp-icon-clr.svg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    opacity: .05;
    transform: scale(1.1);
}*/
.subscribe-widget-header {
    text-transform: uppercase;
    color: var(--lightOrange);
    border-bottom: 2.5px solid;
    margin-bottom: 30px;
}
/*
* ----------[FILTER/SORT BAR]--------*
*/
.actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 2.5px solid var(--darkOrange);
    padding-top: 10px;
    margin-bottom: 10px;
    flex-direction: row;
}
/*body.menu-open .filter-icon*/
body:not(.search):not(.post-type-archive):not(.archive.category):not(.page-id-144002306) .filter-icon,
body:not(.page-id-144002306) header .filter-icon {
	display: none;
}
.filter-icon {
    line-height: 0;
}
body.filter-applied .filter-icon:after {
	content: '\2714';
    top: 0px;
    right: -10px;
    display: block;
    position: absolute;
    color: var(--white);
    font-size: var(--footerTiny);
    text-align: center;
}
.search-results-count {
	color: var(--darkOrange);
	margin-bottom: 5px;
}
.mobile-filter-icon {
    line-height: 1;
    margin-right: 5%;
    background: var(--darkOrange);
    border-radius: 4px;
    padding: 4px;
}
.filter-bar,
.sort-bar {
    color: var(--black);
    display: flex;
    flex-direction: column;
    align-items: start;
/*    border-top: 2.5px solid var(--darkOrange);*/
/*    padding: 20px 0;*/
}
.filter-bar {
/*	border-top: 2.5px solid var(--darkOrange);*/
	padding-bottom: 5px;
}
.sort-bar {
/*	padding-top: 5px;*/
	padding-right: 60px;
}
.filter-bar ul,
.sort-bar ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
    flex-direction: column;
}
.filter-bar ul li,
.sort-bar ul li {
	margin-left: 30px;
	position: relative;
	margin-bottom: 5px;
}
.sort-heading {
	display: none;
}
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%; /* Adjust width as needed */
    background: var(--darkOrange);
    border-radius: 4px;
}
.select-wrapper::after {
    content: '\33';
    font-family: 'ETmodules';
    color: var(--white);
    position: absolute;
    transition: transform .4s ease;
    height: 10px;
    pointer-events: none;
    right: 5px;
}
select.sort-select {
    margin-left: 10px;
    border: none;
    font-size: var(--smallestFontMax);
    color: var(--white);
    appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	background: transparent;
    padding-right: 30px;
}
select.sort-select::-ms-expand {
    display: none;
}
.filter-bar ul li a {
	text-transform: uppercase;
}

.filter-bar ul li ul {
	display: none;
	position: absolute;
	background: var(--white);
	box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
	z-index: 9;
	padding: 10px 0;
	width: max-content;
}

.filter-bar ul li ul li {
	clear: both;
	width: 100%;
	line-height: 40px;
	margin-left: 0;
    padding: 0 10px;
}
.et-db #et-boc .et-l .filter-bar ul li ul li a {
	display: block;
	color: var(--black);
}
.et-db #et-boc .et-l .filter-bar ul li ul li a:hover,
.et-db #et-boc .et-l .filter-bar ul li ul li a.current {
	color: var(--darkOrange);
}
.filter-bar ul li ul li a.add-down-arrow:after,
.filter-bar ul li a.add-down-arrow.no-arrow:after {
	display: none;
}

#filter-bar ul.dropdown-menu li > a.drop-down-label.filter-applied {
  color: var(--darkOrange);
}

#filter-bar .dropdown-menu > li > a.drop-down-label::after {
	content: '\33';
	font-family: 'ETmodules';
	position: absolute;
	transition: transform .4s ease;
}
#filter-bar .dropdown-menu > li > a.drop-down-label.active:after {
	transform: rotate(-180deg);
}
body.post-type-archive-events #filter-bar .filter-option[data-filter-type="author"] {
	display: none;
}

/*
* ----------[HERO]--------*
*/
#et-boc .hero-section {
/*	background-size: 100% 90vh;*/
	background-size: cover;
	display: flex;
	flex-direction: column;
}
#et-boc .hero-section .home-page-here-row {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-height: 50vh;
    justify-content: center;
}
#et-boc .hero-section .home-page-here-row .et_pb_column:first-child {
	display: none;
}
#et-boc .hero-section .home-page-here-row .et_pb_column:last-child {
	flex-wrap: wrap;
    display: flex;
    max-width: 75%;
    gap: 10px;
}
#et-boc .hero-section .scroll-icon {
    right: 4.5vw;
    position: absolute;
    top: 50px;
}

/*#et-boc .home-page-here-row {
    margin-left: -150px;
}*/
#et-boc .home-page-here-row .et_pb_button_module_wrapper {
	display: inline-flex;
/*	margin-right: 20px;*/
	margin-bottom: 0;
}
#et-boc .home-page-here-row .et_pb_button_module_wrapper:last-child {
	margin-right: 0;
}
.hero-gradient:before,
.hero-blue:before {
    content: '';
    background-image: linear-gradient(144deg,var(--blue) 40%,var(--lightOrange) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
}
.hero-blue:before {
	background-image: none;
	background-color: var(--blue);	
}
/*
* ----------[PAGENAVI]--------*
*/
.wp-pagenavi {
	display: flex;
	justify-content: center;
    line-height: 1;
    border-top: 2.5px solid var(--darkOrange);
}
.wp-pagenavi .previouspostslink {
	order: 0;
	margin: 0;
}
.wp-pagenavi .pages {
	order: 1;
	margin: 0 10px;
	font-family: var(--avenirBold);
	color: var(--lightOrange);
	font-size: var(--smallFontMin) !important;
}
.wp-pagenavi .nextpostslink {
	order: 2;
	margin: 0;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .extend,
.wp-pagenavi .last {
	display: none;
}
.wp-pagenavi .next {
	background: url('img/Icon-Arrow.svg') no-repeat;
	width: 16px;
    height: 18px;
    display: inline-block;
}
.wp-pagenavi .prev {
	background: url('img/Icon-Arrow.svg') no-repeat;
	width: 16px;
    height: 18px;
    display: inline-block;
    transform: rotate(180deg);
}
.single-post-type-cat-container .custom-post-type-cat {
	margin-right: 30px;
}
.custom-post-type-cat,
.custom-post-type-cat a {
	color: var(--lightOrange);
	text-transform: uppercase;
}

.post-date {
	color: var(--white);
}
ul.custom-post-type-contributors {
	padding: 0;
	list-style: none;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: var(--white);
}
body.podcasts-template-default.single .custom-post-type-contributors {
	padding-bottom: 80px;
}
body.single-whitepapers ul.custom-post-type-contributors {
	justify-content: start;
}
ul.custom-post-type-contributors li {
	line-height: 1.1;
}
ul.custom-post-type-contributors li a {
	color: var(--white);
}
li.seperator {
	margin-right: 10px;
}
ul.custom-post-type-contributors li a::after {
    content: ',';
    margin-right: 0.5rem;
}
ul.custom-post-type-contributors li:last-child a::after {
    content: ''; /* Remove the comma after the last link */
}
.custom-post-type-contributors a h2 {
	color: var(--white);
}
.custom-post-type-excerpt h3 {
	color: var(--lightOrange);
}
.custom-post-content {
	color: var(--black);
	line-height: 1.1;
}
.custom-post-content p,
.custom-post-content ul,
.custom-post-content ol,
.custom-post-content blockquote {
	font-size: var(--smallestFontMin);
	line-height: 1.6;
	overflow-wrap: break-word;
}
.custom-post-content iframe {
	width: 100%;
}
.custom-post-content figure.wp-block-image {
    text-align: center;
}
.custom-post-content ul li {
	list-style: none;
}
.custom-post-content ol li,
.custom-post-content ul li {
	margin-bottom: 10px;
}
.custom-post-content ul li::before {
	content: "\2022"; 
	color: var(--darkOrange);
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}
.custom-post-content a {
	text-decoration: underline;
	transition: .4s ease;
	/*position: relative;
    display: inline-block;*/
}
.custom-post-content a:hover {
	color: var(--lightOrange);
}
/*.custom-post-content a:before {
	content: '';
	background: var(--blue);
	height: 2px;
    width: 100%;
    display: block;
    bottom: 0px;
    position: absolute;
}*/

/*
* ----------[PODCASTS]--------*
*/
.podcasts-media-outlets {
    display: flex;
    justify-content: center;
    align-items: center;
}
.podcasts-media-outlets .media-outlet-url {
	line-height: 0;
}
.podcasts-media-outlets img {
    height: 60px;
    margin-right: 20px;
}
.podcasts-media-outlets a:last-child img {
	margin-right: 0;
}

/*
* ----------[AUTHOR]--------*
*/
.author-section-heading {
	color: var(--darkOrange);
	border-bottom: 2.5px solid;
	padding-bottom: 10px;
    margin-bottom: 30px;
}
.author-module {
    display: flex;
    margin-bottom: 40px;
}
.author-avatar {
	flex: 0 0 auto;
}
.avatar-inner-container {
	margin-right: 30px;
}
.post-author-contributor {
	text-transform: uppercase;
}
.post-author-contributor h3 {
	color: var(--darkGrey);
}
.author-module .author-meta .shortbio {
	font-size: var(--smallFontMax);
	color: var(--darkGrey);
	margin-bottom: 20px;
}
.author-url-container a {
	text-transform: uppercase;
	color: var(--darkOrange);
	padding-right: 28px;
	position: relative;
}
.author-url-container a:after {
    content: '';
    background: url(img/Icon-Arrow.svg) no-repeat;
    position: absolute;
    width: 16px;
    height: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.author-url-container a:before {
	content: '';
	background: var(--lightOrange);
	height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    transition: .4s ease;
}
.author-url-container a:hover:before {
	width: calc(100% - 28px);
}
.author-url-container a:after {
	background: url(img/Icon-Arrow-Dark.svg) no-repeat;
	transition: .4s ease;
}
.author-social a,
.author-roles {
	font-weight: 600;
}
.et-db #et-boc .et-l .author-policies a,
.et-db #et-boc .et-l .author-social a {
	transition: .4s ease;
}
.et-db #et-boc .et-l .author-policies a:hover,
.et-db #et-boc .et-l .author-social a:hover {
	color: var(--lightOrange);
}
.author-policies {
    display: flex;
/*    justify-content: space-between;*/
    max-width: 80%;
    flex-wrap: wrap;
    text-transform: uppercase;
}
.author-policies a {
	margin-right: 40px;
}
.author-policies a:last-child {
	margin-right: 0;
}
.author-excerpt .custom-post-type-excerpt {
	color: var(--white);
}
.et-db #et-boc .et-l .the-latest article {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.et-db #et-boc .et-l .the-latest article:last-child {
	margin-bottom: 0;
}

.custom-excerpt {
	color: var(--lightOrange);
}
/*
* ----------[AVATAR]--------*
*/
.avatar-circle-thumbnail{
	overflow: hidden;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 10px;
}
.avatar-circle-thumbnail img{
	transform-origin: center center;
	transform: scale(1.15);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.avatar-circle-thumbnail.small-author-thumbnail {
	height: 25px;
	width: 25px;
}
.avatar-circle-thumbnail.medium-author-thumbnail {
	height: 75px;
	width: 75px;
}
.avatar-circle-thumbnail.large-author-thumbnail{
	height: 100px;
	width: 100px;
}
.avatar-circle-thumbnail.larger-author-thumbnail{
	height: 150px;
	width: 150px;
}
.avatar-circle-thumbnail.largest-author-thumbnail{
	height: 230px;
	width: 230px;
}
.avatar-circle-thumbnail.responsive-author-thumbnail {
	height: 48px;
	width: 48px;
}

/*
* ----------[SOCIAL SHARE ICONS]--------*
*/
/*.pom-small-white {
	background-image: url();
}*/
/*
* ----------[TOGGLES]--------*
*/
.custom-toggle .et_pb_toggle_title {
	font-family: var(--avenirBold);
/*	font-size: var(--mediumFontMax);*/
/*	text-align: right;*/
}
.custom-toggle .et_pb_toggle_content {
/*	font-size: var(--mediumFontMax);*/
	color: var(--black);
/*	max-height: 650px;*/
    overflow: scroll;
}
.et_pb_toggle_title:before {
/*   content: "\33";*/
   content: url('img/orange-arrow.svg');
   width: 14px;
   height: 16px;
   transform: rotate(180deg);
   transition: all .3s ease-in-out;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
/*   content: "\33";*/
   content: url('img/orange-arrow.svg');
   transform: rotate(0deg);
}

/*
* ----------[wpDataTable]--------*
*/
.wpDataTablesWrapper {
	line-height: 1.4;
}
.the-table {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.the-table div {
    flex: 0 0 auto;
    width: 80%;
    max-width: 400px;
    margin-right: 30px;
    height: 200px;
    background: red;
}

body .wpDataTablesWrapper .dataTables_length {
	float: right;
}
body .wpDataTablesWrapper .dataTables_filter {
	float: left;
}
.wpdt-c label,
body .wpDataTablesWrapper .dataTables_filter label, 
body .wpDataTablesWrapper .dataTables_length label {
	font-size: var(--copyFontSmall);
	text-transform: uppercase;
	color: var(--lightOrange);
}
.wpDataTablesWrapper div.dt-buttons {
	font-size: var(--copyFontSmall);
}

body .wpDataTablesWrapper {
	margin-bottom: 0;
}
body .wpDataTablesWrapper div.dt-buttons {
	float: left;
	margin-left: 0;
	display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    gap: 10px;
}
body .wpDataTablesWrapper div.dt-buttons .dt-button:first-child {
	padding-left: 0;
}
body .wpDataTablesFilter .wpDataTableFilterSection:not(#wdt-clear-filters-button-block):not(#wdt-pf-search-filters-button-block) {
	padding-left: 0;
	min-height: 0;
}
body .wpDataTablesFilter .wpDataTableFilterSection#wdt-clear-filters-button-block {
	padding: 10px 15px 25px 0;
}
body .wpdt-c .wpDataTableFilterBox {
	display: flex;
    flex-wrap: wrap;
    align-items: end;
}
body .wpdt-c.wpDataTablesWrapper table.wpdtSimpleTable, 
body .wpdt-c .wpDataTablesWrapper table.wpDataTable {
	font-family: var(--avenirRegular);
}
.wrap-text {
    white-space: break-spaces !important;
}
.download-buttons {
    width: 100%;
}
.table-download-heading {
	padding-bottom: 0;
}

/*
* ----------[PASSWORD PROTECT FORM]--------*
*/
.password-form .form-element-container {
    margin-bottom: 20px; /* Adjust spacing as needed */
}
.password-form .subscribe-form {
	border-bottom: 0;
}
.password-form .input-group {
    display: flex;
    align-items: center; /* Aligns the button vertically with the input */
}

.password-form .input-group input[type="password"] {
    flex-grow: 1; /* Makes the input take up the remaining space */
    margin-right: 8px; /* Adds some space between the input and the button */
}
.password-form .input-group input {
	border-bottom: 1px solid var(--lightGrey);
}
.password-form input[type="submit"] {
	margin-top: 20px;
    background: var(--darkOrange);
    border-radius: 4px;
    color: var(--white);
    cursor: pointer;
    font-style: normal;
    font-size: 20px;
    padding: .5em;
}
.password-form input[type="submit"]:hover {
	background: var(--lightOrange);
}
.password-form .password-toggle {
    padding: 0.5em;
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    right: -30px;
}

.password-form .password-toggle i {
    color: #666; /* Adjust color as needed */
    font-size: 1em; /* Adjust size as needed */
}

.password-form .password-toggle:focus {
    outline: none; /* Removes focus outline, consider keeping it or styling it for accessibility */
}

/*
* ----------[PRINT MEDIA QUERY]--------*
*/
@media print {
	figure {
	    max-width: 100%;
	}
}

/*
* ----------[MEDIA QUERIES]--------*
*/
@media screen and (min-width: 768px) {
	.et-db #et-boc .et-l .biggest-header h1,
	.et-db #et-boc .et-l .biggest-header h2,
	.et-db #et-boc .et-l .biggest-header h3,
	.et-db #et-boc .et-l .biggest-header h4,
	.et-db #et-boc .et-l .biggest-header h5,
	.et-db #et-boc .et-l .biggest-header-inline,
	.et-db #et-boc .et-l .et_pb_title_container h1,
	h1 {
		font-size: calc(var(--biggestFontMin) + -5 * ((100vw - 320px) / 960));
    }
    .et-db #et-boc .et-l .big-header h1,
	.et-db #et-boc .et-l .big-header h2,
	.et-db #et-boc .et-l .big-header h3,
	.et-db #et-boc .et-l .big-header h4,
	.et-db #et-boc .et-l .big-header h5,
	.et-db #et-boc .et-l .big-header-inline,
	.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,
	h2 {
		font-size: calc(var(--bigFontMin) + 5 * ((100vw - 320px) / 960));
    }
    .et-db #et-boc .et-l .medium-header h1,
	.et-db #et-boc .et-l .medium-header h2,
	.et-db #et-boc .et-l .medium-header h3,
	.et-db #et-boc .et-l .medium-header h4,
	.et-db #et-boc .et-l .medium-header h5,
	.et-db #et-boc .et-l .medium-header-inline,
/*	.white-paper-content-row .custom-post-content h2,*/
	.et-db #et-boc .et-l H3,
	h3 {
		font-size: calc(var(--mediumFontMin) + 5 * ((100vw - 320px) / 960));
    }
    .et-db #et-boc .et-l .small-header h1,
	.et-db #et-boc .et-l .small-header h2,
	.et-db #et-boc .et-l .small-header h3,
	.et-db #et-boc .et-l .small-header h4,
	.et-db #et-boc .et-l .small-header h5,
	.et-db #et-boc .et-l .small-header-inline,
	.et-db #et-boc .et-l H4,
	h4 {
		font-size: calc(var(--smallFontMin) + 5 * ((100vw - 320px) / 960));
    }
    .et-db #et-boc .et-l .smallest-header h1,
	.et-db #et-boc .et-l .smallest-header h2,
	.et-db #et-boc .et-l .smallest-header h3,
	.et-db #et-boc .et-l .smallest-header h4,
	.et-db #et-boc .et-l .smallest-header h5,
	.et-db #et-boc .et-l .smallest-header-inline,
	.et-db #et-boc .et-l H5,
	h5 {
		font-size: calc(var(--smallestFontMin) + 5 * ((100vw - 320px) / 960));
	}
	.et-db #et-boc .et-l .mid-header h1,
	.et-db #et-boc .et-l .mid-header h2,
	.et-db #et-boc .et-l .mid-header h3,
	.et-db #et-boc .et-l .mid-header h4,
	.et-db #et-boc .et-l .mid-header h5,
	.custom-post-content h2,
	.et-db #et-boc .et-l .mid-header-inline {
		font-size: calc(var(--midFontMin) + 5 * ((100vw - 320px) / 960));
	}

	/* custom checkbox styling for contact form 7 checkbox */
	.wpcf7-form-control.wpcf7-checkbox {
		column-count: 2;
	}
	.filter-sort-container {
	    display: flex;
	    align-items: baseline;
	    justify-content: flex-start;
	    border-top: 2.5px solid var(--darkOrange);
	    flex-wrap: wrap;
	    padding: 20px 0;
	}
	.sort-heading {
		display: block;
	}
	.select-wrapper {
	    background: transparent;
	}
	.select-wrapper::after {
	    color: var(--darkOrange);
	    position: absolute;
	    right: unset;
	}
	select.sort-select {
	    color: var(--darkOrange);
	    padding-right: 0;
	}
	.filter-bar,
	.sort-bar {
	    flex-direction: row;
	    align-items: center;
	}
	.filter-bar ul,
	.sort-bar ul {
		align-items: center;
		flex-direction: row;
	}
	.filter-bar ul li,
	.sort-bar ul li {
		margin-bottom: 0px;
	}
	.filter-icon {
		display: none;
	}

	.custom-post-content p,
	.custom-post-content ul,
	.custom-post-content ol,
	.custom-post-content blockquote {
		font-size: calc(var(--smallestFontMin) + 2 * ((100vw - 320px) / 960));
		line-height: 1.6;
		overflow-wrap: break-word;
	}
	.et_pb_toggle_title:before {
	   width: 18px;
	   height: 16px;
	}

}
@media only screen and (min-width: 2200px) {}
@media screen and (min-width: 1280px) {
	.et-db #et-boc .et-l .biggest-header h1,
	.et-db #et-boc .et-l .biggest-header h2,
	.et-db #et-boc .et-l .biggest-header h3,
	.et-db #et-boc .et-l .biggest-header h4,
	.et-db #et-boc .et-l .biggest-header h5,
	.et-db #et-boc .et-l .biggest-header-inline,
	.et-db #et-boc .et-l .et_pb_title_container h1,
	h1 {
		font-size: var(--biggestFontMax);
    }
    .et-db #et-boc .et-l .big-header h1,
	.et-db #et-boc .et-l .big-header h2,
	.et-db #et-boc .et-l .big-header h3,
	.et-db #et-boc .et-l .big-header h4,
	.et-db #et-boc .et-l .big-header h5,
	.et-db #et-boc .et-l .big-header-inline,
	.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,
	h2 {
		font-size: var(--bigFontMax);
    }
    .et-db #et-boc .et-l .medium-header h1,
	.et-db #et-boc .et-l .medium-header h2,
	.et-db #et-boc .et-l .medium-header h3,
	.et-db #et-boc .et-l .medium-header h4,
	.et-db #et-boc .et-l .medium-header h5,
	.et-db #et-boc .et-l .medium-header-inline,
/*	.white-paper-content-row .custom-post-content h2,*/
	.et-db #et-boc .et-l H3,
	h3 {
		font-size: var(--mediumFontMax);
    }
    .et-db #et-boc .et-l .small-header h1,
	.et-db #et-boc .et-l .small-header h2,
	.et-db #et-boc .et-l .small-header h3,
	.et-db #et-boc .et-l .small-header h4,
	.et-db #et-boc .et-l .small-header h5,
	.et-db #et-boc .et-l .small-header-inline,
	.et-db #et-boc .et-l H4,
	h4 {
		font-size: var(--smallFontMax);
    }
    .et-db #et-boc .et-l .smallest-header h1,
	.et-db #et-boc .et-l .smallest-header h2,
	.et-db #et-boc .et-l .smallest-header h3,
	.et-db #et-boc .et-l .smallest-header h4,
	.et-db #et-boc .et-l .smallest-header h5,
	.et-db #et-boc .et-l .smallest-header-inline,
	.et-db #et-boc .et-l H5,
	h5 {
		font-size: var(--smallestFontMax);
	}
	.et-db #et-boc .et-l .mid-header h1,
	.et-db #et-boc .et-l .mid-header h2,
	.et-db #et-boc .et-l .mid-header h3,
	.et-db #et-boc .et-l .mid-header h4,
	.et-db #et-boc .et-l .mid-header h5,
	.custom-post-content h2,
	.et-db #et-boc .et-l .mid-header-inline {
		font-size: var(--midFontMax);
	}
	.custom-post-content p,
	.custom-post-content ul,
	.custom-post-content ol,
	.custom-post-content blockquote {
		font-size: var(--smallestFontMax);
		line-height: 1.6;
		overflow-wrap: break-word;
	}
}
@media only screen and (min-width: 1101px) {
	.subscribe-form {
		flex-direction: row;
    	border-bottom: 1px solid;
	}
	.subscribe-form .form-element-container {
		border-bottom: 0;
	}
}
@media only screen and (min-width: 992px) {}
@media only screen and (min-width: 981px) {
	.col-3-flex {
		flex-direction: row;
	}
	.special-projects-col2 ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	footer .special-projects-col2 ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	#et-boc .hero-section .home-page-here-row .et_pb_column:first-child {
		display: block;
		margin-right: 30px;
	    margin-left: -150px;
	    flex: 0 0 auto;
	}
	#et-boc .hero-section .home-page-here-row .et_pb_column:last-child {
		flex: 1 0 100%;
	}
	#et-boc .home-page-here-row .et_pb_button_module_wrapper {
		margin-right: 45px;
	}
	.policy-area-row:not(.full-width) .et_pb_column:first-child {
		width: 90%;
		margin-right: 0;
	}
	.policy-area-row:not(.full-width) .et_pb_column:last-child {
		width: 10%;
	}
	#et-boc .hero-section .home-page-here-row {
		flex-direction: row;
	}
	.et-db #et-boc .et-l .team-template-hero > .et_pb_row {
		width: 100%;
	    display: flex;
	    min-height: 70vh;
	    max-width: 1920px;
	}
	.et-db #et-boc .et-l .team-template-hero > .et_pb_row .et_pb_column:first-of-type {
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    padding-left: 4%;
	    width: auto;
	    flex: 1;
	}
	.et-db #et-boc .et-l .team-template-hero > .et_pb_row .et_pb_column:last-of-type {
		display: flex;
	    justify-content: end;
	    flex-direction: column;
	    align-items: end;
	    width: auto;
	    flex: 2;
	}
	.et-db #et-boc .et-l .team-template-hero > .et_pb_row .et_pb_column:last-of-type .et_pb_module {
		width: 100%;
	}
	.et-db #et-boc .et-l .team-template-hero > .et_pb_row .et_pb_column:last-of-type .et_pb_module .et_pb_code_inner {
		line-height: 0;
	}
	.hero-gradient:before,
	.hero-blue:before {
	    height: 80%;
	}
	.subscribe-form {
	    align-items: center;
	}
	.subscribe-form .button-content {
	    margin-top: 0;
	}
	.actions {
	    align-items: start;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1100px) {}
@media only screen and (max-width: 980px) {}
@media only screen and (min-width: 480px) and (max-width: 766px) {}
@media only screen and (max-width: 768px) {
	.vert-details article{
		flex-direction: column;
	}
	.vert-details article a{
		width: 100%
	}
	.vert-details article .wrap{
		width: 100%
	}
	.author-module {
		flex-direction: column;
	}
	#filter-bar {
	    position: fixed;
	    left: 100%;
	    top: 60px;
	    background: var(--cream);
	    z-index: 999999999;
	    width: 50%;
	    height: calc(100vh - 60px);
	    overflow: scroll;
	    padding: 20px 0 100px 0;
	    margin: 0;
	    transition: left .4s ease;
	}
	#filter-bar.active {
		left: 50%;
	}
	#sort-bar {
		flex-direction: row;
	    align-items: baseline;
	    padding-top: 0;
	}
	.filter-heading {
		padding-left: 10px;
	}
	.filter-bar ul li, 
	.sort-bar ul li {
		margin-left: 10px;
	}
	.filter-bar ul li ul {
		display: flex;
		position: relative;
		box-shadow:none;
		width: 100%;
		z-index: 99999999;
		background: transparent;
	}
	.filter-bar ul li a {
		font-size: var(--copyFontSmall);
	}
	.et-db #et-boc .et-l .filter-bar ul li ul li a.active:not([data-post-type-id=all]):not([data-author-id=all]):not([data-category-id=all]) {
		color: var(--darkOrange);
	}
	.filter-bar ul li ul li {
		line-height: 1.5;
	}
}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 980px) and (orientation : portrait) {}