@charset "utf-8";

.entry-content-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #555555;
    font-family: 'Open Sans';
}

.entry-content-wrapper, 
.entry-content-wrapper li, 
.entry-content-wrapper p {
	font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
}

.entry-content-wrapper p {
	margin-bottom: 15px;
}

.entry-content-wrapper p:empty {
	margin: 0;
	padding: 0;
	display: none;
}

.entry-content-wrapper p:last-child {
	margin-bottom: 0;
}

.entry-content-wrapper h1, 
.entry-content-wrapper h2 {
	color: #333;
	font-weight: bold;
}

.entry-content-wrapper h1 {
	color: #333;
	font-size: 27px;
	font-weight: 700;
	line-height: 32px;
	margin: 0 0 25px 0;
	padding: 0;
}

.entry-content-wrapper h2 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
    line-height: 25px;
	margin: 0 0 16px 0;
	padding: 0;
}

.entry-content-wrapper h1:last-child, 
.entry-content-wrapper h2:last-child {
	margin: 0;
}

.clear {
	clear:both;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

/*==============================
/* header
/*==============================*/

.entry-content-header {
	border-top: 1px solid #c2c2c2;
	padding-top: 20px;
	padding-bottom: 20px;
}

.entry-content-bannertop {
	display: table;
	width: 100%;
}

.entry-content-bannertop-cell {
	display: table-cell;
	width: 25%;
	padding: 10px 10px;
	vertical-align: top;
	box-sizing: border-box;
}

.entry-content-bannertop-logowrap {
	display: table;
	width: 100%;
	height: 75px;
}

.entry-content-bannertop-logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.entry-content-bannertop-logo img {
	width: auto;
	height: auto;
	max-height: 75px;
	border: 0;
	vertical-align: bottom;
}

.entry-content-bannertop-item {
	display: table;
	height: 75px;
}

.entry-content-bannertop-itemleft {
	display: table-cell;
}

.entry-content-bannertop-itemright {
	display: table-cell;
	vertical-align: middle;
}

.entry-content-bannertop-item .thumbnail {
	width: 75px;
	height: 75px;
	margin-right: 15px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	overflow: hidden;
}

.entry-content-bannertop-item .thumbnail:empty {
	width: 0;
	height: 0;
	margin-right: 0;
	background-color: transparent;
	border-radius: 0;
}

.entry-content-bannertop-item .thumbnail img {
	width: 100%;
	height: 100%;
	border: 0;
}

.entry-content-bannertop-item .description {
	color: #fff;
	font-size: 15px;
}

.entry-content-bannertop-item .description a {
	text-decoration: none;
}

.entry-content-bannertop-item .description a:hover {
	opacity: 0.8;
}


/*==============================
/* content
/*==============================*/

.entry-content-outer {
	width: 100%;
}

.entry-content-inner {
	margin: auto;
	width: 100%;
}

.entry-content-left {
	float: left;
	width: 63%;
}

.entry-content-right {
	float: right;
	width: 35%;
}

.entry-content-outer .row {
	margin-bottom: 30px;
}

.entry-content-outer .entry-content-left .row:last-child, 
.entry-content-outer .entry-content-right .row:last-child{
	margin-bottom: 0;
}

/*==============================
/* left
/*==============================*/

.entry-content-video {
	position: relative;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
}

.entry-content-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content-image-promo {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.entry-content-image-promo img {
	width: 100%; 
	height: 100%;
	display: block;
}

/* left: resources */

.entry-content-resources {
	display: none;
}

.entry-content-resources-filters {
	margin-bottom: 30px;
}

.entry-content-resources-filters ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}

.entry-content-resources-filters ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.entry-content-resources-filters ul li a {
	display: block;
	padding: 10px 20px;
}

.resources-filter-active {
	background-color: #535353;
	color: #fff;
}

.resources-filter-active:hover {
	color: #fff;
}

.resources-filter-inactive, .resources-filter-inactive:hover {
	color: #999;
}

.entry-content-resources-items {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.entry-content-resources-item {
	width: 30%;
	float: left;
	position: relative;
	margin-bottom: 30px;
	margin-right: 5%;
	display: none;
}

.entry-content-resources-item.first-item-in-row {
	clear: both;
}

.entry-content-resources-item.last-item-in-row {
	margin-right: 0;
}

.entry-content-resources-item .thumbnail img {
	display: block;
	width: 100%;
}

.entry-content-resources-item .category {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #999;
}

.entry-content-resources-item .category:empty {
	margin-bottom: 0;
}

.entry-content-resources-item .title {
	margin-bottom: 5px;
	font-weight: bold;
}

.entry-content-resources-item .title:empty {
	margin-bottom: 0;
}

.entry-content-resources-item .description {
}

/* left: transcript */

.entry-content-transcript-teaser p:last-child {
	margin-bottom: 20px;
}

.entry-content-transcript-complete {
	display: none;
}

.entry-content-transcript-complete p:last-child {
	margin-bottom: 20px;
}

.entry-content-transcript-less {
	display: none;
}

.entry-content-transcript-more {
	display: none;
}

/*==============================
/* right
/*==============================*/

.entry-content-right-bg {
	padding: 20px;
	background-color: #f5f5f5;
}

.entry-content-right-nobg {
	padding: 0 20px;
}

/* right: list items */

ul.entry-content-right-list {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
}

ul.entry-content-right-list:last-child {
	padding: 0;
}

ul.entry-content-right-list li {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.entry-content-right-list li:last-child {
	margin: 0;
}

ul.entry-content-right-list li:after {
	content: '';
	display: block;
	clear: both;
}

ul.entry-content-right-list li .thumbnail {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	width: 45%;
	overflow:hidden;
}

ul.entry-content-right-list li .thumbnail:empty {
	float: none;
	padding: 0;
	width: 0;
}

ul.entry-content-right-list li .thumbnail img {
	display: block;
	width: 100%;
}

ul.entry-content-right-list li .content {
	overflow:hidden;
}

ul.entry-content-right-list li .content .category {
	margin-bottom: 5px;
	color: #999;
}

ul.entry-content-right-list li .content .category:empty {
	margin-bottom: 0;
}

ul.entry-content-right-list li .content .header {
	font-weight: bold;
}

ul.entry-content-right-list li .description {
	padding-top: 10px;
	clear: both;
}

ul.entry-content-right-list li .description:empty {
	padding-top: 0;
}

ul.entry-content-right-list li.active .header a {
	color: #555;
}

/* right: subscribe with input */

.entry-content-subscribe {
	width: 100%;
}

.entry-content-subscribe-form {
	margin: 0;
}

.entry-content-subscribe-inline {
	padding-right: .5em;
	overflow: hidden;
}

.entry-content-subscribe input[type="email"] {
	padding: 0 12px;
	margin: 0;
	width: 100%;
}

.entry-content-subscribe input[type=submit] {
	padding: 0 15px !important;
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-shadow: none;
	background: #00afec;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 0;
	border-radius: 0; 
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	-ms-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.entry-content-subscribe input[type=submit]:hover {
	background: #00bdff;
}

/* social-icons */

ul.entry-content-social-icons {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.entry-content-social-icons li {
	float: left;
	margin: 0 8px 7px 0;
	padding: 0;
	width: 36px;
	height: 36px;
	border: 0;
	text-align: center;
}

ul.entry-content-social-icons li:last-child {
	margin: 0;
}

ul.entry-content-social-icons li a {
	display: block;
	width: 36px;
	height: 36px;
	padding: 0;
	background-color: transparent;
	color: #fff;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.07);
	-webkit-transition: 0.15s ease-in-out;
	-moz-transition: 0.15s ease-in-out;
	-o-transition: 0.15s ease-in-out;
	transition: 0.15s ease-in-out;
}

ul.entry-content-social-icons li a:hover {
	background-color: #444;
}

ul.entry-content-social-icons li a:before {
	display: inline;
	font-family: FontAwesome;
	font-size: 24px;
	line-height: 36px;
}

ul.entry-content-social-icons li .twitter {
	background-color: #33ccff;
}

ul.entry-content-social-icons li .twitter:before {
	content: "\f099";
}

ul.entry-content-social-icons li .facebook {
	background-color: #3c5a98;
}

ul.entry-content-social-icons li .facebook:before {
	content: "\f09a";
}

ul.entry-content-social-icons li .in {
	background-color: #007fb1;
}

ul.entry-content-social-icons li .in:before {
	content: "\f0e1";
}

ul.entry-content-social-icons li .gplus {
	background-color: #dd4c39;
}

ul.entry-content-social-icons li .gplus:before {
	content: "\f0d5";
}

ul.entry-content-social-icons li .flickr {
	background-color: #ff0099;
}

ul.entry-content-social-icons li .flickr:before {
	content: "\f16e";
}

ul.entry-content-social-icons li .vimeo {
	background-color: #33ccff;
}

ul.entry-content-social-icons li .vimeo:before {
	content: "\f194";
}

ul.entry-content-social-icons li .pint {
	background-color: #cc3333;
}

ul.entry-content-social-icons li .pint:before {
	content: "\f0d2";
}

ul.entry-content-social-icons li .utube {
	background-color: #cc3333;
}

ul.entry-content-social-icons li .utube:before {
	content: "\f16a";
}

ul.entry-content-social-icons li .yahoo {
	background-color: #660099;
}

ul.entry-content-social-icons li .yahoo:before {
	content: "\f19e";
}

ul.entry-content-social-icons li .skype {
	background-color: #00aff0;
}

ul.entry-content-social-icons li .skype:before {
	content: "\f17e";
}

ul.entry-content-social-icons li .delicious {
	background-color: #3366cc;
}

ul.entry-content-social-icons li .delicious:before {
	content: "\f1a5";
}

ul.entry-content-social-icons li .soundcloud {
	background-color: #ff3300;
}

ul.entry-content-social-icons li .soundcloud:before {
	content: "\f1be";
	font-size: 20px;
}

ul.entry-content-social-icons li .tumblr {
	background-color: #2c4762;
}

ul.entry-content-social-icons li .tumblr:before {
	content: "\f173";
}

ul.entry-content-social-icons li .rss {
	background-color: #ff9900;
}

ul.entry-content-social-icons li .rss:before {
	content: "\f09e";
}

ul.entry-content-social-icons li .mail {
	background-color: #ff6600;
}

ul.entry-content-social-icons li .mail:before {
	content: "\f0e0";
}

ul.entry-content-social-icons li .instagram {
	background-color: #336699;
}

ul.entry-content-social-icons li .instagram:before {
	content: "\f16d";
}

/* subscribe on youtube */

.entry-content-youtube-button {
	padding-top: 15px;
}

.entry-content-youtube-button a {
	padding: 15px 20px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #e00000;
	display: block;
	text-align: center;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	-ms-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.entry-content-youtube-button a:hover {
	background-color: #fa0808;
}

/*==============================
/* media queries
/*==============================*/

@media only screen and (max-width: 960px) {
	.entry-content-wrapper h2 {
		font-size: 27px;
		line-height: 32px;
		margin: 0 0 25px 0;
	}
	
	.entry-content-left {
		float: none;
		width: 100%;
	}
	
	.entry-content-right {
		float: none;
		width: 100%;
	}
	
	.entry-content-right-bg {
		background-color: transparent;
		padding: 0;
	}

	.entry-content-right-nobg {
		padding: 0;
	}

	
	ul.entry-content-right-list li .thumbnail {
		width: 150px;
	}
	
	ul.entry-content-right-list li .thumbnail:empty {
		width: 0;
	}
	
	ul.entry-content-right-list li .description {
		padding-top: 5px;
		clear: none;
		overflow: hidden;
	}
	
	.entry-content-youtube-button a {
		display: inline-block;
		text-align: left;
	}
	
}

@media only screen and (max-width: 900px) {
	.entry-content-bannertop {
		display: block;
	}
	
	.entry-content-bannertop-cell {
		display: block;
		width: 100%;
	}
	
	.entry-content-bannertop-logo img {
		max-height: 130px;
	}
	
	.entry-content-outer {
		padding-top: 10px;
	}
	
	.entry-content-outer .entry-content-left .row:last-child {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.entry-content-resources-item:nth-child(n) {
		width: 45.25%;
		margin-bottom: 30px;
		margin-right: 9.5%;
		clear: none;
	}
	
	.entry-content-resources-item:nth-child(2n) {
		margin-right: 0;
	}
	
	.entry-content-resources-item:nth-child(2n+1) {
		clear: both;
	}
	
	.entry-content-youtube-button a {
		display: block;
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	.entry-content-resources-item:nth-child(n) {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
		clear: none;
	}
	
	.entry-content-resources-item:nth-child(n).first-item-in-row {
		clear: both;
	}
	
	.entry-content-resources-item:nth-child(2n+1).last-item-in-row {
		margin-right: 0;
	}
	
	ul.entry-content-right-list li {
		margin: 0 0 30px 0;
	}
	
	ul.entry-content-right-list li .thumbnail {
		float: none;
		margin-bottom: 10px;
		padding: 0;
		width: 100%;
	}
	
	ul.entry-content-right-list li .thumbnail:empty {
		margin-bottom: 0;
		padding: 0;
		width: 0;
	}
}

@media only screen and (max-width: 400px) {
	.entry-content-bannertop-logo img {
		width: 100%;
	}
}