@CHARSET "UTF-8";

/*
 * GLOBAL STYLES
 */

* {
	margin: 0;
	padding: 0;	
}

p {
	margin-bottom:1em;
}

img {
	border: 0;	
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;	
	color: #494949;
	background-color:#F2F2F2;
}

h1, h2, h3, h4, h5, h6 {
	color:#000;
}

h1 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:6px;
}

h2 {
	font-size:21px;
	font-weight:normal;
	margin-bottom:6px;
	color:#777;
}

h3 {
	font-size:19px;
	font-weight:normal;
}

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

h5 {
	font-size:16px;
	font-weight:bold;
	margin:0px;
}

h6 {
	font-size:11px;
	font-weight:bold;
	border:0px;
	margin:0px;
}

a, a.blue-link, a.blue-link:visited {
	color: #099ed6;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

/* Fix for iframes inserted by recaptcha plugin. See issue 0007075 */
iframe[src="about:blank"]{
	display:none !important;
}

[disabled] {
	opacity:0.5;
	filter:alpha(opacity=50);
	pointer-events:none;
}

input.placeholder {
	color:#a9a9a9;
}

optgroup {
	font-style:normal;
	font-weight:bold;
	padding-left:8px;
	padding-right:8px;
}

option {
	padding-left:8px;
	padding-right:8px;
}

.spacer {
	height:16px;
	font-size:0px;
	overflow:hidden;
	visibility:hidden;
	color:white;
}

.small {
	font-size:90%;
}

.smaller2 {
	font-size:85%;
}

.smaller {
	font-size:80%;
}

.smallest {
	font-size:70%;
}

.smallPopup {
	font-size:85%;
}

.background-dim {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10;
	display:none;
}

.alignright {
	text-align:right;
}

.downloadable-link {
	padding-left:20px;
}

.downloadable-word {
	background-image:url('../images/mswordicon.png');
	background-position:left center;
	background-repeat:no-repeat;
}

.external-link {
	padding-right:12px;
	background-image:url('../images/external-link-blue.gif');
	background-position:right top;
	background-repeat:no-repeat;
}

.external-link-grey {
	padding-right:12px;
	background-image:url('../images/external-link-grey.gif');
	background-position:right top;
	background-repeat:no-repeat;
}

.external-link-white {
	padding-right:12px;
	background-image:url('../images/external-link-white.gif');
	background-position:right top;
	background-repeat:no-repeat;
}

.external-link-white-small {
	padding-right:10px;
	background-image:url('../images/external-link-white-small.gif');
	background-position:right 1px;
	background-repeat:no-repeat;
}

.external-link-grey-small {
	padding-right:10px;
	background-image:url('../images/external-link-grey-small.gif');
	background-position:right 1px;
	background-repeat:no-repeat;
}

a.hover-button img:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

a[name] {
	display:block;
	height:0px;
	font-size:0px;
	overflow:hidden;
}

.large {
	font-size:120%;
	line-height:1.4;
}

.slight-large {
	font-size:110%;
	line-height:1.5;
}

.field {
	margin: 10px 0;	
}

.hidden {
	display: none;	
}



fieldset {
	border: 0;	
}

label.bad, label.error {
	color:#B00;
	padding-top:4px;
	font-weight:bold;
	display:block;
}

.good {
	font-weight:bold;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

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

[type=submit] {
	padding: 3px 6px;	
}

label.right {
	display:block;
	font-size:small;
	font-style:italic;
}

.extra-bottom {
	margin-bottom:12px;
}

.clear {
	clear: both;	
}

div.left {
	float:left;
}

/*
 * BG CONTAINER
 */
 
.site-width {
	width: 900px;
	margin: 0 auto;	
}


/**
 * HEADER
 */

.header {
	border-top:2px solid #099ed6;
	border-bottom:2px solid #EC008C;
	background: #525252;
	background: -moz-linear-gradient(top,  #525252 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #525252 0%,#000000 100%);
	background: -o-linear-gradient(top,  #525252 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #525252 0%,#000000 100%);
	background: linear-gradient(to bottom,  #525252 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#000000',GradientType=0 );
	color:#FFFFFF;
}

.header-inner {
	background:url('../images/PATTERN.diagonal-stripes.3x3.png') repeat;
}

.header ul,
.header li {
	list-style-type:none;
	margin:0;
}



.header-main-menu,
.header-additional-menu {
	float:left;
}

.header-main-menu li,
.header-additional-menu > li {
	display:block;
	background:url('../images/FLOURISH.dark-stripe.2x51.png') center left no-repeat;
}

.header-additional-menu > li {
    background:url('../images/FLOURISH.dark-stripe.2x51.png') center left no-repeat,
        url('../images/FLOURISH.dark-stripe.2x51.png') center right no-repeat;
}

.header-main-menu li.section,
.header-main-menu li.current,
.header-main-menu li.prev-section,
.header-main-menu li.prev-current {
    background:none;
}

.header-main-menu li:first-child + li {
	width: 105px;
}

.header-main-menu li:first-child + li:not(.section) a {
	padding: 12px 12px 0px 12px;
	height: 48px;
	line-height: 18px;
}

.header-main-menu li:first-child + li.current a {
	padding: 8px 10px 0px 10px;
}

.header-main-menu li:first-child a{
	padding-left: 17px;
	padding-right: 15px;
}




.header-main-menu a
{
	position:relative;
	cursor:pointer;
	display:block;
	height:48px;
	font-size:18px;
	line-height: 18px;
	max-width:135px;
	padding:12px 10px 0px 10px;
	overflow:hidden;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.header-main-menu--is-new:after {
	display:none;
	content:"new";
	position:absolute;
	top:7px;
	right:4px;
	font-size:11px;
	color:#EC008C;
	text-transform:uppercase;
}



.header-additional-menu > li > div {
	position:relative;
	cursor:pointer;
	display:block;
	font-size:18px;
	max-width:135px;
	overflow:hidden;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	height:41px;
	padding:15px 14px 0px 14px;
	margin-top: 3px;
	line-height: 1.4;
}


.header-additional-menu > li.section > div {
	
	height:41px;
	padding:15px 14px 0px 14px;
	margin-top: 6px;
	
}
.section .header-main-menu--is-new:after,
.current .header-main-menu--is-new:after {
	top:2px;
}

.header-main-menu a.header-menu-item-dropdown,
.header-additional-menu > li > div.header-menu-item-dropdown {
	padding-right:27px;
}

.header-main-menu a.header-menu-item-dropdown:after,
.header-additional-menu > li > div.header-menu-item-dropdown:after {
	display:block;
	content:"";
	position:absolute;
	top:50%;
	right:8px;
	width:7px;
	height:4px;
	margin-top:-2px;
	background:url('../images/down-arrow-white.7x4.gif') center no-repeat;
}

.header-additional-menu > li.section > div.header-menu-item-dropdown:after {
    background:url('../images/down-arrow-grey.7x4.gif') center no-repeat;
    margin-top: -2px;
}

.header-main-menu a:hover {
	text-decoration:none;
}

.header-main-menu .current > a,
.header-main-menu .section > a,
.header-additional-menu > .current > a,
.header-additional-menu > .section > a,
.header-additional-menu > .current > div,
.header-additional-menu > .section > div {
	background:#f2f2f2;
	margin-top:6px;
	margin-bottom:-6px;
	height:47px;
	padding-top:9px;
	border-radius:4px 4px 0px 0px;
	color:#333333;
}

.header-logo,
.header-menu {
	float:left;
}

.header-logo {
	width:270px;
	padding:5px 0px;
}

.header-logo a,
.header-logo img {
	display:block;
}

.header-menu {
	/*width:400px;*/
}

.header-login {
	width:143px;
	float:right;
	height:60px;
	position:relative;
}

.header-login--inner {
	padding-left:22px;
	background:url('../images/ICON.WHITE.silhouette-portrait.17x17.png') no-repeat left center;
	font-size:14px;
	font-weight:bold;
	float:right;
	margin-top:2px;
}

.sppe--header-cart-link {
	position:absolute;
	bottom:0;
	right:0;
	padding:2px 8px 2px 30px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	background:#EC008C url('../images/sppe.cart.icon.gif') 8px center no-repeat;
}

.sppe--header-cart-link:active,
.sppe--header-cart-link:hover {
	text-decoration:none;
	opacity:0.9;
}
.header-main-menu li {
	float:left;
}

.header-additional-menu > li > ul {
	display:none;
	position:absolute;
	z-index:500;
	background:#000000 url('../images/PATTERN.diagonal-stripes.3x3.png') repeat;
}

.header-additional-menu > li li a {
	display:block;
	font-size:14px;
	padding:5px 20px;
	color:#FFFFFF;
	text-decoration:none;
}

.header-additional-menu > li li.section a,
.header-additional-menu > li li.current a {
    background:#099ED6;
    color:#FFFFFF;
}

.header-additional-menu > li:hover > ul {
	display:block;
}

.header-login a {
	color:#FFFFFF;
	text-decoration:none;
}

.header-messages {
	background:#EC008C;
background: -moz-linear-gradient(top,  #ea46a6 0%, #ec008c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea46a6), color-stop(100%,#ec008c));
background: -webkit-linear-gradient(top,  #ea46a6 0%,#ec008c 100%);
background: -o-linear-gradient(top,  #ea46a6 0%,#ec008c 100%);
background: -ms-linear-gradient(top,  #ea46a6 0%,#ec008c 100%);
background: linear-gradient(to bottom,  #ea46a6 0%,#ec008c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea46a6', endColorstr='#ec008c',GradientType=0 );

	line-height:1.6;
	text-align:center;
	position: relative;
	z-index: 10;
}

.cookie-notification {
	text-align:center;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	background:#EC008C;
background: -moz-linear-gradient(top,  #ea46a6 0%, #ec008c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea46a6), color-stop(100%,#ec008c));
background: -webkit-linear-gradient(top,  #ea46a6 0%,#ec008c 100%);
background: -o-linear-gradient(top,  #ea46a6 0%,#ec008c 100%);
background: -ms-linear-gradient(top,  #ea46a6 0%,#ec008c 100%);
background: linear-gradient(to bottom,  #ea46a6 0%,#ec008c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea46a6', endColorstr='#ec008c',GradientType=0 );

	position:relative;
	z-index:10;
}

.cookie-notification--find-out-more {
	color:#ffffff;
	text-decoration:underline;
}

.cookie-notification--close {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:100%;
	background:url('../images/closex2.png') center no-repeat;
}

.my-profile--wrapper {
	position:relative;
	font-size:12px;
}

.my-profile--name {
	position:relative;
	display:block;
	cursor:pointer;
	padding-right:12px;
	padding-top:6px;
	padding-bottom:6px;
}

.my-profile--name:after {
	content:"";
	display:block;
	position:absolute;
	right:0px;
	top:11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
}

.my-profile--options {
	position:absolute;
	right:0;
	z-index:50;
	display:none;
	background-color:#333333;
	background-color:rgba(0,0,0,0.9);
	color:#ffffff;
	width:200px;
	padding:4px 6px;
	border:1px solid #ffffff;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.6);
}

.my-profile--wrapper:hover .my-profile--options,
.my-profile--options__active {
	display:block;
}

.my-profile--option--link {
	display:block;
	padding:2px 3px;
}

.sticky-navbar {
	position: fixed;
	left: 0;
	top: -75px;
	z-index: 1000;
	height: 75px;
	width: 100%;
	background: #525252;
	background: -moz-linear-gradient(top,  #525252 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#000000));
	/* background: -webkit-linear-gradient(top,  #525252 0%,#000000 100%); */
	background: -o-linear-gradient(top,  #525252 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #525252 0%,#000000 100%);
	/* background: linear-gradient(to bottom,  #525252 0%,#000000 100%); */
	color:#FFFFFF;

	-moz-transition:top 200ms;
	-webkit-transition:top 200ms;
	-o-transition:top 200ms;
	-khtml-transition:top 200ms;
	transition:top 200ms;

}

.sticky-navbar ul {
	margin-top: -16px;
}

.sticky-navbar ul li ul{
	margin-top: 0;
}


.sticky-navbar--inner {
	left: 0;
	top: 0;
	background: url('../images/PATTERN.diagonal-stripes.3x3.png') repeat;
	width: 100%;
	height: 75px;
	z-index: 2;
}

.sticky-navbar--center {
	width: 900px;
	height: 75px;
	margin: 0 auto;
	z-index: 3;
}


.sticky-navbar--menu--container {

	float: left;
	width: 400px;
	height: 75px;
}

.sticky-navbar--menu {
	top: 50%;
	position: relative;
	display: inline-table;
	margin-top: -16px;
}

.sticky-navbar--menu-item {
	float: left;
}


.sticky-navbar--logo--container {
	height: 75px;
	float: left;
}

.sticky-navbar--logo {
	top: 50%;
	margin-top: -24px;
	position: relative;
}

.sticky-navbar--login-register--container {
	height: 75px;
	float: right;
}


.sticky-navbar--menu-item--link, 
.sticky-navbar--menu-item--link:visited {
	display: block;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	height: 53px;
}

.sticky-navbar--menu-item--link:hover, 
.sticky-navbar--menu-item--link:focus, 
.sticky-navbar--menu-item--link:active {
	text-decoration: none;
}

.sticky-navbar--menu-item--link:after {
	display:block;
	content:"";
	position:absolute;
	width:7px;
	height:4px;
	top:21px;
	background:url('../images/down-arrow-white.7x4.gif') center no-repeat;
}

.sticky-navbar--menu-item_1 .sticky-navbar--menu-item--link:after {
	left:45px;
}

.sticky-navbar--menu-item_2 .sticky-navbar--menu-item--link:after {
	left:115px;
}

.sticky-navbar--menu-item_3 .sticky-navbar--menu-item--link:after {
	left:206px;
}

.sticky-navbar--menu-item_4 .sticky-navbar--menu-item--link:after {
	left:300px;
}

.sticky-navbar--login-register--links {
	top: 26px;
	height: 30px;
	position: relative;
	line-height: 19px;
}

.sticky-navbar--login-register--icon {
	line-height: 30px;
	top: 3px;
	margin-right: 8px;
	position: relative;
	height: 19px;
}

.sticky-navbar--login-register--search-icon {
	line-height: 30px;
	top: 4px;
	margin-right: 8px;
	position: relative;
	height: 19px;

}

.sticky-navbar--logout-link {
	margin-right: 4px;
}

.sticky-navbar--register-link {
	margin-left: 4px;
}

.sticky-navbar--login-register--container a,
.sticky-navbar--login-register--container a:visited {

	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
}

.sticky-navbar--login-register--container a:hover,
.sticky-navbar--login-register--container a:active {

	text-decoration: none;
}


.sticky-navbar--secondary--container {
	height: 50px;
	background-color: #f4f4f4;
	width: 900px;
	z-index: -1;

	position: absolute;
	display: none;
}
.sticky-navbar--secondary--background {
	height: 50px;
	background-color: #f4f4f4;
	width: 100%;
	z-index: 0;

	position: fixed;
	display: none;
	top: 75px;
	left: 0;
}

.sticky-navbar--secondary--inner {
	height: 50px;
	line-height: 50px;
	z-index: 3;
	top: 53px;
	position: absolute;
	background-color: #f4f4f4;
	display: none;

}

.sticky-navbar--secondary--link, .sticky-navbar--secondary--link:visited {
	height: 50px;
	padding: 0 40px 0 20px;
	color: #000;
	text-decoration: none;
	font-weight: 700;

}

.sticky-navbar--secondary {
		width: 900px;
			height: 50px;
	line-height: 50px;
	z-index: 3;
	top: 100%;
	position: absolute;
	background-color: #f4f4f4;
	display: none;


}

.sticky-navbar--secondary--iai-tv {

}

.sticky-navbar--secondary--iai-news {
		left: 0;

}

.sticky-navbar--secondary--iai-festivals {
		left: 0;

}

.sticky-navbar--secondary--iai-academy {
		left: 0;

}

.js-active .sticky-navbar--menu-item:hover .sticky-navbar--secondary,
.js-active .sticky-navbar--menu-item:focus .sticky-navbar--secondary,
.js-active .sticky-navbar--menu-item:active .sticky-navbar--secondary {
	display: block;
}

.js-active .sticky-navbar--menu-item:hover .sticky-navbar--secondary--background,
.js-active .sticky-navbar--menu-item:focus .sticky-navbar--secondary--background,
.js-active .sticky-navbar--menu-item:active .sticky-navbar--secondary--background {
	display: block;
}

.sticky-navbar--secondary:hover {
	display: block;
}

.sticky-navbar--secondary--item {
	float: left;
	z-index: 500;
	position: relative;
}

.sticky-navbar--secondary--item--social {
	float: right;
	z-index: 500;
}

.sticky-navbar--secondary--link--follow {
	height: 50px;
	padding: 0 20px 0 20px;
	color: #000;
	text-decoration: none;
	font-weight: 700;

}

.sticky-navbar--secondary--link--follow-pic {
	height: 20px;
	width: 20px;
	position: relative;
	top: 5px;
}

.sticky-navbar.js-active {
	top: 0;
}

.sticky-navbar--login-register--search-icon--link {
	display: block;
	width: 18px;
	height: 19px;
	margin-right: 10px;
	float: left;
}

.members-block {
	float: left;
}

.sticky-navbar--login-register--search--close-icon {
	float: left;

}

.sticky-navbar--search-input {
	color: #333;
	width: 170px;
	height: 20px;
	margin-top: 3px;
	border-radius: 5px;
	padding: 0 5px;
}

.sticky-navbar--search-container {
	height: 20px;
	float: left;
	width: 171px;
	display: none;

}


/**
* DONATION PAGE
*/

.sidebar-content {
	width:228px;
	margin-left:30px;
	float:left;
	overflow:hidden;
}

.DonationForm form {
	margin-top:16px;
}

.DonationForm {
	border:1px solid #a9a9a9;
	padding:15px 20px 20px 20px;
	background:#f2f2f2;
	color:black;
	font-size:small;
	float:left;
	width:350px;
}

.DonationForm .main-form-fields, .DonationForm .required-notices {
	margin-bottom:20px;
	font-size:small;
}

#giftAidNotice {
	margin-top:10px;
	margin-bottom:10px;
	font-size:small;
}

#giftAidNotice li {
	margin-top:0px;
}

#aboutGiftAidLink {
	font-weight:bold;
	font-size:11px;
}

.DonationForm .field-level-1 {
	float:left;
}

.DonationForm .field-label {
	display:block;
	width:139px;
}

.DonationForm .field-label.field-label-checkbox {
	width:310px;
}

.DonationForm .field-field {
	padding-right:8px;
}

.DonationForm .message, .DonationForm div.error {
	font-weight:bold;
	color:#c00;
	font-size:11px;
	line-height:24px;
}

.DonationForm .field {
	clear:both;
	margin:0px;
}

.DonationForm .field-notIsGiftAid {
	height:35px;
}

.DonationForm input[type=text],
.DonationForm input[type=password],
.DonationForm input[type=email],
.DonationForm textarea,
.DonationForm select {
	width:195px;
}

#DonationForm_DonationForm_action_process {
	margin:0 auto;
	width:147px;
	height:47px;
	background:url("../images/btn_donateCC_LG.gif") no-repeat top left;
	cursor:pointer;
	font-size:0px;
	line-height:0px;
}

#DonationForm_DonationForm_action_process:hover {
	background-position:0px;
}

#users-login-form .text {
	width:110px;
	height:17px;
	line-height:17px;
	padding:0px 2px;
	background-color:#f2f2f2;
	border:1px solid #777;
	font-size:10px;
	display:block;
	float:left;
	margin-right:5px;
}

#users-login-form label {
	display:block;
	float:left;
	margin-left:5px;
	margin-right:4px;
	font-size:10px;
}

#users-login-form .error-message {
	float:left;
	margin-right:8px;
	color:#f44;
	font-weight:bold;
}

div.error-message-dark {
	margin:4px 0px;
	font-weight:bold;
	color:#d00;
}

/*
 * FOOTER
 */

.footer {
	border-top:1px solid #CCCCCC;
	padding:20px 0px;
	background-color:#F2F2F2;
}

.footer-left {
	float:left;
	width:30%;
}

.footer-right {
	float:left;
	width:45%;
}

.footer-left a,
.footer-left img {
	display:block;
}

.footer-left img {
	margin-bottom:8px;
}

.footer-menu,
.footer-menu li {
	list-style-type:none;
}

.footer-menu li {
	width:32%;
	display:inline-block;
	margin:0;
	padding:0px 0px 2px 0px;
}

.footer-menu a {
	color:#000000;
	font-size:13px;
}

/*
 * CONTENT LAYOUT
 */

.main {
	background:#FFFFFF;
	padding-bottom:16px;
}

.main__podcasts {
	background:#252525;
	color:#ffffff;
}

.main__podcasts p,
.main__podcasts h1,
.main__podcasts h2,
.main__podcasts h3,
.main__podcasts h4,
.main__podcasts h5,
.main__podcasts h6 {
	color:#ffffff;
}

#Layout,
.global-content {
	padding-top:10px;
}

.two-columns {
	width:100%;
	margin-right:0px;
	margin-left:0px;
	padding-right:0px;
	padding-left:0px;
	border-right:0px;
	border-left:0px;
}

ul.two-columns li {
	width:305px;
	float:left;
	margin:0px 0px 12px 20px;
}

div.two-columns .column-left {
	width:315px;
	margin-right:10px;
	float:left;
}

div.two-columns .column-right {
	width:315px;
	margin-left:10px;
	float:left;
}

.quote-container {
	position:relative;
	height:100px;
	border-top:1px solid #ccc;
}

.quote-container-first {
	border:0px;
}

.quote {
	position:relative;
	z-index:10;
	padding-top:26px;
	text-align:center;
	padding-left:80px;
}

.quote-content {
	font-size:18px;
	font-weight:bold;
}

.quote-source {
	font-size:14px;
}

.quote-image {
	position:absolute;
	left:0px;
	height:100px;
	width:250px;
	overflow:hidden;
}

.section-container {
	background-color:#f4f4f4;
	margin-bottom:20px;
	padding:12px 18px;
	border:1px solid #e6e6e6;
}

.content-table {
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	width:100%;
	vertical-align:top;
}

.content-table td {
	vertical-align:top;
}

.content-table table {
	border-collapse:collapse;
}

.content-table table tr {
	border-bottom:1px solid #f2f2f2;
}

.content-table table tr.last {
	border-bottom:0px;
}

.content-table .content-table-left {
	padding-right:10px;
	width:315px;
}

.content-table .content-table-right {
	padding-left:10px;
	width:315px;
}

.ContactPage div.left-main {
	width:428px;
	padding-right:20px;
	float:left;
	font-size:12px;
}

.ContactPage div.right-main {
	width:202px;
	float:left;
	font-size:12px;
}

.ContactPage div.left-main div.left {
	width:204px;
	padding-right:20px;
	float:left;
}

.ContactPage div.left-main div.middle {
	width:204px;
	float:left;
}

.ContactPage div.left-main div.bottom {
	width:428px;
	clear:both;
}

.contact-form textarea {
	width:420px;
}

.contact-form .Actions {
	float:right;
	margin-top:2px;
}

.contact-form .required-message {
	font-size:10px;
	margin:7px 0px;
}

.contact-form div.left input, .contact-form div.right textarea, .contact-form div.right input {
	width:196px;
	padding:3px;
	margin:0px 0px 10px 0px;
	border:1px solid #c6c6c6;
}

.contact-form textarea {
	height:135px;
}

.contact-form label.main-label {
	font-weight:bold;
}

.contact-form .recaptcha_container {
	float:left;
}

.contact-form .messages {
	color:#D41D1D;
	margin-bottom:12px;
	font-weight:bold;
}

.ContactPage .form-errors {
	text-align:center;
	font-weight:bold;
	color:#D41D1D;
	margin-bottom:12px;
}

#map_canvas {
	width:650px;
	height:300px;
	border:0px;
	padding:0px;
	margin:0px 0px 10px 0px;
}

ul.error_messages {
	margin-left:16px;
	margin-top:12px;
	font-weight:bold;
	color:#D41D1D;
}

.contact-form ul {
	list-style:none;
	margin-left:0px;
}

.contact-form li {
	margin-top:2px;
}

#main-content {
	width:650px;
	float:left;
}

#main-content {
	line-height:1.6;
	font-size:14px;
}

#main-content p {
	
}

.large a {
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}
/*
h1 {
	font-size:26px;
	font-weight:bold;
	margin-bottom:12px;
	border-bottom:3px solid #AEAEAE;
}

h2 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:12px;
	border-bottom:3px solid #AEAEAE;
	clear:both;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
}

*/
ul {
	margin-left:16px;
}

li {
	margin-top:12px;
}

li:first-child {
	margin-top:0px;
}

.relative-pos {
	position:relative !important;
}

.semi-transparent-white {
	background:#fff;
	opacity:0.6;
	filter:alpha(opacity=60);
}

#page-sidebar {
	width:230px;
	float:left;
	margin-right:20px;
}

#page-sidebar #menu-items {
	background-color:#f2f2f2;
	line-height:1.3;
	padding:15px 18px;
	border:2px solid #e6e6e6;
	border-radius:4px;
}

#page-sidebar #menu-items h1 {
	padding:5px 0px;
	font-size:15px;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #bbb;
	margin:0px;
}

#page-sidebar .level1-title {
	border-top:1px solid #bbb;
	border-bottom:1px solid #f6f6f6;
	margin-bottom:10px;
}

#page-sidebar .level1-title a {
	color:#000;
}

#page-sidebar #menu-items h2 {
	font-size:12px;
	margin:3px 0px;
	padding:2px 0px 0px 15px;
	font-weight:normal;
	border:0px;
}

#page-sidebar #menu-items h2 a {

}

#page-sidebar #menu-items h2 a:hover {

}

#page-sidebar #menu-items h3 {
	font-size:12px;
	margin:3px 0px;
	padding:2px 0px 0px 45px;
	font-weight:normal;
}

#page-sidebar #menu-items h3 a {

}

#page-sidebar #menu-items h3 a:hover {

}

#page-sidebar #menu-items .current, #page-sidebar #menu-items .section {
	font-weight:bold;
	color:#494949;
}

.middle-right {
	width:650px;
	float:left;
}

.middle-left {
	width:650px;
	float:left;
}

.alternating-form-container-member {
	position:relative;
}

.alternating-form-container-member:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#ffffff;
	opacity:0.2;
	filter:alpha(opacity=20);
}

.alternating-form-container .fields-container {
	padding:7px 30px;
	border-bottom:1px dotted #bbb;
}

.alternating-form-container .fields-container-first {
	border-top:1px dotted #bbb;
}

.alternating-form-container .fields-container-even {
	background-color:#fff;
}

.alternating-form-container .fields-container-odd {
	background-color:#f2f2f2;
}

.alternating-form-container .actions-container {
	padding:10px 30px;
	margin-top:10px;
	background-color:#ddd;
}

.alternating-form-container .actions-container input {
/*	width:100px;*/
}

.left-content {
	float:left;
	width:608px;
	margin-right:20px;
}

.right-content {
	float:left;
	width:272px;
}

.alternating-form-container .field {
	clear:both;
	margin:10px 0px;
	padding:7px 0px;
}

.alternating-form-container .field.htlgiNlSignup {
	padding-top:0px;
}

.alternating-form-container .field.nlsignup {
	padding-bottom:0px;
}

.alternating-form-container input[type=text],
.alternating-form-container input[type=password],
.alternating-form-container input[type=number],
.alternating-form-container input[type=email] {
	width:400px;
	float:right;
}

.alternating-form-container textarea {
	width:auto;
}

.alternating-form-container .middleColumn {
	float:right;
}

.alternating-form-container label.main {
	display:block;
	float:left;
	text-align:right;
	width:117px;
	font-weight:bold;
	line-height:25px;
	background:transparent;
	padding:0;
}

.alternating-form-container label.error {
	display:block;
	clear:both;
	float:right;
	padding-top:4px;
	width:400px;
	background-color:transparent;
	font-weight:bold;
	color:#b00;
}

.alternating-form-container input.error {
	background-color:#fff;
}

.alternating-form-container label.nlsignup-label,
.alternating-form-container label.htlgiNlSignup-label {
	display:block;
	overflow:hidden;
}


.alternating-form-container .nlsignup-checkbox,
.alternating-form-container .htlgiNlSignup-checkbox {
	float:left;
	width:20px;
	line-height:1.7;
}

.alternating-form-container #Form_RegistrationForm_NLSignup,
.alternating-form-container #Form_RegistrationForm_htlgiNlSignup {
	width:auto;
	float:none;
}

.alternating-form-container #recaptcha_widget_div {
	margin:20px 0px 20px -3px;
	float:right;
}

.alternating-form-container .recaptcha-error {
	text-align:right;
}

/*
 * VIDEOS GRID LAYOUT
 */

#main-video-grid {
	position:relative;
	height:330px;
	overflow:hidden;
}

.videos_cont {
}

.videos_cont a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.videos_cont #left_cont {
	float: left;
	width:513px;
}

.videos_cont #right_cont {
	float: left;
	width: 169px;
}

.videos_cont .small_divider {
	width: 3px; 
	height: 281px;	
}

a.expanded_video_link {
	display:block;
	margin-bottom:7px;
}

a.expanded_video_link img {
	display:block;
}

.black_overlay {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000;
	top:0px;
	left:0px;
	z-index:3;
}

.black_overlay_fs {
	position:fixed;
	width:100%;
	height:100%;
	background-color:#000;
	top:0px;
	left:0px;
	z-index:50;	
}

.thumb_expanded {
	width:474px;
	height:224px;
	font-size:11px;
	padding:12px;
}

.thumb_expanded a, .thumb_expanded .expanded_persons span.person_name {
	color:#494949;
	text-decoration:underline;
}

.thumb_expanded a:hover {
	text-decoration:none;
}

.thumb_expanded .video_expanded_title {
	font-size:120%;
}

.thumb_expanded_container {
	background-color:#f2f2f2;
	border:1px solid #dcdcdc;
	border-radius:4px;
	overflow:hidden;
	display:none;
}

.thumb_expanded .meta div {
	margin-bottom:7px;
}

.thumb_expanded .more_meta {
	text-align:right;
	font-size:10px;
	line-height:12px;
	font-style:italic;
	position:absolute;
	bottom:12px;
	right:12px;
}

.thumb_expanded .desc {
	margin-bottom:7px;
}

.thumb_expanded_left {
	float:left;
	width:252px;
	height:100%;
	overflow:hidden;
	margin-right:12px;
	font-size:10px;
	line-height:12px;
}


.thumb_expanded_right {
	float:left;
	width:202px;
	height:232px;
	line-height:1.3;
}

.small_text,
.large_text {
line-height:1;
}

a.video-img-link {
	display:block;
	position:relative;
	width:100%;
	height:100%;
}

a.video-img-link:hover {
	text-decoration:none;
}

.video-img-link-small .shortdesc {
	padding:4px 6px;
}

.video-img-link-mid .shortdesc {
	padding:4px 6px;
}

.video-img-link-large .shortdesc {
	padding:6px 8px;
}

.small_thumbs {
	margin-right:3px;
}

.small_thumb {
	position: relative;
	width: 169px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 3px;
}

.small_thumb .small_text {
	position: absolute;
	width: 163px;
	padding:13px 3px 3px 3px; 
	bottom: 0;
	left: 0;
	color: #f2f2f2;
	font-size: 11px;
	font-weight:bold;
	z-index: 2;
	background:#0000000;
	background:rgba(0,0,0,0.8);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}

.mid_thumb {
	position: relative;
	width: 195px;
	height: 139px;
	overflow: hidden;
	margin:0 auto 6px auto;
}

.mid_thumb .mid_text {
	position: absolute;
	width: 193px;
	padding: 5px; 
	bottom: 0;
	left: 0;
	background-color: #000;
	background:rgba(0,0,0,0.8);
	color: #f2f2f2;
	font-size: 12px;
	z-index: 2;
}

.homepage-widgets-container {
	margin-bottom:14px;
}

.play_arrow {
	display: block;
	position: absolute;
	width: 44px;
	height: 38px;
	top: 3px;;
	left: 0;
	z-index: 5;
	background: transparent url('../images/play_arrow.png') no-repeat left top;
}	

.videos_cont .large_thumb {
	position: relative;
	width: 338px;
	height: 163px;
	overflow: hidden;
	margin-bottom: 3px;
	margin-right:3px;
}

.videos_cont .large_thumb .large_text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 328px;
	padding:35px 5px 5px 5px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
	color: #f2f2f2;
	font-weight:bold;
	font-size: 14px;
	z-index: 2;
}

#MoreVideos {
	font-size: 16px;
	padding: 14px 0px 0px 0px;
	font-weight:bold;	
}

#SupportUsLink {
	float:right;
}

#MoreVideosLink {
	float:left;
}

.extra-vids-outer {
	width:311px;
	float:left;
}

.extra-vids-left {
	margin-right:20px;
}

.extra-vids-outer h2 {
	padding: 5px 10px;
 	color:#333;
 	background: #f2f2f2;
 	margin-bottom: 14px;
 	font-size:100%;
 	font-weight:bold;
 	border:0px;
}

.extra-vids {
	padding:0px 8px 9px 8px;
}

.extra-vids-left-arrow, .extra-vids-right-arrow {
	width:14px;
	height:85px;
}

.extra-vids-left-arrow {
	margin-right:8px;
	float:left;
	background:url('../images/leftarrow.png') no-repeat center;
}

.extra-vids-right-arrow {
	margin-left:8px;
	float:right;
	background:url('../images/rightarrow.png') no-repeat center;
	cursor:pointer;
}

.extra-vids-videos {
	float:left;
	width:251px;
	overflow:hidden;
	cursor:pointer;
}

.extra-vids-videos-inner {
	width:5000px;
}

.extra-vid {
	float:left;
	width:125px;
	overflow:hidden;
	position:relative;
}

.extra-vid-title {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background:#000000;
	background:rgba(0,0,0,0.8);
	padding:1px 5px;
}

.extra-vids .separator {
	width:13px;
	height:10px;
	overflow:hidden;
	float:left;
}

.extra-vid-title a {
	font-size:11px;
	color:#ffffff;
}

.extra-vid-image img {
	display:block;
}

/*
 * VIDEOS LIST LAYOUT
 */
 
 #nomatchingitems {
 	text-align: center;
 	padding-top: 50px;
 	clear:none;
 	border:0px;
 }
 
.PageNumbers {
 	font-size: 16px;
 	font-weight:bold;
 	text-align: right;
 	padding: 10px;
 }

.listedtiles_item.largelistedtiles_item {
	width:628px;
	height:200px;
	padding:10px;
}

.listedtiles_item.largelistedtiles_item .listedtiles_item_image {
	width:300px;
	height:200px;
}

.listedtiles_item.largelistedtiles_item .listedtiles_item_text {
	width:318px;
	height:auto;
	font-size:inherit;
	line-height:inherit;
}

.listedtiles_item.quitelargelistedtiles_item {
	width:628px;
	height:125px;
	padding:10px;
}

.listedtiles_item.quitelargelistedtiles_item .listedtiles_item_image {
	width:300px;
	height:125px;
}

.listedtiles_item.quitelargelistedtiles_item .listedtiles_item_text {
	width:318px;
	height:auto;
}

.listedtiles_item .listedtiles_item_counter {
	position:absolute;
	top:5px;
	left:5px;
	font-weight:bold;
	font-size:14px;
	min-width:20px;
	padding:0px 4px;
	height:22px;
	line-height:22px;
	text-align:center;
	background-color:#ffffff;
	background-color:rgba(255,255,255,0.8);
	z-index:2;
	pointer-events:none;
	border-bottom-right-radius:4px;
}

.listedtiles_item {
	position: relative;
	width: 310px;
	height: 100px;
	float: left;
	background-color:#f2f2f2;
	border: 1px solid #dcdcdc;
	margin-bottom: 6px;
	padding: 5px;
	border-radius:4px;
}

.quitelargelistedtiles_item .listedtiles_item_counter,
.largelistedtiles_item .listedtiles_item_counter {
	top:10px;
	left:10px;
}

.listedtiles_item .listedtiles_item_image {
	width: 125px;
	height: 100px;	
	overflow: hidden;
	float: left;
}

.listedtiles_item .listedtiles_item_text {
	width: 175px;
	float: left;
	padding: 0px 0px 0px 10px;
	height: 100px;
	position: relative;
	line-height:1.2;
	font-size:11px;
}

.listedtiles_item .listedtiles_item_text h2 {
	font-size: 16px !important; 
	line-height: 18px !important;
	margin-bottom: 5px !important;
}

.listedtiles_item div.posted_on {
	position: absolute;
	bottom: 0px;
	left: 10px;
	font-size:11px;
}

 .listedtiles_item_title {
	font-weight:bold;
	margin-bottom:4px;
}

 .listedtiles_item div.posted_on span {
	font-weight: bold;	
}

 .listedtiles_divider {
	float: left;
	width: 0px;
	height: 90px;	
}

 .listedtiles_divider.modulus-2-offset-0 {
	width: 6px;
}

.blank-avatar-cont {
	background-color:#e2e2e2;
	overflow:hidden;
	float:left;
}

.blank-avatar-cont img {
	display:block;
}

.HorizontalPersonTile {
	width:118px;
	float:left;
	display:block;
	padding:0px;
}

.HorizontalPersonTileTop {
	width:118px;
	height:70px;
	overflow:hidden;
	margin-bottom:2px;
}

.HorizontalPersonTileNotFirst {
	margin-left:12px;
}

.PersonPageThumbnail {
	margin:-12px 20px 12px -20px;
	width:270px;
	height:220px;
	float:left;
}

.PersonPrimaryDescription {
	font-size:14px;
	overflow:hidden;
}

.PersonPageSpacer {
	height:12px;
	margin:0px;
	padding:0px;
	font-size:0px;
	overflow:hidden;
	border:0px;
}

#contact-form-recaptcha {
	float:left;
}


/*
 * MENU LAYOUT
 */

#TopMenu ul {
	list-style-type:none;
}

 #sidebar {
 	float: left;
 	width: 236px;
 	margin-right: 14px;
 	padding-left: 0px;
 }
 
  .right-sidebar {
 	float: left;
 	width: 236px;
 	margin-left: 14px;
 	padding-left: 0px;
 }

#sidebar ul {
	list-style-type:none;
	margin:0;
}

 #sidebar h2 {
 	padding: 5px 15px;
 	color:#333;
 	background: #f2f2f2;
 	margin:0px;
 	font-size:100%;
 	font-weight:bold;
 	border:0px;
 }

 #sidebar_wrap, .extra-vids-outer {
 	border: 2px solid #e2e2e2;
 	border-radius:4px;
 	margin-bottom:12px;
 }

.VideoCataloguePage #sidebar h5 {
	font-size:inherit;
	margin:5px 0px;
}

.video-catalogue-logo {
    width:76px;
    height:40px;
    display:block;
    background:#099ed6 url('../images/iai-logo.59x25.png') center no-repeat;
    overflow:hidden;
    margin-bottom:10px;
}

.video-catalogue-title {
    height:33px;
    margin-bottom:4px;
    margin-top:13px;
    overflow:hidden;
}

.video-catalogue-filter-label {
    cursor:pointer;
}

.js .video-catalogue-filter-label {
    padding-left:16px;
    display:block;
    position:relative;
}

.js .video-catalogue-filter-label input {
    position:absolute;
    left:-9999px;
}

.js .video-catalogue-filter-label:before {
    content:"";
    position:absolute;
    display:block;
    left:0px;
    top:50%;
    height:12px;
    width:12px;
    margin-top:-6px;
    background-image:url('../images/styledradio.gif');
    background-repeat:no-repeat;
    background-position:top center;
}

.js .video-catalogue-filter-label-selected:before {
    background-position:0px -12px;
}

 .menuitem {
 	padding:6px 15px;
 } 
 
 .menuitem-last {
 	border-top:1px solid #e2e2e2;
 	margin-top:5px;
 	line-height:23px;
 }
 
 #sidebar .lastitem {
 	padding-top: 12px;
 	padding-bottom:4px;
 	border-top: 1px solid #e2e2e2;
 	background-color:#f2f2f2;
 }
 
 #sidebar li {
 	line-height:23px;
	margin-top:0;
 }
 
 a.TagButton {
 	display: block;
 	background:#f2f2f2;
 	font-weight:bold;
 	color:#000;
 }

#sidebar a.TagButton h2 {
	margin-bottom:0px;
}

 a.TagButton:hover {
 	
 }

/*
 * TAGS
 */
 
#TagCont {
	margin-bottom: 12px;	
}

#TagCont h1, #TagCont h2, #TagCont h3 {
	line-height:1.6;
}

#TagCont h2 {
	font-size:24px;
	text-transform:uppercase;
	border:0px;
	color:#099ed6;
	margin:0px;
}

#TagCont #Tag span {
	background: #49494b;
	padding: 2px 20px;
	color: white;
	font-size: 14px;	
	display:inline-block;
}

#TagCont #TagTitle, #SearchTitle {
	border: 1px solid #dcdcdc;
	padding: 10px 15px;	
	margin-bottom: 16px;
	font-size: 20px;
	margin-top: -1px;
	color:#000;
	font-weight:normal;
}


#TagCont .TagList {
	display:inline-block;
	vertical-align:top;
	padding: 10px 15px;
	width:115px;
	margin:0px;
	border:0px;
}

#TagCont .TagList a {
	color:#494949;
}

#TagCont .TagList ul {
	margin:0px;
}

#TagCont .TagList li {
	list-style:none;
	margin:0px;
	font-size:11px;
}

#TagCont .TagList.VideosPage {
	width:191px;
}

.speaker-order-cont {
	font-weight:normal;
	font-size:12px;
	position:relative;
}

.speaker-order {
	position:absolute;
	bottom:6px;
	right:0px;
}

.vertical-video-tile {
	margin-bottom:16px;
}

.vertical-video-tile.vertical-video-tile-last {
	margin-bottom:0px;
}

.vertical-video-tile h3 {
	font-size:11px;
}

.vertical-video-tile h3 a {
	color:#494949;
}

.vertical-video-tile-image, .vertical-video-tile-meta {
	float:left;
}

.vertical-video-tile-meta-inner {
	margin-left:118px;
}

.vertical-video-tile-image {
	width:109px;
	height:80px;
	background:#fff;
	border:1px solid #f2f2f2;
	margin-right:8px;
	padding:1px;
	float:left;
	margin-left:-100%;
}

.vertical-video-tile-meta {
	width:100%;
}

.vertical-video-tile-meta a {
	font-weight:bold;
	font-size: 12px;
}

.large-vertical-video-tile .vertical-video-tile-meta {
	padding-top:1px;
	line-height:1.2;
	font-size:90%;
}


/**
 * SEARCH RESULTS PAGE
 */
 
h1.search-results-page-title {
	margin-bottom:10px;
}

/**
 * 	Google Custom Search
 */

.google-custom-search {
	width: 240px;

}

.google-custom-search-holder{
	position: relative;
}

.google-custom-search.other-pages {
	position: absolute;
	top: 8px;
	right: 0px;
}

.search-breadcrumbs-widget .google-custom-search {
	width: 200px;
	position: relative;
}


.FeaturedVideosPage .google-custom-search {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}

.GoogleCustomSearchResultsPage .middle-left,
.google-custom-search-results {
	min-height: 400px;
}

.google-custom-search .gsib_a {
	padding: 0 0 8px 8px;
}

.google-custom-search .gsib_a input.gsc-input {
	font-size: 12px;
	color: #333;
}

.sticky-navbar--search-container .google-custom-search .gsib_a input.gsc-input {
	background: none !important;
}

.google-custom-search .gsc-input-box {
	height: 19px;
}

.google-custom-search td.gsc-input {
	vertical-align: top;
}

.google-custom-search input.gsc-search-button-v2 {
	padding: 2.5px 15px;
	margin-top: 0px;
}

.google-custom-search td.gsc-search-button {
	vertical-align: top;
}


/**
 * HOMEPAGE
 */

.video-filtering-widget-wrapper {
	position:relative;
}

.large-follow-iai-tv-widget,
.large-follow-iai-tv-widget > * {
	height:29px;
	line-height:29px;
}

.large-follow-iai-tv-widget > .follow-iai-tv-widget-title {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

/**
 * CHAIROVERVIEWPAGE
 */

.single-chair-top-tile {
	background-color:#f2f2f2;
	margin-bottom:10px;
}

.single-chair-top-tile-middle-left {
	float:left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:8px 0px 8px 8px;
}

.single-chair-prominent-video-link {
	float:left;
	width:250px;
	display:block;
	margin-right:12px;
}

.single-chair-top-tile img {
	display:block;
}

.single-chair-prominent-video-meta {
	float:left;
	width:375px;
}

.single-chair-top-tile-title {
	line-height:1;
}

/*
 * VIDEO PAGE
 */

#VideoPage_Cont .text-dark {
	color:#3c3c3c;
}

#VideoPage_Cont .text-light {
	color:#a9a9a9;
}

#VideoPage_Cont {
	width: 900px;
	margin: 0 auto;
	color:#626262;
	font-size:13px;
}

#VideoTitle {
	display:inline-block;
}

.sub-title {
	display:inline-block;
}

#VideoPage_Cont h1 {
	margin-bottom:0px;
}

#VideoPage_Cont h2 {
	margin-bottom:0px;
	border-bottom:0px;
}

#VideoPage_Cont h2 a {
	text-decoration:underline;
}

.about-container-inner {
	padding-bottom:20px;
}

.prominent-bar {
	overflow:hidden;
	border-radius:5px;
	padding:8px 20px;
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top,  #f4f4f4 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#d8d8d8 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d8d8d8',GradientType=0 );
	box-shadow:0px 2px 2px 0px rgba(0,0,0,0.5);
}

.prominent-bar--text {
	overflow:hidden;
	font-size:18px;
	height:31px;
	line-height:31px;
	color:#000000;
}

.prominent-bar--call-to-action {
	float:right;
	margin-left:20px;
}

.VideoChaptersOverallTitleContainer {
	height:32px;
	margin-top:-8px;
	margin-bottom:9px;
}

.ad-block {
	background-color:#f2f2f2;
	padding-top:13px;
	padding-bottom:13px;
	margin-bottom:12px;
	overflow:hidden;
}

.iaiad--advert {
	display:block;
	margin:0 auto;
	padding:0;
	border:0;
	overflow:hidden;
}

.iaia--note {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 10px;
}

.highlight-overlay {
	position:absolute;
	top:-10px;
	left:-12px;
	width:100%;
	height:100%;
	padding:10px 12px;
	margin:0px;
	background:#EC008C;
	opacity:0;
	filter:alpha(opacity=0);
}

.VideoChaptersOverallTitle {
	float:left;
	margin-top:7px;
}

.ExtraLinks {
	float: right;
	margin-left: 8px;
}

.VideoMeta {
    float:right;
}

.ExtraLinks .rounded-button-blue {
    padding:4px 12px; 
}

.VideoMeta .rounded-button-grey {
    margin-left:3px;
    margin-right:3px
}

.VideoChapterLeft .VideoChapterLink {
	display:block;
	position:relative;
	cursor: pointer;
	margin-bottom:3px;
	min-height:50px;
	background:#000000;
}

.VideoChapterLeft .VideoChapterLink .PlayButton {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-16px;
	margin-left:-16px;
	width:31px;
	height:31px;
	display:block;
}

.VideoChapterLeft .VideoChapterLink:hover .PlayButton,
.about-video--related-videos--image-link:hover .about-video--related-videos--play {
	opacity:0.5;
	filter:alpha(opacity=50);
}

.VideoChaptersContainer {
	font-size:12px;
}

.VideoChapterItems {
	list-style-type:none;
	padding:0px;
	margin:-5px -5px 15px -5px;
	border:0px;
	display:block;
}

.VideoChapterItems .VideoChapterItem {
	display:inline-block;
	margin:0px;
	padding:0px;
	width:33.333%;
	vertical-align:top;
}

.VideoChapter {
	margin:5px;
}

.VideoChapterImage {
	display:block;
	max-width:100%;
	height:auto;
}

.VideoChapterDescription {
	font-weight:bold;
}

.VideoChapterTitle {
	font-size:12px;
}

.Wide {
	margin-bottom:20px;
	position:relative;
}

.site-tagline {
	color:#494949;
	margin-bottom:6px;
	font-size:22px;
	font-weight:normal;
}

.video-sharing-container {
	position:absolute;
	top:0;
	left:-100px;
	bottom:0;
}

.video-sharing-container-thin {
	left:-50px;
}

.video-sharing-container > [displayText] {
	display:block;
}

.body-VideoController .tabs-style-1 .ui-widget-header {
	margin-left:-20px;
	padding:0px 0px 0px 20px;
}

.about-video--block {
	margin-bottom:12px;
	box-shadow:0px 0px 4px 0px rgba(0,0,0,0.4);
}

#about-video-container > ul {
	list-style-type:none;
	height:32px;
	line-height:32px;
	display:block;
	margin:0;
}

#about-video-container > ul li {
	display:block;
	float:left;
	height:32px;
	margin:0px 10px 0px 0px;
}

#about-video-container > ul li a {
	display:block;
	background:#f2f2f2;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	padding:0px 10px;
	font-weight:bold;
	text-decoration:none;
}

#about-video-container > ul li a.simple-tabs-not-current {
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #9e9e9e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#9e9e9e));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#9e9e9e 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#9e9e9e 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#9e9e9e 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#9e9e9e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#9e9e9e',GradientType=0 );
	color:#ffffff;
}

.about-video--heading,
.video-meta--title-persons,
.video-meta--title-description {
	background-color:#099ED6;
	color:#ffffff;
	font-size:15px;
	height:30px;
	line-height:30px;
	padding:0px 12px;
}

.about-video--related-videos {
	background-color:#f2f2f2;
	height:124px;
}

.about-video--related-videos--list {
	list-style-type:none;
	margin:0;
	padding:2px 6px;
	display:block;
	background-color:#f2f2f2;
}

.about-video--related-videos--image-link {
	display:block;
	position:relative;
}

.about-video--related-videos--image {
	display:block;
	margin-bottom:3px;
	max-width:100%;
	height:auto;
}

.about-video--related-videos--list-item,
.about-video--related-videos--list-item:first-child {
	list-style-type:none;
	display:inline-block;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
	padding:6px;
	margin:0;
	vertical-align:top;
}

.about-video--related-videos--title {
	line-height:13px;
	font-size:12px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color:#111111;
	background-color:rgba(0,0,0,0.7);
	color:#f2f2f2;
	padding:4px 6px;
	height:26px;
}

.about-video--related-videos--play {
	position:absolute;
	left:50%;
	top:10px;
	margin-left:-16px;
	width:31px;
	height:31px;
	display:block;
}

.video-must-login {
	width:100%;
	height:100%;
	text-align:center;
	background:#333333;
}

.video-must-login > div {
	padding-top:40px;
	color:#FFFFFF;
}

#Wide5Right h4 {
	margin-bottom:20px;
}

.SubtleShading {
	background-color:#f2f2f2;
}

.WideLeft {
	float:left;
	width:608px;
	margin-right:20px;
	min-height:1px;
}

.WideRight {
	float:left;
	width:272px;
}

.tagTriggerDisplayContainer {
	font-size:smaller;
}

#rateVideoContainer {
	display:none;
}

#tagDisplayContainer {
	display:none;
}

#tagDisplayContainer ul li {
	display:inline-block;
	width:45%;
	padding-right:20px;
	vertical-align:top;
}

#VideoPageContent {
	margin-top: 18px;	
}

#VideoPageContent_Left {
	float: left;
	width: 608px;
	margin-right:42px;
}

#VideoPageContent_Right {
	float: left;
	width: 250px;
}

#VideoPageContent_Right .right-block {
	border: 1px solid #c6c6c6;
	margin-bottom:31px;
}

.right-block-content {
	padding:26px;
}

.video-banner {
	display:block;
	margin:15px 0px;
}

#VideoPageContent_Right .small_thumb {
	margin: 5px auto;	
}

#RecommendedSmallThumbs, .ThumbnailHolder {
	margin: 30px 0;	
}

#VideoPage_Cont .separator {
	float:left;
	width:2px;
	height:27px;
	margin-top:2px;
	background:#aeaeae url('../images/dark_separator.gif');
}

#VideoCommentForm_ajaxLoader {
	display:block;
	position:absolute;
	left:50%;
	top:115px;
	margin-top:-16px;
	margin-left:-16px;
}

#VideoCommentForm_VideoCommentForm #Subscribe {
	line-height:14px;
}

fieldset span.readonly {
	font-weight:bold;
}

#VideoCommentForm_VideoCommentForm #Subscribe label, #VideoCommentForm_VideoCommentForm #Subscribe input {
	vertical-align:middle;
}

#flowplayer_cont {
	position: relative;
	margin-bottom: 16px;
}

#flowplayer_bg {
	position:relative;
	min-height:342px;
	background:#000000;
	overflow: hidden;
}

#full-access-account-message-container {
    text-align:center;
    color:#FFFFFF;
    font-size:140%;
    padding:50px 20px 20px 20px;
}

#full-access-account-message {
    margin-top:30px;
}

a#flowplayer {
	display: block;
}

#flowplayer_controls {
	margin: 0 auto;	
}

#share_cont {
	background:#777 url("../images/embed_bg.gif") repeat-x;
	vertical-align:middle;
	height:39px;
}

#share_cont .embed_text {
	padding-right: 20px;
}

#embed-code-container .embed-options input {
	width:60px;
	font-size:11px;
	padding:0px 3px;	
}

.embed-code-options div {
	margin-bottom:4px;
}

.down-arrow {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
	line-height: 0px;
	_border-color: #ffffff #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.up-arrow {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 4px 5px 4px;
	border-color: transparent transparent #ffffff transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #ffffff #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.embed-code-options {
	font-size:11px;
	margin-top:8px;
}

#embed-code-options-title-container {
	cursor:pointer;
}

#embed-code-options-title {
	float:left;
	padding-right:4px;
}

.embed-code-arrow {
	float:left;
	margin-top:5px;
}

input.invalid {
	border:1px solid #f00;
}

#embed-code-container {
	display:none;
}

#embed-code-container table {
	width:100%;
}

#embed-code-container td {
	padding:3px 0px;
	vertical-align:top;
}

#embed-code-container input {
	width:100%;
	box-sizing:border-box;
	color:#333333;
}

#embed-code-container .embed-code-container-title {
	width:52px;
	padding-top:6px;
}

#embedtext {
	width:100%;
	height:59px;
	color: #666;
	border: 1px solid #ccc;
	font-size: 11px;
}

#Comments_Cont {
	background-color:#f2f2f2;
	padding:20px;
	color:#3c3c3c;
	margin-top:20px;
}

#Comments {
}

#Comments textarea, #Comments input[type=text] {
	box-sizing:border-box;
	width:100%;
}

/*
#Comments .Actions {
	float:right;
	position:relative;
}

#Comments .Actions input#VideoCommentForm_VideoCommentForm_action_submit {
	margin-top:-31px;
}
*/

#Comments .Actions input {
	display:block;
	padding:0px;
	border:0px;
	margin:0px;
	width:67px;
	height:26px;
	overflow:hidden;
	background:url('../images/PostButton.png') top left no-repeat;
	text-indent:-5000px;
}

#Comments .Actions input:hover {
	background-position:0px -26px;
}

#Comments h2 {
	border:0px;
}

#CommentsList {
	margin-top: 40px;	
}

.simple-action-button, input.action {
	display:block;
	padding:0px;
	border:0px;
	margin:0px;
	width:67px;
	height:26px;
	overflow:hidden;
	background:url('../images/GoButton.png') top left no-repeat;
	text-indent:-5000px;
	cursor:pointer;
}

.simple-action-button:hover, input.action:hover {
	background-position:0px -26px;
}

.simple-action-button.simple-action-button-update {
	background-image:url('../images/UpdateButton.png');
}

.VideoCommentWrap, .articlePostCommentWrap {
	margin-bottom: 24px;
	line-height:1.6;	
}

a.report-spam,
a.report-spam:visited,
a.report-spam:link {
	color:#c00;
}

a.report-ham,
a.report-ham:visited,
a.report-ham:link {
	color:#0a0;
}

.ReportSpam {
	text-align: right;	
}

#CommentsList .VideoComment_Content, #CommentsList p.articlePostComment_Content {
	margin-bottom: 15px;
	word-wrap:break-word;
}

#CommentsList p.VideoComment_PostedBy, #CommentsList p.articlePostComment_PostedBy {
	color: #999;	
}

#CommentsList p.VideoComment_PostedBy span.VideoComment_Name,
#CommentsList p.articlePostComment_PostedBy span.articlePostComment_Name {
	font-weight: bold;
	color: #494949;	
}

#CommentsList p.VideoComment_PostedBy span.VideoComment_Date,
#CommentsList p.articlePostComment_PostedBy span.articlePostComment_Date {
	font-style: italic;
	color: #494949;	
}

#recaptcha_widget_div {
	margin-bottom: 10px;
	margin-left: -3px;	
}

.unpublished-warning {
	font-size:16px;
	color:#cc0000;
	font-weight:bold;
	margin-bottom:16px;
}

/**
	Other
	
	*/
	
.miniDialog {
	border:1px solid #999999;
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.4);
}
	
#js-login {
	padding:0;
}

#js-login-form-prominent-msg-inner {
    background-color:#EC008C;
    color:#FFFFFF;
    padding:12px 12px;
    font-weight:bold;
    text-align:center;
}

#js-login-form-inner {
	display:table;
	border-collapse: collapse;
	border-spacing:0;
	border:0;
	width:100%;
	font-size:13px;
	line-height:1.2;
}

#js-login-form-inner > div {
	display:table-row;
}

#js-login-form-inner > div > div {
	display:table-cell;
	vertical-align:top;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:12px 18px;
}

#js-login-form form {
	padding-bottom:1em;
}

#js-login-form h3 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:0.5em;
}

#js-login-form h4 {
	font-size:15px;
	font-weight:normal;
	color:#444444;
	margin-bottom:1em;
}

#js-login-form .js-login-form-left {
	width:51%;
	border-right:1px solid #CCCCCC;
}

#js-login-form .js-login-form-left h3 { 
	color: #22a3d5;
}

#js-login-form .js-login-form-right {
	width:49%;
	border-left:1px solid #FFFFFF;
	background:#F2F2F2;
}

.js-login-form-left > * {
	margin-bottom:1em;
}

.js-login-form-registration-benefits,
.js-login-form-social-services {
	margin:0;
}

.js-login-form-right h3 {
	font-size: 22px;
}

#js-login .light-blue-rectangle-button {
	color: #FFFFFF;
	display: block;
	width: auto;
	font-size: 17px;
}

#js-login .js-login-form-left .light-blue-rectangle-button {
	width: 100%;
}

.js-login-form-registration-benefits li {
	padding-left:25px;
	background:url('../images/ICON.BLUE.blue-tick.20x20.png') top left no-repeat;
	margin-bottom:1em;
	list-style-type:none;
}

.js-login-form-registration-benefits h5 {
	font-size:13px;
	color:#099ed6;
	font-weight:bold;
}

.js-login-form-registration-benefits--section {
	float: left;
	width: 50%;
	text-align: center;
} 

#js-login-form .js-login-form-registration-benefits--section h3 {
	color: #239dcd;
	font-size: 14px;
}

.js-login-form-social-services,
.js-login-form-social-services li {
	list-style-type:none;
}

.js-login-form-social-services li {
	line-height:31px;
	margin:0px 0px 6px 0px;
	background-repeat:no-repeat;
	background-position:top left;
	display: inline-block;
}

.js-login-form-social-services li a {
	display: inline-block;
	height: 31px;
	width: 31px;
}

.js-login-form-social-services-POA_Client_OAuth2_FacebookAbstract {
	background-image:url('../images/ICON.BLUE.facebook-grey-outline.31x31.png');
}

.js-login-form-social-services-POA_Client_OAuth1_TwitterAbstract {
	background-image:url('../images/ICON.BLUE.twitter-grey-outline.31x31.png');
}

.js-login-form-social-services-POA_Client_OAuth2_GoogleAbstract {
	background-image:url('../images/ICON.BLUE.google-plus-grey-outline.31x31.png');
}

.login-video-tile-container-outer {
	padding:12px 18px;
}

.dark-button,
a.dark-button,
.dark-button-iai-icon,
a.dark-button-iai-icon {
	color:white;
	height:32px;
	line-height:32px;
	text-align:center;
	position:relative;
	margin:0px 5px;
	padding:0px 5px;
	background:url('../images/BUTTON.dark-button/BUTTON.dark-button.middle.1x32.png') repeat-x;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	border:0;
	cursor:pointer;
	overflow:visible;
}

.dark-button-iai-icon,
a.dark-button-iai-icon {
	margin-left:31px;
}

.dark-button:hover,
a.dark-button:hover,
.dark-button-iai-icon,
a.dark-button-iai-icon {
	text-decoration:none;
}

.dark-button:after,
.dark-button-iai-icon:after {
	content:url('../images/BUTTON.dark-button/BUTTON.dark-button.right.5x32.png');
	display:block;
	width:5px;
	height:32px;
	position:absolute;
	top:0px;
	right:-5px;
	z-index:2;
}

.dark-button:before {
	content:url('../images/BUTTON.dark-button/BUTTON.dark-button.left.5x32.png');
	display:block;
	width:5px;
	height:32px;
	position:absolute;
	top:0px;
	left:-5px;
	z-index:2;
}

.dark-button-iai-icon:before {
	content:url('../images/BUTTON.dark-button/BUTTON.dark-button-iai-icon.left.31x32.png');
	display:block;
	width:31px;
	height:32px;
	position:absolute;
	top:0px;
	left:-31px;
	z-index:2;
}

#js-login {
	display:none;
	overflow:hidden;
}

#js-login .Actions {
	margin-top:10px;
}

#js-login table {
	width:100%;
}

#js-login .dialog-label-cell {
	width:72px;
}

#js-login .loginVideoTileContainer {
	margin-top:12px;
}

#js-login .loginVideoTile {
	width:136px;
	overflow:hidden;
	float:left;
	font-size:11px;
}

#js-login .loginVideoTile a.imglink, #js-login .loginVideoTile a.imglink img {
	display:block;
}

#js-login .loginVideoTile a.imglink {
	border:1px solid #f2f2f2;
	padding:1px;
	margin-bottom:2px;
}

#js-login .loginVideoTileNotLast {
	margin-right:17px;
}

#js-login .loginVideoTile h3 {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	border:0px;
	margin:0px;
	padding:0px;
}

#js-login .loginVideoTile h3 a {
	color:#099ed6;
}

.js-login-error-messages {
	margin-top:3px;
	color:#FF66C2;
	font-weight:bold;
	font-size:11px;
}

.js-login-form .ajax-loader {
	display:block;
	float:left;
}

.clearfix:after {
	content: "." !important;
	display: block !important;
	clear: both !important;
	visibility: hidden !important;
	line-height: 0 !important;
	height: 0 !important;
}
 
.clearfix {
	display: inline-block !important;
}
 
html[xmlns] .clearfix {
	display: block !important;
}
 
* html .clearfix {
	height: 1% !important;
}

ul.spacelessbullets {
	margin-bottom:1em;
}

ul.spacelessbullets li {
	margin-top:0px;
}

.GiftAidContainerOuter .giftAidNotice {
	margin-top:1em;
}

.shaded-container {
	background:#f2f2f2;
	padding:10px 30px;
	border:1px solid #ddd;
}

.mail-list-signup-form .field {
	clear:both;
	min-height:23px;
	font-weight:bold;
	font-size:smaller;
}

.mail-list-signup-form .middleColumn {
	float:left;
	display:block;
	width:200px;
}

.mail-list-signup-form .field input {
	width:100%;
}

.mail-list-signup-form .field label {
	display:block;
	float:left;
	width:90px;
}

.mail-list-signup-form .Actions {
	padding-left:90px;
}

.mail-list-signup-form .field .required {
	display:block;
	font-weight:bold;
	color:#c00;
	clear:both;
	padding-left:90px;
}

.inline-block-image-container img {
	display:inline-block;
	padding:0px 63px 40px 0px;
}

.inline-block-image-container img.no-right-padding {
	padding-right:0px;
}

.main-column-third {
	width:208px;
	float:left;
	margin-right:13px;
	overflow:hidden;
}

.main-column-third.main-column-third-last {
	margin-right:0px;
}

/* Expander */

.expand-collapse-container {
	border-bottom:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	margin-bottom:5px;
}

.expand-collapse-title-container {
	background:#e5e5e5 url('../images/gradient-grey-white.png') repeat-x;
	font-weight:bold;
	font-size:16px;
	color:#4c4c4c;
}

.expand-collapse-arrow-open {
	background-image:url('../images/blue-down-arrow.png');
}

.expand-collapse-arrow-closed {
	background-image:url('../images/blue-arrow.png');
}

.expand-collapse-title {
	height:37px;
	line-height:37px;
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:10px center;
	cursor:pointer;
}

.expand-collapse-content-container-outer {
	
}

.expand-collapse-content-container-inner {
	padding:14px 16px;
}

.rounded-button-blue.rounded-button-larger,
.rounded-button-grey.rounded-button-larger {

	font-size:12px;
	padding:4px 14px;

}

.rounded-button-blue.rounded-button-larger-still,
.rounded-button-grey.rounded-button-larger-still {

	font-size:14px;
	padding:5px 12px;
}

.rounded-button-grey {
	background: #f4f4f4;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #d8d8d8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#d8d8d8));
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#d8d8d8 100%);
	background: -o-linear-gradient(top,  #f4f4f4 0%,#d8d8d8 100%);
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#d8d8d8 100%);
	background: linear-gradient(to bottom,  #f4f4f4 0%,#d8d8d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d8d8d8',GradientType=0 );
	border:1px solid #e4e4e4;
	display:inline-block;
	padding:3px 12px;
	border-radius:6px;
	cursor:pointer;
	color:#666;
	font-weight:bold;
	font-size:11px;
	box-shadow:2px 2px 8px -4px black;

}

a.rounded-button-grey:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
	text-decoration:none;
}

.rounded-button-blue {
	background: #26abe0;
	background: -moz-linear-gradient(top,  #26abe0 0%, #2092bf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26abe0), color-stop(100%,#2092bf));
	background: -webkit-linear-gradient(top,  #26abe0 0%,#2092bf 100%);
	background: -o-linear-gradient(top,  #26abe0 0%,#2092bf 100%);
	background: -ms-linear-gradient(top,  #26abe0 0%,#2092bf 100%);
	background: linear-gradient(to bottom,  #26abe0 0%,#2092bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26abe0', endColorstr='#2092bf',GradientType=0 );
	border:1px solid #ABC8D3;
	display:inline-block;
	padding:5px 12px;
	border-radius:6px;
	cursor:pointer;
	color:white;
	font-weight:bold;
	font-size:11px;
	box-shadow:2px 2px 8px -4px black;
}

a.rounded-button-blue:hover {
	background: #099ed6;
	background: -moz-linear-gradient(top,  #0fb0e3 11%, #099ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(11%,#0fb0e3), color-stop(100%,#099ed6));
	background: -webkit-linear-gradient(top,  #0fb0e3 11%,#099ed6 100%);
	background: -o-linear-gradient(top,  #0fb0e3 11%,#099ed6 100%);
	background: -ms-linear-gradient(top,  #0fb0e3 11%,#099ed6 100%);
	background: linear-gradient(to bottom,  #0fb0e3 11%,#099ed6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fb0e3', endColorstr='#099ed6',GradientType=0 );
	text-decoration:none;
}

.sign-in-button {
	display:inline-block;
	width:162px;
	height:29px;
	background-repeat:no-repeat;
	background-position:center;
	-moz-transition:opacity 200ms;
	-webkit-transition:opacity 200ms;
	-o-transition:opacity 200ms;
	-khtml-transition:opacity 200ms;
	transition:opacity 200ms;
}

.registration-form-sign-in-button {
	display:inline-block;
	width:216px;
	height:43px;
	background-repeat:no-repeat;
	background-position:center;
	-moz-transition:opacity 200ms;
	-webkit-transition:opacity 200ms;
	-o-transition:opacity 200ms;
	-khtml-transition:opacity 200ms;
	transition:opacity 200ms;
}

.sign-in-button:hover {
	opacity:0.9;
}

.POA_Client_OAuth2_FacebookAbstractSignIn {
	background-image:url('../images/facebook_sign_in.png');
}

.POA_Client_OAuth1_TwitterAbstractSignIn {
	background-image:url('../images/twitter_sign_in.png');
}

.POA_Client_OAuth2_GoogleAbstractSignIn {
	background-image:url('../images/google_sign_in.png');
}

.registration-form-sign-in-button.POA_Client_OAuth2_FacebookAbstractSignIn {
	background-image:url('../images/facebook_sign_in.large.png');
}

.registration-form-sign-in-button.POA_Client_OAuth1_TwitterAbstractSignIn {
	background-image:url('../images/twitter_sign_in.large.png');
}

.registration-form-sign-in-button.POA_Client_OAuth2_GoogleAbstractSignIn {
	background-image:url('../images/google_sign_in.large.png');
}
	
a.facebooklink32x32:link, a.facebooklink32x32:visited, a.facebooklink32x32 {
	height:24px;
	padding-top:4px;
	padding-bottom:4px;
	overflow:hidden;
	background:url('../images/facebook32x32.png') left center no-repeat;
	display:block;
	padding-left:36px;
	width:80px;
	color:#494949;
}

a.facebooklink32x32:hover {
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}

a.twitterlink32x32:link, a.twitterlink32x32:visited, a.twitterlink32x32 {
	height:24px;
	padding-top:4px;
	padding-bottom:4px;
	overflow:hidden;
	background:url('../images/twitter32x32.png') left center no-repeat;
	display:block;
	padding-left:36px;
	width:80px;
	color:#494949;
}

a.twitterlink32x32:hover {
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.above-description-outer {
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
}

.align-top td {
	vertical-align:top;
}

.embed-code-container-outer {
	width:250px;
	border:1px solid #bbb;
}

.embed-code-container-inner {
	background:#f2f2f2;
	border:1px solid white;
	padding:8px 12px;
}

.embed-code-container-inner input {
	background:white;
	border:1px solid #bbb;
	padding:2px;
	width:218px;
}

.embed-code-container-title {
	font-size:85%;
}

.embed-option-label {
	width:70px;
}

.scrollbarContainer { clear: both; margin: 10px 0 20px; background:white; padding:10px; }
.scrollbarContainer .viewport { height: 200px; overflow: hidden; position: relative; margin-right:30px; }
.scrollbarContainer .overview { list-style: none; position: absolute; left: 0; top: 0; }
.scrollbarContainer .thumb .end,
.scrollbarContainer .thumb { background-color: #aaa; }
.scrollbarContainer .scrollbar { position: relative; float: right; width: 15px; background:#f2f2f2; }
.scrollbarContainer .track { height: 100%; width:13px; position: relative; padding: 0 1px; }
.scrollbarContainer .thumb { height: 50px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.scrollbarContainer .thumb .end { overflow: hidden; height: 5px; width: 13px; }
.scrollbarContainer .disable{ display: none; }

.scrollbarContainer#about-video .viewport {
	height:130px;
	margin-right:20px;
}

.scrollbarContainer#about-video {
	padding:8px 12px;
	margin:0;
	background-color:#f2f2f2;
}

.scrollbarContainer#about-video .scrollbar,
.scrollbarContainer#about-video .track,
.scrollbarContainer#about-video .thumb{
	width:9px;
	padding:0px;
}

.scrollbarContainer#about-video .scrollbar {
	background:white;
	margin-right:1px;
}

.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.extra-vids-outer {
	height:123px;
	padding:0px;
	border-width:2px;
	position:relative;
}

.extra-vids-outer .extra-vids-title {
	margin:0px 0px 8px 0px;
	border:0px;
}

.extra-vids-outer .extra-vids {
	position:relative;
	padding:0px;
	margin:0px;
	border:0px;
}

.extra-vids-outer .extra-vids-left-arrow {
	width:25px;
	height:76px;
	border:0px;
	margin:0px;
	padding:0px;
}

.extra-vids-outer .extra-vids-right-arrow {
	width:25px;
	height:76px;
	border:0px;
	padding:0px;
	margin:0px;
}

.extra-vids-outer .extra-vids .separator {
	width:12px;
}

.extra-vids-outer .extra-vids-videos {
	position:absolute;
	top:0px;
	left:25px;
	right:25px;
	height:76px;
	border:0px;
	padding:0px;
	width:auto;
}

.large-video-tile-outer {
	width:450px;
	margin:0px;
	padding:0px;
	border:0px;
	height:131px;
	overflow:hidden;
}

.large-video-tile-inner {
	margin:0px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
}

.even .large-video-tile-inner {
	margin-left:10px;
}

.odd .large-video-tile-inner {
	margin-right:10px;
}

.large-video-tile-inner-first a {
	position:relative;
	display:block;
}

.large-video-tile-inner-first a:hover {
	text-decoration:none;
}

.large-video-tile-inner-first a img {
	display:block;
}

.large-video-tile-inner-first {
	width:150px;
	overflow:hidden;
	margin-right:10px;
}

.large-video-tile-inner-second {
	width:280px;
}

.large-video-tile-inner-second h4 {
	font-size:14px;
}

/* RELATED VIDEO ON VIDEO PLAYER */

.onPlayerRelatedVideoContainerOuter {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#494949;
	background:rgba(0,0,0,0.7);
}

.onPlayerRelatedVideoContainerInner {
	padding:20px;
}

.onPlayerRelatedVideoContainerInner p {
	margin:0px;
	padding:0px;
}

.onPlayerRelatedVideoTopText,
.onPlayerRelatedVideoOuter,
.onPlayerRelatedVideoBottomText {
	width:400px;
	margin:0 auto;
	padding:10px;
	color:white;
	font-size:115%;
}

.onPlayerRelatedVideoInner {
	width:240px;
	height:160px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	box-shadow:0px 0px 12px 0px rgba(0,0,0,0.5);
}

.onPlayerRelatedVideoLink,
.onPlayerRelatedVideoLink img {
	display:block;
}

.onPlayerRelatedVideoTitle a {
	color:white;
}

.onPlayerRelatedVideoMeta {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	font-size:11px;
	background:#000;
	background:rgba(0,0,0,0.9);
	line-height:1.2;
}

.onPlayerRelatedVideoMetaInner {
	padding:3px 5px;
}

.onPlayerRelatedVideoTitle {
	font-weight:bold;
}

.onPlayerRelatedVideoClose {
	cursor:pointer;
	width:11px;
	height:11px;
	background:url('../images/close2.gif') no-repeat center;
	position:absolute;
	top:0px;
	right:0px;
	margin:7px;
}

.onPlayerRelatedVideoClose:hover {
	opacity:0.9;
}

body .ui-accordion .ui-accordion-content {
	overflow:hidden;
}

/**
 * Tabs restyling
 * tabs-style-1
*/

.tabs {
	display:none;
}

.tabs-style-1.ui-tabs {
	border:0px;
	background:none;
	color:#494949;
	padding:0px;
}

.tabs-style-1.ui-widget {
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
}

.tabs-style-1 .ui-widget-header {
	border:0px;
	background:white;
	font-size:14px;
	color:#333;
	border-radius:0px;
}

.tabs-style-1 .ui-state-default.ui-state-active,
.tabs-style-1 .ui-widget-content .ui-state-default.ui-state-active,
.tabs-style-1 .ui-widget-header .ui-state-default.ui-state-active {
	background:#f2f2f2;
	border:0px;
	color:#333;
	margin-top:0px;
	z-index:100;
}

.tabs-style-1 .ui-state-default,
.tabs-style-1 .ui-widget-content .ui-state-default,
.tabs-style-1 .ui-widget-header .ui-state-default {
	background:#aaa;
	color:#fff;
	border:0px;
	padding:0px;
	margin:4px -5px 0px 0px;
	z-index:50;
}

.tabs-style-1 .ui-state-default.ui-state-active a,
.tabs-style-1 .ui-state-default.ui-state-active a:link,
.tabs-style-1 .ui-state-default.ui-state-active a:visited {
	color:#333;
	padding:4px 10px;
}

.tabs-style-1 .ui-state-default a,
.tabs-style-1 .ui-state-default a:link,
.tabs-style-1 .ui-state-default a:visited {
	color:#ddd;
	padding:2px 10px;
}


.tabs-style-1 .ui-widget-content {
	color:#494949;
}

.tabs-style-1.ui-tabs .ui-tabs-panel {
	padding:0px;
}

.social-media-button {
	display:inline-block;
	width:32px;
	height:32px;
	background-repeat:no-repeat;
	background-position:left top;
	-moz-transition:opacity 0.4s;
	-webkit-transition:opacity 0.4s;
	-o-transition:opacity 0.4s;
	transition:opacity 0.4s;
}

.social-media-button:hover {
	opacity:0.85;
}

.social-media-button.facebook-button {
	background-image:url('../images/facebook32x32.png');
}

.social-media-button.twitter-button {
	background-image:url('../images/twitter32x32.png');
}

.social-media-button.google-plus-button {
	background-image:url('../images/gplusone32x32.png');
}

.social-media-button.mixcloud-button {
	background-image:url('../images/mixcloud32x32.png');
}

.register-reminder-wrapper-site-width {
	position:fixed;
	bottom:0;
	left:50%;
	width:900px;
	margin-left:-450px;
	z-index:4;
}

.register-reminder-wrapper {
	position:absolute;
	right:0px;
	bottom:0px;
	width:230px;
}
.register-reminder-hidden {
	display:none;
	visibility:hidden;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
	overflow:hidden;
}

.register-reminder {
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.4);
}

.register-reminder-clear {
	clear:both;
}

.register-reminder-top {
	position:relative;
	background-color:#099ed6;
	color:#FFFFFF;
	padding:12px 18px;
	cursor:pointer;
}

.register-reminder-closed .register-reminder-top:before {
	display:block;
	content:"";
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-4px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 4px 7px 4px;
	border-color: transparent transparent #ffffff transparent;
}

.register-reminder-open .register-reminder-top:before {
	display:block;
	content:"";
	position:absolute;
	left:5px;
	top:50%;
	margin-top:-4px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
}

.register-reminder-top a,
.register-reminder-top h5 {
	color:#FFFFFF;
}

.register-reminder-top .register-reminder-close {
	position:absolute;
	top:0px;
	right:0;
	background:url('../images/register-reminder.close.13x14.png') center center no-repeat;
	width:13px;
	height:14px;
	padding:4px;
}

.register-reminder-logo {
	padding-right:12px;
	float:left;
}

.register-reminder-title {
	float:left;
	width:75%;
	font-size:14px;
	line-height:16px;
}

.register-reminder-bottom {
	padding:12px 18px;
	background-color:#FFFFFF;
}

.register-reminder-registration-benefits {
	margin:0;
}

.register-reminder-registration-benefits li {
	padding-left:25px;
	margin-bottom:1em;
	background:url('../images/ICON.BLUE.blue-tick.20x20.png') top left no-repeat;
	list-style-type:none;
}

.register-reminder-registration-benefits h5 {
	font-size:13px;
	color:#099ed6;
	font-weight:bold;
}

.register-reminder-bottom .js-login-link {
	display:block;
} 

.iai-inline-logo {
	background:url('../images/inline-iai-logo.35x15.png') center no-repeat;
	display:inline-block;
	width:35px;
	height:15px;
	overflow:hidden;
	margin-right:4px;
	font-size:0;
}

.beneath-video-filtering-widget {
	margin-top:15px;
}

.beneath-video-filtering-widget-follow-iai-tv {
	float:left;
}

.beneath-video-filtering-widget-video-meta-one {
	float:right;
	margin-right:10px;
}

.beneath-video-filtering-widget-video-meta-two {
	float:right;
}

.search-breadcrumbs-widget-wrapper {
	margin-bottom:15px;
}

.video-page-breadcrumbs-widget-wrapper {
	margin-bottom:6px;
}

.video-rating-form fieldset {
	line-height:21px;
}

.video-rating-form-left {
	float:left;
	width:38%;
}

.video-rating-form-right {
	float:right;
	width:60%;
	font-size:85%;
	line-height:1.3;
}

.video-rating-form fieldset > label {
	display:inline-block;
	width:88px;
	font-weight:bold;
}

.video-rating-form fieldset > input {
	display:inline-block;
}

.video-rating-form-submitting {
	opacity:0.2;
	filter:alpha(opacity=20);
	position:relative;
}

.video-rating-form-submitting-spinner {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-8px;
	width:16px;
	height:16px;
	background:url('../images/ajax-loader-light-on-dark.gif') center no-repeat;
}

.video-rating-form-submitting + .video-rating-form-submitting-spinner {
	display:block;
}

.membership-product {
	overflow:hidden;
	margin-bottom:24px;
}

.membership-product--image,
.membership-product--image-dummy {
	float:left;
	width:140px;
	height:100px;
	padding-right:24px;
}

.membership-product--meta {
	overflow:hidden;
}

.membership-product--price {
	font-weight:bold;
}

.membership-product--actions {
	padding-left:24px;
	float:right;
	text-align:center;
}

.membership-product--submit {
	width:86px;
	height:21px;
	background:url('../images/paypal_buynow.86x21.gif') center no-repeat;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}

.form-ajax-submitting {
	position:relative;
	pointer-events:none;
}

.form-ajax-submitting:after {
	display:block;
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	z-index:5;
	background-color:#ffffff;
	background-color:rgba(255,255,255,0.8);
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('../images/ajax-loader.gif');
}

#VideoCommentForm_VideoCommentForm.form-ajax-submitting:after,
#ArticleCommentForm_CommentForm.form-ajax-submitting:after {
	background-color:#f2f2f2;
	background-color:rgba(239,239,239,0.8);
}

.message.bad,
.message.required {
	font-weight:bold;
	color:#CC0000;
}

.section-blocker {
	position:relative;
}

.section-blocker--faded {
	opacity:0.2;
	filter:alpha(opacity=20);
}

.section-blocker--loader {
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	z-index:5;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('../images/ajax-loader.gif');
}

/* IAI Academy */
.AcademyPage #Layout.site-width,
.AcademyRegistrationPage #Layout.site-width {
	width: 100%;
}

.AcademyPage #main-content {
	width: 900px;
	float: none;
	padding-bottom: 50px;
}

.AcademyPage p {
	color: #616161;
	font-size: 18px;
}

.AcademyPage p a {
	color: #01325b;
	font-weight: bold;
}

.academy-nav {
	background-color: #f3f3f3;
	-webkit-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 4px 3px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 4px 3px 0px rgba(50, 50, 50, 0.25);
	margin: -10px 0 0 0;
	padding: 10px 0 6px 0;
	position: relative;
	z-index: 10;
}

.AcademyPage .header-main-menu .section > a,
.AcademyRegistrationPage .header-main-menu .section > a {
	background-color: #f3f3f3;
}

.academy-nav-logo {
	display: inline-block;
}

.academy-nav .menu-items {
	float: right;
}

.academy-nav .menu-items ul, 
.academy-nav .menu-items li {
	list-style-type: none;
}

.academy-nav--menu-item {
	float: left;
	margin: 0;
	margin-left:
	display: inline-block;
	padding: 4px 14px 4px 14px;
	border-right: 1px solid #c2c2c2;
}

.academy-nav--menu-item.last {
	border-right:none;
}

.academy-nav--menu-item a {
	color: #353535;
	font-size: 18px;
	font-weight: bold;
}

.academy-nav--menu-item a:hover {
	text-decoration: none;
	color: #01325b;
}

.academy-nav--menu-item .partition {
	display: inline-block;
	width: 2px;
	height: 20px;
	margin: -0 10px -4px 10px;
	background-color: #353535;
}

.academy-top {
	background-color: #01325b;
	width: 100%;
	min-height: 217px;
	margin-bottom: 30px
}

.academy-top--bulb {
	margin: 20px 50px 20px 0;
}

.academy-top h1 {
	color: #ffffff;
	font-size: 43px;
	font-weight: normal;
}

.rounded-button-grey-light {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border:1px solid #e4e4e4;
	display:inline-block;
	padding:8px 12px;
	border-radius:6px;
	cursor:pointer;
	color:#353535;
	font-weight:bold;
	font-size:22px;
}

.rounded-button-blue.large {
	font-weight:bold;
	font-size:22px;
	padding:8px 12px;
}

.academy-top .rounded-button-grey-light {
	color:#353535;
}

.rounded-button-grey-light:hover {
	text-decoration: none;
	color: #01325b;
}

.text-overlay {
	z-index: 5;
	position: relative;
}

.academy-top a {
	font-size: 19px;
	color: #ffffff;
}

.academy-top-bg-image {
	position: absolute;
	z-index: 0;
}

.AcademyPage div.two-columns {
	margin-bottom: 40px;
}

.AcademyPage div.two-columns .column-left {
	width: 440px;
}

.AcademyPage div.two-columns .column-right {
	width: 440px;
}

.centered {
	text-align: center;
}

.academy-course {
	margin-top: 20px;
}

.academy-course--item {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.academy-course--item a img {
	opacity: 0.90;
}

.academy-course--item a:hover img {
	opacity: 1;
}

.academy-course--item.third {
	margin-right: 0px;
}

.academy-course--item-headline {
	line-height: 18px;
}

.academy-course--item-headline a {
	font-size: 17px;
	font-weight: bold;
	color: #2171b4;
}

.academy-course--item span {
	font-size: 15px;
}

.course-detail {
	margin-top: 35px;
	margin-bottom: 50px;
}

.course-detail--heading {
	font-size: 27px;
	color: #01325b;
}

.AcademyPage .course-detail p {
	font-size: 15px;
	margin-bottom: 0.3em;
}

.course-detail .column-right {
	text-align: right;
}

.course-detail--sidebar {
	width: 260px;
	display: inline-block;
	text-align: left;
	background-color: #f6f6f6;
	border: 1px solid #e8e8e8;
	padding: 15px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.course-detail--sidebar h2 {
	font-size: 23px;
	color: #01325b;
	font-weight: bold;
}

.course-detail--sidebar h3 {
	font-size: 23px;
}

.AcademyPage .course-detail--sidebar p {
	margin-bottom: 0px;
}

.course-detail--sidebar--certificate {
	font-size: 16px;
	padding: 0 50px;
}

.course-detail--sidebar--certificate a {
	color: #404040;
}

.course-detail--sidebar--flag {
	margin-bottom: -3px;
}

.body-assessment .text-overlay p {
	color: #ffffff;
	font-size: 24px;
}

.body-assessment .academy-top {
	min-height: 160px;
}

.academy-assessment {
	text-align: center;
	margin-bottom: 50px;
}

.academy-assessment--top {
}

.academy-assessment--top--item {
	width: 300px;
	float: left;
	text-align: center;
}

.academy-assessment--top--item h3 {
	font-size: 22px;
	line-height: 1.7;
}

.academy-assessment .academy-assessment--top--item p {
	font-size: 15px;
	line-height: 17px;
}

.academy-assessment--middle {
	text-align: center;
	border-top: 1px solid #b9b9b9;
	width: 90%;
	display: inline-block;
}

.academy-assessment h2 {
	color: #01325b;
	font-size: 27px;
	font-weight: bold;
}

.academy-assessment p {
	font-size: 17px;
}

.academy-assessment--middle--list {
	width: 80%;
	display: inline-block;
	margin-top: 20px;
}

.academy-assessment--middle--list--item {
	padding-left: 35px;
	background-image: url("../images/iai-academy/academy-blue-dot-fs8.png");
	background-repeat: no-repeat;
	min-height: 26px;
	width: 280px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

.academy-assessment--bottom p {
	text-align: left;
}

.academy-assessment--bottom ol {
	text-align: left;
	padding-left: 20px;
}

.course-detail--sidebar--instructor--image {
	position: relative;
	display: inline-block;
}

.course-detail--sidebar--instructor--image .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

.course-detail--sidebar--instructor {
	position: relative;
}

.course-detail--sidebar--instructor span {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	position: absolute;
	top: 33px;
	left: 110px;
	width: 170px;
}

.course-detail--sidebar--categories span {
	color: #2094c1;
	font-size: 16px;
}

.AcademyRegistrationPage .alternating-form-container .fields-container-odd,
.AcademyRegistrationPage .alternating-form-container .fields-container-even,
.AcademyRegistrationPage .alternating-form-container .actions-container {
	background-color: transparent;
	border: none;
}

.current-member--name {
	display: block;
	line-height: 27px;
	border-bottom: 1px solid #fff;
}

.current-member--log-out {
	display: block;
	line-height: 27px;
}

.header-login__cart .current-member--name,
.header-login__cart .current-member--log-out {
	font-size:11px;
	line-height:16px;
}

/* IAI PLUS */
.plus-logo {
	text-align: center;
	border-bottom: 1px solid #dedede;
	width: 82%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 6px;
}

.plus-top-content {
	color: #999999;
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}

.plus-content {
	margin-bottom: 50px;
	position:relative;
}

.plus-content.two-columns .column-left {
	width: 330px;
	float:left;
	margin-right: 0px;
	background-color:#f2f2f2;
	border:1px solid #dddddd;
}

.plus-content.two-columns .column-right {
	width:315px;
	float:left;
	margin-left: 15px;
	margin-top:10px;
}

.plus-content__alt.two-columns .column-right {
	width:546px;
}

#RegistrationForm_getRegistrationForm #recaptcha_widget {
	margin-bottom:12px;
}

#RegistrationForm_getRegistrationForm #recaptcha_widget p {
	margin:12px 0px 4px 0px;
}

.recaptcha--options {
	font-weight:bold;
	text-align:center;
}

.article-post-content--full-access-summary {
	margin-bottom:20px;
	position:relative;
}

.article-post-content--full-access-summary:after {
	position:absolute;
	display:block;
	content:"";
	bottom:0;
	left:0;
	width:100%;
	height:50px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.article-plus-content__hidden,
.article-post-content--full-access-summary_hidden {
	display:none;
	visibility:hidden;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	text-indent:-9999px;
}

.plus-right-content--section {
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	line-height:1.4;
}

.plus-content__alt .plus-right-content--section {
	display:inline-block;
	width:39%;
	vertical-align:top;
	text-align:left;
	padding-right:0;
	padding-left:48px;
	padding-top:20px;
}

.plus-form--registration {
	margin-bottom:20px;
}

.plus-form {
	padding:10px 15px 180px 15px;
}

.plus-content__alt .plus-form {
	padding-bottom:10px;
}

.plus-form input[type=text],
.plus-form input[type=password],
.plus-form input[type=email],
.plus-form textarea, 
.plus-form input:-webkit-autofill, 
.plus-form textarea:-webkit-autofill {
	background-color: #FFFFFF;
	padding: 8px;
	border-top: 2px solid #c1c1c2;
	border-left: 2px solid #c1c1c2;
}

.plus-form h2,
.plus--form h2 {
	font-size: 24px;
	color: #000000;	
	font-weight: bold;
}

.plus-form .actions-container {
	text-align:center;
}

.nlsignup,
.htlgiNlSignup {
	color: #AAAAAA;
	margin:5px 0px;
}

.nlsignup-checkbox,
.htlgiNlSignup-checkbox {
	display: inline-block;
}

.plus-form input.action,
.light-blue-rectangle-button {
	background: #48b7e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #48b7e3 0%, #1fa0d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48b7e3), color-stop(100%,#1fa0d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #48b7e3 0%,#1fa0d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #48b7e3 0%,#1fa0d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #48b7e3 0%,#1fa0d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #48b7e3 0%,#1fa0d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b7e3', endColorstr='#1fa0d3',GradientType=0 ); /* IE6-9 */	
	border:1px solid #ABC8D3;
	display:inline-block;
	padding:9px 12px;
	cursor:pointer;
	color:white;
	font-weight:bold;
	font-size:11px;
	border-radius: 0px;
	box-shadow:2px 2px 8px -4px black;
	text-indent: 0;
	width: 100%;
	height: auto;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

button.iai-plus-register.action,
.iai-plus-sign-in {
	margin-top:10px;
	width:216px;
	height:43px;
	display:inline-block;
	background-color:transparent;
	background-image:url('../images/create-account.png');
	background-position:center;
	background-position:no-repeat;
	font-size:0;
	line-height:0;
	text-indent:-9999px;
	border:0;
	box-shadow:none;
	filter:none;
}

.iai-plus-sign-in {
	background-image:url('../images/sign-in.png');
}

.dark-rectangle-button,
#js-login .dark-rectangle-button {
	background: #3c3c3c; /* Old browsers */
	background: -moz-linear-gradient(top,  #3c3c3c 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c3c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3c3c3c 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3c3c3c 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3c3c3c 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3c3c3c 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border:1px solid #333333;
	display:inline-block;
	padding:9px 12px;
	cursor:pointer;
	color:white;
	font-weight:bold;
	font-size:11px;
	border-radius: 0px;
	box-shadow:2px 2px 8px -4px black;
	text-indent: 0;
	height: auto;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

.light-blue-rectangle-button:hover,
.dark-rectangle-button:hover {
	text-decoration: none;
	opacity: 0.85;
}

.article-access-body .right-column .light-blue-rectangle-button  {
	width: 80%;
	line-height: normal;
}


.plus-form--login-applications {
	text-align: center;
}

.plus-form--login-applications h3 {
	color: #999999;
	font-weight: bold;
	margin: 10px 0;
}

.plus-form--login-applications .registration-form-sign-in-button {
	margin: 0 0 5px 0;
}

.plus-banner {
	text-align: right;
	margin-top: -3px;
}


.plus-right-content h2 {
	font-size: 48px;
	color: #363636;
	font-weight: bold;
}

.plus-right-content h2 span {
	color: #000000;
}

.plus-right-content h3 {
	font-weight: bold;
	color: #239dcd;
	font-size: 22px;
}

.plus-right-content p {
	color: #434343;
	font-size: 14px;
}

.plus--form {
	padding: 15px;
	background-color: #f5f5f5;
	border: 1px solid #e8e8e8;
}

.plus-form h2,
.plus-right-content h2 {
	display:inline-block;
	height:42px;
	position:relative;
	min-width:31px;
	margin-left:-35px;
}

.plus-form h2 span,
.plus-right-content h2 span {
	display:block;
	background-color:#099ED6;
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	height:35px;
	line-height:35px;
	margin:0px 10px 0px 19px;
	padding:0px 14px 0px 1px;
}

.plus-form h2:before,
.plus-right-content h2:before {
	position:absolute;
	width:20px;
	height:42px;
	display:block;
	content:"";
	top:0;
	left:0;
	background:url('../images/header-cap-blue-left.png') top left no-repeat;
}

.plus-form h2:after,
.plus-right-content h2:after {
	position:absolute;
	width:11px;
	height:35px;
	display:block;
	content:"";
	top:0;
	right:0;
	background:url('../images/header-cap-blue-right.png') top right no-repeat;
}

.plus-right-content h2 span {
	background-color:#9c9e9c;
	font-size:17px;
}

.plus-content__alt .plus-right-content h2 span {
	font-size:16px;
}

.plus-right-content h2:before {
	background:url('../images/header-cap-grey-left.png') top left no-repeat;
}

.plus-right-content h2:after {
	background:url('../images/header-cap-grey-right.png') top right no-repeat;
}

.article-access {
	margin-top: 20px;
	background: #FFFFFF;
    background-image: url('../images/CrossPromo/left-column-bg-reverse.png');
    background-repeat: repeat-y;
}

.article-access-header {
	background: rgb(87,87,87); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(87,87,87,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(87,87,87,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(87,87,87,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(87,87,87,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(87,87,87,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(87,87,87,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575757', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	border-top: solid 3px #239dcd;
}

.short-ribbon {
	height: 51px;
	margin-left: -32px;
	text-align: left;
}

.long-ribbon {
	height: 51px;
	margin-left: -50px;
	text-align: left;
}

.short-ribbon div, 
.long-ribbon div {
	float: left;
	display: inline-block;
	height: 100%;
}

.short-ribbon .ribbon-start {
	background-image: url('../images/CrossPromo/blue-ribbon-start.png');
	background-repeat: no-repeat;
	width: 32px;
}

.short-ribbon .ribbon-middle {
	background-image: url('../images/CrossPromo/blue-ribbon-middle.png');
	background-repeat: repeat;
}

.short-ribbon .ribbon-end {
	background-image: url('../images/CrossPromo/blue-ribbon-end.png');
	background-repeat: no-repeat;
	width: 24px;
}

.long-ribbon .ribbon-start {
	background-image: url('../images/CrossPromo/grey-ribbon-start.png');
	background-repeat: no-repeat;
	width: 32px;
}

.long-ribbon .ribbon-middle {
	background-image: url('../images/CrossPromo/grey-ribbon-middle.png');
	background-repeat: repeat;
}

.long-ribbon .ribbon-end {
	background-image: url('../images/CrossPromo/grey-ribbon-end.png');
	background-repeat: no-repeat;
	width: 24px;
}

.cross-promo-header h2 {
	font-size: 34px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	line-height: 40px;
}

.article-access-header h2 {
	font-size: 24px;
	font-weight: bold;
	color: #868686;;
	margin-bottom: 0px;
	line-height: 40px;
}

/* */

.article-more {
	margin-top: 10px;
	width: 592px;
}

.article-read-more-column {
	margin-top: 10px;
}
.article-read-more-column div {
	
	margin-top: 4px;
	width: 294px;
} 

.article-watch-more-column {
	margin-top: 10px;
}

.article-watch-more-column>h5 {
	margin-left: 4px;
}
.article-watch-more-column>div {
	
	margin: 4px 0 0 4px;
	width: 294px;
	
}

.article-read-more-column>div, .article-watch-more-column>div {
	position: relative;
} 

.article-read-more-column>div h5, .article-watch-more-column>div h5 {
	color: #fff;
	position: absolute;
	width: 280px;
	bottom: 0;
	margin: -24px 0 0 1px;
	padding: 0 6px;
	
	
} 

.article-read-more-column>div h5 a, 
.article-watch-more-column>div h5 a, 
.article-read-more-column>div h5 a:visited, 
.article-watch-more-column>div h5 a:visited {
	color: #fff;
	text-shadow: 1px 1px 2px #000;	
	font-size: 80%;
} 

.article-read-more-column>div h5 a:hover, 
.article-watch-more-column>div h5 a:hover,
.article-read-more-column>div h5 a:active, 
.article-watch-more-column>div h5 a:active {
	text-decoration: none;
}



.article-more-tile-image {
	width: 294px;
	height: 156px;
	background-color: #000;
	display: block;
}

.watch-more-image-container {
	position: relative;
	font-size: 0;
}

.watch-more-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	margin-left: -30px;
	margin-top: -17px;
	
}

.article-iai-plus-banner {
	margin: 40px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
		
}


.article-iai-academy-side-banner {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
.cross-promo-header span
 {
	font-size: 16px;
}

.article-access-header span {
	font-weight: bold;
}

.article-access-header h2 span {
	color: #239dcd;
}

.cross-promo h3 {
	color: #FFFFFF;
	padding: 5px 5px 0 20px;
}

.article-access h3 {
	color: #239dcd;
}

.cross-promo h3 span {
	font-style: italic;
}

.cross-promo-magazine p {
    color: white;
    margin: 0;
    font-style: normal;
    color: #434343;
    font-size: 14px;
}
.cross-promo-close {
	float: right;
	margin-right: 5px;
}

.cross-promo-close:hover {
    cursor: pointer;
    opacity: .7;
}

.cross-promo .left-column {
	width: 27.8%;
	float: left;
}

.article-access .left-column {
	width: 49.9%;
	float: left;
}

.cross-promo .right-column {
	width: 70%;
	float: right;
}

.article-access .right-column {
	width: 49.9%;
	float: right;
	background-color: #DADADA;
	background-image: url('../images/CrossPromo/left-shadow.png');
	background-repeat: repeat-y;
	text-align: center;
}


.cross-promo .right-column .cross-site {
	width: 32%;
	float: left;
}

.left-column-body, .right-column-body, 
.article-access .right-column-body {
	padding: 20px 15px 20px 20px;
}

.left-column-body {
	padding-bottom: 40px;
}

.article-access-horizontal-partition {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(218,218,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(218,218,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(218,218,218,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=1 ); /* IE6-9 */
	height: 1px;
	margin: 30px 0px 15px 0px;
}

.left-column-body .subscribe-form-widget-intro {
	display: none;
}

.left-column-body .subscribe-form-widget-email-field {
	margin-top: 15px;
}

.left-column-body .subscribe-form-widget button {
	margin-top: 15px;
	font-size: 14px;
	display: inline-block;
	float: none;
	padding: 7px 12px 20px 12px;
}

.article-access .left-column-body .rounded-button-blue {
	width: 150px;
	text-align: center;
	font-size: 14px;
}

.article-access .subscribe-form-widget-email-field > input[type=text] {
	width: 174px;
}

.right-column-body {
	padding: 5px 15px 0 0;
}

.cross-promo .right-column-body .rounded-button-blue {
	font-size: 14px;
	clear: both;
	float: right;
	margin-top: 50px;
}

.cross-promo .left-column-body .rounded-button-blue {
	font-size: 14px;
	margin-top: 20px;
}

.article-access .right-column-body .rounded-button-blue {
	font-size: 14px;
	width: 200px;
	text-align: center;
}

.article-access .clearfix {
	display: block;	
}

.cross-site a {
	display: block;
	font-weight: bold;
	font-size: 18px;
}

.cross-promo-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url('../images/CrossPromo/50-opacity-333333.png');
	background-repeat:repeat;
	z-index: 4950;
	top: 0;
	display: none;
	text-align: center;
}

.restricted-access-summary {
	position: relative;
}

.restricted-access-overlay {
	position: absolute;
	width: 100%;
	height: 64px;
	bottom: 0px;
	opacity: 0.95;
	background-image: url('../images/CrossPromo/access-overlay.png');
}

.cross-promo-header, .article-access-header {
	background-color: #239dcd;
	color: #FFFFFF;
	padding: 10px 0 15px 20px;
}

.full-access--first,
.full-access--second {
	position:absolute;
	/*top:0;*/
	right:0;
	bottom:0;
	left:0;
	/*padding:4px 10px;*/
	height: 90px;
	color:#FFFFFF;
/*	text-align:center;*/
	font-size:18px;
	background-color: rgba(0,0,0,0.7);
	line-height:23px;

	transition: all .5s;
}

.full-access--final {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:24px 60px;
	color:#FFFFFF;
	text-align:center;
	font-size:18px;
	background-color: rgba(0,0,0,0.7);
	line-height:23px;

	transition: all .5s;
}
.full-access--final .full-access--header {
	border-bottom:1px solid #AAAAAA;
	background-color: transparent;
	height: auto;

}

.full-access--final.full-access__hidden {
	top: auto;
	bottom: -300px;
}


.full-access--header {
	/*border-bottom:1px solid #AAAAAA;*/
	padding-bottom:8px;
	margin-bottom:8px;
	background-color: rgba(35,157,205,0.8);
	height: 16px;
	font-size: 14px;
	padding-left: 10px;
}

.full-access--logo {
	float: left;
	margin-right: 10px;
}
.full-access--text {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.2;
}

.full-access--close-popup {
	float: right; 
	color: #ffffff; 
	margin-right: 6px;
}

.full-access--play {
	display:block;
	height:56px;
	background:url('../images/video-play-button-black-outline.99x56.png') center no-repeat;
	padding:14px;
	cursor:pointer;
}

.full-access--description {
	overflow: hidden;
	padding-left: 10px;
}
.full-access--action {
	float: right;
	margin-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
}

.full-access--actions .rounded-button-blue {
	font-size: 15px;
}

.full-access--sign-up {
	background-color: #099ED6;
	color: #ffffff;
	font-size: 15px;
	
}

.full-access--description,
.full-access--padded-description {
	line-height:1.2;
}

.full-access--padded-description {
	padding-top:50px;
}

.full-access-details {
	font-size:16px;
	line-height:1.3;
}

.full-access__hidden {
	/*display:none;*/
	/*visibility:hidden;*/
	overflow:hidden;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
	/*bottom: -70px;*/
}

body .article-limit-popup--dialog {
	background:#ffffff;
	color:#494949;
	padding:0;
	border:0;
}

.article-limit-popup--dialog .ui-dialog-content {
	color:#494949;
	padding:0;
}

body .article-limit-popup--dialog .ui-dialog-titlebar {
	position:absolute;
	top:0;
	right:0;
	z-index:50;
}

.article-limit-popup {
	display:none;
}

.article-limit-popup--logo-container {
	display:block;
	width:220px;
	float:left;
	padding:45px 20px 10px 20px;
}

.article-limit-popup--logo {
	display:block;
	max-width:100%;
	height:auto;
}

.article-limit-popup--information {
	overflow:hidden;
	padding:20px;
	background-color:#999;
	color:#ffffff;
}

.article-limit-popup--information a {
	color:#ffffff;
	box-shadow: none;
}

.article-limit-popup--register {
	display:block;
	margin-top:1em;
	margin-bottom:1em;
	font-weight:bold;
	text-decoration:underline;
}

.article-plus-content--header {
	color:#099ED6;
	font-size:24px;
	font-weight:bold;
	line-height:27px;
}

.article-plus-content--explanation {
	font-size:18px;
	margin-bottom:20px;
}

.iai-plus--header {
	color:#099ED6;
	font-size:48px;
	font-weight:bold;
	line-height:44px;
	margin-bottom:0;
	margin-top:14px;
}

.iai-plus--sub-header {
	font-size:28px;
	color:#000000;
	margin-bottom:14px;
}

.iai-plus--course-info {
	margin-bottom : 20px;

}

.just-activated-account-popup--container {
	border-radius:0;
	background-color:#ffffff;
	border:0;
}

.just-activated-account-popup--container .ui-dialog-titlebar {
	display:none;
}

.just-activated-account-popup--container .ui-dialog-content {
	background-color:#ffffff;
	color:#333333;
}

.just-activated-account-popup--container .just-activated-account-popup {
	padding:12px 16px;
}

.just-activated-account-popup--title {
	font-size:14px;
	font-weight:bold;
}

.just-activated-account-popup--container .Actions {
	text-align:center;
}

.just-activated-account-popup--container button {
	width:auto;
	margin-top:12px;
}

.registration-almost-complete-page--content {
	font-size:14px;
	text-align:center;
	margin:80px auto;
	max-width:600px;
}

.registration-almost-complete-page--title {
	font-size:24px;
	margin-bottom:24px;
}

.registration-almost-complete-page--details {
	font-size:16px;
}

.youtube-embed--button-container {
	position:absolute;
	top:0;
	left:0;
	margin:8px;
	display:none;
}

#flowplayer:hover .youtube-embed--button-container,
#flowplayer:active .youtube-embed--button-container {
	display:block;
}

.youtube-embed--button {
	float:left;
	margin:1px;
	background:#000000;
	background:rgba(0,0,0,0.8);
	width:57px;
	height:35px;
	text-align:center;
	line-height:35px;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
	-moz-transition:background 0.4s;
	-webkit-transition:background 0.4s;
	-o-transition:background 0.4s;
	-ms-transition:background 0.4s;
	transition:background 0.4s;
	font-size:0;
}

.youtube-embed--button-image {
	display:inline-block;
	font-size:0;
	line-height:0;
	vertical-align:middle;
	width:auto;
	height:auto;
	max-width:51px;
	max-height:29px;
}

.youtube-embed--button-text {
	color:#ffffff;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	text-transform:uppercase;
	display:none;
	padding:5px;
	background:#000000;
	background:rgba(0,0,0,0.8);
	position:absolute;
	top:40px;
	text-align:center;
	min-width:100px;
	max-width:200px;
	border:1px solid #999999;
	z-index:5;
}

.youtube-embed--button:hover {
	background:#000000;
	background:rgba(0,0,0,0.6);
}

.youtube-embed--button:hover .youtube-embed--button-text {
	display:block;
}

.full-access--actions {
	margin-top:20px;
	margin-bottom:20px;
}

.full-access--divider {
	margin-top:10px;
	margin-bottom:10px;
}

.button-blue,
.button-sign-up,
.button-blue-small,
.button-play,
.button-blue--with-icon,
.button-blue-small--with-icon {
	display:inline-block;
	position:relative;
	height:40px;
	line-height:40px;
	padding-left:14px;
	padding-right:14px;
	color:#ffffff;
	background: #1fa8db;
	background: -moz-linear-gradient(top,  #1fa8db 0%, #0a9ed6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fa8db), color-stop(100%,#0a9ed6));
	background: -webkit-linear-gradient(top,  #1fa8db 0%,#0a9ed6 100%);
	background: -o-linear-gradient(top,  #1fa8db 0%,#0a9ed6 100%);
	background: -ms-linear-gradient(top,  #1fa8db 0%,#0a9ed6 100%);
	background: linear-gradient(to bottom,  #1fa8db 0%,#0a9ed6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fa8db', endColorstr='#0a9ed6',GradientType=0 );
	box-shadow:1px 2px 2px 0px rgba(0,0,0,0.4);
	border-radius:5px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	-o-transition:opacity 150ms;
	-ms-transition:opacity 150ms;
	-moz-transition:opacity 150ms;
	-webkit-transition:opacity 150ms;
	transition:opacity 150ms;
}

.button-blue:hover,
.button-sign-up:hover,
.button-blue-small:hover,
.button-play:hover,
.button-blue--with-icon:hover,
.button-blue-small--with-icon:hover {
	text-decoration:none;
	filter:alpha(opacity=90);
	opacity:0.9;
}

.button-sign-up,
.button-play,
.button-blue--with-icon,
.button-blue-small--with-icon {
	padding-left:50px;
}

.button-sign-up:before,
.button-play:before,
.button-blue--with-icon:before,
.button-blue-small--with-icon:before {
	position:absolute;
	display:block;
	content:"";
	top:5px;
	left:5px;
	bottom:5px;
	width:30px;
	background-repeat:no-repeat;
	background-position:center;
}

.button-sign-up:after,
.button-play:after,
.button-blue--with-icon:after,
.button-blue-small--with-icon:after {
	display:block;
	content:"";
	position:absolute;
	top:3px;
	bottom:3px;
	left:40px;
	width:1px;
	background-color:#31b0e1;
	border-right:1px solid #0891c5;
}

.button-play,
.button-blue-small,
.button-blue-small--with-icon {
	height:30px;
	line-height:30px;
	font-size:13px;
	font-weight:normal;
}

.button-play,
.button-blue-small--with-icon {
	padding-left:40px;
}

.button-play:before,
.button-blue-small--with-icon:before {
	position:absolute;
	display:block;
	content:"";
	top:5px;
	left:5px;
	bottom:5px;
	width:20px;
	background-repeat:no-repeat;
	background-position:center;
}

.button-play:after,
.button-blue-small--with-icon:after {
	display:block;
	content:"";
	position:absolute;
	top:2px;
	bottom:2px;
	left:30px;
	width:1px;
	background-color:#31b0e1;
	border-right:1px solid #0891c5;
}

.button-play:before {
	background-image:url('../images/iai-plus/play-icon.png');
}

.button-sign-up:before {
	background-image:url('../images/iai-plus/plus-icon.png');
}

.sppe--cart {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 20px 0;
	font-size:16px;
	color:#000000;
}

.sppe--cart--items {
	border-bottom:2px solid #ec008c;
}

.sppe--cart--heading,
.sppe--cart--total-filler,
.sppe--cart--total,
.sppe--cart--item-info {
	padding:8px 12px;
}

.sppe--cart--heading,
.sppe--cart--total-filler,
.sppe--cart--total {
	text-align:left;
	font-weight:bold;
	font-size:18px;
}

.sppe--cart--heading {
	border-bottom:2px solid #ec008c;
}

.sppe--cart--heading__first,
.sppe--cart--item-info__first,
.sppe--cart--total-filler__first {
	padding-left:0;
}

.sppe--cart--heading__last,
.sppe--cart--item-info__last,
.sppe--cart--total-filler__last {
	padding-right:0;
}

.sppe--cart--main-heading {
	margin-bottom:20px;
	font-size:18px;
}

.sppe--cart--item-info__first {
	max-width:40%;
}

.sppe--cart--item-info__even {
	background-color:#f6f6f6;
}

.sppe--cart--heading__remove {
	width:13px;
}

.sppe--cart--item--remove-all-from-cart--button {
	display:block;
	width:13px;
	height:13px;
	border:0;
	margin:0;
	padding:0;
	outline:none;
	cursor:pointer;
	font-size:0;
	line-height:0;
	background:url('../images/sppe.cart.remove.gif') center no-repeat;
}

.sppe--cart__number {
	text-align:right;
}

.sppe--cart--minus-one,
.sppe--cart--minus-one--button,
.sppe--cart--add-one,
.sppe--cart--add-one--button {
	display:inline-block;
}

.sppe--cart--minus-one--button {
	margin:0;
	padding:0;
	border:0;
	background:transparent url('../images/sppe.cart.minus.gif') center no-repeat;
	width:13px;
	height:13px;
	cursor:pointer;
}
.sppe--cart--add-one--button {
	margin:0;
	padding:0;
	border:0;
	background:transparent url('../images/sppe.cart.plus.gif') center no-repeat;
	width:13px;
	height:13px;
	cursor:pointer;
}

.sppe--login {
	margin-left:-800px;
	margin-right:-800px;
	padding-left:800px;
	padding-right:800px;
	background-color:#ecf0f1;
	padding-top:10px;
	padding-bottom:10px;
	color:#000000;
}

.sppe--login--title {
	font-weight:bold;
	font-size:27px;
	color:#000000;
}

.sppe--login--fields {
	font-size:0;
}

.sppe--login--field-wrapper {
	width:50%;
	box-sizing:border-box;
	padding:10px;
	display:inline-block;
	font-size:16px;
}

.sppe--login--label {
	display:block;
	float:left;
	padding:10px;
}

.sppe--login--field-wrapper-2 {
	padding:10px;
	overflow:hidden;
}

.sppe--login--field {
	width:100%;
	background:transparent;
	border:1px solid #777777;
}

.sppe--checkout--title {
	padding-bottom:10px;
	border-bottom:2px solid #ec008c;
	margin-bottom:15px;
	font-size:27px;
}

.sppe--checkout--form--heading {
	margin-bottom:1em;
}

.sppe--checkout--form--left {
	float:left;
	width:48%;
	margin-right:4%;
}

.sppe--checkout--form--right {
	overflow:hidden;
}

.sppe--checkout--form--left-inner {
	border:1px solid #dddddd;
	padding:16px 24px;
}

.sppe--checkout--form--fields {
	list-style-type:none;
	margin:0;
}

.sppe--checkout--form--field--title {
	width:90px;
	min-height:1px;
	float:left;
	display:block;
}

.sppe--checkout--form--field--wrapper {
	overflow:hidden;
}

.sppe--checkout--form--cards {
	display:block;
	margin-bottom:16px;
}

.sppe--checkout--form--total {
	background-color:#f2f2f2;
	border:1px solid #cccccc;
	text-align:center;
	padding:20px;
	font-weight:bold;
	font-size:16px;
	margin-bottom:16px;
}

.sppe--checkout--form--submit {
	display:block;
	background: #f23ea4;
	background: -moz-linear-gradient(top,  #f23ea4 0%, #ec008c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f23ea4), color-stop(100%,#ec008c));
	background: -webkit-linear-gradient(top,  #f23ea4 0%,#ec008c 100%);
	background: -o-linear-gradient(top,  #f23ea4 0%,#ec008c 100%);
	background: -ms-linear-gradient(top,  #f23ea4 0%,#ec008c 100%);
	background: linear-gradient(to bottom,  #f23ea4 0%,#ec008c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f23ea4', endColorstr='#ec008c',GradientType=0 );
	border-radius:6px;
	box-shadow:1px 1px 2px 0px rgba(0,0,0,0.5);
	color:#ffffff;
	font-size:16px;
	text-align:center;
	width:auto;
	padding:16px 20px;
	margin:4px auto;
	border:0;
	cursor:pointer;
	outline:none;
}

.sppe--checkout--form--submit:hover,
.sppe--checkout--form--submit:active {
	background: #ec008c;
}

.sppe--checkout--errors {
	background-color:#f2f2f2;
	border:2px solid #cc9900;
	font-weight:bold;
	font-size:16px;
	margin:0px 0px 16px 0px;
	padding:16px 20px 16px 36px;
}

.sppe--checkout--form--field--field-message {
	font-weight:bold;
	color:#cc0000;
}

.curated-links {
	overflow:hidden;
	display:block;
	list-style-type:none;
	margin:0px 0px 12px 0px;
	padding:0px 4px;
	background-color:#f2f2f2;
	box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.curated-links--item,
.curated-links--item:first-child {
	display:block;
	margin:8px;
	overflow:hidden;
}

.curated-links--image-link {
	float:left;
	display:block;
	margin-right:8px;
	display:block;
	width:105px;
	height:auto;
}

.curated-links--image {
	display:block;
	max-width:100%;
	height:auto;
}

.curated-links--meta {
	overflow:hidden;
}

.curated-links--title {
	text-transform:uppercase;
	margin-bottom:4px;
	font-size:10px;
}

.curated-links--link {
	font-size:14px;
	font-weight:bold;
	line-height:1.2;
}

.video-meta {
	height:342px;
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
	border:0;
}

.video-meta__hidden {
	visibility:hidden;
}

.video-meta--item {
	display:block;
	margin:0;
	padding:0;
	border:0;
	box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.video-meta--title-description,
.video-meta--title-persons {
	position:relative;
	cursor:pointer;
}

.video-meta--title-description {
	border-bottom:1px solid #f2f2f2;
}

.video-meta--title-description:after,
.video-meta--title-persons:after {
	position:absolute;
	display:block;
	content:"";
	right:8px;
	top:50%;
	margin-top:-6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #ffffff;
}

.video-meta--title__open:after {
	position:absolute;
	display:block;
	content:"";
	right:7px;
	top:50%;
	margin-top:-4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
}


.video-meta--content-description,
.video-meta--content-persons {
	position:relative;
	-o-transition:height 400ms;
	-ms-transition:height 400ms;
	-moz-transition:height 400ms;
	-webkit-transition:height 400ms;
	transition:height 400ms;
	overflow:hidden;
	background-color:#f2f2f2;
}

.video-meta--content-description__notran,
.video-meta--content-persons__notran {
	-o-transition:height all 0s ease 0s;
	-ms-transition:height all 0s ease 0s;
	-moz-transition:height all 0s ease 0s;
	-webkit-transition:height all 0s ease 0s;
	transition: all 0s ease 0s;
	height: auto;
}

.video-meta--content-persons__notran {
	display: none;
}

.video-meta--content-description-read-more {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:70px;
	cursor:pointer;
}

.video-meta--content-description-read-more:after {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	content:"";
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	height:50px;
	color:#333333;
	text-align:center;
	background: -moz-linear-gradient(top,  rgba(242,242,242,0) 0%, rgba(242,242,242,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,0)), color-stop(100%,rgba(242,242,242,0.9)));
	background: -webkit-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(242,242,242,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(242,242,242,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(242,242,242,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(242,242,242,0) 0%,rgba(242,242,242,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#e6f2f2f2',GradientType=0 );
	-o-transition:background 150ms;
	-ms-transition:background 150ms;
	-moz-transition:background 150ms;
	-webkit-transition:background 150ms;
	transition:background 150ms;
}

.video-meta--content-description-read-more:before {
	display:block;
	position:absolute;
	content:"Read more";
	color:#099ED6;
	font-weight:bold;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	overflow:hidden;
	line-height:20px;
	text-align:center;
	background-color:#f2f2f2;
	background-color:rgba(242,242,242,0.9);
	-o-transition:background 150ms;
	-ms-transition:background 150ms;
	-moz-transition:background 150ms;
	-webkit-transition:background 150ms;
	transition:background 150ms;
}

.video-meta--content-description-read-more:hover:after {
	background: -moz-linear-gradient(top,  rgba(242,242,242,0) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,0)), color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#fff2f2f2',GradientType=0 );
}

.video-meta--content-description-read-more:hover:before {
	background-color:#f2f2f2;
}

.video-meta--content-description-inner {
	padding:8px 12px;
	margin:0;
	background:transparent;
}

.video-meta--content-description-inner .viewport {
	height:266px;
}

.video-meta--content-persons-list {
	display:block;
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
	background-color:#f2f2f2;
}

.video-meta--content-person {
	display:block;
	margin:0;
	padding:0;
	border-bottom:1px solid #cccccc;
}

.video-meta--content-person__not-first {
	border-top:1px solid #ffffff;
}

.video-meta--content-person-link {
	position:relative;
	color:#333333;
	display:block;
	padding:8px 24px 8px 12px;
	font-size:14px;
	font-weight:bold;
	-o-transition:background-color 150ms;
	-ms-transition:background-color 150ms;
	-moz-transition:background-color 150ms;
	-webkit-transition:background-color 150ms;
	transition:background-color 150ms;
}

.video-meta--content-person-link:hover {
	text-decoration:none;
	background-color:#ffffff;
}

.video-meta--content-person-link:after {
	position:absolute;
	display:block;
	content:"";
	right:8px;
	top:50%;
	margin-top:-6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #333333;
}

.left-float {
	float: left;
	margin-right: 10px;
}

.iaia--take-course--content .left {
        float: left;
        margin-right: 10px;
}

.support-iai-img {
	margin-right: 10px;
}

.support-iai {
	margin-bottom: 10px;
	line-height: 0;
}
.video-filtering-widget-mini-subscribe-form-wrapper.top-none {
	top: 0 !important;
}
