header>.inside-header,
header .navigation-stick .inside-navigation {
	max-width: 90%;
}

.block-editor-block-list__block.mzm-site-header {
	background-color: #EEE;
}

ul.wp-block-navigation {
	column-gap: 30px;
}

.ar-menu-item {
	font-family: 'Almarai';
}

.mzm-background-video {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mzm-background-video iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	/* min-width: 500%;
	min-height: 250%; */
	min-width: 100%;
	min-height: 100%;
	max-width: initial;
}

.modal-main-wrap {
	overflow: hidden;
}

.eb-popup-content {
	overflow: initial;
	display: flex;
	align-items: center;
	justify-content: center;
}

.eb-popup-close-icon span:before {
	font-size: 35px;
}

.wp-embed-responsive .wp-has-aspect-ratio {
	width: 100%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
	max-height: 80vh;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
	padding-top: 50%;
}

.mzm-dropcap::first-letter {
	font-size: 65px;
	line-height: 45px;
	float: left;
	padding-right: 6px;
	font-weight: 600;
}

.mzm-white-container-hover:hover h3,
.mzm-white-container-hover:hover span {
	color: var(--base-3);
}

.eb-accordion-container.eb-accordion-type-image .eb-accordion-inner {
	justify-content: flex-start;
}

.eb-accordion-container {
	column-gap: 70px;
}

.eb-accordion-container.eb-accordion-type-image .eb-accordion-image-container {
	min-height: 650px;
}

.eb-accordion-title {
	display: flex;
	align-items: center;
	column-gap: 20px;
	transition: all 0.3s;
}

.eb-accordion-image-container {
	border-radius: 9rem;
	overflow: hidden;
}

.eb-accordion-container.eb-accordion-type-image .eb-accordion-image-container img {
	object-fit: cover;
	transition: opacity 1s ease;
}

.mzm-homepage-subscription-form .eb-form-wrapper .eb-form.form-layout-block {
	display: flex;
	gap: 30px;
}

.mzm-homepage-subscription-form .eb-form-wrapper .eb-form.form-layout-block .eb-form-fields {
	flex-direction: row;
	width: 100%;
}

.mzm-homepage-subscription-form .eb-form-wrapper .eb-form.form-layout-block .eb-form-fields .eb-form-field {
	flex: 1;
}

.mzm-homepage-subscription-form .eb-form-wrapper .eb-form.form-layout-block .eb-form-submit {
	flex: 0;
}

.mzm-homepage-subscription-form .eb-form-wrapper .eb-form.form-layout-block .eb-form-submit .eb-form-submit-button {
	width: initial;
}

.mzm-homepage-subscription-form .eb-form-wrapper .eb-form.form-layout-block .eb-form-submit .eb-form-submit-button .eb-form-submit-loader {
	position: absolute;
	top: 13px;
	right: 20px;
}

.site-footer .wp-block-navigation li a span {
	padding-left: 15px;
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%226%22%20height%3D%2211%22%20viewBox%3D%220%200%206%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%209.90234L5%205.40234L0%200.902344%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px 11px;
}

.eb-breadcrumb-wrapper .eb-breadcrumb {
	display: flex;
	align-items: center;
}

.modal-style.style-1 figure {
	padding: 20px 20px 0;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	position: relative;
}

.modal-style.style-1 figure img {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	transition: -webkit-transform .5s;
	-moz-transition: transform .5s, -moz-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}

.modal-style.style-1 figure:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.modal-style.style-1 figcaption {
	padding: 20px 0;
	text-align: center;
	z-index: 2;
	color: var(--contrast);
	position: relative;
	left: initial;
	right: initial;
	top: initial;
	bottom: initial;
	background: transparent;
	opacity: 1;
	-webkit-backface-visibility: initial;
	-moz-backface-visibility: initial;
	backface-visibility: initial;
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transition: initial;
	-moz-transition: initial;
	transition: initial;
	font-size: inherit;
}

.modal-style.style-1 figcaption h3 {
	color: var(--contrast);
	margin-bottom: 10px;
	font-size: 20px;
}

.modal-style.style-1 figcaption h3,
.modal-style.style-1 figcaption h3 small {
	display: flex;
	align-items: center;
	gap: 7px;
}

.modal-style.style-1 figcaption h3 small:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	background-color: var(--contrast-2);
	margin-top: 2px;
}

.modal-style.style-1 figcaption span {
	font-size: 16px;
	font-style: italic;
	width: 50%;
}

.modal-style.style-1 figcaption .awsm-personal-extra-info span:last-child {
	text-align: right;
}

.modal-style.style-1 figcaption::before {
	display: none;
}

.modal-style.style-1 .awsm-personal-info {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 0;
}

.modal-style.style-1 .awsm-personal-extra-info {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 16px;
	font-style: italic;
	column-gap: 15px;
}

.modal-style.style-1 .awsm-modal-details .awsm-personal-extra-info {
	flex-direction: column;
	row-gap: 10px;
	margin-bottom: 10px;
}

.mzm-team-member-image,
.awsm-image-main {
	position: relative;
}

.mzm-team-member-image .awsm-contact-info,
.awsm-image-main .awsm-social-icons,
.awsm-popup-project-logo-wrapper {
	position: absolute;
	right: 15px;
	bottom: 11px;
}

.mzm-fellows-container .awsm-team-item,
.mzm-fellows-container .awsm-team-item .awsm-team-link-control {
	display: flex;
}

.mzm-fellows-container .mzm-team-member-image .awsm-contact-info {
	display: none;
}

.mzm-fellows-container figcaption .awsm-contact-info {
	display: flex !important;
	margin-top: 10px;
}

.mzm-fellows-container figcaption .awsm-contact-info .awsm-social-icons {
	display: flex;
	gap: 5px;
}

.mzm-fellows-container figcaption .awsm-contact-info .awsm-social-icons i {
	font-size: 25px;
	color: #0A66C2;
	border-radius: 10px;
}

.mzm-fellows-container .mzm-fellow-bp-program {
	background-color: var(--lime-green);
	color: var(--base-3);
	display: flex;
	font-size: 14px;
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 5px 16px;
}

.awsm-image-main .awsm-popup-project-logo-wrapper+.awsm-social-icons {
	left: 0;
	right: auto;
	bottom: -45px;
}

.awsm-image-main .awsm-popup-project-logo-wrapper+.awsm-social-icons {
	display: flex;
	gap: 5px;
}

.awsm-image-main .awsm-popup-project-logo-wrapper+.awsm-social-icons i {
	font-size: 25px;
}

.awsm-image-main .awsm-popup-project-logo-wrapper+.awsm-social-icons i:after {
	display: none;
}

.awsm-popup-project-logo-wrapper .awsm-project-logo {
	max-width: 70px;
}

.awsm-personal-info-wrapper {
	display: flex;
	align-items: flex-start;
	column-gap: 10px;
}

.awsm-personal-info-wrapper .awsm-project-logo {
	max-width: 70px;
}

figcaption .awsm-personal-info-wrapper .awsm-personal-info h3,
figcaption .awsm-personal-info-wrapper .awsm-personal-info span {
	width: 100%;
}

.mzm-team-member-image .awsm-social-icons {
	margin: 0;
}

.mzm-team-member-image .awsm-social-icons span {
	padding: 0;
	margin: 0;
}

.mzm-team-member-image .awsm-social-icons span i,
.awsm-image-main .awsm-social-icons span i {
	position: relative;
	font-size: 50px;
	color: #0A66C2;
	border-radius: 10px;
}

.mzm-team-member-image .awsm-social-icons span i:after,
.awsm-image-main .awsm-social-icons span i:after {
	content: '';
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #FFF;
}

.single-awsm_team_member .awsm-social-icons {
	display: flex;
	gap: 5px;
}

.single-awsm_team_member .awsm-social-icons a {
	text-decoration: none;
}

.single-awsm_team_member .awsm-social-icons i {
	font-size: 35px;
	color: #0A66C2;
}

.mzm-team-member-image .awsm-social-icons span i:before,
.awsm-image-main .awsm-social-icons span i:before {
	z-index: 100;
	position: relative;
}

.awsm-expand-link {
	display: none;
	position: absolute;
	top: 0;
	right: 15px;
}

.fellows-filters~div .awsm-expand-link {
	display: initial;
}

.fellows-filters~div .awsm-grid figure .mzm-team-member-image>img {
	height: 300px;
	object-fit: cover;
}

.awsm-expand-link svg {
	width: 25px;
	height: 25px;
	fill: var(--accent);
}

.fellows-filters__inner {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}

.fellows-filters__inner .fellows-filters__item {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.fellows-filters__inner .fellows-filters__item .fellows-filters__search input {
	min-width: 663px;
}

.fellows-filters__inner .fellows-filters__label {
	color: var(--contrast);
	font-size: 16px;
}

.fellows-filters__inner .fellows-filters__clear-all {
	flex: 1;
	display: flex;
	align-items: center;
}

.fellows-filters__inner .fellows-filters__clear-all a {
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: var(--contrast);
}

.fellows-filters__inner select,
.fellows-filters__inner input[type="text"] {
	cursor: pointer;
	padding: 10px 20px;
	border: 1px solid var(--contrast);
	border-radius: 30px;
	min-width: 200px;
}

.fellows-filters__inner select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('data:image/svg+xml,%3Csvg fill="none" viewBox="0 0 12 7" height="7" width="12" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="text-current flex-shrink-0"%3E%3Cpath d="M6 6.975C5.86667 6.975 5.74167 6.95417 5.625 6.9125C5.50834 6.87083 5.4 6.8 5.3 6.7L0.700003 2.1C0.51667 1.91667 0.425003 1.68333 0.425003 1.4C0.425003 1.11667 0.51667 0.883334 0.700003 0.7C0.883336 0.516667 1.11667 0.425 1.4 0.425C1.68334 0.425 1.91667 0.516667 2.1 0.7L6 4.6L9.9 0.7C10.0833 0.516667 10.3167 0.425 10.6 0.425C10.8833 0.425 11.1167 0.516667 11.3 0.7C11.4833 0.883334 11.575 1.11667 11.575 1.4C11.575 1.68333 11.4833 1.91667 11.3 2.1L6.7 6.7C6.6 6.8 6.49167 6.87083 6.375 6.9125C6.25834 6.95417 6.13334 6.975 6 6.975Z" fill="%23000000"%3E%3C/path%3E%3C/svg%3E') no-repeat right 15px center;
}

.awsm-team-item {
	transition: transform 0.3s ease, opacity 0.3s ease;
	transform: scale(1);
	opacity: 1;
}

.awsm-team-item.hide {
	transform: scale(0);
	opacity: 0;
}

.modal-style.style-1 figcaption {
	text-align: left;
}

.modal-style.style-1 .awsm-modal-content-inner {
	display: flex;
	flex-direction: column;
}

.modal-style.style-1 .awsm-modal-content-inner>* {
	order: 3;
}

.modal-style.style-1 .awsm-modal-content-inner h2 {
	order: 1;
	font-size: 32px;
	margin-bottom: 5px;
	color: var(--accent);
}

.modal-style.style-1 .awsm-modal-content-inner h3 {
	order: 2;
	font-size: 24px;
	margin-bottom: 5px;
	color: var(--accent);
	text-transform: initial;
	font-weight: 600;
}

.modal-style.style-1 .awsm-modal-content-inner figure {
	padding: 0;
}

.modal-style.style-1 .awsm-modal-founder-details .awsm-modal-content-inner h3 {
	font-size: 16px;
	font-style: italic;
	color: var(--contrast);
	font-weight: 400;
	margin-bottom: 10px;
}

.modal-style.style-1 .awsm-modal-content-main.awsm-modal-video-details {
	clear: both;
	padding-top: 30px;
}

.modal-style.style-1 .awsm-modal-video-details .awsm-modal-content-inner {
	position: relative;
	padding-bottom: 56.25%;
	/* height = 56.25% of the width */
	height: 0;
	/* collapses the div – the padding creates the space */
	overflow: hidden;
	max-width: 100%;
	/* optional: don’t let it overflow its parent */
}

.modal-style.style-1 .awsm-modal-video-details iframe,
.modal-style.style-1 .awsm-modal-video-details embed,
.modal-style.style-1 .awsm-modal-video-details object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-style.style-1 .awsm-modal-content {
	padding: 40px 30px;
}

.modal-style.style-1 .awsm-modal-content-main {
	padding: 0 20px;
}

.modal-style.style-1 .awsm-image-main img {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.modal-style.style-1 .awsm-modal-content-main+.awsm-modal-content-main {
	margin-top: 50px;
}

.eb-accordion-wrapper.eb-accordion-hidden .eb-accordion-title-wrapper .eb-accordion-title-prefix-icon {
	color: var(--contrast);
}

.slick-slider .slick-track {
	display: flex;
	align-items: center;
}

.buildpalestine-library-search input[type="search"] {
	padding: 11px 15px;
	background: var(--base-3);
	border: 1px solid #EBEBE9;
	border-radius: 10px;
	font-size: 16px;
	min-width: 430px;
}

.buildpalestine-library-search button {
	padding: 6px 42px;
	background: var(--base-3);
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	color: var(--contrast);
}

.buildpalestine-library-search.green-btn button {
	background: var(--accent);
	color: var(--base-3);
}

.yoast-breadcrumbs,
.yoast-breadcrumbs a {
	color: var(--base-3);
}

.page-id-1222 .yoast-breadcrumbs,
.page-id-1222 .yoast-breadcrumbs a {
	color: #5C6339;
}

.page-id-1222 .header-wrap #site-navigation:not(.toggled) .main-nav>ul>li>a {
	color: var(--contrast);
}

.mzm-float-right {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

.yoast-breadcrumbs a {
	text-decoration: none;
}

.bp-sticky-posts-container div[class^="gb-looper"] {
	margin-bottom: 100px;
}

.bp-blog-sidebar .wp-block-search label {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
}

.bp-blog-sidebar .wp-block-search button {
	display: none;
}

.bp-blog-sidebar .wp-block-search input[type="search"] {
	background-color: var(--base-3);
	border: 1px solid var(--contrast-3);
	background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9129 13.8834L18 18M16.1111 8.55556C16.1111 12.7284 12.7284 16.1111 8.55556 16.1111C4.38274 16.1111 1 12.7284 1 8.55556C1 4.38274 4.38274 1 8.55556 1C12.7284 1 16.1111 4.38274 16.1111 8.55556Z" stroke="%23D0CFCD" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 44px;
}

.bp-blog-sidebar .wp-block-tag-cloud a {
	padding: 7px 18px;
	font-weight: 300;
	font-size: 16px !important;
	color: var(--contrast-2);
}

.bp-blog-sidebar .wp-block-tag-cloud a:hover {
	color: var(--accent);
}

.speakers-list,
.panelists-list {
	display: flex;
	flex-direction: row;
	gap: 20px;
	padding: 0 20px;
	flex-wrap: wrap;
}

.speaker-list-row,
.panelist-list-row {
	display: flex;
	column-gap: 20px;
	width: calc(50% - 20px);
}

.speaker-list-row .speaker-image img,
.panelist-list-row .panelist-image img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	min-width: 100px;
	min-height: 100px;
}

.speaker-list-row .speaker-info,
.panelist-list-row .panelist-info {
	display: flex;
	flex-direction: column;
}

.speaker-list-row .speaker-info .speaker-name,
.panelist-list-row .panelist-info .panelist-name {
	font-size: 20px;
	font-weight: bold;
}

.speaker-list-row .speaker-info .speaker-designation,
.panelist-list-row .panelist-info .panelist-designation {
	font-style: italic;
}

.mzm-bp-contact-us-row {
	display: flex;
	column-gap: 30px;
}

.mzm-bp-contact-us-col {
	width: 50%;
}

.mzm-bp-contact-us-row p,
.mzm-bp-contact-us-row p span {
	width: 100%;
	display: block;
}

.mzm-bp-contact-us-row input[type="text"],
.mzm-bp-contact-us-row input[type="email"] {
	width: 100%;
}

.mzm-bp-contact-us-row .mzm-bp-contact-us-name,
.mzm-bp-contact-us-row .mzm-bp-contact-us-email,
.mzm-bp-contact-us-row .mzm-bp-contact-us-subject,
.mzm-bp-contact-us-row .mzm-bp-contact-us-message {
	border-width: 0;
	border-bottom: 1px solid var(--contrast-3);
	padding-right: 0;
	background-repeat: no-repeat;
	background-position: left top 14px;
	background-size: 20px;
	padding-left: 30px;
}

.mzm-bp-contact-us-row .mzm-bp-contact-us-name:focus,
.mzm-bp-contact-us-row .mzm-bp-contact-us-email:focus,
.mzm-bp-contact-us-row .mzm-bp-contact-us-subject:focus,
.mzm-bp-contact-us-row .mzm-bp-contact-us-message:focus {
	border-bottom: 1px solid var(--contrast-2);
}

.mzm-bp-contact-us-row .mzm-bp-contact-us-name {
	background-image: url('data:image/svg+xml,<svg width="800" height="800" viewBox="0 0 800 800" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_693_2492)"><path fill-rule="evenodd" clip-rule="evenodd" d="M662.502 719.999H137.527C109.271 719.999 88.4061 692.119 99.0632 666.479C148.511 547.919 264.677 479.999 399.994 479.999C535.352 479.999 651.518 547.919 700.966 666.479C711.623 692.119 690.758 719.999 662.502 719.999ZM236.667 239.999C236.667 151.759 309.96 79.9994 399.994 79.9994C490.069 79.9994 563.321 151.759 563.321 239.999C563.321 328.239 490.069 399.999 399.994 399.999C309.96 399.999 236.667 328.239 236.667 239.999ZM798.227 705.439C768.542 571.079 675.691 471.918 553.481 426.918C618.24 375.838 656.01 293.237 642.127 202.797C626.039 97.8772 536.944 13.9191 429.393 1.67907C280.929 -15.2409 155.003 97.9594 155.003 239.999C155.003 315.599 190.772 382.958 246.548 426.918C124.297 471.918 31.4865 571.079 1.76096 705.439C-9.01865 754.279 31.1599 799.999 82.1589 799.999H717.829C768.869 799.999 809.047 754.279 798.227 705.439Z" fill="black"/></g><defs><clipPath id="clip0_693_2492"><rect width="800" height="800" fill="white"/></clipPath></defs></svg>');
}

.mzm-bp-contact-us-row .mzm-bp-contact-us-email {
	background-image: url('data:image/svg+xml,<svg width="800" height="800" viewBox="0 0 800 800" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M133.334 233.336L340.001 388.334C375.557 415.001 424.444 415.001 460.001 388.334L666.667 233.334" stroke="black" stroke-width="66.6667" stroke-linecap="round" stroke-linejoin="round"/><path d="M633.333 166.666H166.667C129.848 166.666 100 196.514 100 233.333V566.666C100 603.485 129.848 633.333 166.667 633.333H633.333C670.152 633.333 700 603.485 700 566.666V233.333C700 196.514 670.152 166.666 633.333 166.666Z" stroke="black" stroke-width="66.6667" stroke-linecap="round"/></svg>');
}

.mzm-bp-contact-us-row .mzm-bp-contact-us-subject {
	background-image: url('data:image/svg+xml,<svg width="800" height="800" viewBox="0 0 800 800" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M400 120C363.23 120 326.82 127.242 292.849 141.314C258.877 155.385 228.011 176.01 202.01 202.01C176.01 228.011 155.385 258.877 141.314 292.849C127.242 326.82 120 363.23 120 400C120 436.77 127.242 473.18 141.314 507.151C155.385 541.123 176.01 571.989 202.01 597.99C228.011 623.99 258.877 644.615 292.849 658.686C326.82 672.758 363.23 680 400 680C474.261 680 545.48 650.5 597.99 597.99C650.5 545.48 680 474.261 680 400C680 325.739 650.5 254.52 597.99 202.01C545.48 149.5 474.261 120 400 120ZM40 400C40 304.522 77.9285 212.955 145.442 145.442C212.955 77.9285 304.522 40 400 40C495.478 40 587.045 77.9285 654.558 145.442C722.072 212.955 760 304.522 760 400C760 495.478 722.072 587.045 654.558 654.558C587.045 722.072 495.478 760 400 760C304.522 760 212.955 722.072 145.442 654.558C77.9285 587.045 40 495.478 40 400ZM360 240C360 229.391 364.214 219.217 371.716 211.716C379.217 204.214 389.391 200 400 200H400.4C411.009 200 421.183 204.214 428.684 211.716C436.186 219.217 440.4 229.391 440.4 240C440.4 250.609 436.186 260.783 428.684 268.284C421.183 275.786 411.009 280 400.4 280H400C389.391 280 379.217 275.786 371.716 268.284C364.214 260.783 360 250.609 360 240ZM360.4 560C360.4 570.609 364.614 580.783 372.116 588.284C379.617 595.786 389.791 600 400.4 600C411.009 600 421.183 595.786 428.684 588.284C436.186 580.783 440.4 570.609 440.4 560V360C440.4 349.391 436.186 339.217 428.684 331.716C421.183 324.214 411.009 320 400.4 320C389.791 320 379.617 324.214 372.116 331.716C364.614 339.217 360.4 349.391 360.4 360V560Z" fill="black"/></svg>');
}

.mzm-bp-contact-us-row .mzm-bp-contact-us-message {
	background-image: url('data:image/svg+xml,<svg width="800" height="800" viewBox="0 0 800 800" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_693_2488)"><path d="M648.967 71.1993L719.678 141.91C739.204 161.436 739.204 193.094 719.678 212.621L301.369 630.93C289.984 642.315 276.018 650.783 260.659 655.613L105.897 704.285C97.9939 706.77 89.5728 702.379 87.0874 694.476C86.1337 691.443 86.1681 688.186 87.1857 685.174L142.416 521.712C147.342 507.136 155.564 493.892 166.444 483.012L578.257 71.1993C597.783 51.6731 629.441 51.6731 648.967 71.1993ZM254.896 465.255L201.799 518.367C197.447 522.719 193.946 527.828 191.458 533.429L189.786 537.718L156.624 635.905L245.659 607.916C251.802 605.984 257.5 602.888 262.448 598.812L266.013 595.575L325.596 535.955L254.896 465.255ZM511.147 209.005L290.246 429.88L360.946 500.605L581.847 279.705L511.147 209.005ZM613.612 106.555L546.497 173.63L617.221 244.355L684.323 177.265L613.612 106.555Z" fill="black"/></g><defs><clipPath id="clip0_693_2488"><rect width="800" height="800" fill="white"/></clipPath></defs></svg>');
	background-size: 23px;
}

.mzm-bp-contact-us-row .mzm-bp-contact-us-submit-btn {
	background-color: var(--accent);
	background-image: url('data:image/svg+xml,<svg width="800" height="800" viewBox="0 0 800 800" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M742.155 80.924C732.664 73.0285 721.21 67.8539 709.012 65.9509C696.814 64.0478 684.329 65.4876 672.884 70.117L75.5207 311.295C62.7457 316.551 51.8712 325.568 44.3407 337.149C36.8101 348.73 32.9796 362.327 33.3575 376.136C33.7354 389.945 38.3039 403.312 46.4566 414.464C54.6093 425.616 65.9607 434.025 79.004 438.574L199.837 480.599L267.187 703.32C268.103 706.295 269.431 709.127 271.133 711.733C271.392 712.133 271.756 712.431 272.031 712.819C273.998 715.564 276.374 717.989 279.078 720.011C279.847 720.597 280.584 721.147 281.406 721.667C284.57 723.767 288.075 725.302 291.763 726.204L292.158 726.238L292.382 726.333C294.599 726.785 296.857 727.014 299.12 727.017C299.338 727.017 299.531 726.913 299.747 726.909C303.162 726.849 306.548 726.261 309.783 725.165C310.536 724.909 311.181 724.48 311.911 724.171C314.324 723.171 316.609 721.889 318.721 720.352C320.411 718.927 322.103 717.503 323.795 716.079L413.867 616.633L548.209 720.702C560.036 729.91 574.594 734.915 589.583 734.927C605.289 734.907 620.51 729.488 632.696 719.579C644.881 709.669 653.289 695.872 656.51 680.5L765.267 146.614C767.731 134.598 766.883 122.138 762.812 110.567C758.741 98.9963 751.6 88.7499 742.155 80.924ZM312.337 491.211C307.715 495.814 304.556 501.68 303.255 508.073L292.938 558.206L266.803 471.77L402.311 401.205L312.337 491.211ZM589.063 668L430.306 545.018C423.664 539.886 415.332 537.444 406.971 538.18C398.609 538.916 390.832 542.776 385.189 548.989L356.342 580.829L366.536 531.281L602.636 295.181C608.272 289.553 611.705 282.093 612.315 274.152C612.925 266.211 610.67 258.314 605.96 251.892C601.249 245.469 594.395 240.946 586.637 239.142C578.88 237.338 570.733 238.372 563.672 242.056L224.829 418.477L100.684 373.047L699.967 133.3L589.063 668Z" fill="white" stroke="white" stroke-width="33.3333"/></svg>');
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 20px;
	padding-left: 50px;
}

.mzm-bp-contact-us-row .mzm-bp-contact-us-submit-btn:hover {
	background-color: var(--contrast);
}

.mzm-form-dir-rtl {
	direction: rtl;
}

.mzm-form-dir-rtl .gform_required_legend {
	display: none;
}

.mzm-form-dir-rtl .gfield select.large {
	background-position: 12px center;
}

.root-page-fellows-slider .eb-slider-wrapper.eb-slider-gat91 .eb-slider-type-content .eb-slider-item {
	align-items: initial;
	padding: 25px;
	column-gap: 40px;
}

.root-page-fellows-slider .eb-slider-wrapper .eb-slider-type-content .eb-slider-item.content-3>div:first-child,
.root-page-fellows-slider .eb-slider-wrapper .eb-slider-type-content .eb-slider-item.content-4>div:first-child {
	min-width: 50%;
}

.root-page-fellows-slider .eb-slider-wrapper .eb-slider-type-content .eb-slider-item.content-3 img,
.root-page-fellows-slider .eb-slider-wrapper .eb-slider-type-content .eb-slider-item.content-4 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.root-page-fellows-slider .eb-slider-wrapper .eb-slider-type-content .eb-slider-item.content-3 .eb-slider-content,
.root-page-fellows-slider .eb-slider-wrapper .eb-slider-type-content .eb-slider-item.content-4 .eb-slider-content {
	padding: 0;
}

.mzm-direction-rtl .root-page-fellows-slider .eb-slider-wrapper .eb-slider-type-content .eb-slider-item.content-3 .eb-slider-content,
.mzm-direction-rtl .root-page-fellows-slider .eb-slider-wrapper .eb-slider-type-content .eb-slider-item.content-4 .eb-slider-content {
	text-align: right;
}

.mzm-direction-rtl .root-page-fellows-slider .eb-slider-wrapper .eb-slider-type-content .eb-slider-item.content-3 .eb-slider-content .eb-slider-button,
.mzm-direction-rtl .root-page-fellows-slider .eb-slider-wrapper .eb-slider-type-content .eb-slider-item.content-4 .eb-slider-content .eb-slider-button {
	margin-right: 0;
	margin-left: 10px;
}

.mzm-direction-rtl .root-page-fellows-slider .eb-slider-wrapper ul.slick-dots {
	margin: 0;
	text-align: center;
}

.mzm-direction-rtl .inside-article h1,
.mzm-direction-rtl .inside-article h2,
.mzm-direction-rtl .inside-article h3,
.mzm-direction-rtl .inside-article h4,
.mzm-direction-rtl .inside-article h5,
.mzm-direction-rtl .inside-article h6,
.mzm-direction-rtl .inside-article p,
.mzm-direction-rtl .inside-article blockquote,
.mzm-direction-rtl .inside-article pre,
.mzm-direction-rtl .inside-article figcaption,
.mzm-direction-rtl .inside-article li,
.mzm-direction-rtl .inside-article dt,
.mzm-direction-rtl .inside-article dd,
.mzm-direction-rtl .inside-article caption,
.mzm-direction-rtl .inside-article summary,
.mzm-direction-rtl .inside-article legend,
.mzm-direction-rtl .inside-article span,
.mzm-direction-rtl .inside-article a,
.mzm-direction-rtl .inside-article strong,
.mzm-direction-rtl .inside-article b,
.mzm-direction-rtl .inside-article em,
.mzm-direction-rtl .inside-article i,
.mzm-direction-rtl .inside-article u,
.mzm-direction-rtl .inside-article small,
.mzm-direction-rtl .inside-article abbr,
.mzm-direction-rtl .inside-article cite,
.mzm-direction-rtl .inside-article mark,
.mzm-direction-rtl .inside-article code,
.mzm-direction-rtl .inside-article kbd,
.mzm-direction-rtl .inside-article samp,
.mzm-direction-rtl .inside-article var,
.mzm-direction-rtl .inside-article sub,
.mzm-direction-rtl .inside-article sup,
.mzm-direction-rtl .inside-article time,
.mzm-direction-rtl .inside-article q,
.mzm-direction-rtl .inside-article th,
.mzm-direction-rtl .inside-article td,
.mzm-direction-rtl .inside-article label,
.mzm-direction-rtl .inside-article input[type="text"],
.mzm-direction-rtl .inside-article textarea,
.mzm-direction-rtl .inside-article select,
.mzm-direction-rtl .inside-article option {
	direction: rtl;
}

.mzm-direction-rtl .inside-article ul {
	text-align: right;
	margin: 0 3em 1.5em 0;
}

.main-navigation .main-nav ul li.mzm-highlight-menu-item a {
	background-color: #DC222C;
	color: white !important;
	border: 2px solid #ffffff4f !important;
	padding: 8px 15px !important;
	border-radius: 25px;
	text-align: center;
	line-height: initial;
	transition: all 0.3s;
}

.main-navigation .main-nav ul li.mzm-highlight-menu-item a:hover,
.header-wrap #site-navigation:not(.toggled) .main-nav>ul>li.mzm-highlight-menu-item:hover>a,
.header-wrap #site-navigation:not(.toggled) .main-nav>ul>li.mzm-highlight-menu-item>a:hover {
	background-color: #42a240;
}

.main-navigation .main-nav ul li.mzm-highlight-menu-item:not(:last-child) {
	margin-right: 20px;
}

@media (max-width: 1439px) {
	.fellows-filters__inner {
		row-gap: 20px;
	}

	.fellows-filters__inner>div {
		order: 2;
	}

	.fellows-filters__inner .fellows-filters__item:last-child {
		order: 1;
	}

	.fellows-filters__inner .fellows-filters__item:last-child .fellows-filters__label {
		display: none;
	}
}

@media (max-width: 1024px) {

	header>.inside-header,
	header .navigation-stick .inside-navigation {
		max-width: 100%;
	}

	.eb-accordion-image-wrapper-mobile img {
		border-radius: 50px;
	}

	.modal-style.style-1 figcaption h3 {
		flex-direction: column;
		align-items: flex-start;
	}

	.modal-style.style-1 figcaption h3 small:before {
		display: none;
	}

	.fellows-filters__inner {
		flex-wrap: wrap;
		column-gap: 20px;
	}

	.fellows-filters__inner select {
		min-width: 180px;
	}

	.fellows-filters__inner .fellows-filters__item:last-child {
		align-items: flex-start;
		flex-basis: 100%;
	}

	.fellows-filters__inner input[type="text"] {
		min-width: 586px;
	}

	.awsm-popup-project-logo-wrapper {
		right: auto;
		left: 15px;
	}

	.awsm-expand-link {
		top: 15px;
	}

	.awsm-expand-link svg {
		width: 35px;
		height: 35px;
	}

	.awsm-modal-details .wp-block-embed.is-type-video {
		padding: 0;
	}

	.mzm-bp-contact-us-row {
		flex-direction: column;
	}

	.mzm-bp-contact-us-col {
		width: 100%;
	}

	.main-navigation .main-nav ul li.mzm-highlight-menu-item {
		margin: 20px 20px 0 20px;
	}
}

@media (max-width: 767px) {

	.mzm-homepage-subscription-form .eb-form-wrapper .eb-form.form-layout-block,
	.mzm-homepage-subscription-form .eb-form-wrapper .eb-form.form-layout-block .eb-form-fields {
		flex-direction: column;
		gap: 15px;
	}

	.mzm-homepage-subscription-form .eb-form-wrapper .eb-form.form-layout-block .eb-form-submit .eb-form-submit-button {
		width: 100%;
	}

	.awsm-grid-wrapper .awsm-grid>.awsm-grid-card {
		width: 50%;
	}

	.mzm-team-member-image .awsm-social-icons span i {
		font-size: 35px;
	}

	.mzm-team-member-image .awsm-social-icons span i:after {
		width: 25px;
		height: 25px;
	}

	.mzm-team-member-image .awsm-contact-info {
		right: 5px;
		bottom: 1px;
	}

	.modal-style.style-1 figcaption span {
		font-size: 15px;
	}

	.modal-style.style-1 figcaption h3 small {
		display: none;
	}

	.modal-style.style-1 figure {
		padding: 10px 10px 0;
	}

	.modal-style.style-1 figcaption {
		padding-bottom: 10px;
	}

	.fellows-filters~div .awsm-grid figure .mzm-team-member-image>img {
		height: 150px;
	}

	.fellows-filters__search,
	.fellows-filters__inner input[type="text"] {
		min-width: 100%;
	}

	.modal-style.style-1 .awsm-personal-extra-info {
		flex-direction: column;
		row-gap: 10px;
	}

	.buildpalestine-library-search input[type="search"] {
		max-width: initial;
	}

	.speakers-list,
	.panelists-list {
		padding: 0;
	}

	.speaker-list-row,
	.panelist-list-row {
		flex-direction: column;
	}

	.root-page-fellows-slider .eb-slider-wrapper.eb-slider-gat91 .eb-slider-type-content .eb-slider-item {
		flex-direction: column;
		row-gap: 20px;
	}

	.root-page-fellows-slider .slick-slider .slick-track {
		align-items: flex-start;
	}

	.root-page-fellows-slider .eb-slider-wrapper .slick-next,
	.root-page-fellows-slider .eb-slider-wrapper .slick-prev {
		display: none !important;
	}
}