/**
 * common Style
 */
.font-w-300{
	font-weight: 300 !important;
}
.font-w-600{
	font-weight: 600 !important;
}
.font-w-400{
	font-weight: 400 !important;
}

.material .wpb_row{
	margin-bottom: 0 !important;
}

.font-s-12{
	font-size: 12px !important;
}
.font-s-14{
	font-size: 14px !important;
}
.font-s-16{
	font-size: 16px !important;
}
.font-s-18{
	font-size: 18px !important;
}
.font-s-20{
	font-size: 20px !important;
}
.font-s-25{
	font-size: 25px !important;
}
.font-s-30{
	font-size: 30px !important;
}

.font-lh-2{
	line-height: 2 !important;
}
.font-lh-one5{
	line-height: 1.5 !important;
}
.font-lh-one4{
	line-height: 1.4 !important;
}
.font-lh-one6{
	line-height: 1.6 !important;
}
.font-lh-one7{
	line-height: 1.7 !important;
}
.font-lh-one8{
	line-height: 1.8 !important;
}

.mb-10{
	margin-bottom: 10px !important;
}
.mb-20{
	margin-bottom: 20px !important;
}
.mb-30{
	margin-bottom: 30px !important;
}
.mb-40{
	margin-bottom: 40px !important;
}
.mb-50{
	margin-bottom: 50px !important;
}

.mr-15{
	margin-right: 15px;
}
.mr-20{
	margin-right: 20px;
}

.ml-15{
	margin-left: 15px;
}
.ml-20{
	margin-left: 20px;
}

.pb-10{
	padding-bottom: 10px !important;
}
.pb-20{
	padding-bottom: 20px !important;
}
.pb-30{
	padding-bottom: 30px !important;
}
.pb-40{
	padding-bottom: 40px !important;
}
.pb-50{
	padding-bottom: 50px !important;
}

.pt-10{
	padding-top: 10px !important;
}
.pt-20{
	padding-top: 20px !important;
}
.pt-30{
	padding-top: 30px !important;
}
.pt-40{
	padding-top: 40px !important;
}
.pt-50{
	padding-top: 50px !important;
}
.pr-30{
	padding-right: 30px !important;
}

.d-block{
	display: block;
}

body{
	font-family: Arial;
	font-weight: normal;
	font-size: 17px;
	line-height: normal;
}

li,
p{
	font-family: Arial;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
}

.bold, strong, b {
    font-family: 'Myriad Pro' !important;
    font-weight: 600;
}

.gform_button,
button,
a{
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

.clr-accent{
	color: #00b8a3 !important;
}
.bg-accent{
	background-color: #00b8a3 !important;
}

/**
 * Row
 */
.chs-row{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.row-justify-center{
	justify-content: center;
}

.chs-row .chs-col,
.chs-row .chs-col-12,
.chs-row .chs-col-9,
.chs-row .chs-col-8,
.chs-row .chs-col-6,
.chs-row .chs-col-3,
.chs-row .chs-col-4{
	position: relative;
	flex-basis: 0;
  	-webkit-box-flex: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.chs-row .chs-col{
	width: 100%;
	flex-grow: 1;
}
.chs-row .chs-col-4{
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.chs-row .chs-col-8{
	-ms-flex: 0 0 66.666666%;
	flex: 0 0 66.666666%;
	max-width: 66.666666%;
}
.chs-row .chs-col-3{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.chs-row .chs-col-6{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.chs-row .chs-col-9{
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.chs-row .chs-col-12{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width: 999px){
	.chs-row .chs-col,
	.chs-row .chs-col-12,
	.chs-row .chs-col-9,
	.chs-row .chs-col-8,
	.chs-row .chs-col-6,
	.chs-row .chs-col-3,
	.chs-row .chs-col-4{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}


/**
 * Header
 */
#header-outer.small-nav #logo img,
#header-outer.small-nav .logo-spacing img{
	height: 40px;
}
#header-outer #top nav > ul > li > a{
	font-family: 'Myriad Pro' !important;
	font-weight: normal !important;
}

/**
 * Header Top
 */
#header-outer #header-secondary-outer .chs-header-top .row{
	padding: 0;
}

.chs-header-top .chs-top-widget,
.chs-header-top .chs-htop-left,
.chs-header-top .chs-htop-right{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 60px;
}
.chs-header-top .chs-htop-right{
	justify-content: flex-end;
}
#header-secondary-outer ul.chs-top-social{
	text-align: right;
	display: inline-block;
	margin-left: 20px;
}
#header-secondary-outer .chs-header-top ul{
	height: auto;
}
.chs-header-top ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 5px 5px 0;
	text-transform: uppercase;
}
.chs-header-top p,
.chs-header-top span,
.chs-header-top ul li a{
	color: #1A1A1A;
	font-size: 13px;
	line-height: 16px;
}
.chs-header-top p{
	margin: 0 !important;
	padding: 0 !important;
}
.chs-top-social li:last-child{
	margin-right: 0;
}
.chs-top-social li a{
	display: flex;
	height: 20px;
	width: 20px;
	align-items: center;
	justify-content: center;
	font-size: 18px !important;
	line-height: 1;

}
.chs-header-top ul li a:hover{
	color: #00b8a3;
}
#top nav ul #search-btn a{
	margin-bottom: 5px;
}

/**
 * Footer
 */
#footer-outer #footer-widgets .footer-item{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
#footer-outer #footer-widgets .footer-item .footer-col{
	width: 50%;
	max-width: 50%;
	flex-grow: 1;
	padding: 30px 15px 0;
}

#footer-outer #footer-widgets .col .chs-ftr-kit-form,
#footer-outer #footer-widgets .footer-item .footer-col.full{
	width: 100%;
	max-width: 300px;
	margin: 0;
}
#footer-outer #footer-widgets .footer-item a,
#footer-outer #footer-widgets .footer-item li,
#footer-outer #footer-widgets .footer-item p,
#footer-outer #footer-widgets .footer-item h4{
	font-family: Arial;
	font-size: 16px !important;
	line-height: 1.5;
	font-weight: normal;
	color: #ffffff;
}

#footer-outer #footer-widgets .footer-item h4{
	text-transform: uppercase;
	margin: 0 0 5px;
	font-weight: 600;
	color: #ffffff !important;
}

.material #footer-outer #footer-widgets .col ul li{
	margin-top: 0;
}

#footer-outer #footer-widgets .col .chs-ftr-kit-form input{
	background: #ffffff;
	border-radius: 0;
	margin-top: 0;
}
#footer-outer #footer-widgets .col .chs-ftr-kit-form .gform_footer{
	margin-top: 15px;
}
#footer-outer #footer-widgets .col .chs-ftr-kit-form .gform_button.button{
	background: #ffffff !important;
	border-radius: 30px !important;
	width: 100%;
	max-width: 160px;
	text-align: center;
	color: #00b8a3 !important;
	padding: 12px 15px 10px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}

#footer-outer #copyright .container {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
#footer-outer #copyright .container .col .social li{
	margin: 0 5px 20px !important;
}
#footer-outer #copyright .container .col .social li a i{
	color: #1A1A1A;
	font-size: 24px;
}
#footer-outer #copyright .container .col .social li a:hover i{
	color: #ffffff;
}

/**
 * Home Necter Sliser
 */
.nectar-slider-wrap .container .content p,
.chs-home-slider .nectar-slider-wrap .container .content p{
	position: absolute;
	bottom: 100%;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px 0px #111;
}
.nectar-slider-wrap .container .content h2,
.chs-home-slider .nectar-slider-wrap .container .content h2{
	line-height: 1;
	font-size: 60px;
	padding-top: 10px;
	text-shadow: 1px 1px 0px #111;
}
.nectar-slider-wrap .container .content .buttons,
.chs-home-slider .nectar-slider-wrap .container .content .buttons{
	padding-top: 10px;
}
.nectar-slider-wrap .container .content .buttons a,
.chs-home-slider .nectar-slider-wrap .container .content .buttons a{
	letter-spacing: normal;
	text-transform: capitalize !important;
	font-size: 18px;
}

.chs-home-slider h2.vc_custom_heading{
	max-width: 750px;
	text-shadow: 1px 1px 0px #111;
	text-transform: capitalize;
}


/**
 * Support Red Section
 */
.chs-spt-red-sec-content{
	position: relative;
	padding-right: 230px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.chs-spt-red-sec-content p{
	padding: 0 !important;
	margin: 0 !important;
	font-size: 20px;
}
.chs-spt-red-sec-content p a{
	text-decoration: underline;
	color: #ffffff;
}
.chs-spt-red-sec-content p a:hover{
	color: #ffffff;
	text-decoration: none;
}

.chs-spt-sec{
	position: absolute;
	right: 0;
	bottom: calc(100% - 45px);
	width: 220px;
	text-align: center;
}
.chs-spt-sec .chs-spt-text{
	display: block;
	background: #ffffff;
	color: #222222;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 1.5;
}
.chs-spt-sec .chs-spt-arrow-bg{
	font-family: Arial;
	display: flex;
	background: #d7df23;
	color: #ffffff;
	padding: 10px 10px 0px;
	font-size: 22px;
	line-height: 1;
	position: relative;
	font-weight: normal;
	height: 45px;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
.chs-spt-sec .chs-spt-arrow-bg:after{
	content: "";
	height: 2px;
	width: 0;
	position: absolute;
	left: 0;
	top: 100%;
	border-left: 110px solid transparent;
	border-right: 110px solid transparent;
	border-top: 20px solid #d7df23;
	display: block;
}

/**
 * Post style
 */
.bg-cover{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.img-w-full{
	width: 100%;
	display: block;
}

/**
 * Home Exhibition
 */
.chs-home-exhibition{
	position: relative;
}
.chs-home-exhibition .chs-exhibition-row{
	display: block;
}
.chs-home-exhibition .chs-exhibition-row .chs-exb-item{
	float: left;
	width: 50%;
	height: 300px;
}
.chs-home-exhibition .chs-exhibition-row .chs-exb-item:first-child{
	height: 600px;
}

.chs-home-exhibition .chs-home-exhibition-item{
	position: relative;
	display: flex;
	background-color: #333333;
	color: #ffffff;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 30px 20px;
	height: 100%;
	border-top: 2px solid #ffffff;
}
.chs-home-exhibition .chs-home-exhibition-item .chs-post-desc{
	position: relative;
	z-index: 100;
	text-align: left;
	width: 100%;
	max-width: 670px;
}
.chs-home-exhibition .chs-home-exhibition-item:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.10);
}
.chs-home-exhibition .chs-home-exhibition-item h3{
	color: #ffffff;
	font-size: 30px;
	line-height: 1.1;
}
.chs-home-exhibition .chs-exb-item:first-child .chs-home-exhibition-item{
	border-right: 2px solid #ffffff;
}

/**
 * Call To Action Button
 */
.chs-button-cta.nectar-cta a{
	font-family: Arial;
	text-transform: uppercase;
	font-weight: 600;
	padding: 12px 45px 10px 15px !important;
	border-radius: 4px;
	background: #ffffff;
	display: inline-block;
	border: 1px solid #ffffff;
}
.chs-button-cta.nectar-cta a:hover{
	border-color: #00b8a3;
}

.chs-button-cta.nectar-cta a .arrow{
	color: #00b8a3;
}
.chs-button-cta.nectar-cta a .arrow:after,
.chs-button-cta.nectar-cta a .arrow:before{
	display: none;
}
.chs-button-cta.nectar-cta a:hover:after,
.chs-button-cta.nectar-cta a:after{
	height: 25px !important;
	width: 25px !important;
	background: url(../img/icon-circle-arrow-red.svg) no-repeat center center;
	background-size: 100%;
	display: block;
	border: none !important;
	-ms-transform: scale(1) !important;
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
	opacity: 1 !important;
	margin-top: -13px !important;
	right: 10px !important;
}
.chs-button-cta.nectar-cta a:hover:after{
	-webkit-transform: translateX(4px) !important;
    -ms-transform: translateX(4px) !important;
    transform: translateX(4px) !important;
}

/**
 * Form
 */
.gform_wrapper .gform_body .gform_fields .gfield{
	padding-bottom: 10px;
}
.gform_wrapper .gform_body .gform_fields select,
.gform_wrapper .gform_body .gform_fields textarea,
.gform_wrapper .gform_body .gform_fields input{
	border: 1px solid #979797;
	background: #ffffff;
	border-radius: 0;
	font-family: Arial;
	line-height: 1 !important;
	font-size: 16px !important;
	padding: 15px 10px 10px !important;
	min-height: auto !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.gform_wrapper .gform_body .gform_fields textarea{
	height: 180px;
}
.gform_wrapper .gform_body .gform_fields select{
	background: #ffffff url(../img/icon-arrow-down.svg) no-repeat;
	background-position: 98% center;
	background-size: 20px 20px;
	padding: 17px 50px 12px 10px !important;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #a1a1a1;
}
.gform_wrapper .gform_body .gform_fields select:focus,
.gform_wrapper .gform_body .gform_fields textarea:focus,
.gform_wrapper .gform_body .gform_fields input:focus{
	border-color: #00b8a3;
}

.gform_wrapper .gform_body .gform_fields .gfield_label{
	display: none !important;
}
.gform_wrapper .gform_footer .gform_button.button{
	font-family: Arial;
	background: #00b8a3 !important;
	border: 1px solid #00b8a3;
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1 !important;
	padding: 15px 35px 13px !important;
	border-radius: 0 !important;
	min-width: 140px;
	min-height: auto !important;
}

.gform_wrapper .gform_footer.top_label{
	padding-top: 0;
	width: 100%;
	display: inline-block;
}
.gform_wrapper .gform_footer .gform_button.button:hover{
	background: #00b8a3 !important;
	color: #ffffff;
	-webkit-transform: translateY(-3px) !important;
    -ms-transform: translateY(-3px) !important;
    transform: translateY(-3px) !important;
}

select.colstg-select{
	font-family: Arial;
	border: 2px solid #7F93DC;
	color: #7F93DC;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.1;
	padding: 15px 35px 10px 10px;
	border-radius: 0 !important;
	min-width: 150px;
	background: #ffffff url(../img/icon-arrow-down.svg) no-repeat;
	background-size: 20px 20px;
	background-position: 98% center;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	width: auto;
	cursor: pointer;
}


/**
 * Newsletter form
 */
.chs-newsletter-form_wrapper{
	margin-bottom: 16px !important;
}
.chs-newsletter-form{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.chs-newsletter-form .gform_heading{
	display: inline-block;
	width: auto !important;
	padding: 15px 20px 15px 0;
	margin: 0 !important;
	text-align: center;
}
.chs-newsletter-form .gform_heading h3{
	font-size: 26px !important;
	line-height: 1.2;
	padding: 0;
	margin: 0 !important;
}
.chs-newsletter-form .gform_body{
	width: 600px;
	max-width: 50%;
}
.chs-newsletter-form .gform_body ul.gform_fields{
	display: flex !important;
}
.chs-newsletter-form .gform_body ul.gform_fields li{
	float: left;
	width: 50%;
	padding: 0 10px !important;
	margin: 0;
}
.chs-newsletter-form .gform_body ul.gform_fields li .ginput_container{
	margin: 0 !important;
}
.chs-newsletter-form .gform_body ul.gform_fields li input{
	margin-bottom: 12px;
	color: #1A1A1A;
}

.gform_wrapper .chs-newsletter-form .gform_footer.top_label{
	max-width: 160px;
	padding: 0 0 16px 10px;
}
.gform_wrapper .chs-newsletter-form .gform_footer.top_label input:hover,
.gform_wrapper .chs-newsletter-form .gform_footer.top_label input{
	width: 100%;
	background: #d7df23 !important;
	border-color: #d7df23 !important;
	color: #ffffff !important;
}
.gform_wrapper .chs-newsletter-form .gform_body input:focus,
.gform_wrapper .chs-newsletter-form .gform_body input:active{
	border-color: #d7df23 !important;
}

.gform_wrapper .chs-newsletter-form .gform_body ul.gform_fields li ::-webkit-input-placeholder { color: #B4B4B4; opacity: 1; }
.gform_wrapper .chs-newsletter-form .gform_body ul.gform_fields li :-moz-placeholder { color: #B4B4B4; opacity: 1; }
.gform_wrapper .chs-newsletter-form .gform_body ul.gform_fields li ::-moz-placeholder { color: #B4B4B4; opacity: 1; }
.gform_wrapper .chs-newsletter-form .gform_body ul.gform_fields li :-ms-input-placeholder { color: #B4B4B4; opacity: 1; }


/**
 * Home Contact Section
 */
.chs-page-contact-section .wpb_text_column{
	font-family: Arial;
}
.chs-page-contact-section .wpb_text_column h5{
	font-family: Arial;
	font-weight: 600;
	font-size: 24px;
}
.chs-page-contact-section .wpb_text_column p{
	margin-bottom: 15px;
}
.chs-page-contact-section .wpb_text_column a{
	color: #000000;
}

/**
 * Home Blog Style
 */
.chs-home-blog-style .nectar-post-grid .nectar-post-grid-item .content{
	max-width: 90%;
	background-color: #ffffff;
	padding: 25px;
}
.chs-home-blog-style .nectar-post-grid .nectar-post-grid-item .content .item-main{
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 30px;
}
.chs-home-blog-style .nectar-post-grid .nectar-post-grid-item .content .item-main:after{
	content: "Read More";
	position: absolute;
	top: 100%;
	left: 0;
	color: #00b8a3;
	display: block;
	margin-top: 20px;
	cursor: pointer;
}
.chs-home-blog-style .nectar-post-grid .nectar-post-grid-item:hover .content .item-main:after{
	color: #000000;
}
.chs-home-blog-style .nectar-post-grid .nectar-post-grid-item .content .item-main .post-heading{
	font-size: 24px !important;
	line-height: 1.2 !important;
	font-weight: normal;
	margin-bottom: 20px !important;
}
.chs-home-blog-style .nectar-post-grid .nectar-post-grid-item .content .item-main:after,
.chs-home-blog-style .nectar-post-grid .nectar-post-grid-item .content .item-main .meta-date{
	font-family: Arial;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 10px;
}
.chs-home-blog-style .nectar-post-grid .nectar-post-grid-item-bg{
	height: 240px !important;
}

/**
 * Home Feature FancyBox
 */
.chs-feature-fancybox .nectar-fancy-box{
	padding: 40px 30px !important;
	min-height: 300px !important;
	height: 300px !important;
	border: 4px solid transparent;
}
.chs-feature-fancybox.box-hight-lg .nectar-fancy-box{
	min-height: 400px !important;
	height: 400px !important;
}
.chs-feature-fancybox.box-hight-xl .nectar-fancy-box{
	min-height: 450px !important;
	height: 450px !important;
}

.chs-feature-fancybox .nectar-fancy-box.hovered .box-bg::before,
.chs-feature-fancybox .nectar-fancy-box.hovered {
    transform: translateY(0) !important;
    box-shadow: none !important;
}
.chs-feature-fancybox .nectar-fancy-box:before{
	display: none !important;
}
.chs-feature-fancybox .nectar-fancy-box .inner .heading-wrap h4{
	font-weight: normal;
	font-size: 26px;
}


/**
 * Home Collection Section
 */
.chs-home-collection{
	position: relative;
}
.chs-home-collection .chs-row{
	margin-left: 5px;
	margin-right: 5px;
}
.chs-home-collection .chs-row .chs-col-3{
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.chs-home-collection .chs-home-collection-item .chs-post-img{
	min-height: 450px;
	position: relative;
}
.chs-home-collection .chs-home-collection-item .chs-post-desc h3{
	color: #ffffff;
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 !important;
	text-transform: uppercase;
}
.chs-home-collection .chs-home-collection-item .chs-post-desc{
	position: absolute;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	left: 20px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	display: none !important;
	max-height: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.chs-home-collection .chs-home-collection-item:hover .chs-post-desc{
	opacity: 1;
	visibility: visible;
	bottom: 30px;
}


/**
 * Upcoming Events
 */
.chs-upc-event-container{

}
.chs-upc-event-item{
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	min-height: 200px;
	padding: 40px;
	font-family: Arial;
	background: #ffffff;
	color: #1A1A1A;
	border: 1px solid #979797;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.chs-upc-event-item:hover{
	border-color: #00b8a3;
	background-color: #fdfdfd;
}
.chs-upc-event-item .chs-upc-event-date{
	position: relative;
	text-align: left;
	width: 100%;
	max-width: 200px;
}
.chs-upc-event-item .chs-upc-event-date .upc-event-day{
	font-family: Arial;
	font-size: 84px;
	line-height: 70px;
	font-weight: normal;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
}
.chs-upc-event-item .chs-upc-event-date .upc-event-date-text{
	display: inline-block;
	vertical-align: middle;
}

.chs-upc-event-item .chs-upc-event-desc{
	width: 100%;
	max-width: 50%;
	text-align: left;
}
.chs-upc-event-item .chs-upc-event-desc p{
	margin: 0 0 5px;
	padding: 0;
}
.chs-upc-event-item .chs-upc-event-desc p,
.chs-upc-event-item .chs-upc-event-date .upc-event-date-text span{
	display: block;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 300;
}

.chs-upc-event-item .chs-upc-event-date .upc-event-date-text .upc-event-day-name,
.chs-upc-event-item .chs-upc-event-desc .upc-event-time-full{
	font-size: 15px;
	display: block;
	text-transform: uppercase;
	font-weight: 300;
}
.chs-upc-event-item .chs-upc-event-img{
	position: relative;
	display: flex;
	width: 100%;
	max-width: 200px;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.chs-upc-event-item .chs-upc-event-img .upc-event-img{
	position: relative;
	display: block;
	height: 145px;
	width: 145px;
	background-color: #ffffff;
	border: 1px solid #979797;
	border-radius: 50%;
}


/**
 * Fancy UnorderList
 */
body .nectar-fancy-ul[data-list-icon="none"] ul{
	display: flex;
	flex-wrap: wrap;
}
body .nectar-fancy-ul[data-list-icon="none"] ul li{
	position: relative;
	display: block;
	width: 100%;
	padding-left: 30px;
	text-align: left;
	margin-bottom: 15px !important;
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
}
body .nectar-fancy-ul[data-list-icon="none"] ul li a{
	color: #000000;
}
body .nectar-fancy-ul[data-list-icon="none"] ul li a:hover{
	color: #00b8a3;
}
body .nectar-fancy-ul[data-list-icon="none"] ul li:before{
	content: "";
	height: 20px !important;
	width: 20px !important;
	background: url(../img/icon-circle-arrow-red.svg) no-repeat center center;
	background-size: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

body .chs-fancy-list-half .nectar-fancy-ul[data-list-icon="none"] ul li{
	width: 50%;
}
body .chs-fancy-list-half .nectar-fancy-ul ul li .chs-arrow-link{
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
}

/**
 * CHS Post Format
 */
.chs-post-content{
	position: relative;
	width: 100%;
}
.chs-post-item{
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.chs-post-item:hover{
	-webkit-transform: translateY(-5px) !important;
    -ms-transform: translateY(-5px) !important;
    transform: translateY(-5px) !important;
}
.chs-post-item .chs-post-img{
	height: 320px;
	margin-bottom: 20px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.chs-post-item .chs-post-desc{
	position: relative;
	text-align: left;
	padding-top: 10px;
	max-width: 680px;
	width: 90%;
}
.chs-post-item .chs-post-desc h3{
	margin: 0 0 20px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 300;
	color: #555555;
}
.chs-post-item > .chs-post-desc > span{
	display: block;
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
}
.chs-post-item .chs-post-desc .chs-exhibition-date{
	text-transform: uppercase;
	font-weight: normal;
	color: #00b8a3;
}

.chs-exhibitions-no-date .chs-post-item .chs-post-desc .chs-exhibition-date,
.chs-exb-item.exhibition_type-permanent-exhibitions .chs-home-exhibition-item .chs-post-desc .chs-exhibition-date,
.chs-exb-item.exhibition_type-current-exhibitions .chs-home-exhibition-item .chs-post-desc .chs-exhibition-date,
.exhibition_type-permanent-exhibitions .chs-post-item .chs-post-desc .chs-exhibition-date,
.exhibition_type-current-exhibitions .chs-post-item .chs-post-desc .chs-exhibition-date{
	display: none !important;
}

.exhibition_type-permanent-exhibitions .chs-post-item > .chs-post-desc > span.chs-exhibition-type{
	display: block !important;
}

.chs-exhibition-status{
	text-transform: uppercase;
	display: block;
}

.chs-single-page-content .post-content .content-inner .chs-button{
	margin-bottom: 15px;
	margin-right: 15px;
}


.chs-post-item .chs-post-desc p{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 10px;
}

.chs-post-item .chs-post-footer{
	text-align: left;
	position: relative;
}

.chs-post-item .chs-meta{
	display: block;
	margin-bottom: 5px;
}

.no-post-title{
	padding: 15px 20px;
	display: block;
}

.k_button,
.chs-button{
	position: relative;
	display: inline-block;
	padding: 13px 45px 10px 15px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	color: #000000;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	border-radius: 4px;
	font-family: Arial;
	cursor: pointer;
}
.chs-button.button-accent{
	background: #00b8a3;
	color: #ffffff;
}

.chs-button.bdr-none{
	border-color: #ffffff;
	letter-spacing: 1px;
}
.chs-button.chs-loadmore-btn{
	border-color: #ffffff;
	letter-spacing: 1px;
	width: 220px;
}
.chs-button.chs-loadmore-btn.chs-loadMore-news{
	width: 300px;
}
.chs-button:after{
	content: "";
	height: 20px !important;
	width: 20px !important;
	background: url(../img/icon-circle-arrow-red.svg) no-repeat center center;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.chs-button.button-accent:after{
	background: url(../img/icon-circle-arrow-white.svg) no-repeat center center;
	background-size: 100%;
}

.chs-button:hover:after{
	right: 10px;
}
.chs-button.bdr-none:hover,
.chs-button:hover{
	border-color: #00b8a3;
}

/**
 * Exabitioins Post
 */
.chs-research-content .chs-button,
.chs-latest-exhibition .chs-button{
	border-color: #ffffff;
}

.chs-research-content .chs-button:hover,
.chs-latest-exhibition .chs-button:hover{
	border-color: #00b8a3;
}
.chs-research-content .chs-post-item,
.chs-education-programs .chs-post-item,
.chs-latest-exhibition .chs-post-item{
	padding-bottom: 60px;
}
.chs-research-content .chs-post-item .chs-post-footer,
.chs-education-programs .chs-post-item .chs-post-footer,
.chs-latest-exhibition .chs-post-item .chs-post-footer{
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.chs-post-item.chs-upc-exb-item .chs-post-img{
	height: 220px;
}
.chs-research-content .chs-post-item .chs-post-img{
	height: 300px;
}
.chs-post-item.chs-upc-exb-item .chs-exhibition-date{
	margin-bottom: 10px;
}


/**
 * Contact Page
 */
.chs-contact-info a,
.chs-contact-info p,
.chs-contact-info h5{
	font-family: 'Myriad Pro' !important;
	color: #ffffff;
}
.chs-contact-info h5{
	font-size: 24px !important;
	line-height: 1.2 !important;
	font-weight: normal !important;
}
.chs-contact-info p{
	font-weight: 300;
	line-height: 1.5;
	font-size: 18px;
}

.chs-contact-us-form ul.gform_fields{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px !important;
	margin-left: -10px !important;
}
.chs-contact-us-form ul.gform_fields li{
	position: relative;
	flex-basis: 0;
  	-webkit-box-flex: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	margin: 0 !important;
}
.chs-contact-us-form ul.gform_fields li.chs-input-6{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.chs-contact-us-form ul.gform_fields li.chs-input-12{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.gform_wrapper .chs-contact-us-form .gform_footer.top_label{
	text-align: right;
}
.gform_wrapper .chs-contact-us-form .gform_footer.top_label .gform_button.button{
	padding: 12px 45px 10px 15px !important;
	border: 1px solid #979797 !important;
	position: relative;
	color: #000 !important;
	font-weight: 600 !important;
	background: #ffffff url(../img/icon-circle-arrow-red.svg) no-repeat !important;
	background-size: 20px 20px !important;
	background-position: 92% center !important;
	width: 170px;
}
.gform_wrapper .chs-contact-us-form .gform_footer.top_label .gform_button.button:hover{
	border-color: #00b8a3 !important;
}

.gform_wrapper .chs-contact-us-form .gform_body ul.gform_fields li ::-webkit-input-placeholder { color: #777986; opacity: 1; }
.gform_wrapper .chs-contact-us-form .gform_body ul.gform_fields li :-moz-placeholder { color: #777986; opacity: 1; }
.gform_wrapper .chs-contact-us-form .gform_body ul.gform_fields li ::-moz-placeholder { color: #777986; opacity: 1; }
.gform_wrapper .chs-contact-us-form .gform_body ul.gform_fields li :-ms-input-placeholder { color: #777986; opacity: 1; }


.chs-contact-general-info h4,
.chs-contact-general-info h5{
	font-family: 'Myriad Pro' !important;
	font-size: 22px !important;
	line-height: 1.3 !important;
	font-weight: normal !important;
}

.chs-contact-general-info p{
	font-family: 'Myriad Pro' !important;
	font-size: 20px !important;
	line-height: 1.5 !important;
	font-weight: 300 !important;
}

.chs-contact-general-info .chs-border-left{
	position: relative;
}
.chs-contact-general-info .chs-border-left:after{
	content: "";
	position: absolute;
	left: -10px;
	top: 7%;
	bottom: 10%;
	height: auto;
	width: 1px;
	background: url(../img/border-up-down-line.svg) no-repeat top center;
	background-size: 100% 100%;
	display: block;
	visibility: visible;
}


/**
 * Plan Visit Page
 */
.chs-plan-visit-section{
	position: relative;
	font-family: 'Myriad Pro' !important;
}
.chs-planvisit-sec .wpb_text_column{
	margin-bottom: 40px;
}
.chs-planvisit-sec h4{
	font-size: 30px;
	font-family: 'Myriad Pro' !important;
	font-weight: normal !important;
}
.chs-planvisit-sec p{
	font-family: 'Myriad Pro' !important;
	font-weight: 300 !important;
	font-size: 20px !important;
	line-height: 1.5 !important;
}
.chs-planvisit-sec p a{
	color: #00b8a3;
}

.chs-button-cta.text-16 span,
.chs-planvisit-sec .nectar-button span{
	font-family: 'Myriad Pro' !important;
	font-weight: 600;
	font-size: 16px;
	padding-top: 5px;
	line-height: 1;
}

/**
 * Educators Page
 */
.chs-educator-toggle-section div[data-style="minimal"] .toggle h3 a{
	font-family: Arial;
	padding-right: 20px;
	padding-left: 45px;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
}
.chs-classroom-outreach-acd-sec div[data-style="minimal"] .toggle:nth-child(8) h3 a{
	font-style: italic;
}
.chs-educator-toggle-section.chs-toggle-title-sm div[data-style="minimal"] .toggle h3 a{
	font-size: 24px;
	line-height: 1.2;
}
.chs-educator-toggle-section div[data-style*="minimal"] .toggle h3 i{
	left: 0;
	right: auto;
	margin-top: -19px;
}
.chs-educator-toggle-section .wpb_text_column p{
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.7;
}

.chs-education-programs{
	padding-top: 30px;
}
.chs-education-programs .chs-post-item .chs-post-title{
	font-family: Arial;
	margin-bottom: 16px;
	font-size: 30px;
	font-weight: 300;
}
.chs-education-programs .chs-post-item p{
	font-size: 20px;
	font-family: Arial;
	font-weight: 300;
	line-height: 1.6;
}

/**
 * Blogpost
 */
.chs-blogpost-content{
	position: relative;
}
.chs-blogpost-content .chs-blogpost-item .chs-post-img{
	margin-bottom: 0;
	height: 450px;
}
.chs-blogpost-content .chs-blogpost-item .chs-post-desc{
	background: #ffffff;
	position: relative;
	padding: 30px;
	text-align: left;
	width: 95%;
	max-width: 80%;
	-webkit-transform: translateY(-80px) !important;
    -ms-transform: translateY(-80px) !important;
    transform: translateY(-80px) !important;
}
.chs-blogpost-content .chs-blogpost-item .chs-post-desc p{
	padding-bottom: 15px;
}
.chs-button-text{
	display: inline-block;
	position: relative;
	font-family: Arial;
	font-size: 18px !important;
	line-height: 1 !important;
	text-transform: uppercase;
	padding-right: 35px;
	color: #00b8a3;
	height: 30px;
	padding-top: 5px;
}
.chs-button-text:hover{
	color: #00b8a3;
	-webkit-transform: translateY(-5px) !important;
    -ms-transform: translateY(-5px) !important;
    transform: translateY(-5px) !important;
}
.chs-button-text:after{
	content: "";
	height: 20px !important;
	width: 20px !important;
	background: url(../img/icon-circle-arrow-red.svg) no-repeat center center;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -13px;
}

/**
 * News Post
 */
.chs-newspost-content .chs-newspost-item{
	flex-wrap: wrap;
	flex-direction: row;
	background: #ffffff;
}
.chs-newspost-content .chs-newspost-item:hover{
	box-shadow: 0px 6px 22px rgba(0,0,0,0.12);
	-webkit-transform: translateY(-5px) !important;
    -ms-transform: translateY(-5px) !important;
    transform: translateY(-5px) !important;
}
.chs-newspost-content .chs-newspost-item .chs-post-header{
	width: 30%;
}
.chs-newspost-content .chs-newspost-item .chs-post-header a,
.chs-newspost-content .chs-newspost-item .chs-post-header .chs-post-img{
	height: 100%;
	margin: 0;
}
.chs-newspost-content .chs-newspost-item .chs-post-desc{
	width: 70%;
	padding: 35px;
	text-align: left;
}
.chs-newspost-content .chs-newspost-item .chs-post-desc h3{
	padding-top: 16px;
}
.chs-newspost-content .chs-newspost-item .chs-post-desc p{
	padding-bottom: 10px;
}
.chs-newspost-content .chs-post-item .chs-post-desc .chs-meta{
	text-transform: uppercase;
	display: block;
}
.chs-newspost-content .chs-post-item .chs-post-desc .chs-meta .chs-catname:after,
.chs-newspost-content .chs-post-item .chs-post-desc .chs-meta .chs-catname{
	display: inline-block;
	vertical-align: bottom;
}
.chs-newspost-content .chs-post-item .chs-post-desc .chs-meta .chs-catname:after{
	content: ", ";
}
.chs-newspost-content .chs-post-item .chs-post-desc .chs-meta .chs-catname:last-child:after{
	display: none;
}


/**
 * Sidebar
 */
#sidebar{
	position: relative;
	padding-left: 50px;
	margin-bottom: 80px;
}
#sidebar .widget_block p{
	font-family: Arial;
	font-weight: 300;
}
#sidebar .widget_block h4{
	font-family: Arial;
	font-size: 24px !important;
	line-height: 1.2;
	text-transform: capitalize !important;
	font-weight: 600;
	margin-bottom: 6px;
}
#sidebar .widget_block ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar .widget_block ul li{
	font-size: 18px !important;
	font-family: Arial;
	line-height: 1.5;
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
}
#sidebar .widget_block ul li a{
	display: block;
	color: #00b8a3 !important;
}
#sidebar .widget_block ul li a:hover{
	text-decoration: underline;
}


/**
 * Custom Search
 */
.chs-custom-search .chs-search-group{
	display: inline-block;
	width: 100%;
	position: relative;
}

.chs-custom-search .chs-search-group .search-field{
	width: 100% !important;
	padding: 14px 45px 12px 12px !important;
	border-radius: 4px;
	background: #ffffff !important;
	font-size: 18px !important;
	line-height: 1 !important;
	text-transform: capitalize;
	color: #000 !important;
	text-transform: uppercase;
	border: 1px solid #E3E3E3 !important;
}
.chs-custom-search .chs-search-group .search-field:focus,
.chs-custom-search .chs-search-group .search-field:active{
	border-color: #00b8a3 !important;
}

body[data-form-submit="regular"] .container-wrap .chs-custom-search .chs-search-group button[type="submit"],
.chs-custom-search .chs-search-group .chs-search-btn:hover,
.chs-custom-search .chs-search-group .chs-search-btn{
	position: absolute;
	right: 1px;
	bottom: 1px;
	top: 1px;
	display: flex;
	height: 100%;
	width: 44px !important;
	align-items: center;
	justify-content: center;
	z-index: 100;
	padding: 0 !important;
	background: none !important;
	box-shadow: none !important;
	-webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
.chs-custom-search .chs-search-group .chs-search-btn .chs-icon-search{
	height: 20px !important;
	width: 20px !important;
	background: url(../img/icon-search.svg) no-repeat center center;
	background-size: 100%;
	display: block;
}


/**
 * CCHAP
 */
.chs-accordian .toggles .toggle{
	margin-bottom: 0 !important;
}
.chs-accordian .toggles > .toggle > div{
	box-shadow: none;
	border: none;
}
.chs-accordian .toggles .toggle .inner-toggle-wrap{
	padding: 0 10px 5px 43px !important;
}
.chs-accordian .toggles .toggle h3 a{
	font-family: 'Myriad Pro' !important;
	background: none !important;
	color: #222222 !important;
	font-size: 16px !important;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
}
.chs-accordian .toggles .toggle h3 a i{
	height: 20px;
	width: 20px;
	display: block;
	background: url(../img/icon-arrow-gray-right.svg) no-repeat center center;
	background-size: 100%;
}
.chs-accordian .toggles .toggle h3 a .icon-minus-sign{
	background: url(../img/icon-arrow-down.svg) no-repeat center center;
	background-size: 100%;
}
.chs-accordian .toggles .toggle h3 a .icon-plus-sign{
	background: url(../img/icon-arrow-gray-right.svg) no-repeat center center;
	background-size: 100%;
}
.chs-accordian .toggles .toggle.open .inner-toggle-wrap p,
.chs-accordian .toggles .toggle.open h3 a{
	color: #00b8a3 !important;
}
.chs-accordian .toggles .toggle h3 a i:before{
	display: none !important;
}
.chs-accordian .toggles .toggle .inner-toggle-wrap p{
	font-family: 'Myriad Pro' !important;
	font-size: 16px !important;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 30px !important;
}

.chs-pg-font-18 li,
.chs-pg-font-18 p{
	font-family: 'Myriad Pro' !important;
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 1.7 !important;
}

.chs-pg-font-20 li,
.chs-pg-font-20 p{
	font-family: 'Myriad Pro' !important;
	font-weight: 300 !important;
	font-size: 20px !important;
	line-height: 1.6 !important;
}

.chs-pg-font-24 li,
.chs-pg-font-24 p{
	font-family: 'Myriad Pro' !important;
	font-weight: 300 !important;
	font-size: 24px !important;
	line-height: 1.6 !important;
}

.chs-h5-bold{
	font-family: 'Myriad Pro' !important;
	font-weight: 600 !important;
	font-size: 22px !important;
	line-height: 1.5 !important;
}
.divider-small-border{
	max-width: 50%;
	background-color: #979797;
}

/**
 * Join/Support
 */
.chs-fancybox-boxtitle .nectar-fancy-box.hovered,
.chs-fancybox-boxtitle .nectar-fancy-box{
	box-shadow: none !important;
	-webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    overflow: inherit;
    margin-bottom: 80px !important;
    height: 280px;
}
.chs-fancybox-boxtitle .nectar-fancy-box:before{
	display: none !important;
}
.chs-fancybox-boxtitle .nectar-fancy-box:hover .box-bg,
.chs-fancybox-boxtitle .nectar-fancy-box.hovered .box-bg,
.chs-fancybox-boxtitle .nectar-fancy-box .box-bg{
	-webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    transform: scale(1) !important;
}
.chs-fancybox-boxtitle .nectar-fancy-box .inner{
	position: absolute;
	left: 7%;
	right: 7%;
	bottom: 0;
	height: 60px;
	display: flex;
	width: auto;
	align-items: center;
	justify-content: center;
	background: #00b8a3;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.3;
	font-family: Arial;
	font-weight: 300 !important;
	-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.chs-fancybox-boxtitle .nectar-fancy-box[data-color="accent-color"] .inner{
	background: #00b8a3;
}
.chs-fancybox-boxtitle .nectar-fancy-box[data-color="extra-color-1"] .inner{
	background: #d7df23;
}
.chs-fancybox-boxtitle .nectar-fancy-box[data-color="extra-color-2"] .inner{
	background: #169972;
}
.chs-fancybox-boxtitle .nectar-fancy-box[data-color="extra-color-3"] .inner{
	background: #000000;
}

/**
 * Testimonial Slider
 */
.chs-testimonial-slider{
	position: relative;
}
.chs-testimonial-slider .slides{
	padding-bottom: 60px;
}
.chs-testimonial-slider .slides .flickity-page-dots{
	bottom: 0;
}
.chs-testimonial-slider .slides .flickity-page-dots .dot{
	opacity: 1;
}
.chs-testimonial-slider .slides .flickity-page-dots .dot:before{
	background-color: #d7df23;
}
.chs-testimonial-slider .slides .flickity-page-dots .dot.is-selected:before{
	background-color: #00b8a3;
}
.chs-testimonial-slider .slides .flickity-slider blockquote{
	border: 15px solid #ffffff;
	background: #d7df23;
	color: #000000;
	text-align: center;
	padding: 40px 30px;
	opacity: 1 !important;
	margin: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.18);
	width: calc(33.32% - 20px);
}
.testimonial_slider[data-style="multiple_visible"][data-color*="-color"] blockquote.is-selected p{
	color: #000000;
}
.chs-testimonial-slider .slides .flickity-slider blockquote .title,
.chs-testimonial-slider .slides .flickity-slider blockquote .testimonial-name,
.chs-testimonial-slider .slides .flickity-slider blockquote p{
	font-family: Arial;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.chs-testimonial-slider .slides .flickity-slider blockquote .title,
.chs-testimonial-slider .slides .flickity-slider blockquote .testimonial-name{
	text-transform: uppercase;
	display: block;
	min-height: 24px;
}

.chs-testimonial-slider .slides .flickity-slider blockquote p{
	padding: 70px 20px 20px !important;
	text-align: center !important;
	background: transparent !important;
	margin: 0 0 10px;
	min-height: 270px;
}
.chs-testimonial-slider .slides .flickity-slider blockquote p .bottom-arrow{
	display: none !important;
}
.chs-testimonial-slider .testimonial_slider blockquote p:before {
	background: url(../img/testimonial-slider-quote.svg) no-repeat center center;
	background-size: 100%;
	content: "";
    height: 50px;
    width: 50px;
    position: absolute;
    display: block;
    float: none;
    left: 50%;
    top: 0;
    margin-left: -25px;
    opacity: 1;
}


.chs-news-widget .chs-button{
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}


/**
 * Single page
 */
.single .container-wrap{
	padding-bottom: 0 !important;
	padding-top: 80px !important;
}
.post-area{
	padding-bottom: 50px;
}
.single-post #page-header-bg[data-post-hs="default_minimal"] .inner-wrap{
	text-align: left;
}
body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1,
.single-post #page-header-bg[data-post-hs="default_minimal"] .inner-wrap .entry-title{
	margin: 0 !important;
}

.single-post #page-header-bg .blog-title,
.single-post #page-header-bg[data-post-hs="default_minimal"] a,
.single-post #page-header-bg[data-post-hs="default_minimal"] #single-below-header{
	text-align: left;
	display: none !important;
}
.single-post #page-header-bg[data-post-hs="default_minimal"] h1.entry-title{
	padding-top: 100px !important;
}

.single-custom-shortcode > .container > .templatera_shortcode > p{
	padding: 0 !important;
	margin: 0 !important;
}

.single-post-title{
	margin-bottom: 30px;
	display: block;
}

/*.single-exhibition.postid-21076 .chs-exhibition-status{
	display: none;
}*/

/**
 * News Single Page
 */
.chs-single-banner{
	height: 620px;
	display: flex;
	align-items: center;
	padding: 150px 0;
	position: relative;
	color: #fff;
	background-color: #EBEBEB;
}
.chs-single-banner:before{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.48);
}
.chs-single-banner .container{
	position: relative;
	z-index: 100;
}
.chs-single-banner h2{
	font-family: Arial;
	font-size: 62px;
	line-height: 1;
	font-weight: 300;
	color: #ffffff;
	width: 100%;
	max-width: 870px;
	display: inline-block;
}
.chs-single-banner .chs-subtitle{
	font-family: Arial;
	display: block;
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 10px;
}


.single-post-content{
	font-family: Arial;
}
.single-post-content .single-content-header{
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 70px;
}
.single-post-content .single-content-header .post-featured-img img,
.single-post-content .single-content-header .post-featured-img{
	margin-bottom: 0 !important;
}
.single-content-header .single-post-title{
	position: absolute;
	bottom: -70px;
	left: 0;
	display: block;
	max-width: 90%;
	width: 700px;
	background: #ffffff;
	padding: 30px 30px 40px;
}
.single-post-content .single-content-header span{
	display: block;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
}

/**
 * Blog Related Post
 */
.chs-single-page-content .related-posts .inner-wrap{
	display: flex;
	height: 100%;
	flex-direction: column;
	position: relative;
	background: #ffffff;
}
.chs-single-page-content .related-posts .inner-wrap .img-link{
	margin-bottom: 60px;
}
.chs-single-page-content .related-posts .inner-wrap .img-link .post-featured-img{
	height: 260px;
	position: relative;
}
.chs-single-page-content .related-posts .inner-wrap .img-link .post-featured-img img{
	height: 100%;
	position: absolute;
	max-width: inherit;
	width: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.chs-single-page-content .related-posts .inner-wrap .article-content-wrap{
	padding: 0 !important;
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
}
.chs-single-page-content .related-posts .inner-wrap .article-content-wrap .post-header{
	background: #ffffff;
	width: 100%;
	max-width: 90%;
	padding: 20px 20px 0px !important;
	margin-bottom: 0 !important;
}
.chs-single-page-content .related-posts .inner-wrap .grav-wrap,
.chs-single-page-content .related-posts .inner-wrap .meta-category{
	display: none !important;
}

/**
 * Events Page
 */
.chs-events-content{
	margin-bottom: 30px;
}
.chs-events-content .chs-events-item{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 120px;
	min-height: 130px;
	background: #ffffff;
	text-align: left;
	margin-bottom: 40px;
}
.chs-events-content .chs-events-item .chs-events-leftbox{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: 120px;
	background: #d7df23;
	color: #ffffff;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.chs-events-content .chs-events-item .chs-events-leftbox .event-time-full{
	position: absolute;
	left: 10px;
	bottom: 20px;
	right: 10px;
	display: none;
}

.chs-events-datebox{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 20px 15px;
	text-align: center;
}
.chs-events-datebox span{
	font-family: Arial;
	display: block;
	font-size: 18px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
}
.chs-events-datebox .chs-events-month{
	font-weight: 600;
	margin-bottom: 2px;
	letter-spacing: 1px;
}
.chs-events-datebox .chs-events-day{
	font-size: 48px;
	line-height: 1;
	font-weight: 300;
}
.chs-events-content .chs-events-item .chs-events-details{
	position: relative;
	padding: 20px 20px 0;
	font-family: Arial;
	color: #555555;
}
.chs-events-content .chs-events-item .chs-events-footer{
	border-top: 1px solid #979797;
	padding-top: 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 20px;
	width: 100%;
}

.chs-events-content .chs-events-item h3{
	font-family: Arial;
	font-size: 32px;
	line-height: 1;
	font-weight: 300;
	margin-bottom: 5px;
}
.chs-events-content .chs-events-item .chs-events-meta{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 1px;
	color: #555555;
}
.chs-events-content .chs-events-item .chs-events-meta.text-tf-normal{
	text-transform: none;
}
.chs-events-content .chs-events-item .chs-events-post-content{
	padding-top: 20px;
	width: 100%;
	display: none;
}
.chs-events-content .chs-events-item .chs-events-feature-img{
	display: inline-block;
	width: auto;
	margin: 5px 20px 15px 0;
	float: left;
	max-width: 340px;
}
.chs-events-content .chs-events-item .chs-events-feature-img img{
	margin: 0;
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 340px;
}


.chs-events-content .chs-event-post:first-child .chs-events-item .chs-events-leftbox,
.chs-events-content .chs-feature-events .chs-events-leftbox{
	background: #00b8a3;
}
.chs-events-content .chs-events-footer.d-justify-sb,
.chs-events-content .chs-feature-events .chs-events-footer{
	justify-content: space-between;
}

.chs-events-content .chs-event-post:first-child .chs-events-item .chs-events-post-content,
.chs-events-content .chs-event-post:first-child .chs-events-leftbox .event-time-full,
.chs-events-content .chs-feature-events .chs-events-leftbox .event-time-full,
.chs-events-content .chs-feature-events .chs-events-post-content{
	display: inline-block;
}

.chs-events-content .chs-event-post .chs-feature-events .chs-buy-ticket-btn,
.chs-events-content .chs-event-post:first-child .chs-events-item .chs-buy-ticket-btn{
	background: #00b8a3;
	color: #ffffff;
	border-color: #00b8a3;
}
.chs-events-content .chs-event-post .chs-feature-events .chs-buy-ticket-btn:after,
.chs-events-content .chs-event-post:first-child .chs-events-item .chs-buy-ticket-btn:after{
	background: url(../img/icon-circle-arrow-white.svg) no-repeat center center;
	background-size: 100%;
}



/**
 * Event Sidebar
 */
.chs-siderbar-block{
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #979797;
}
.chs-siderbar-block:last-child{
	border-bottom: none;
}
.chs-event-opt-item{
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.chs-upc-event-month-opt{
	position: relative;
	padding-right: 70px;
}
.chs-upc-event-month-opt .chs-opt-right{
	position: absolute;
	right: 10px;
	top: 5px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 64px;
}
.chs-upc-event-month-opt .chs-opt-right a{
	display: block;
}
.chs-event-opt-item .chs-icon{
	cursor: pointer;
}
.chs-event-opt-item .chs-opt-text{
	font-family: Arial;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 2px;
	min-width: 120px;
}

.chs-icon{
	height: 22px !important;
	width: 22px !important;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}
.chs-arrow-down{
	background: url(../img/icon-arrow-down.svg) no-repeat center center;
	background-size: 100%;
}
.chs-arrow-right{
	background: url(../img/icon-arrow-right.svg) no-repeat center center;
	background-size: 100%;
}
.chs-arrow-left{
	background: url(../img/icon-arrow-left.svg) no-repeat center center;
	background-size: 100%;
}

.chs-event-opt-item .chs-event-opt-head{
	position: relative;
	display: block;
}
.chs-event-opt-item .chs-event-opt-head .chs-event-opt-title{
	display: inline-block;
	width: 100%;
	position: relative;
	padding-right: 50px;
	margin: 0 !important;
	cursor: pointer;
}
.chs-event-opt-item .chs-event-opt-head .chs-event-opt-title:after{
	content: "";
	background: url(../img/icon-arrow-right.svg) no-repeat center center;
	background-size: 100%;
	height: 22px;
    width: 22px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -11px;
    -webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.chs-event-opt-item.optOpen .chs-event-opt-head .chs-event-opt-title:after{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.chs-event-opt-item .chs-event-opt-content{
	padding: 10px 0 10px 15px;
	text-align: left;
}
.chs-event-opt-item .chs-event-opt-content ul{
	position: relative;
	display: block;
	max-height: 388px;
	overflow-y: auto;
}
.chs-event-opt-item ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.chs-event-opt-item ul li{
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}
.chs-event-opt-item ul li,
.chs-event-opt-item ul li a{
	font-family: Arial;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
	text-transform: capitalize;
}

.text-capitalize{
	text-transform: capitalize !important;
}
.text-uppercase{
	text-transform: uppercase !important;
}
.text-left{
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.text-center{
	text-align: center !important;
}

/**
 * Job Content
 */
.chs-jobpost-item{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 100px;
}
.chs-jobpost-item .left-date-box{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: auto;
	width: 100px;
	background: #d7df23;
	color: #ffffff;
	display: block;
}
.chs-jobpost-item .left-date-box .job-deadline{
	position: absolute;
	left: 8px;
	bottom: 20px;
	right: 8px;
	text-align: center;
	width: auto;
	display: block;
	color: #ffffff;
}
.chs-jobpost-item .chs-post-desc{
	padding: 10px 10px 10px 20px;
	text-align: left;
}
.chs-jobpost-item .chs-post-header{
	margin-bottom: 20px;
}
.chs-jobpost-item .chs-post-header h3{
	margin-bottom: 5px !important;
	line-height: 1 !important;
}

.chs-job-details{
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #f9f9f9;
}
.chs-job-details ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.chs-job-details ul li{
	display: flex;
	padding: 15px 0;
	color: #000;
	font-size: 18px;
	font-family: Arial;
	line-height: 1.4;
	font-weight: 300;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.chs-job-details ul li span{
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
}
.chs-job-details ul li a{
	color: #d7df23;
}
.chs-job-details ul li a:hover{
	color: #00b8a3;
}
.chs-job-details ul li:nth-child(even){
	background-color: #f9f9f9;
}
.chs-job-details ul li:nth-child(odd){
	background-color: #ffffff;
}
.chs-job-details ul li .chs-job-des-title{
	font-weight: normal;
	width: 40%;
}

.chs-jobpost-item .chs-readmore-btn{
	width: 150px;
	float: right;
}

.chs-single-jobs .single-post-content .single-content-header{
	margin-bottom: 30px;
}
.chs-single-jobs .single-post-content .chs-post-desc{
	padding-bottom: 30px;
}


/**
 * Exahibition Post
 */
.chs-latest-exhibition.col-two .chs-exhibition-post-item{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.d-inlineblock{
	display: inline-block;
	width: 100%;
}

.vc_col-sm-8 .wpb_text_column.wpb_content_element h3{
	font-size: 30px;
}
.vc_col-sm-8 .wpb_text_column.wpb_content_element h3,
.vc_col-sm-8 .wpb_text_column.wpb_content_element h5,
.vc_col-sm-8 .wpb_text_column.wpb_content_element h6{
	font-family: 'Myriad Pro' !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
}

/**
 * Staff
 */
.chs-staff .team-member .team-member-image{
	margin-bottom: 0 !important;
}
.chs-staff .team-member .team-meta{
	position: relative;
	padding-top: 60px;
}
.chs-staff .team-member .team-meta h3{
	font-family: Arial;
	font-weight: 600;
	font-size: 28px;
	line-height: 30px;
	color: #00b8a3;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.chs-staff .team-member .team-meta .nectar-cta,
.chs-bot-arrow-none .team-member .team-meta .nectar-cta{
	display: none !important;
}

.chs-staff .team-member .team-meta h5{
	position: relative;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}







.chs-email-signup-page .chs-newsletter-form .gform_body,
.chs-email-signup-page .chs-newsletter-form .gform_body ul.gform_fields li{
	width: 100% !important;
	max-width: 100%;
}
.chs-email-signup-page .chs-newsletter-form .gform_body ul.gform_fields li{
	margin-top: 20px;
	padding: 0 !important;
}
.chs-email-signup-page .gform_wrapper .chs-newsletter-form .gform_footer.top_label{
	max-width: 300px;
}
.chs-email-signup-page .chs-newsletter-form .gform_body ul.gform_fields,
.chs-email-signup-page .chs-newsletter-form{
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.chs-email-signup-page .gform_wrapper .chs-newsletter-form .gform_footer.top_label{
	padding-left: 0 !important;
}

/**
 * Image with Cards
 */
.chs-img-cards-item{
	position: relative;
}
.chs-img-cards-item .vc_column-inner{
	max-width: 420px;
	width: 100%;
	display: inline-block;
	margin-bottom: 40px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	border-radius: 5px;
}
.chs-img-cards-item .vc_column-inner .wpb_content_element{
	margin-bottom: 0 !important;
	padding: 15px;
}
.chs-img-cards-item .vc_column-inner .wpb_content_element h3,
.chs-img-cards-item .vc_column-inner .wpb_content_element h4,
.chs-img-cards-item .vc_column-inner .wpb_content_element h2{
	font-family: Arial;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	color: #00b8a3;
}
.chs-img-cards-item .vc_column-inner .chs-button-cta{
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.chs-img-cards-item .vc_column-inner .chs-button-cta:hover{
	margin-left: 15px;
}
.chs-img-cards-item .vc_column-inner .img-with-aniamtion-wrap img{
	width: 100%;
	display: block;
	height: auto;
}

.width-200{
	width: 200px;
}

/**
 * Tribe Event Customiztions
 */
#ajax-content-wrap #tribe-events-pg-template{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.tribe-events-pg-template .tribe-events-single{
    padding-top: 50px;
}
.tribe-events-pg-template .tribe-events-single .tribe-events-notices ul li,
.tribe-events-pg-template .tribe-events-single .tribe-events-nav-pagination ul li{
	list-style: none;
}

.tribe-events-pg-template .tribe-events-single .tribe-events-nav-pagination ul li{
	padding: 0 20px;
	position: relative;
	line-height: 1.2;
	display: flex;
	height: 70px;
	justify-content: flex-start;
	align-items: center;
	max-width: 50%;
}
.tribe-events-pg-template .tribe-events-single .tribe-events-nav-pagination ul li.tribe-events-nav-previous{
	justify-content: flex-start;
	text-align: left;
	padding-left: 30px;
}
.tribe-events-pg-template .tribe-events-single .tribe-events-nav-pagination ul li.tribe-events-nav-next{
	justify-content: flex-end;
	text-align: right;
	padding-right: 30px;
}

.tribe-events-pg-template .tribe-events-single .tribe-events-nav-pagination ul li.tribe-events-nav-next a:after,
.tribe-events-pg-template .tribe-events-single .tribe-events-nav-pagination ul li.tribe-events-nav-previous a:before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.tribe-events-pg-template .tribe-events-single .tribe-events-nav-pagination ul li.tribe-events-nav-next a:after{
	left: auto;
	right: 0;
}


.tribe-events-pg-template .tribe-events-single .tribe-events-notices {
    background: #d9edf7;
    border-radius: 4px;
    border: 1px solid #bce8f1;
    color: #3a87ad;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 #fff;
}
.tribe-events-pg-template .tribe-events-single .tribe-events-back a{
	position: relative;
	display: inline-block;
	padding: 13px 30px 10px 50px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	color: #000000;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	border-radius: 4px;
	font-family: Arial;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.tribe-events-pg-template .tribe-events-single .tribe-events-back a:hover{
	border-color: #00b8a3;
}
.tribe-events-pg-template .tribe-events-single .tribe-events-back a:after{
	content: "";
	height: 20px !important;
	width: 20px !important;
	background: url(../img/icon-arrow-left.svg) no-repeat center center;
	background-size: 100%;
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -10px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}


/**
 * CHS imageBox
 */
.chs-post-imageBox-content{
	display: inline-block;
	width: 100%;
	position: relative;
}
.chs-post-imageBox-content .chs-post-imageBox-item{
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.chs-post-imageBox-content .chs-post-imageBox-item a{
	display: block;
}
.chs-post-imageBox-content .chs-post-imageBox-item .chs-post-img:before{
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.64);
	display: block;
}
.chs-post-imageBox-content .chs-post-imageBox-item .chs-post-desc{
	display: flex;
	flex-direction: column;
	height: 300px;
	padding: 30px 20px;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
	z-index: 10;
}
.chs-post-imageBox-content .chs-post-imageBox-item .chs-post-desc h3{
	font-family: myriadpro-light !important;
	font-size: 26px !important;
	text-align: left;
	margin: 10px 0 0;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
	     -o-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	        transition: all 0.3s ease-in-out 0s;
}
.chs-post-imageBox-content .chs-post-imageBox-item:hover .chs-post-desc h3{
	color: #00b8a3;
}
.chs-post-imageBox-content .chs-post-imageBox-item .chs-post-desc .post-start-date{
	font-family: Arial;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}

.chs-post-imageBox-content .chs-event-sec-title{
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.post-content .content-inner .sec-block{
	display: inline-block;
	width: 100%;
}


/**
 * WOC Biography
 */
.chs-woc-biographies .team-member{
	margin-bottom: 30px !important;
}
.chs-woc-biographies .team-member:hover .team-member-image,
.chs-woc-biographies .team-member:hover .team-member-image-inner{
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
}
.chs-woc-biographies .team-member h3{
	font-family: 'Myriad Pro' !important;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color: #00b8a3;
}
.chs-woc-biographies .team-member .team-meta p{
	font-style: italic;
}

.nectar_team_member_overlay .team_member_details .team-desc{
	font-family: 'Myriad Pro' !important;
	font-size: 18px;
	line-height: 1.6;
	font-weight: normal;
}

.main-content .vc_col-sm-8.wpb_column .wpb_text_column p a:not(.chs-button){
	color: #d7df23;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title{
	font-size: 20px;
	line-height: 1.2;
}
.tribe-common .tribe-events-c-top-bar__nav-list li button[disabled]{
	border: none;
	background: none;
}
.tribe-common .tribe-events-c-top-bar__datepicker button.tribe-common-h3{
	padding: 10px 15px;
	border: none;
}

.tribe-common .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border{
	border: 1px solid #cccccc;
}
.tribe-common .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border button{
	border: none;
	background: none;
}

.tribe-common .tribe-events-calendar-month .tribe-events-calendar-month__body{
	border-top: 1px solid #000 !important;
	border-left: 1px solid #000 !important;
}


.chs-mbs-page-content label span.fieldCaption {
	color: #000;
}

/**
 * CSS Staff
 */
.chs-staff .chs-staff-item{
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: left;
}
.chs-staff .chs-staff-item h3{
	font-family: 'Myriad Pro' !important;
	font-weight: 600 !important;
	font-size: 28px !important;
	line-height: 32px;
	color: #00b8a3;
    margin: 0 0 5px;
    padding: 0;
}
.chs-staff .chs-staff-item h5{
    font-size: 21px;
    line-height: 24px;
    display: block;
    margin: 0 0 8px;
    padding: 0;
}
.chs-staff .chs-staff-item p{
	font-family: Arial;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
}
.chs-staff .chs-staff-item p b,
.chs-staff .chs-staff-item p strong{
	font-weight: 600;
}
.chs-staff .chs-staff-item p a{
	color: #000000;
}
.chs-staff .chs-staff-item p a:hover{
	color: #00b8a3;
}


.main-content .row .col .wp-caption .wp-caption-text{
	top: 0;
	max-width: 100%;
	margin: 0 0 10px;
	position: relative;
	border: none;
	width: 100%;
	font-size: 15px;
	line-height: 1.4;
	padding: 10px 5px;
	box-shadow: none;
	background: none;
	text-align: center;
}


div.kimbiaDiv div.k_shareThisFormBlock,
div.kimbiaDiv span, div.kimbiaDiv div{
	max-width: 100%;
}









