@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Sora:wght@600&display=swap');

.et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,.et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module {
	margin-bottom: 2.5rem;
}
body.et_divi_theme{
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	font-family: 'DM Sans', sans-serif;
	background: #f6f6f6;
	max-width: 85rem;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'DM Sans', sans-serif;
	color: #555;
	padding-bottom: 0;
	margin-bottom: .625rem;
}
h1 { 
	font-size: 36px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
@media screen and (min-width: 768px) {
	h1 { 
		font-size: 48px;
	}
	h2 {
		font-size: 48px;
	}
	h3 {
		font-size: 32px;
	}
	h4 {
		font-size: 24px;
	}
}
@media screen and (min-width: 981px) {
	h1 {
		font-size: 52px;
	}
	h2 {
		font-size: 52px;
	}
	h3 {
		font-size: 36px;
	}
	h4 {
		font-size: 30px;
	}
}
p {
	line-height: 1.7;
	font-weight: 300;
}
a {
	transition: color .3s;
}
a:hover {
	color: #ff3873;
}
.et_pb_row,.container {
	max-width: 75rem;
	width: 90%;
}
.hidden {
	display: none !important;
}
.red-dot:before {
	content: ".";
	color: #ff4d5d;
}
.button {
	background: #ff3873;
	border: .125rem solid #ff3873;
	color: #fff;
	padding: .75rem 1.875rem;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	transition: all .3s;
	cursor: pointer;
}
.button.button--small {
	padding: .8125rem 1rem;
}
.button.button--icon {
	text-align: left;
}
.button.button--icon i {
	float: right;
}
.button:hover,.button:focus,.button:active {
	background: #fff;
	color: #ff4d5d;
}
.link {
	font-weight: 700;
	color: #666;
}
.link i.link__icon {
	margin-left: .25rem;
	font-size: 16px;
	line-height: 1.8;
}
.extend-links>.link:not(:last-child) {
	margin-right: 1rem;
}
.link.link--primary {
	color: #ff4d5d;
}
.link.link--primary:hover {
	color: #666;
}
.link.link--secondary {
	color: #2995cc;
}
.link.link--third {
	color: #666;
}
.link:hover {
	color: #ff4d5d;
}
input,select,textarea,button {
	font-family: Muli,Arial,sans-serif;
	font-size: .875rem;
	line-height: 2rem;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])
,textarea,select {
	background: #f7f7f7;
	color: #555;
	border-radius: 5px;
	border-width: .1875rem .125rem .0625rem .125rem;
	border-style: solid;
	border-color: #f1f1f1;
	padding: .3125rem .875rem;
	width:100%;
	transition: all .3s;
}
button,input[type=submit],input[type=button] {
	font-weight: 900;
}
textarea {
	resize: none;
	display: block;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus
,textarea:focus,select:focus{
	border-color: #ddd;
}
.gform_wrapper ul {
	list-style: none;
	padding-left: 0;
	padding-bottom: 0;
}
.gform_wrapper .gform_fields li.hidden_label label {
	display: none;
}
.gform_wrapper .gform_fields li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gform_fields li.gfield_error select,
.gform_wrapper .gform_fields li.gfield_error textarea {
	border: .0625rem solid #ff4d5d;
}
.gform_wrapper .gform_fields li.gfield_error .validation_message {
	color: #ff4d5d;
}
.gform_wrapper .gform_fields .gfield_radio input[type=radio]~label,
.gform_wrapper .gform_fields .gfield_checkbox input[type=checkbox]~label {
	position: relative;
	padding-left: 1.25rem;
	display: block;
}
.gform_wrapper .gform_fields .gfield_radio input[type=radio]~label:before,
.gform_wrapper .gform_fields .gfield_checkbox input[type=checkbox]~label:before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 0;
	left: 0;
}
.gform_wrapper .gform_fields .gfield_radio input[type=radio]:checked~label:before,
.gform_wrapper .gform_fields .gfield_checkbox input[type=checkbox]:checked~label:before {
	font-family: "Font Awesome 5 Free";
	color: #2995cc;
}
.gform_wrapper .gform_fields .gfield_radio input[type=radio][value=gf_other_choice]+input,
.gform_wrapper .gform_fields .gfield_checkbox input[type=checkbox][value=gf_other_choice]+input {
	width: calc(100% - 1.25rem);
	margin-left: 1.25rem;
}
.gform_wrapper .gform_fields .gfield_radio input[type=radio][value=gf_other_choice]~label:before,
.gform_wrapper .gform_fields .gfield_checkbox input[type=checkbox][value=gf_other_choice]~label:before {
	top: -2.25rem;
}
.gform_wrapper .gform_fields .gfield_radio input[type=radio] {
	display: none;
}
.gform_wrapper .gform_fields .gfield_radio input[type=radio]~label:before {
	content: "";
}
.gform_wrapper .gform_fields .gfield_radio input[type=radio]:checked~label:before {
	content: "";
}
.gform_wrapper .gform_fields .gfield_checkbox input[type=checkbox] {
	display: none;
}
.gform_wrapper .gform_fields .gfield_checkbox input[type=checkbox]~label:before {
	content: "";
}
.gform_wrapper .gform_fields .gfield_checkbox input[type=checkbox]:checked~label:before {
	content: "";
}
.gform_wrapper .gform_footer .gform_submit_button {
	width: 100%;
	padding-left: .875rem;
	padding-right: .875rem;
}
.gform_wrapper .validation_error {
	color: #ff4d5d;
	margin-bottom: 1rem;
}
.gform_wrapper .form--flex {
	margin: 0 -0.625rem;
}
.gform_wrapper .form--flex .gform_fields {
	display: flex;
	flex-wrap: wrap;
}
.gform_wrapper .form--flex .gform_fields .gfield {
	padding: 0 .625rem;
	margin-bottom: 1.875rem;
}
.gform_wrapper .form--flex .gform_fields .gfield:not(.column) {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
}
.gform_wrapper .form--flex .gform_footer {
	padding: 0 .625rem;
}
.gform_wrapper .contact-us input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .contact-us textarea,
.gform_wrapper .contact-us select {
	padding: .75rem .875rem;
}
.gform_wrapper .contact-us textarea {
	height: 7.5rem;
}
.gform_wrapper .contact-us .gform_footer {
	text-align: right;
}
.gform_wrapper .contact-us .gform_footer .button {
	display: inline-block;
	width: auto;
	padding: 1rem 1.75rem;
}
.gform_wrapper .contact-us .gform_footer .button i.fa {
	display: none;
}
.gform_wrapper .subscribe-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .subscribe-form textarea,
.gform_wrapper .subscribe-form select {
	background-color: #ebebeb;
	border: none;
}

.gfield {
    margin-bottom: 2rem;
}
.gfield_label, 
.gfield_label_before_complex {
    font-size: 1rem;
    font-weight: 600;
}
.ginput_container {
    margin-top: 0.5rem;
}
.gfield_radio ul {
    list-style-type: none;
}
#left-area .gform_wrapper ul,
#left-area .gform_wrapper ul li ul {
	padding: 0;
	list-style: none;
	line-height: inherit;
}
.et-social-facebook-square a.icon:before {
	content: "";
}
.et-social-linkedin-square a.icon:before {
	content: "";
}
.et-social-pinterest-circle a.icon:before {
	content: "";
}
.row {
	max-width: 90rem;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
.column,
.columns {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	-webkit-box-flex: 1;
	flex: 1 1 0px;
	padding-right: .625rem;
	padding-left: .625rem;
	min-width: 0;
}
.flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: wrap;
	-ms-flex-direction: wrap;
	flex-direction: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.flex-row .flex-row {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}
.flex-content-middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-content-top {
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.flex-content-bottom {
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
.flex-content-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-content-stretch {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.small-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 8.3333333333%;
	-ms-flex: 1 1 8.3333333333%;
	flex: 1 1 8.3333333333%;
	max-width:8.3333333333%;
}
.small-2 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 16.6666666667%;
	-ms-flex: 1 1 16.6666666667%;
	flex: 1 1 16.6666666667%;
	max-width: 16.6666666667%
}
.small-3 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 25%;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	max-width: 25%;
}
.small-4 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 33.3333333333%;
	-ms-flex: 1 1 33.3333333333%;
	flex: 1 1 33.3333333333%;
	max-width: 33.3333333333%;
}
.small-5 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 41.6666666667%;
	-ms-flex: 1 1 41.6666666667%;
	flex: 1 1 41.6666666667%;
	max-width: 41.6666666667%;
}
.small-6 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
}
.small-7 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 58.3333333333%;
	-ms-flex: 1 1 58.3333333333%;
	flex: 1 1 58.3333333333%;
	max-width: 58.3333333333%;
}
.small-8 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 66.6666666667%;
	-ms-flex: 1 1 66.6666666667%;
	flex: 1 1 66.6666666667%;
	max-width: 66.6666666667%;
}
.small-9 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 75%;
	-ms-flex: 1 1 75%;
	flex: 1 1 75%;
	max-width: 75%;
}
.small-10 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 83.3333333333%;
	-ms-flex: 1 1 83.3333333333%;
	flex: 1 1 83.3333333333%;
	max-width: 83.3333333333%;
}
.small-11 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 91.6666666667%;
	-ms-flex: 1 1 91.6666666667%;
	flex: 1 1 91.6666666667%;
	max-width: 91.6666666667%;
}
.small-12 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
}
.small-up-1>.columns,
.small-up-1>.column {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
}
.small-up-2>.columns,
.small-up-2>.column {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
}
.small-up-3>.columns,
.small-up-3>.column {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 33.3333333333%;
	-ms-flex: 1 1 33.3333333333%;
	flex: 1 1 33.3333333333%;
	max-width: 33.3333333333%
}
.small-up-4>.columns,
.small-up-4>.column {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 25%;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	max-width: 25%;
}
.small-up-5>.columns,
.small-up-5>.column {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 20%;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	max-width: 20%;
}
.small-up-6>.columns,
.small-up-6>.column {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 16.6666666667%;
	-ms-flex: 1 1 16.6666666667%;
	flex: 1 1 16.6666666667%;
	max-width: 16.6666666667%;
}
@media screen and (min-width: 768px) {
	.medium-1 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 8.3333333333%;
		-ms-flex: 1 1 8.3333333333%;
		flex: 1 1 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.medium-2 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 16.6666666667%;
		-ms-flex: 1 1 16.6666666667%;
		flex: 1 1 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.medium-3 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 25%;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
		max-width: 25%;
	}
	.medium-4 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 33.3333333333%;
		-ms-flex: 1 1 33.3333333333%;
		flex: 1 1 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.medium-5 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 41.6666666667%;
		-ms-flex: 1 1 41.6666666667%;
		flex: 1 1 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.medium-6 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
	}
	.medium-7 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 58.3333333333%;
		-ms-flex: 1 1 58.3333333333%;
		flex: 1 1 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.medium-8 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 66.6666666667%;
		-ms-flex: 1 1 66.6666666667%;
		flex: 1 1 66.6666666667%;
		max-width:66.6666666667%;
	}
	.medium-9 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 75%;
		-ms-flex: 1 1 75%;
		flex: 1 1 75%;
		max-width: 75%;
	}
	.medium-10 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 83.3333333333%;
		-ms-flex: 1 1 83.3333333333%;
		flex: 1 1 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.medium-11 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 91.6666666667%;
		-ms-flex: 1 1 91.6666666667%;
		flex: 1 1 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.medium-12 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}
	.medium-up-1>.columns,
	.medium-up-1>.column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%
	}
	.medium-up-2>.columns,
	.medium-up-2>.column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
	}
	.medium-up-3>.columns,
	.medium-up-3>.column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 33.3333333333%;
		-ms-flex: 1 1 33.3333333333%;
		flex: 1 1 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.medium-up-4>.columns,
	.medium-up-4>.column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 25%;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
		max-width: 25%;
	}
	.medium-up-5>.columns,
	.medium-up-5>.column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 20%;
		-ms-flex: 1 1 20%;
		flex: 1 1 20%;
		max-width: 20%;
	}
	.medium-up-6>.columns,
	.medium-up-6>.column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 16.6666666667%;
		-ms-flex: 1 1 16.6666666667%;
		flex: 1 1 16.6666666667%;
		max-width: 16.6666666667%;
	}
}
@media screen and (min-width: 981px) {
	.large-1 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 8.3333333333%;
		-ms-flex: 1 1 8.3333333333%;
		flex: 1 1 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.large-2 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 16.6666666667%;
		-ms-flex: 1 1 16.6666666667%;
		flex: 1 1 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.large-3 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 25%;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
		max-width: 25%;
	}
	.large-4 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 33.3333333333%;
		-ms-flex: 1 1 33.3333333333%;
		flex: 1 1 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.large-5 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 41.6666666667%;
		-ms-flex: 1 1 41.6666666667%;
		flex: 1 1 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.large-6 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
	}
	.large-7 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 58.3333333333%;
		-ms-flex: 1 1 58.3333333333%;
		flex: 1 1 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.large-8 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 66.6666666667%;
		-ms-flex: 1 1 66.6666666667%;
		flex: 1 1 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.large-9 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 75%;
		-ms-flex: 1 1 75%;
		flex: 1 1 75%;
		max-width: 75%;
	}
	.large-10 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 83.3333333333%;
		-ms-flex: 1 1 83.3333333333%;
		flex: 1 1 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.large-11 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 91.6666666667%;
		-ms-flex: 1 1 91.6666666667%;
		flex: 1 1 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.large-12 {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}
	.large-up-1>.columns,
	.large-up-1>.column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		max-width: 100%;
	}
	.large-up-2>.columns,
	.large-up-2>.column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 50%;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		max-width: 50%;
	}
	.large-up-3>.columns,
	.large-up-3>.column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 33.3333333333%;
		-ms-flex: 1 1 33.3333333333%;
		flex: 1 1 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.large-up-4>.columns,
	.large-up-4>.column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 25%;
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
		max-width: 25%;
	}
	.large-up-5>.columns,
	.large-up-5>.column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 20%;
		-ms-flex: 1 1 20%;
		flex: 1 1 20%;
		max-width: 20%;
	}
	.large-up-6>.columns,
	.large-up-6>.column {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 16.6666666667%;
		-ms-flex: 1 1 16.6666666667%;
		flex: 1 1 16.6666666667%;
		max-width: 16.6666666667%;
	}
}
@media screen and (min-width: 981px) {
	.et_pb_gutters3 .et_pb_column_1_2,
	.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
		width: calc(50% - 0.9375rem);
	}
	.et_pb_gutters3 .et_pb_column.et_pb_column_1_2,
	.et_pb_gutters3.et_pb_row .et_pb_column.et_pb_column_1_2 {
		margin-right: 1.875rem;
	}
}
.et_pb_section .heading-title {
	margin-bottom: 1.75rem;
	font-weight: 700;
}
.et_pb_section .extend-links {
	margin-top: 2rem;
}
.section-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#main-header {
	max-width: 85rem;
}

.et_fixed_nav #main-header {
	left: auto;
	right: auto;
}

#main-header {
	position: relative !important;
	top: 0 !important;
	font-family: 'Sora', sans-serif;
	-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.1) !important;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,.1) !important;
	height: 100px;
	display: flex;
}
body.et_fixed_nav.et_secondary_nav_enabled #main-header {
	top: 5rem;
}
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
	top: 7rem;
}
#main-header.et-fixed-header {
	-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.1) !important;
	box-shadow: 0 2px 2px -1px rgba(0,0,0,.1) !important;
}
#main-header .et-search-form {
	max-width: 100% !important;
	width: 100% !important;
}
#main-header .et-search-form input {
	left: 0;
	width: 100%;
	padding-right: 1.875rem;
}
#main-header #et-top-navigation nav>ul>li>a {
	padding-bottom: 1rem;
	font-size: 14px;
}
#main-header #et-top-navigation nav>ul>li>a:before {
	content: "";
	display: block;
	width: 0%;
	height: .125rem;
	background-color: #2995cc;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	-webkit-transition: width .3s;
	transition: width .3s;
}
#main-header #et-top-navigation nav>ul>li:hover a:before {
	left: 0;
	width: 100%;
}
#main-header #et-top-navigation nav li.current-menu-item>a:before {
	width: 100%;
}
#main-header #et-top-navigation nav li ul {
	border-top-color: transparent;
}
#main-header #et-top-navigation nav li ul li {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
#main-header #et-top-navigation nav li ul li a {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	border-right: .125rem solid transparent;
}
#main-header #et-top-navigation nav li ul li a:hover {
	border-right-color: #2995cc;
	background-color: transparent;
}
#main-header #et-top-navigation nav li a {
	opacity: 1;
	width: 100%;
}
#main-header #top-menu {
	word-spacing: -0.3125rem;
}
#main-header #top-menu li {
	padding-right: 2rem;
	word-spacing: 0rem;
}
#main-header #top-menu li a {
	padding-right: 0rem;
}
#main-header #top-menu li.menu-item-has-children>a {
	padding-right: 1.25rem;
}
#main-header #top-menu li.menu-item-has-children>a:after {
	right: 0rem;
}
#logo {
	max-height: none;
}
#et-top-navigation {
	float: none;
	padding-left: 0 !important;
}
#et_top_search {
	width: auto;
	cursor: pointer;
	margin: 0 !important;
}
#et_search_icon:before {
	position: static;
}
.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
	padding-top: 9.4375rem;
}
#mobile-logo {
	display: none;
}
.et_header_style_left .logo_container {
	position: relative !important;
	width: unset !important;
	height: unset !important;
	max-width: 15%;
	display: flex;
	align-items: center;
	margin-right: 40px;
}

#et-secondary-menu {
	display: flex;
	align-items: center;
}
#et-secondary-menu a {
	padding: 10px 15px;
}

.et_header_style_left .et-fixed-header #et-top-navigation,
.et_header_style_left #et-top-navigation {
	padding: 27px 0 0 0 !important;
}
@media screen and (max-width: 1330px) {
	#main-header {
		height: 140px;
	}
	.container.et_menu_container {
		margin-top: 25px;
		flex-wrap: wrap;
	}
	.et_header_style_left .logo_container {
		max-width: 192px;
		order: 1;
	}
	.et_header_style_left #et-top-navigation {
		flex: 0 0 100%;
		order: 3;
	}
	#et-secondary-menu {
		order: 2;
	}
}

@media screen and (max-width: 980px) {
	#main-header {
		height: 100px;
	}
	.container.et_menu_container {
		flex-wrap: unset;
		margin-top: auto;
	}
	.et_header_style_left .logo_container {
		margin-right: 0;
		order: unset;
	}
	.et_header_style_left #et-top-navigation {
		min-width: 75px;
		flex: unset;
		order: unset;
	}
	body.et_fixed_nav.et_secondary_nav_enabled #main-header {
		top: 0;
	} 
	body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
		top: 2rem;
	}
	#mobile-logo {
		display: initial;
		position: absolute;
		top: 50%;
		left :50%;
		transform: translate(-50%, -50%);
	}
	#et_top_search {
		margin-top: 5px !important;
	}
	.et_search_outer span.et_close_search_field {
		right: .75rem;
	}
	.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
		padding-top: 5rem;
	}

	.et_mobile_menu {
		top: 91px !important;
		padding-bottom: 42px;
	}

	.et_mobile_menu a.button {
		position: absolute;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    text-align: left;
	    padding-left: 9.2%;
	}

}
@media screen and (max-width: 782px) {
	body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
		top: 2.875rem;
	}
}
@media screen and (min-width: 981px) {
	
}
@media screen and (min-width: 1440px) {
	#top-header .container,
	#main-header .container {
		max-width: 80rem;
		width: 100%;
	}
}
#main-footer {
	border-top: 1px solid #f3f3f3;
	background: #0c1332 !important;
}
.footer-container {
    display: flex;
    padding: 30px 0 100px;
}

.footer-container .footer-left {
    flex: 0 0 70%;
}
.footer-container .footer-left .bottom-nav {
	background: #0c1332;
}

.footer-container .footer-left .bottom-nav a {
	color: #f5f5f5 !important;
}
.footer-container .footer-socials {
	margin-top: 50px;
}

.footer-container .footer-socials a {
	color: #f5f5f5;
	font-size: 36px;
	margin-right: 10px;
}
.footer-container .footer-right {
    flex: 0 0 30%;
}
.footer-container .footer-right .footer-button {
	display: flex;
	flex-direction: column;
	align-items: end;
	margin: 15px 0 60px;
}
.footer-container .footer-right .button_label {
	color: #f5f5f5;
	margin-bottom: 10px;
}
.footer-copyright-wrapper {
	clear: both;
	overflow: hidden;
	margin-bottom: 3.5rem;
}
.footer-copyright-wrapper .footer-credits {
	font-size: .75rem;
	font-weight: 600;
}
.footer-copyright-wrapper .footer-credits img {
	display: inline-block;
	vertical-align: middle;
	margin-left: .25rem;
}
.footer-copyright-wrapper .footer-credits #footer-info {
	padding-bottom: 0;
	float: none;
	text-align: right;
}
.footer-copyright-wrapper .footer-credits #footer-info a {
	font-weight: 600;
}
.footer-copyright-wrapper .footer-copyright {
	font-size: .75rem;
	font-weight: 600;
	color: #f5f5f5;
}
.footer-copyright-wrapper .footer-copyright a {
	color: #f5f5f5;
}
.footer-copyright-wrapper .footer-copyright a:hover {
	color: #ff4d5d;
}

.footer-container .footer-right #footer-logo {
	display: flex;
	justify-content: flex-end;
}
.footer-container .footer-right #footer-logo a {
	max-width: 230px;
}
@media screen and (max-width: 1366px) {
	.footer-container .footer-left .bottom-nav li {
		padding-right: 12px !important;
	}
}

@media screen and (max-width: 980px) {
	.footer-container {
		flex-direction: column-reverse;
		padding: 30px 0 0;
	}
	.footer-container .footer-left,
	.footer-container .footer-right {
	    flex: 0 0 100%;
	}

	.footer-container .footer-right {
		display: flex;
		flex-direction: row-reverse;
	}

	.footer-container .footer-right #footer-logo {
		flex: 0 0 40%;
		justify-content: flex-start;
	}
	.footer-container .footer-right #footer-logo a {
		max-width: unset;
	}

	.footer-container .footer-right .footer-button {
		flex: 0 0 60%;
		margin: 0;
	}
	.footer-container .footer-left .bottom-nav {
		display: flex;
	}
}

@media screen and (max-width: 768px) {
	.footer-container .footer-left .bottom-nav {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-container .footer-socials {
		margin-top: 15px;
	}

	.footer-container .footer-right #footer-logo {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.footer-container .footer-right .footer-button {
		flex: 0 0 50%;
		margin: 0;
	}
}

@media screen and (max-width: 600px) {
	.footer-container .footer-right {
		flex-direction: column-reverse;
	}

	.footer-container .footer-right #footer-logo {
		max-width: 192px;
	}
	.footer-container .footer-right .footer-button {
		align-items: flex-start;
		margin: 10px 0 20px;
	}
}

.et_pb_section.single-header {
	padding-top: 0;
	padding-bottom: 0;
} 
.et_pb_section.single-header>.et_pb_row {
	padding-top: 0;
	padding-bottom: 0;
}
.et_pb_section.single-header .column-thumbnail {
	order: 1;
}
.et_pb_section.single-header .column-thumbnail img {
	max-width: 100%;
	width: 100vw;
	margin-left: -5vw;
	margin-bottom: 2rem;
}
.et_pb_section.single-header .column-content {
	order: 2;
	padding: 2rem 0;
}
.et_pb_section.single-header .post-meta a {
	color: inherit;
}
@media screen and (min-width: 981px) {
	.et_pb_section.single-header .column-thumbnail img {
		width: calc(50vw - 0.9375rem);
		margin-left: 0;
		margin-bottom: 0;
	}
	.et_pb_section.single-header .column-thumbnail,
	.et_pb_section.single-header .column-content {
		order: 1;
	}
}
@media screen and (min-width: 90rem) {
	.et_pb_section.single-header .column-thumbnail img {
		width: calc(45rem - 0.9375rem);
	}
}
.single-event #content-area>.et_pb_section {
	background: transparent;
}
#sidebar {
	padding-top: 1.875rem;
}
#sidebar h4.widgettitle {
	font-weight: 700;
	margin-bottom: 1.875rem;
}
#sidebar h4.widgettitle:after {
	content: ".";
	color: #ff4d5d;
}

.single-video #et-boc .single-header.single-header--video {
	padding: 0;
}
.single-video #et-boc .single-header.single-header--video>.et_pb_row {
	padding: 0;
}
.single-video #et-boc .et_pb_row {
	max-width: 75rem;
	width: 90%;
} 
.single-video.et_pb_gutters3 #et-boc .et_pb_column {
	margin-right: 1.875rem;
}
.single-video.et_pb_gutters3 #et-boc .et_pb_column_1_2 {
	width: calc(50% - 0.9375rem);
}
#et-boc #video-ralated.et_pb_section {
	background: transparent;
}
.events {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.events .et_pb_event {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	border: 1px solid #e2e2e2;
	padding: 1.25rem 1.25rem 2.75rem 1.25rem;
	margin-bottom: 1.875rem;
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.events .et_pb_event {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.events .et_pb_event:not(:nth-child(2n)):not(:last-child) {
		border-right: none;
	}
}
@media screen and (min-width: 981px) {
	.events .et_pb_event {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.events .et_pb_event:not(:nth-child(3n)):not(:last-child) {
		border-right: none;
	}
}
.events .et_pb_event .et_pb_image_container img {
	width: 100%;
}
.events .et_pb_event .event-cat {
	font-weight: 700;
	color: #666;
	line-height: 1.2;
}
.events .et_pb_event .event-title {
	font-weight: 700;
	color: #555;
	line-height: 1.3;
	transition: color .3s;
	max-height: 7.3125rem;
	overflow: hidden;
}
.events .et_pb_event .event-title:hover {
	color: #ff3873;
}
.events .et_pb_event .event-meta,
.events .et_pb_event .event-excerpt {
	margin-bottom: 1rem;
}

.events .et_pb_event .event-meta p {
	font-weight: 700;
}
.events .et_pb_event .event-address {
	margin-bottom: 1rem;
}
.events .et_pb_event>a.link {
	position: absolute;
	left: 1.25rem;
	bottom: 1.25rem;
}
.events .private-event .et_pb_image_container a:before,
.page-template-humanitix-event-template .single-header.header-section.private-event .et_pb_column.et-last-child:before{
    content: '';
    position: absolute;
	z-index: 999;
    top: 0;
    right: 0;
    width: 80%;
    height: 80%;
    background: url('../images/Invite-only-event-badge.png');
    background-position: top right;
    background-size: cover;
}
.et_pb_mentors .mentors-filter .filter-title {
	font-weight: 700;
	font-size: 1.125rem;
}
.et_pb_mentors .mentors-filter .filter-title:after {
	content: ":";
	color: #ff4d5d;
}
.et_pb_mentors .mentors-filter .filter {
	list-style: none;
	padding: 0;
}
.et_pb_mentors .mentors-filter .filter-item {
	color: #666;
	line-height: 2.25;
}
.et_pb_mentors .mentors-filter .filter-item:before {
	font-family: "Font Awesome 5 Free";
	content: "";
	display: inline-block;
	width: 1.5rem;
}
.et_pb_mentors .mentors-filter .filter-item.active,
.et_pb_mentors .mentors-filter .filter-item:hover {
	color: #ff4d5d;
}
.et_pb_mentors .mentors-filter .filter-item.active:before,
.et_pb_mentors .mentors-filter .filter-item:hover:before {
	content: "";
}
.et_pb_mentors .filter-message {
	margin-top: 2rem;
}
.et_pb_mentors .filter-message h2,
.et_pb_mentors .filter-message h3,
.et_pb_mentors .filter-message h4,
.et_pb_mentors .filter-message h5,
.et_pb_mentors .filter-message h6 {
	font-weight: 600;
}
.et_pb_mentors .mentors .et_pb_mentor {
	text-align: center;
	border-radius: 5px;
	transition: all .3s;
	margin-bottom: 1rem;
}
.et_pb_mentors .mentors .et_pb_mentor .mentor-placeholder-image {
	width: 8.75rem;
	height: 8.75rem;
	margin: 0 auto;
	position: relative;
}
.et_pb_mentors .mentors .et_pb_mentor .mentor-placeholder-image img {
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 5.75rem;
	max-height: 5.75rem;
	border-radius: 50%;
	width: 5.75rem;
	height: 5.75rem;
	object-fit: cover;
}
.et_pb_mentors .mentors .et_pb_mentor .mentor-name {
	font-weight: 700;
	word-break: break-word;
}
.et_pb_members .members-filter {
	margin-bottom: 2rem;
}
.et_pb_members .members-filter .filter-title {
	font-weight: 700;
	font-size: 1.125rem;
}
.et_pb_members .members-filter .filter-title:after {
	content: ":";
	color: #ff4d5d;
}
.et_pb_members .members-filter .filter {
	list-style: none;
	padding: 0;
}
.et_pb_members .members-filter .filter-item {
	color: #666;
	font-weight: 700;
	line-height: 2.25;
}
.et_pb_members .members-filter .filter-item:before {
	font-family: "Font Awesome 5 Free";
	content: "";
	display: inline-block;
	width: 1.5rem;
}
.et_pb_members .members-filter .filter-item.active,
.et_pb_members .members-filter .filter-item:hover {
	color: #ff4d5d;
}
.et_pb_members .members-filter .filter-item.active:before,
.et_pb_members .members-filter .filter-item:hover:before {
	content: "";
}
.et_pb_members .members-filter .services-filter {
	margin-top: 2rem;
	opacity: 0;
	transition: opacity .3s;
}
.et_pb_members .members-filter .services-filter.active {
	opacity: 1;
}
.et_pb_members .members .member-list {
	position: relative;
	min-height: 6rem;
}
.et_pb_members .members .member-list.loading:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(255,255,255,.4) url(../images/loading.gif) center center/5rem 5rem no-repeat scroll;
}
.et_pb_members .members .et_pb_member {
	display: inline-block;
	padding: 0 .9375rem;
	margin-bottom: 2rem;
}
.et_pb_members .members .et_pb_member .member-placeholder-image {
	width: 6rem;
	height: 6rem;
	position: relative;
	transition: all .3s;
	border-radius: 5px;
}
.et_pb_members .members .et_pb_member .member-placeholder-image:hover {
	box-shadow: 0 0 .675rem rgba(0,0,0,.1);
}
.et_pb_members .members .et_pb_member .member-placeholder-image img {
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 8rem;
	max-height: 5rem;
}
.linkedin-profile-popup {
	width: 28rem;
	max-width: 90rem;
	margin: 0 auto;
	background: #fff;
	position: relative;
	max-width: 90vw;
	width: 42.5rem;
}
.linkedin-profile-popup .popup-body {
	padding: 3rem 3rem 0;
}
.linkedin-profile-popup .mfp-close {
	width: 2.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
}
.linkedin-profile-popup .member-logo {
	display: block;
	margin: 0 auto 2rem;
	width: auto;
	height: auto;
	max-height: 8rem;
}
@media screen and (min-width: 40rem) {
	.linkedin-profile-popup .member-logo {
		max-width: 25rem;
	}
}
.linkedin-profile-popup .member-name {
	font-weight: 700;
	font-size: 1.5rem;
	text-align: left;
	margin-bottom: 1.5rem;
}
.linkedin-profile-popup .description {
	margin-bottom: 1.5rem;
}
.linkedin-profile-popup .member-infos {
	display: flex;
	flex-wrap: wrap;
}
.linkedin-profile-popup .member-info {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 1.5rem;
}
.linkedin-profile-popup .member-info a {
	color: #ff4d5d;
}
.linkedin-profile-popup .member-info strong {
	display: block;
	margin-bottom: .75rem;
}
@media screen and (min-width: 35rem) {
	.linkedin-profile-popup .member-info {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.linkedin-profile-popup .member-socials ul {
	margin: 0 0 0 -0.375rem;
	text-align: left;
	float: none;
}
.linkedin-profile-popup .member-socials ul li {
	margin: 0;
}
.linkedin-profile-popup .member-socials ul li a {
	display: block;
	width: 2rem;
	height: 2rem;
	font-size: 1rem;
}
.linkedin-profile-popup .popup-footer {
	padding: 2rem 3rem 1rem;
	background-color: #fcfcfc;
	border-top: .125rem solid #f3f3f3;
	display: flex;
	flex-wrap: wrap;
}
.linkedin-profile-popup .popup-footer>div {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}
@media screen and (min-width: 35rem) {
	.linkedin-profile-popup .popup-footer>div {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.linkedin-profile-popup .popup-footer a {
	color: inherit;
}
.et_pb_module h1 {
	font-size: 36px;
}
.et_pb_module h2 {
	font-size: 36px;
}
.et_pb_module h3 {
	font-size: 30px;
}
.et_pb_module h4 {
	font-size: 20px;
}
.et_pb_module h5 {
	font-size: 16px;
} 
.et_pb_module h6 {
	font-size: 14px;
}
@media screen and (min-width: 768px) {
	.et_pb_module h1 {
		font-size: 48px;
	}
	.et_pb_module h2 {
		font-size: 48px;
	}
	.et_pb_module h3 {
		font-size: 32px;
	}
	.et_pb_module h4 {
		font-size: 24px;
	}
}
@media screen and (min-width: 981px) {
	.et_pb_module h1 {
		font-size: 52px;
	}
	.et_pb_module h2 {
		font-size: 52px;
	}
	.et_pb_module h3 {
		font-size: 36px;
	}
	.et_pb_module h4 {
		font-size: 30px;
	}
}
.et_pb_section .et_pb_module .lighting-title {
	font-weight: 200;
	color: #666;
}
.et_pb_section .et_pb_module .heading-title {
	color: #555;
}
/*.et_pb_section .et_pb_module .heading-title:after {
	color: #ff4d5d;
	content: ".";
}*/
.et_pb_section .et_pb_module.dark-background {
	color: #fff;
}
.et_pb_section .et_pb_module.dark-background .heading-title,
.et_pb_section .et_pb_module.dark-background .lighting-title{
	color: #fff;
}
.et_pb_section .et_pb_module .block-align-center {
	text-align: center;
}
.et_pb_section .et_pb_module .block-align-right {
	text-align: right;
}
.edu_et_pb_posts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: top;
	-webkit-align-items: top;
	-ms-flex-align: top;
	align-items: top;
}
.edu_et_pb_posts>.et_pb_post {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	border: 1px solid #e2e2e2;
	padding: 1.25rem 1.25rem 2.75rem 1.25rem;
	margin-bottom: 1.875rem;
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.edu_et_pb_posts>.et_pb_post {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.edu_et_pb_posts>.et_pb_post:not(:nth-child(2n)):not(:last-child) {
		border-right: none;
	}
}
@media screen and (min-width: 981px) {
	.edu_et_pb_posts>.et_pb_post {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.edu_et_pb_posts>.et_pb_post:not(:nth-child(3n)):not(:last-child) {
		border-right: none;
	}
}
.edu_et_pb_posts>.et_pb_post .et_pb_image_container img {
	width: 100%;
	display: block;
	vertical-align: top;
}
.edu_et_pb_posts>.et_pb_post .post-cat {
	font-weight: 700;
	color: #666;
	line-height: 1.2;
}
.edu_et_pb_posts>.et_pb_post .entry-title {
	font-weight: 700;
	line-height: 1.3;
	transition: color .3s;
	max-height: 7.3125rem;
	overflow: hidden;
}
.edu_et_pb_posts>.et_pb_post .entry-title:hover {
	color: #ff3873;
}
.edu_et_pb_posts>.et_pb_post .post-meta-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.edu_et_pb_posts>.et_pb_post .post-meta-wrapper .author-avatar {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: .9375rem;
}
.edu_et_pb_posts>.et_pb_post .post-meta-wrapper .author-avatar img {
	border-radius: 50%;
	width: 3rem;
}
.edu_et_pb_posts>.et_pb_post .post-meta-wrapper .post-meta {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.edu_et_pb_posts>.et_pb_post .post-meta-wrapper .post-meta .author {
	display: block;
	color: #666;
}
.edu_et_pb_posts>.et_pb_post .post-meta-wrapper .post-meta .author a:hover {
	color: #ff4d5d;
} 
.edu_et_pb_posts>.et_pb_post .post-content {
	max-height: 5.1rem;
	overflow: hidden;
	margin-bottom: 1rem
}
.edu_et_pb_posts>.et_pb_post>a.link {
	position: absolute;
	bottom: 1.25rem;
	left: 1.25rem;
}
.edu_et_pb_posts .pagination {
	width: 100%;
}
@media screen and (min-width: 981px) {
	.edu_et_pb_posts.post-grid-4>.et_pb_post {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.edu_et_pb_posts.post-grid-4>.et_pb_post:not(:nth-child(4n)):not(:last-child) {
		border-right: none;
	}
}
.et_pb_buttons_group>.et_pb_module_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: -0.625rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.et_pb_buttons_group .et_pb_button_item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 .625rem;
}
.et_pb_buttons_group .et_pb_button_item .button-box {
	width: 100%;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 4.5rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 .3125rem .3125rem rgba(0,1,1,.1);
	box-shadow: 0 .3125rem .3125rem rgba(0,1,1,.1);
	border-radius: 5px;
	font-weight: 700;
	color: #555;
	padding: 1.25rem;
	line-height: 1.125;
	transition: all .3s;
}
.et_pb_buttons_group .et_pb_button_item .button-box:hover {
	color: #2995cc;
	box-shadow: 0 .5rem .625rem rgba(0,0,0,.2);
}
.et_pb_buttons_group .et_pb_button_item>.et_pb_module_inner {
	height: 100%;
}
.et_pb_section .et_pb_buttons_group .et_pb_button_item.et_pb_module,
.et_pb_section .et_pb_buttons_group .et_pb_button_item.et_pb_module:last-child {
	margin-bottom: 1.25rem;
}
.et_pb_contact_info .contact-icon {
	flex: 0 0 2.5rem;
}
.et_pb_contact_info .contact-icon .fa {
	font-size: .875rem;
}
.et_pb_contact_info .contact-label {
	flex: 0 0 5rem;
}
.et_pb_contact_info .contact-value {
	flex: 1 1 auto;
}
.et_pb_contact_info .contact-value a {
	color: inherit;
}
.et_pb_contact_info .contact-value a:hover {
	color: #ff4d5d;
}
.et_pb_socials .et-social-icons {
	float: none;
	padding: 0;
	text-align: left;
}
.et_pb_socials .et-social-icons a {
	font-size: 1rem;
}
.et_pb_socials .et-social-icons a i {
	font-size: 1.125rem;
}
.et_pb_socials .et-social-icons li {
	margin-left: 0;
	margin-right: .9375rem;
}
.et_pb_staffs .staff {
	margin-bottom: 2rem;
	text-align: center;
}
.et_pb_staffs .staff>a {
	color: inherit;
}
.et_pb_staffs .staff-avatar {
	width: 6.25rem;
	height: 6.25rem;
	margin: 0 auto 1.5rem;
	background-color: #d0d0d0;
	border-radius: 50%;
}
.et_pb_staffs .staff-avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}
.et_pb_staffs .staff-name {
	font-weight: 700;
	color: #2995cc;
	transition: color .3s;
}
.et_pb_staffs .staff-name:hover {
	color: #ff4d5d;
}
.et_pb_staffs .staff-position {
	margin-bottom: .5rem;
}
.et_pb_staffs .staff-connections {
	list-style: none;
	padding: 0;
}
.et_pb_staffs .staff-connections li {
	display: inline-block;
	padding: 0 .5rem;
}
.et_pb_staffs .staff-connections li a {
	color: inherit;
}
.et_pb_staffs .staff-connections li a:hover {
	color: #2995cc;
}
.et_pb_location_list .et_pb_location {
	text-align: center;
	padding: 0 .625rem;
}
.et_pb_location_list .et_pb_location .location__name {
	color: #2995cc;
	font-weight: 700;
}
.et_pb_location_list .location-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.et_pb_location_list .location-list.locations-1>.et_pb_location {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width :100%;
}
.et_pb_location_list .location-list.locations-2>.et_pb_location {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
}
.et_pb_location_list .location-list.locations-3>.et_pb_location {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 33.3333333333%;
	-ms-flex: 1 1 33.3333333333%;
	flex: 1 1 33.3333333333%;
	max-width: 33.3333333333%;
}
.et_pb_location_list .location-list.locations-4>.et_pb_location {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 25%;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	max-width: 25%;
}
.et_pb_location_list .location-list.locations-5>.et_pb_location {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 20%;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	max-width: 20%;
}
.et_pb_location_list .location-list.locations-6>.et_pb_location {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 16.6666666667%;
	-ms-flex: 1 1 16.6666666667%;
	flex: 1 1 16.6666666667%;
	max-width: 16.6666666667%;
}
.mfp-bg {
	z-index: 100001;
}
.mfp-wrap {
	z-index: 100002;
}
body {
	background: #fff;
}

@media screen and (max-width: 980px) {
	.et_pb_column {
		margin-bottom: 3rem;
	}
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.et_pb_section.page-header {
	padding-top: 0;
	padding-bottom: 0;
}
.et_pb_section.page-header>.et_pb_row {
	padding-top: 0;
	padding-bottom: 0;
}
.et_pb_section.page-header .column-thumbnail {
	order: 1;
}
.et_pb_section.page-header .column-thumbnail img {
	max-width: none;
	width: 100vw;
	margin-left: -5vw;
	margin-bottom: 2rem;
}
.et_pb_section.page-header .column-content {
	order: 2;
	padding: 2rem 0;
}
.et_pb_section.page-header .post-meta a {
	color: inherit;
}

@media screen and (max-width: 767px) {
	.background-sit-mobile {
		background-position-y: bottom !important;
	}

	.et_pb_column {
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 981px) {
	.et_pb_section.page-header .column-thumbnail img {
		width: calc(50vw - 0.9375rem);
		margin-left: 0;
		margin-bottom: 0;
	}
	.et_pb_section.page-header .column-thumbnail,
	.et_pb_section.page-header .column-content {
		order: 1;
	}
}
@media screen and (min-width: 90rem) {
	.et_pb_section.page-header .column-thumbnail img {
		width: calc(45rem - 0.9375rem);
	}
}
#content-area {
	background: #fcfcfc;
	border-top: .125rem solid #f7f7f7;
}
#content-area .container {
	overflow: hidden;
}
.et_pb_section.et_pb_with_background.census-result {
	background-position: bottom center;
}
.page-template-eventbrite-index #content-area>.et_pb_section {
	background-color: transparent
}

.container.et_menu_container {
	display: flex;
	justify-content: space-between;
}

/* Divi Module Text-block Double*/
.et_pb_text_block_double .module-container {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    margin: -20px;
}

.et_pb_text_block_double .module-wrapper {
    padding: 20px;
    position: relative;
    height: 100%;
    display: flex;
}

.et_pb_text_block_double .image_background {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.et_pb_text_block_double .image_background img {
    height: 100%;
    width: 100%;
}

.et_pb_text_block_double .block-wrapper {
    position: inherit;
    z-index: 2;
    padding: 45px 30px 15px ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: #f5f5f5;
}

.et_pb_text_block_double .module-left .content p:not(:last-child) {
	padding-bottom: 2px;
}

.et_pb_text_block_double .image_overlay {
    position: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 0 20px;
}

.et_pb_text_block_double .light_heading {
    font-size: 12px;
}

.et_pb_text_block_double .main_heading {
    font-size: 38px;
    line-height: 1.2;
}

.et_pb_text_block_double .content p {
	line-height: 1.4;
}


.link--icon {
	color: #f5f5f5;
	display: inline-flex;
	transition: color .3s;
}

.link--icon:hover {
	color: #666;
	
}

.link--icon i {
	margin-left: 15px;
	font-size: 28px;
}

.link--icon i.fas.fa-arrow-circle-right {
    position: relative;
}
.link--icon i.fas.fa-arrow-circle-right:after {
    content: "";
    position: absolute;
    background: #d8d4d4;
    width: 64%;
    height: 55%;
    left: 18%;
    top: 20%;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
	.et_pb_text_block_double .module-container {
		flex-wrap: wrap;
	}
	.et_pb_text_block_double .module-left {
		flex: 0 0 100% !important;
	}
	.et_pb_text_block_double .module-right {
		flex: 0 0 100% !important;
	}
	.et_pb_text_block_double .image_overlay {
		padding: 20px;
	}
}
@media screen and (max-width: 600px) {
	.et_pb_text_block_double .module-wrapper {
		flex-direction: column;
	}
	.et_pb_text_block_double .block-wrapper {
		width: 100% !important;
	}
	.et_pb_text_block_double .image_overlay {
		width: 100% !important;
	}
}

/*Module Blog and module Events */
.edu_et_pb_posts,
.events {
	margin: -20px;
}
.edu_et_pb_posts>.et_pb_post,
.events>.et_pb_event {
	padding: 20px;
	border: none;
	margin-bottom: 0;
}

.edu_et_pb_posts .post-wrapper,
.events .event-wrapper {
	display: flex;
	flex-direction: column;
}

.edu_et_pb_posts .et_pb_image_container,
.events .et_pb_image_container {
	margin: 0 !important;
	position: relative;
}

.edu_et_pb_posts .et_pb_image_container img,
.events .et_pb_image_container img {
	border-bottom: 12px solid #ff3873;
}

.edu_et_pb_posts .post-wrapper .post-text,
.events .event-wrapper .event-text {
	padding: 20px 25px 0;
}

.edu_et_pb_posts>.et_pb_post .post-cat {
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
}

.edu_et_pb_posts .post-text .link--icon,
.events .event-text .link--icon {
	color: #555555;
}
.edu_et_pb_posts .post-text .link--icon:hover,
.edu_et_pb_posts .post-text .link--icon:hover i,
.events .event-text .link--icon:hover, 
.events .event-text .link--icon:hover i {
	color: #ff3873;
}

.edu_et_pb_posts .post-text .link--icon i,
.events .event-text .link--icon i {
	color: #fff;
	transition: color .3s;
}
.et_pb_events .section-head {
	margin-bottom: 50px;
}

.et_pb_events .section-head .events-title {
	margin-right: 20px;
}
.et_pb_events .section-head .heading-title {
	margin-bottom: 0;
}

/* Large Image Text Module*/

.large-image-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.large-image-section::after {
	content: '';
    width: 100%;
    height: 12px;
    background: #ff3873;
    position: absolute;
    bottom: 0;
    left: 0;
}

.large-image-section .et_pb_row,  
.large-image-section .et_pb_column, 
.large-image-section .et_pb_module, 
.large-image-section .et_pb_module_inner, 
.large-image-section .module-container {
	height: 100%;
}

.module-container {
	display: flex;
	flex-direction: column;
}

.module-container .block_title h4,
.module-container .block_content p {
	display: inline;
	font-size: 32px;
	color: #fff;
	background-color: #0c1332;
    box-shadow: 1em 0 0 #0c1332, -1em 0 0 #0c1332;
    line-height: 1.2;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.module-container .block_title {
	margin-bottom: 15px;
	margin: 0 2em 15px;
	
}
.module-container .block_title h4 {
	font-weight: 600;
}

.module-container .block_content{
	margin-bottom: 20px;
	margin: 0 2em 20px;
}


.module-container .button i {
	font-size: 10px;
	margin-left: 3px;
}

.module-container .module-wrapper {
	width: var(--width_block_desktop);
}



@media screen and (max-width: 980px) {
	.module-container .module-wrapper {
		width: var(--width_block_tablet);
	}

	.module-container .block_title h4,
	.module-container .block_content p {
		font-size: 24px;
	}

	.module-container .block_title,
	.module-container .block_content {
		margin: 0 1.5em;
	}

}
@media screen and (max-width: 767px) {
	.module-container .module-wrapper {
		width: var(--width_block_phone);
	}
	.module-container .block_title h4,
	.module-container .block_content p {
		font-size: 20px;
	}
	.module-container .block_title,
	.module-container .block_content {
		margin: 0 1.25em;
	}
}

/* Module Members */
.et_pb_members .members .et_pb_member .member-placeholder-image {
	width: auto;
}

@media screen and (max-width: 520px) {
	.et_pb_members .members .et_pb_member {
		-webkit-box-flex: 1;
	    -webkit-flex: 1 1 50%;
	    -ms-flex: 1 1 50%;
	    flex: 1 1 50%;
	    max-width: 50%;
	}
}

/* Module Accordion */
.et_pb_accordion {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
}

.et_pb_accordion .et_pb_toggle.et_pb_accordion_item {
    width: 40%;
    position: unset;
    margin-bottom: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #d9d9d9;
}

.et_pb_accordion .et_pb_accordion_item .et_pb_toggle_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    padding-right: 30px;
}

.et_pb_accordion .et_pb_accordion_item .et_pb_toggle_content h5.content-title {
	margin-bottom: 40px;
}

.et_pb_accordion .et_pb_toggle.et_pb_accordion_item h5 {
	font-size: 20px;
}

.et_pb_accordion .et_pb_toggle.et_pb_toggle_open h5 {
	color: #ff3873;
}

.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {
	padding-left: 20px;
}
.et_pb_toggle .et_pb_toggle_title {
	padding-right: 0 !important;
}
.et_pb_toggle .et_pb_toggle_title::before {
	content: none !important;
}

.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
	content: "" !important;
    display: block;  
    position: absolute;
    left: 0;
    border: 2px solid #ff3873;
    width: 5px;
    height: 5px;
    border-bottom: transparent;
    border-left: transparent;
    -webkit-transform: rotate(-135deg) translateY(0) translateX(100%);
    transform: rotate(-135deg) translateY(0) translateX(100%);
    margin: 3px 3px;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    opacity: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.et_pb_accordion_toggling .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_content{
    animation-name: fadeOut;
    animation-duration: .7s;
}


.et_pb_accordion_toggling .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_content{
   animation-name: fadeIn;
    animation-duration: .7s;
}

@media screen and (max-width: 680px) {
	.et_pb_accordion .et_pb_toggle.et_pb_accordion_item {
	    width: 100%;
	    position: relative;
	    margin-bottom: 0;
	    background: none;
	    border: none;
	    border-bottom: 1px solid #d9d9d9;
	}

	.et_pb_accordion .et_pb_accordion_item .et_pb_toggle_content {
	    position: inherit;
	    top: unset;
	    left: unset;
	    width: 100%;
	    padding-right: 0;
	}

	.et_pb_accordion .et_pb_accordion_item .et_pb_toggle_content h5.content-title {
		display: none;
	}
}

/* Home slider banner */
#page-container {
	position: relative;
	padding-top: 0 !important;
	margin-top: 0 !important;
}

.et_fixed_nav #main-header {
	position: absolute !important;
	top: 0 !important;
	background: rgba(255, 255, 255, .5);
}
.et_fixed_nav #main-header.et-fixed-header {
	position: fixed !important;
	background: #fff;
}
.admin-bar.et_fixed_nav #main-header.et-fixed-header {
	top: 32px !important;
}

.home_slider_swiper {
	overflow: hidden;
}
.home_slider_swiper .swiper-slide {
	height: 720px;
	padding: 110px 0;
	background-size: cover;
	background-position: center;
}
.home_slider_swiper .swiper-slide .et_pb_row {
	z-index: 2;
}
.home_slider_swiper .swiper-slide .et_pb_row, 
.home_slider_swiper .swiper-slide .module-container {
	height: 100%;
}
.home_slider_swiper .swiper-slide .background_on_desktop,
.home_slider_swiper .swiper-slide .background_on_mobile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home_slider_swiper .swiper-slide .background_on_mobile {
	display: none;
}
@media screen and (max-width: 640px) {
	.et_fixed_nav #main-header {
		position: relative !important;
	}
	.home_slider_swiper .swiper-slide {
		height: 0;
		padding: 63% 0 3.66%;
	}

	.home_slider_swiper .swiper-slide .background_on_mobile {
		display: block;
		background-size: contain;
	}
	.home_slider_swiper .swiper-slide:has(.background_on_mobile) .background_on_desktop {
		display: none;
	}

	.home_slider_swiper .swiper-slide .et_pb_row {
		position: absolute;
		top: 0;
		left: 7%;
	}
	.home_slider_swiper .swiper-slide .et_pb_row .module-container {
		padding-bottom: 20px;
	}
	.home_slider_swiper .swiper-slide .et_pb_row.hide_on_mobile {
		display: none;
	}
	.home_slider_swiper .module-container .block_title {
		margin: 0 0.8rem 0.4rem;
	}
	.home_slider_swiper .module-container .block_content {
		margin: 0 0.8rem 0.7rem;
	}
	.home_slider_swiper .module-container .block_title, 
	.home_slider_swiper .module-container .block_content {
		line-height: 1;
	}

	.home_slider_swiper .module-container .block_title h4, 
	.home_slider_swiper .module-container .block_content p {
		font-size: 14px;
	}

	.home_slider_swiper .module-container .button {
		padding: 0.5rem 1rem;
	}
	
}
@media screen and (max-width: 600px) {
	#main-header {
		top: 46px;
	}
}
	/* News & Insights page*/
/* Edu blog v2 */

.edu_blog_v2 .edu_et_pb_posts {
	flex-direction: column;
}

.edu_blog_v2 .edu_et_pb_posts .post-wrapper {
	flex-direction: row;
}

.edu_blog_v2 .edu_et_pb_posts>.et_pb_post {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.edu_blog_v2 .edu_et_pb_posts .et_pb_image_container {
	flex: 0 0 33.3333%;
}

.edu_blog_v2 .edu_et_pb_posts .post-wrapper .post-text {
	padding: 10px 25px 10px 50px;
}

@media screen and (max-width: 980px) {
	.edu_blog_v2 .edu_et_pb_posts {
		flex-direction: row;
	}

	.edu_blog_v2 .edu_et_pb_posts .post-wrapper {
		flex-direction: column;
	}

	.edu_blog_v2 .edu_et_pb_posts>.et_pb_post {
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	.edu_blog_v2 .edu_et_pb_posts .et_pb_image_container {
		flex: 0 0 100%;
	}

	.edu_blog_v2 .edu_et_pb_posts .post-wrapper .post-text {
		padding: 20px 25px 0;
	}
}

@media screen and (max-width: 767px) {
	.edu_blog_v2 .edu_et_pb_posts>.et_pb_post {
		-webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}

.banner-section .et_pb_row,  
.banner-section .et_pb_column, 
.banner-section .et_pb_module, 
.banner-section .et_pb_module_inner, 
.banner-section .module-container {
	height: 100%;
}

@media screen and (max-width: 980px) {
	.banner-section .module-container .block_title {
		margin: 0 2em 15px !important;
	}
	.banner-section .module-container .block_title h4 {
		font-size: 32px !important;
	}
}

@media screen and (max-width: 767px) {
	.banner-section .module-container .block_title {
		margin: 0 1.7em !important;
	}
	.banner-section .module-container .block_title h4 {
		font-size: 28px !important;
	}
}

.text_block_double_no-image .block-wrapper {
    justify-content: unset;
}

.text_block_double_no-image .main_heading {
    margin-bottom: 120px;
}

.text_block_double_no-image .content {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.text_block_double_no-image .main_heading {
	    margin-bottom: 30px;
	}
}
/* Module Edu-Links (categories News & Insights page)*/
.et_pb_links .links {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 12px solid #ff3873;
}
.et_pb_links .links .link {
    position:relative;
    margin-right: 22px;
    font-size: 32px;
    color: #333;
}

.et_pb_links .links .link:hover {
	color: #ff3873;
	transition: color .3s;
}
.et_pb_links .links .et_pb_link:not(:last-child) .et_pb_module_inner::after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    color: #333
} 

.et_pb_links .links .et_pb_link {
    margin-bottom: 0;
    margin-right: 15px;
}

@media screen and (max-width: 980px) {
    .et_header_style_left #logo {
        max-width: 192px;
    }
}

@media screen and (max-width: 767px) {
	.et_pb_links .links .link,
	.et_pb_links .links .et_pb_link:not(:last-child) .et_pb_module_inner::after {
	    font-size: 28px;
	}
}

@media screen and (max-width: 600px) {
	.et_pb_links .links .link,
	.et_pb_links .links .et_pb_link:not(:last-child) .et_pb_module_inner::after {
	    font-size: 24px;
	}
}




.link--icon.extend-link {
	color: #555555;
}
.link--icon.extend-link:hover {
	color: #ff3873;
}


/* Single post */
.single-post #main-header {
	position: relative !important;
	background: #fff;
	border-bottom: 5px solid #ff3873;
}
.single-post .header-section .header-banner img {
	width: 50%;
	height: unset;
}
.single-post #content-area {
	background: #fff;
}

.et_right_sidebar #left-area {
	padding-right: 0;
	width: 100%;
}

.single-post .et_pb_module .et_pb_row {
	max-width: 80%;
}
.blogpost-banner .block_wrapper {
	padding: 50px 50px 50px 140px;
}
.blogpost-banner .post_category,
.blogpost-banner .heading-title,
.single-post .et_pb_module .et_pb_row .post_category {
	margin-bottom: 20px;
	font-weight: 600;
	color: #ff3873;
}

.single-post .et_pb_module .et_pb_row h1, 
.single-post .et_pb_module .et_pb_row h2, 
.single-post .et_pb_module .et_pb_row h3, 
.single-post .et_pb_module .et_pb_row h4, 
.single-post .et_pb_module .et_pb_row h5,
.single-post #left-area a,
.single-post .event_dates {
	color: #ff3873;
}

.single-post a:hover {
	color: #2ea3f2;
}

.iee_widget_style1 .event_date {
	background-color: #ff3873;
}

.header-section {
	position: relative;
	padding: 0 !important;
}

.header-section .header-label {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.header-section .header-label .container {
	padding-bottom: 30px;
}
.header-section .header-banner {
	display: flex;
}
.header-section .header-banner img {
	height: 425px;
	object-fit: cover;
	object-position: center;
}
#main-content .container:before {
	width: 0;
}
@media screen and (max-width: 1330px) and (min-width: 981px) {
	.blogpost-banner .block_wrapper {
		padding: 50px 50px 50px 110px;
	}
}
@media screen and (max-width: 980px) {
	.header-section .module-container .block_title h4 {
		font-size: 28px;
	}
	.header-section .header-banner.blogpost-banner {
		flex-direction: column-reverse;
	}
	.single-post .header-section .header-banner img {
		width: 100%;
	}
	.blogpost-banner .block_wrapper {
		padding: 50px 50px 50px 50px;
	}
}

@media screen and (min-width: 981px) {
	.blogpost-banner .heading-title {
		font-size: 50px;
	}
	.single-post.et_right_sidebar #left-area {
		padding-right: 0;
		width: 70%
	}

	.single-post.et_right_sidebar #sidebar {
		width: 30%;
		padding: 30px;
		background: #fcfcfc;
	}
}

/* Members filter */

.et_pb_members .members-filter__title {
    text-align: center;
    margin-bottom: 50px;
}



.et_pb_members .searchbar-filter {
    position: relative;
}

.et_pb_members .searchbar__button {
    position: absolute;
    right: 10px;
    transform: translateY(-14%);
    font-size: 30px;
    color: #000;
    /* background: #000; */
}

.et_pb_members #keyword {
    background: none;
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    margin-bottom: 5px;
    font-size: 24px;
}

.et_pb_members .letter-filter a {
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 5px;
    color: #000;
}

.et_pb_members .members-filter__dropdown {
    display: flex;
}

.et_pb_members .members-filter__dropdown .filter-wrapper {
	flex: 0 0 33.3333%;
	padding: 20px;
}

.et_pb_members .letter-filter a.active {
	color: #ff3873;
	text-decoration: underline;
}

.et_pb_members #keyword::placeholder {
	font-size: 30px;
	font-weight: 600;
	color: #000;
}
.et_pb_members .letter-filter {
	padding: 0 14px;
}

@media screen and (max-width: 600px) {
	.et_pb_members .letter-filter {
		display: flex;
		flex-wrap: wrap;
		line-height: 1.2;
	}

	.et_pb_members .letter-filter a {
		margin-right: 0;
		display: flex;
		justify-content: center;
		width: 7.14%;
	}

	.et_pb_members .letter-filter a:nth-child(15) {
		margin-left: 7.14%;
	}

	.et_pb_members #keyword::placeholder {
		font-size: 20px;
	}

	.et_pb_members .members-filter__dropdown {
		flex-direction: column;
		margin-top: 30px;
	}

	.et_pb_members .members-filter__dropdown .filter-wrapper {
		padding: 5px 20px;
	}
}

.et_pb_button {
	/*background-color: #ff3873 !important;
	color: #fff !important;*/
	padding: 0.3em 2em 0.3em 1em !important;
}

.et_pb_button.long-button {
	padding: 0.3em 5em 0.3em 1em !important;
}

.et_pb_button:hover, 
.et_pb_module .et_pb_button:hover {
	border-color: #fff;
	border-radius: 0 !important;
	padding: 0.3em 3em 0.3em 1em !important;
}

.et_pb_button.long-button:hover, 
.et_pb_module .et_pb_button.long-button:hover {
	padding: 0.3em 5em 0.3em 1em !important;
}

.et_pb_button:after {
	margin-left: 0 !important;
	opacity: 1 !important;
}

.et_pb_button:hover:after {
	margin-left: 1rem !important;
}

.title--pink {
	color: #ff3873 !important;
}

.title--pink:hover {
	color: #555 !important;
}

.single-member .member-container {
	padding: 60px 0;
}
.single-member .single-header .header-banner img {
	border-bottom: 12px solid #ff3873;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.single-member .single-header .header-badge {
	position: absolute;
    bottom: 0;
    width: 100%;
}

.single-member .single-header .header-badge .member_badge {
	max-width: 15%;
    margin-left: 11%;
    margin-bottom: 4%;
}

.single-member .member-back {
	max-width: 37.5%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.single-member .member-back a {
	color: #ff3873;
}

.single-member .member-back a:hover {
	color: #2ea3f2;
}

.single-member .member--top {
	margin-bottom: 50px;
}
.single-member .member-logo-wrapper {
    padding-right: 3em;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
}

.single-member .member-logo-wrapper .member-logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15%;
}

.single-member .member-logo-wrapper .member-logo img {
	max-height: 200px;
	object-fit: contain;
}
.single-member .member-logo-wrapper .member-website {
    margin-bottom: 15px;
}
.single-member .member-logo-wrapper .member-website a {
    color: #ff3873;
}
.single-member .member-logo-wrapper .member-website a:hover {
    color: #2ea3f2;
}

.single-member .member-logo-wrapper .member-socials.et-social-icons li {
    margin: 0;
}
.single-member .member-logo-wrapper .member-socials.et-social-icons li a {
    color: #ff3873;
    line-height: 1;
}
.single-member .member-logo-wrapper .member-socials.et-social-icons li a:hover {
    color: #2ea3f2;
}
.single-member .member-logo-wrapper .member-socials.et-social-icons li:not(:first-child) {
    margin-left: 20px;
}

.single-member .member-connections {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-member .member-extend_links {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.single-member .member-extend_links a {
    width: 200px;
    font-size: 20px;
    padding: 10px 0;
}
.single-member .member-extend_links a:not(:first-child) {
    margin-left: 10px;
}

.single-member .member-info .leadership-info,
.single-member .member-info .founder-info {
	display: flex;
    max-width: 200px;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
}

.single-member .member-info a {
	color: #000;
	transition: all .3s;
}

.single-member .member-info a:hover {
	color: #909090;
}

.single-member .member-info i {
    padding: 0 2px;
    font-size: 20px;
}


@media screen and (max-width: 767px) {

	.single-member .single-header .header-badge .member_badge {
		max-width: 120px;
	    margin: 0 auto 35px;
	}
	.single-member .member-logo-wrapper {
		padding-right: unset;
		margin-bottom: 30px;
		padding: 0;
	}
	.single-member .member-logo-wrapper .member-logo {
		margin-bottom: 30px;
		padding: 0 25%;
	}
	.single-member .member-media-wrapper {
		padding: 0;
	}
	.single-member .member-extend_links a {
		font-size: 16px;
	}
	.single-member .member-back {
		max-width: 100%;
		justify-content: flex-start;
		margin-bottom: 30px;
	}
}

.single-member .member-info-wrapper {
    padding-right: 3rem;
   
}

.single-member .sidebar--member {
    padding: 30px 50px;
    border-top: 12px solid #ff3873;
    background: #f1f2f2;  
}
.single-member .sidebar--member .member-info:not(:last-child) {
    margin-bottom: 20px;
}
.single-member .sidebar--member .member-info h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.single-member .member-content-wrapper {
	padding: 30px 10px;
}

@media screen and (max-width: 900px) {
	.single-member .sidebar--member {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	.single-member .member-info-wrapper {
		padding: 0;
	}
	.single-member .sidebar--member {
		padding: 30px 50px;
	}

	.single-member .member-content-wrapper {
		padding: 30px 0;
	}
}

.single-member .member-related-container {
	padding: 100px 0;
}

.single-member .member-related-container .related-title {
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 980px) {
	.single-member .member-related-container {
		padding: 70px 0;
	}
}

.search-results #content-area,
.category #content-area {
	background: #f1f2f2;
	padding: 50px 0;
}

.search-results #sidebar,
.category #sidebar {
	width: 30%;
    background: #fff;
    margin-top: 10px;
    padding: 30px;
}
.search-results .edu_et_pb_posts,
.category .edu_et_pb_posts {
	margin: 0;
}
.search-results .edu_et_pb_posts>.et_pb_post,
.category .edu_et_pb_posts>.et_pb_post {
	padding: 10px !important;
}
.search-results .edu_et_pb_posts>.et_pb_post .entry-title,
.category .edu_et_pb_posts>.et_pb_post .entry-title {
	font-size: 20px;
	max-height: unset;
}
.search-results .edu_et_pb_posts .post-wrapper .post-text,
.category .edu_et_pb_posts .post-wrapper .post-text {
	padding: 20px 15px 0;
}
.search-results .et_pb_post .entry-featured-image-url,
.category .et_pb_post .entry-featured-image-url {
	margin-bottom: 0;
	padding-top: 67%;
}

.category .edu_et_pb_posts>.et_pb_post .et_pb_image_container img,
.search-results .edu_et_pb_posts>.et_pb_post .et_pb_image_container img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pagination {
	font-size: 20px;
	margin-top: 20px;
}

.pagination a {
	color: #555555;
}

.pagination a:hover {
	color: #ff3873;
}

.alignleft i {
	margin-right: 10px;
}

.alignright i {
	margin-left: 10px;
}

@media screen and (max-width: 980px) {
	.search-results #left-area,
	.category #left-area {
		margin-bottom: 40px;
	}
	.search-results .edu_et_pb_posts .post-wrapper .post-text,
	.category .edu_et_pb_posts .post-wrapper .post-text {
		padding: 20px 25px 0;
	}
}

@media screen and (max-width: 480px) {

	.pagination .pagination-link {
		float: none;
		text-align: center;
	}
}

.page-id-50472 .gform_body .name_first {
	display: block;
	margin-bottom: 2rem;
}

.page-id-50472 .ginput_address_state #input_40_14_4 {
	margin-bottom: 2rem;
}

#recent-posts-2 li {
	position: relative;
}
#recent-posts-2 li a {
	padding-left: 25px;
}
#recent-posts-2 li a:before {
    content: "\68";
    font-family: ETmodules !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    position: absolute;
    left: 0;
    top: 5px;
    color: #ff4d5d;
    font-size: 1.2rem;
}

.single-eventbrite_events .et_pb_section {
	padding: 50px 0;
}
.single-eventbrite_events .iee_event_meta,
.single-eventbrite_events #iee-eventbrite-checkout-widget {
	display: none;
}

.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child, 
.et_pb_row_inner .et_pb_column.et-last-child, 
.et_pb_row_inner .et_pb_column:last-child {
	margin-right: 0 !important;
}

.single-eventbrite_events .et_pb_row {
	margin: 0 auto;
}

.single-eventbrite_events .post-meta p {
	font-weight: 600;
}
.single-eventbrite_events .column-content {
	width: calc(60% - 1.875rem);
}
.single-eventbrite_events .column-form {
	width: 40%;
}
@media screen and (max-width: 980px) {
	.single-eventbrite_events .column-form,
	.single-eventbrite_events .column-content {
		width: 100%;
	}
}


.single-eventbrite_events .eventbrite-ticket-section iframe {
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, .2);
}

.page-template-humanitix-event-template .header-section .header-banner img {
	height: unset;
	object-fit: contain;
}
.page-template-humanitix-event-template .column-content {
	width: calc(60% - 1.875rem);
}
.page-template-humanitix-event-template .humanitix-ticket-section {
	box-shadow: 0 0 15px 3px rgba(0,0,0,.2);
	border-radius: 5px;
}
.page-template-humanitix-event-template .humanitix-ticket__container {
	padding: 20px;
}
.page-template-humanitix-event-template .column-form {
	width: 40%;
}
.page-template-humanitix-event-template .humanitix-ticket__tag {
	font-size: 12px;
}
.page-template-humanitix-event-template .humanitix-ticket__event-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}
.page-template-humanitix-event-template .humanitix-ticket__wrapper {
	padding: 10px 0;
}
.page-template-humanitix-event-template .humanitix-ticket__button {
	display: block;
    text-align: center;
    border-top: 1px solid #999;
    background: #3c3c3c;
    color: #fff;
    font-size: 18px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.page-template-humanitix-event-template .humanitix-ticket__button:hover {
	background: #4a4a4a;
}
@media screen and (max-width: 980px) {
	.page-template-humanitix-event-template .column-content,
	.page-template-humanitix-event-template .column-form {
		width: 100%;
	}
}

/* start 29/08/2022 - Hide category line in event Humanitix items */
.events .et_pb_event .event-cat {
	display: none;
}
/* end 29/08/2022 - Hide category line in event Humanitix items */

.widget_next_events_humanitix .event_details{
	display: flex;
    background-color: #f5f5f5;
}
.widget_next_events_humanitix .event_details:not(:first-child) {
    margin-top: 10px;
}
.widget_next_events_humanitix .event_date {
    background-color: #039ED7;
    color: #fff;
    padding: 10px 5px 5px 5px;
    text-align: center;
    width: 75px;
    float: left;
    height: 100%;
}
.widget_next_events_humanitix .event_date .month {
    display: block;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.2em;
}
.widget_next_events_humanitix .event_date .date {
    display: block;
    text-align: center;
    font-size: 1.6em;
    line-height: 1.6em;
}
.widget_next_events_humanitix .event_desc {
    float: left;
    width: calc( 100% - 75px );
    padding: 8px 10px;
}
.widget_next_events_humanitix .event_name {
    font-size: 1.2em;
    line-height: 1.3em;
}
.widget_next_events_humanitix .event_name a {
    color: #039ED7;
}

/* Single staff */
.single-staff .staff-container {
	padding-bottom: 120px;
}
.single-staff .header-banner img {
    border-bottom: 12px solid #ff3873;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.single-staff .header-label .staff-label {
    display: inline-block;
    font-size: 32px;
	font-weight: 600;
    color: #fff;
    background-color: #0c1332;
    line-height: 1.2;
    margin: 0 10px 30px 10px;
    padding: 2px 35px;
}
.single-staff .staff-sidebar .staff-image {
	padding-right: 10%;
}
.single-staff .staff-sidebar .staff-image img {
	width: 100%;
}
.single-staff .staff-sidebar .staff-contacts {
	font-size: 18px;
	padding: 0 30px;
}
.single-staff .staff-content .staff-header {
	font-size: 30px;
	font-weight: 600;
	position: relative;
	margin: 30px 0;
}
.single-staff .staff-content .staff-name {
	margin-bottom: 0;
}
.single-staff .staff-content .staff-socials {
	position: absolute;
	top: -15px;
	right: 0;
	display: flex;
}
.single-staff .staff-content .staff-socials .et-social-icon {
	padding-left: 10px;
}
.single-staff .staff-content .staff-socials .et-social-icon a {
	font-size: 24px;
}
.single-staff .staff-content .staff-socials .et-social-icon a:hover {
	color: #909090;
}

.single-staff .staff-content .staff-description {
	font-size: 18px;
}
@media screen and (max-width: 1200px) {
	.single-staff .staff-sidebar .staff-contacts {
		font-size: 16px;
		padding: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	.single-staff .header-label .staff-label {
		font-size: 28px;
	}
	.single-staff .staff-sidebar .staff-image {
		padding-right: 0;
	}
	.single-staff .staff-content .staff-name,
	.single-staff .staff-content .staff-position {
		font-size: 24px;
	}
}

.gfield_validation_message {
	color: #ff3873;
}