@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/

.search-team #ajaxsearchlite1 .probox .proinput input[type="search"], .search-team div.asl_w .probox .proinput input[type="search"] {
    color: #5f5f5f!important;
    border-color: #999999!important;
}
:target::before {
  content: "";
  display: block;
  height: 130px; /* fixed header height/
  margin: -130px 0 0; / negative fixed header height */
}
.wp-block-embed .wp-block-embed__wrapper {
    /* height: 32vw; */
    width: 100%;
    /*padding-bottom: 56%;*/
}
.wp-block-embed.wp-block-embed-spotify .wp-block-embed__wrapper {
	height: 233px;
}

.wp-block-embed .wp-block-embed__wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 475px) {
	.wp-block-embed.wp-block-embed-spotify .wp-block-embed__wrapper {
		height: 153px;
	}
}

@media screen and (min-width: 1200px) {
  .modal-lg {
    max-width: 940px;
  }
}
.agent-picture-contact{
	float: right;
	width: auto;
	margin: 5px 0 10px;
	border-radius: 5px;
}
@media (max-width: 575px) {
	.agent-picture-contact{
		float: none;
	}
}

#contactModal input[type="submit"] {
    display: block;
    width: 100%;
}

.search-form div.asl_m .probox div.asl_simple-circle {
    width: 100%!important;
    top: 65%;
    position: relative;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}

.contact-admin-info .video-container {
	margin: 25px 0;
}
@media (max-width: 991px) {
	.contact-admin-info {
		padding-right: 53%;
	}
	.contact-admin-info .video-container {
		position: absolute;
		top: 0;right: 15px;
		width: 50%;
		padding-bottom: 17.25%;
	}
}
@media (max-width: 768px) {
	.contact-admin-info {
		padding-right: 52%;
	}
	.contact-admin-info .video-container {
		width: 50%;
		padding-bottom: 127px;
	}
}
@media (max-width: 420px) {
	.contact-admin-info {
		padding-right: 44%;
	}
	.contact-admin-info .video-container {
		width: 38%;
		padding-bottom: 140px;
	}
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
label {
	display: block;
	margin-bottom: 0;
	color: var(--Pale-Sky, var(--color-grey-46, #6B7280));
	
	/* Inter/Bold upper */
	font-family: var(--font-family-Font-2, Inter);
	font-size: var(--font-size-12, 12px)!important;
	font-style: normal;
	font-weight: var(--font-weight-700, 700)!important;
	line-height: var(--line-height-16, 16px)!important; /* 133.333% */
	text-transform: uppercase;
}
.gfield--type-captcha:not(.gfield_error) {
	display: none
}
.gform_legacy_markup_wrapper .gfield_checkbox li {
	align-items: start!important;
}
.gform_legacy_markup_wrapper .gfield_checkbox li label {
	color: var(--Pale-Sky, var(--color-grey-46, #6B7280));

/* Inter/Light */
	font-family: var(--font-family-Font-2, Inter);
	font-size: var(--font-size-12, 12px)!important;
	font-style: normal;
	font-weight: var(--font-weight-300, 300)!important;
	line-height: var(--line-height-15, 15px)!important; /* 125% */
	text-transform: none;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	/* margin: 2px 0 0; */
	vertical-align: top;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea, select, select.form-control {
  width: 100%;
  height: 49px;
  border-width: 1px;
  border-color: #22293c;
  padding: 0 15px!important;
  color: #000;
  font-size: 14px!important;
  margin: 0!important;
  border-radius: 2px;
  border: var(--stroke-weight-1, 1px) solid var(--color-grey-91, #E5E7EB);
  background: var(--color-grey-98, #F8FAFC);
}
.gform_wrapper textarea, .ginput_container_textarea {
  height: 100px!important;
}
.gform_wrapper textarea {
  padding: 8px 15px!important;
}
.contact-section textarea {
  min-height: 170px;
}
.custom-checkRad label {
  cursor: pointer;
  display: inline-block;
}
.custom-checkRad input[type="checkbox"], .custom-checkRad input[type="radio"] {
  display: none;
}
.custom-checkRad input[type="checkbox"] + label .fa.unchecked, .custom-checkRad input[type="radio"] + label .fa.unchecked {
  display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label .fa.checked, .custom-checkRad input[type="radio"] + label .fa.checked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.unchecked, .custom-checkRad input[type="radio"]:checked + label .fa.unchecked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.checked, .custom-checkRad input[type="radio"]:checked + label .fa.checked {
  display: inline-block;
}
.gform_wrapper textarea, .ginput_container_textarea {
	height: auto!important;
}
.gform_wrapper .gform_footer {position: relative;overflow: hidden;padding: 0;border-radius: 2px;max-width: 100%;margin: 20px auto 0;}
.gform_wrapper .gform_footer:before { 
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #E15726;
}
.gform_wrapper .gform_footer:hover:before { 
	top: -100%;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	cursor: pointer;
	position: relative;
	border: solid 1px #E15726;
	background-color: transparent;
	color: #fff!important;
	padding: 16px 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 2px!important;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
	text-align: center;
	
	/* Jost/Bold upper */
	font-family: var(--font-family-Font-1, Jost);
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	line-height: 1.2em!important; /* 142.857% */
	letter-spacing: var(--letter-spacing-1_4, 1.4px);
	text-transform: uppercase;
	min-height: auto!important;
	margin: 0!important;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:focus,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input[type=submit]:focus {
	border-color: #E15726;
	background-color: transparent;
	color: #E15726!important;
	text-decoration: none;
}


@media (min-width: 992px) {
	.bottom-form #gform_wrapper_1 .gform_fields .gfield--type-html {grid-area: html;text-align: center;}
	.bottom-form #gform_wrapper_1 .gform_fields .gfield--type-checkbox {grid-area: check;text-align: center;}
	.bottom-form #gform_wrapper_1 .gform_fields #field_1_1 {grid-area: name;}
	.bottom-form #gform_wrapper_1 .gform_fields #field_1_2 {grid-area: last;}
	.bottom-form #gform_wrapper_1 .gform_fields #field_1_4 {grid-area: company;}
	.bottom-form #gform_wrapper_1 .gform_fields .gfield--type-email {grid-area: email;}
	.bottom-form #gform_wrapper_1 .gform_fields .gfield--type-phone {grid-area: phone;}
	.bottom-form #gform_wrapper_1 .gform_fields .gfield--type-date  {grid-area: date;}
	.bottom-form #gform_wrapper_1 .gform_fields .gfield--type-textarea {grid-area: big;}
	.bottom-form #gform_wrapper_1 .gform_fields {
	  display: grid;
	  grid-template-areas:
	    'html html html html'
	    'name last big big'
	    'company date big big'
	    'email phone big big'
	    'check check check check';
	  gap: 10px;
	}
	.bottom-form #gform_wrapper_1 .gform_fields .gfield {width: 100%!important;margin: 0;}
	.bottom-form #gform_wrapper_1 .gform_fields .gfield input:not([type="checkbox"]) {
	  height: 60px;
	}
	.bottom-form #gform_wrapper_1 .gform_fields textarea, #gform_wrapper_1  .ginput_container_textarea {
	  /* height: 220px!important; */
	}
	.bottom-form #gform_wrapper_1 .gform-footer {
	  max-width: 200px;
	  margin: 9px auto 0;
	}
	
}
.bottom-form #gform_wrapper_1 .gform_fields .gfield:not(.gfield--type-checkbox) label { display: none!important }
/*=========================================== SOCIAL SECTION ==================================================*/
.social-section {
	padding: 80px 0 25px;
	overflow: hidden;
}
.social-section > .container-fluid {
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.social-section.ready > .container-fluid {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.social-section .slick-testimonials {
	position: relative;
	transform: translate(15%, 0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.social-section.ready .slick-testimonials {
	transform: translate(0, 0);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 1.2s ease .6s, transform 0.8s ease .6s;
	-moz-transition: opacity 1.2s ease .6s, transform 0.8s ease .6s;
	-o-transition: opacity 1.2s ease .6s, transform 0.8s ease .6s;
	-webkit-backface-visibility: hidden;
}

.social-section .twitter-wrapper {
	display: inline-block
}
.social-section .testimonial-wrapper {
	position: relative;
	padding: 15px 0 0;
    margin: 0 0 30px;
	max-width: 745px;
}
.testimonial-wrapper {
	position: relative;
	margin: 30px 0 50px;
}
.social-section .testimonial-wrapper .top-quote,
.social-section .testimonial-wrapper .bottom-quote {
	font-size: 70px;
	color: #adb5bd
}
.testimonial-wrapper .top-quote,
.testimonial-wrapper .bottom-quote {
	font-size: 30px;
	color: #adb5bd
}
.social-section .testimonial-wrapper .bottom-quote,
.testimonial-wrapper .bottom-quote {
	position: absolute;
	bottom: 0;
	right: 0;
}
.social-section .testimonial-wrapper .testimonial {
	color: #282828;
    font-size: 25px;
    line-height: 1.15em;
    padding: 10px 0 0;
}
.testimonial-wrapper .testimonial {
	color: #5f5f5f;
	font-size: 20px;
	line-height: 1.4em;
	padding: 10px 0 0;
}
.social-section .testimonial-wrapper .author {
	padding: 45px 0 5px;
	padding-right: 75px;
	font-family: 'Lora', serif;
	color: #DE5726;
	font-size: 18px;
	font-style: italic;
}
.testimonial-wrapper .author {
	padding: 25px 0 5px;
	padding-right: 50px;
	color: #ee7400;
	font-size: 20px;
}
@media screen and (max-width: 1200px) {
	.social-section .testimonial-wrapper .testimonial {font-size: 22px}
	.social-section .testimonial-wrapper .author {padding-right: 55px}
	.social-section .testimonial-wrapper .top-quote,
	.social-section .testimonial-wrapper .bottom-quote {
		font-size: 50px;
	}
}
@media screen and (max-width: 768px) {
	.social-section .testimonial-wrapper .testimonial {font-size: 18px}
	.social-section .testimonial-wrapper .top-quote,
	.social-section .testimonial-wrapper .bottom-quote {
		font-size: 48px;
	}
	.testimonial-wrapper .top-quote, .info-page .testimonial-wrapper .bottom-quote {font-size: 25px;}
	.testimonial-wrapper .testimonial {
		font-size: 15px;
	}
	.testimonial-wrapper .author {
		font-size: 15px;
	}
}
@media screen and (max-width: 550px) {
	.social-section .testimonial-wrapper .testimonial {font-size: 15px}
	.social-section .testimonial-wrapper .author {font-size: 14px; padding-right: 48px}
	.social-section .testimonial-wrapper .top-quote,
	.social-section .testimonial-wrapper .bottom-quote {
		font-size: 42px;
	}
}
/*=========================================== CONTACT SECTION ==================================================*/
.contact-section {
	background-image: url("../img/contact-section.jpg");
	background-position: center;
	background-size: cover;
	padding: 45px 0 40px;
	position: relative;
	overflow: hidden;
}
.contact-section span.parallax {
	display: block;
	position: absolute;
	left: 0; right: 0;
	height: 100%;
	background-image: url("../img/contact-section.jpg");
	background-position: center;
	background-size: cover;
}
.contact-section .section-heading {
	opacity: 0;
	transform: translate(-20%, 0);
	-webkit-transform: translate(-20%, 0);
	-moz-transform: translate(-20%, 0);
	-o-transform: translate(-20%, 0);
}
.contact-section .contact-form {
	opacity: 0;
	transform: translate(20%, 0);
	-webkit-transform: translate(20%, 0);
	-moz-transform: translate(20%, 0);
	-o-transform: translate(20%, 0);
}
.contact-section.ready .section-heading,
.contact-section.ready .contact-form {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.2s ease 0s, transform 0.8s ease 0s;
    -moz-transition: opacity 1.2s ease 0s, transform 0.8s ease 0s;
    -o-transition: opacity 1.2s ease 0s, transform 0.8s ease 0s;
    -webkit-backface-visibility: hidden;
}
.contact-section > .container {
  position: relative;
  z-index: 2;
/*  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);*/
}
.contact-section.ready > .container {
/*  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;*/
}
.contact-section .section-heading {
	text-align: center;
	margin-bottom: 45px;
}
.contact-section h2.h1-style {
	color: #e15726;
}
.contact-section .section-heading h2.h1-style span {
	color: #fff;
}
.contact-section .contact-form .form-group {
	position: relative;
	margin: 0 0 30px;
}
.contact-section .contact-form .form-group .select-arrow {
	display: block;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
}
.contact-section .contact-form .form-group:hover .select-arrow {
	transform: translate(0, -30%);
}
.contact-section .contact-form .form-group .select-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    transition: top .6s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: top .6s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: top .6s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: top .6s cubic-bezier(0.19, 1, 0.22, 1);
}

.contact-section .contact-form .form-group:hover .select-arrow:after {
    top: 30%;
}
.contact-section .contact-form input[type="text"],
.contact-section .contact-form textarea,
.contact-section .contact-form select {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.contact-section .contact-form select {
	cursor: pointer;
}
.contact-section .contact-form select option {
	background-color: #221101;
}
.contact-section .contact-form input[type="text"]::placeholder,
.contact-section .contact-form textarea::placeholder {
	color: #fff;
}
@media screen and (max-width: 768px) {

}
/*======================================== NEW MODULE ==========================================================*/
.section-white.events-page {
	padding: 45px 0;
}
.events-page .media-module > div {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: dashed 1px #ebebeb;
}
.events-page .media-module > div:last-child {
  padding: 0;
  border: none;
}
.events-page .media-module .left {
  float: left;
  display: block;
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
}
.events-page .media-module .left:hover {
  opacity: 0.8;
}
.events-page .media-module .date span {
  display: block;
  color: #7a7a7a;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.events-page .media-module .date span.day {
  font-size: 39px;
  float: left;
  color: #2f2f2f;
}
.events-page .media-module .date span.month-year {
  font-size: 1em;
  padding: 7px 0;
  padding-left: 54px;
}
.events-page .media-module .right {
  padding-left: 195px;
}
.events-page .media-module .right .title {
  font-size: 30px;
  line-height: 1.3em;
  color: #434e4b;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0 0 10px;
}
.events-page .media-module .right .text {
  margin-bottom: 0;
}
.events-page .media-module-interior {
  padding-top: 50px;
}
.events-page .media-module .news-thumb {
  float: left;
  width: 250px;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 991px) {
  .events-page .media-module .left {
    width: 180px;
    height: 120px;
  }
  .events-page .media-module .right {
    padding-left: 195px;
  }
}
@media screen and (max-width: 768px) {
  .events-page .media-module .right .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .events-page .media-module .left {
    display: none;
  }
  .events-page .media-module .right {
    padding-left: 0;
  }
}
/*=========================================== BLOG RIGHT CLOUMN =============================================*/
.news-right-column h2,
.news-right-column h3 {
    font-size: 20px;
    line-height: 1.2em;
    color: #000;
    font-weight: 900;
	text-transform: uppercase;
    margin: 20px 0;
}
.news-right-column form p {
  font-size: 1em;
  margin-bottom: 15px;
}
.news-right-column form input[type="text"] {
  border-radius: 4px 4px 0 0;
  height: 47px;
}
.news-right-column form input[type="submit"] {
	width: 100%;
	display: block;
    position: relative;
	border-radius:0 0 4px 4px;
	cursor: pointer;
	border: solid 1px #DE5726;
	background-color: #DE5726;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	text-transform: capitalize;
	padding: 15px 18px;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.news-right-column form input[type="submit"]:hover,
.news-right-column form input[type="submit"]:focus {
	color: #DE5726;
	border: solid 1px #DE5726;
	background-color: transparent;
}
@media screen and (max-width: 768px) {
  .news-right-column form input[type="submit"] {font-size: 16px;}
  .news-right-column h2,
  .news-right-column h3 {
    font-size: 24px;
  }
}
/*=========================================== PAGINATION ===================================================*/
.pagination {
  margin: 25px 0;
  display: block;
}
.pagination > div {
  /*float: right;*/
  padding: 0;
  margin: 0;
  display: inline-block;
}
.pagination > div > a, .pagination > div > span {
  display: inline-block;
  font-size: 14px;
  align-items: center;
  text-align: center;
  min-width: 20px;
  padding: 4px 12px;
	 margin: 0 -1px;
  border: solid 1px #dcdcdc;
  border-right: none;
}
.pagination > div > a:first-child, .pagination > div > span:first-child {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
.pagination > div > a:last-child, .pagination > div > span:last-child {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-right: solid 1px #dcdcdc;
}
.pagination > div > a:hover, .pagination > div > span:hover {
  background-color: #f7f7f7;
}
.pagination > div > span.current {
  color: #fff;
  background-color: #2f2f2f;
}

/*=========================================== CURATE SECTION ==================================================*/
.curate-section {
	padding: 64px 0;
	text-align: center;
	background: var(--color-grey-98, #F8FAFC);
}
.curate-section > .container {
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.curate-section.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.curate-section h2 {
	margin: 0 0 64px
}
.curate-section h3 {
	color: var(--Ebony-Clay, var(--color-azure-18, #22293C));
	text-align: center;
	font-family: var(--font-family-Font-1, Jost);
	font-size: var(--font-size-18, 18px);
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	line-height: var(--line-height-28, 28px); /* 155.556% */
	margin: 24px 0 8px;
}
.curate-section p {
	color: var(--Pale-Sky, var(--color-grey-46, #6B7280));
	text-align: center;
	font-family: var(--font-family-Font-2, Inter);
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	font-weight: var(--font-weight-300, 300);
	line-height: var(--line-height-22_75, 22.75px); /* 162.5% */
	margin: 0 0;
}
.curate-section ul li:not(:last-child) {
	margin: 0 -1px;
}
.curate-section ul li .cta {
	display: block;
	position: relative;
	width: 227px;
	padding: 0 16px;
	margin: 0 0 24px;
}
.curate-section ul li .cta .bnn {
	display: block;
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	margin: 0 auto 15px;
}
@media (min-width: 1201px) {
	.curate-section ul li .cta:before,
	.curate-section ul li .cta:after {
		content: '';
		position: absolute;
		top: 50px;
		width: 50%;
		height: 1px;
		background: var(--color-grey-91, #E5E7EB);
	}
	.curate-section ul li .cta:before {
		left: 0;
	}
	.curate-section ul li .cta:after {
		right: 0;
	}
	.curate-section ul li:first-child .cta:before,
	.curate-section ul li:last-child .cta:after {
		display: none
	}
}
.curate-section ul li .cta .bnn img {
	width: 100%;
	height: 100%;
}
.curate-section ul li {
	vertical-align: top;
}
.curate-section ul li .cta .text {
	position: relative;
	text-align: center;
}
.curate-section ul li .cta .text h4 {
	font-family: Lato;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #000;
}

/*=========================================== ABOUT SECTION ==================================================*/
.about-section {
  position: relative;
  padding: 64px 0;
  background: var(--color-azure-18, #22293C);
}
.about-section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	background: var(--color-white-5, rgba(255, 255, 255, 0.05));
	clip-path: polygon(0 0, 100% 0, 100% 100%, 24% 100%);
}
.about-section > .container {
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-section.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.about-section.ready > .container .row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	gap: 64px;
}
.about-section.ready > .container .row .col-lg-4 {
	width: 100%;
	max-width: 470px;
}
.about-section.ready > .container .row .col-lg-8 {
	width: 100%;
}
.about-section h2 {
	text-align: center;
	margin: 0 auto 64px;
	color: #fff;
	font-size: 48px;
	max-width: 913px;
}
.about-section .bnn {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	margin: 0 0 15px;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	margin: 0 0 40px;
}
.about-section .bnn img {
	width: 100%;
	height: auto;
	margin: 0 0 32px;
}
.about-section .col-lg-4 p {
	color: var(--Mischka, var(--color-azure-84, #D1D5DB));
	font-family: var(--font-family-Font-2, Inter);
	font-size: var(--font-size-18, 18px);
	font-style: normal;
	font-weight: var(--font-weight-300, 300);
	line-height: var(--line-height-29_25, 29.25px); /* 162.5% */
}
.about-section .col-lg-4 h3 {
	color: var(--White, var(--color-white-solid, #FFF));
	font-family: var(--font-family-Font-1, Jost);
	font-size: var(--line-height-20, 20px);
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	line-height: var(--line-height-28, 28px); /* 140% */
	letter-spacing: var(--letter-spacing-0_5, 0.5px);
}
.about-section .col-lg-4 h3 strong {
	color: #ba481f;
	font-weight: var(--font-weight-700, 700);
}
.about-section .form-wrapper {
	border-radius: 2px;
	border-top: var(--item-spacing-xxs, 4px) solid var(--color-orange-52, #E15726);
	background: var(--color-white-solid, #FFF);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	padding: 40px;
}
.about-section .form-wrapper h3 {
	color: var(--Ebony-Clay, var(--color-azure-18, #22293C));
	font-family: var(--font-family-Font-1, Jost);
	font-size: var(--line-height-20, 20px);
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	line-height: var(--font-size-36, 36px); /* 180% */
	margin: 0 0;
}
.about-section .form-wrapper p {
	color: var(--Pale-Sky, var(--color-grey-46, #6B7280));
	font-family: var(--font-family-Font-2, Inter);
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	font-weight: var(--font-weight-400, 400);
	line-height: var(--line-height-20, 20px); /* 142.857% */
	margin: 8px 0; 
}
.about-section .gform_legacy_markup_wrapper li.gfield.field_description_below+li.gsection {
	display: none
}
.about-section textarea#input_1_8 {
    height: 160px !important;
    padding: 15px !important;
}
.bottom-form {
	padding: 20px 0;
}
.bottom-form  .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox,
.bottom-form .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_radio,
.bottom-form .gform_legacy_markup_wrapper,
.bottom-form h2,
.bottom-form  p {
	margin: 0 0 0;
}
.bottom-form  p {
	margin: 10px 0 3px;
}
.about-section .stats {
	display: flex;
	justify-content: space-evenly;
	gap: 24px;
	padding: 32px 0 0;
	margin: 64px 0 0;
	border-top: var(--stroke-weight-0_8, 0.8px) solid var(--color-white-10, rgba(255, 255, 255, 0.10));
}
.about-section .stats > div {
	width: 100%;
	border-radius: 2px;
	border: var(--stroke-weight-1, 1px) solid var(--color-white-10, rgba(255, 255, 255, 0.10));
	background: var(--color-white-5, rgba(255, 255, 255, 0.05));
	padding: 32px;
}
.about-section .stats > div h3 {
	color: var(--Cinnabar, var(--color-orange-52, #E15726));
	font-family: var(--font-family-Font-1, Jost);
	font-size: var(--font-size-36, 36px);
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	line-height: var(--line-height-40, 40px); /* 111.111% */
	margin: 0 0 4px;
}
.about-section .stats > div p {
	color: var(--Gray-Chateau, var(--color-azure-65, #9CA3AF));
	font-family: var(--font-family-Font-2, Inter);
	font-size: var(--line-height-16, 16px);
	font-style: normal;
	font-weight: var(--font-weight-300, 300);
	line-height: var(--item-spacing-s, 24px); /* 150% */
	margin: 0;
}
@media (max-width: 991px) { 
	.about-section.ready > .container .row .col-lg-4 {
		max-width: 240px;
	}
	.about-section.ready > .container .row { gap: 10px }
}
@media (max-width: 768px) {
	.about-section.ready > .container .row .col-lg-4 {
		max-width: 340px;
		margin: 0 auto;
	}
	.about-section .stats,
	.about-section.ready > .container .row {
		flex-direction: column
	}
	.about-section .stats > div {
		text-align: center;
	}
	.about-section h2 {font-size: 30px;}
}

/*=========================================== RATINGS SECTION ==================================================*/
.ratings-section {
	padding: 64px 0;
	text-align: center;
	border-bottom: var(--stroke-weight-0_8, 0.8px) solid var(--color-grey-91, #E5E7EB);
	background: var(--color-white-solid, #FFF);
}
.ratings-section > .container {
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ratings-section.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.ratings-section h2 {
	margin: 20px 0 40px; 
}

/*=========================================== YOUTUBE SECTION ==================================================*/
.slick-dots li,
.slick-dots li button {
	width: 22px;
	height: 22px;
}
.slick-dots li {
	margin: 0
}
.slick-dots li button:before {
	font-size: 13px
}
body .youtube-section .sb_youtube[id^=sb_youtube_] .sby_items_wrap, body.et-db .youtube-section #et-boc .sb_youtube[id^=sb_youtube_] .sby_items_wrap {
	padding: 0 40px!important;
}
body .sby-owl-dots .sby-owl-dot span, body.et-db #et-boc .sby-owl-dots .sby-owl-dot span {
	background: #fff!important;
}
.sby-owl-next, .sby-owl-prev {
	top: 145px!important;
    padding: 0!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.10)!important;
}

[id^=sb_youtube_].sb_youtube .sby_carousel .sby-owl-nav .svg-inline--fa {
    color: #fff;
}
body .sby-owl-nav .sby-owl-prev, 
body.et-db #et-boc .sby-owl-nav .sby-owl-prev {
	margin-left: 3px!important;
}
body .sby-owl-nav .sby-owl-next, 
body.et-db #et-boc .sby-owl-nav .sby-owl-next {
	margin-right: 3px!important;
}

.youtube-section {
	padding: 64px 0;
	text-align: center;
	background: var(--color-azure-18, #22293C);
}
.youtube-section .top-heading {
	margin: 0 0 48px;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.youtube-section .top-heading h2 {
	margin: 0;
	text-align: left;
}
.youtube-section .top-heading > a {
	color: var(--White, var(--color-white-solid, #FFF));
	font-family: var(--font-family-Font-1, Jost);
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	font-weight: var(--font-weight-400, 400);
	line-height: var(--line-height-20, 20px); /* 142.857% */
	letter-spacing: var(--letter-spacing-0_35, 0.35px);
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-thickness: 1px;
	text-decoration-color: #e15726;
}
.youtube-section .top-heading > a:hover {
	color: #fff;
	text-decoration-color: #fff;
}
.youtube-section > .container {
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.youtube-section.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.youtube-section h2 {
	color: #fff;
	margin: 20px 0 33px;
}
.youtube-section h5 {
	color: #fff;
}
.youtube-section .sby-player-info,
.youtube-section .sby_info.sby_info_item { display: none }
.youtube-section iframe#sby_player0,
.youtube-section .sby_video_thumbnail_wrap.sby_item_video_thumbnail_wrap {
	border-radius: 2px;
	overflow: hidden!important;
}
.sby_play_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 62%);
    border: solid 1px #fff;
    border-radius: 9999px;
    height: 57px!important;
}
svg.svg-inline--fa.fa-youtube.fa-w-18 path {
    fill: transparent!important;
}
.youtube-section .sby_load_btn {
	display: block;
	padding: 0!important;
	color: #fff;
	background: transparent!important;
	border-radius: 8px!important;
	border: solid 1px #da5b01!important;
	box-shadow: none!important;
	overflow: hidden;
}
.youtube-section .sby_load_btn:after {
	display: block;
	margin: 0;
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	vertical-align: unset;
	background-color: #ee7400;
}
.youtube-section .sby_load_btn:hover:after,
.youtube-section .sby_load_btn:focus:after {
	height: 0;
}
.youtube-section .sby_load_btn:hover,
.youtube-section .sby_load_btnt:focus {
	color: #ee7400!important;
	text-decoration: none;
}
/*
.youtube-section .sby_load_btn:hover {
	color: #dc5c01!important;
	background: #1f212b!important;
}*/
.youtube-section  span.sby_btn_text {
	position: relative;
	z-index: 2;
	display: block;
	padding: 12px 24px;
	font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
	background: transparent!important;
}
[id^=sb_youtube_].sb_youtube.sby_palette_dark {
    background: transparent!important;
}
span.sby_video_title {
    color: var(--Gray-Chateau, var(--color-azure-65, #9CA3AF))!important;
    font-family: var(--font-family-Font-2, Inter)!important;
    font-size: var(--font-size-14, 14px)!important;
    font-style: normal!important;
    font-weight: var(--font-weight-300, 300)!important;
    line-height: var(--line-height-20, 20px)!important; /* 142.857% */
}
p.sby_video_title_wrap {
    text-align: left!important;
}
body .sb_youtube.sby_palette_dark[id^=sb_youtube_], body.et-db #et-boc .sb_youtube.sby_palette_dark[id^=sb_youtube_] {
	padding: 0;
	/* margin: 0 -10px; */
}
body #sby_lightbox .sby_lb_video_thumbnail_wrap, body .sb_youtube[id^=sb_youtube_] .sby_player_outer_wrap, body .sb_youtube[id^=sb_youtube_] .sby_video_thumbnail_wrap, body.et-db #et-boc #sby_lightbox .sby_lb_video_thumbnail_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_player_outer_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_video_thumbnail_wrap {
	padding: 0!important;
}
body .sb_youtube.sby_col_3[id^=sb_youtube_] .sby_items_wrap .sby_item, body.et-db #et-boc .sb_youtube.sby_col_3[id^=sb_youtube_] .sby_items_wrap .sby_item {
	padding: 10px!important
}
body .sb_youtube[id^=sb_youtube_] .sby_items_wrap, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_items_wrap {
	/* margin: 0 -20px 0; */
	overflow: hidden;
	padding: 10px 0 0!important;
	width: auto;
	float: none;
}
body .sb_youtube[id^=sb_youtube_] .sby_items_wrap .sby_inner_item, body.et-db #et-boc .sb_youtube[id^=sb_youtube_] .sby_items_wrap .sby_inner_item {
	padding: 12px;
}
@media (max-width: 768px) {
	.youtube-section .top-heading {
		flex-direction: column;
	}
	.youtube-section .top-heading > a { display: none }
}

/*=========================================== BLOG SECTION ==================================================*/
.blog-section {
	padding: 64px 0;
	background: var(--color-grey-98, #F8FAFC);
}
.blog-section > .container {
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.blog-section.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.blog-section h2 {
	margin: 0;
}
.blog-section h2 + p {
	color: var(--Pale-Sky, var(--color-grey-46, #6B7280));
	text-align: center;
	font-family: var(--font-family-Font-2, Inter);
	font-size: var(--line-height-16, 16px);
	font-style: normal;
	font-weight: var(--font-weight-300, 300);
	line-height: var(--item-spacing-s, 24px); /* 150% */
	margin: 0 0 64px
}
.blog-section h5 {
	text-align: center;
	margin: 20px 0 60px;
}
.blog-section .blog-grid > div:nth-child(2) {grid-area: small-1;}
.blog-section .blog-grid > div:nth-child(3) {grid-area: small-2;}
.blog-section .blog-grid > div:nth-child(4) {grid-area: small-3;}
.blog-section .blog-grid > div:nth-child(5) {grid-area: small-4;}
.blog-section .blog-grid > div:first-child {grid-area: big;}
.blog-section .blog-grid {
  display: grid;
  grid-template-areas:
    'big small-1'
    'big small-2'
    'big small-3'
    'big small-4';
  column-gap: 48px;
  row-gap: 32px;
  margin: 0 0 48px;
}
.blog-section .blog-grid .cta:hover h3 {
	text-decoration: underline;
}
.blog-section .blog-grid .cta .bnn {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 0 0 24px;
}
.blog-section .blog-grid .cta .bnn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 2px;
	background: var(--color-white-02, rgba(255, 255, 255, 0.00));
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
}
.blog-section .blog-grid .cta h3 {
	margin: 8px 0 15px;
	color: var(--Cinnabar, var(--color-orange-52, #E15726));
	font-family: var(--font-family-Font-1, Jost);
	font-size: var(--font-size-36, 36px);
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	line-height: 1.2em; /* 111.111% */
}
.blog-section .blog-grid .cta p {
	color: var(--River-Bed, var(--color-azure-34, #4B5563));
	font-family: var(--font-family-Font-2, Inter);
	font-size: var(--font-size-18, 18px);
	font-style: normal;
	font-weight: var(--font-weight-300, 300);
	line-height: var(--line-height-29_25, 29.25px); /* 162.5% */
	margin: 0 0 24px;
}
.blog-section .blog-grid .cta .date {
	color: var(--Cinnabar, var(--color-orange-52, #E15726));
	font-family: var(--font-family-Font-1, Jost);
	font-size: var(--font-size-12, 12px);
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	line-height: var(--line-height-16, 16px); /* 133.333% */
	letter-spacing: var(--letter-spacing-0_3, 0.3px);
	text-transform: uppercase;
}
.blog-section .blog-grid .cta .topic {
	display: block;
	color: var(--Gray-Chateau, var(--color-azure-65, #9CA3AF));
	font-family: var(--font-family-Font-2, Inter);
	font-size: var(--font-size-12, 12px);
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	line-height: var(--line-height-16, 16px); /* 133.333% */
	text-transform: uppercase;
}
.blog-section .blog-grid > div:not(:first-child) .cta {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: start;
	gap: 16px;
}
.blog-section .blog-grid > div:not(:first-child, :last-child) .cta {
	padding-bottom: 32px;
	border-bottom: var(--stroke-weight-0_8, 0.8px) solid #E5E7EB;
}
.blog-section .blog-grid > div:not(:first-child) .cta .bnn {
	width: 100%;
	max-width: 112px;
	margin: 0;
	aspect-ratio: 16 / 9;
}
.blog-section .blog-grid > div:not(:first-child) .cta .info {
	width: calc(100% - 128px);
}
.blog-section .blog-grid > div:not(:first-child) .cta .info h3 {
	color: var(--Ebony-Clay, var(--color-azure-18, #22293C));

/* Semantic/Heading 3 */
	font-family: var(--font-family-Font-1, Jost);
	font-size: var(--line-height-20, 20px);
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	line-height: var(--line-height-25, 25px); /* 125% */
	margin: 4px 0 8px;
}
.blog-section .blog-grid > div:not(:first-child) .cta .info p { display: none }

@media (max-width: 991px) {
	.blog-section .blog-grid {
	 display: flex;
		flex-direction: column;
		gap: 30px;
	  margin: 0 0 40px;
	}
	.blog-section .blog-grid > div:not(:first-child) .cta .bnn { display: none }
	.blog-section .blog-grid > div:not(:first-child) .cta .info { width: 100% }
}
@media (max-width: 768px) {
	.blog-section .blog-grid .cta .bnn {
		height: 286px;
	}
	.blog-section .blog-grid > div:not(:first-child) .cta .info h3 {
		font-size: 18px
	}
	.blog-section .blog-grid > div:first-child .cta .info h3 {
		font-size: 24px
	}
}
@media (max-width: 575px) {
	.blog-section .blog-grid .cta .bnn {
		height: 53vw;
	}
}


/*=========================================== PROPOSAL ==================================================*/
.proposal-page {
	background-color: #fff;
	padding: 40px 0 60px;
	position: relative;
	overflow: hidden;
}
.proposal-page > .container-fluid {
	position: relative;
	z-index: 2;
	top: 80px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.proposal-page.ready > .container-fluid {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
	-moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
	-o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
	-webkit-backface-visibility: hidden;
}

.proposal-page .boxed-content {
	padding: 0 20px 5px;
	border-radius: 6px;
	background-color: #fdfdfd;
	border: solid 1px #293c7d;
}
.proposal-page .boxed-content .h1-style {
	padding: 16px 0;
	margin: 0 -20px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	background-color: #293c7d;
}
.proposal-page .boxed-content > p {
	font-size: 16px;
	text-align: center;
}
.proposal-page .boxed-content a {
	font-size: 16px;
}

.proposal-page .proposal-item {
	position: relative;
	padding-left: 17vw;
	padding-top: 1vw;
	padding-bottom: 4vw;
	margin-bottom: 4vw;
	border-bottom: dashed 1px #acb8e0;
	min-height: 21vw;
}
.proposal-page .proposal-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.proposal-page .proposal-item .bnn {
	display: block;
	background-position: center;
	background-size: cover;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 15px;
	width: 15vw;
	height: 15vw;
}
.proposal-page .proposal-item .info {}
.proposal-page .proposal-item .info .h1-style {}
.proposal-page .proposal-item .info .sub {
	font-size: 16px;
	line-height: 1.3em;
}
.proposal-page .proposal-item .info .fees {
	font-style: italic;
	font-size: 15px;

}
.proposal-page .proposal-item .info .fees span {
	font-weight: 900;
	font-style: normal;
}
.proposal-page .proposal-item .info .member-info .info-page {
	max-height: 320px;
	overflow-y: auto;
}
.proposal-page .proposal-item .info .member-info .info-page.actived {
	padding: 20px 0 0;
}
.proposal-page .proposal-item .info .member-info .info-page .top-quote,
.proposal-page .proposal-item .info .member-info .info-page .bottom-quote {
	font-size: 30px;
}
.proposal-page .proposal-item .info .member-info .info-page,
.proposal-page .proposal-item .info .member-info .info-page p,
.proposal-page .proposal-item .info .member-info .info-page .testimonial {
	font-size: 16px;
	line-height: 1.3em;
}

@media (min-width: 991px) {
	.proposal-page .affix-top {
		position: absolute;
		margin-top: 34px;
		left: 15px;
		right: 15px;
	}

	.proposal-page .proposal-item .info .member-info .videos,
	.proposal-page .proposal-item .info .member-info .ted-talks {
		display: flex;
		flex-wrap: wrap;
	}
	.proposal-page .proposal-item .info .member-info .videos > div,
	.proposal-page .proposal-item .info .member-info .ted-talks > div {
		width: 50%;
		border: solid 1px #fff;
	}
	.proposal-page .proposal-item .info .member-info [rel="testimonials"] {
		display: flex;
		flex-wrap: wrap;
	}
	.proposal-page .proposal-item .info .member-info [rel="testimonials"] > div {
		width: 50%;
		padding: 0 15px;
	}
}
@media (max-width: 1200px) {
	.proposal-page .proposal-item .bnn {
		top: 30px
	}
}

/*=========================================== PROFILE ========================================================*/
.accordion-list {}
.accordion-list .accordion-item {
    background-color: #f6f6f6;
    padding: 10px;
    margin-bottom: 35px;
}
.accordion-list .accordion-item .accordion-title {
    display: block;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 10px;
    padding-right: 30px;
    position: relative;
}
.accordion-list .accordion-item .accordion-title .fa-times {
    position: absolute;
    right: 10px;
    margin-top: 5px;
    transform: rotate(45deg);
	transition: all .3s ease;
}
.accordion-list .accordion-item .accordion-title.actived .fa-times {
	color: #5f5f5f;
	transform: rotate(0);
}
.accordion-list .accordion-item .accordion-content {
    border-radius: 4px;
    background-color: #fff;
    padding: 5px 15px;
    margin-top: 10px;
    display: none;
}
.accordion-list .accordion-item .accordion-content p,
.accordion-list .accordion-item .accordion-content li {
	color: #5f5f5f;
}

.member-banner p {}
.member-banner ul {}
.member-banner ul li {}
.member-banner ul li a {}

.profile-nav {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 40px 0 60px;
    transition: all .3s ease;
}
.profile-nav.active {
	position: fixed;
	font-size: 16px;
	font-weight: bold;
	z-index: 10;
	width: 100%;
	top: 124px;
	margin: 0;
	padding: 7px 0;
	color: #5F5F5F;
	background: #d3d3d3;
}
.profile-nav ul { margin: 0; }
.profile-nav ul li {
    font-size: 18px;
}
.profile-nav ul li a {
	position: relative;
	padding: 5px 1.2vw;
}
.profile-nav.active ul li a {color: #181818;}
.profile-nav.active ul li a:hover { color: #5F5F5F }
.profile-nav ul li:not(:last-child) a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 6px;
	display: block;
	height: 100%;
	width: 1px;
	background: #dbdbdb;
}
.profile-nav.active ul li:not(:last-child) a:after {
	/*background: #c35100;*/
	background: #9d9d9d;
}
@media screen and (max-width: 1400px) {
	.profile-nav.active {top: 122px;}
}
@media screen and (max-width: 991px) {
	.profile-nav.active {top: 100px;}
	.profile-nav ul li { font-size: 14px; line-height: normal }
}
@media screen and (max-width: 991px) {
	.profile-nav.active { padding:  3px 0 1px }
	.profile-nav ul li { font-size: 12px;}
}

.profile-section-heading {
	color: #dc5c01;
	text-align: center;
	margin-bottom: 40px;
	font-size: 24px;
}
.profile-section-heading span {
	display: block;
	margin-top: 0;
	color: #5f5f5f;
	font-size: .7em;
	line-height: normal;
}

.profile-biography {
    padding: 10px 0 20px;
    margin-top: 100px;
}
.profile-biography h2 {}
.profile-biography .read-more-wrapper {
    height: 350px;
    overflow: hidden;
	position: relative;
}
.profile-biography .read-more-wrapper.active {
	height: auto;
    overflow: visible;
}
.profile-biography .read-more-wrapper:not(.active):after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&0+0,1+94,1+94 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 94%,rgba(255,255,255,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.profile-biography .read-more-wrapper p,
.profile-biography .read-more-wrapper li {
	color: #5f5f5f;
}
.profile-biography .read-more-button {
    padding: 20px 0;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-top: solid 1px #ccc;
}
.profile-biography .read-more-button.active { display: none }

.profile-videos {
    padding: 20px 0 70px;
    background-color: #1e212a;
    overflow: hidden;
}
.profile-videos h2 {
    color: #fff;
}
.profile-videos .profile-videos-slick {}
.profile-videos .profile-videos-slick .slick-slide {
    padding: 10px;
}
.profile-videos .profile-videos-slick .slick-slide > div {
	box-shadow: 0 4px 8px #000;
	border-radius: 8px;
}
.profile-videos .profile-videos-slick .slick-slide  h3 {
	color: #fff;
	font-size: 16px;
	text-align: center
}
.profile-videos .slick-next { right: -30px }
.profile-videos .slick-prev { left: -30px }
.profile-videos .slick-dots {
	bottom: -30px
}
@media (max-width: 768px) {
	.profile-videos .profile-videos-slick {
		padding: 0 20px
	}
	.profile-videos .slick-next { right: -2px }
	.profile-videos .slick-prev { left: -2px }
}

.profile-speech-topics {
    padding: 20px 0 20px;
}
.profile-speech-topics h2 {
}

.profile-testimonials {
    padding: 0 0 0;
    overflow: hidden;
}
.profile-testimonials hr {
    margin-bottom: 60px;
}
.profile-testimonials .profile-testimonials-slick {}
.profile-testimonials .profile-testimonials-slick .slick-slide {
    padding: 0 20px;
}
.profile-testimonials .slick-next { right: -30px }
.profile-testimonials .slick-prev { left: -30px }
.profile-testimonials .slick-next:before,
.profile-testimonials .slick-prev:before {color: #a0a0a0;}
.profile-testimonials .btn-layout {
    margin: 30px 0;
}
@media (max-width: 768px) {
	.profile-testimonials .profile-testimonials-slick {
		padding: 0 20px
	}
	.profile-testimonials .slick-next { right: -2px }
	.profile-testimonials .slick-prev { left: -2px }
}

.profile-books {
    padding: 20px 0 15px;
    background-color: #f6f6f6;
}
.profile-books h2 {}
.profile-books .books-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.profile-books .books-grid .item {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 30px;
}
.profile-books .books-grid .item > a {
    display: block;
	margin-bottom: 10px;
}
.profile-books .books-grid .item > a img {
    width: 100%;
}
.profile-books .books-grid .item p {
    margin: 0;
}
.profile-books .books-grid .item p a { 
	text-decoration: underline; 
}
.profile-books .books-grid .item .title {
    margin: 0;
    line-height: normal;
}

.profile-for-meeting-planners {
    padding: 20px 0 40px;
}
.profile-for-meeting-planners h2 {}
.profile-for-meeting-planners .accordion-list h3 {
    color: #5f5f5f;
    text-align: center;
    margin: 80px 0 40px;
}
.profile-for-meeting-planners .photo-gallery {
	display: flex;
	flex-wrap: wrap;
}
.profile-for-meeting-planners .photo-gallery li {
	padding: 10px;
	margin: 0;
	width: 20%;
}
.profile-for-meeting-planners .photo-gallery li a {
	display: block;
	padding: 4px;
	border: solid 1px #f3f3f3;
	border-radius: 4px;
	height: 144px;
}
.profile-for-meeting-planners .photo-gallery li a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.profile-for-meeting-planners .fa-ul {
    margin-top: 10px;
}
.profile-for-meeting-planners .fa-ul li {
    margin-bottom: 10px;
    line-height: normal;
}
.profile-for-meeting-planners .fa-ul li .fa-li {
    color: #ee7400;
    top: 2px;
}
.profile-for-meeting-planners .list-inline {
    text-align: center;
}
.profile-for-meeting-planners .list-inline li {
    font-size: 22px;
    font-weight: 900;
    margin: 0!important;
    margin-bottom: 30px!important;
}
.profile-for-meeting-planners .list-inline li a {
    padding: 0 15px;
}
.profile-for-meeting-planners .btn-layout {
    margin: 30px 0;
}

.profile-blog-posts {
    padding: 20px 0 70px;
    background-color: #f6f6f6;
    overflow: hidden;
}
.profile-blog-posts h2 {}
.profile-blog-posts .profile-blog-slick {}
.profile-blog-posts .profile-blog-slick .slick-slide {
	padding: 0 10px
}
.profile-blog-posts .slick-next { right: -30px }
.profile-blog-posts .slick-prev { left: -30px }
.profile-blog-posts .slick-next:before,
.profile-blog-posts .slick-prev:before {color: #a0a0a0;}
.profile-blog-posts .slick-dots {
	bottom: -30px
}
.profile-blog-posts .slick-dots li button:before {
	color: #5e5e5e;
}
.profile-blog-posts .slick-dots li.slick-active button:before {
	color: #dc5c01;
}
.profile-blog-posts .profile-blog-slick .bnn {
    display: block;
    position: relative;
    padding-bottom: 56%;
    margin: 0 0 30px;
}
.profile-blog-posts .profile-blog-slick .bnn img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-blog-posts .profile-blog-slick h4 {}
.profile-blog-posts .profile-blog-slick h4 a {}
.profile-blog-posts .profile-blog-slick p {}
.profile-blog-posts .profile-blog-slick a:not(.bnn) {
    font-size: 20px;
    font-weight: 900;
}
.modal .attachment-placeholder iframe {
    height: calc(100vh - 260px)!important;
}
.modal .attachment-placeholder img {
	height: auto!important;
	max-width: 1000px;
}
@media (max-width: 991px) {
	.profile-for-meeting-planners .photo-gallery li {
		padding: 5px;
		width: 33.3333%;
	}
	.profile-books .books-grid .item {
	    width: 33.3333%;
	}
}
@media (max-width: 768px) {
	.profile-for-meeting-planners .photo-gallery li {
		padding: 3px;
		width: 50%;
	}
	.profile-blog-posts .profile-blog-slick {
		padding: 0 20px
	}
	.profile-blog-posts .slick-next { right: -2px }
	.profile-blog-posts .slick-prev { left: -2px }
	.profile-books .books-grid .item {
	    width: 50%;
	    padding: 0 5px;
	}
}
@media (max-width: 420px) {
	.profile-for-meeting-planners .photo-gallery li {
		padding: 5px 0;
		width: 100%;
	}
	.profile-for-meeting-planners .photo-gallery li a {
		height: auto;
	}
}

/*=========================================== TOPICS ========================================================*/
.single-topic-section {
	position: relative;
	overflow: hidden;
	background: #000;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 80px
}
.single-topic-section span.parallax {
	display: block;
	position: absolute;
	left: 0; right: 0; top: 0;
	height: 100%;
	opacity: .45;
}
.single-topic-section span.parallax img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-topic-section h1 {
	color: #fff;
}
.single-topic-section h1 > span {
	color: #ed7400;
	font-size: 20px;
}
.single-topic-section p {
	color: #fff;
	font-size: 20px;
	line-height: 29px;
}
.single-topic-section ul {
	margin: 40px 0 0;
}
.single-topic-section ul li {
	margin: 0 0 15px!important;
	padding: 0 7px;
}
.single-topic-section .btn-layout {}
.single-topic-section > .container {
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.single-topic-section.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}

.topic-search-section {
  position: relative;
  z-index: 5;
  padding: 35px 0;
}
.topic-search-section .dropdown-menu li  {
  padding: 3px 10px
}
.topic-search-section > .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.topic-search-section .topic-search {
	width: calc(100% - 210px);
	margin-right: 20px;
}
.topic-search-section .topic-search .probox {
    box-shadow: 1px 0 3px #CCC inset!important;
    height: 53px!important;
}
.topic-search-section .topic-search .probox .promagnifier {
	height: 53px!important;
	background: #e15726 !important;
}
.topic-search-section .topic-search .probox .promagnifier span {
	height: 100%!important;
}
.topic-search-section .topic-search .btn-layout {
	border-radius: 0 4px 4px 0;
}
.topic-search-section .topic-search input {
	height: 53px!important;
}
.topic-search-section.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 768px) {
	.single-topic-section h1 { font-size: 25px }
	.single-topic-section h1 span { font-size: 16px }
	.single-topic-section p { font-size: 16px; line-height: 1.5em }

	.topic-search-section {
		padding: 35px 0;
	}
	.topic-search-section .container {
		flex-direction: column;
		gap: 30px;
	}
	.topic-search-section .topic-search input {
		height: 48px
	}
	.topic-search-section .topic-search {
		width: 280px
	}
}

/*=========================================== SLICK CUSTOM ========================================================*/
.slick-prev:before, .slick-next:before {
	font-family: "Font Awesome 6 Pro";
}
.slick-prev:before {
	content: '\f104';
}
.slick-next:before {
	content: '\f105';
}

/*=========================================== Google reviews ========================================================*/
body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html { display: none }


.ti-widget.ti-goog .ti-widget-container {
    flex-direction: column;
    justify-content: center;
    align-items: center!important;
}

.ti-widget.ti-goog .ti-widget-container:not(.ti-col-1) .ti-footer {
    flex: auto!important;
    margin: 0 0 64px!important;
}

.ti-widget.ti-goog .ti-review-item>.ti-inner {
    border-radius: 8px!important;
    border: var(--stroke-weight-1, 1px) solid var(--color-grey-96, #F3F4F6)!important;
    background: var(--color-grey-98, #F8FAFC)!important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)!important;
}
/*
.ti-widget.ti-goog .ti-col-5 .ti-review-item {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    padding: 0 12px;
}
*/

/*=========================================== FOOTER ========================================================*/
.footer {
	6px: 0;
	position: relative;
	padding: 80px 0 40px;
	text-align: center;
	border-top: var(--stroke-weight-0_8, 0.8px) solid var(--color-white-5, rgba(255, 255, 255, 0.05));
	background: var(--color-azure-11, #111827);
}
.footer > .container {
  max-width: 1536px;
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.footer.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -moz-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -o-transition: opacity 1.2s ease 0s, top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.footer > .container > .row {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	gap: 32px;
	padding: 0 0 64px;
	margin: 0 0 32px;
	border-bottom: var(--stroke-weight-0_8, 0.8px) solid var(--color-white-5, rgba(255, 255, 255, 0.05));
}
.footer > .container > .row > .col-lg-4 {
	width: 40%;
	flex: 0 0 40%;
	max-width: 40%;
	padding: 0;
}
.footer > .container > .row > .col-lg-8 {
	width: 100%;
	flex: 100%;
	max-width: 100%;
	padding: 0;
}
.footer ul {
	text-align: left;
	margin: 0 0 40px;
}
.footer h2 {
	text-align: left;
	margin: 0 0 24px;
	color: var(--White, var(--color-white-solid, #FFF));
	font-family: var(--font-family-Font-1, Jost);
	font-size: var(--font-size-18, 18px);
	font-style: normal;
	font-weight: var(--font-weight-700, 700);
	line-height: var(--line-height-28, 28px); /* 155.556% */
	letter-spacing: var(--letter-spacing-0_45, 0.45px);
}
.footer .footer-nav li {
	text-transform: capitalize;
	font-family: var(--font-family-Font-2, Inter);
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	font-weight: var(--font-weight-300, 300);
	line-height: var(--line-height-20, 20px); /* 142.857% */
}
.footer .footer-nav li:not(:last-child) {margin-right: 0;}
.footer .footer-nav li a { color: var(--Gray-Chateau, var(--color-azure-65, #9CA3AF)); }
.footer .footer-nav li a:hover { color: #e15726 }
.footer .footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	row-gap: 12px;
}
.footer .services-nav li {
	width: calc(50% - 16px);
}
.footer .services-nav li:nth-child(even) {
	width: calc(50% - 16px);
}
.footer .services-nav li.social {
	width: 10px;
	font-size: 22px;
	padding: 0;
}
.footer .services-nav li.social a { color: #e15726 }
.footer .topics-nav li {
	width: calc(33.333% - 22px);
}

.footer p {
	color: var(--White, var(--color-white-solid, #FFF));
	text-align: center;
	font-family: var(--font-family-Font-2, Inter);
	font-size: var(--font-size-14, 14px);
	font-style: normal;
	font-weight: var(--font-weight-400, 400);
	line-height: 1.8em;
}

.footer a:not(.btn-layout):after {
	display: block;
	content: '';
	height: 1px;
	border-radius: 2px;
	width: 0%;
	background-color: #e15726;
	margin-top: 3px;
	opacity: 0;
	-webkit-transition: opacity .6s ease 0s, width 0.6s ease 0s;
    -moz-transition: opacity .6s ease 0s, width 0.6s ease 0s;
    -o-transition: opacity .6s ease 0s, width 0.6s ease 0s;
}
.footer a:not(.btn-layout):hover:after {
	width: 100%;
	opacity: 1;
}
.footer p a:not(.btn-layout):after {
	background-color: #e15726;
	margin-top: 0;
}

@media screen and (max-width: 1200px) {
	.footer .footer-nav li {padding: 0 5px; font-size: 18px;}
	
	.special-row-about img {
    position: initial; max-width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.footer > .container > .row {
		flex-direction: column;
		padding-bottom: 0;
	}
	.footer > .container > .row > .col-lg-4 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
	.footer .footer-nav li {
		display: block;
		padding: 8px 0;
		margin: 0!important;
	}
	.btn-layout.btn-big {
		font-size: 30px;
	}
	.special-row-about{
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.video-container {
		padding-bottom: 82%;
	}
	.footer .topics-nav li {
		width: calc(50% - 16px);
	}
}

@media screen and (max-width: 768px) {
	
	.footer .services-nav li,
	.footer .services-nav li:nth-child(even),
	.footer .topics-nav li {
		width: 100%;
	}
	.footer .services-nav li:nth-child(4n),
	.footer .topics-nav li:nth-child(4n) {
		margin-bottom: 48px!important
	}
	.footer .services-nav li.social {
		width: 10px;
		font-size: 22px;
		padding: 0;
	}
  .btn-layout {
    font-size: 14px;
  }
  .btn-layout.btn-big {
    font-size: 25px;
  }
  h1 {
    font-size: 36px;
  }
	h2, .h1-style {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 18px;
  }
  p, li, td, th .section-white, label {
    font-size: 16px;
  }
  span.parallax {
    top: 0 !important;
    /* height: auto !important; */
  }
  .footer .social-nav li {
    font-size: 40px;
    padding: 0 3px;
  }
	.video-container {
		padding-bottom: 122%;
	}
}
@media screen and (max-width: 575px) {
	.footer {text-align: center; padding-bottom: 100px;}
}
@media screen and (max-width: 380px) {
	.footer .services-nav li:last-child,
	.footer .services-nav li:nth-last-child(2) {
		width: 25%;
		font-size: 35px;
	}
	.footer .services-nav li,
	.footer .topics-nav li {
		width: calc(100%);
	}
}

@media screen and (max-width: 600px) {
    html #wpadminbar {
        top: -46px;
    }
}

/* ------------------------------------------------------------ *\
	Loading Gif
\* ------------------------------------------------------------ */
.data-loading {
	width: 100px;
	height: 100px;
	left: 50%;
	position: absolute;
	z-index: 2;
	margin-top: 100px;
	margin-left: -16px;
	margin-bottom: 100px;
	background-size: 100px;
	background-image: url(/wp-content/themes/thekeynotecurators/assets/img/loading.gif);
}
.topics-loading {
	display: none;
	position: relative;
	height: 232px;
	width: 100%;
	opacity: 1;
}