/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background-repeat:no-repeat;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* box sizing reset */

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}



/* generic layout */

body {
	background-color:#efecf2;
}

.container {
	width:90%;
	position:relative;
	margin:0 auto;

}

/* typography */

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700');


body {
	font-family: 'Nunito Sans', sans-serif;
	font-size:17px;
	font-weight:400;
	color:#343434;
}

.jqcloud-word.w3.show {
	font-size: 16px;
	background: none;
	border: none;
}

.jqcloud-word.w1, .jqcloud-word.w2, .jqcloud-word.w3, .jqcloud-word.w4, .jqcloud-word.w5, .jqcloud-word.w6, .jqcloud-word.w7, .jqcloud-word.w8,
.jqcloud-word.w9, .jqcloud-word.w10 {
	background: none;
	border: none;
}

.box-cloud {
  width: 95%;
  height: 300px;
  margin: 0 auto;
  background: #303030;
  text-align: center;
  position: relative;
    border-radius: 150px;
}

.sb3:before {
	content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border-left: 30px solid #303030;
  border-right: 30px solid transparent;
  border-top: 30px solid #303030;
  border-bottom: 30px solid transparent;
  left: 139px;
  bottom: -29px;
}


#container-cloud {
  width: 100%;
  height: 300px;

}




.heading1 {
	font-size:44px;
	line-height:1.2em;
	font-weight:400;
}

.heading2 {
	font-size:30px;
	line-height:1.2em;
	font-weight:400;
}

.heading3 {
	font-size:24px;
	line-height:1.2em;
	font-weight:400;
}

p {
	line-height:1.5em;
	margin:0 0 1em 0;
}

strong, .instruction {
	font-weight:600;
	font-size:18.5px;
}

.instruction {

}

/* header */

#site-header {
	background-color:#fbfbfb;
	height:100px;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:5000;
	transition:all ease 0.4s;
}

#site-header #logo {
	height:58px;
	width:auto;
	position:absolute;
	left:0;
	top:20px;
	transition:all ease 0.4s;
}


#site-header.shrink {
	height:60px;
}

#site-header.shrink #logo {
	height:40px;
	top:9px;
}

.login-area {
	position:absolute;
	right:0;
	top:20px;
	transition:all ease 0.4s;
}

#site-header.shrink .login-area {
	top:10px;
}

#HeadLoginView_HeadLoginStatus {
	border:1px solid rgba(136,136,136,0.5);
	background-color:rgba(52,52,52,0.1);
	color:#706f6f;
	font-size:20px;
	font-weight:600;
	height:60px;
	line-height:60px;
	width:100px;
	display:block;
	text-decoration:none;
	text-align:center;
	transition:all ease 0.4s;
}

#site-header.shrink #HeadLoginView_HeadLoginStatus {
	height:40px;
	line-height:40px;
}


/* headroom classes */

.headroom {
  transition: transform 200ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.menu-open {
	.headroom--unpinned {
	  transform: translateY(0%);
	}
}






/* main content */

.main-content {
	padding:130px 0 50px 0;
}



/* page heading */

.page-heading h1 {
	margin:0 0 20px;
}

.page-heading p {

}

/* step drawers */

#step-drawers-wrapper {
	padding:0 0 30px 0;
}

#step-drawers-wrapper > .instruction {
	margin:0;
}

#step-drawers {
	padding:10px 0 50vh;
}

#step-drawers.fixed  {
	position:fixed;
	width:100%;
	left:0;
	z-index:900;
	top:60px;
	padding-top:3px;
}

#step-drawers-spacer.expand {
	height:100vh;
}

.step-drawer {
	position:relative;
	background-color:#fafafa;
}

.step-drawer:last-child::after {
	display:none !important;
}


.step-drawer h2,
.step-drawer.open h2,
.step-drawer.step-complete.open h2 {
	color:white;
	cursor:pointer;
	position:relative;
	height:76px;
	border-bottom:3px solid white;
	transition:all ease 0.25s;
	font-size:30px;
}

.step-drawer h2::after {
	content:'';
	height: 24px;
	position: absolute;
	width: 24px;
	bottom: -12px;
	left: 4.75%;
	z-index: 2;
	border-bottom: 3px solid white;
	border-right: 3px solid white;
	transform:rotate(45deg);
}



.step-drawer h2 .container {
	pointer-events: none;
	height:100%;
	position:relative;
}

.step-number {
	padding-right:5%;
	font-weight:700;
	pointer-events: none;
	padding:20px 5% 20px 0;
	display:inline-block;
}

.progress-line {
	display:block;
	position:absolute;
	right:7px;
	height:76px;
	width:4px;
	background-color:rgba(255,255,255,0.5);
	top:0;
}

.progress-dot {
	position:absolute;
	top:28px;
	right:0;
	width:18px;
	height:18px;
	border-radius:100%;
	z-index:10;
	background-color:white;
}

.step-complete .progress-dot {
	top:8px;
	right:-10px;
	width:40px;
	height:40px;
}


.open .progress-dot  {
	top:16px;
	right:-10px;
	width:40px;
	height:40px;
}

.step-drawer.step-complete h2 {
	height:60px;
	font-size: 24px;
}

.step-drawer.step-complete h2 .step-number {
	padding:15px 5% 0 0;
}

.open .progress-dot::after {
	content:"";
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(../images/ic-eye.svg);
	background-size:32px auto;
	background-position:center center;
	background-repeat:no-repeat;
	z-index:11;
}

.step-complete .progress-dot::after {
	content:"";
	width:40px;
	height:40px;
	position:absolute;
	top:-2px;
	left:2px;
	background-image:url(../images/ic-tick.svg);
	background-size:40px auto;
	background-position:left top;
	background-repeat:no-repeat;
	z-index:11;
}

.drawer-summary {
	position:absolute;
	top:0;
	right:60px;
	width:65%;
	display:table;
	height:100%;
	overflow:hidden;
}

.sectors-summary {
	display:inline-block;
	padding-right:20px;
	display:table-cell;
	vertical-align:middle;
	line-height:1.5em;
	text-align:right;
	font-size:14px;
}

.sectors-summary span {
	display:inline-block;
/* 	background-color:rgba(255,255,255,0.2); */
	border-radius:2px;
/* 	padding:2px 4px 0; */
	margin:0 4px 0 0;
	position:relative;
	transition:all ease 0.3s;
	cursor:pointer;
	line-height:normal;

}

.sectors-summary span::after {
	content:",";
}

.sectors-summary span:last-child::after {
	content:"";
}





.clips-summary {
	display:inline-block;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
	width:110px;
}

.clips-summary strong {
	font-size:10px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	display:none;
	opacity:0.8;
}

.step-drawer.open.fixed.step-complete h2 .clips-summary strong {
	display:inline-block;
}

.clips-summary .total{
	font-size:20px;
	font-weight:600;
	display:inline-block;
	line-height:1.5em;
	width:56px;
	padding-top:10px;
}

.step-drawer-content {
	padding:30px 0;
	border:1px solid #ddd;
	display:none;
	overflow-y:scroll;
}

.step-drawer-content .container {
	padding:0 6.5% 30px;
}


/* colors for different drawers */


/* business sectors */

#business-sectors.open .step-drawer-content {
	height:calc(100vh - 136px);
}

#business-sectors .progress-line {
	top:40px;
	height:34px;
}

#business-sectors.step-drawer h2 {
	background-color:rgb(79,47,114); /*indigo*/
}

#business-sectors.step-drawer h2::after {
	background-color:rgb(79,47,114); /*indigo*/
	border-top:3px solid rgb(79,47,114); /*indigo*/
	border-left:3px solid rgb(79,47,114); /*indigo*/
}

#business-sectors.step-drawer h2:hover {
	background-color:#5d3d80; /*indigo - light1*/
}

#business-sectors.step-drawer h2:hover::after {
	background-color:#5d3d80; /*indigo - light1*/
	border-top:3px solid #5d3d80; /*indigo - light1*/
	border-left:3px solid #5d3d80; /*indigo - light1*/
}

#business-sectors.step-drawer.open h2::after {
	border-right:3px solid #f1eff3;
	border-bottom:3px solid #f1eff3;
}

#business-sectors.step-drawer.start h2,
#business-sectors.step-drawer.start h2:after {
	animation: pulse 2s ease infinite;
}

@keyframes pulse {
  0% {
    background-color: rgb(79,47,114); /*indigo*/;
  }
  50% {
    background-color:#7f649d; /*indigo - light1*/
    border-top-color:#7f649d; /*indigo - light1*/
    border-left-color:#7f649d; /*indigo - light1*/
  }
}

#business-sectors .step-drawer-content {
	background-color:rgba(79,47,114,0.05); /*indigo*/
}

/* cultural sectors */


#cultural-sectors.open .step-drawer-content {
	height:calc(100vh - 199px);
}


#cultural-sectors.step-drawer h2 {
	background-color:rgb(108,46,109); /*purple*/
}

#cultural-sectors.step-drawer h2:after {
	background-color:rgb(108,46,109); /*purple*/
	border-top:3px solid rgb(108,46,109); /*purple*/
	border-left:3px solid rgb(108,46,109); /*purple*/
}

#cultural-sectors.step-drawer h2:hover {
	background-color:#7b437c; /*purple light*/
}

#cultural-sectors.step-drawer h2:hover::after {
	background-color:#7b437c; /*purple light*/
	border-top:3px solid #7b437c; /*purple light*/
	border-left:3px solid #7b437c; /*purple light*/
}

#cultural-sectors.step-drawer.open h2:after {
	border-right:3px solid #f2eff2;
	border-bottom:3px solid #f2eff2;
}

#cultural-sectors .step-drawer-content {
	background-color:rgba(108,46,109,0.05); /*purple*/

}

/* preview your news */



#preview-news.step-drawer h2 {
	background-color:rgb(156,32,62); /*crimson*/
}

#preview-news.step-drawer h2:after {
	background-color:rgb(156,32,62); /*crimson*/
	border-top:3px solid rgb(156,32,62); /*crimson*/
	border-left:3px solid rgb(156,32,62); /*crimson*/
}

#preview-news.step-drawer h2:hover {
	background-color:#a63752; /*crimson light*/
}

#preview-news.step-drawer h2:hover::after {
	background-color:#a63752; /*crimson light*/
	border-top:3px solid #a63752; /*crimson light*/
	border-left:3px solid #a63752; /*crimson light*/
}

#preview-news.step-drawer.open h2:after {
	border-right:3px solid #f5eef0;
	border-bottom:3px solid #f5eef0;
}


#preview-news .step-drawer-content {
	background-color:rgba(156,32,62,0.05); /*crimson*/
	height:calc(100vh - 319px);
}

/* preview popup */


#preview-update #news-content {
	padding-top:0;
}


/* delivery options */

#delivery-options.step-drawer h2 {
	background-color:rgb(203,26,24); /*scarlet */
}

#delivery-options.step-drawer h2:after {
	background-color:rgb(203,26,24); /*scarlet */
	border-top:3px solid rgb(203,26,24); /*scarlet */
	border-left:3px solid rgb(203,26,24); /*scarlet */
}

#delivery-options.step-drawer h2:hover {
	background-color:#d03130; /*scarlet light*/
}

#delivery-options.step-drawer h2:hover::after {
	background-color:#d03130; /*scarlet light*/
	border-top:3px solid #d03130; /*scarlet light*/
	border-left:3px solid #d03130; /*scarlet light*/
}

#delivery-options.step-drawer.open h2:after {
	border-right:3px solid #f8eeee;
	border-bottom:3px solid #f8eeee;
}

#delivery-options .step-drawer-content {
	background-color:rgba(203,26,24,0.05); /*scarlet*/
	height: calc(100vh - 259px);
}

/* payment options */



#payment .progress-line {
	height:42px;
}


#payment.step-drawer h2 {
	background-color:rgb(218,86,29); /*orange*/
}

#payment.step-drawer h2::after {
	display:none;
}

#payment.step-drawer h2:hover {
	background-color:#de6734; /*orange light*/

}

#payment .step-drawer-content {
	background-color:rgba(218,86,29,0.05); /*orange*/
	height: calc(100vh - 138px);
}


/* sector menu */

.drawer-intro {
	margin-bottom:0;
}

.sector-menu-key {
	font-size:15px;
	font-weight:400;
	opacity:0.75;
	margin: 10px 0 5px;
}

#cultural-sectors .step-drawer-content span.plus-icon {
	color:#7b437c;
}

.step-drawer-content span.plus-icon {
	color:#4f2f72;
	font-weight:700;
	font-size:30px;
	position: relative;
	top: 2px;
}


.sector-menu {
	padding:0 0 20px;
	position:relative;
	color:white;
	font-weight:400;
	clear:both;
}


.business-sectors-col1 {
	width:calc(50% - 5px);
	margin-right:10px;
	float:left;
}

.business-sectors-col2 {
	width:calc(50% - 5px);
	float:left;
}

.sector-industry {
	background-color:#4f2f72;
	border-radius:3px;
	margin:0 0 10px 0;
}

.sector-industry .sector-option {
	position:relative;
	cursor:pointer;
}

.sector-industry .sector-option .checkbox {
	position: absolute;
	top: 13px;
	left: 15px;
	height: 20px;
	width: 20px;
	background-color: white;
}

.sector-industry .sector-option:hover .checkbox {
	background-color: #fffb00;
}

.sector-industry .sector-option .checkbox:after {
	display:none;
	content: "";
	position: absolute;
	left: 6px;
	top: 1px;
	width: 5px;
	height: 12px;
	border: solid black;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	box-sizing:content-box;
}

.sector-industry .sector-option.checked .checkbox::after {
	display:block;
}

.sector-industry .sector-option.checked-child .checkbox::after {
	display:block;
	transform: rotate(90deg);
	border-width:0 3px 0 0;
}

.sector-industry .open-close {
	font-size:30px;
	font-weight:700;
	position:absolute;
	right:12px;
	top:7px;
	cursor:pointer;
}

.sector-industry .open-close:before {
	content:"+";
}

.sector-industry .open-close.close:before {
	content:"\2013";
}

.sector-industry .open-close:hover::before {
	color:#fffb00;
}

.industry {
	position:relative;
	//margin:0 0 10px;
}

/* industry level */

.industry > .sector-option {
	padding:15px 0 11px 48px;
	margin-right:5px;
}

.industry > .sector-option > .title {
	font-size:18px;
	display:inline-block;
}

.industry > .sector-option > .title em {
	font-size:13px;
	font-weight:300;
}

.industry > .open-close {
	right:26px;
}

.sector-menu ul.open {
	display:block;
}

/* double height industry e.g. financials */

.industry.double > .sector-option {
	padding:44px 0 38px 48px;
}

.industry.double > .open-close {
	top:35px;
}

.industry.double > .sector-option .checkbox {
	top:42px;
}

.industry.double > .super-sectors.open {
	margin-top: -25px;
}



/* super sectors */

.super-sectors {
	padding:0 0 15px 48px;
	display:none;
}

.super-sectors > li{
	position:relative;
	padding:12px 0;
	background-color:#5d3d80;
	border-radius:3px;
	margin:0 15px 10px 0;
}

.super-sectors > li:last-child{
	margin-bottom:0;
}

.super-sectors li > .sector-option {
	margin-right:40px;
	padding-left:40px;
}

.super-sectors li > .sector-option .checkbox {
	top:0px;
	left:12px;
	height: 18px;
	width: 18px;
}

.super-sectors li > .sector-option .checkbox::after {
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
}


/* sectors */

.sectors {
	padding:15px 0 0 38px;
	display:none;
}

.sectors > li {
	position:relative;
	padding:12px 0;
	background-color:#6f528e;
	border-radius:3px;
	margin:0 15px 10px 0;
	font-size:16px;
}

.industry > .labels {
	padding:0 0 15px 38px;
}

.sector-industry li.label {
	list-style-type:disc;
	background-color:transparent;
	margin:0 0 10px 18px;
	padding:0;
}

.sector-industry li.label:last-child {
	margin-bottom:0;
}

.sectors .label:first-child {
	padding-top:0;
}

.sectors li > .sector-option {
	margin-right:40px;
	padding-left:40px;
}

.super-sectors li > .sector-option .checkbox {
	top:0px;
	left:12px;
	height: 16px;
	width: 16px;
}

.super-sectors li > .sector-option .checkbox::after {
	left: 4px;
	top: 1px;
	width: 4px;
	height: 9px;
}





/* cultural sector menu */


#cultural-sectors-menu .sector-industry {
	background-color:rgb(108,46,109); /*purple*/
	float:left;
	width:calc(33% - 6px);
	margin:0 10px 10px 0;
}

#cultural-sectors-menu .sector-industry:nth-child(3n) {
	margin-right:0;
}

#cultural-sectors-menu div.tree-multiselect div.title:hover {
	background-color:#7b437c; /*purple light*/
}

#cultural-sectors-menu div.tree-multiselect > div.selections > .item {
	background-color:rgb(108,46,109); /*purple*/
	width:33%;
	float:left;
	margin-right:4px;
}

#cultural-sectors-menu div.tree-multiselect > div.selections > .item:nth-child(3n) {
	margin-right:0;
}


#cultural-sectors-menu div.tree-multiselect > div.selections > .item:hover {
	background-color:#7b437c; /*purple light*/
}


/* selected box */

#cultural-sectors-menu div.tree-multiselect > div.selected > div.item  {
	background-color:rgba(108,46,109,0.25);
}


/* preview drawer content */

.preview-info p {
	width:50%;
	float:left;
	padding:0 5% 0 0;
}

.preview-count {
	border-bottom:1px solid rgb(156,32,62);
	margin-bottom:30px;
}

#clipsperday {
	font-size:24px;
	font-weight:700;
	padding-top:.9em
}

.preview-info .button {
	background-color:rgb(156,32,62); /*crimson*/;
}

.preview-info .button:hover {
	background-color:#a63752; /*crimson light*/
}


/* delivery options */

.delivery-info {
	padding:0 0 20px 0;
	border-bottom:1px solid rgb(203,26,24);
	margin:0 0 20px 0;
}

.delivery-info:first-child label,
.delivery-info h3 {
	font-weight:400;
	margin:0 0 20px;
}

.delivery-info p:last-child {
	margin-bottom:0 ;
}

.delivery-info select {
	font-family: 'Nunito Sans', sans-serif;
	font-size:16px;
	font-weight:300;
}

.delivery-info label {
	margin-right:10px;
}

.delivery-info input[type="radio"],
.delivery-info input[type="checkbox"] {
	margin-right:6px;
	vertical-align:top;
	position: relative;
	top: -2px;
}

/*.delivery-option-radios label*/
.delivery-option-radios span input~label {
	display:inline-block;
	margin-right:5px;
	position:relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*.delivery-option-radios label:last-child*/
.delivery-option-radios span input~label:last-child {
	margin-right:0;
}

/*.delivery-option-radios span*/
 .delivery-option-radios span label{
	display:inline-block;
	padding:10px 10px 6px 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}



.delivery-option-radios input[type="radio"] {
	display:inline-block;
	margin:0;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.delivery-option-radios input[type="radio"]:checked {
	background-color:rgba(203,26,24,0.2);
}

/*.delivery-option-radios input[type="radio"]:checked + span*/
.delivery-option-radios input[type="radio"]:checked + label {
	background-color:rgba(203,26,24,0.2);
	font-weight:400;
}

.delivery-option-settings {
	display:none;
	background-color:rgba(203,26,24,0.2);
	padding:30px;
	height:auto;
}

.delivery-option-settings.active {
	display:block;
}

.delivery-option-settings label {
	display:block;
	padding-bottom:15px;
	font-weight:400;
}


/* payment mode */




/* Payment */

.payment-drawers {
	width:100%;
}

.payment-drawer {
	margin:4px;
}

.payment-drawer h3 {
	background-color:rgb(218,86,29);
	color:white;
	font-size:24px;
	padding:12px 0 6px 30px;
	cursor:pointer;
	transition:all ease 0.3s;
}

.payment-drawer h3:hover {
	background-color:#de6734; /*orange light*/
}


.payment-content {
	background-color:rgba(255,255,255,0.6);
	padding:30px;
 	display:none;
}


.payment-content h4 {
	font-weight:600;
	font-weight:20px;
	margin:0 0 30px;
}

fieldset.pair {
	display:block;
	padding-bottom:25px;
}

.pair .field-wrap {
	width:48%;
	float:left;
}

.pair .field-wrap:first-child {
	margin-right:4%;
}

.field-wrap label {
	display:block;
	padding-bottom:3px;
}

.field-wrap input[type="text"],
.field-wrap input[type="email"],
.field-wrap input[type="password"],
.field-wrap input[type="tel"] {
	display:block;
	width:100%;
	height:36px;
	line-height:40px;
	font-family: 'Nunito Sans', sans-serif;
	font-size:16px;
	font-weight:300;
}

.field-wrap select {
	font-family: 'Nunito Sans', sans-serif;
	font-size:16px;
	font-weight:300;
	width:100%;
}

.field-wrap .form-hint {
	font-size: 12px;
	font-weight: 400;
	padding-top: 20px;
	display: inline-block;
	line-height: 1.4em;
}

.radio-group .radio-wrap {
	display:inline-block;
	margin-right:20px;
}

.payment-drawer#your-details .radio-group .field-wrap p {
	display:inline-block;
	width:48%;
	margin-right:calc(4% - 8px);
}

.radio-group .radio-wrap input {
	vertical-align: top;
}

.radio-group .radio-wrap label {
	display: inline-block;
	vertical-align: top;
	padding: 3px 0 0 4px;
}

.payment-content .button-continue {
	padding:14px 40px 10px;
}


/* costs table */

#costs-summary {
	background-color:white;
	width:100%;
}

#costs-summary th {
	font-weight:600;
	padding:15px 10px 10px;
}

#costs-summary th.av-clips {
	width:20%;
}

#costs-summary td {
	padding:10px;
}

#costs-summary th,
#costs-summary td {
	text-align:center;
}

#costs-summary th:first-child,
#costs-summary td:first-child {
	text-align:left;
	width:40%;
}

#costs-summary th:last-child,
#costs-summary td:last-child {
	text-align:right;
}

#costs-summary .tax td {
	border-top:1px solid rgba(218,86,29,.1);
	border-bottom:1px solid rgba(218,86,29,.1);
}

#costs-summary .tax td:first-child {
	border-top:1px solid rgba(218,86,29,.1);
	text-align:right;
	width:auto;
}

#costs-summary tfoot td {
	font-weight:600;
	padding:20px 10px;
}

#costs-summary tfoot td.total {
	font-size:20px;
}


/* worldpay section */

#wordplay-card-details {
	background-color:rgba(218,86,29,.25);
	padding:30px;
}

#MainContent_ButtonSubmit {
	padding:16px 40px;
	background-color: #4aad48;
	margin-top:20px;
	cursor:pointer;
	border-radius:4px;
	color:white;
	font-weight:700;
	text-decoration:none;
	padding:12px 30px 12px;
	display:inline-block;
	font-size:20px;
	border-radius:8px;
	transition:all ease 0.3s;
	border:none;
}



/* news list/grid */

#news-content {
	padding:60px 0 50px;
	background-color: #e7e6e8;
}


#news-title {
	background-color:#535353;
/* 	background-image:url(../images/header-bg-sunset.jpg); */
	background-size:cover;
	padding:16px 0 10px;
}

#news-title h1 {
	color:white;
	font-size:28px;
	text-align:left;
	width:50%;
	font-weight:300;
}




#page-count {
	text-align:left;
	color:white;
	font-weight:300;
	font-size:15px;
	margin:0;
	opacity:0.6;
}

#change-view {
	position:absolute;
	width:180px;
	right:0;
	top:8px;
	text-align:right;
	float:none;
	margin:0;
}

#change-view span {
	display:inline-block;
	margin-right:10px;
	height:30px;
	width:30px;
	text-indent:9999px;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center center;
	opacity:0.5;
	overflow:hidden;
	vertical-align:top;
	cursor:pointer;
}

#change-view span:hover {
	opacity:1;
}

#grid-view {
	background-image: url(../images/grid-view.svg);
}

.grid-view #grid-view {
	opacity:.9;
}

#change-view #list-view {
	background-image: url(../images/list-view.svg);
	margin-right:0;
}

.list-view #list-view {
	opacity:.9;
}

#change-view  #highlight-keywords {
	width:58px;
	height:30px;
	font-size:12px;
	font-weight:400;
	text-indent:inherit;
	text-align:center;
	line-height:1em;
	padding:3px 0 0;
	transform:all ease 0.3s;
	color:white;
}

/*
.list-view  #toggle-keywords {
	display:none;
}
*/

/* news-tabs */

#news-tabs {
	padding-top:20px;
	background-color:rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
}

#news-tabs .container {
	position:relative;
}

#news-tabs h3 {
	padding:0 0 10px;
	font-weight:600;
	color:rgba(52,52,52,0.75);
}

#news-tabs h3 span{
	font-size:14px;
	font-weight:300;
}


#news-tabs ul {

}

#news-tabs li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#news-tabs li a {
	background-color:rgba(255,255,255,0.95);
	padding:10px 10px 8px;
	display:block;
	border-radius:4px;
	text-decoration:none;
	font-weight:300;
	color:white;
	font-size:15px;
}

#news-tabs li.current a {
	background-color:rgba(255,255,255,0.95) !important;
	color:#343434;
}

#news-tabs li.business a {
	background-color:rgb(79,47,114);
}

#news-tabs li.cultural a {
	background-color:rgb(108,46,109);
}

#news-tabs li.showall a {
	background-color:gray;
}

#show-buzzwords {
	background-color:#3a3a3a;
	display:block;
	width:180px;
	float:left;
	font-weight:400;
	color:#f4aa24;
	text-align:center;
	padding:12px 15px 10px;
	position:absolute;
	bottom:-56px;
	right:15px;
	border-radius:20px;
	cursor:pointer;
}

#show-buzzwords:hover {
	background-color:#4a4a4a;
	color:#fcca02;
}

#show-buzzwords::after {
	content:"";
	position:absolute;
	bottom:-18px;
	left:8px;
	height:18px;
	width:26px;
	background-image:url(../images/buzzwords-tag-left.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
}

/* buzzword-tabs */

#buzzwords {
	border-radius:8px;
	height:0;
	overflow:hidden;
	transition:all ease 0.5s;
}

#buzzwords.show {
	height:380px;
	padding:0px 0 0;
}


#buzzwords-cloud {
	position:relative;
	width:100%;
	height:240px;
	padding:20px 80px;
	background-color:#3a3a3a;
	border-radius:120px;
	overflow:visible;
}

#buzzwords-cloud::after {
	content:"";
	position:absolute;
	bottom:-48px;
	left:86px;
	height:48px;
	width:84px;
	background-image:url(../images/buzzwords-tag-left.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:contain;
}

#word-cloud {
	height:200px;
	width:100%;
	position:relative;
}

#close-buzzwords {
	width:30px;
	height:30px;
	border:2px solid #3a3a3a;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	transform:all ease 0.3s;
	opacity:0.66;
}

#close-buzzwords:hover {
	opacity:1;
}

#close-buzzwords::before {
	content:"";
	width:24px;
	height:2px;
	background-color:#3a3a3a;
	position:absolute;
	left: 1px;
	top: 12px;
	transform: rotate(45deg);
}

#close-buzzwords::after {
	content:"";
	width:24px;
	height:2px;
	background-color:#3a3a3a;
	position:absolute;
	left: 1px;
	top: 12px;
	transform: rotate(-45deg);
}

#buzzwords-cloud .instruction {
	width:100%;
	position:absolute;
	left:0;
	bottom:5px;
	text-align:center;
	color:rgba(255,255,255,0.66);
	font-weight:300;
	font-size:15px;
	margin:0;
}

#buzzwords-cloud .instruction button {
	/* color:rgba(255,255,255,0.66); */
	font-weight:300;
	font-size:15px;
	text-decoration:underline;
}

#buzzwords-cloud button {
	cursor:pointer;
	border:none;
	background:none;
}

#buzzwords-cloud .jqcloud-word {
  	opacity:0;
  	transition:opacity ease .5s;
}


#buzzwords-cloud .jqcloud-word.show {
  	opacity:1;
}


#buzzwords.show + .video-gallery {
	margin-top:-10px;
}





/* video gallery */


.video-gallery {
	width:100%;
	text-align:left;
	clear:both;
	display:none;
}

.video-gallery.active {
	display:block;
}

.video-gallery:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.video-gallery > .container {
	padding: 0 0 30px;
}

.gallery-page-summary {
	margin:0 0 10px 15px;
	padding:30px 0 0;
	font-size:15px;
}

/* grid view */

.grid-view .video-gallery article {
	box-sizing: border-box;
	width:25%;
	display:block;
	margin:15px 0;
	padding:0 1.33%;
	vertical-align:top;
/* 	transition: all 0.3s ease 0s; */
	position:relative;
/* 	overflow:hidden; */
	float:left;
}

.grid-view .video-gallery article a {
	text-decoration:none;
	display:block;
	position:relative;
}

.no-sidebar .grid-view .video-gallery article {
    width: 25%;
    padding:0 1.2%;
}

.grid-view .video-gallery article a > img {
	width:100%;
	height:auto;
	display:block;
	/*opacity:0.85;*/
	transition:all ease 0.3s;
}

.video-gallery article a::before {
	content:"Watch clip";
	text-transform:uppercase;
	font-size:13px;
	font-weight:600;
	color:rgba(255,255,255,0.9);
	background-color:rgba(167,199,97,.9);
	text-align:center;
	height:24px;
	line-height:24px;
	position:absolute;
	z-index:12;
	opacity:0;
	transition:all 0.3s ease;
}

.grid-view .video-gallery article a::before {
	width:100%;
	text-align:center;
	top:-24px;
	left:0;
}

.grid-view .video-gallery article a:hover:before {
	opacity:1;
	top:0px;
}

.grid-view .video-gallery article a:hover img {
	opacity:1;
}

.grid-view .video-panel {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color:rgba(0,0,0,.75);
	transition:all ease 0.3s;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.video-gallery article a:hover .video-panel {
	background-color:rgba(0,0,0,.6);
}


.grid-view .video-meta {
	padding:12px 16px 8px;
	opacity:0.75;
	transition:all ease 0.3s;
	position:relative;
	height:100px;
}

.grid-view .video-gallery article a:hover .video-meta {
	opacity:1;
}

.grid-view .video-meta p {
	margin-bottom:4px;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:.95em;
	font-weight:400;
	color:rgba(255,255,255,0.66);
}

.grid-view .video-meta p.broadcaster {
	display:none;
}

.grid-view .video-meta h2 {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	margin-bottom:5px;
	font-weight:600;
	font-size:16px;
	color:rgba(255,255,255,1);
}

.grid-view .video-gallery .video-meta img.broadcaster-logo{
	position:absolute;
	right:16px;
	bottom:12px;
	max-width:25%;
	max-height:32px;
	height:auto;
}

.grid-view .keywords {
	background-color:rgba(255,255,255,0.125);
	padding:8px 16px 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size:12px;
	line-height:1.2em;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	height:100px;
}



/*
.interview .keywords {
	background-color:rgba(70,155,213,.15);
}

.news-report .keywords {
	background-color:rgba(238,120,11,.2);
}
*/

.keywords strong {
	font-weight:600;
	color:rgba(255,255,255,.5);
}


/* list-view */

.list-view .video-gallery > .container {
	padding:0 15px;
}


.list-view .video-gallery article {
	display: block;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.list-view .video-gallery article.ordered::before {
    content: "";
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    z-index: 20;
    background-image:url(images/ordered-flag.svg);
    background-repeat:no-repeat;
}

.list-view .video-gallery .gallery-page-summary {
	margin:0 0 30px 0;
}

.list-view .video-gallery article a {
	text-decoration:none;
	display:block;
	overflow:hidden;
}

.list-view .video-gallery article a::before {
	width:195px;
	text-align:center;
	bottom:-24px;
	left:0;
}

.list-view .video-gallery article a:hover:before {
	width:195px;
	bottom:0;
	opacity:1;
}


.list-view .video-gallery article a > img {
	width:195px;
	float:left;
	height: auto !important;
	display:block;
	opacity:0.85;
	transition:all ease 0.3s;
	margin-right:20px;
	position:relative;
	z-index:10;
}

.list-view .video-gallery article a:hover > img {
	opacity:1;
	transition:all ease 0.3s;
}

.list-view .video-panel {
	width:100%;
	background-color:rgba(0,0,0,.75);
	position:relative;
	height:110px;
	box-sizing:border-box;
	padding:15px;
	transition:all 0.3s ease;
}


.list-view .video-meta {
	height:auto !important;
	float:left;
	width:20%;
}

.list-view .video-meta h2 {
	margin-bottom:5px;
	font-weight:600;
	font-size:16px;
	color:rgba(255,255,255,1);
}

.list-view .video-meta p {
	margin-bottom:4px;
	font-size:12px;
	line-height:.95em;
	font-weight:400;
	color:rgba(255,255,255,0.66);
}


.list-view .broadcaster-logo {
	height: auto;
    margin-top: -15px;
    max-height: 40px;
    max-width: 96px;
    position: absolute;
    right: 15px;
    top: 50%;
}

.list-view .keywords {
	font-size:12px;
	line-height:1.2em;
	font-weight:400;
	color:rgba(255,255,255,0.6);
	display:block !important;
	float:left;
	width:40%;
}

.list-view .keywords strong {
	display:block;
}


/* keywords highlights */

.highlight-keywords .video-panel .keywords .highlight {
	background-color:#e5d510;
	color:#343434;
	padding:0 1px;
}

/* pagination */

.pagination {

}

.pagination .container {
	background-color: rgba(45, 45, 45, 1);
	box-sizing: border-box;
    font-size: 15px;
    height: 60px;
    padding: 0;
    position: relative;
    text-align: center;
    font-size:13px;
}

.pagination a {
	text-decoration:none;
	position:absolute;
	top:22px;
	height:20px;
	opacity:0.8;
	transition:all 0.3s ease;
	color:rgba(255,255,255,0.75);
}

.pagination a:hover {
	color:rgba(70, 155, 213, 1);
	opacity:1;
}

.page-arrow-first {
    background: url("../images/pagination-arrow-first.svg") no-repeat scroll 0 0;
    background-size:35px 20px;
    left: 2.4%;
    width: 80px;
    padding: 2px 0 0 40px;
}

.page-arrow-prev {
    background: rgba(0, 0, 0, 0) url("../images/pagination-arrow-prev.svg") no-repeat scroll 0 0;
    left: 36%;
    padding: 2px 0 0 30px;
    text-align: left;
    width: 70px;
    background-size:24px 20px;
}

.page-arrow-next {
    background: rgba(0, 0, 0, 0) url("../images/pagination-arrow-next.svg") no-repeat scroll right 0;
    padding: 2px 30px 0 0;
    right: 36%;
    text-align: right;
    width: 55px;
    background-size:24px 20px;
}

.page-arrow-last {
    background: rgba(0, 0, 0, 0) url("../images/pagination-arrow-last.svg") no-repeat scroll right 0;
    right: 2.4%;
    width: 80px;
    background-size:35px 20px;
    padding: 2px 40px 0 0;
}


.pagination .page-number {
	background-color: rgba(255, 255, 255, 0.075);
    border-radius: 3px;
    display: inline-block;
    padding: 5px 1%;
    position: relative;
    text-align: right;
    top: 12px;
    color:white;
}

.pagination .page-number input {
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	border:none;
	background-color:rgba(255,255,255,0.6);
	transition:all 0.3s ease;
	text-align:center;
	height:24px;
	padding:2px;
	width:36px;
	color:rgba(0,0,0,0.6);
	margin-right:3px;
}

.pagination .page-number input:focus {
	background-color:rgba(255,255,255,1);
	color:rgba(0,0,0,0.8);
}


/* popups */

.fancybox-wrap .fancybox-skin {
    background: #404040 none repeat scroll 0 0;
    border-radius: 3px;
    color: rgba(255,255,255,1);
}

/* video preview */

.preview {
	background:transparent;
	width:640px;
/* 	height:400px; */
}

.video-holder {
	background:#ccc;
	padding-bottom:62.5%;
	position:relative;
}

.video-holder iframe {
	width:100% !important;
	position:absolute;
	top:0;
	left:0;
}

.preview-legals {
	padding:10px 16px 0;
	font-size:10px;
	color: rgba(255,255,255,.666);
	clear:both;
}

.preview .preview-panel {
	background-color:rgba(0,0,0,.1);
}

.preview .preview-panel > div {
	background-color:transparent;
	float:left;
}

.preview .video-meta {
	padding: 16px 16px 0;
	width:50%;
}

.preview .video-meta h2 {
	margin-bottom:8px;
}

.preview .video-meta p {
	font-size:12px;
	margin-bottom:4px;
}

.preview .video-meta p:last-child {
	margin-bottom:0;
}

.sector-logo {
	background-color:transparent;
	width:50%;
	padding:16px 10px 16px 0;
}

.preview .keywords {
	font-size:12px;
	padding:0 16px 0 0;
}

.keywords strong {
	font-size:13px;
	padding-right:4px;
}


/* video detail */

#content-video {
	float:left;
	width: 73%;
	padding:30px 1.5%;
	position:relative;
}

#video-details article {
	width:100%;
}

#video-details article h1 {
	color:rgba(70,155,213,1);
	margin-bottom:20px;
	font-weight:400;
	font-size:26px;
}

#video-details article img {
	width:100%;
	height:auto;
	display:block;
}

#video-details .video-meta {
	position:relative;
}

#video-details .video-meta h2 {
	margin-bottom:10px;
	font-weight:600;
	font-size:20px;
}

#video-details .video-meta p {
	margin-bottom:4px;
	font-size:16px;
	line-height:1.2em;
	font-weight:400;
	color:rgba(50,50,50,0.7);
}

#video-details .meta-industry-region {
	position:absolute;
	width:40%;
	right:12px;
	bottom:12px;
	background-color:rgba(255,255,255,0.66);
	padding:12px 12px 0;
	border-radius:3px;
	color:rgba(50,50,50,0.6);
	font-weight:600;
	font-size:14px;
}

.meta-industry-region dt {
	float:left;
	width:30%;
	margin:0 0 12px 0;
	clear:left;
	color:rgba(50,50,50,0.5);
}

.meta-industry-region dd {
	float:left;
	width:70%;
	margin:0 0 12px 0;
	color:rgba(50,50,50,0.66);
}


#video-details .video-meta .timestamp,
#video-details .video-meta .broadcaster{

}

#video-details .keywords {
	padding:16px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size:14px;
}

#video-transcript {
	background-color:rgba(70,155,213,.05);
	padding:16px;
	margin:20px 0;
	color:rgba(70,70,70,1);
}

#video-transcript h2 {
	color:rgba(70,155,213,1);
	margin-bottom:10px;
	font-weight:600;
	font-size:18px;
}

#video-transcript p.source {
	color:rgba(70,155,213,1);
	margin-bottom:16px;
	font-weight:600;
	font-size:14px;
}

#transcript-disclaimer-top {
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding:10px 0;
}

.transcript-disclaimer h3 {
	font-size:12px;
	font-weight:700;
	margin-bottom:5px;
}

.transcript-disclaimer p {
	font-size:12px;
	font-weight:400;
	line-height:1.3em
}

#transcript-disclaimer-top form {
	padding:10px 0 0;
}

#transcript-disclaimer-top form label {
	font-weight:600;
	padding-left:5px;
}

#transcript-disclaimer-bottom {
	display:none;
}

#transcript-text {
	font-size:14px;
	margin:16px 0 0 0
}

#transcript-text p {
	margin:0 0 1em 0;
	line-height:1.3em
}

#transcript-text em{
	font-weight:600;
}




/* helpers */

.button {
	border-radius:4px;
	color:white;
	background-color:#4aad48;
	font-weight:700;
	text-decoration:none;
	padding:12px 30px 12px;
	display:inline-block;
	font-size:20px;
	border-radius:8px;
	transition:all ease 0.3s;
	border:none;
}

.button:hover {
	background-color:#7dbc27;
}

.button-continue {
	margin:10px 0 0;
	padding:16px 40px 14px;
	background-color:#4aad48;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.field-wrap > span{
    display:inline
}
.field-wrap > span > label {
    display:inline;
    padding-right:20px;

}


/* homepage */



#header-signin {
	position:absolute;
	right:0;
	top:20px;
	border:1px solid rgba(136,136,136,0.5);
	background-color:rgba(52,52,52,0.1);
	color:#706f6f;
	font-size:20px;
	font-weight:600;
	height:60px;
	line-height:60px;
	width:100px;
	display:block;
	text-decoration:none;
	text-align:center;
}

#homepage .main-content {
	padding:100px 0 0;

}



/* homepage banner */

#homepage-banner {
	height:550px;
	background-image:url(../images/homepage-banner.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

#home-banner-text {
	color:white;
	width:100%;
	padding-top:180px;
	padding-left:5%;
}

#home-banner-text h1 {
	font-size:52px;
	font-weight:400;
	line-height:1.2em;
	margin-bottom:12px;
}

#home-banner-text h2 {
	font-size:20px;
	font-weight:500;
	margin-bottom:30px;
	line-height:1.2em;
}

#home-banner-text .cta {
	display:inline-block;
	border:1px solid rgba(221,225,28,0.5);
	background-color:rgba(0,0,0,0.2);
	color:rgba(221,225,28);
	font-size:20px;
	font-weight:600;
	padding:16px 24px;
	text-decoration:none;
	transition:all ease 0.3s;
}

#home-banner-text .cta:hover {
	background-color:rgba(0,0,0,0.66);
}

/* sector preview module */

#home-sector-preview {
	background-color:#efecf2;
	background-image:url(../images/home-buzz-icons.png);
	background-size:cover;
	background-position:center 100px;
	background-repeat:no-repeat;
	color:#4f2f72;
	min-height:520px;
	text-align:center;
	padding-top:80px;
}

#home-sector-list {
	padding:20px 0 0;
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

#home-sector-list .li-10 {
	grid-column: 1 / 3;
}



/* #home-selector-list li:nth-child(10) {
grid-column: auto / span 2;

} */


#home-sector-list li {

	background-color: #4f2f72;
	border-radius: 3px;
	color:white;
	height:50px;
	line-height:45px;
	font-size:24px;
	font-weight:400;
	/* float:left; */
	/* width:23%;
	margin:0 2.5% 20px 0; */
	cursor:pointer;
	/* margin-left: 50px; */
}

#home-sector-list li:hover {
	background-color:#5d3d80
}



/* #home-sector-list li:nth-child(4),
#home-sector-list li:nth-child(8),
#home-sector-list li:nth-child(11) {
	margin-right:0;
} */

/* #home-sector-list li:nth-child(5) {
	height:100px;
	line-height:100px;
} */

#home-sector-list.selection-made li {
	opacity:0.4;
}

#home-sector-list.selection-made li.selected {
	opacity:1;
}

#home-sector-preview.reveal {
	background-image:none;
}


#preview-wait {
	display:none;
	position:absolute;
	bottom:-95px;
	left:50%;
	width:90px;
	height:90px;
	margin-left:-45px;
}

#preview-wait #cog-large {
	position:absolute;
	bottom:0;
	left:0;
	width:60px;
	height:60px;
	animation: rotation-big 3s infinite linear;
}

@-webkit-keyframes rotation-big {
	from { transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}

#preview-wait #cog-small {
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	animation: rotation-small 1.5s infinite linear;
}

@-webkit-keyframes rotation-small {
	from { transform: rotate(0deg);}
	to {transform: rotate(-359deg);}
}

#preview-wait strong {
	display:block;
	text-align:center;
	font-weight:400;
	font-size:20px;
	position:absolute;
	bottom:-30px;
	left:-100px;
	width:300px;
}


#sector-figures {
	padding-top:40px;
	display:none;
}

.sector-stat {
	width:31.5%;
	float:left;
	margin-left:2.5%;
	background-color:white;
	height:136px;
	border-width:3px;
	font-size:20px;
	font-weight:400;
	padding:25px 20px 0;
}

.sector-stat span {
	font-size:60px;
	font-weight:700;
	display:block;
}

.sector-stat span.companies {
	font-size:19px;
	padding-top:6px;
	line-height:1.2em;
}

.sector-stat:nth-child(1) {
	margin-left:0;
	border-image: linear-gradient(to bottom, #dedd18, #4bae48);
	border-style:solid;
	border-image-slice: 1;
}

.sector-stat:nth-child(2) {
	border-image: linear-gradient(to bottom, #f3a935, #ce332f);
	border-style:solid;
	border-image-slice: 1;
}

.sector-stat:nth-child(3) {
	border-image: linear-gradient(to bottom, #318ac3, #6a427f);
	border-style:solid;
	border-image-slice: 1;
	/* padding:10px 10px 0; */
}

#sector-figures h2 {
	font-size: 32px;
	padding:40px 0 20px;
	font-weight:normal;
	clear:both;
}


#preview-gallery {
	position:relative;
	margin-top:20px;
	display:none;
	transition:all ease 0.6s;
	padding-bottom:60px;
}

#home-sector-preview.reveal #preview-gallery {
	display:block;
}


#preview-gallery button {
	display:block;
	position:absolute;
	width:5%;
	top:0;
	z-index:200;
	background-color:#efecf2;
	border:none;
	height:100%;
	font-size:40px;
	color:#4f2f72;
	font-weight:300;
	padding:0;
	cursor:pointer;
	opacity:0.6;
	transition:all ease 0.3s;
	background-repeat:no-repeat;
	background-position:center 40%;
	background-size:50% auto;
}

#preview-gallery button:hover {
	opacity:1;
}


#preview-gallery .prev {
	left:0;
	background-image:url(../images/carousel-prev.svg);
}

#preview-gallery .next {
	right:0;
	background-image:url(../images/carousel-next.svg);
}

#buzzwords-button {
	position:absolute;
	right:0;
	top:-90px;
	width:278px;
	height:83px;
	background-image:url(../images/buzzwords-mini.svg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right top;
	color:#eea827;
	font-size: 24px;
	font-weight: 600;
	line-height: 65px;
	cursor:pointer;
}

.buzzwords-explainer {
	font-weight:400;
	color:#4f2f72;
	font-size:20px;
	padding-top:10px;
}

.buzzwords-explainer button {
	background-color:none;
	border:none;
	text-decoration:underline;
	font-family: 'Nunito Sans', sans-serif;
	font-size:20px;
	color:#4f2f72;
	cursor:pointer;
}

#preview-carousel {
	overflow:hidden;
}

#preview-carousel ul {
	position:relative;
	width:1000em;
}

#preview-carousel li {
	width:30.5vw;
	text-align:left;
	float:left;
}

#preview-carousel li a {
	display:block;
	padding-right:7%;
	text-decoration:none;
	position:relative;
}

#preview-carousel li a > img {
	width:100%;
	height:auto;
	display:block;
}

.grid-view #preview-carousel .video-panel {
	background-color:rgb(52,52,52);
}

#preview-carousel li .video-meta img.broadcaster-logo {
    position: absolute;
    right: 16px;
    bottom: 12px;
    max-width: 25%;
    max-height: 32px;
    height: auto;
}


#preview-carousel li .video-panel .keywords {
    height: 6em;
    line-height:1.2em;
}

#preview-carousel li a::before {
	width:93%;
	text-align:center;
	padding:10px 30px;
	top:-72px;
	left:0;
	content:"Set up your news alert \A to watch this video";
	font-size:20px;
	font-weight:600;
	color:rgba(255,255,255,0.9);
	background-color:rgba(79,47,114,.9);
	height:72px;
	line-height:1.3em;
	position:absolute;
	z-index:12;
	opacity:0;
	transition:all 0.3s ease;
	white-space: pre-wrap;
}

#preview-carousel li a:hover:before {
	opacity:1;
	top:0px;
}






/* home modules */


.home-editor h2 {
	font-size:44px;
	font-weight:400;
	line-height:1.2em;
	margin-bottom:12px;
}



.home-editor p {
	font-size:20px;
	font-weight:400;
	line-height:1.2em;
	margin-bottom:12px;
}




/* broadcasters module */

#home-broadcasters {
	background-color:white;
	text-align:center;
	padding:60px 0;
}

#home-broadcasters .cta {
	margin-top:20px;
	display:inline-block;
	border:1px solid rgba(136,136,136,0.5);
	background-color:rgba(52,52,52,0.05);
	color:#706f6f;
	font-size:20px;
	font-weight:600;
	padding:16px 24px;
	text-decoration:none;
	transition:all ease 0.3s;
}

#home-broadcaster-logos {
	text-align:center;
	padding-top:20px;
}

#home-broadcaster-logos img {
	display:inline-block;
	margin:0 2.5% 30px;
	vertical-align:middle;
	max-width:18%;
	height:auto;
	max-height:5vw;
}

#home-broadcaster-logos img.aj {
	max-height:10vw;
}

#home-broadcaster-logos img.cna {
	max-height:7.5vw;
}

#home-broadcaster-logos img:nth-child(1) {
	margin-left:0;
}

#home-broadcaster-logos img:nth-child(5) {
	margin-right:0;
}


/* cultural sectors module */


#home-cultural {
	padding:60px 0;
	background-color:#6c2e6d;
	color:white;
	text-align:center;
}

#home-cultural .container{
	overflow:hidden;
}

#home-cultural-list {
	padding-top:30px;
	position:relative;
	width:377.8vw;
}

#home-cultural-list div {
	float:left;
	width:13vw;
	margin-left:2.2vw;
}

#home-cultural-list div:first-child {
	margin-left:0;
}

#home-cultural-list div img {
	width:100%;
	height:auto;
}

#home-cultural-list div h3 {
	font-size:24px;
	font-weight:400;
	padding-top:15px;
}


/* simple steps module */


#home-simplesteps {
	padding:60px 0;
	background-color:#efecf2;
}

#home-simplesteps h2 {
	width:35%;
	margin-left:8.5%;
	font-size:42px;
	color:rgb(52,52,52);
	font-weight:600;
	line-height:50px;
	float:left;
}

#home-simplesteps h2 span {
	font-size:60px;
	color:#d95620;
}

#home-step-list {
	float:left;
	width:40%;
	margin-left:8.5%;
}

#home-step-list ol {
	font-size:42px;
	font-weight:600;
	color:#d95620;
}

#home-step-list li {
	list-style-type:decimal;
	margin-left:1.1em;
}

#home-step-list ol span {
	font-size:26px;
	font-weight:400;
	color:#3c3c3b;
}

#home-step-list p {
	font-size:26px;
	font-weight:600;
	color:#d95620;
	padding-top:20px;
}

#home-step-list .cta {
	display:inline-block;
	border:1px solid rgba(136,136,136,0.5);
	background-color:rgba(52,52,52,0.05);
	color:#706f6f;
	font-size:20px;
	font-weight:600;
	padding:16px 24px;
	text-decoration:none;
	transition:all ease 0.3s;
}

/* site footer */

#site-footer {
	background-color:#3c3c3b;
	padding:30px 0;
	color:rgba(255,255,255,0.75);
	font-size:16px;
}

#ei-credit img {
	width:320px;
	height:auto;
	display:block;
	margin-top:5px;
}

#copyright {
	position:absolute;
	top:30px;
	right:0;
	width:40%;
	text-align:right;
}


/* login */

.login-content {
	height:100vh;
	background-image:url(../images/home-buzz-icons.png);
	background-size:100% auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}

#loginForm {
	width:400px;
	margin:20px auto 0 auto;
	border:2px solid rgba(79,47,114,0.5);
	padding:20px 30px 30px;
	background-color:rgba(255,255,255,0.5);
}

#loginForm h1 {
	font-size: 44px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 20px;
	color:rgba(79,47,114,1);
}

#loginForm li {
	margin:0;
}

#loginForm li label{
	display:block;
	margin-bottom:5px;
	color:rgba(79,47,114,1);
}

#loginForm li input{
	display:block;
	width:100%;
	height:40px;
}

#loginForm input[type="submit"] {
	border:1px solid rgba(79,47,114,1);
	background-color:rgba(79,47,114,0.1);
	color:rgba(79,47,114,1);
	font-size:20px;
	font-weight:600;
	padding:12px 24px;
	text-decoration:none;
	transition:all ease 0.3s;
	margin-top:10px;
	cursor:pointer;
}

#loginForm input[type="submit"]:hover {
	background-color:rgba(79,47,114,0.5);
}

/* tour */

#tour-preview #news-content {
	padding:0;
}

#tour-preview .site-wrapper {

}

#tour-preview #news-tabs {
	z-index:900;
}


#tour-preview #buzzwords.show {
	overflow:visible;
}



#tour-overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-color:rgba(0,0,0,0.9);
	z-index:6000;
}

#tour-overlay .preview {
	background-color:#404040 !important;
	height:auto;
	border:15px solid #404040  !important;
	position:relative;
	top:100px;
	left:50%;
	margin-left:-400px;
	color:white;
}

#tour-overlay .video-holder {
	padding:0;
}

#tour-overlay .video-holder img {
	width:100%;
	height:auto;
}

#tour-pics {
	padding-top:30px;
	position:relative;
	margin:0 auto;
	width:90%;
}

#tour-pics img {
	display:none;
	margin:0 auto;
	width:100%;
	height:auto;
}

#tour-pics img.show {
	display:block;
}

.tour-step {
	opacity:0;
	position:absolute;
	width:300px;
	background-color:#4eaf44;
	border-radius:6px;
	padding:20px;
	color:white;
	font-weight:400;
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5);
	transition:all ease 0.4s;
	z-index:10000;
	border: 2px solid white;
}

.tour-step:after {
	content:"";
	position:absolute;
	top:-16px;
	left:50%;
	margin-left:-8px;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #4eaf44;
}

.tour-step h2 {
	font-size:24px;
	margin-bottom:10px;
}

.tour-step p {
	margin-bottom:10px;
	line-height:1.3em;
	font-size:16px;
}

.tour-button {
	display:inline-block;
	border:1px solid white;
	padding:5px 10px;
	color:white;
	transition:all ease 0.3s;
	cursor:pointer;
}

.tour-button:hover {
	background-color:white;
	color:#4eaf44;
}

.tour-step.current {
	opacity:1;
	z-index:10001;
}

#tour-step0 {
	top: -25px;
	left: 50%;
	margin-left: -150px;
	padding: 40px 20px;
}

#tour-step1 {
	top:6.5vw;
	left:10vw;
}

#tour-step2 {
	top: 19vw;
	left: -1vw;
}

#tour-step3 {
	top: 34vw;
	left: 20vw;
}

#tour-step4 {
	top: 11.5vw;
	right: 0;
}

#tour-step5 {
	top: 10vw;
	right: 30vw;
}

/* custom fancybox styling */

.fancybox-active .fancybox-is-open .fancybox-bg {
	opacity:0.5;
}

.fancybox-active .fancybox-is-open .fancybox-toolbar {
	visibility:visible !important;
	opacity:1 !important;
}

.tour-overlay .fancybox-button--close::before {
	content:"Close the tour";
	position:absolute;
	height:44px;
	width:200px;
	right:44px;
	top:0;
	color:white;
	line-height:44px;
	font-size:20px;
	background-color:#4eaf44;
}

.alertpreview-overlay .fancybox-button--close::before {
	content:"Close the preview";
	position:absolute;
	height:44px;
	width:200px;
	right:44px;
	top:0;
	color:white;
	line-height:44px;
	font-size:20px;
	background-color:#4eaf44;
}

.alertpreview-overlay .fancybox-caption {
	font-size:20px;
}

/*Media Query for Login and preview news alert*/

@media only screen and (max-width: 1230px) {
	.grid-view .video-gallery article {
		width: 50%;
	}
		#buzzwords-cloud_word_6 {
			margin-left: 20px;
		}
}

@media only screen and (max-width: 1084px) {
	.list-view .video-panel {
		height: 160px;
	}

	#buzzwords.show {
		height: 430px;
	}

	.instruction {
		margin-top: 20px;
	}

	.buzzwords-explainer {
		padding-top: 25px;
	}
}

@media only screen and (max-width: 965px)  {
	.box-cloud {
		width: 100%;
		border-radius: 50px;
	}

#close-buzzwords {
	right: -25px;
}

}

@media only screen and (max-width: 824px) {
.jqcloud-word .w1 .show {
	display: none;
}

	.grid-view .video-gallery article {
		width: 100%;
	}

	.sortable-list .video-list-mobile {
		display: none !important;
	}

	#video-list-preview {
		display: none !important;
	}

	/* .grid-view .video-gallery article .video-list-mobile {
		display: none;
	} */

	/* .player .mini-player {
		width: 500px;
	}

	.play-thumbnail img {
		margin: 0 auto;
	} */


	/* #show-page-summary {
		display: block;
	} */

	/* .iframe-video {
		width: 300px;
		height: auto;
	} */

	.player.player-mini {
		width: 500px !important;
	}

	#vid_con .player .player-mini {
		width: 460px !important;
	}

	.player {
		min-width: 100px !important;
	}

	#buzzwords-cloud .jqcloud-word.show {
		font-size: 18px;
	}
}

@media only screen and (max-width: 744px) {
	.list-view .video-panel {
		height: 260px;
	}
}

@media only screen and (max-width: 607px) {
	.list-view .video-panel {
		height: 320px;
	}

	.list-view .broadcaster-logo {
		top: 90%;
	}
}

@media only screen and (max-width: 515px) {

.list-view .video-meta p {
	width: 170px;
}

.list-view .video-meta h2 {
	position: absolute;
	top: 120px;
	left: 0;
}

p.position {
	position: absolute;
	top: 150px;
	left: 0;
}

p.company {
	position: absolute;
	top: 165px;
	left: 0;
}

p.broadcaster {
	position: absolute;
	top: 190px;
	left: 0;
}

p.timestamp {
	position: absolute;
	top: 210px;
	left: 0;
}

}


@media only screen and (max-width: 515px) {
	.gallery-page-summary {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 466px) {
	.list-view .keywords {
		display: none !important;
	}

	.list-view .video-meta p {
		width: 150px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

	#site-header #logo {
    width: 320px;
    height: auto;
  }
}

@media only screen and (max-width: 636px) {

	#HeadLoginView_HeadLoginStatus {
    width: 60px;
    height: 35px;
    line-height: 35px;
		font-size: 14px;
  }

	#site-header #logo {
    width: 220px;
    height: auto;
  }


	.login-area {
		position: absolute;
		right:0;
		top:20px;
	}

	#loginForm {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 576px) {

	/* #site-header #logo {
		width: 230px;
	} */
}

@media only screen and (max-width: 460px) {
	#site-header #logo {
    width: 200px;
    height: auto;
		margin-top: 5px;
  }
}

@media only screen and (max-width: 460px) {
	#loginForm {
		width: 400px;
	}
}

@media only screen and (max-width: 430px) {
	#loginForm {
		width: 370px;
	}
}

@media only screen and (max-width: 390px) {
	#loginForm {
		width: 330px;
	}
}


@media only screen and (max-width: 353px) {
	#loginForm {
		width: 310px;
	}
}
#buzzwordslist {
	display: none;
}

#buzzxords-list1 {
	display: none;
}

  #buzzxords-list2 {
		display: none;
	}

	#buzzxords-list3 {
		display: none;
	}
#home-step-list .cta {
	color: #DDE11C;
	background-color: rgba(0,0,0,0.4);
}

@media only screen and(max-width: 857px) {
	#video-list-mobile .grid-view .video-gallery article {
		display: none;
	}
}

#show-page-summary {
	display: none;
}

#preview-videos {

}

/*New css for news alert preview. Mobile only*/
@media only screen and(max-width: 857px) {

	#preview-videos {
	  margin: 0 auto;
	  width: 600px;
	  height: auto;
		display: block;
	}

	iframe {
	  margin: 0 auto;
	  width: 500px;
	  height: 300px;
	  border: none;
	}

	.video-meta-info {
	  width: 500px;
	  height: auto;
	  background: #3A3A3A;
	  color: white;
	  padding: 10px;
	  box-sizing: border-box;
	  margin-top: -4px;
	}

	.video-buzzwords {
	  width: 500px;
	  height: auto;
	  background: #535353;
	  color: white;
	  padding: 10px;
	  box-sizing: border-box;
	}

	.thumbnail-div {
	  margin-top: 20px;
	}

	.news-image {
	  width: 500px;
	  height: auto;
	}

}






/* Style css */
.wrapper {
  width: 100%;
  height: auto;
  display: none;
}

.item {
  width: 100%;
}


.info-box {
  width: 360px;
  height: 200px;
  background: #343434;
  margin-top: -22px;
}



.info-box-title {
  color: #CCCCCC;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
}

.info-box-content {
  color: #939393;
  font-size: 14px;
  padding-left: 10px;
  text-align: left;
}

.info-box-logo {
  width: 60px !important;
  height: auto;
  margin-bottom: 20px;
  position: absolute;
  right: -180px;
}

.dropdown-news-alert {
  width: inherit;
  height: 50px;
  background: rgba(72, 44, 105, 0.8);
  text-align: center;
  color: white;
  z-index: 1;
  position: absolute;
  top: 0px;

}

.keywords-box {
  width: 360px;
  height: 140px;
  background: #4D4D4D;
  color: white;
}

.keywords-box p:first-child {
  position: absolute;
  left: -15px;
  color: #CCCCCC;
  width: 40%;
}

.keywords-box p:nth-child(2) {
  color: #939393;
  font-size: 14px;
  padding-top: 2px;
  margin-left: -15px;

}



video {
  width: 360px;
  height: auto;
}

/* @media only screen and (min-width: 857px) and (max-width:1024px) {

  video {
    width: 400px;
    height: auto;
  }

  .info-box-logo {
    right: -120px;
  }

  .info-box {
    width: 400px;
  }

  .keywords-box {
    width: 400px;
  }

  .info-box-logo {
    right: -220px;
  }
}


@media only screen and (min-width: 650px) and (max-width:857px) {
  video {
    width: 440px;
    height: auto;
  }

  .info-box {
    width: 440px;
  }

  .keywords-box {
    width: 440px;
  }

  .info-box-logo {
    right: -140px;
  }
} */

@media only screen and (min-width: 0px) and (max-width:699px) {

.wrapper {
  display: block;
}

  video {
    width: 100%;
    height: auto;
  }

  .info-box {
    width: 100%;
    margin-top: -5px;
  }

  .keywords-box {
    width: 100%;
  }

  .info-box-logo {
    margin-top: 20px;
    position: absolute;
    right: 10px;
  }
}
