* { 
	font-family: 'Ubuntu', sans-serif; font-weight: 100; font-style: normal !important; 
}
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 70px;
}
footer {
    width: 100%;
    height: 70px;
    background-color: #333;
    color: #fff;
 	position: absolute;
 	bottom: 0;
}
input[type=submit] {
	margin-bottom: 40px;
	border-radius: 4px !important;
	background-color: #20A6D4;
	border: 2px #20A6D4 solid !important;
}
input[type=submit]:hover {
	margin-bottom: 40px;
	border-radius: 4px !important;
	background-color: #fff;
	color: #20A6D4;
	border: 1px #20A6D4 solid !important;
}
@media(min-width:768px){
	.webinar-description {
		padding-right: 90px;
	}
}
#logo1 {
	margin-top: 30px;
	margin-bottom: 20px;
}
#logo2 {
	margin-top: 0px;
	margin-bottom: 20px;
}
#header {
	margin-bottom: 20px;
}
#header h1{
	font-size: 4em;
	margin-bottom: 20px !important;
	font-weight: 700;
	color: #fff;
	margin-left: 20px;
	margin-right: 20px;
}
#header h2{
	margin-top: 5px !important;
	margin-bottom: 20px !important;
	font-size: 1.8em;
	color: #fff;
}
#host{
	padding-bottom: 50px;
}
#host h2{
	margin-bottom: -30px;
}
#content{
	padding: 20px 30px !important;
}
#state-field {
	display: none;
}
.grey-bg {
	background-color: #e0e7eb;
}
.form-control {
	border-radius: 4px !important;
}
.event p {
	min-height: 3em;
	margin-top: 1em;
}

.learn-more {
	margin-bottom: 30px;
	border-radius: 0px !important;
	background-color: #20A6D4;
	border: 2px #20A6D4 solid !important;
}
.learn-more:hover {
	border-radius: 0px !important;
	background-color: #fff;
	color: #20A6D4;
	border: 2px #20A6D4 solid !important;
}	
.mr50 {
	margin-right: 50px;
}
.mt50 {
	margin-top: 50px;
}
.row-centered {
    text-align: center;
}
.col-centered {
    float: none;
    display: inline-block;
    text-align: left;
}
#logo1 div {
	max-width: 380px;
}
.blue-color-span{
	color: #20A6D4;
	font-weight: bold;
}
.click-here {
	text-decoration: none;
}
.click-here:hover {
	text-decoration: none;
}
.click-here:focus {
	text-decoration: none;
}
.click-here:active {
	text-decoration: none;
}
.click-here:visited {
	text-decoration: none;
}
.em {
	font-style: italic !important;
}
.journal-photo {
	margin-bottom: 20px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
