/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
body.single-cc_content a {

}


/* Bootstrap 5 Opacity Classes */
.opacity-0 {opacity: 0;}
.opacity-1{opacity:0.2}
.opacity-2{opacity:0.4}
.opacity-3{ opacity:0.6}
.opacity-4{opacity:0.8}
.opacity-5{opacity:1}

/* Filter Grayscale */
.grayscale {filter: grayscale(1);}
.grayscale-50 {filter: grayscale(0.5);}

/* Bootstrap 5 Pointer Events */
.pe-none {
	pointer-events: none;
}

.tooltip {
	line-height: 1em !important;
}
.btn.btn-grey {
	background-color: #e5e5e5
}
.btn.btn-grey:hover {
	filter: brightness(.95);
}
.hidden {
	display:none !important;
}
body.single-cc_content {
	font-family: "Source Sans Pro", sans-serif !important;
	background-image: none;
    background-color: #f6f6f6;
}
body.single-cc_content div.page-title {
	background-color: #cc4343 !important;
}
body.single-cc_content h1.entry-title {
	line-height: 40px !important;
	color:#fff !important;
	font-size: 22px;
	text-align: left;
}
body.single-cc_content .page-title h1 i {
	color:#fff;
	font-size: 1.2em;
	border: 2px solid rgba(255,255,255,0.45);
    border-radius: 50%;
    padding: 3px 4px !important;
}
body.logged-in .header-space {
	height: 105px !important; 
}
body:not(.logged-in) .header-space{
	height: 75px !important;
}
body.single-cc_content #main {
	padding-top: 20px;;
}
body.single-cc_content #main > .wf-wrap{
	min-height:75vh !important;
}
body.single-cc_content div#main div.wf-wrap,
body.post-type-archive-cc_content div#main div.wf-wrap,
body.post-type-archive-cc_content div.wf-wrap,
body.single-cc_content div.wf-wrap,
div.wf-wrap{
	width: 100% !important;
	
}
body.post-type-archive-cc_content div.wf-wrap,
body.single-cc_content div.wf-wrap,
div.wf-wrap{
    max-width: 1680px;
}

/* Show More / Less Button */
.caret:after{
	content: "\f286";
	font-size:.75em;
	display: inline-block;
	font-family: bootstrap-icons!important;
	font-style: normal;
	font-weight: 400!important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
.caret.collapsed:after {
	content: "\F282";
}


a.showmore{
	font-weight: 400;
    font-size: 13px !important;
	text-transform: uppercase;
	transition: transform 1s;
	cursor: pointer;
	color: #fff;
	padding: 2px 6px;
}
.showmore:after {
	content: attr(data-more);
	display: inline-block;
}
.showmore:before {
	display: inline-block;
	padding: 3px;
	transform: rotate(-90deg);
	border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: '';
    height: .15em;
    left: .05em;
    position: relative;
    top: 0.3em;
    vertical-align: top;
    width: 0.15em;
    transform: rotate(135deg);
    margin-right: 6px;
}
.showmore[aria-expanded=true]:before {
	transform: rotate(-45deg);
    top: 0.6em;
}
.showmore[aria-expanded=true]:after {
	content: attr(data-less);
}
.showmore[aria-expanded=false]:after {
	content: attr(data-more);
}


/* Standard Elements */
.gcs_button.padded {
	margin: 10px 10px !important;
}
.gcs_button.blue {
	background-color: #34AFEC !important;
}
#gcs_registration .gcs_button.cancel:hover{
	background-color: #fff !important;
	color:#cc4343 !important;
	border-color: #cc4343 !important;
}
.gcs_button.hidden {display:none !important;}
.gcs_button.cancel:hover {color:#cc4343 !important;}
.gcs_button.grey, .gcs_button.gray {
	background-color: #555 !important;
}
.gcs_button, a.gcs_button:not([href]) {
	display: inline-block;
	padding: 8px 15px;
	min-width: 150px;
	text-align: center;
	font-size: 16px;
	
	color:#ffffff ;
	text-decoration: none !important;
	cursor: pointer;
	transition:.5s all;
	margin: 5px auto;
	position: relative;
}
.gcs_button.small {
	font-size: 12px;
	padding: 4px 5px;
	min-width: 100px;
}
.gcs_button:hover,a.gcs_button:hover {
	filter: brightness(1.1);
	text-decoration: none;
}
.gcs_button:focus {
	outline: none;
}
.gcs_button.working:before {
    content: "";
    display: block;
	background-color:#fff;
	background-image: url(../img/loader_blue.svg) !important;
    background-size: auto 140%;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center,center;
}
.gcs_cancel_registration.working:before {
    content: "";
    display: block;
	background-color:#fff;
	background-image: url(../img/loader_blue.svg) !important;
    background-size: auto 140%;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center,center;
}
/* Breadcrumbs */
#gcs_breadcrumbs h4 {
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 0.9em;
}
#gcs_breadcrumbs h4 * {
	font-size: 1em;
}
#gcs_breadcrumbs h4 a{
	text-decoration: none !important;
}
#gcs_breadcrumbs h4 .track {
	color:#898989;
}
#gcs_breadcrumbs h4 .track:after {
	display: inline-block;
	content:"/";
	padding:0 15px;
} 

#gcs-table tr td.stddistie{
	font-weight: bold;
	font-weight: 900;
	text-transform: uppercase;
}

#gcs-table tr:not(.track)[data-distie] td{
	background-color: rgba(199, 234, 255, 0.5);
	position: relative;
}
#gcs-table tr:not(.track)[data-distie] td:last-child::after{
	content:"";
	display:block;
	position: absolute;
	right: -10px;
	border: 2px solid transparent;
	top: 2%;
	height: 96%;
	width: 10px;
	background-color:#01759e;
}
#gcs-table .gcs_add_favorite {
	cursor:default;
}
.gcs_add_favorite{
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	color:rgba(0,0,0,0.1);
	cursor: pointer;
	transition: 1s all;
}
.gcs_add_favorite.fave{
	color:#cc4343;
}

/* Learning Path Header */
h1.entry-title em {
    position: relative;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    top: 8px;
    display: block;
    line-height: 15px;
    font-style: normal;
}

.gcs_container h2 span {
	font-size: 12px;
    color: #444;
    display: block;
    padding: 0px;
    margin: 0px;
    height: 20px;
    left: 0px;
    text-indent: 0px;
    font-weight: bold;
}
span.low-progress {
	color:#ababab;
	position: absolute;
	left: 100%;
    margin-left: 10px;
}
.progress-bar[aria-valuenow="100"] {
	background-color:limegreen !important;
}
.progress.track-progress {
	height:20px;
	margin: 10px 5% 20px;
	border-radius: 15px;
}
.progress.track-progress .progress-bar {
	background-color: #029fd7;
	font-weight: bold;
	overflow: visible;
	position: relative;
}

.gcs_track_list h4.ui-accordion-header {
	background-color:#01759e;
	color:#fff;
	padding:10px 10px;
	border-bottom: 1px solid #fff;
	transition: .5s all;
	font-size: .9em;
}
.gcs_track_list h4.ui-accordion-header:hover {
	filter: brightness(1.1);
}
.gcs_track_list_container h4 i {
	margin-right: 8px;
	transition: .5s all;
	transform: rotate(0deg);
	transform-origin: center center;
}
.gcs_track_list_container h4[aria-expanded="false"] i {
	transform: rotate(-90deg);
}
#gcs_track_container > .gcs_track_list {
	margin: 0px -12px;
}
a.gcs_component,
.gcs_track_list {
	border-radius: 0;
	text-decoration: none;
	border-right-color: transparent;
	border-left-color: transparent;
}
a.gcs_component.certification { 
	border-top: 4px dashed #dfdfdf;
    border-bottom: 4px dashed #dfdfdf;
	border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
	
    background: #f0f0f0 !important;
}
a.gcs_component.certification .thumbnail img {
	max-width: 60px;
    max-height: 60px;
}
a.gcs_component.certification.complete .thumbnail img { 
	border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0px 1px #eaeaea;
}
a.gcs_component.certification.incomplete {
	pointer-events: none;
}
a.gcs_component.certification.complete { 
    border-top: 4px dashed #d3eee8;
    border-bottom: 4px dashed #d3eee8;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    background-color: #f3fbf8 !important
}
a.gcs_component.certification i {
	font-size:1.3em;
	color:#d2d2d2;
}
a.gcs_component.certification.complete i {
	color: #78bbab !important
 }
a.gcs_certification {
	padding: .75rem .5rem;
}
div.gcs_component.current,
a.gcs_component.current {
	background-color: aliceblue;
	border-left: 2px solid deepskyblue;
	
}
a.gcs_component.current {
	pointer-events: none;
}
.gcs_component.current .badge.bg-extra-light-grey {
    background-color: transparent;
    backdrop-filter: brightness(0.94) saturate(1.7);
}

.gcs_component  div.progress {
	display: inline-block;
    content: "";
    height: 20px;
    width: 20px;
	flex-basis: 20px !important;
    flex-shrink: 0;
	flex-grow:0;
	border:1px solid #ddd;
	border-radius: 50%;
	line-height: 19px;
}
.gcs_component.complete div.progress {
    background-color: transparent;
    border-color: transparent;
    content: '';
    color: #fff !important;
    text-align: center;
    height: 20px;
    background-size: contain;
    filter: none !important;
    width: 20px;
    background-image: url(../img/icon-check.png);
    background-repeat: no-repeat;
}
.thumbnail {
	width: 15%;
	flex: 0 0 15%;
}
.gcs_component div.thumbnail .gcs_thumbnail {
	width: 90%;
}
.gcs_thumbnail {
	position: relative;
	font-size: inherit;
}
.gcs_thumbnail:after{
	opacity: 0;
	content: "\F4F3";
	font-family:'bootstrap-icons' !important;
	justify-content: center;
    font-size: 1em;
	color: #fff;
	display:flex;
	align-items: center;
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
	width: 100%;
	background-color: rgba(1, 117, 158,0.6);
	transition: .6s all;
}

.gcs_component.video:hover .gcs_thumbnail:after,
.gcs_thumbnail:hover:after{
	opacity: 100;
}

.gcs_component div.title{
	line-height: 1;
}
.gcs_component div.icon{
    display: inline-block;
    height: 25px;
    width: 20px;
	flex-basis: 20px !important;
    flex-shrink: 0;
	flex-grow:0;
    margin: 0 10px 0 0;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
a.gcs_component.link div.icon 
{
	background-image: url(../img/link-icon.svg);
}
a.gcs_component.webinar div.icon,
a.gcs_component.video div.icon
{
	background-image: url(../img/video-icon.svg);
}
a.gcs_component.track div.icon
{
	background-image: url(../img/learning-path-icon.svg);
}
a.gcs_component.event div.icon
{
	background-image: url(../img/calendar-icon.svg);
}

a.gcs_component.download div.icon  {
	background-image: url(../img/download-icon.svg);
}

.gcs_container {
	margin: 20px 0;
	padding: 10px 12px;
    background-color: rgba(255,255,255,0.9);
    display: block;
    width: auto;
	border-radius: 6px;
	overflow: hidden;
}

#side_bar .gcs_container h2,
.gcs_webinar_rightside h2 {
    display: block;
	margin: auto;
    width: 97%;
    padding: 2px 0 4px;
    line-height: 40px;
    font-size: 1.15em;
}

.gcs_webinar_rightside h3 {
    margin: 5px 0;
    font-size: 22px;
}

#tabContainer {
	margin-top:22px;
}
/* Description Section */

div.gcs_description a {
    color: #dd4343 !important;
}

div.gcs_description {
    
}
div.gcs_description p {color:#000;}
div.gcs_description a {color:#cc3434;}


/***************************/
/*  Tags
/**************************/

span.gcs_tag {
    display: table-cell;
}
.tagContainer {
	padding: 10px 10px 20px;
}
.gcs_tag {
	padding:6px 0;
	border-bottom: 1px solid #ededed;
}
.gcs_tag:last-child {
	border:none;
}

span.gcs_tag a{
	display: inline-block; 
	padding:1px 8px;
	text-decoration: none !important;
	color:#000;
	margin: 0px 10px 5px 0px;
	transition:.5s all;
	border-radius: 15px;
}

span.gcs_tag.gcs_audience a {
	color:#fff !important;
}

.progress-circle {
	width: 20px;
	min-width: 20px;
	height: 20px !important;
	margin: 10px;
	display: inline-block;
	border-radius: 50%;
  }
.progress-circle.complete{
	background: rgb(91, 161, 24);
}
.progress-circle.complete:after {
	display: none;
}

.progress-circle.complete i  {
	position:relative;
	content:"";
	height:90%;
	width:90%;
	left:5%;
	top:5%;
	background-color:#fff;
	color: rgb(91, 161, 24);
	display:block;
	border-radius:50%;
	font-size: .75em;
	line-height: 20px;
    text-align: center;
}


#gcs-table .gcs_tag.gcs_certifications a {
    font-weight: bold;
    background: #222 !important;
    color: #fff;
    filter: brightness(1);
    padding: 2px 10px;
    font-size: 12px;
}

#gcs-table .gcs_tag.gcs_audience a {
	display: inline-block; 
	padding:2px 10px;
	color:#fff !important;
	text-decoration: none !important;
	margin: 0px 10px 5px 0px;
	transition:.5s all;
	border-radius: 20px;
	font-size: 12px;
}

.gcs_tag a:hover{
	filter: brightness(1.1) hue-rotate(-25deg);
}

.gcs_tag_overflow{
	display:inline-block;
}
.gcs_tag_overflow:before{
	padding: 2px 7px;
    line-height: 15px;
    border-radius: 1px;
    margin: 1px;
   	color: #676767;
	content: '...';
	display: inline-block;
}
.gcs_tag_overflow:hover:before{
	
}
.gcs_tag_overflow a{
	display: none !important;
}

.gcs_aointerest {
	height: auto;
}

#gcs-table th#gcs_date {
	min-width: 40px;
}
/******************************
/*** FEATURED IN TRACK ***/
/******************************/
#gcs_featured_container {}
#gcs_featured_container h4 a {
	text-decoration: none;
	font: normal 15px / 25px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
}
#gcs_featured_container h4 {
	background-color: #f5f5f5;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 10px !important;
	margin: 1px 0;
	transition: .5s all;
}
#gcs_featured_container h4:hover {
	filter: brightness(.95);
}


/******************************
/*** FLEXIBLE CONTENT BLOCKS ***/
/******************************/


.speaker {
	padding: 7px;
}
.speaker h3 {
	
}
.speaker div {
	text-align: center;
	width: 95%;
	margin: 4px auto;
	/* border: 1px solid #ededed; */
	background-color: #f9f9f9;
	border-radius: 7px;
	padding: 15px 25px;
	height: 100%;
}
.speaker span{
	display: block;
}
.speaker span.title {
	font-weight: bold;
}
.speaker span.bio {
	padding-top: 15px;
}
 span.speaker_img {
	display: block;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border:4px solid #ededed;
	background-size: cover;
	margin: 0 auto;
}
.gcs_container.text_block {
	padding: 30px 20px; 
	
}
.gcs_container.img_block,
.gcs_container.html_block
{
	background: transparent !important;
	padding:0;
}
.gcs_container.img_block img {
	width: 100% !important;
	height: auto !important;
	border-radius: 6px;
}

/*** REGISTRATION / LOGIN FORM ***/
#auth-tabs {
	max-width: 500px;
	margin: auto;
}
#auth-tabs > div {
	padding:10px 0;
}
#auth-tabs > ul {
	width:100%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
#auth-tabs > ul li {
    text-align: center;
    background: #ededed;
    padding: 7px 10px;
    border: 1px solid #fff;
	transition: .25s background-color;
	outline: none !important;
	flex:1;
}
#auth-tabs .ui-tabs-active {
	background-color: #029FD5;
}
#auth-tabs .ui-state-focus {
	background-color: #ababab;
	filter:brightness(1.1);
}
#auth-tabs .ui-tabs-active a,
#auth-tabs .ui-state-focus a{
	color:#fff;
}
#auth-tabs ul li a {
	color:#000;
	outline:none !important;
	text-decoration: none;
	display: block;
    width: 100%;
}

#register-tab {
	
}
#register-tab form#user_registration {
    width: 100%;
}
#register-tab .acf-field {
	padding: 15px 0 0;
	border: none !important;
}
#register-tab .acf-field-select label, 
#register-tab .acf-field-text label,
#register-tab .acf-field-post-object label
{
    /* padding-top: 20px;*/
}
#register-tab input:not[type='checkbox'],
#register-tab select,
#login-tab input,
#login-tab select{

	width: 100%;
}
#login-tab .login-submit:focus {
    outline: none !important;
}
#register-tab .acf-field-text input,
#register-tab .acf-field-email input,
#register-tab .acf-field-select select,
#register-tab .acf-field-post-object select
#login-tab input,
#login-tab select{
	height: 40px;
}
#login-tab p.status {
	color:#cc4343; 
	font-weight: bold;
}
#register-tab select {
	height: 40px;
}
#register-tab input.submit,
#login-tab input.submit{
    font-size: 24px;
    font-weight: 100;
    padding: 8px;
    margin: 28px auto 15px;
    box-shadow: none !important;
}
#login-tab form#login{
	position:relative;
}
#register-tab form#user_registration {
	overflow:hidden;
}
#register-tab input.company {
	background-size: auto 85%;
	background-position: right 3px center;
	background-repeat: no-repeat;
}

ul.ui-autocomplete {
    overflow: auto;
    border: 1px solid #CBD3DD;
	background: #FFF !important;
	max-width: 352px;
	overflow-x: scroll;
	padding: 10px;
}
ul.ui-autocomplete li {
	padding: 5px 5px !important;
}
ul.ui-autocomplete li:hover {
	background-color: #efefef;
}

.acf-label p:empty {
	display: none;
}


input.company {
	background-size: auto 85%;
	background-position: right 3px center;
	background-repeat: no-repeat;
}
#confirmCompany input {
	height: 40px;
}
#confirmCompany {
	width: 80%;
    margin: 0 auto;
	display: none;
    border: 1px solid #fbfbfb;
	border-radius: 0px;
}
#register-tab #confirmCompany {
	padding: 0;
	width:100%;
}
#confirmCompany h1 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}
#confirmCompany h1:before{
    content: "";
    display: block;
    margin: 0px auto 10px;
    width: 100%;
    border-bottom: 1px solid #ededed;
    height: 65px;
    background-image: url(../img/building.svg);
    background-size: auto 80%;
    background-position: top center;
    background-repeat: no-repeat;
    filter: opacity(0.5);
}
#confirmCompany .btn {
	display: none;
	margin: 20px auto 10px !important;
	color:#fff !important;
	min-width: 150px;
	font-size: 22px !important;
	padding: 12px 20px !important;
	height: 50px !important;
	line-height: 22px;
	color: #ffffff;
	background-color: #dd4343;
	cursor: pointer;
	transition: background-color 1s;
}
#confirmCompany .btn:hover{
	background-color:rgba(0,174,236,1) ;
}

.coListEmpty {
    display: none;
}
.ka_nif_manual_wrap {

}
.ka_nif_manual {
	outline:none;
}
.ka_nif_manual_wrapper.valid input {
	border:1px solid green !important;

}
.ka_nif_manual_wrapper.invalid input{
	border:1px solid red !important;
}
a.manual_nif_switch {
	font-size:16px;
	line-height: 1.5;
    cursor: pointer;
    top: 6px;
    position: relative;
}
.manual_nif_switch.hide {
    display:none;
}
#contact_basecamp,
#contact_basecamp>a
#info_provided {
    font-size: 0.7rem;
    padding-top: 20px;
    text-align: center;
}


@keyframes tequila {
	0%   {transform:rotate(0deg); }
	25%  {transform:rotate(2deg);}
	50%  {transform:rotate(0deg); }
	75%  {transform:rotate(-2deg);}
	99% {transform:rotate(0deg); }
}
@keyframes blurry {
  0%   { filter:blur(1px);}
  50%  { filter:blur(.5px);}
  99% { filter:blur(1px);}
}

#Recommendations .card {
    padding: 8px 8px;
	border:none;
	border-bottom: 1px solid #f0f0f0;
}
#Recommendations .card:nth-child(even){
	
}
#Recommendations .card a {
	color:#333;
	line-height: 1em;
	text-decoration: none;
	font-size: 0.8rem;
	display: flex;
	align-items: center;
}
#Recommendations .card a img {
	flex:none;
	height: 60px;
	width: auto;
	border:1px solid #ddd;
	transition: .5s all;
	display: block;
    min-width: 100px;
    background: #999;
}
#Recommendations .card a:hover {
	color:#029fd7;
}
#Recommendations .card a:hover img {
	opacity: .4;
}
#Recommendations .card a .thumbnail{
	flex:none;
	background-color:#0378a3;
	margin-right:8px;
	position:relative;
}
#Recommendations .card a:hover .thumbnail:before{
	opacity: 1;
}
#left_side #Recommendations .card a {
	font-size: 16px;
}
#Recommendations .card a .thumbnail:before {
	content: "";
	opacity: 0;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left: 15px solid #fff;
    z-index: 9999 !important;
    position: absolute;
    left: 42px;
    top: 20px;
	transition: .5s all;
}
#Recommendations div.row {
	margin-top: 12px;
	border-top:1px solid #efefef;
}

.botonmapa a{ 
	text-decoration: none;
	border-radius: 25%;
	padding:5px 10px;
	float: right;
	margin-left: 5px;
	margin-top: 366px;
	font-weight:bold;
	color: #FFFFFF; 
	background-color:#cc4233;
}

.botonmapa a:link,.bng_map a:visited{
	color: #FFFFFF;
}

.bingmapaddrs {
    border: none;
    vertical-align: middle;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    width: 50%;
    padding-bottom: 15px;
}
.botonmapa {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 30px;
    font-family: 'Oswald', Helvetica Neuve, sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    }
    .botonmapa:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #dd4343;
    transition: right .2s;
    z-index: -2;
    }
    .botonmapa:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,174,236,1);
    transition: right .2s;
    z-index: -1;
        }
    .botonmapa:hover:after {
    right: 0;
    }
	.bingmapbut {
		float: left;
		padding-left: 42% !important;
		padding: 0px 0px 0px 0px;
		border: none;
		vertical-align: middle;
		height: 48px;
		line-height: 37px;
	}
	li.px-2 {
		padding: 3px 0 3px .5rem !important;
		line-height: 1.5em;
		margin: 0px;
	}
	li.px-2:nth-child(odd) {
		background: rgba(0,0,0,.02);
		padding: 2px 0px;
	}


.pastevent {
	padding-left: 40%;
	font-size:28px;
	font-weight: bold;
}

.ccBody .ui-state-active, .ccBody .ui-widget-content .ui-state-active {
    background-color: transparent;
    color: #333333;
    border: none;
}

/* Campaigns */
#gcs_campaign_modal .modal-content {
    border-radius: 15px;
}
#gcs_campaign_modal button.close {
    position: absolute;
    top: 4px;
    left: 10px;
    z-index: 999;
    font-size: 36px;
    font-weight: 100;
}

/* Bing map */
.bingmaplink {
	display: block;
	background-image: url(../img/bing_directions.svg);
	background-repeat: no-repeat;
    height:25px;
    width:25px;
    color: #eaeaea;
}
.bingmapaddrs a{
	float: left;
	margin-right: 10px;
}

/* Confirm Tax ID */
#confirmCompany h2 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 30px;
    color: #019fd7;
}

#confirmCompany h4 {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 30px;
}

#confirmCompany input {
    height: 35px;
    border: 1px solid #cccccc;
    padding: 10px;
}

.gcs_presentation_container {
    background: #ffffff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 3px 4px #eae9e9;
    padding-top: 15px;
    overflow: hidden;
}
button.gcs_presentation_url {
    font-size: .9rem;
    color: #333333;
    padding: 0;
}
ul.gcs_presentation {
    margin: .5rem 0 .8rem;
}
.gcs-list-dropdown {
    display: table;
}