/**************** EDU INDEX.HTML ****************/
.content img {
	-moz-box-shadow:    1px 1px 3px #EAEAEA;
 	-webkit-box-shadow: 1px 1px 3px #EAEAEA;
 	box-shadow:         1px 1px 3px #EAEAEA;
}

.content a {
	color: #1EA89D;
	font-weight: 600;
}

.content a:hover {
	color: #007572;
}

section {
	margin: 60px 0 90px;
}

section h2 {
	margin-bottom: 25px;
}

section p {
	margin-bottom: 20px;
}

p + h2, pre + h2, ol + h2 {
	margin-top: 60px;
}

section > h1 {
	margin-bottom: 50px;
	margin-top: 50px;
}

.title-main {
	margin-top: 50px;
}

.content h1 {
	font-size: 30px;
	color: #354b59;
	font-weight: 400;
}

.content h2 {
	font-size: 1.5em;
	font-family: 'balto';
	color: #B7D3E4;
	font-weight: 800;
	letter-spacing: 0.5px;
	padding-bottom: 20px;
}

.content h3 {
	font-family: 'proxima-nova', sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	margin: 40px 0 20px;
}

p {
	font-size: 16px;
}

.content-wrapper {
	margin: 50px 10% 50px 10%;
}

.content-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.orientation-insight {
	font-weight: 300;
	color: #1EA89D;
	border-top: 2px solid #1EA89D;
	border-bottom: 2px solid #1EA89D;
	padding: 15px;
	/*font-family: Merriweather-light;*/
	line-height: 30px;
	margin: auto;
}

.edu-app-container {
	display: flex;
	justify-content: center;
}

.edu-app-container img {
	width: 35%;
    height: 100%;
    box-shadow: none;
}

.beta-tag {
	font-family: 'proxima-nova';
	font-size: 12px;
	color: #2470bf;
    background-color: #badcf6;
    border-radius: 3px;
	border: 1px solid #badcf6;
	padding: 5px 4px 3px 4px;
}

.caption {
	font-size: 12px;
	color: #B7D3E4;
	margin-top: -20px;
	font-style: italic;
}

/*PRODUCT CARDS*/

.prod-card-container {
	background-color: #FFFFFF;
}

.product-card {
	width: 297px;
	min-height: 198px;
	margin: 1%;
	padding: 150px 0 10px 0;
	border: 1px #EAEAEA solid;
	display: inline-block;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

	#editorial_icon, #hud_icon, #dcp_icon, #wap_icon, #eht_icon, #video_icon, #rb_icon, #audience_icon, #blog_icon, #webinar_icon, #homepage_icon, #engagement_icon, #bigboard_icon, #app_icon, #historicaldash_icon {
		background-size: 200px;
		background-repeat: no-repeat;
		background-position: center -20px;
	}

		#editorial_icon {
			background-image: url('../img/icon_monitor_dash.png');
		}

		#hud_icon {
			background-image: url('../img/icon_monitor_hud.png');
		}

		#dcp_icon {
			background-image: url('../img/icon_monitor_dcp.png');
		}

		#wap_icon {
			background-image: url('../img/icon_monitor_wap.png');
		}

		#eht_icon {
			background-image: url('../img/icon_monitor_eht.png');
		}

		#video_icon {
			background-image: url('../img/icon_monitor_video.png');
		}

		#rb_icon {
			background-image: url('../img/icon_monitor_rb.png');
		}

		#audience_icon {
			background-image: url('../img/icon_monitor_audience.png');
		}

		#blog_icon {
			background-image: url('../img/icon_monitor_blog.png');
		}

		#webinar_icon {
			background-image: url('../img/icon_monitor_webinar.png');
		}

		#homepage_icon {
			background-image: url('../img/icon_monitor_homepage.png');
		}

		#engagement_icon {
			background-image: url('../img/icon_monitor_engagement.png');
		}

		#bigboard_icon {
			background-image: url('../img/icon_monitor_bigboard.png');
		}

		#app_icon {
			background-image: url('../img/icon_monitor_app.png');
		}

		#historicaldash_icon {
			background-image: url('../img/icon_monitor_historical.png');
		}

.product-card h4 {
	color: #354B59;
	padding: 0 10px;
	font-size: 16px;
}

.product-card p {
	font-weight: normal;
	font-size: 14px;
	color: #354B59;
	margin: 0px;
	padding: 0 10px;
}

.card-type {
	font-size: 12px;
	color: #1EA89D;
	text-transform: uppercase;
/*	background-color: #FFFFFF;
*/	width: 50%;
	padding: 2px 5px 2px 10px;
	margin-left: -1px;
	font-weight: 700;
	letter-spacing: 1px;
/*	border: 1px solid #EAEAEA;
*/}

.product-card:hover {
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	/*background-color: rgba(92,196,190,.9);
	border: 1px solid rgba(92,196,190,.9);*/
}

/*.product-card:hover .card-type {
	color: #FFFFFF;
	background-color: #68C9C5;
	border: 1px solid #68C9C5;
}*/

/* BREADCRUMB MENU */

.breadcrumb {
	margin: 30px 0 0 15px;
	width: 100%;
	background-color: #FFFFFF;

}
	.breadcrumb .active {
		color: #2E95CE;
		border: none;
		border-bottom: 4px solid #2E95CE;
		padding: 5px 0;
	}

	.breadcrumb a:hover {
		color: #2E95CE;
	}

.breadcrumb li {
	font-size: 14px;
    font-weight: 400;
}

/**************** VIDEO PAGES ****************/

.theater {
	width: 100%;
	background-color: #FFFFFF;
	padding: 30px 0;
}

.video-container {
	background-color: #FAFAFA;
	padding: 40px 0;
	border-top: 1px solid #e6e6e6;
}

	.video-intro {
		margin-bottom: 40px;
	}

	.video-intro .card {
		min-width: 200px;
		margin: 10px 7px 0 5px;
	}

	.video-intro .captitle {
		margin: 5px;
	}

	.video-list {
		width: 970px;
		margin: 0 auto;
	}

	.video-list a {
		display: inline-block;
		vertical-align: top;
	}


.video-title {
	width: 800px;
	padding: 10px;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.video {
	padding: 0 15px;
	margin: 15px;
	width: 290px;
	min-height: 300px;
	vertical-align: top;
	position: relative;
}

.video img {
	position: relative;
	margin: 20px 0;
	border-radius: 4px;
	width: 200px;
}

.video h4 {
	line-height: 1.4em;
}

.time {
	position: absolute;
	bottom: 5px;
	width: 250px;
}

.time p {
	font-size: 14px;
	text-align: center;
}

.prev-next {
	margin: 20px 0 0;
	padding: 15px;
}

.prev, .next {
	font-size: 16px;
	display: inline-block;
}

.prev {
	float: left;
	text-align: left;
}

.next {
	float: right;
	text-align: right;
}

.prev-next:after {
	content: "";
	display: table;
	clear: both;
}

.prev a, .next a {
	color: #1EA89D;
	}

	.prev a:hover, .next a:hover {
		color: #007572;
	}



/*************** CALENDAR STYLES *****************/

.intro {
	padding: 60px 0;
}

.cal-container {
	background-color: #FAFAFA;
}

.container-fluid {
	margin: auto;
}

	.cal {
		width: 220px;
		min-height: 250px;
		padding: 30px 20px;
		margin: 10px;
		vertical-align: top;
	}

		.date1, .date2 {
			text-transform: uppercase;
			letter-spacing: 1px;
			font-weight: 700;
		}

		.date1 {
			font-size: 12px;
		}

		.date2 {
			font-size: 40px;
			color: #1EA89D;
			/*margin: -10px;*/
		}

		.cal h4 {
			line-height: 22px;
			font-size: 16px;
		}

		.description {
			font-size: 13px;
			display: none;
		}

	.cal:hover .date2 {
		color: #FFFFFF;
	}



/* WEBINAR BAND STYLES */

.intro {
	padding: 60px 0;
}

.intro h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.intro p {
	font-size: 16px;
}

.intro-wrapper {
	max-width: 800px;
}

.cal-container {
	padding: 60px 0;
	border-top: 1px solid #e6e6e6;
}

.webinar-signup {
	width: 100%;
	background-color: #2E95CE;
	padding: 15px 0 3px;
	font-size: 16px;
	color: #FFFFFF;
}

.webinar-signup button {
	background-color: #DA3F5F;
	color: #FFFFFF;
	margin: 0 10px;
}

.webinar-signup button:hover {
	background-color: #D85565;
	color: #FFFFFF;
}

/********************* HUD SCHEDLUING STYLES *************************/
.hud-schedule-page .intro {
	padding-bottom: 30px;
}

.hud-schedule-page h3 {
	font-size: 30px;
}

.hud-schedule-page h2 {
	font-size: 26px;
	margin-bottom: 0px;
}

.hud-schedule-page ul {
	list-style-type: circle;
	margin-left: 50px;
	margin-bottom: 30px;
	font-size: 16px;
}

.week-of {
	text-transform: uppercase;
	color: #5292D3;
	font-family: proxima-nova;
	font-size: 24px;
}

.hud-block {
	margin: 20px 0;
}

.hud-block .card {
	margin: 0 15px;
}


.mini-footer {
	padding: 20px 15px 40px 15px;
}

	.mini-footer h2 {
		font-family: proxima-nova;
		font-size: 24px;
		text-transform: uppercase;
		color: #5292D3;
	}

	.mini-footer p {
		font-family: proxima-nova;
		font-size: 20px;
		margin-top: 10px;

	}

.hud-schedule-page .card {
	text-align: left;
}

.hud-schedule-page .cal {
	width: auto;
}

.hud-schedule-page .date1 {
	font-weight: bold;
	font-size: 14px;
	color: #235177;
}

.hud-schedule-page .date2 {
	color: #235177;
	font-size: 48px;
}

.hud-schedule-page .date3 {
	color: #235177;
	font-size: 18px;
	margin-bottom: 0px;
	min-width: 100px;
}

.hud-schedule-page button {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #5CC4BE;
	border: 2px solid #5CC4BE;
	border-radius: 8px;
	padding: 10px;
	margin-top: 10px;
	width: 160px;
}

.cal:hover .date1 {
		color: #FFFFFF;
}

.cal:hover .date2 {
		color: #FFFFFF;
}

.cal:hover .date3 {
		color: #FFFFFF;
}

.cal:hover button {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	color: #5CC4BE;
}
