/*
Theme Name: Total Child Theme
Theme URI: https://iej.org.za/
Author: Werner Etsebeth
Template: Total
Version: 1.0
*/

/* Buttons */
.iej_download_buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 20px;
}

.iej_download_button {
	border-radius: 0px;
    padding-block: 20px;
    padding-inline: 50px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.iej_job_spec_button {
	margin-top: 20px;
	border-radius: 0px;
    padding: 0.75em 1.25em;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Cards */
.wpex-post-cards .wpex-post-cards-entry .wpex-card.iej_card_shadow {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Contact Forms */
.wpcf7-text, .wpcf7-textarea {
	width: 100%
}

/* Counter Columns */
.iej_counter_columns {
	counter-reset: col-counter;
}

.iej_counter_columns .wpb_wrapper {
	position: relative;
	counter-increment: col-counter;
}

.iej_counter_columns .wpb_wrapper::after {
	content: counter(col-counter);
	position: absolute;
	bottom: 50px;
	right: 10px;
	font-size: 120px;
	font-weight: 700;
	color: #ffffff;
	opacity: 0.1;
}

/* CTAs */
.vcex-teaser .vcex-teaser-text {
	max-width: 700px
}

/* Decals */
.iej_dots_decal::before {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	width: 10%;
	height: 100%;
	background-image: url('img/decal.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.iej_dots_decal_2::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -35px;
    width: 10%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-mask: url('img/decal.svg') no-repeat center / cover;
    mask: url('img/decal.svg') no-repeat center / cover;
    background-color: #ffffff;
}

/* Donate */
.page-id-161 .iej_dots_decal::before {
    background-size: contain;
	top: 8px;
}

/* Headings */
.vcex-heading, .vcex-feature-box-heading, .vcex-teaser-heading {
	word-break: keep-all;
}

/* Home */
.iej_homepage_hero .vcex-flex-container {
	flex-direction: row;	
}

.home .iej_resource_category_label {
	display: none
}

.home .wpex-post-cards-entry.type-iej_resources .vcex-flex-container {
	padding-top: 25px
}

.home .iej_dots_decal::before {
    background-size: contain;
	top: 11px;
}

.iej_homepage_our_work {
	background: linear-gradient(110.79deg, #124E90 6.35%, #00AAAD 87.51%);
}

.iej_homepage_our_work .vcex-teaser-heading .wpex-span {
	color: var(--wpex-palette-20-color)
}

.iej_homepage_our_work .iej_home_our_work_flexible_container {
	padding-top: 8rem;
	padding-bottom: 8rem;
	padding-left: 40px;
	padding-right: 40px
}

/* Events */
#calendar.fc .fc-button-primary {
	background-color: var(--wpex-palette-28-color);
	border-color: var(--wpex-palette-28-color)
}

#calendar.fc .fc-button-primary:hover {
	border-color: var(--wpex-palette-28-color)
}

#calendar.fc table th.fc-col-header-cell a {
	color: var(--wpex-palette-28-color)
}

#calendar.fc table th.fc-col-header-cell a:hover {
	text-decoration: none
}

#calendar.fc table .fc-daygrid-day-top a {
	color: var(--wpex-palette-28-color)	
}

#calendar.fc table .fc-daygrid-day-top a:hover {
	text-decoration: none
}

#calendar.fc table .fc-daygrid-event-dot {
	display: none
}

#calendar.fc table .fc-event-time {
	display: none
}

#calendar.fc table .fc-daygrid-event-harness a.fc-h-event {
	background-color: var(--wpex-palette-22-color);
	border-color: var(--wpex-palette-22-color);
	font-weight: 700
}

#calendar.fc table .fc-daygrid-event-harness a {
	margin-left: 15px;
	font-size: 1em
}

.iej_event_date_circle {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
	align-content: center;
	justify-content: center;
    padding: 20px;
	box-sizing: border-box;
	color: #ffffff!important;
	font-size: 18px!important;
	font-weight: 700;
	text-transform: uppercase
}

.iej_event_date_circle .iej_event_circle_day {
	font-size: 56px;
	font-weight: 700
}

.type-just_event .theme-button.outline:hover {
	border-color: var(--wpex-palette-20-color)!important
}

.iej_event_date_circle.month-jan { background: var(--wpex-palette-22-color); }
.iej_event_date_circle.month-feb { background: var(--wpex-palette-22-color); }
.iej_event_date_circle.month-mar { background: var(--wpex-palette-22-color); }
.iej_event_date_circle.month-apr { background: var(--wpex-palette-22-color); }
.iej_event_date_circle.month-may { background: var(--wpex-palette-22-color); }
.iej_event_date_circle.month-jun { background: var(--wpex-palette-22-color); }
.iej_event_date_circle.month-jul { background: var(--wpex-palette-22-color); }
.iej_event_date_circle.month-aug { background: var(--wpex-palette-22-color); }
.iej_event_date_circle.month-sep { background: var(--wpex-palette-22-color); }
.iej_event_date_circle.month-oct { background: var(--wpex-palette-22-color); }
.iej_event_date_circle.month-nov { background: var(--wpex-palette-22-color); }
.iej_event_date_circle.month-dec { background: var(--wpex-palette-22-color); }

.iej_event_date::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: no-repeat center/contain url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23677787' d='M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/></svg>");
	margin-right: 5px;    
    top: 2px;
    position: relative;
}

.iej_event_location {
	margin-top: 8px;
}

.iej_event_location .vcex-custom-field-icon {
	margin-right: 5px;
}

.iej_event_location .wpex-icon {
	margin-left: 2px;
}

.iej_event_location svg {
	width: 100%;
    height: auto;
    max-width: 12px;
}

.page-id-223 .vcex-loadmore-button {
	color: var(--wpex-palette-18-color) !important;
    border: 2px solid var(--wpex-palette-26-color);
	background: transparent
}

.page-id-223 .vcex-loadmore-button:hover {
	color: var(--wpex-palette-20-color) !important;
	border-color: var(--wpex-palette-20-color) !important;
}

[id^="event-modal-"] .wpex-modal__close {
	font-size: 28px;
	color: var(--wpex-palette-20-color)
}

[id^="event-modal-"] .wpex-modal__title {
	color: var(--wpex-palette-18-color);
}

[id^="event-modal-"] .wpex-modal__body {
	color: var(--wpex-palette-25-color);
    font-size: var(--wpex-text-base);
}

.iej_event_modal {
	height: 0
}

.iej_event_modal .vc_column-inner {
    margin-bottom: 25px;
}

/* Footer */
footer .vcex-navbar-list-item .vcex-navbar-link::before {
    content: "\003E";
    display: inline-block;
    margin-right: 8px;
    color: currentColor;
    font-weight: bold;
}

footer .vcex-navbar-list-item .vcex-navbar-link {
	text-decoration: none
}

/* G20 */
.iej_g20_publications .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel-heading .vc_tta-title-text {
	font-size: 21px;
	line-height: 1;
	font-weight: 600; 
	color: #000000
}

.iej_g20_publications .vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after,
.iej_g20_publications .vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before {
	border-color: #F79E0F	
}

.iej_g20_publications .vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-body {
	border-left: 4px solid #F79E0F;	
}

.iej_g20_publications .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel-heading a {
	color: #000000!important
}

.iej_g20_publications .vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-title-text {
	color: #F79E0F	
}

.iej_g20_publications .vcex-image-grid-entry-img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	height: 411px;
}

/* Images */
/* Press Room | In the Media */
/* Press Room | Podcast */
/* Search Result */
.error404 .vcex-image-img, 
.wpex-card-template_408 .vcex-image-img, 
.wpex-card-template_718 .vcex-image-img, 
.wpex-card-template_740 .vcex-image-img {
	object-fit: cover!important;
}

.wpex-card-template_408 .vcex-image-img {
	min-height: 173px!important;
	max-height: 173px!important;
}

.wpex-card-template_740 .vcex-image-img {
	max-height: none!important
}

.iej_card_template_408 img {
	object-fit: cover!important;
	min-height: 173px!important;
	max-height: 173px!important;	
}

.iej_card_template_740 {
	min-height: 428px!important;	
}

.iej_card_template_740 img {
	object-fit: cover!important;
	min-height: 428px!important;
}

.iej_card_template_pdf img {
	min-height: none!important
}

.wpex-post-cards .wpex-post-cards-entry .wpex-card:not(.wpex-card-template_408):not(.wpex-card-template_718):not(.wpex-card-template_740):not(.wpex-card-template_2821) figure {
	min-height: 428px
}

.wpex-post-cards .wpex-post-cards-entry .wpex-card img {
	object-fit: contain;
    height: 100%;
    max-height: 428px;	
}

.iej_funder_logos .vcex-image-grid-entry-figure {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.05);
	padding: 20px
}

/* In The Media */
.page-id-396 [data-vcex-ajax-filter-target="in-the-media"] > div {
	flex-wrap: nowrap;	
}

/* Links */
.iej_white_heading_link a {
	text-decoration: underline
}

.iej_white_heading_link a:hover {
	color: #ffffff
}

.iej_button_links .vcex-flex-container {
	display: flex;
	gap: 20px;
}

.iej_button_links .vcex-flex-container .theme-button {
	flex: 1 1 25%;
}

.page-id-15 .iej_button_links .learn_about, .page-id-198 .iej_button_links .founding, .page-id-114 .iej_button_links .team, .page-id-116 .iej_button_links .partners, .page-id-118 .iej_button_links .funding, .page-id-513 .iej_button_links .work_with_us {
	display: none
}

.iej_link_list {
	margin-left: 20px
}

.iej_link_list, .iej_link_list a {
	color: var(--wpex-palette-28-color)
}

.iej_link_list a:hover {
	text-decoration: none
}

.theme-button.outline.iej_vacancy_button:hover, .theme-button.outline.iej_opportunity_button:hover {
	border-color: var(--wpex-accent)!important;	
}

.iej_event_button {
	color: var(--wpex-palette-18-color)!important;
	border: 2px solid var(--wpex-palette-26-color)!important;
}

.iej_event_button:hover {
	color: #ffffff!important
}

.wp-block-button__link {
	background-color: var(--wpex-accent)!important;
	font-size: var(--wpex-btn-font-size)!important;
    font-family: var(--wpex-btn-font-family)!important;
    font-style: var(--wpex-btn-font-style)!important;
    text-transform: var(--wpex-btn-text-transform)!important;
    letter-spacing: var(--wpex-btn-letter-spacing)!important;
    line-height: var(--wpex-btn-line-height)!important;
    font-weight: var(--wpex-btn-font-weight)!important;;
}

/* Mailchimp */
.mc4wp-form {
	margin-top: 20px;
}

.mc4wp-form .mc4wp_row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0px;
	margin-bottom: 0px;
}

.mc4wp-form input {
	width: 100%;
	padding: 12px;
}

.mc4wp-form input[type="submit"] {
	width: 100%;
	padding: 14px;
	cursor: pointer;
}

.mailchimp_archive {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.mailchimp_archive_item {	
	padding: 16px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.05);
}

.mailchimp_archive_item .date {
	font-size: 14px;
	color: #666;
	margin-bottom: 6px;
}

.mailchimp_archive_item .link {
	text-decoration: none;
	display: block;
	font-weight: 500;
	color: #363636
}

.mc4wp-response {
	color: #ffffff!important;
    font-style: italic!important;
}

/* Media Queries */
@media only screen and (max-width: 1450px) {
	.wpex-post-cards .wpex-post-cards-entry .wpex-card:not(.wpex-card-template_408):not(.wpex-card-template_718):not(.wpex-card-template_740) figure {
		min-height: auto;
	}
}

@media only screen and (max-width: 1370px) {
	header #site-navigation #menu-main .menu-item-30 {
		display: none
	}
}

@media only screen and (max-width: 1200px) {
	.iej_dots_decal::before {
		width: 20%;
	}
	
	.iej_event_button, .iej_vacancy_button, .iej_opportunity_button {
		display: block;
		text-align: left;
		max-width: 162px;	
	}
}

@media only screen and (max-width: 1100px) {
	.iej_homepage_our_work .iej_home_our_work_flexible_container {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

@media only screen and (max-width: 1024px) {
	.mailchimp_archive {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 992px) {
	.iej_float_left_on_mobile {
		float: left!important;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1262px) {
	.iej_homepage_hero .vcex-button {
		width: 100%
	}
}

@media only screen and (max-width: 959px) {
	.iej_homepage_hero,	.iej_homepage_hero::before, .iej_homepage_hero .vc_column-inner {
		padding: 0!important
	}

	.iej_homepage_our_work .iej_home_our_work_flexible_container {
		margin-top: 60px!important;
		margin-bottom: 0!important;
		padding: 40px!important
	}
}

@media only screen and (max-width: 767px) {
	.iej_center_on_mobile {
		text-align: center;	
	}
	
	.wpex-post-cards .wpex-post-cards-entry .wpex-card figure {
		min-height: auto
	}
	
	.mailchimp_archive {
		grid-template-columns: repeat(2, 1fr);
	}
	
	#projects.wpex-post-cards .project_global-economic-governance_card img {
		max-width: 100px
	}
}

@media only screen and (max-width: 614px) {
	.iej_homepage_hero .vcex-button {
		width: 100%
	}
}

@media only screen and (max-width: 600px) {
	#iej-search {
		flex: auto!important;
	}
	
	.mc4wp-form .mc4wp_row {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 480px) {
	.iej_search_container {
		max-height: 300px!important
	}
	
	.home .iej_search_container {
		max-height: none!important;
	}
	
	#iej-search-submit {
		width: 100%
	}

	.mailchimp_archive {
		grid-template-columns: 1fr;
	}	
}

/* Misc */
.iej_line_height_28 p {
	line-height: 28px
}

.iej_max_height_80 {
	max-height: 80px
}

.iej_center_on_mobile .vcex-heading {
	text-align: center
}

.iej_dropdown_wrapper {
	border: 1px solid var(--wpex-palette-26-color);
	padding: 15px
}

.iej_dropdown_wrapper select {
	border: none;
	font-size: var(--wpex-text-base);
	color: #000000;
	padding-right: 8px;
}

.iej_publication_label {
	margin-top: -20px;
    position: absolute;
    margin-left: 30px;
}

.vcex-teaser .vcex-teaser-heading {
	max-width: 650px
}

.single-iej_projects .vcex-teaser .vcex-teaser-heading {
	max-width: none
}

.single-iej_projects .iej_other_projects .vcex-feature-box-media {
	display: block!important;
}

.iej_bold_text p {
	font-weight: 600
}

.iej_unbold_text p {
	font-weight: 400
}

.wpex-carousel__dots-dot:not(.active) {
	background: #999999
}

/* Opportunities */
.iej_opportunity_location {
	margin-top: 8px;
}

.iej_opportunity_location .vcex-custom-field-icon {
	margin-right: 12px;
}

.iej_opportunity_location .wpex-icon {
	margin-left: 2px;
}

.iej_opportunity_location svg {
	width: 100%;
    height: auto;
    max-width: 12px;
}

/* Overlays */
.overlay-parent:focus-within .overlay-hide {
	opacity: 0!important
}

/* Page Header */
.page-header {
	background: linear-gradient(110.79deg, #124E90 6.35%, #00AAAD 87.51%);
}

.page-header .page-header-content .page-subheading {
	color: #ffffff;
	margin-bottom: 10px;
}

/* Projects */
.iej_projects .vc_column-inner {
	margin-bottom: 10px
}

.iej_past_projects_odd_even .wpex-post-cards-entry:nth-child(odd) .wpex-card {
	background-color: var(--wpex-palette-22-color)
}

.iej_past_projects_odd_even .wpex-post-cards-entry:nth-child(even) .wpex-card {
	background-color: var(--wpex-palette-21-color)
}

body.single-iej_projects.special-and-past-projects .vcex-feature-box-media {
	display: none
}

body.single-iej_projects.special-and-past-projects .vcex-feature-box-content {
	width: 100%
}

.iej_project_link {
	text-decoration: none
}

.iej_project_link:hover {
	text-decoration: underline
}

/* Project | Single */
.single-iej_projects .vcex-loadmore-button {
	color: var(--wpex-palette-18-color) !important;
    border: 2px solid var(--wpex-palette-26-color);
	background: transparent
}

.single-iej_projects .vcex-loadmore-button:hover {
	color: var(--wpex-palette-20-color) !important;
	border-color: var(--wpex-palette-20-color) !important;
}

/* Resources */
.iej_resource_filters select[data-vcex-key="iej_resource_project"] {
	max-width: 250px
}

.iej_resource_filters select[data-vcex-key="iej_resource_project"] option {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.iej_resource_filters select[data-vcex-type="resources-resource_categories"] {
	max-width: 250px
}

.iej_resource_filters select[data-vcex-type="resources-resource_categories"] option {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.resources-resource_categories-170 .iej_resource_projects {
	display: none
}

.iej_resource_category_label {
	position: relative;
	top: -20px;    
	left: 0px;
	padding: 0.75em 1.25em;
	background-color: var(--wpex-palette-19-color);
	text-decoration: none;
	max-width: 200px;
	display: block
}

/* Search */
.home .search-toggle-li,
.page-id-219 .search-toggle-li,
.page-id-221 .search-toggle-li,
.page-id-1566 .search-toggle-li,
.page-id-396 .search-toggle-li {
	display: none
}

#site-navigation .site-search-toggle svg.open path,
#site-navigation .site-search-toggle svg.open line {
	stroke: var(--wpex-palette-20-color)!important;
}

.iej_search_container {
	background: #020202;
	width: 100%;
	padding: 3rem 1rem;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	display: none;
	transition: max-height 0.5s ease;
	position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
	transition: opacity .25s ease;
}

.iej_search_container.open {
	max-height: 155px;
	opacity: 1;
	padding: 3rem 1rem;
	display: block
}

.iej_search_container .iej_search_form {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;	
}

.iej_search_container .screen-reader-text {
	position: absolute;
	left: -9999px;
}

#iej-search {
	flex: 1 1 400px;
	max-width: 500px;
	background: transparent;
	color: #fff;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid var(--wpex-palette-25-color);
	padding: 0.75rem 0.75rem 0.75rem 2.25rem;
	outline: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='%23677787'><path d='M21.53 20.47l-4.8-4.8a8 8 0 10-1.06 1.06l4.8 4.8 1.06-1.06zM10.5 17a6.5 6.5 0 110-13 6.5 6.5 0 010 13z'/></svg>");
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 1.5rem 1.5rem;
	color: #ffffff;	
	font-size: 21px;
	font-weight: 600
}

#iej-search:focus {
	border-bottom-color: var(--wpex-palette-20-color);
}

#iej-search::placeholder {
	color: #ffffff;
	opacity: 1;
	font-size: 21px;
	font-weight: 600
}

#iej-search::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
	font-size: 21px;
	font-weight: 600
}

#iej-search::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
	font-size: 21px;
	font-weight: 600
}

#iej-search:-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
	font-size: 21px;
	font-weight: 600
}

#iej-search::-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
	font-size: 21px;
	font-weight: 600
}

#iej-search-submit {
	align-self: center;
	background: var(--wpex-palette-20-color);
	color: #ffffff;
	border: none;
	border-radius: 0;
	padding: 0.75rem 2.25rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 700	
}

#iej-search-submit:focus-visible {
	outline: 0;
}

.iej_search_bar {
    position: relative;
}

.iej_search_bar input.vcex-searchbar-input {
	border: none;
    border-bottom: 1px solid var(--wpex-palette-25-color);
    padding-left: 40px;
}

.iej_search_bar::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="48 48 416 416"><path d="M221.09,64A157.09,157.09,0,1,0,378.18,221.09,157.1,157.1,0,0,0,221.09,64Z" style="fill:none;stroke:%23677787;stroke-miterlimit:10;stroke-width:32px"/><line x1="338.29" y1="338.29" x2="448" y2="448" style="fill:none;stroke:%23677787;stroke-linecap:round;stroke-miterlimit:10;stroke-width:32px"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.search.search-results h3.vcex-heading {
	margin-top: 0;
	margin-bottom: 0
}

.search.search-results .iej_search_project_categories {
	margin-top: 20px
}

/* Team */
.page-id-114 .staff-social {
	justify-content: center;
}

.page-id-114 .staff-social .wpex-social-btn {
	background: var(--wpex-palette-22-color)
}

.page-id-114 .staff-social .wpex-social-btn svg path {
	fill: #ffffff
}

.single-staff .iej_resource_category_label {
	display: none
}

/* Vacancies */
.iej_vacancy_location {
	margin-top: 8px;
}

.iej_vacancy_location .vcex-custom-field-icon {
	margin-right: 12px;
}

.iej_vacancy_location .wpex-icon {
	margin-left: 2px;
}

.iej_vacancy_location svg {
	width: 100%;
    height: auto;
    max-width: 12px;
}

/* Webinars */
.wpex-card-template_2988 .vcex-image, .wpex-card-template_2988 .vcex-image-img {
	min-height: auto!important;
	max-height: none!important
}

/* Who We Are */
.iej_values_teaser_box .vcex-teaser-text {
	max-width: none
}

.page-id-15 .vcex-teaser-content {
	padding: 20px
}