.img-responsive {
	width: 100%;
	height: auto;
}

.image-text .picture {
	text-align: center;
}

.default-view img.rendition  {
    max-width: 100%;
	width: auto;
	height:auto;
}

i {
	font-style: italic !important;
}

.overlay-content .main {
	padding: 40px 20px;
}

.raw-html p, .raw-html li {
	line-height: 1.4em;
}

.sponsored-hero-view .heading {
	color: #2c95dd;	
}

.sponsored-hero-view .rte {
	color: #fff;
}

h3.blue-quote {
	font-size: 36px;
	color: #2c95dd;
}

div.copy-v2-view  {
	padding: 0 15%;
}

.copy-v2-view .heading {
	font-size: 230%;
	font-weight: bold;
	color: #2c95dd;
}

.bottom-buffer {
	padding-bottom: 50px;
}

table.agenda {
    	border-collapse: collapse;
    	width: 100%;
    	table-layout: fixed;
	font-family: FFMetaWebProNormal, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

table.agenda td {
    	border: 2px solid #e6e6e6;
    	text-align: center;
    	padding: 30px;
	vertical-align: center;
}

table.agenda th {
	font-family: FFMetaWebProBold, Arial, Helvetica, sans-serif;
	background-color: #2c95dd;
    	border: 2px solid #e6e6e6;
    	text-align: center;
   	padding: 15px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	font-size: 130%;
}

table.agenda th:first-child, table.agenda td:first-child {
	text-align:center;
	width: 20%;
}

.overlay-hbs-wrap .overlay-hbs-content {
    padding: 12px 20px;
}

.overlay-hbs-wrap .overlay-hbs-header .title {
	display: none;
	text-transform: none;
}

@media screen and (min-width: 40em) {
	.overlay-hbs-wrap .overlay-hbs-header .title {
		display: block;
		font-size: 18px;
	}
}

@media screen and (min-width: 61.25em) {
	.large-8-4>li:first-child {width: 80% !important;}
	.overlay-hbs-wrap {
		transform: translate(-50%,-50%);
		left: 50%;
		top: 50%;
	}
	
	.overlay-hbs-wrap .overlay-hbs-header .title {
		font-size: 20px;
	}
}

@media screen and (min-width: 80em) {
	.overlay-hbs-wrap .overlay-hbs-header .title {
		font-size: 26px;
	}
}