.social-section {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0 !important;
}
h2.inner-heading {
    background: #fff;
    font-size: 24px;
    width: 330px;
    padding: 15px;
}
a.readmore_resource.space {
	padding-top: 16px;
	display: block;
	color: #333 !important;
	font-weight: 600;
}
button.btns.success a {
    color: #fff;
	font-weight: 100;
}
p.search-name {
    font-size: 18px;
    font-weight: 600;
    color: #47858c !important;
}
p.search-job {
    font-weight: 600;
}
button.cta-btn a {
     color: #827878;
}
.btn-tabsec {
    padding-top: 20px;
}
.faccordion-conatiner {
	margin-bottom: 30px;
	border-top: 1px solid #333;
}
button.cta-btn {
    border: none;
    background-color: #e8e6e6;
    padding: 9px 28px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    margin-right: 30PX;
    width: 150px;
    border-radius: 6px;
    font-weight: 600;
}
.social {
	width: 25%;
	padding: 10px;
	text-align: center;
	float: left;
	margin: 0 5px;
}
.social.facebook {
	background: #3d53a9;
}
.social.twitter {
	background: #5fbaff;
}
.social.youtube {
	background: #db051a;
}
.social-section i {
	display: block;
	color: #fff;
	font-style:normal;
	font-family: 'FontAwesome';
}
.social-section p {
	color: #fff!important;
}
.stay_connected_content h2 {
	color: #000!important;
	font-weight: 600;
	font-size: 18px;
}
.subscribe_content h2 {
	color: #000!important;
	font-weight: 600;
	font-size: 18px;
}
.additional_sidebar_content h2 {
	color: #000 !important;
	font-weight: 600;
	font-size: 20px;
	border-bottom: 2px solid #333;
	margin-bottom: 20px;
}
.additional_sidebar_content h3 {
	color: #000 !important;
	font-weight: 600;
	font-size: 20px;
	border-bottom: 0px solid #333;
	margin-bottom: 10px !important;
	text-transform:capitalize; 
}
.cbi-tab h2 a {
	color: #fff !important;
}
.partner-tab h2 a {
	color: #fff !important;
}
.additional-tab h2 a {
	color: #fff !important;
}
.stay_connected_content {
	background: #f7f7f7;
	padding: 15px;
	margin-bottom: 20px;
}
.subscribe_content {
	background: #f7f7f7;
	padding: 15px;
	margin-bottom: 20px;
}
.subscribe_content p {
	font-size: 12px;
	font-weight: 600;
	margin:0px;
	position:relative;
	line-height:25px;
}
.subscribe_content .wpcf7-form {
	position: relative;
}
.subscribe_content input[type="email"] {
	border: 2px solid #47858c !important;
	width: 100%; overflow:hidden;height: 40px;
}
.subscribe_content input[type="submit"] {
	position: absolute;
	top: 25px;
	right: 0;
	border-radius: 0 !important;
	border: none !important;
	background: #47858c !important;
	padding: 14px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px !important;height: 40px;
}
.subscribe_content .ajax-loader { position:absolute !important; top:0px; }
.ages_contents {
	display: flex;
	align-items: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
p.artist_title {
    border-bottom: 1px solid #999;
	padding-bottom: 5px;
}
.additional_sidebar_content .wpb_text_column h2 {
    color: #000!important;
    font-weight: 400;
    font-size: 16px;
}
.ages_image {
	width: 15%;margin-left: 10px;
}
.ages_image img {
	width: 90%;
	height: 100%;
	object-fit: cover;
	margin: 10px 0 0;
}
.ages_content {
	width: 70%;
}
.ages_link {
	width: 15%;
	text-align: center;
}
.ages_link a {
	border: 2px solid #39b5c4;
	color: #39b5c4 !important;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 15px;
	display: inline-block;
	text-align: center;
}
.partner-tab .card-img-top {
	height: 200px;
	object-fit: cover;
}
.page-id-5353 .nd_options_height_50 { display:none; }
.artist_content_sidebar .text_contents { margin-bottom: 0px; }
.artist_content_sidebar .artist_button button { background: #2b868c!important;
    color: #fff!important;
    padding: 10px 30px!important;
    border-color: #2b868c!important; border-radius:5px !important; }
.page-id-5353 .nd_options_height_20 { display:none; }
.artist_content_sidebar .vc_row-fluid {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
.artist_button {
	border-radius: 5px;
}
a.readmore_resource {
	padding-top: 16px;
	display: block;
	color: #2b868c !important;
	font-weight: 600;
}
.people_content {
    overflow: hidden;
    height: 230px;
}
.people_content p {
    padding-bottom: 10px;
}

.inner-heading {
    display: flex;
    margin: 0 auto;
    width: 700px !important;
    justify-content: center!important;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
	 background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}
.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
.Search-Committee {
    padding-bottom: 10px;
}
/* slideshow container */
.slideshow-container {
  position: relative;
  width: 60rem;
  max-width: 80%;
  margin: 0 auto;
}
/* Slides */
.mySlides {
	display: none;
	padding: 0;
	text-align: center;
}
.mySlidesContainer {
  min-height: 5rem;
  padding: 2rem 2.5rem 2rem 2.5rem;
 color:#fff;
}
/* next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  margin-top: -1.875rem;
  padding: 1rem;
  color: #fff !important;
  font-weight: bold;
  font-size: 3rem;
  border-radius: 3px;
  user-select: none;
  transition: 0.4s;
}
p.author {
    color: #fff;
	text-align: right;
}
a.bio {
    color: blue !important;
}
/****************** POPUP *************************/

.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}
.hide-scroller{
  overflow: hidden;
}
.modal-dialog.modal-content.contact-form {
    max-height: 400px !important;
    min-height: 100px !important;
    overflow-y: scroll !important;
}
.modal-content {
    background: #fff;
    padding: 15px;
	width: 700px !important;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
    overflow-y: scroll;
    min-height: 100px;
    max-height: 400px;
}
.modal-dialog {
	height: 100%;
	display: flex;
	align-items: center;
}
.modal-dialog .close {
	position: absolute;
	right: 15px;
	top: 15px;
}
.popup {
  position: fixed;
  padding: 10px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  / "delay" the visibility transition /
  -webkit-transition: opacity 0.5s, visibility 0s linear 0.5s;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
  z-index: 1;
}
.popup:target {
  visibility: visible;
  opacity: 1;
  / cancel visibility transition delay /
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.popup-close {
  position: absolute;
  padding: 10px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
}
.popup .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px;
  color: #000;
  transition: color 0.3s;
  font-size: 2em;
  line-height: 0.6em;
  font-weight: bold;
}
.popup .close:hover {
  color: #00e5ee;
}
.close-popup {
  background: rgba(0, 0, 0, 0.7);
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;  
 opacity: 0;
  visibility: hidden;
  / "delay" the visibility transition /
  -webkit-transition: opacity 0.5s, visibility 0s linear 0.5s;
  transition: opacity 0.5s, visibility 0s linear 0.5s;
}
.popup:target + .close-popup {
  opacity: 1;
  visibility: visible;
  / cancel visibility transition delay /
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/****************** POPUP End *************************/
/* position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px;
}
/* on hover, add a black bg color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #000; /* fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  color: #f6eac1;
  text-decoration: none;
}
/* the dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 0 1.25rem;
}
/* the dots/bullets/indicators */
.dot {
  height: 0.9375rem;
  width: 0.9375rem;
  margin: 0 2px;
  background-color: #f6eac1;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.4s ease;
}
.btnnew {
  border: none;
  background-color:#e8e6e6;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}
.space {
    padding: 0 !important;
    color: #fff !important;
}
.btnnew:hover {background: #eee;}

.success {color: green;}
.info {color: dodgerblue;}
.warning {color: orange;}
.danger {color: red;}
.default {color: black;}

/* add bg color to the active dot/circle 
.active {
  background-color: #232323;
}*/

.testimonial-section .vc_custom_heading {
	font-weight: 600;
}
.accordion-section .vc_custom_heading {
	font-weight: 600;
}

/**************new accordion css*******************/
.faccordion-conatiner{
	margin-bottom: 30px;
}
.accordion {
	border: 0px solid #ddd;
	color: #9b8989;
	margin-bottom: 0;
	cursor: pointer;
}
.accordion .accordion__head {
	padding: 15px;
	font-size: 25px;
	color: #000;
	background: #fff url(https://cbicharlotte.org/wp-content/uploads/2022/02/plusn.png) no-repeat;
	background-position: 99% center;
	font-weight: 600;
	border-bottom: 1px solid #333;
}
.accordion.active .accordion__head {
	padding: 15px;
	font-size: 25px;
	color: #000;
	background: #fff url(https://cbicharlotte.org/wp-content/uploads/2022/02/minusn.png) no-repeat;
	background-position: 99% center;
	background: ;
}
.accordion .accordion__body {
	padding: 10px;
	border-top: 1px solid #f9f8f8;
	display: none;
	color: #000;
	font-size: 18px;
}
.accordion.active .accordion__body{
	display: block;
}
.accordion__head h2 {
	margin: 0;
	font-size: 25px;
	font-weight: 600;
	display: inline-block;
}
.accordion__head p {
	margin: 0;
	font-size: 25px;
	font-weight: 600;
	display: inline-block;
}
.accordion p {
	margin: 0;
}
.tab-content.full-con {
    float: initial !important;
}
/**************new accordion css*******************/
.fimg figure {
	width: 100%;
}
.fimg figure div {
	width: 100%;
}
.fimg figure div img {
	width: 100%;
}
.w-txt p {
	color: #fff!important;
}
.number {
	margin-right: 30px;
	font-size: 23px;
	color: #818181;
	width: 125px;
	display: inline-block;
}
.accordion.active {
	background-color: transparent;
}
span.link {
    color: blue;
}
.dianne-heading {
    font-weight: 600;
}
h3.tab-heading {
    font-weight: 700;
	font-size:23px;
}
.btns {
    border: none;
    background-color: #3799b5;
    padding: 16px 31px;
    font-size: 17px;
    cursor: pointer;
    display: inline-block;
    margin-right: 30PX;
    width: 132px;
    border-radius: 6px;
    font-weight: 600;

}
.testimonial-section {
	position: relative;
	overflow: visible !important;
}
.testimonial-section::before {
	background: url(https://cbicharlotte.org/wp-content/uploads/2022/02/gbgnew.png);
	position: absolute;
	top: -100px;
	width: 100%;
	height: 100%;
	left: 0;
	background-size: 100% 100%;background-repeat: no-repeat;
}
.testimonial-section h3 {
	color: #000;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: 600;
}
.testimonial-section .dot-container {
	display: none;
}
.testimonial-section .mySlidesContainer {
	color: #fff;
	text-align: left;
	font-size: 21px;
	line-height:26px;
}
p.author {
    color: #fff;
    text-align: left!important;
    font-size: 20px !important;
}
.stay-section::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 35px;
	background: url(https://cbicharlotte.org/wp-content/uploads/2022/02/top-bg-scaled-1.jpg);
	left: 0;
	background-repeat: no-repeat;
	background-size: 100% 50px;
}
.testimonial-section .slideshow-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.slideshow-container .prev {
	left: -15px;
}
.slideshow-container .next {
	position: absolute;
	right: -15px;
	border-radius: 3px;
}
p.author {
	color: #fff;
	text-align: right;
	padding: 0 40px;
}

/*****************tab***********************/

ul.tabs {
	margin: 0;
	padding: 0;
	float: none;
	list-style: none;
	height: 42px;
	border-bottom: 1px solid #333;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 15px;
	height: 40px;
	line-height: 45px;
	/* border-top: 1px solid #333; */
	/* border-left: 1px solid #333; */
	/* border-bottom: 1px solid #333; */
	/* background-color: #666; */
	color: #ccc;
	overflow: hidden;
	position: relative;
	width: 28.33333% !important;
	text-align: center;
	font-size: 20px;
}

.tab_last { /*border-right: 1px solid #333;*/ }

ul.tabs li:hover {
	
	color: #333;
}

ul.tabs li.active {
	background-color: #fff;
	color: #333;
	border-bottom: 3px solid #050505;
	display: block;
     font-weight: 800;
	 font-size:24px;
}
button.btnnew.success {
    border-radius: 5px;
}

.tab_container {
	
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }
.tab-inner {
	display: inline-block;
	width: 100%;
}
.tab-img {
	width: 25%;
	float: left;
}
.tab-img img {
	width: 95%;
	height: 300px;
	margin-bottom: 15px;
	background: #333;
	object-fit: contain;
}
.tab-content {
	width: 70%;
	float: right;
	text-align: left;
	padding: 0 15px;
}
.tab-content h4 {
	margin-top: 0;
}

@media screen and (max-width: 580px) {
	.tabs {
		display: none; 
	}
	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
	.tab-img {
	width: 100%;
	float: left;
}
.tab-content {
	width: 100%;
	float: right;
}
}
/******************tab close ******************/
h3.txt-black {
    color: #000!important;
}
.wpcf7-form input {
	width: 100%;
}
.wpcf7-form textarea {
	width: 100%;
}
.wpcf7-form input[type=submit] {
	width: auto;
}

@media only screen and (min-width: 1440px) and (max-width: 1920px) { 

}

  
@media (min-width: 976px){
.additional-tab .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
    width: 100%;
	
}
}
media screen and (max-width: 580px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #ccc;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
	.tab-img {
	width: 100%;
	float: left;
}
.tab-content {
	width: 100%;
	float: right;
}
}
.w-txt .link {
    color: blue;
}
/*********************media starts*************************/
@media only screen
  and (min-width: 320px)
  and (max-width: 580px) {
  	
}
@media only screen
  and (min-width: 320px)
  and (max-width: 767px) {
.ages_contents {
	display: block;
	align-items: center;
	border-top: 1px solid #000;
	background: #fff;
	padding: 15px;
}
.stay-section {
	padding: 0 !important;
}
.page .w-txt {
	padding: 0 !important;
}
.testimonial-section .vc_column-inner {
	padding: 25px 0 !important;
}
.page .accordion-section {
	padding: 0 !important;
}
.page .tab-section {
	padding: 0 !important;
}
.ages_image {
    width: 100%;
    margin-left: 0px;
  }
.ages_image img {
	width: 100%;
}
.ages_content {
	width: 100%;
}
.ages_link {
	width: 100px;
	margin: 0 auto;
}	
.testimonial-section::before {
	background: url(https://cbicharlotte.org/wp-content/uploads/2022/02/gbgnew.png);
	position: absolute;
	top: -40px;
	width: 100%;
	height: 100%;
	left: 0;
	background-size: 100% 680px;
	background-repeat: no-repeat;
} 
.social-section {
	display: block;
	align-items: center;
	justify-content: center;
	margin: 10px 0 !important;
}
.social {
	width: 93%;
	padding: 10px;
	text-align: center;
	float: left;
	margin: 0;
}  
.btns {
	border: none;
	/*background-color: #e8e6e6;*/
	padding: 14px 28px;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	margin-right: 15PX;
	width: 121px;
}
.mySlidesContainer {
	min-height: 5rem;
	padding: 15px;
	color: #fff;
}
p.author {
	color: #fff;
	text-align: center;
}
.fund-section h2 {
	text-align: center !important;
}
.wpcf7-spinner {
	position: absolute;
}
.number {
	margin: 0 auto;
	font-size: 25px;
	color: #818181;
	display: block;
}
.a-head {
	font-size: 20px;
	padding: 0;
	display: inline-block;
	margin: 0 15px;
}
.accordion-section h2 {
	text-align: center !important;
}
.tab_drawer_heading {
	background-color: #ccc;
	color: #fff;
	border-top: 1px solid #333;
	margin: 0;
	padding: 10px 20px;
	display: block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.d_active.tab_drawer_heading {
	color: #fff; 
  }
  .inner-heading { width:330px !important; }
.slideshow-container .prev { left: -41px; }
.slideshow-container .next { right: -41px; }
.testimonial-section .vc_col-sm-4 .vc_column-inner .wpb_wrapper { padding: 0px 15px; }
  }
  @media only screen
  and (min-width: 320px)
  and (max-width: 1024px) {
	  .people_content { height:245px; }
  }
 
  @media only screen
  and (min-width: 320px)
  and (max-width: 1199px) {
.nd_options_container {
	text-align: center;
}
  }

 @media only screen
  and (min-width: 768px)
  and (max-width: 1199px) {
  .accordion__head {
	text-align: left;
}
.people_content {
	text-align: left;
}
.btns {
	border: none;
	background-color: #e8e6e6;
	padding: 14px 28px;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	margin-right: 15PX;
	width: 130px;
}
.w-txt p {
	color: #fff !important;
	text-align: left;
}
.testimonial-section .wpb_wrapper {
	text-align: left;
}
.accordion__body {
	text-align: left;
}
}
@media only screen
  and (min-width: 1200px)
  and (max-width: 1400px) {
	  .fimg figure div img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.modal-content {
    background: #fff;
    padding: 15px;
    width: 700px !important;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
}
  	
} 