/*
Theme Name: Executive Interviews bespoke wordpress theme
Theme URI: http://www.executiveinterviews.biz
Description: The bespoke WordPress theme designed exclusively for Executive Interviews Ltd.
Version: 1.0
Author: Branigan Interactive
Author URI: http://www.branigan.co.uk/
*/


/*  css reset.. */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup 
table { border-collapse:collapse; border-spacing:0; }*/

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */   


/* main styles */


body {
	margin:0 0 0 0;
	text-align:center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#44454a;
}

.container {
	width:978px; 
	margin:0 auto;
	position:relative;
	text-align:left;
}

.container2 {	
	margin: 0 auto;
	position: relative;
	text-align: left;
}


/* header */


#header {
	width:100%;
	height:120px;
	padding:0;
	position:relative;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	position:fixed;
	top:0;
	background:#fff;
	z-index:200;
	border-bottom:2px solid #e2e5f1;
}

#logo {
	width:368px;
	position:relative;
	top:54px;
}


#toolbar {
	background:#f4f5fa;
	height:30px;
	position:absolute;
	top:0;
	width:100%;
}


#toolbar #social-media-links {
	position:absolute;
	right:142px;
	top:3px;
}

#header #social-media-links img {
	float:left;
	margin:0 4px 0 0;
}

#header #social-media-links a:hover {
	opacity:0.75;
}

#header #language-links {
	position:absolute;
	right:210px;
	top:3px;
	width:100px;
}

#language-links .arabic {
	font-weight:400;
	text-decoration:none;
	font-size:20px;
	color:#d8a100;
	border-radius:3px;
	background:#293893;
	height:24px;
	line-height:24px;
	display:block;
	width:100px;
	text-align:center;
}

#language-links .arabic:hover {
	background:#7282b3;
}

a#client-login {
	position:absolute;
	right:0;
	top:3px;
	color:#fff;
	background:#7282b3;
	display:block;
	width:118px;
	height:24px;
	line-height:24px;
	padding:0 10px;
	text-decoration:none;
	border-radius:3px;
	font-weight:700;
	font-size:14px;
	text-align:center;
}

a#client-login:hover {
	opacity:0.75;
}




/*main nav*/

#main-nav {
	position:absolute;
	width:100%;
	top:30px;
}


.menu-main-container {
	position:relative;
	width:978px;
	margin:0 auto;
}

#main-nav ul#menu-main {
	position:absolute;
	right:0;
	top:0;
	width:558px;
}












/* main content area */

#main {
	margin-top:120px;
	position:relative;
}

.content {
	padding:40px 0;
}


/* modules /columns */

.module-2col {
	float:left;
	width:474px;
	text-align:left;
	position:relative;
}

.module-2col:first-child {
	margin:0 30px 0 0;
}

.module-4col {
	float:left;
	width:222px;
	text-align:left;
	margin-left:30px;
}

.module-4col:first-child {
	margin:0;
}

.module-6col {
	float:left;
	width:138px;
	text-align:left;
	margin-left:30px;
}

.module-6col:first-child {
	margin:0;
}


/* side-nav */

#side-nav {
	width:222px;
	float:left;
	margin:6px 30px 0 0;
}

#side-nav ul{
	width:222px;
	border-top:1px solid #D7DAEB;
	list-style-type:none;
	float:left;
}

#side-nav li{
	width:222px;
	border-bottom:1px solid #d7daeb;
	float:left;
	margin:0;
}

#side-nav li a{
	text-decoration:none;
	display:block;
	font-weight:normal;
	font-size:14px;
	color:#5d69b2;
	padding:16px 15px;
}

#side-nav li a:hover{
	text-decoration:underline;
}

#side-nav li.current-menu-item a,
#side-nav li.current-post-parent a{
	background: #f4f5fa;
	color:#293893;
}


/* title bar */

#title-bar {
	background:#293893 /*url(images/feature-bg-icons4.png) repeat-x center top*/;
	background-size:600px;
	height:108px;
}

#title-bar h1 {
	font-size: 32px;
	font-weight: 300;
	color: #fff;
	text-align: left;
	position: relative;
	top: 32px;
	padding-left: 252px;
}



/* page content */

#page {
	width:726px;
	float:left;
	font-size:14px;
}

#main .single-column {
	width:726px;
	margin:0;
}

#page h1 {
	font-size:32px;
	margin:0 0 24px 0;
	font-weight:300;
}

#page h1 a {
	text-decoration:none;
}

#page h2 {
	font-size:24px;
	margin:0 0 0.5em 0;
	font-weight:300;
}


#page h3 {
	font-size:14px;
	margin:0 0 0.5em 0;
}



#page p {
	line-height:1.6em;
	margin:0 0 2em 0;
}



#page ul {
	margin:10px 0 20px 20px;
}


#page li {
	margin:0 0 0.5em 0;
}

#page img {
border:1px solid #696969;
}

/* page image styling */

#page img {
border:none;
}

/*right aligned image and caption*/

#page .alignleft {
	float:left;
	margin:0 20px 5px 0;
}

#page .alignright {
	float:right;
	margin:0 0 5px 20px;
}

.wp-caption {
	text-align:center;
}

#page p.wp-caption-text {
	font-size:11px;
	padding:5px;
	color:#293893;
	margin:0;
}

/* related links */

#related-links {
	background:url(images/page-divider.gif) no-repeat 0px 0px;
	margin:30px 00;
	padding:30px 0 0 0;
}

#related-links h4 {
	font-size:20px;
	color:#83c8b9;
	font-weight:normal;
	margin:0 0 18px 0;
}

#related-links ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#related-links li {
	margin:0 0 10px 0;
}

#related-links li a {
	text-decoration:none;
}
/*links*/

#linkcol-left {
	width:350px;
	float:left;
}

#linkcol-right {
	width:250px;
	float:left;
}

.list_links {
	list-style-type:none;
	margin:0 0 25px 0;
	padding:0;
}


#linkcol-right img {
	margin-bottom:25px;
}

#content .list_links h2 {
	color:#555;
	font-size:100%;
	letter-spacing:0.04em;
	margin:0 0 2px 0;
}

.list_links li{
	margin:0 0 .2em 0;
	list-style-type:none;
}
.list_links a{
	color:#555;
	background:none;
}
.list_links a:hover{
	color:#4f91cd;
}

.list_links .linkcat {
	margin:0 0 25px 0;
}





/* footer */

#footer {
	background:#293893 /*url(images/feature-bg-icons4.png) repeat-x center top*/;
	height:320px;
	padding:40px 0 0 0;
	position:relative;
}


#footer h3 {
	font-size:13px;
	font-weight:600;
	color:#fff;
	margin:0 0 20px 0;
}


.footer-links {
	margin:0 0 0 30px;
	float:left;
	width:222px;
}

.footer-links:first-child {
	margin:0;
}

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

#footer ul li {
	margin:0 0 5px 0;
}


#footer ul li a:before {
	content: "\00BB";
	padding:0 5px 0 0;
}

#footer ul li a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
}

#footer ul li a:hover {
	color:#385fb6;
	text-decoration:none;
}

div#copyright {
	width:100%;
	clear:left;
}

div#copyright p{
	padding:20px 0 0 0;
	color:#6d78be;
	font-size:11px;
}

div#copyright a{
	color:#6d78be;
}









/* category page */

#category-desc {
	font-weight:bold;
	margin:0 0 20px 0;
}

#category-list {
	width:400px;
}

#category-list .post{
	border-bottom:1px solid #e9d9ec;;
	margin:0 0 20px 0;
	padding:0 0 25px 0;
	width:400px;
}

.category-thumbnail {
	width:100px;
	float:right;
	margin:0 0 0 20px;
}

#category-list .post h2 {
	margin:0 0 5px 0;
	font-size:18px;
	text-transform:none;
	letter-spacing:normal;
}

#category-list .post h2 a{
	text-decoration:none;
	color:#433a44;
}

#category-list .post h2 a:hover{
	color:#385fb6;
}

#page .post p.date {
	font-size:11px;
	margin:0 0 0.2em 0;
	color:#6e007c;
}

.postmetadata {
	font-size:11px;
	color:#433a44;
	padding:0.5em 0 0 0;
}




/* single posts */

/* single posts */


#page .post-date {
	font-size:13px;
	margin:0 0 20px 0;
}



/* comments */

.comments-container {
	margin:30px 0 0 0;
	padding:30px 0 0 0;
	border-top:1px solid #83C8B9;
}

#page .comments-container h3 {
	font-size:14px;
	margin:0 0 1em 0;
}

form#commentform {
	font-size:12px;
}

form#commentform label {
	color:#662d91;
	display:block;
	margin:0 0 3px 0;
}

form#commentform input {
	margin:0 0 8px 0;
	width:210px;
}

textarea#comment {
	margin:0 0 10px 0;
	width:425px;
}
ol.commentlist {
	margin:0 0 1.5em 0;
	padding:0;
}

ol.commentlist li {
	margin:0 0 1.5em 0;
	padding:0 0 1.5em 0;
	border-bottom:1px dotted #d9e4f3;
}

.comment-author,
.comment-meta {
	font-size:11px;
}

#page  ol.commentlist p {
	margin: 10px 0 0 0;
}

ol.commentlist .reply a{
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

ol.commentlist .reply a:after {
	content: " \00BB";
}

#page ol.commentlist ul.children {
	margin:15px 0 0 15px;
}

#page ol.commentlist ul.children li {
	border:none;
}


/* sidebar */

#sidebar {
	width:222px;
	float:left;
	color:#eee;
	font-size:11px;
	padding:65px 0 0 0;
}

.widget-wrapper {
	background:#e5e6f1;
	border-radius:8px;
	padding:20px;
	margin:0 0 20px 0;
}

.widget {
	color: #293893;
}


.widgettitle {
	font-size:18px;
	margin:0 0 15px 0;
	color: #293893;
	font-weight:400;
	line-height:1em;
}



.widget_recent_entries {
	color: #293893;
}


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

.widget li {
	border-bottom:1px solid #d7daeb;
	padding:0 0 12px 0;
	margin:0 0 12px 0;
	color: #293893;
}

.widget li a {
	text-decoration:none;
}

.widget p.cta a {
	text-decoration:none;
	font-weight:600;
}

.widget p.cta a:hover {
	text-decoration:underline;
}

#sfstest-sidebar {
	background: url(images/home-testimonial-open.png) no-repeat 0px 0px;
	padding: 20px 0 0;
}


.widget_testimonials blockquote {
	color: #293893;
	font-style:italic;
	font-size:13px;
	line-height:1.6em;
	margin:0 0 15px 0;
}

.widget_testimonials cite {
	color: #293893;
	font-style:normal;
	font-size:11px;
	line-height:1.2em;
	display:block;
	background: url(images/home-testimonial-close.png) no-repeat right top;
}

.widget_testimonials cite a {
	color: #293893;
	font-weight:600;
	text-decoration:none;
}


.widget_listcategorypostswidget {
	padding:20px;
}

.widget_listcategorypostswidget li a {
	display:block;
}

.textwidget img {
	margin:0 0 10px 0;
}

#text-6 .textwidget,
#text-7 .textwidget {
	background:#fff;
	text-align:center;
}

#text-7 .textwidget p {
	background:#e6e7f1;
	text-align:left;
	padding:0 0 10px 0;
}

#text-7 .textwidget p.cta {
	padding:15px 0 0 0;
}


#text-6 .textwidget img,
#text-7 .textwidget img {
	display:block;
	padding:10px 0;
	margin:0px auto;
}







/*homepage*/

#home {
	position:relative;
	margin-top:600px;
}



/*home slideshow */
#home-features {
	background:#293893 /*url(images/feature-bg-icons4.png) repeat-x left top*/;
	position:fixed !important;
	width:100%;
	height:480px;
	z-index:-100;
	top:120px;
}


.feature-slide {
	padding:0;
	color:#fff;
	width:100%;
	display:none;
}

.feature-slide:first-child {
	display:block;
}

.feature-slide .container {
	text-align:center;
	padding-top:90px;
}

.feature-slide a {
	text-decoration:none;
	color:white
}

.feature-slide h1 {
	font-size:48px;
	font-weight:300;
	line-height:56px;
}

.feature-slide h1 strong{
	font-weight:600;
}

#home-features h2 {
	font-size:16px;
	font-weight:400;
	color:#293893;
	margin:0 50px;
}


span.feature-cta {
	padding:0 0 0 0;
	display:block;
	font-weight:600;
	color:#293893;
	font-size:15px;
	margin:0 50px;
	text-decoration:none;
}

#feature3 span.feature-cta {
	width:300px;
}


span.feature-cta:hover {
	text-decoration:underline;
}



.cycle-pager {
	position:absolute;
	width:100%;
	bottom:10px;
	text-align:center;
	z-index:200;
}

.cycle-pager span {
	cursor:pointer;
	margin:0 5px;
	border:1px solid #fff;
	background:rgba(255,255,255,0.5);
	text-indent:-9999px;
	display:inline-block;
	height:15px;
	width:15px;
	border-radius:2px;
}

.cycle-pager span.cycle-pager-active {
	background:#fff;
}

a#prev {
	background:url(images/previous.png) no-repeat 0px 0px;
	left:284px;
}

a#next {
	background:url(images/next.png) no-repeat 0px 0px;
	left:340px;
}

a#prev:hover {
	background:url(images/previous.png) no-repeat 0px -20px;
}

a#next:hover {
	background:url(images/next.png) no-repeat 0px -20px;
}


/* homepage feature slide01 */


#feature-broadcaster-logos {
	margin-top:54px;
}

#feature-broadcaster-logos img {
	padding:0 20px;
}

.feature-slide .sprite {
	opacity:0;
}


/* homepage feature slide02 */


#feature-client-logos {
	margin-top:54px;
}

#feature-client-logos img {
	padding-left:30px;
	max-width:166px;
	height:auto;
	vertical-align:middle;
}

#feature-client-logos img:first-child {
	padding-left:0;
}

/* homepage feature slide03 */


#feature-ols {
	width:978px;
	height:auto;
	position:absolute;
	left:50%;
	margin-left:-489px;
	top:480px;
}

/* homepage feature slide - Davos */

#davos > a {
	display:block;
	cursor:pointer;
}

#feature-davos {
	width:100%;
	height:480px;
	position:absolute;
	top:0;
	left:0;
}

#davos span.feature-cta {
	display:block;
	text-align:center;
	font-weight:700;
	font-size:24px;
	margin-top:2em;
	color:white;
}

/* homepage feature slide - TED */

#feature-ted-logo {
	margin-bottom:20px;
}


/*homepage module */

.home-module {
	position:relative;
}

.home-module .container {
	text-align:center;
	padding:60px 0;
}

.home-module h1 {
	font-size:48px;
	font-weight:300;
	line-height:56px;
	color:#293893;
	margin:0 0 32px 0;
}

.home-module h2 {
	font-size:18px;
	font-weight:400;
	line-height:1.5em;
	margin:0 0 40px 0;
}

.home-module .cta {
	font-weight:700;
	font-size:19px;
	color:#293893;
	margin:60px 0 0;
	display:block;
}

.home-module .module-2col ul,
.home-module .module-2col ol {
	margin-left: 1em;
	font-size:18px;
}

.home-module .module-2col li {
	margin:0 0 20px 0;
}

/* your story */

#home-yourstory {
	background:#e2e5f1;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,236,245,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(234,236,245,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,236,245,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,236,245,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,236,245,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(234,236,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaecf5', GradientType=0 );
	min-height:720px;
}

#logo-squares {
	position:relative;
	left:50px;
	top:10px;
}

#license-squares {
	position:absolute;
	left:50px;
	top:10px;
}


/* players module */

#home-players {
	background:#fff;
}

.home-player {
	float:left;
	width:474px;
	margin-left:30px;
}

.home-player:first-child {
	margin-left:0;
}

.home-player h3 {
	font-weight:300;
	font-size:32px;
	color:#293893;
	border-bottom:1px solid #293893;
	margin:20px 0 15px;
	padding:0 0 5px 0;
}

.home-player a {
	text-align:center;
	width:474px;
}

.home-player p {
	text-align:left;
}

/* downloads module */

#home-downloads {
	background:#e2e5f1;
	height:800px;
}

#home-downloads img {
	position:relative;
}

.module-summary {
	clear:both; 
	padding-top:30px;
}

#home-downloads .cta {
	margin-top:30px;
}


/* ols module */

.easyhtml5video {
	 position:relative;
	 max-width:475px;
}

.easyhtml5video img {
	width:100%;
	height:auto;
}

#home-ols {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,236,245,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(234,236,245,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,236,245,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,236,245,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,236,245,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(234,236,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaecf5', GradientType=0 );
}

/* benefits module */

#home-benefits {
	background:#293893 url(images/feature-bg-icons3.png) repeat-x center top;
	background-size:cover;
	color:#fff;
	height:780px;
}

#home-benefits h1
 {
	color:#fff;
}

#home-benefits h2
 {
	margin-bottom:20px;
}

#home-benefits .cta
 {
	color:#fff;
	margin-top:30px;
}

#home-benefits ul {
	text-align:left;
	width:692px;
	margin:0 auto;
	list-style-type:none;
}

#home-benefits li {
	height:68px;
	line-height:68px;
	font-size:18px;
	font-weight:400;
}

#home-benefits li span {
	width:85px;
	height:68px;
	display:inline-block;
	text-align:center;
}

#home-benefits li img {
	vertical-align: middle;
}

/* clients module */

#home-clients {
	background:#fff;
}

#home-clients .module-4col {
	font-weight:600;
	font-size:14px;
	color:#9497a1;
	position:relative;
	width:306px;
}


#home-clients .module-4col span {
	text-align:center;
	display:table-cell;
	width:306px;
	height:106px;
	padding:0 0 25px 0;
	vertical-align:bottom;
}

#home-clients .module-4col span img {
	vertical-align:bottom;
}

#home-clients .module-4col p {
	font-weight:600;
	font-size:14px;
	color:#9497a1;
}

#home-clients .morelink {
	color:#293893;
}

#home-clients blockquote {
	width:306px;
	position:absolute;
	top:115px;
	left:0;
	background: url(images/quote-small.png) no-repeat left top, url(images/quote-small-close.png) no-repeat right bottom, #fff;
	box-sizing: border-box;
	padding:20px 10px 10px;
	text-align:center;
	display:none;
}


#home-clients .module-4col blockquote p {
	line-height:1.5em;
	padding-bottom:25px;
}

#home-clients blockquote .cta {
	margin:0;
	font-size:inherit;
	position:absolute;
	bottom:10px;
	display:block;
	width:100%;
}



/* how it works module */

#home-how-it-works {
	background: rgba(114,130,179,1);
	background: -moz-linear-gradient(top, rgba(114,130,179,1) 0%, rgba(42,57,147,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(114,130,179,1)), color-stop(100%, rgba(42,57,147,1)));
	background: -webkit-linear-gradient(top, rgba(114,130,179,1) 0%, rgba(42,57,147,1) 100%);
	background: -o-linear-gradient(top, rgba(114,130,179,1) 0%, rgba(42,57,147,1) 100%);
	background: -ms-linear-gradient(top, rgba(114,130,179,1) 0%, rgba(42,57,147,1) 100%);
	background: linear-gradient(to bottom, rgba(114,130,179,1) 0%, rgba(42,57,147,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7282b3', endColorstr='#2a3993', GradientType=0 );
	color:#fff;
}

#home-how-it-works h1 {
	color:#fff;
}

#home-how-it-works .cta
 {
	color:#fff;
}

#home-licensing-animation {
	margin-top:-20px;
}


/* broadcasters module */

#home-broadcasters {
	background:#fff;
	height:650px;
}

#home-broadcasters .module-6col {
	text-align:center;
	height:75px;
}

#home-broadcasters .module-6col img {
	vertical-align: middle;
}

#home-broadcasters .clearfix {
	margin-bottom:30px;
}

/* help module */

#home-help {
	background:#7282b3 url(images/home-map-bg.png) no-repeat center top;
	color:#fff;
	height:465px;
}

#home-help h1 {
	color:#fff;
}

#home-help #contact-buttons a {
	width:114px;
	display:table;
	margin-left:30px;
	height:72px;
	border-radius:5px;
	float:left;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	box-sizing: border-box;
	padding:0 5px;
	font-size:15px;
}

#home-help #contact-buttons a:hover {
	background-color:#283495 !important;
}

#home-help #contact-buttons a:first-child {
	margin-left:0;
}

#home-help #contact-buttons a span {
	vertical-align:middle;
	height:72px;
	display:table-cell;
}

#home-help #social-buttons {
	text-align:center;
	padding-top:30px;
}

#home-help #social-buttons a {
	width:84px;
	height:84px;
	display:inline-block;
	margin-left:30px;
	border-radius:100%;
	background-color:#283495;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#home-help #social-buttons a:hover {
	opacity:0.75;
}

#help-twitter {
	background-image:url(images/home-help-twitter.png);
}

#help-facebook {
	background-image:url(images/home-help-facebook.png);
}

#help-google {
	background-image:url(images/home-help-google.png);
}

#help-linkedin {
	background-image:url(images/home-help-linkedin.png);
}



/*testimonials*/

#tesimonials-list blockquote {
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	color:#293893;
	font-size:14px;
	background:#f4f5fa url(images/home-testimonial-open.png) no-repeat 15px 15px;
	position:relative;
	padding:30px 30px 15px;
	border-radius:6px;
	font-style:normal;
}

#page #tesimonials-list blockquote p.full-quote {
	margin:0;
	font-size:20px;
	font-weight:300;
}

#page #tesimonials-list blockquote p.source {
	/* background:url(images/home-testimonial-close.png) no-repeat right bottom; */
	margin:10px 0 0;
}


#page #tesimonials-list blockquote cite{
	font-weight:600;
	color:#433a44;
	font-style:normal;
}


#tesimonials-list blockquote cite strong{
	font-weight:600;
}

#tesimonials-list blockquote cite a{
	color:#433a44;
	text-decoration:none;
}

#tesimonials-list blockquote cite a:hover {
	color:#385fb6;
	text-decoration:underline;
}


/* broadcasters */

#page #broadcaster-logos img.alignleft {
	margin:0 15px 70px 0 !important;
	vertical-align:middle;
}

















/* forms */

#page div.wpcf7 {
	margin: 0 0 30px 0;
	border:1px solid #d7daeb;
	background:#e6e7f1;
	position:relative;
}

form.wpcf7-form{
	padding:30px;
}

form.wpcf7-form fieldset {
	padding:0 0 20px;
}

#page form.wpcf7-form h3 {
	margin:0 0 1em 0;
}


#page form.wpcf7-form p {
	margin:0 0 15px 0;
}

#page form.wpcf7-form p.left-field {
	float:left;
	width:200px;
	margin-right:20px;
}

#page form.wpcf7-form p.right-field {
	float:left;
	width:200px;
}

#page form.wpcf7-form p.right-field + p {
	clear:left;
}

#page form.wpcf7-form p.required-note {
	position:absolute;
	top:12px;
	right:15px;
	font-size:11px;
}

form.wpcf7-form input {
	height:1.8em;
	width:200px;
}

#page form.wpcf7-form p.full-width input {
	width:420px;
}

form.wpcf7-form textarea {
	height:1.8em;
	width:420px;
	height:50px;
}

form.wpcf7-form input.wpcf7-submit {
	height:30px;
	width:200px;
	color:#293893;
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	margin:15px 0 0 0;
}

#form-message {
	position:relative;
	top:0;
}


/* login box */


#client-login-wrapper {
	background:#f4f5fa;
}

#client-login-form {
	width:500px;
	float:left;
	border-radius:6px;
	border:2px solid #e2e5f1;
	padding:20px 25px;
	margin:0 40px 0 0px;
	background:#fff;
}

#client-login-form h1 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size:32px;
	margin:0 0 24px 0;
	font-weight:300;
	color:#293893;
}

#client-login-form p {
	margin:0 0 10px 0;
}

#client-login-form input {
	width:300px;
	height:25px;
	line-height:25px;
}

#client-login-form #login-submit input {
	width:100px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight:600;
	text-transform:uppercase;
	height:30px;
	margin:5px 0 0 0;
}


/* clients page */

#clients-list {
    padding-bottom:30px;
}

#clients-list div {
    box-sizing: border-box;
    float: left;
    margin: 0 0 15px 0;
    padding: 15px;
    text-align: left;
    width: 49%;
    background-image:url(images/clients-map-bg.png);
    background-size:auto 150%;
    background-repeat:no-repeat;
    background-position: 0 200px;
}

#clients-list div.northamerica {
	background-size:auto 150%;
	background-position: -30px 0;
}

#clients-list div.europe {
	background-position: -630px 0;
    background-size: auto 200%;
}

#clients-list div.africa {
	background-position: -500px -120px;
    background-size: auto 160%;
}

#clients-list div.asia {
	background-position: -725px -100px;
    background-size: auto 140%;
}

#clients-list div:nth-child(2n) {
	margin-left:2%;
}

#clients-list h3 {
    margin: 0 0 20px;
}

#clients-list ul {
	list-style-type:none !important;
    margin: 10px 0 20px;
}


/* arabic - Peter Page */

#title-bar h1.arabic-title {
	width:100%;
	text-align:right;
}

#page.arabic-page {
	float:right;
}

#page.arabic-page h2,
#page.arabic-page h3,
#page.arabic-page p,
#page.arabic-page ul
{
	text-align:right;
}

#page.arabic-page h2 {
	margin-bottom:1em;
}

#page.arabic-page p,
#page.arabic-page h3
{
	font-size:20px;
	font-weight:normal;
}

#page.arabic-page h3
{
	margin-bottom:1.5em;
}

#page.arabic-page h2 span,
#page.arabic-page h3 span,
#page.arabic-page p span,
#page.arabic-page ul span
{
	font-size:75%;
}

#arabic-channels {
	text-align:right;
	padding-bottom:20px;
}


#arabic-channels img {
	vertical-align:middle;
	padding:0 0 0 50px;
}



/*general*/
.asterix {
	font-size:120%;
}

a {
	color:#293893;
}
a:hover {
	text-decoration:hover;
}
a:active, 
a:focus { 
	outline-style: none;
	-moz-outline-style:none;
}

a.button {
	display:block;
	height:30px;
	font-size:13px;
	text-decoration:none;
	background:url(images/button-cta.gif) no-repeat left top;
	padding:0 0 0 10px;
}

a.button-medium {
	width:150px;
}

a.button span {
	display:block;
	background:url(images/button-cta.gif) no-repeat right top;
	height:24px;
	padding:6px 0 0 0;
}

a.button:hover {
	background:url(images/button-cta.gif) no-repeat left -30px;
}

a.button:hover span {
	background:url(images/button-cta.gif) no-repeat right -30px;}



a img {
	border:none;
}

a.cta {
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin:0 0 3px 0;
}

#page .cta {
	display:inline-block;
	border:1px solid #5d69b2;
	padding:8px 10px;
	font-size:16px;
	transition:all ease 0.3s;
}

#page .cta:hover {
	background-color:#d7daeb;
}

a.banner {
	display:block;
	margin:30px 0 0 0;
}

sub {
	font-size:8px;
}


/* CLEAR FIX*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/* TED Search */

html{
    zoom: 90% !important;
}

#TED-search-tool .container {
	padding:0;
}

#TED-search.container {
	width:978px;
	padding:40px 0;
}



#TED-search #side-nav,
#TED-search #side-nav ul,
#TED-search #side-nav li,
#TED-search #side-nav li a {
	box-sizing:content-box;
}


#ted-tool-step1 {
	margin:0 0 40px 0;
}

.ted-search-form, .ted-step2 {
	background-color:#d7daeb;
	padding:30px;
	border-radius:6px;
	margin:0 0 20px;
}

#TED-search-content h2 {
	border-bottom:1px solid #d7daeb;
	padding-bottom:10px;
}

.ted-search-form h2 strong, 
.ted-step2 h2 strong {
	font-weight:600;
}

.container-4 button.icon {
    height: 40px;
    background-color:#293893;
    margin-top: 15px;
    background-size: 24px;
    border-radius: 5px;
    width: 150px;
    margin-left: 15px;
    color: white;
    font-size: 13pt;
    font-weight:600;
    border:none;
}


.container-4 input#hyv-search {
    width: 400px;
    height: 40px;
    border: 1px solid #c6c6c6;
    font-size: 10pt;
    float: left;
    margin-top: 15px;
    padding-left: 15px;
}

#share-by-email {
	margin:0 0 40px;
}

#share-by-email #emailmodal {
	background-color:#293893;
	margin-right:30px;
	border:none;
	color:white;
	padding:8px 20px;
	font-weight:600;
	font-size:18px;
	border-radius:6px;
}

#share-by-email .disclaimer {
	font-size: 12px;
	padding:0;
	line-height:1.3em;
	margin-top:-4px;
	margin-bottom:0;
}

#ted-tool-step2,
#ted-tool-step3 {
	opacity:0;
	visibility:hidden;
	transition:opacity ease 0.3s;
}

.show-results #ted-tool-step2,
.show-results #ted-tool-step3 {
	opacity:1;
	visibility:visible;
}



#ted-tool-step3 {
	padding-top:20px;
}

#ted-tool-step3 .disclaimer {
	padding-top:30px;
	font-size: 12px;
}

.ted-step3 #submitbutton,
.ted-step3 #emailmodal {
	border:none;
	color:white;
	padding:8px 20px;
	font-weight:600;
	font-size:18px;
	border-radius:6px;
}

.ted-step3 #submitbutton {
	background-color:#293893;
}


#tedvideos {
	position:relative;
}



.ted-results {
	padding:30px 0;
	border-bottom:1px dotted #d7daeb;
	position:relative;
}

.ted-results:nth-of-type(3) {
	border-bottom:none;
}

#TED-search-content .ted-results h3 {
	font-size:20px;
}

.ted-results .btn-group > .btn:last-child:not(:first-child) {
	border-radius: 4px !important;
}


.ted-results h3 img {
	height: 28px;
	vertical-align: baseline;
	padding-right: 20px;
	position:relative;
	top:1px;
}

.ted-results strong{
	font-weight:600;
}

.ted-results .prev-next {
	width:180px;
	position:absolute;
	top:30px;
	right:0;
	text-align:right;
}

.totalitems {
	border:none;
	padding:0;
	background-color:white;
	font-size:18px;
	font-weight:600;
}

.hyv-watch-main-col {
    overflow-y: scroll;
    width: 100%;
    height:290px;
    position: absolute;
    background-color: #f4f5fa;
    margin-top: 20px;
	border-radius:6px;
}

.ted-video-list {
	margin:0 !important;
}

.ted-video-list br {
	display:none;
}

.hyv-video-list-item {
    float:left;
    width:30%;
    margin:1.666% !important;
    list-style-type:none;
}

.hyv-video-list-item:nth-child {
    float:left;
    width:30%;
    margin-right:3.333%;
    list-style-type:none;
}

.hyv-video-list-item .hyv-content-wrapper a {
    display:block;
}

.ted-video-list .hyv-video-list-item .title {
    color: #293893;
    font-size: 14px;
    font-weight: 600;
    display:block;
}

.ted-video-list .hyv-video-list-item small,
.ted-video-list .hyv-video-list-item .attribution{
    font-size: 12px;
}

input[type=checkbox]{
	
}

.hyv-video-list-item .hyv-content-link {
    display: block;
    min-height: 120px;
    text-decoration: none;
}
	
.hyv-video-list-item .hyv-content-wrapper a {
	    height: 120px;
}

.hyv-thumb-wrapper {
	border:1px solid #d7daeb;
	border-radius:4px;
	padding:10px;
	margin-top:10px;
	background-color:rgba(255,255,255,0.5);
}

.hyv-thumb-wrapper input {
	float:left;
	margin-right:15px;
}

.hyv-simple-thumb-wrap {
	display:block;
}

.hyv-simple-thumb-wrap img {
	
}

.ted-video-list .hyv-video-list-item .video-time {
    font-size: 12px;
    margin-left:25px;
}

.Submitmodal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 3000; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    text-align:left;
}

#SubmitModal form legend {
	font-size:18px;
	color:#293893;
	margin-bottom:15px;
	font-weight:700;
}

#SubmitModal form #checkboxes {
	margin:8px 0 0 0;
}

#SubmitModal form input[type="checkbox"] {
	margin: 5px 6px 0 0;
	vertical-align: top;
}


.emailmodal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: -L 






; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    text-align:left;
}

.modal-dialog {
    width:80%;
    margin-top:7.5vh;
}

.modal-dialog td, 
.modal-dialog th {
    padding: 0;
    width: 50%;
}

.modal-dialog textarea
{
    /*width: 398px !important;*/
    height: 126px !important;
} 





.hyv-card {
	width:100% !important;
	margin-left:0 !important;
	position:relative !important;
}

#TED-search-tool .modal-title {
	font-size: 24px;
    font-weight: 700;
    color:#293893;
    margin:0 0 15px;
}

#TED-search-tool .modal-header p.disclaimer {
    margin:0;
}

#TED-search-tool .modal-header p {
    margin:0 0 10px;
}

#TED-search-tool .modal-body .control-group {
    padding-bottom:1em;
}

#TED-search-tool .modal-footer .btn-primary {
    background-color:#293893;
    font-weight:600;
    border:none;
}

#TED-search-tool .modal-footer .shared-videos {
	text-align: left;
	padding-top: 10px;
	font-size: 13px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

#TED-search-tool .modal-footer .shared-videos h5 {
	font-weight:bold;
	font-size:18px;
    margin:10px 0;
    color:#293893;
}

#TED-search-tool .modal-footer .gdpr-box {
    background-color: #f4f5fa;
    padding:10px;
    float:left;
    width:calc(100% - 200px);
    border-radius:4px;
}

#TED-search-tool .modal-footer #gdpr-checkbox {
    width:20px;
    text-align:center;
    float:left;
}

#TED-search-tool .modal-footer .gdpr {
    font-size:14px;
    text-align:left;
    float:left;
    width:calc(100% - 30px);
    padding-left:10px;
}

#Emailmodal #sendemail {
	height:55px;
}

/* cookies */

body .cookie-notice-container {
    padding: 30px 0 20px;
    text-align: center;
    width: 100%;
    margin:0 auto;
    position:relative;
}

body #cn-notice-text {
	font-size:16px;
	display:block;
	padding:0 0 15px;
	line-height:1.5em;
}

body a#cn-accept-cookie {
	display:block;
	font-size:16px;
	font-weight:bold;
	border:none;
	background-color: rgba(46,162,108,1) !important;
	color:#ffffff;
	padding:10px 0;
	width:150px;
	border-radius:6px;
	transition:all ease 0.3s;
	margin:0 auto 15px !important;
	text-decoration:none;
}

body a#cn-accept-cookie:hover {
	background-color: rgba(46,162,108,.75) !important;
}

body a#cn-more-info {
	color:rgba(255,255,255,0.8);
	background:none;
	border:none;
	text-decoration:underline;
	margin:0 !important;
	padding:0 !important;
	transition:all ease 0.3s;
}

body a#cn-more-info:hover {
	color:rgba(255,255,255,1);
}


/* wsj events */

/* homepage banner */

#wsj-foe-banner {
	background-image:url(https://www.executiveinterviews.biz/wp-content/uploads/2016/01/wsj-foe-bg.jpg);
	background-position:center top;
	background-size:auto 480px;
	background-repeat:no-repeat;
	height:480px;
}

#logo-wsj-foe {
	margin:0 0 30px;
}

#wsj-foe-banner .container {
	padding-top:50px;
}

#wsj-foe-banner h1 {
	font-size: 30px;
	line-height: 42px;
}

#wsj-foe-banner .feature-cta {
	color:white;
	font-size: 22px;
	margin-top:30px;
}


/* wsj  page */

#wsj-quotes {
	margin-bottom:30px;
}

#wsj-quotes blockquote {
	float:left;
	width:320px;
	padding:20px;
	color:white;
	float:left;
	font-size:18px;
	font-weight:600;
}

#wsj-quotes blockquote p {
	margin-bottom:0;
}

#wsj-quotes blockquote span {
	display:block;
	font-size:14px;
	font-weight:400;
	margin-top:10px;
}

#wsj-quotes blockquote:first-child {
	margin-right:6px;
	background-color:#293893;
}

#wsj-quotes blockquote:last-child {
	background-color:#f45411;
}

#wsj-quote-big {
	background-color:#2489be;
	padding:30px;
	color:white;
	font-size:18px;
	font-weight:600;
	margin-bottom:30px;
}

#wsj-quote-big p {
	margin-bottom:0;
}

#wsj-quote-big span {
	display:block;
	font-size:14px;
	font-weight:400;
	margin-top:10px;
}

#wsj-events {
	padding:20px 0;
}


.wsj-event-logo {
	width:230px;
	float:left;
	margin-right:10px;
}

.wsj-event-logo img {
	width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}

.wsj-event-desc {
	float:left;
	width:calc(100% - 280px);
}

a.wsj-cta {
	display:inline-block;
	text-decoration:none;
	font-weight:600;
	color:white;
	background-color:#293893;
	padding:8px 15px 9px;
	font-size:18px;
	border-radius:6px;
}

a.wsj-cta:hover {
	background-color:#7282b3;
}

strong.wsj-cta {
	display:block;
	font-weight:600;
	color:white;
	background-color:#7282b3;
	padding:30px;
	font-size:18px;
	line-height:1.5em;
}

strong.wsj-cta a {
	color:white;
}
