/* BEGIN VC GENERAL STYLES */
#wcb .vc_animating {
	transition-duration: .2s !important;	
}


/* BEGIN VC ACCORDION */
#wcb .vc_tta-container {
	clear:left;
	margin-bottom:2rem;
}
#wcb .vc_tta-accordion .vc_tta-controls-icon {
	float: right;
	position:absolute;
	top:50%;
	bottom:0;
	right:1rem;
	height: 2rem;
	width: 2rem;
	margin-top: -1rem;
	color: #002657;
	font:var(--fa-font-solid);
	text-align: center;
}
#wcb .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	content: "\f056";
}
#wcb .vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	content: "\f055";
}
#wcb .vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
#wcb .vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    border-width: 0;
}
#wcb .vc_tta-accordion .vc_tta-panel {
    border: 1px solid #002657;
    margin-bottom: .5rem;
    border-radius: 0;
    background-color: transparent;
	padding: 0px;
}
#wcb .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    border-radius: 0;
    background-color: #e8e8e8;
	border:0;
	color:#002657;
}
#wcb .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:hover, #wcb .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:focus {
    background-color: #f0f0f0;
    transition: all 0.3s ease 0s;
    outline: none;
}
#wcb .vc_tta.vc_general .vc_tta-panel-title>a {
	color:inherit !important;
}
#wcb .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a {
	padding: .75rem 4rem .75rem 1rem;
	cursor:pointer;
	font-size:.75em;
}
#wcb .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a:focus {
	background-color: #f0f0f0;
}
#wcb .vc_tta.vc_general .vc_tta-panel-title {
	/*font-family: 'gentonamedium', sans-serif;
	font-size: 1.5rem;*/
	line-height: 1.125;
	text-transform: none;
}
#wcb .vc_tta.vc_general .vc_tta-panel-title:after {
	display:none;
}
#wcb .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
	background-color: #fff;
	border:0;
	padding:.75rem 1rem 1rem;
	color:#002657;
}
/*mediasite, rss, itunes on video lectures page*/
#wcb .vc_tta-accordion .vc_tta-panel.mediasite .vc_tta-controls-icon,
#wcb .vc_tta-accordion .vc_tta-panel.itunes .vc_tta-controls-icon,
#wcb .vc_tta-accordion .vc_tta-panel.rss .vc_tta-controls-icon {
	right:0;
}
#wcb .vc_tta.vc_general .vc_tta-panel.mediasite .vc_tta-panel-title,
#wcb .vc_tta.vc_general .vc_tta-panel.itunes .vc_tta-panel-title,
#wcb .vc_tta.vc_general .vc_tta-panel.rss .vc_tta-panel-title {
	font-size: 1.25rem;
}
#wcb .vc_tta-accordion .vc_tta-panel.mediasite .vc_tta-panel-heading .vc_tta-panel-title span.vc_tta-title-text:before,
#wcb .vc_tta-accordion .vc_tta-panel.itunes .vc_tta-panel-heading .vc_tta-panel-title span.vc_tta-title-text:before,
#wcb .vc_tta-accordion .vc_tta-panel.rss .vc_tta-panel-heading .vc_tta-panel-title span.vc_tta-title-text:before {
	content:'';
	display:inline-block;
	float:left;
	height:1.2rem;
	width:1.2rem;
	position:absolute;
	top:.4rem;
	bottom:0;
	left:.75rem;
}
#wcb .vc_tta-accordion .vc_tta-panel.mediasite .vc_tta-panel-heading .vc_tta-panel-title span.vc_tta-title-text:before {
	background:url(//asset.warrington.ufl.edu/lib/img/logos/mediasite.svg) no-repeat 0 0;
}
#wcb .vc_tta-accordion .vc_tta-panel.itunes .vc_tta-panel-heading .vc_tta-panel-title span.vc_tta-title-text:before {
	background:url(//asset.warrington.ufl.edu/lib/img/logos/apple-black.svg) no-repeat 0 0;
}
#wcb .vc_tta-accordion .vc_tta-panel.rss .vc_tta-panel-heading .vc_tta-panel-title span.vc_tta-title-text:before {
	background:url(//asset.warrington.ufl.edu/lib/img/logos/rss-orange.svg) no-repeat 0 0;
}
#wcb .vc_tta-accordion .vc_tta-panel.mediasite .vc_tta-panel-heading a,
#wcb .vc_tta-accordion .vc_tta-panel.itunes .vc_tta-panel-heading a,
#wcb .vc_tta-accordion .vc_tta-panel.rss .vc_tta-panel-heading a {
    padding: .5rem 2.5rem .5rem 2.5rem;
}
/**/

/*styling meant for annual reports style*/
#wcb.annual-report .vc_tta-accordion .vc_tta-panel {
    border: none;
	margin-bottom: 1rem;
}
#wcb.event .vc_tta-accordion .vc_tta-panel {
    border: 1px solid #6c9bc3;
	margin-bottom: 1rem;
}
#wcb.annual-report .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
	background-color: #a8dcd9;
}
#wcb.event .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
	background-color: #E8E8E8;
}
#wcb.annual-report .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading, #wcb.annual-report .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a {
	font-family: 'gentonalight', sans-serif;
	font-size: 2rem;
	line-height: 1.125;
}
#wcb.event .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading, #wcb.event .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a {
	font-family: 'gentonamedium', sans-serif;
    font-size: 1.75rem;
    text-transform: uppercase;
}
#wcb.annual-report .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a,
#wcb.event .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a {
	padding: 1rem 4rem 1rem 1rem;
}
#wcb.annual-report .vc_tta-accordion .vc_tta-controls-icon,
#wcb.event .vc_tta-accordion .vc_tta-controls-icon {
	margin-top: -1rem;
}
#wcb.annual-report .wpb-js-composer .vc_tta .vc_tta-controls-icon,
#wcb.event .wpb-js-composer .vc_tta .vc_tta-controls-icon {
	height: 2rem;
	width: 2rem;
}
#wcb.annual-report .vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
#wcb.annual-report .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
#wcb.event .vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
#wcb.event .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	color: #002657;
	line-height:1;
}
#wcb.annual-report .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body,
#wcb.event .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body{
	background-color: #fff;
	border: 0;
	padding: .75rem 1rem 1rem;
}
#wcb.annual-report .global-padding .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .vc_row,
#wcb.event .global-padding .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .vc_row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*xs*/
@media (max-width: 575px) {
	#wcb.annual-report .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading,
	#wcb.annual-report .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a,
    #wcb.event .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading,
	#wcb.event .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading a {
		font-size: 1.25rem;
	}
	#wcb.annual-report .wpb-js-composer .vc_tta .vc_tta-controls-icon,
    #wcb.event .wpb-js-composer .vc_tta .vc_tta-controls-icon {
		height: 1.25rem;
		width: 1.25rem;
	}
	#wcb.annual-report .vc_tta-accordion .vc_tta-controls-icon,
    #wcb.event .vc_tta-accordion .vc_tta-controls-icon {
		margin-top: -.625rem;
		right: 1rem;
	}
}
/* END VC ACCORDION */



/* BEGIN SIDEBAR WIDGET STYLES */

body.compose-mode .menu {
    background-color: #d5d8d0;
	background-image: url("//asset.warrington.ufl.edu/lib/img/placeholders/placeholder-no-menu-items.png");
	background-repeat: no-repeat;
    background-position: top center;    
	min-height: 35px;
    margin-bottom: 25px;
}

/*#wcb h2.widget-title {
    background-color: #d6d8d1;
    padding: .75rem 1rem;
}

#wcb .widget {
    margin-bottom: 20px;
}

#wcb .menu li {
    margin-bottom: .5rem;
}

#wcb div.textwidget {
    border: 1px solid #d6d8d1;
    padding: 1rem;
    margin-bottom: 1rem;
}

#wcb .widget_calendar .calendar_wrap {
    border: 1px solid #d6d8d1;
    padding: 1rem;
    margin-bottom: 1rem;
}

#wcb .widget_categories ul {
    border: 1px solid #d6d8d1;    
    padding: 1rem;
    padding-left: 2rem;    
}

#wcb .widget_recent_entries ul {
    border: 1px solid #d6d8d1;    
    padding: 1rem;
    padding-left: 2rem;    
}

#wcb .widget_rss ul {
    border: 1px solid #d6d8d1;    
    padding: 1rem;
    padding-left: 2rem;    
}

#wcb .widget_archive ul {
    border: 1px solid #d6d8d1;    
    padding: 1rem;
    padding-left: 2rem;    
}

#wcb .widget_recent_comments ul {
    border: 1px solid #d6d8d1;    
    padding: 1rem;
    padding-left: 2rem;    
}

#wcb .widget_rss .rss-date {
    font-style: italic;
    font-weight: bold;
}

#wcb .tagcloud {
    border: 1px solid #d6d8d1;    
    padding: 1rem;
}

#wcb .tagcloud a {
    border: 1px solid #d6d8d1;    
    padding: .2rem;
    font-size: 14px !important;
}

#wcb .widget_pages ul {
    border: 1px solid #d6d8d1;    
    padding: 1rem;
    padding-left: 2rem;    
}

#wcb form.search-form {
    border: 1px solid #d6d8d1;    
    padding: 1rem; 
}

#wcb form.search-form .screen-reader-text {
    display: none; 
}

#wcb form.search-form .search-field {
    padding: .25rem .5rem;
    border: 1px solid #d6d8d1;
    display: block;
    width: 100%;       
}

#wcb form.search-form .search-submit {
    background-color: #FA4616;
    color: #fff;
    text-shadow: none;
    border: 1px solid #fff;
    font-family: 'gentonamedium', sans-serif;
    white-space: normal;    
    padding: .25rem .5rem;
    margin: 0px;
    display: block;
    width: 100%;       
}

#wcb form.search-form label {
    display: block;
    width: 100%;       
}

#wcb form.search-form .search-submit:hover, #wcb form.search-form .search-submit:focus,#wcb form.search-form .search-submit:active:focus {
    color: #FA4616;
    background-color: #fff;
    border: 1px solid #fff;
    text-shadow: none;
}*/
/* END SIDEBAR WIDGET STYLES */

/* reposition controls so they don't overlap with column controls */
.compose-mode .vc_wcb_card .vc_controls>.vc_controls-out-tl {
    top: -29px !important;
}
.compose-mode .vc_wcb_note .vc_controls>.vc_controls-out-tl {
    top: -29px !important;
}
.compose-mode .vc_wcb_main_container {
    margin-top: 31px;
    margin-bottom: 41px;
}

.compose-mode .vc_wcb_sidebar_container {
    margin-top: 31px;
    margin-bottom: 41px;
}

.compose-mode .vc_wcb_card {
    margin-top: 31px;
    margin-bottom: 41px;
}
.compose-mode .vc_wcb_note {
    margin-top: 31px;
    margin-bottom: 41px;
}

.compose-mode .vc_templatera {
    margin-top: 31px;
    margin-bottom: 31px;
}
.compose-mode .vc_wcb_faqs, .compose-mode .vc_wcb_thumbnail_list, .compose-mode .vc_wcb_big_number, .compose-mode .vc_wcb_highlight_box, .compose-mode .vc_wcb_people, .compose-mode .vc_wcb_card {
    margin-top: 31px !important;
    margin-bottom: 41px;
}
.compose-mode .vc_wcb_big_number div.float-left {
    float:none !important;
}
.compose-mode .two-column .vc_wcb_person, .compose-mode .two-column .vc_wcb_employee {
	float: left;
	width: 50%;
}
.compose-mode .two-column .vc_wcb_person:nth-child(odd), .compose-mode .two-column .vc_wcb_employee:nth-child(odd) {
	clear:left
}
.compose-mode .two-column .vc_wcb_person > li, .compose-mode .two-column .vc_wcb_employee > li {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
/*hiding grey add(+) button to help prevent users from creating content outside template columns, remove this if problematic*/
.vc_welcome.vc_not-empty {
	display:none !important;
}
/*adding outlines on hover for parental elements to help visually associate orange add buttons with their parent container*/
.compose-mode .vc_element.vc_container-block:hover {
	outline:1px solid #e9a30c;
}
/*exceptions for outlines on hover for parental elements*/
.compose-mode .vc_element.vc_vc_row.vc_container-block:hover, .compose-mode .vc_element.vc_vc_row_inner.vc_container-block:hover, .compose-mode .vc_element.vc_vc_tta_accordion.vc_container-block:hover {
	outline:none;
}

/*lg*/
@media (max-width: 1199px) {
	.compose-mode .two-column .vc_wcb_person, .compose-mode .two-column .vc_wcb_employee {
		width: 100%;
	}
}

.compose-mode .vc_wcb_faqs_qna {
    margin-top: 31px;
    margin-bottom: 51px;
}

#wcb body.compose-mode .vc_row[data-vc-full-width] {
    overflow: visible; /* The append icon for the banner was being chopped off due to overflow hidden */
}

/*#wcb .vc_row .vc_row {
	margin-right: -15px;
	margin-left: -15px;
}*/
/*#wcb .vc_column-inner {
	position:relative;
}*/
/*#wcb .vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}*/
/*#wcb .vc_row.vc_row-no-padding .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}*/

#wcb body.compose-mode .vc-templatera .templatera_shortcode,
#wcb body.compose-mode .vc_wcb_global_static_content {
    opacity: 0.50;
    /*filter: alpha(opacity=50)\9;*/
}
#wcb .wpb_raw_code.wpb_content_element.wpb_raw_html {
	margin-bottom: 1rem !important;
}

#wcb .compose-mode h1::before, #wcb .compose-mode h2::before, #wcb .compose-mode h3::before, #wcb .compose-mode h4::before, #wcb .compose-mode h5::before, #wcb .compose-mode h6::before,
#wcb .compose-mode .display-id, #wcb .compose-mode .hide:after {
    display:inline-block;
	float:left;
	padding:.25rem;
	background-color:#CECECE;
	font-size:1rem;
	font-weight:bold;
	font-family:'gentonalight', sans-serif;
	color:#002657;
	letter-spacing:.05rem;
	text-transform:lowercase;
	line-height:1;
}
#wcb .display-id {
    display:none;
}
#wcb .compose-mode .display-id {
	background-color:black;
	color:white;
}
#wcb .compose-mode h1::before {
	content:"h1";
}
#wcb .compose-mode h2::before {
	content:"h2";
}
#wcb .compose-mode h3::before {
	content:"h3";
}
#wcb .compose-mode h4::before {
	content:"h4";
}
#wcb .compose-mode .accordion h4::before {
	display: none;
}
#wcb .compose-mode .accordion h4 a::before {
	content:"h4";
}
#wcb .compose-mode h5::before {
	content:"h5";
}
#wcb .compose-mode h6::before {
	content:"h6";
}
#wcb .compose-mode a[target="_blank"]::after {
	content:'';
	margin-left: 0;
}
#wcb .hide {
	display:none;
}
#wcb .compose-mode .hide {
	display:block;
	border:3px solid gold;
	min-height:3rem;
}
#wcb .compose-mode .hide:after {
	content:"hidden";
	background-color:gold;
	float:right;
	width:auto;
	height:auto;
	border-radius:0;
	position:relative;
}
#wcb .compose-mode .hide.person-automatic:after {
	content:"inactive";
	background-color:gold;
	float:right;
}

/*#wcb .compose-mode .vc_smartslider3 {
	border:1px solid #333;
}
#wcb .compose-mode .vc_smartslider3:after {
	content:"Smart Slider 3"
}*/

#wcb .compose-mode .vc_wpdatachart, #wcb .compose-mode .vc_wcb_paragraph > [id^=wpDataChart_] {
	border:1px solid #333;
	margin:0 0 .5rem;
}
#wcb .compose-mode .vc_wpdatachart:after {
	content:"wpDataChart"
}
#wcb .compose-mode .vc_wcb_paragraph > [id^=wpDataChart_]:after {
	content:"wpDataChart shortcode"
}

#wcb .compose-mode .vc_wcb_heading .sr-only.sr-only-focusable, #wcb .compose-mode .vc_tta-accordion.sr-only.sr-only-focusable, #wcb .compose-mode div.sr-only.sr-only-focusable {
	display:block;
	border:3px solid green;
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow:visible;
	clip: auto;
	white-space: normal;
}
#wcb .compose-mode .vc_wcb_heading .sr-only.sr-only-focusable:after, #wcb .compose-mode .vc_tta-accordion.sr-only.sr-only-focusable:after, #wcb .compose-mode div.sr-only.sr-only-focusable:after {
	content:"visually hidden";
	background-color:green;
	text-align:right;
	float:right;
	padding:3px;
	font-family:'gentonalight', sans-serif;
	color:#fff;
	letter-spacing:.05rem;
	font-size:1rem;
	text-transform:none;
}

/*#wcb .compose-mode .vc_element.vc_container-block:hover {
	background-color:#CECECE;
}*/
/*Progress Bar Colors*/
#wcb .vc_progress_bar .vc_single_bar {
	background-color:#767676;
	color: #000;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_bar {
	background-color:#FA4616;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_bar {
	background-color:#0021a5;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sand .vc_bar {
	background-color:#cfb691;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-laurel .vc_bar {
	background-color:#cfdbcb;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-cream .vc_bar {
	background-color:#ffefcf;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_bar {
	background-color:#a6a6a6;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-forest .vc_bar {
	background-color:#5e8e3f;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_bar {
	background-color:#593674;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-gold .vc_bar {
	background-color:#fcaf17;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-red .vc_bar {
	background-color:#d7182a;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-steel .vc_bar {
	background-color:#6c9bc3;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-apricot .vc_bar {
	background-color:#e28f41;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-aqua .vc_bar {
	background-color:#a8dcd9;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_bar {
	background-color:#80be63;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-tea .vc_bar {
	background-color:#e0e5cd;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-denim .vc_bar {
	background-color:#2a315f;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_bar {
	background-color:#9ad2e1;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peach .vc_bar {
	background-color:#e9b284;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-seal .vc_bar {
	background-color:#8f949a;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-artichoke .vc_bar {
	background-color:#c1c3b2;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_bar {
	background-color:#fff;
}
/*Progress Bar Text Color*/
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-blue .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-purple .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-red .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-denim .vc_label {
	color:#fff;
	text-shadow:none;
}
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-orange .vc_label,
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sand .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-laurel .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-cream .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-grey .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-forest .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-gold .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-steel .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-apricot .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-aqua .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-green .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-tea .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-sky .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-peach .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-seal .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-artichoke .vc_label, 
#wcb .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-white .vc_label  {
	color:#000;
	text-shadow:none;
}