/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div#TvfApp.Home .sl--body {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

html, body {
	height:100%;
	line-height:1.3;
	font-family: Helvetica, Arial, Geneva, sans-serif;
}

body {
	overflow-x:hidden;
	overflow-y:auto;
	background:#f5f7f8;
}

header {
	z-index: 100;
}

#TvfApp {
	min-height:100%;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:-moz-flexbox;
	display:flex;
	-ms-flex-direction:column;
	-moz-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
	overflow-x:hidden;
	overflow-y:auto;
}

#TvfApp--Inner {
	-moz-flex:1 1 auto;
	-ms-flex:1 1 auto;
	-webkit-flex:1 1 auto;
	flex:1 1 auto;
}

a {
	color:#099ed6;
	font-weight:bold;
	text-decoration:none;
	-ms-transition:opacity 200ms;
	-moz-transition:opacity 200ms;
	-webkit-transition:opacity 200ms;
	transition:opacity 200ms;
	cursor:pointer;
}

a:hover {
	opacity:0.8;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

p {
	margin-top:1em;
	margin-bottom:1em;
}

h1 {
	font-size:48px;
	font-weight:bold;
	margin:0.3em 0;
	line-height:1.1;
}

h2 {
	font-size:36px;
	font-weight:bold;
	margin:0.4em 0;
	line-height:1.2;
}

h3 {
	font-size:23px;
	margin:0.6em 0;
	line-height:1.2;
}

h4 {
	font-size:18px;
	font-weight:bold;
	margin:0.8em 0;
	line-height:1.2;
}

h5 {
	font-weight:bold;
}

h6 {
	font-weight:bold;
}

video,
img {
	max-width:100%;
	height:auto;
}

[type=text],
[type=email],
[type=password],
[type=number],
select,
textarea {
	padding:6px;
	width:100%;
	box-sizing:border-box;
	resize:none;
	border:1px solid #b1b1b1;
	font-size:inherit;
	font-family:inherit;
	color:inherit;
	line-height:inherit;
}

[type=submit],
button {
	background-color:#099ed6;
	border-radius:4px;
	color:#ffffff;
	display:inline-block;
	text-align:center;
	padding:8px 16px;
	border:0;
	font-size:inherit;
	font-family:inherit;
	line-height:1;
}

.field {
	margin-bottom:1em;
}

.header--second-nav-list {
	background-color: #000000;
}
.vfw-isc--image,
.fvw--image,
.vr--image {
	overflow: hidden;
}

.widget-dummy {
	margin-top: 56.25%;
}

.widget-image {
	height: 100%;
	max-width: none;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.auw.auw-top {
	/* display: none;
	*/
}

.auw-top {
	text-align: center;
	display: inline-block;
}

.auw-top.hidden {
	display: none;
}

.auw--container {
	text-align: center;
	font-size: 0;
	background-color: #000;
}

@media screen and (max-width: 480px) {
	.htlgi-ad-home {
		background-image: url(https://iai.tv/assets/mobile-htlgi.png) !important;
		background-position: top center !important;
	}
}

.IAI.Education.Podcast .content {
	width: 100%;
}

.clear {
	clear: both;
}

.message {
	display: block;
	margin: 5px 0;
	font-weight: bold;
}

.message.bad {
	color: red;
}

.suw--addittional-info {
	font-size: 12px;
	display: block;
	margin: 5px 0 20px 0;
}




/* fix properly */
		.iai-slider-display--item {
			display: none !important;
		}

		.iai-slider-display--item__active {
			display: block !important;
		}

	@media screen and (max-width: 800px) {
		.iai-slider {
			flex-direction: column;
			height: auto;
			margin-bottom: 120px !important;
		}
		.iai-slider-display {
			height: 300px !important;
			width: 100% !important;
			max-width: none !important;
		}

		.iai-slider-list {
			width: 100% !important;
			min-width: 0 !important;
			position: relative !important;
			height: 110px !important;
		}
		.iai-slider-list--item {
			position: absolute !important;
			top: 0 !important;
			left: 0 !important;
			height: auto !important;
		}

		.iai-slider-list--link {
			display: none !important;
		}
		.iai-slider-list--link__active {
			/* background-color: #fff; */
			color: #000 !important;
			display: block !important;
		}

		.iai-slider-list--link img {
			display: none !important;
		}
	}




.header {
	height:50px;
}

.header--inner {
/*	position:fixed;
*/	top:0;
	left:0;
	right:0;
	height:32px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items:flex-start;
	-ms-align-items:flex-start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	z-index:100;
	padding-top:9px;
	padding-bottom:9px;
}

.header--inner__light {
	background-color:#f2f1f1;
}

.header--inner__dark {
	background-color:#191919;
	color:#ffffff;
}

 .header--inner {
	background-color:#191919;
	color:#ffffff;
}

.header--left {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-left:20px;
}

.header--right {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-justify-content:flex-end;
	-moz-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	-ms-transition: width 200ms;
	-moz-transition: width 200ms;
	-webkit-transition: width 200ms;
	transition: width 200ms;
	-ms-flex:1 1 auto;
	-moz-flex:1 1 auto;
	-webkit-flex:1 1 auto;
	flex:1 1 auto;
	-moz-align-items:center;
	-ms-align-items:center;
	-webkit-align-items:center;
	align-items:center;
	padding-right:20px;
}

.header--home {
	padding-right:20px;
	/* border-right:1px solid #666666;
	margin-right:20px; */
}

.header--home,
.header--sign-in {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items:center;
	-ms-align-items:center;
	-webkit-align-items:center;
	align-items:center;
	color:inherit;
}

.header--home__mobile {
	display: none;
}

.header--mobile-menu {
	display:none;
	color:inherit;
}

.header--donate {
	background-color: orange;
	height: 50px;
	padding: 7px;
	box-sizing: border-box;
	max-width: 0;
	overflow: hidden;
	margin-top: -9px;
	margin-right: 20px;
	opacity: 0;
	white-space: nowrap;
	display: flex;
	align-items: center;
	transform-origin: left center;
	transform: skew(-15deg) scaleX(0);
	transition: .2s all;
}

.header--donate span {
	color: #fff;
	display: block;
	font-size: 12px;
	transform: skew(15deg);
}

.header--donate.active,
.header--donate:hover {
	max-width: 200px;	
	opacity: 1;
	transform: skew(-15deg) scaleX(1);
	
}

.iaie-sign-in-mobile {
	display:none !important;
	text-transform:uppercase;
}

.header--main-nav {
	display:block;
	font-size:0;
	vertical-align:middle;
	height:100%;
}

.header--main-nav-item {
	display:inline-block;
	font-size:16px;
	width:120px;
	height:100%;
	vertical-align:top;
}

.header--main-nav-link {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items:center;
	-ms-align-items:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
	-webkit-justify-content:center;
	justify-content:center;
	height:100%;
	border-right:1px solid #666666;
	box-sizing:border-box;
	position:relative;
	color:inherit;
}

.header--main-nav-link__current:after,
.header--main-nav-link__section:after {
	background-color: #099ed6;
	display:block;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:5px;
}

.header--second-nav {
	width:120px;
	height:100%;
}

.header--more {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items:center;
	-ms-align-items:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
	-webkit-justify-content:center;
	justify-content:center;
	height:100%;
	border-right:1px solid #666666;
}

.header--second-nav-list {
	display:none;
	position:absolute;
	z-index:1;
}

.header--second-nav-list__dark {
	background:#191919;
}

.header--second-nav-list__light {
	background:#f2f1f1;
}

.header--second-nav:hover .header--second-nav-list {
	display:block;
}

.header--second-nav-link {
	display:block;
	padding:6px 12px;
	white-space:nowrap;
	position:relative;
	border-top:1px solid #666666;
	color:inherit;
}

.header--search {
	margin: 9px;
	max-width: 100%;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	height: 30px;
	line-height: 30px;
	position: relative;
	color: #000000;
}

.header--search__light {
	border:1px solid #afaeae;
}

.header--search-field {
	background:transparent;
	border:0;
	padding:0 30px 0 6px;
}

.header--search-go {
	display:block;
	width:30px;
	line-height:30px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	margin:0;
	padding:0;
	background:transparent;
	border:0;
}

.header--search-go:after {
	display:block;
	content:"\f002";
	font-family:FontAwesome;
	color:#000000;
}

.slick-slider .sliderContent {
    left: 65px;
}
.slick-arrow {
    position: absolute;
    color: #ffffff;
    font-size: 40px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-arrow.left-nav {
    left: 15px;
}
.slick-arrow.right-nav {
    right: 15px;
}
.full-unsubscribed-header .subscribe-btn{
	padding: 16px 28px;
    background: #099ED6;
    color: #fff;
}
.full-unsubscribed-header .my-account{
	padding: 16px 26px;
    background: #424242;
} 
.full-unsubscribed-header .header--inner{
	height: auto;
	-webkit-box-align: center;    
	-ms-flex-align: center;    
	align-items: center;
}
/* .header .full-unsubscribed-header .header--sign-in.subscribe-btn {
	background: transparent !important;
} */
/*** new header css 11/10/2019 ***/
.iaie-header--middle.iaie-header--middle__news.unsubscribed-middle{margin-top:0;}
.header--left.header--left__js.unsubscribed-sign-in{
	padding-left:0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width:auto;
	padding-right:0;
}
.unsubscribed-logo a{margin-right:0; border:0; display: block;}

.header--inner.header--inner__dark.unsubscibed-header {
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 50px;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}

.unsubscibed-header .unsubscribed-sign-in a.subscribe-btn,  .unsubscibed-header .unsubscribed-sign-in a.header--sign-in{
	padding: 16px 30px;
    background: #099ED6;
    color: #fff;
}
.header--sign-in.subscribe-btn{background: #099ED6 !important;}
.full-unsubscribed-header{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.full-unsubscribed-header .unsubscribed-sign-in  .subscribe-btn{
    padding: 16px 30px;
    background: #099ED6;
    color: #fff;
}

.full-unsubscribed-header .unsubscribed-sign-in  .header--sign-in{padding: 16px 30px;background: #424242;}
.unsubscibed-header .unsubscribed-sign-in a.header--sign-in{background: #424242;}
.unsubscibed-header .unsubscribed-sign-in a.subscribe-btn span, .unsubscibed-header .unsubscribed-sign-in a.header--sign-in span{margin:0;     display: block;}
.unsubscribed-menus {
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch; 
	-webkit-box-align: center;
	-ms-flex-align: center; 
	align-items: center;
}
.unsubscribed-menus a{
	color:#fff; 
	font-size: 30px; 
	line-height: 1;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding-right:20px;
}
.unsubscribed-header--mobile-menu{display:none;}

.header--left.header--left__js.unsubscribed-sign-in.header--left__visible {
    margin-left: -250px;
}
.unsubscibed-header .header--right.unsubscribed-header--mobile-menu{
    margin-top: -9px;
    -ms-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 0;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    transition: width .2s;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #f2f2f2;
    color: #000;
    padding-right: 0;
    z-index: 1;
}
.header--right.header--right__js.unsubscribed-header--mobile-menu{
    width:0px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
	overflow: visible;
    padding-right: 0;
	margin-top:0;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.unsubscibed-header .header--right.header--right__js{padding-right: 0; 	 }
.header--right.header--right__js.header--right__visible {
    display: block;
	width:250px;
	 margin-top: 0;
    -ms-flex-item-align: start;
	align-self: flex-start;   
}
.unsubscibed-header .header--main-nav {
    -ms-flex-order: 2;
    order: 2;
    height: auto;
    background-color: #fff;
    border-top: 1px solid #aaa;
	width:250px;
}
.header--left__visible ~ .unsubscribed-menus{padding-right:0;}
.unsubscibed-header .header--main-nav li.iaie-navbar--top-section {
    width: auto;
    display: block;
    height: 45px;
}
.unsubscibed-header .header--main-nav li.iaie-navbar--top-section a{
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 12px 16px;
    border-bottom: 1px solid #ccc;
    border-right: 0;
    color: #000;
}

 header .unsubscibed-header .unsubscribed-menus ul.header--main-nav a {
	font-size: 16px;
	border-bottom: 0px;
}
 .unsubscibed-header .header--main-nav li.iaie-navbar--top-section > ul {
	display: none;
}
 .unsubscibed-header .header--main-nav li.iaie-navbar--top-section { border-bottom: 1px solid #ccc; }
 .unsubscibed-header .header--main-nav li.iaie-navbar--top-section:hover ul {
	display: block;
}
 .unsubscibed-header .header--main-nav li.iaie-navbar--top-section ul > li {
	float: none;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	background-color: #191919;
	border-top: 1px solid #333;
	display: block;
}
.unsubscibed-header .header--main-nav li.iaie-navbar--top-section ul > li > a {
	color: #ffffff;
	padding: 6px 12px;
	white-space: nowrap;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	width: 100%;
	border-right: 0;
	border-bottom: 1px solid #ccc;
}
 header .unsubscibed-header .unsubscribed-menus ul.header--main-nav a > i { margin-left: 10px; }
.unsubscibed-header .unsubscribed-sign-in a.subscribe-btn { border-bottom: 1px solid #424242; }
.full-unsubscribed-header .unsubscribed-sign-in a img{padding-left: 15px;}
.header--right.header--right__js.header--right__visible {
	width: 250px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	background-color: #f2f2f2;
}

@media only screen and (min-width: 1231px) and (max-width: 1310px) {
	.full-unsubscribed-header .subscribe-btn , .full-unsubscribed-header .my-account {
		padding:16px 18px;
	}
	.header--main-nav-item {
		width:115px
	}
	.header--right form.header--search {
		width: 150px;
	}
	.header--right {
		padding-right:10px;
	}
}

@media screen and (max-width:1230px) {
	.iaie-sign-in-mobile {
		display:block !important;
	}

	.header--left {
		width:100%;
		-ms-justify-content:space-between;
		-moz-justify-content:space-between;
		-webkit-justify-content:space-between;
		justify-content:space-between;
		-ms-transition:margin 200ms;
		-moz-transition:margin 200ms;
		-webkit-transition:margin 200ms;
		transition:margin 200ms;
		padding-right:0px;
	}
	.header--left__visible {
		margin-left:-250px;
	}
	.header--right {
		margin-top:-9px;
		-ms-flex: 0 1 auto;
		-moz-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
		width:0;
		-ms-flex-direction: column;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		height:auto;
		overflow:hidden;
		-ms-transition:width 200ms;
		-moz-transition:width 200ms;
		-webkit-transition:width 200ms;
		transition:width 200ms;
		-moz-align-items:stretch;
		-ms-align-items:stretch;
		-webkit-align-items:stretch;
		align-items:stretch;
		background-color:#f2f2f2;
		color:#000000;
		padding-right:0;
		z-index:1;
	}
	.header--right__visible {
		width:250px;
		box-shadow:0 0 8px rgba(0, 0, 0, 0.3);
	}
	.header--search {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		margin:9px;
		max-width:100%;
		border:1px solid #cccccc;
	}
	.header--main-nav {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		height:auto;
		background-color:#ffffff;
		border-top:1px solid #aaaaaa;
	}
	.header--second-nav {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
		height:auto;
		width:auto;
	}
	.header--second-nav-list {
		position:static;
		background:inherit;
	}
	.header--second-nav-link {
		border-top:1px solid #cccccc;
	}
	.header--more {
		padding:12px 16px;
		border-right:0;
		-ms-justify-content:flex-start;
		-moz-justify-content:flex-start;
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
		height:auto;
	}
	.header--main-nav-item {
		width:auto;
		display:block;
		height:auto;
	}
	.header--main-nav-link {
		-ms-justify-content:flex-start;
		-moz-justify-content:flex-start;
		-webkit-justify-content:flex-start;
		justify-content:flex-start;
		padding:12px 16px;
		border-bottom:1px solid #cccccc;
		border-right:0;
	}
	/* .header--home {
		padding-right:0;
		border-right:0;
		margin-right:0;
		display: none;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	} */

	.header--home__mobile {
		display: none;
	}

	.header--donate {
		display: none;
	}

	
	.header--sign-in {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	
	.header--mobile-menu {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-moz-align-items:center;
		-ms-align-items:center;
		-webkit-align-items:center;
		align-items:center;
		font-size:28px;
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
		margin-left: auto;
    	padding-right: 15px;
	}

	 .header--right__visible { overflow: visible; }
	 .unsubscibed-header .header--main-nav li.iaie-navbar--top-section ul > li,  .unsubscibed-header .header--main-nav li.iaie-navbar--top-section ul > li a { background-color: #f2f2f2; border-color: #cccccc; color: #000000; width: 100%; }
	 .header--right.header--right__js.header--right__visible { max-height: 77vh; overflow-y: auto; overflow-x: hidden; box-shadow: inherit; background: #ffffff; }
	 .full-unsubscribed-header .unsubscribed-sign-in a span{ display: block !important; }
	 .full-unsubscribed-header .unsubscribed-sign-in {width: 100% !important; }
	 .full-unsubscribed-header .unsubscribed-sign-in .header--mobile-menu{margin-left: auto;padding-right: 15px;}
	 .full-unsubscribed-header .header--second-nav{background-color: #FFF;}
	 .full-unsubscribed-header .header--search {margin: 9px;}	 
}

/* Responsive header for unsubscribed users */
@media only screen and (max-width: 1199px) {	
	.unsubscibed-header .unsubscribed-sign-in a.header--sign-in, .unsubscibed-header .unsubscribed-sign-in a.subscribe-btn {padding: 16px 15px;}	
}
/*@media only screen and (max-width: 767px) {
	.full-unsubscribed-header .unsubscribed-sign-in .subscribe-btn{
		display: none;
	}
}*/

@media only screen and (max-width: 575px) {
	.unsubscribed-menus{padding-right:0;}
	.unsubscibed-header .unsubscribed-sign-in a.header--sign-in, .unsubscibed-header .unsubscribed-sign-in a.subscribe-btn {padding: 16px 11px;}
	.unsubscibed-header .unsubscribed-sign-in a.header--sign-in span, .unsubscibed-header .unsubscribed-sign-in a.subscribe-btn span{font-size:14px;}
	/*.full-unsubscribed-header .subscribe-btn{display: none;}*/
}
@media only screen and (max-width: 410px) {
	
	.full-unsubscribed-header .unsubscribed-sign-in a img , .header--left {
		padding-left:10px;
	}
	.header--home {
		padding-right:10px;
	}
	.full-unsubscribed-header .subscribe-btn , .full-unsubscribed-header .my-account, 
	.full-unsubscribed-header .unsubscribed-sign-in .header--sign-in,
	.full-unsubscribed-header .unsubscribed-sign-in .subscribe-btn {
		padding:16px 15px;
	}
}

.header--home {
    margin: 0;
}

.iaie-navbar--logo-black {
    top: 0;
}

.header--main-nav-link:hover {
    text-decoration: none;
}

/* bio */

.sbw {
	position:relative;
	/*color:#ffffff;*/
	padding-top: 20px;
	padding-bottom: 10px;
}

.sbw--name {
}

.sbw--bio-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.sbw--photo {
	width: 30%;
}

.sbw--photo img {
	width: 100%;
}

.sbw--bio {
	width: 65%;
	font-size: 20px;
}

.sbw--bio p {
	margin: 0;

}

.sbw--name-mobile {
	display: none;
}

@media (max-width: 1040px) {

	.sbw--name {
		display: none;
	}

	.sbw--name-mobile {
		display: block;
	}

.sbw--bio-container {
	flex-direction: column;
}

.sbw--photo {
	width: auto;
}

.sbw--photo img {
	width: 300px;
}

.sbw--bio {
	width: 100%;
	font-size: 20px;
}

}

/* sign up */

.ssuw {
	
	flex-direction: row;
	padding-top: 20px;
	padding-bottom: 40px;
}

.ssuw--container {
	display: flex;
	border: 2px solid #eee;
	padding: 20px 40px 40px 40px;
	background-color: #fff;
	margin-top: 72px;
}

.ssuw--left {
	width: 20%;
	color: #099ed6;
}

.ssuw--right {
	width: 80%;
}



.Speaker .sl--body {
	position: relative;
}

.Speaker .sl--body:nth-child(2) {
	padding: 20px 16px !important;
}

.Speaker .sl--header .stack {
	max-width: 1500px;
	margin: 0 auto;
    padding: 0 16px;
    width: auto;
}

.Speaker .sl--footer .stack {
	max-width: 1500px;
	margin: 0 auto;
    padding: 0 16px;
    width: auto;
}



@media (max-width: 1040px) {
	.ssuw--left {
		display: none;
	}

	.ssuw--right {
		width: 100%;
	}	
	.ssuw--container {
		margin: 0 auto;
    }
    
}

/* content */

.srcw--header {
	font-size:26px;
	font-weight:bold;
}

.srcw--list-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-left:-16px;
	margin-right:-16px;
}

.srcw--list-wrapper-2 {
	-ms-flex:1;
	-moz-flex:1;
	-webkit-flex:1;
	flex:1;
	overflow:hidden;
}

.srcw--list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-width: 100%;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-transition:all 200ms;
	-moz-transition:all 200ms;
	-webkit-transition:all 200ms;
	transition:all 200ms;
}

.srcw--item {
	box-sizing:border-box;
	vertical-align:top;
	max-width: 20%;
	min-width: 150px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.srcw--item-inner {
	margin:4px;
	border-bottom:2px solid #d6d6d6;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	color:inherit;
	-ms-flex:1 1 100%;
	-moz-flex:1 1 100%;
	-webkit-flex:1 1 100%;
	flex:1 1 100%;
	color:inherit;
	font-weight:normal;
}

.srcw--image-wrap {
	position:relative;
	overflow:hidden;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.srcw--image-wrap:before {
	display:block;
	content:"";
	width:100%;
	padding-top:56.25%;
}

.srcw--duration {
	background:rgba(0, 0, 0, 0.9);
	font-size:10px;
	padding:4px;
	position:absolute;
	bottom:5px;
	right:5px;
	color:#ffffff;
}

.srcw--meta {
	-ms-flex:1 0 auto;
	-moz-flex:1 0 auto;
	-webkit-flex:1 0 auto;
	flex:1 0 auto;
	padding:8px;
	font-size:14px;
	background-color:#ffffff;
}

.srcw--title {
	font-weight:bold;
	font-style:italic;
	color:#aaaaaa;
	font-size:12px;
	margin-bottom:4px;
}

.srcw--short-desc {
	font-weight:bold;
}

.srcw--next,
.srcw--back {
	width:16px;
	position:relative;
	-ms-transition:opacity 200ms;
	-moz-transition:opacity 200ms;
	-webkit-transition:opacity 200ms;
	transition:opacity 200ms;
	color:inherit;
}

.srcw--next__hidden,
.srcw--back__hidden {
	opacity:0;
	pointer-events:none;
}

.srcw--back:after {
	position:absolute;
	font-family:FontAwesome;
	content:"\f053";
	display:block;
	font-size:14px;
	font-weight:normal;
	line-height:1;
	top:50%;
	margin-top:-7px;
	width:100%;
	text-align:center;
}

.srcw--next:after {
	position:absolute;
	font-family:FontAwesome;
	content:"\f054";
	display:block;
	font-size:14px;
	font-weight:normal;
	line-height:1;
	top:50%;
	margin-top:-7px;
	width:100%;
	text-align:center;
}

[data-widthnot~="small"] .srcw--title {
	font-size:11px;
}

[data-widthnot~="small"] .srcw--meta {
	font-size:12px;
}

.speaker-page__container {
    padding: 2em 0 0 0;
    box-sizing: border-box;
    background-color: #fff;

}


.speaker-page__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 2em;

}

.speaker-page__bio {
    width: 60%;
    padding: 1em;
}

.speaker-page__sign-up {
    width: 38%;
    padding: 1em;
}

@media (max-width: 1000px) {
    .speaker-page__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .speaker-page__bio {
        width: 100%;
    }

    .speaker-page__sign-up {
        width: 100%;
    }
}

.speaker-page__content-container {
    background-color: #eee;
    
} 

.speaker-page__content {
    padding: 2em;
}

h2 {
    color: #000;
}

li a:hover {
    text-decoration: none;
}