/* CSS Document */
.conference-list .conference:before {
    background-color: rgba(144, 104, 190, 0.70) !important;
}
.hero-image.home:before {
    background-color: rgba(134,209,202,0.8) !important;
}
input, select, textarea {
    color: #000 !important;
    font-size: 1.2rem !important;
}
header.header .site-search input {
    color: #6ED3CF !important;
}
.conference-list .conference {
box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.35);	
}
.video-list .video {
box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.35);
}
.conference-list .conference .text a {
	text-decoration: none !important;
	color: #fff;
	color: #fff !important;
}
.conference-list .conference .text a:hover {
	text-decoration: none !important;
	color: #fff !important;
}

/*Home link*/
.banner-h1 a {
    color: #ffffff;
    text-decoration: none !important;
}
/*.banner-h1 a:visited {
    color: #ffffff;
    text-decoration: none !important;
}*/
.banner-h1 a:hover{
	color:#55595d !important;
}


/* Conf page adjustments */
h3.conference-location {
    text-transform: none;
    font-size: 2rem;
    padding-bottom: 15px;
}
h2.conference-location {
	text-transform: none !important;
}

/* Googple Maps embed */
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}