 /*!
Custom Styles
*/

.page-id-1758 div#slick-slide13 .pages-impact-item
{
	background-position: center right;
}

.blog-hero-sec li a:hover{
	text-decoration:underline;
}
.video-left .vp-center{
	justify-content: left !important;
}

.trustees {
	color: var(--color_white);
}

.border-table th, .border-table td
{
	border: 1px solid #000;
	padding: 5px;
}


.single-post .blog-main-content table.border-table tr td:nth-child(1) a, .single-post .blog-main-content table tr td:nth-child(1) a:not(.btn), .single-post .blog-main-content h4
{
	color: var(--color_btn_green);
}

.single-post .elementor-location-single a
{
	color: var(--color_btn_green);
}

.single-post .elementor-location-single a.btn {
	color: var(--color_white);
}

.single-post .btn:hover {
	border: solid 1px var(--color_btn_green);
}
.elementor-form .elementor-message.elementor-message-success::before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free', sans-serif;
	font-weight: 900;
	color: #899D46;
	font-size: 30px;
}

.post-flexbox img {
	margin-right: 20px;
	object-fit: contain;
	min-width: 250px;
	height: auto;
	float: left;
}


/* Select2 Dropdown Theme - CFTTHEME */
.select2-container {
	display: block;
}

.select2-container *:focus {
	outline: 0;
}

.input-group .select2-container--CFTTHEME {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.input-group-prepend~.select2-container--CFTTHEME .select2-selection {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group>.select2-container--CFTTHEME:not(:last-child) .select2-selection {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--CFTTHEME .select2-selection {
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	
	border: 1px solid #565759;
	border-radius: 10px;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	width: 100%;
}

@media (prefers-reduced-motion: reduce) {
	.select2-container--CFTTHEME .select2-selection {
		-webkit-transition: none;
		transition: none;
	}
}

.select2-container--CFTTHEME.select2-container--focus .select2-selection {
	-webkit-box-shadow: none;
	border-color: #565759;
	box-shadow: none;
}

.select2-container--CFTTHEME.select2-container--focus.select2-container--open .select2-selection {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--CFTTHEME.select2-container--open.select2-container--above .select2-selection {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--CFTTHEME.select2-container--open.select2-container--below .select2-selection {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--CFTTHEME.select2-container--disabled .select2-selection,
.select2-container--CFTTHEME.select2-container--disabled.select2-container--focus .select2-selection {
	-webkit-box-shadow: none;
	
	border-color: #565759;
	box-shadow: none;
	cursor: not-allowed;
}

.select2-container--CFTTHEME.select2-container--disabled .select2-search__field,
.select2-container--CFTTHEME.select2-container--disabled.select2-container--focus .select2-search__field {
	background-color: transparent;
}

select.is-invalid~.select2-container--CFTTHEME .select2-selection,
form.was-validated select:invalid~.select2-container--CFTTHEME .select2-selection {
	border-color: #dc3545;
}

select.is-valid~.select2-container--CFTTHEME .select2-selection,
form.was-validated select:valid~.select2-container--CFTTHEME .select2-selection {
	border-color: #28a745;
}

.select2-container--CFTTHEME .select2-search {
	width: 100%;
} 

.select2-container--CFTTHEME .select2-dropdown {
	
	border-color: #565759;
	border-radius: 0;
}

.select2-container--CFTTHEME .select2-dropdown.select2-dropdown--below {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 1px solid #E7E3DB;
}

.select2-container--CFTTHEME .select2-dropdown.select2-dropdown--above {
	border-top: 1px solid #E7E3DB;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.select2-container--CFTTHEME .select2-dropdown .select2-results__option[aria-selected="true"] {
	
	color: #575757;
}

.select2-container--CFTTHEME .select2-results__option--highlighted,
.select2-container--CFTTHEME .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
	background-color: #0D6CB9;
	color: #FFF;
}

.select2-container--CFTTHEME .select2-results__option:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.select2-container--CFTTHEME .select2-results__option[role="group"] {
	padding: 0;
}

.select2-container--CFTTHEME .select2-results__option[role="group"] .select2-results__options--nested .select2-results__option {
	padding-left: 1em;
}

.select2-container--CFTTHEME .select2-results__option {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
}

.select2-container--CFTTHEME .select2-results>.select2-results__options {
	max-height: 15em;
	overflow-y: auto;
}

.select2-container--CFTTHEME .select2-results__group {
	color: #000;
	display: list-item;
	padding: 6px;
}

.select2-container--CFTTHEME .select2-selection__clear {
	background-color: #fff;
	border-radius: 100%;
	color: #000;
	float: right;
	height: .9em;
	line-height: .75em;
	margin-right: .3em;
	margin-top: .7em;
	padding-left: .15em;
	width: .9em;
}

.select2-container--CFTTHEME .select2-selection__clear:hover {
	background-color: #E7E3DB;
}

.select2-container--CFTTHEME .select2-selection--single {
	height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--CFTTHEME .select2-selection--single .select2-selection__placeholder {
	color: #000;
	line-height: calc(1.5em + 0.75rem);
}

.select2-container--CFTTHEME .select2-selection--single .select2-selection__arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 20px;
	transition: all 0.1s ease-in-out;
}

.select2-container--CFTTHEME .select2-selection--single .select2-selection__arrow b {
	border-color: #575757 transparent transparent transparent;
	border-style: solid;
	border-width: 8px 6px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -3px;
	position: absolute;
	top: 60%;
	width: 0;
}

.select2-container--CFTTHEME.select2-container--open .select2-selection__arrow b {
	border-color: transparent transparent #575757 transparent;
	margin-top: -12px;
}

.select2-container--CFTTHEME .select2-selection--single .select2-selection__rendered {
	color: #575757;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding: 10px 20px;
}

.select2-search--dropdown .select2-search__field {
	border: 1px solid #565759;
	border-radius: 0.25rem;
	padding: 0.375rem 0.75rem;
}

.select2-results__message {
	color: #000;
}

.select2-container--CFTTHEME .select2-selection--multiple {
	min-height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--CFTTHEME .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 0.375rem;
	width: 100%;
}

.select2-container--CFTTHEME .select2-selection--multiple .select2-selection__choice {
	border: 1px solid #565759;
	border-radius: 0.2rem;
	color: #000;
	cursor: pointer;
	float: left;
	margin-right: 0.375rem;
	margin-top: calc(0.375rem - 2px);
	padding: 0;
	padding-right: 0.75rem;
}

.select2-container--CFTTHEME .select2-selection--multiple .select2-search__field {
	color: #000;
}

.select2-container--CFTTHEME .select2-selection--multiple .select2-selection__choice+.select2-search {
	width: 0;
}

.select2-container--CFTTHEME .select2-selection--multiple .select2-selection__choice__remove {
	color: #D9D9D9;
	float: left;
	font-weight: 700;
	margin-left: 3px;
	margin-right: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.select2-container--CFTTHEME .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #343a40;
}

.select2-container--CFTTHEME .select2-selection--multiple .select2-selection__clear {
	float: none;
	margin-right: 0;
	position: absolute !important;
	right: .7em;
	top: 0;
}

.select2-container--CFTTHEME.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
	cursor: not-allowed;
	padding: 0 5px;  
}

.select2-container--CFTTHEME.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	display: none; 
}

@media (min-width: 1198px) and (max-width: 1650px) {
	body.page-home-resize {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.page-home-resize #page.site {
		justify-self: center;
		transform: scale(0.67);
		transform-origin: top center;  
		height: 100vh;
	}
	.page-home-resize #primary > div > div.e-con-full.e-flex.e-con.e-parent {
		overflow: hidden;
	}
}

@media screen and (max-width: 600px) {
.postid-10689 table.blog-chart-table tbody tr:first-child
	{
		display: none;
	}

div.popup-content p, div.popup-content li
	{
		font-size: 15px;
	}
}

.elementor-popup-modal .dialog-close-button svg 
{
	width: 22px !important;
	height: 22px !important;
}

/* .slick-slider .slick-slide
{
	cursor: default !important;
} */