html, body {
	height: 100%;
}

body {
	background:#fff;
}

/* Custom container */
.container {
	margin: 0 auto;
	max-width: 1000px;
	padding-top: 20px;
}

.masthead {
	position: relative;
}

.white-panel{
	background-color: #fff;
	margin-bottom: 20px;
	color: #333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px 0px 15px 15px;
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,.15);
	box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
	border: 1px solid #e3e3e3\9;
}

.main-section {
	padding: 20px;
	vertical-align: top;
}

.main-section h3 {
	margin-top:0;
	margin-bottom:0;
}

.main-section h5 {
	margin-top:0;
}

.sidebar {
	background-color: #f5f5f5;
	border-left: 1px solid #e3e3e3;
	webkit-border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 0px 15px 0px;
	display: block;
	padding: 20px;
}

.sidebar h5 {
	color: #0048aa;
	display: table-cell;
	vertical-align: bottom;
}

.sidebar h5 i {
	position: relative;
	bottom: 2px;
}

.sidebar a {
	color: #0048aa;
}

.row-fluid .span4 {
	display: table-cell;
	float: none;
}

.row-fluid .span8 {
	min-height: 100%;
	height: 100%;
	display: table-cell;
	float: none;
}

.topic-section {
	background-color: #0048AA;
	position: absolute;
	right: 0px;
	right: -2px\9;
	bottom: 0px;
	border-radius: 10px 10px 0px 0px;
	padding: 0px 18px;
}

.topic-text {
	margin: 0px;
	padding: 4px;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
}

.infographic {
	border: 1px solid #e3e3e3;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.share-list li {
	vertical-align: top;
	padding-left: 0 !important;
}

.share-facebook {
	position: relative;
	bottom: 2px;
	cursor: pointer;
}

.share-linkedin {
	padding-right: 0 !important;
}

.follow-list {
	margin-top: 4px;
	width: 100%;
}

.follow-list li {
	padding-left: 0 !important;
	padding-right: 3px !important;
	width: 15%;
}

.follow-list li a img {
	max-width: 100%;
}

.footer-text {
	text-align: center;
	font-size: 10px;
	color: #333;
	margin: 0;
	padding: 0 0 10px 0;
}

/* Responsive & Adaptive Styles */

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.logo-section {
		margin-bottom: 40px;
	}
}

/* Landscape phone and down */
@media (max-width: 767px) {
	.dg-logo,
	.time-for-kids-logo {
		text-align: right;
	}

	.logo-section {
		margin-bottom: 8px;
	}

	.logo-section li {
		width: 45%;
		padding: 0;
	}

	.logo-section li img {
		max-width: 100%;
	}

	.topic-section {
		width: auto;
		position: inherit;
	}

	.white-panel{
		border-radius: 0px 0px 15px 15px;
	}

	.sidebar {
		border-left: 0;
		border-radius: 0 0 15px 15px;
		float: right !important;
		width: 100%;
	}

	.follow-list li {
		width: auto;
	}
}