/*
Theme Name: marketingweek
Theme URI: http://marketingweek.co.uk/
Author: Robert O'Rourke
Author URI: http://interconnectit.com/
Description:
Version: 1.0.11.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marketingweek
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make sfomething cool, have fun, and share what you've learned with others.

 marketingweek is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Design
----------------------------------------------------------------

Purple: #750027
Pink: #BC003E
Grey: #e5e5e5
White: #ffffff
Black: #000000
Orange: #EC6432

KB Dark Blue: #0F8690
KB Blue: #16C0CF

Museo Sans via Typekit

--------------------------------------------------------------*/

@import 'css/icons.css';

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	overflow-x: hidden;
	width: 100%;
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

/* Remove hypens for safari */
* {
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	hyphens:none;
}

body {
	background-color: #e5e5e5; /* Fallback for when there is no custom background color defined. */
	width: 100%;
}

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

ol,
ul {
	list-style: none;
}

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

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a {
	cursor: pointer;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

li a span {
	cursor: pointer;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #111;
	font-family: "museo-sans", "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	line-height: 1.4;
}

.lt-ie10 body,
.lt-ie10 button,
.lt-ie10 input,
.lt-ie10 select,
.lt-ie10 textarea {
	font-family: "Trebuchet MS", sans-serif;
}

@media only screen and (min-width: 640px) {
	body,
	button,
	input,
	select,
	textarea {
		/*font-size: 15px;*/
		/*font-size: 1.5rem;*/
	}
}

@media only screen and (min-width: 900px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

p {
	margin: 20px 0;
}

.strong,
b,
strong {
	font-weight: 700;
}
.w500 {
	font-weight: 500;
}
.w300 {
	font-weight: 300;
}

dfn,
em,
i {
	font-style: italic;
}

cite {
	font-size: 75%;
}

blockquote {
	margin: 0 auto;
	font-size: 250%;
	font-weight: 100;
	color: #BC003E;
	line-height: 1.25;
	max-width: 600px;
}

blockquote p {
	max-width: none;
}

address {
	margin: 20px 0 20px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.small,
small {
	font-size: 75%;
}

.medium-small {
	font-size: 85%;
}

.sub-title {
	font-size: 125%;
}

.medium {
	font-size: 150%;
	line-height: 1.3;
}

.medium-large {
	font-size: 185%;
	line-height: 1.3;
}

.large,
big {
	font-size: 225%;
	line-height: 1.25;
}

.heading {
	font-size: 100%;
}
.widget-title,
.sub-heading {
	color: #8b8b8b;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 70%;
	font-variant: small-caps;
}
.widget-title a,
.sub-heading a {
	color: inherit;
}

.grey {
	color: #8b8b8b;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	margin: 0 0 20px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	-ms-interpolation-mode: bicubic;
	image-rendering: auto;

}
.entry-thumbnail {
	display: block;
}
.entry-thumbnail img {
	display: block;
	width: 100%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 20px;
	width: 100%;
}

th {
	font-weight: bold;
}

.blink {
	text-decoration: blink;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	padding: 5px 20px;
	color: #fff;
	background: #BC003E;
	display: inline-block;
	box-sizing: border-box;
	border: 0;
	border-radius: 0;
	line-height: 20px;
	text-decoration: none;
	font-weight: 700;
	-webkit-appearance: none;
	appearance: none;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #fff;
}

.button.blue,
.button.blue:visited,
.button.blue:active,
.button.blue:focus,
.button.blue:hover,
button.blue,
input[type="button"].blue,
input[type="reset"].blue,
input[type="submit"].blue {
	background: #019ac0;
}
.button.dark-blue,
button.dark-blue,
input[type="button"].dark-blue,
input[type="reset"].dark-blue,
input[type="submit"].dark-blue {
	background: #007aa7;
	color: #fff;
}

.button.black,
button.black,
input[type="button"].black,
input[type="reset"].black,
input[type="submit"].black {
	background: #222;
	color: #fff;
}

.button.white,
.button.white:visited,
.button.white:active,
.button.white:focus,
.button.white:hover,
button.white,
input[type="button"].white,
input[type="reset"].white,
input[type="submit"].white {
	background: #fff;
	color: #222;
}

.button.grey,
.button.grey:visited,
.button.grey:active,
.button.grey:focus,
.button.grey:hover,
button.grey,
input[type="button"].grey,
input[type="reset"].grey,
input[type="submit"].grey {
	background: #8b8b8b;
	border: 1px solid #8b8b8b;
}

.button.big {
	padding: 10px 40px;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	font-size: 16px; /* prevent iOS zoom */
	padding: 5px 15px;
	line-height: 20px;
	color: #666;
	border: 1px solid #bababa;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: #8b8b8b;
}

::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

main input[type="text"],
main input[type="email"],
main input[type="url"],
main input[type="password"],
main input[type="search"],
main textarea {
	font-size: 16px; /* prevent iOS zoom */
	line-height: 20px;
	padding: 10px 15px;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: inherit;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none;
	z-index: 2;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

main input[type="text"]:focus,
main input[type="email"]:focus,
main input[type="url"]:focus,
main input[type="password"]:focus,
main input[type="search"]:focus,
main textarea:focus,
main select:focus {
	border-color: #bababa;
}


textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

label {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
}

label sup {
	color: red;
}

.inline-label {
	position: relative;
}
.inline-label label {
	position: absolute;
	left: 15px;
	line-height: 32px;
	color: #8b8b8b;
	margin: 1px 0;
	font-size: 16px;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: relative;
	left: 0;
	top: 0;
	cursor: pointer;
	margin-right: 6px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: 0;
}

/* close approximation in IE */
::-ms-check {
	margin-left: 0;
	margin-right: 0;
	width: 15px; height: 15px;
	padding: 4px;
	border: 1px solid #bababa;
	background: #fff;
	border-radius: 5px;
	box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
	color: #add26d;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked):before,
[type="checkbox"]:checked:before {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 25px; height: 25px;
	border: 1px solid #bababa;
	background: #fff;
	border-radius: 5px;
	box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked):after,
[type="checkbox"]:checked:after {
	font-family: 'icomoon';
	content: '\e62d';
	position: absolute;
	top: 0; left: 0;
	vertical-align: middle;
	font-size: 13px;
	width: 25px;
	line-height: 26px;
	text-align: center;
	color: #8b8b8b;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked):after {
	opacity: 0;
	transform: scale(0);
}
[type="checkbox"]:checked:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked):before,
[type="checkbox"]:disabled:checked:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
[type="checkbox"]:disabled:checked:after {
	color: #999;
}
[type="checkbox"]:disabled {
	color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus:before,
[type="checkbox"]:not(:checked):focus:before {
	border: 1px solid #8b8b8b;
}

[type="checkbox"]:focus,
[type="checkbox"]:active {
	outline: none;
}

/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
	position: relative;
	left: 0;
	top: 0;
	cursor: pointer;
	margin-right: 15px;
	height: 25px;
	vertical-align: middle;
}

/* radio aspect */
[type="radio"]:not(:checked):before,
[type="radio"]:checked:before {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 25px; height: 25px;
	border: 1px solid #bababa;
	background: #fff;
	border-radius: 100px;
	box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="radio"]:not(:checked):after,
[type="radio"]:checked:after {
	content: '';
	position: absolute;
	top: 7px; left: 7px;
	vertical-align: middle;
	width: 11px; height: 11px;
	text-align: center;
	background-color: #add26d;
	border-radius: 100px;
	box-shadow: inset 0 2px 0 rgba(0,0,0,.2);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked):after {
	opacity: 0;
	transform: scale(0);
}
[type="radio"]:checked:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked):before,
[type="radio"]:disabled:checked:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
[type="radio"]:disabled:checked:after {
	color: #999;
}
[type="radio"]:disabled {
	color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus:before,
[type="radio"]:not(:checked):focus:before {
	border: 1px solid #8b8b8b;
}

[type="radio"]:focus,
[type="radio"]:active {
	outline: none;
}

/* select fields */
.fancy-select {
	position: relative;
	display: inline-block;
}
.fancy-select select::-ms-expand {
	display: none;
}
.fancy-select select {
	font-size: inherit;
	line-height: 22px;
	height: 42px;
	padding: 8px 55px 9px 15px;
	border: 1px solid #e5e5e5;
	background: none;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	position: relative;
	z-index: 2;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fancy-select:after {
	right: 1px;
	bottom: 1px;
	width: 40px;
	padding-right: 2px;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	display: inline-block;
	font-family: 'icomoon';
	content: '\e617';
	font-size: 125%;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	z-index: 1;
	background: #fff;
	cursor: pointer;
}
.fancy-select select:focus {
	border-color: #bababa;
}

.lt-ie10 .fancy-select select {
	padding-right: 15px;
}
.lt-ie10 .fancy-select:after {
	display: none;
}

.field-error input[type="text"],
.field-error input[type="email"],
.field-error input[type="password"] {
	background-color: #fdf2f1;
	border-color: #dc9292;
}

.message {
}

.login-error,
.message.error {
	background: #f9cacf;
	border: 1px solid #dc9292;
	padding: 5px 15px;
}
.message.success {
	color: #8b8b8b;
}
.message.success:before {
	display: inline-block;
	font-family: 'icomoon';
	vertical-align: middle;
	content: '\e62d';
	text-align: center;
	font-size: 16px;
	color: #add26d;
	border: 1px solid #add26d;
	border-radius: 100px;
	width: 36px; height: 36px;
	line-height: 34px;
	margin-right: 15px;
}

/*--------------------------------------------------------------
4.5.0 Layout
--------------------------------------------------------------*/

.reveal {
	background: #e5e5e5;
	width: 100%;
	position: relative;
	z-index: 2;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: transform .2s ease-in;
	-ms-transition: transform .2s ease-in;
	transition: transform .2s ease-in;
	-webkit-transform: translate3d( 0, 0, 0 );
	transform: translate3d( 0, 0, 0 );
	-webkit-backface-visibility: hidden;
}

.show-menu .reveal {
	-webkit-transform: translate3d( -260px, 0, 0 );
	transform: translate3d( -260px, 0, 0 );
}

.no-csstransforms3d .show-menu .reveal,
.lt-ie10 .show-menu .reveal {
	left: -260px;
}

@media only screen and (min-width: 800px) {
	.show-menu .reveal {
		/*-webkit-transform: translate( 200px );*/
		/*transform: translate( 200px );*/
	}
}

.site {
	position: relative;
}

/* ridiculous fix for iOS safari when focussing elements */
.fixfixed {
	position: absolute!important;
}
.banner.fixfixed {
	display: none;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #555;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

.grey a {
	color: #8b8b8b;
}

.grey a:visited {
	color: #8b8b8b;
}

.grey a:hover,
.grey a:focus,
.grey a:active {
	color: #8b8b8b;
}

.entry-content a,
.entry-author a {
	color: #E71E40;
}

.entry-content a:visited,
.entry-author a:visited {
	color: #750027;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,
.entry-author a:hover,
.entry-author a:focus,
.entry-author a:active {
	color: #E71E40;
	text-decoration: underline;
}

.white a,
.site-footer a {
	color: #fff;
}

.white a:visited,
.site-footer a:visited {
	color: #fff;
}

.white a:hover,
.white a:focus,
.white a:active,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
	color: #fff;
}

a[class*="toggle-"] {
	/*pointer-events: none;*/
	cursor: pointer;
	-ms-interpolation-mode: bicubic;
}
a[class*="toggle-"]:focus,
a[class*="toggle-"]:active {
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.burger {
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	margin: 16px auto;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.burger span {
	display: block;
	height: 2px;
	background: #E71E40;
	width: 100%;
	margin: 2px 0 4px;
	overflow: hidden;
	-webkit-transform-origin: 2px 2px;
	transform-origin: 2px 2px;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	transition: all .15s linear;
	opacity: 1;
}

.burger span+span {
	-webkit-transform-origin: center;
	transform-origin: center;
}
.burger span+span+span {
	-webkit-transform-origin: 10px -2px;
	transform-origin: 10px -2px;
	margin: 0;
}

.main-navigation {
	width: 260px;
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	background: #ac0f35;
	z-index: 1;
	overflow-x: hidden;
	color: #fff;
	line-height: 20px;
	opacity: 0;
	-webkit-transition: opacity 0s linear .3s;
	-moz-transition: opacity 0s linear .3s;
	-ms-transition: opacity 0s linear .3s;
	transition: opacity 0s linear .3s;
}

.js .main-navigation {
	position: fixed;
}

#navigation-sticky-wrapper {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}

@media only screen and (min-width: 640px) {
	.js .main-navigation {
		position: absolute;
	}
}

.show-menu .main-navigation {
	opacity: 1;
	-webkit-transition: opacity 0s linear;
	-moz-transition: opacity 0s linear;
	-ms-transition: opacity 0s linear;
	transition: opacity 0s linear;
	box-shadow: 0 0 0 #ac0f35,
				0 200px 0 #ac0f35,
				0 400px 0 #ac0f35,
				0 800px 0 #ac0f35,
				0 1000px 0 #ac0f35,
				inset 4px 0 0 rgba(0,0,0,.2);
}

.main-navigation .menu-wrapper {
	background: #ac0f35;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.main-navigation .menu-title {
	background: #E71E40;
	color: #580017;
	padding: 15px 20px;
	font-size: 115%;
	font-weight: 500;
	box-shadow: inset 4px 0 0 rgba(0,0,0,.2);
}

.main-navigation .menu-item-back {
	background: #8e0025;
	position: relative;
}

.main-navigation .menu-item-back [class^="icon"] {
	position: absolute;
	right: 10px; top: 0;
	line-height: 50px;
	vertical-align: middle;
	color: #d21641;
	font-size: 22px;
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 80%;
	-webkit-overflow-scrolling: touch;
}

.csscalc .main-navigation ul {
	height: calc(100% - 100px);
}

@media only screen and (min-width: 800px) {
	.csscalc .main-navigation ul {
		height: calc(100% - 110px);
	}
}

.main-navigation li {
	box-shadow: 0 0 1px rgba(0,0,0,.3);
}

.main-navigation li a {
	display: block;
	text-decoration: none;
	padding: 15px 20px;
	color: #fff;
	position: relative;
}

.main-navigation li[class*="current"] {

}

.main-navigation ul>li>ul,
.main-navigation .list-wrap {
	overflow: hidden;
	background: #ac0f35;
	position: absolute;
	z-index: 2;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 100%;
	box-shadow: inset 4px 0 0 rgba(0,0,0,.2);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform .2s ease-in, height .1s linear;
	-moz-transition: transform .2s ease-in, height .1s linear;
	-ms-transition: transform .2s ease-in, height .1s linear;
	transition: transform .2s ease-in, height .1s linear;
}

.main-navigation li.active>ul,
.main-navigation li.active>.list-wrap {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.lt-ie10 .main-navigation li.active>ul,
.lt-ie10 .main-navigation li.active>.list-wrap,
.no-csstransforms3d .main-navigation li.active>ul,
.no-csstransforms3d .main-navigation li.active>.list-wrap {
	left: 0;
}

.main-navigation ul>li>ul>li>ul,
.main-navigation .list-wrap .list-wrap {
	z-index: 3;
}
.main-navigation ul>li>ul>li>ul>li>ul,
.main-navigation .list-wrap .list-wrap .list-wrap {
	z-index: 4;
}

.main-navigation li.active ul {
	overflow: auto;
}

.main-navigation ul ul ul {
	/*background: #fff;*/
	z-index: 3;
}


@media only screen and (min-width: 800px) {

	.burger {
		width: 24px;
		height: 24px;
		margin: 19px auto 17px;
	}

	.burger span {
		height: 3px;
		margin: 2px 0 5px;
		-webkit-transform-origin: 3px 3px;
		transform-origin: 3px 3px;
	}
	.burger span+span {
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	.burger span+span+span {
		-webkit-transform-origin: 13.5px -2.5px;
		transform-origin: 13.5px -2.5px;
	}

	.main-navigation .menu-title {
		line-height: 30px;
	}

}

.masthead-navigation {
	float: left;
	background: #fff;
	position: relative;
	z-index: 1;
}
.masthead-navigation:before,
.login-form:before,
.toggles:before {
	content: '';
	position: absolute;
	top: 0;
	height: 50px;
	left: -20px;
	width: 20px;
	background: url(images/menu-slice.png) no-repeat left bottom;
	background-size: auto 60px;
	-webkit-transform: translate3d(0,0,0);
}

.masthead-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in .25s;
	-moz-transition: opacity .25s ease-in .25s;
	-ms-transition: opacity .25s ease-in .25s;
	transition: opacity .25s ease-in .25s;
}

.logged-in.show-login .masthead-navigation ul,
.show-search .masthead-navigation ul {
	-webkit-transition: opacity .25s ease-in;
	-moz-transition: opacity .25s ease-in;
	-ms-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in;
}

.masthead-navigation li {
	display: inline-block;
}

.masthead-navigation a {
	display: inline-block;
	padding: 0 10px;
	font-weight: 500;
	font-size: 115%;
	line-height: 50px;
}

@media only screen and (min-width: 800px) {
	.masthead-navigation {
		margin-left: 0;
		min-width: 200px;
		height: 60px;
	}
	.masthead-navigation:before,
	.login-form:before,
	.toggles:before {
		left: -24px;
		width: 24px;
		height: 60px;
	}
	.masthead-navigation a {
		line-height: 60px;
	}
}

@media only screen and (min-width: 640px) {
	.show-search .masthead-navigation ul,
	.logged-in.show-login .masthead-navigation ul {
		opacity: 0;
	}
	.masthead-navigation ul {
		display: block;
	}
}


.paging-navigation {
	margin: 24px auto 24px;
	padding: 12px 0;
	text-align: center;
	clear: both;
}

@media only screen and (min-width: 640px) {
	.paging-navigation {
		margin: 36px auto 24px;
	}
	.paging-navigation .nav-links {
		max-width: 334px;
		margin: 0 auto;
	}
}

.paging-navigation a {
	display: block;
	margin: 12px 12px;
	background: #fff;
	padding: 12px;
	color: #8b8b8b;
	font-weight: 700;
	border: 1px solid #e5e5e5;
}

.paging-navigation a:hover {
	text-decoration: none;
}

.js .nav-next {
	display: none;
}


/**
 * Ensure the CSS works with both the old and new HTML, and vice versa
 * This is needed because of sync issues with the deployment of code and assets
 *
 * To get around this, we add a new body class (off-canvas-menu-cover), which shows we're ready to use the new CSS
 */
.off-canvas-menu-cover .reveal {
    -webkit-transform: none;
    transform: none;
}

.off-canvas-menu-cover .main-navigation {
    z-index: 1000;
    right: -260px;
    opacity: 1;
    -webkit-transition: right linear .3s;
    -moz-transition: right linear .3s;
    -ms-transition: right linear .3s;
    transition: right linear .3s;
}

.off-canvas-menu-cover .main-navigation ul {
    overflow-y: auto;
}

.off-canvas-menu-cover.show-menu .main-navigation {
    right: 0;
}

.off-canvas-menu-cover #navigation-sticky-wrapper {
    z-index: 1000;
}


/*--------------------------------------------------------------
5.2.2 Taxonomy Menu
--------------------------------------------------------------*/

.nav-taxonomy {
	overflow: hidden;
	display: none;
}

.nav-taxonomy .menu {
	margin: 0;
	padding: 0 0 24px;
	list-style: none;
	overflow: hidden;
}

.nav-taxonomy ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-taxonomy li li ul {
	display: none;
}

.nav-taxonomy .menu-item-depth-0 {
	float: left;
	width: 50%;
	padding-top: 24px;
}
.nav-taxonomy .menu-item-depth-0:nth-child(2n+1) {
	clear: both;
}

.nav-taxonomy a {
	display: block;
	margin: 0 12px;
}

.nav-taxonomy .menu-item-depth-0 > a {
	font-size: 85%;
	font-weight: 700;;
}

.nav-taxonomy .menu-item-depth-0 li > a {
	font-size: 75%;
}

@media only screen and (min-width: 640px) {
	.nav-taxonomy .menu-item-depth-0 {
		float: left;
		width: 33.3333%;
	}
	.nav-taxonomy .menu-item-depth-0:nth-child(2n+1) {
		clear: none;
	}
	.nav-taxonomy .menu-item-depth-0:nth-child(3n+1) {
		clear: both;
	}
}

@media only screen and (min-width: 900px) {
	.nav-taxonomy {
		display: block;
	}
	.nav-taxonomy .menu-item-depth-0 {
		float: left;
		width: 16.66666%;
	}
	.nav-taxonomy .menu-item-depth-0:nth-child(2n+1),
	.nav-taxonomy .menu-item-depth-0:nth-child(3n+1) {
		clear: none;
	}
	.nav-taxonomy .menu-item-depth-0:nth-child(6n+1) {
		clear: both;
	}
}


/*--------------------------------------------------------------
5.2.3 Social Menu
--------------------------------------------------------------*/

.menu-social [class^="icon"] + .menu-item-title {
	position: absolute;
	left: -9999px;
	top: -999px;
}

.site-footer .container .menu-social {
	font-size: 200%;
	line-height: 1;
	text-align: center;
	box-shadow: -1002px 0 0 #3f3f3f,
				-800px 0 0 #3f3f3f,
				-640px 0 0 #3f3f3f,
				-12px 0 0 #3f3f3f,
				1002px 0 0 #3f3f3f,
				800px 0 0 #3f3f3f,
				640px 0 0 #3f3f3f,
				12px 0 0 #3f3f3f;
	padding: 10px;
	background: #3f3f3f;
}

.menu-social li {
	display: inline-block;
	margin-right: 6px;
	margin-left: 6px;
	vertical-align: middle;
}


@media only screen and (max-width: 899px) {
	.site-footer .container [class*="column-"] {
		float: none;
		width: auto;
	}
}

@media only screen and (min-width: 900px) {
	.site-footer .container .menu-social {
		text-align: right;
		background: none;
		margin: 10px 12px;
		padding: 0;
		box-shadow: none;
	}
	.menu-social li {
		margin-right: 0;
		margin-left: 12px;
	}
}

/*--------------------------------------------------------------
5.2.4 Footer Menu
--------------------------------------------------------------*/

.menu-footer [class^="icon"] + .menu-item-title {
	position: absolute;
	left: -9999px;
	top: -999px;
}

.menu-footer {
	text-align: center;
	margin: 10px 0;
	font-weight: 700;
	line-height: 40px;
}

.menu-footer li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
	margin-left: 6px;
	vertical-align: middle;
	font-size: 85%;
}

@media only screen and (min-width: 900px) {
	.menu-footer {
		text-align: left;
		margin: 10px 0;
	}
	.menu-footer li {
		margin-left: 0;
		margin-right: 12px;
	}
}

/*--------------------------------------------------------------
5.3 Header
--------------------------------------------------------------*/

.masthead {
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	z-index: 4;
	height: 50px;
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0 4px 0 rgba(0,0,0,.2);
}

.masthead-inner {
	position: relative;
	height: 100%;
	z-index: 3;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform .3s ease-in;
	-moz-transition: transform .3s ease-in;
	-ms-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
	-webkit-backface-visibility: hidden;
}

.masthead .site-branding {
	background: #E71E40;
	float: left;
	position: relative;
	z-index: 1;
	-webkit-transform: translate3d(0, 0, 0);
	margin-left: -100%;
	padding-left: 100%;
}
.masthead h1 {
	margin: 0 0 0 8px;
}
.masthead h1 a {
	background: url(images/mw2x.png) no-repeat left center;
	background-size: auto 35px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	width: 95px;
	height: 50px;
}

.lt-ie9 .masthead h1 a {
	-ms-behavior: url(/content/themes/marketingweek/js/backgroundsize.min.htc);
}

.toggles {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	background: #fff;
	padding-left: 12px;
}
.toggles a[class*="toggle-"] {
	background-size: auto 25px;
}
.lt-ie9 .toggles a[class*="toggle-"] {
	-ms-behavior: url(/content/themes/marketingweek/js/backgroundsize.min.htc);
}

.toggles .toggle-menu,
.main-navigation .toggle-menu {
	text-indent: -999px;
	width: 50px;
	height: 50px;
	z-index: 1;
	line-height: 50px;
	padding: 0;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	cursor: pointer;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	display: block;
	float: left;
}

.main-navigation .toggle-menu {
	background: #E71E40 url(images/close-white.png) no-repeat center;
	background-size: 20px 21px;
	position: absolute;
	z-index: 10;
	right: 0; top :0;
	border: 0;
	border-left: 1px solid #fff;
}


.toggles .toggle-search,
.toggles .toggle-login,
.login-form .toggle-login {
	/*position: absolute;*/
	top: 0;
	width: 50px;
	height: 50px;
	text-indent: -999px;
	overflow: hidden;
	border-left: 1px solid #e5e5e5;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	-webkit-transform: translate3d(0,0,0);
	display: block;
	float: left;
}
.toggles .toggle-login {
	border-left-color: #fff;
}

.masthead [class^="toggle"].active {
	border-bottom-color: #fff;
}

#masthead-sticky-wrapper {
	height: 50px!important;
}

.admin-bar #masthead-sticky-wrapper.is-sticky .masthead {
	/*top: 47px!important;*/
}

@media only screen and (min-width: 640px) {
	.masthead {
		position: relative;
	}
}

@media only screen and (min-width: 783px) {
	.admin-bar #navigation-sticky-wrapper.is-sticky .main-navigation,
	.admin-bar #masthead-sticky-wrapper.is-sticky .masthead {
		top: 32px!important;
	}
}

@media only screen and (min-width: 800px) {

	#masthead-sticky-wrapper {
		height: 60px!important;
	}

	.masthead {
		height: 60px;
	}

	.masthead h1 {
		margin-left: 12px;
	}
	.masthead h1 a {
		width: 110px;
		height: 60px;
		background-size: auto 40px;
	}

	.toggles {
		margin-right: 12px;
	}

	.toggles .toggle-menu,
	.main-navigation .toggle-menu {
		width: 60px;
		height: 60px;
	}

	.toggles .toggle-search,
	.toggles .toggle-login {
		height: 60px;
		width: 60px;
		border-bottom: 0;
	}

}

@media only screen and (min-width: 900px) {
	.masthead h1 a {
		width: 304px;
		height: 60px;
		background-size: auto 40px;
	}
}

/*--------------------------------------------------------------
5.3.1 Search
--------------------------------------------------------------*/

.search-bar {
	background: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	right: 0;
}

.toggles .toggle-search {
	background-image: url(images/search.png);
	right: 50px;
	top: -50px;
}

.search-bar label {
	margin: 10px;
	display: block;
}
.search-bar [name="s"] {
	vertical-align: middle;
	width: 100%;
}

.search-bar form {
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: opacity .3s ease-in;
	-moz-transition: opacity .3s ease-in;
	-ms-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
	clear: both;
}

.search-bar input[type="submit"] {
	position: absolute;
	left: -999px;
	top: -999px;
}

.search-bar form:target,
.show-search .search-bar form {
	opacity: 1;
	height: 50px;
	border-top: 1px solid #e5e5e5;
	background: #fff;
	box-shadow: 0 4px rgba(0,0,0,.2);
}

@media only screen and (min-width: 560px) {
	.search-bar {
		position: absolute;
		top: 0;
		left: auto;
		width: 0;
		height: 50px;
		right: 100px;
	}
	.show-search .toggles .toggle-search {
		margin-left: 300px;
		border-left-color: #fff;
	}
	.search-bar form {
		opacity: 1;
		position: absolute;
		right: -1px;
		width: 0;
		overflow: hidden;
		border-left: 1px solid #e5e5e5;
		box-shadow: none;
	}
	.search-bar label {
		margin-right: 0;
	}
	.search-bar [name="s"] {
		opacity: 0;
		-webkit-transition: opacity .3s linear;
		-moz-transition: opacity .3s linear;
		-ms-transition: opacity .3s linear;
		transition: opacity .3s linear;
	}
	.show-search .search-bar form {
		width: 300px;
		border-top: 0;
		box-shadow: none;
	}
	.show-search .search-bar [name="s"] {
		opacity: 1;
	}
}

@media only screen and (min-width: 800px) {
	.search-bar {
		right: 120px;
		height: 60px;
		margin-right: 12px;
	}
	.show-search .toggles .toggle-search {
		height: 60px;
	}
	.search-bar form {
		height: 60px;
	}
	.show-search .search-bar form {
		height: 60px;
	}
	.search-bar label {
		margin: 15px 1px 15px 15px;
	}
}

/*--------------------------------------------------------------
5.3.2 Login
--------------------------------------------------------------*/

.login-form {
	background: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	position: absolute;
	z-index: 2;
	top: 100%;
	right: 0;
	left: 0;
}

.toggles .toggle-login {
	background-image: url(images/user.png);
}

#login {
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-ms-transition: opacity .3s linear;
	transition: opacity .3s linear;
	height: 0;
	overflow: hidden;
	line-height: 50px;
	-webkit-transform: translateZ(0);
}

.login-form:before {
	display: none;
}

.login-form .toggle-login {
	display: none;
}

.login-form #login:target,
.show-login #login {
	height: auto;
	opacity: 1;
}

.show-login .login-form {
	box-shadow: 0 4px rgba(0,0,0,.2);
	border-top: 1px solid #e5e5e5;
}

.login-form [class^="field"] {
	margin: 0 10px;
}
.login-form .field input {
	width: 100%;
}

.logged-in.show-login .login-form-wrap a {
	font-size: 115%;
	font-weight: 700;
	line-height: 50px;
	white-space: nowrap;
	display: inline-block;
	padding: 0 10px;
}

@media only screen and (min-width: 560px) {
	.login-form {
		position: absolute;
		top: 0;
		right: 0;
		display: none;
		width: 0;
		z-index: 3;
	}
	#login {
		border-top: 0;
		height: 50px;
		line-height: 50px;
		background: #fff;
	}
	.login-form:before {
		display: block;
	}
	.show-login .login-form {
		left: 120px;
		right: 12px;
		display: block;
		width: auto;
		box-shadow: none;
		border-top: 0;
	}
	.logged-in.show-login .login-form {
		right: 150px;
		background: #fff;
	}
	.show-login .login-form-wrap {
		width: 100%;
		width: calc(100% - 60px);
		display: table;
		margin-left: 60px;
	}
	.logged-in.show-login .login-form-wrap {
		background: #fff;
		text-align: right;
		display: block;
		position: absolute;
		right: 0; top: 0;
		z-index: 3;
		white-space: nowrap;
		margin: 0 12px 0 0;
		font-weight: 700;
	}
	.show-login #login {
		width: 100%;
		display: table-row;
	}
	.logged-in.show-login #login {
		display: block;
		height: 50px;
	}
	.login-form [class^="field"] {
		padding: 0 5px;
		display: table-cell;
	}
	.login-form .field-submit {
		width: 220px;
		text-align: right;
		white-space: nowrap;
		padding: 0;
	}
	.show-login .login-form .toggle-login {
		border: 0;
		background-image: url(images/close.png);
		background-size: 16px auto;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
}

@media only screen and (min-width: 800px) {
	.logged-in.show-login .login-form {
		right: 180px;
		margin-right: 12px;
	}
	.show-login .toggles .toggle-login {
		height: 60px;
	}
	.login-form #login {
		height: 60px;
		line-height: 60px;
	}
	.logged-in.show-login .login-form-wrap {
		line-height: 60px;
	}
	.show-login .login-form .toggle-login {
		height: 60px;
		width: 60px;
	}
	.logged-in.show-login #login {
		height: 60px;
	}
	.login-form input[type="submit"] {
		margin-right: 5px;
	}
	.login-form .button {
		margin-left: 5px;
	}
}

@media only screen and (min-width: 900px) {
	.login-form [class^="field"] {
		padding: 0 12px;
	}
	.login-form .field-submit {
		width: 240px;
		text-align: right;
		white-space: nowrap;
		padding: 0;
	}
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignright,
.alignleft,
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.alignleft,
.alignright {
	margin: 0 12px;
}

@media only screen and (min-width: 640px) {
	.alignleft {
		display: inline;
		float: left;
		margin-right: 24px;
	}

	.alignright {
		display: inline;
		float: right;
		margin-left: 24px;
	}
}

.entry-content .alignleft {
	margin-left: 12px;
}

.entry-content .alignright {
	margin-right: 12px;
}

@media only screen and (min-width: 640px) {
	.entry-content .alignleft {
		margin-left: 15%;
		margin-right: 24px;
	}

	.entry-content .alignright {
		margin-right: 15%;
		margin-left: 24px;
	}
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.widget:before,
.widget:after,
[class*="-box"]:before,
[class*="-box"]:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.widget:after,
[class*="-box"]:after {
	clear: both;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
	*zoom: 1;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 24px 12px 0;
	background: #fff;
}

section.page .widget {
	margin: 0 12px 24px;
}
section.page .widget:last-of-type {
	margin-bottom: 0;
}

.widget-wrap {
	margin-top: 24px;
	padding-bottom: 24px;
}

.widget-wrap .widget-title {
	color: inherit;
	padding-left: 12px;
	padding-right: 12px;
	border: 0;
	background: #8b8b8b;
	background: rgba(0,0,0,.2);
}

@media only screen and (min-width: 400px) {
	.widget-wrap .widget-title {box-shadow: -400px 0 0 rgba(0,0,0,.2), 400px 0 0 rgba(0,0,0,.2); }
}
@media only screen and (min-width: 640px) {
	.widget-wrap .widget-title {box-shadow: -640px 0 0 rgba(0,0,0,.2), 640px 0 0 rgba(0,0,0,.2); }
}
@media only screen and (min-width: 900px) {
	.widget-wrap .widget-title {box-shadow: -1002px 0 0 rgba(0,0,0,.2), 1002px 0 0 rgba(0,0,0,.2); }
}

.widget-wrap .widget-title a {
	color: inherit;
}
.widget-wrap .widget-title a:hover {
	text-decoration: underline;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget-title {
	padding: 10px 15px;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}

.widget ul {
	margin: 0;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget-menu li,
.widget_archive li,
.widget_categories li {
	list-style: none;
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #e5e5e5;
}
.widget_recent_comments li {
	color: #8b8b8b;
}

.widget-menu li {
	padding: 0;
}
.widget-menu li>a {
	padding: 10px 15px;
	display: block;
	min-height: 80px;
}
.widget-menu li>a:hover {
	text-decoration: none;
}
.widget-menu li>a h4 {
	margin: 0;
	font-size: 85%;
}
.widget-menu li>a:hover h4 {
	text-decoration: underline;
}
.widget-menu li>a p {
	margin: 0;
	color: #8b8b8b;
	font-size: 75%;
}

.textwidget,
.widget-image-menu ul {
	overflow: hidden;
	text-align: center;
	padding: 12px 12px;
	word-spacing: 0;
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}
.textwidget .adtech,
.widget-image-menu li {
	list-style: none;
	display: inline-block;
	flex-grow: 1;
	margin: 12px 0;
}
.lt-ie10 .textwidget .adtech {
	margin: 12px 6px;
}
.textwidget .adtech img,
.widget-image-menu img {
	max-width: 120px;
	height: auto;
}
.widget-image-menu .menu-item-title {
	word-spacing: .2em;
}
.widget-image-menu img + .menu-item-title {
	position: absolute;
	left: -9999px;
	top: -999px;
}
.widget-image-menu a:hover {
	text-decoration: none;
}

.icit-taxonomical-listings,
[class*="menu-walker-post-list"],
[class*="menu-walker-image-list"] {
	margin: 0;
	background: none;
}

footer.image-list-menu-footer {
	border-top: 1px solid #dddddd;

	position: relative;

	padding-top: 10px;
	margin-top:  20px;

	margin-left:   -1000px;
	padding-left:   1009px;
	margin-right:  -1000px;
	padding-right:  1000px;
}

footer.image-list-menu-footer a {
	font-size: 1.1em;
}

footer.image-list-menu-footer a:link,
footer.image-list-menu-footer a:visited,
footer.image-list-menu-footer a:hover,
footer.image-list-menu-footer a:active {
	color: blue;
}

.apply-borders .image-link-header {
	border: 1px solid #ddd;
}

.column-two-thirds .lister-default.columns-3 .entry-terms a+a {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

@media only screen and (min-width: 500px) {
	.lister-default.columns-3 [class*="column-"]:nth-child(3n) {
		display: none;
	}
	.lister-default.columns-3 .column-one-third:nth-child(3n+1) {
		clear: left;
	}
	.row-3 .lister-default.columns-3 [class*="column-"]:nth-child(3n),
	.column-two-thirds .lister-default.columns-3 [class*="column-"] {
		display: block;
	}
	.row-3 .lister-default.columns-3 .column-one-third:nth-child(3n+1) {
		clear: none;
	}
	.row-3 .lister-default.columns-3 .column-one-third:nth-child(2n+1) {
		clear: left;
	}
}

@media only screen and (min-width: 900px) {
	.lister-default.columns-3 [class*="column-"]:nth-child(3n) {
		display: block;
	}
	.row-3 .lister-default.columns-3 .column-one-third:nth-child(2n+1) {
		clear: none;
	}
	.row-3 .lister-default.columns-3 .column-one-third:nth-child(3n+1) {
		clear: left;
	}
}


/* newsletter sign up widget */
.widget-newsletter-signup {

}

.widget-newsletter-signup a {
	display: block;
	background: url(images/newsletter-mpu.png) no-repeat center;
	padding-bottom: 83.8709677%;
	background-size: contain;
	color: #fff;
	text-align: left;
	text-indent: -9999px;
	height: 0;
	overflow: hidden;
}

.widget-newsletter-signup p {
	display: inline;
}

.widget-newsletter-signup .button {
}

@media only screen and (min-width: 340px) {
	.widget-newsletter-signup a {
		background-image: url(images/newsletter-leader-2-thirds.png);
		padding-bottom: 15.503876%;
	}
}

@media only screen and (min-width: 640px) {
	.column-one-third .widget-newsletter-signup a {
		background-image: url(images/newsletter-mpu.png);
		padding-bottom: 83.8709677%;
	}
	.column-two-thirds .widget-newsletter-signup a {
		background-image: url(images/newsletter-leader-2-thirds.png);
		padding-bottom: 15.503876%;
	}
}

@media only screen and (min-width: 800px) {
	.widget-newsletter-signup a {
		background-image: url(images/newsletter-leader.png);
		padding-bottom: 12.244898%;
	}
	.column-one-third .widget-newsletter-signup a {
		background-image: url(images/newsletter-mpu.png);
		padding-bottom: 83.8709677%;
	}
	.column-two-thirds .widget-newsletter-signup a {
		background-image: url(images/newsletter-leader-2-thirds.png);
		padding-bottom: 15.503876%;
	}
}

.widget.spot .spot-content {
	margin: 0 15px;
}

.spot-no-background {
	background: none;
}
.spot-no-background .widget-title {
	display: none;
}
.spot-no-background.spot .spot-content {
	margin: 0;
}

.widget.has-background + .icit-analytics-data-collection-widget,
.menu-walker-post-list-with-background-colour-4-column + .icit-analytics-data-collection-widget,
.menu-walker-post-list-with-background-colour-4-column + .widget.has-background .widget-wrap {
	margin-top: 0;
}

.icit-analytics-data-collection-widget {
	background: #fff;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

.icit-analytic {
	background: #fff;
	box-shadow: -1000px 0 0 #fff, 1000px 0 0 #fff, -640px 0 0 #fff, 640px 0 0 #fff, -300px 0 0 #fff, 300px 0 0 #fff;
	padding: 0;
}

.icit-analytic .tabs-wrap {
	color: #fff;
}

.icit-analytic .tabs {
	overflow: hidden;
	list-style: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 70%;
	background: #7f7f7f;
	box-shadow: -1000px 0 0 #7f7f7f, 1000px 0 0 #7f7f7f, -640px 0 0 #7f7f7f, 640px 0 0 #7f7f7f, -300px 0 0 #7f7f7f, 300px 0 0 #7f7f7f;
}

.icit-analytic .tabs li {
	float: left;
	margin: 0 12px;
}

.icit-analytic .tabs span {
	display: block;
	padding: 10px 0;
	cursor: pointer;
}

.icit-analytic .tabs .active span {
	border-bottom: 4px solid #EC6432;
	font-weight: 700;
	padding: 10px 0 6px;
}

.analytic-lists {
	background: #fff;
}

.analytic-lists .a-list {
	display: none;
	list-style: none;
	margin: 0 12px;
	padding: 0;
}

.analytic-lists .a-list.active {
	display: block;
}

.a-list-name {
	display: none;
}

.analytic-lists .a-page {
	list-style: decimal outside;
	margin: 0;
	padding: 24px 0;
	display: block;
	overflow: hidden;
	counter-reset: trending;
}

.analytic-lists .a-page li {
	display: block;
	position: relative;
	counter-increment: trending;
}

.analytic-lists .a-page a {
	display: block;
	/*display: flex;*/
	/*flex-direction: row;*/
	align-items: center;
	margin: 0;
	padding: 5px 30px 5px 0;
	position: relative;
	z-index: 1;
	font-weight: 300;
	cursor: pointer;
	white-space: nowrap;
}

.lt-ie10 .analytic-lists .a-page a {
	display: block;
}

@media only screen and (min-width: 640px) {
	.analytic-lists .a-page li {
		float: left;
		clear: left;
		width: 50%;
	}
	.analytic-lists .a-page a {
		margin-right: 12px;
	}
	.analytic-lists .a-page li:nth-child(5n) ~ li {
		float: none;
		clear: right;
		margin-left: 50%;
	}
	.analytic-lists .a-page li:nth-child(5n) ~ li a {
		margin-right: 0;
		margin-left: 12px;
	}
}

.lt-ie10 .analytic-lists .a-page li+li+li+li+li+li {
	float: none;
	clear: right;
	margin-left: 50%;
}
.lt-ie10 .analytic-lists .a-page li+li+li+li+li+li a {
	margin-right: 0;
	margin-left: 12px;
}


.analytic-lists .a-page .a-num {
	display: inline-block;
	width: 60px;
	cursor: pointer;
	/*flex-grow: 0;*/
	/*flex-shrink: 0;*/
}
.analytic-lists .a-page .a-num:before {
	content: counter(trending);
	color: #222;
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	text-align: center;
	font-size: 140%;
	font-weight: 700;
	line-height: 42px;
}

.analytic-lists .a-page .a-title {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	font-size: 80%;
	margin-right: 60px;
	max-width: 380px;
	/*flex-shrink: 1;*/
	white-space: normal;
}

.analytic-lists .a-page a:hover {
	font-weight: 700;
	background: #f1f1f1;
}
.analytic-lists .a-page a:hover .a-num:before {
	color: #EC6432;
}
.analytic-lists .a-page a:hover:after,
.analytic-lists .a-page a:hover:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 50%;
	width: 15px;
	background: #f1f1f1;
}
.analytic-lists .a-page a:hover:after {
	background: linear-gradient(to right top, #f1f1f1 50%, #fff 55%);
}
.analytic-lists .a-page a:hover:before {
	top: 50%;
	background: linear-gradient(to right bottom, #f1f1f1 50%, #fff 55%);
}



/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

main {
	background: #e5e5e5;
	position: relative;
	z-index: 2;
	box-shadow: 0 -120px 0 #e5e5e5;
	overflow-x: hidden;
}

body.wallpaper-loaded .feature-article,
.feature-article + #content main,
#feature-article-sticky-wrapper + #content main {
	box-shadow: none;
}

.content {
	padding-bottom: 24px;
	z-index: 2 !important;
}

.isotope-wrap {
	margin-top: 0;
}
.main .isotope-wrap {
	padding-bottom: 48px;
}

.sponsors {
	/*text-align: right;*/
	border-bottom: 1px solid #e5e5e5;
}
.page-header .sponsors {
	background: #e5e5e5;
}
.sponsor {
	display: inline-block;
	background: #fff;
	padding: 7px 10px;
	color: #8b8b8b;
	font-size: 90%;
	font-weight: 700;
	max-width: 100%;
	position: relative;
}
.sponsor span {
	vertical-align: middle;
	display: inline-block;
	margin: 0 20px 0 10px;
}
.sponsor img {
	vertical-align: middle;
	display: inline-block;
}

.excerpted .sponsors {
	border: 0;
	text-align: left;
}

.excerpted .sponsor {
	padding: 0 15px;
}

.excerpted .sponsor span {
	position: static;
	margin-left: 0;
	padding: 0;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	position: relative;
}

.excerpted {
	background: #fff;
	margin: 24px 12px 0;
	overflow-y: hidden;
}

.single-article {
	margin: 0;
	float: none;
}

@media only screen and (min-width: 640px) {
	.single-article {
		margin-top: 24px;
	}
}

.byline,
.published + .updated {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-author {
	margin: 0 12px 24px;
	font-weight: 500;
}
.entry-author a {
	font-weight: 700;
}

.page-content,
.entry-content,
.entry-summary,
.dashboard-content {
	background: #fff;
	position: relative;
}
.page-content,
.entry-header,
.entry-content,
.entry-summary {
	/*-ms-word-break: break-all;*/
	/*word-break: break-all;*/

	/* Non standard for webkit */
	/*word-break: break-word;*/
	-webkit-hyphens: auto;
	/*-moz-hyphens: auto;*/ /* causes wonky float wrapping */
	-ms-hyphens: auto;
	hyphens: auto;
}
.page-content,
.entry-content {
	/*padding-bottom: 24px;*/
}

.page-links {
	clear: both;
	margin: 20px 0;
}

.page-header {
	margin: 0;
	position: relative;
}

.page .page-header {
	margin-bottom: 24px;
}

.single .page-header {
	background: #fff;
}

.page .page-header + .container {
	overflow: hidden;
}
.page .entry-content {
	padding-bottom: 2024px;
	margin-bottom: -2000px;
}

.entry-title {
	margin: 10px 15px;
}
.entry-title a {
	display: block;
}
.excerpted .entry-title {
	min-height: 60px;
}

.column-two-thirds .column-one-third .entry-title,
.column-one-quarter .entry-title {
	font-size: 85%;
}

.excerpted header {
	min-height: 100px;
	overflow: hidden;
}

.column-two-thirds .excerpted .image-link-header,
.column-one-third .excerpted .image-link-header,
.column-one-quarter .excerpted .image-link-header {
	min-height: 150px;
}

@media only screen and (min-width: 420px) {
	.excerpted header {
		min-height: 100px;
		overflow: hidden;
	}
	.has-thumbnail.excerpted header {
		min-height: 340px;
	}

	.no-thumbnail.excerpted header {
		min-height: 340px;
	}

	.column-two-thirds .excerpted .image-link-header,
	.column-one-third .excerpted .image-link-header,
	.column-one-quarter .excerpted .image-link-header {
		min-height: 150px;
	}

	.no-thumbnail.excerpted .entry-title {
		font-size: 160%;
	}

	.column-two-thirds .column-one-third .no-thumbnail.excerpted .entry-title {
  		/* background-color: red !Important; */
  		font-size: 110% !Important;
	}

	.column-two-thirds .column-one-third .excerpted header,
	.column-one-quarter .excerpted header {
		min-height: 260px;
	}
}

.page-title {
	padding: 10px 12px;
	background: #fff;
}

.entry-terms {
	margin: 15px 15px 10px;
}
.entry-terms a {
	display: inline-block;
	margin-right: 10px;
}

/* hide any more than 2 terms */
.excerpted .entry-terms a+a+a {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.page-header .entry-terms {
	margin: 0;
	padding: 15px 12px;
	border-bottom: 1px solid #e5e5e5;
}

.entry-ancestors {
	background: #fff;
	padding: 12px 12px;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}

.entry-ancestors li {
	display: inline-block;
	margin-right: 20px;
}

.entry-summary {
	margin: 15px;
}

.taxonomy-description {
	margin-top: -30px;
	padding: 0 12px 10px;
	background: #fff;
}
.taxonomy-description p {
	margin-bottom: 0;
}

.term-header {
	display: block;
}

.page-header .entry-summary {
	margin: 0 12px 20px;
}
.page-header .entry-summary p {
	margin-top: 0;
}

.entry-meta {
	padding: 10px 15px;
	float: left;
}

@media only screen and (min-width: 640px) {
	.page-header {
		margin: 24px 12px 0;
	}
	.page-title {
		padding: 15px 24px;
	}
	.page-header .entry-summary {
		margin: 0 24px 20px;
	}
	.taxonomy-description {
		margin-top: -30px;
		padding: 0 24px 10px;
	}

	.page-header .entry-terms {
		margin: 0;
		padding: 15px 24px;
		border-bottom: 1px solid #e5e5e5;
	}
	.entry-ancestors {
		background: #fff;
		padding: 12px 24px;
	}
	.entry-author {
		margin: 0 24px 24px;
	}
	.page-content,
	.entry-content,
	.entry-summary,
	.dashboard-content {
		margin: 0 12px;
	}
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content table,
.entry-content address,
.entry-content dl,
.entry-content hr,
.breakout-box {
	margin: 20px auto;
	max-width: 90%;
}
.entry-content h1 { font-size: 225%; font-weight: 500; }
.entry-content h2 { font-size: 150%; font-weight: 500; }
.entry-content h3 { font-size: 125%; font-weight: 300; }
.entry-content h4 { font-size: 100%; font-weight: 300; }
.entry-content h5 { font-size: 75%; font-weight: 500; text-transform: uppercase; }
.entry-content h6 { font-size: 75%; font-weight: 700; }
.entry-content blockquote {
	margin: 20px auto;
	max-width: 80%;
}
.entry-content blockquote p {
	max-width: none;
}

/* close gap between header and immediate paragaph */
.entry-content h3,
.entry-content h4 {
	margin-bottom: 0;
}
.entry-content h3+p,
.entry-content h4+p {
	margin-top: 0;
}

.entry-content ul>li,
.entry-content ol>li {
	list-style: none;
	position: relative;
}
.entry-content ul,
.entry-content ol {
	padding-left: 30px;
}
.entry-content ul {
	counter-reset: none;
}
.entry-content ol {
	counter-reset: item;
}
.entry-content ul>li:before,
.entry-content ol>li:before {
	font-family: 'museo-sans', "Trebuchet MS", sans-serif;
	content: "•";
	position: absolute;
	right: 100%;
	margin-right: 10px;
	color: #BC003E;
	white-space: nowrap;
}
.entry-content ul>li:before {
	font-size: 125%;
	line-height: 1.25;
	vertical-align: top;
}
.entry-content ol>li:before {
	counter-increment: item;
	content: counters(item, ".") ".";
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	max-width: none;
}

.continue-reading {
	margin: 24px auto;
	max-width: 80%;
	text-align: center;
}
.continue-reading a {
	display: inline-block;
	max-width: 500px;
	padding: 15px 24px;
	border: 1px solid #E5E5E5;
	color: #222;
}
.continue-reading a:hover {
	text-decoration: none;
	background: #222;
	color: #fff;
}

@media only screen and (min-width: 640px) {
	.entry-content p,
	.entry-content ul,
	.entry-content ol,
	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-content table,
	.entry-content address,
	.entry-content dl,
	.entry-content hr,
	.breakout-box {
		margin: 20px auto;
		max-width: 70%;
	}
	.entry-content h1 { font-size: 225%; font-weight: 500; }
	.entry-content h2 { font-size: 150%; font-weight: 500; }
	.entry-content h3 { font-size: 125%; font-weight: 300; }
	.entry-content h4 { font-size: 100%; font-weight: 300; }
	.entry-content h5 { font-size: 75%; font-weight: 500; text-transform: uppercase; }
	.entry-content h6 { font-size: 75%; font-weight: 700; }
	.entry-content blockquote {
		max-width: 60%;
	}

	.entry-content ul ul,
	.entry-content ol ol,
	.entry-content ul ol,
	.entry-content ol ul {
		max-width: none;
	}

	.entry-content h3,
	.entry-content h4 {
		margin-bottom: 0;
	}
}

.entry-content .breakout-box {
	padding: 10px 24px;
	background: #E5E5E5;
}
.entry-content .breakout-box > * {
	max-width: none;
}

.entry-content a[class*="icon-"] {
	font-family: 'museo-sans', 'Trebuchet MS', sans-serif;
}

.entry-content a[class*="icon-"]:before,
.entry-content a:hover[class*="icon-"]:before {
	display: inline-block;
	font-family: 'icomoon';
	margin-right: 5px;
	text-decoration: none!important;
	color: #8b8b8b;
}

.hentry footer {
	border-top: 1px solid #e5e5e5;
	position: relative;
	line-height: 18px;
	background-color: #ffffff;
}

.feature-article {
	overflow: hidden;
	box-shadow: 0 200px 0 #e5e5e5,
				0 -200px 0 #e5e5e5;
}
.js .stick-me.feature-article {
	position: fixed;
	cursor: pointer;
}

.feature-article-image {
	min-height: 250px;
	background-size: cover;
}

#feature-article-sticky-wrapper {
	padding-top: 50px;
	margin-top: -50px;
	box-sizing: content-box;
}
#feature-article-sticky-wrapper.is-sticky .feature-article {
	left: 0;
	right: 0;
	top: 50px!important;

	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
.show-menu #feature-article-sticky-wrapper.is-sticky .feature-article {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(-260px, 0, 0);
}

@media only screen and (min-width: 640px) {
	.js .stick-me.feature-article {
		position: relative;
	}
}

@media only screen and (min-width: 800px) {
	#feature-article-sticky-wrapper {
		padding-top: 60px;
		margin-top: -60px;
	}
	#feature-article-sticky-wrapper.is-sticky .feature-article {
		top: 60px!important;
	}
}

.lt-ie9 .feature-article-image {
	-ms-behavior: url(/content/themes/marketingweek/js/backgroundsize.min.htc);
}

.feature-article [class*="column-"] {
	margin-left: 0;
	margin-right: 0;
}

.feature-article [class*="column-"] .hentry {
	background: #8b8b8b;
	background: rgba(0,0,0,.5);
	color: #fff;
	margin: 150px 0 0;
	padding: 0;
}

.feature-article .entry-title {
	margin: 15px 12px;
	font-size: 125%;
}

.feature-article .entry-excerpt {
	margin: 15px 12px;
}
.feature-article .entry-excerpt p {
	margin: 0;
}

.feature-article .current-issue-link {
	margin: 0;
}
.feature-article .current-issue-link a {
	display: block;
	background: #222;
	background: rgba(0,0,0,.5);
	padding: 10px 12px;
	text-transform: uppercase;
}
.feature-article .current-issue-link a:hover,
.feature-article .current-issue-link a:focus {
	text-decoration: none;
}

@media only screen and (min-width: 500px) {
	.feature-article [class*="column-"] .hentry {
		margin: 38px 12px;
		padding: 0;
	}
	.feature-article .entry-title {
		margin: 15px;
	}

	.feature-article .entry-excerpt {
		margin: 15px;
	}
	.feature-article .current-issue-link a {
		padding: 15px;
	}
}

.entry-share {
	position: absolute;
	right: 0; top: 0;
	float: right;
	width: 50%;
	background: #fff;
	-webkit-transition: width 0.2s linear;
	-moz-transition: width 0.2s linear;
	-ms-transition: width 0.2s linear;
	transition: width 0.2s linear;
	height: 38px;
}

.column-two-thirds .column-one-third .entry-share,
.column-one-quarter .entry-share {
	width: 81px;
}

.column-two-thirds .column-one-third .entry-share.active,
.column-one-quarter .entry-share.active,
.entry-share.active {
	width: 100%;
}

.entry-share .label {
	display: none;
}
.column-two-thirds .column-one-third .entry-share .label,
.column-one-quarter .entry-share .label {
	display: block;
	position: absolute;
	z-index: 3;
	right: 0; width: 80px;
	top: 0; bottom: 0;
	opacity: 1;
	background: #fff;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
	text-align: right;
	padding: 0 10px 0 10px;
	line-height: 38px;
	cursor: pointer;
}

.entry-share .label [class^="icon"] {
	font-size: 150%;
	margin-left: 3px;
	vertical-align: middle;
}

.entry-share .label:hover,
.entry-share .label:hover [class^="icon"] {
	color: #000;
}

.column-two-thirds .column-one-third .entry-share.active .label,
.column-one-quarter .entry-share.active .label,
.entry-share.active .label {
	position: absolute;
	left: 0;
	width: 20%;
	overflow: hidden;
}
.column-two-thirds .column-one-third .entry-share.active .label:before,
.column-one-quarter .entry-share.active .label:before,
.entry-share.active .label:before {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'icomoon';
	font-weight: normal;
	font-size: 16px;
	content: '\e610';
}

.entry-share .at-share-tbx-element {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
	position: relative;
	z-index: 2;
	background: #fff;
	display: flex;
}

.column-two-thirds .column-one-third .entry-share.active .at-share-tbx-element,
.column-one-quarter .entry-share.active .at-share-tbx-element,
.entry-share.active .at-share-tbx-element {
	opacity: 1;
	margin-left: 20%;
}

.entry-share .at-share-tbx-element .at-share-btn {
	display: block;
	float: left;
	flex-grow: 1;
	flex-shrink: 1;
	width: 25%;
	min-height: 38px;
	line-height: 36px;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-left: 1px solid #e5e5e5;
	cursor: pointer;
	max-width: none !important;
	max-height: none !important;
	background: none !important;
}
.entry-share .at-share-tbx-element .at-share-btn span {
	margin: 0 auto;
	vertical-align: middle;
	text-indent: 0 !important;
}

.entry-share .at-share-btn span { background: none!important; }
.entry-share .at-share-btn span:before { font-family: 'icomoon'; font-weight: normal; font-size: 16px; }
.entry-share .at-share-btn:hover span:before { color: #000; }
.entry-share .at-share-btn.at-svc-facebook span:before { content: '\e61c'; }
.entry-share .at-share-btn.at-svc-twitter span:before { content: '\e61b'; }
.entry-share .at-share-btn.at-svc-google_plusone_share span:before { content: '\e61d'; }
.entry-share .at-share-btn.at-svc-linkedin span:before { content: '\e620'; }

.addthis_responsive_sharing {
	margin: 20px 15px;
}

@media only screen and (min-width: 800px) {
	.addthis_responsive_sharing {
		display: none;
	}
}

.at4-share-outer-right,
.at4-share-outer-left {
	display: none!important;
}
.single .at4-share-outer-right,
.single .at4-share-outer-left {
	display: block!important;
}
.atss .at-share-close-control {
	display: none!important;
}

.related-stories-title {
	margin: 24px 12px 0;
	border-bottom: 1px solid #8b8b8b;
}

.column-two-thirds .related-stories  .column-one-third:nth-of-type(3n) {
	display: none;
}

@media only screen and (min-width: 500px) {
	.column-two-thirds .related-stories .column-one-third:nth-of-type(3n) {
		display: block;
	}
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-wrap {
	margin: 24px 12px;
	background: #fff;
}

.comments-wrap-inner {
	padding: 12px 0;
	margin: 0 12px;
	overflow: hidden;
}

@media only screen and (min-width: 640px) {
	.comments-wrap-inner {
		padding: 24px 0;
		margin: 0 24px;
	}
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
10.4 Sidebar
--------------------------------------------------------------*/

.sidebar {
	margin-top: 24px;
}

/*--------------------------------------------------------------
10.5 Search results
--------------------------------------------------------------*/

.search-filter {
	background: #fff;
	border-top: 1px solid #e5e5e5;
}

.search-filter p {
	margin: 15px 24px 0;
	font-weight: 500;
	line-height: 42px;
	font-size: 90%;
}

.search-filter form {
	margin: 15px 24px;
	font-weight: 700;
}
.search-filter label {
	font-size: 90%;
	display: block;
	margin-bottom: 12px;
	vertical-align: middle;
}
.search-filter label span {
	margin-right: 6px;
}
.search-filter input {
	font-weight: 700;
	color: inherit;
	box-shadow: none;
	z-index: 2;
	width: 100%;
}
.search-filter select {
	font-size: inherit;
	font-weight: 700;
}
.search-filter .search-sort {
	margin-right: 8px;
}
.search-filter input[type="submit"] {
	background: #8b8b8b;
	border: 1px solid #8b8b8b;
	padding: 10px 20px;
	color: #fff;
	position: relative;
	top: 1px;
}

@media only screen and (min-width: 640px) {
	.search-filter p {
		float: left;
	}
	.search-filter form {
		float: right;
	}
	.search-filter label {
		display: inline-block;
		margin: 0;
	}
	.search-filter input,
	.search-filter select {
		width: auto;
	}
	.search-filter input[type="submit"] {
		margin-left: 15px;
	}
}

.search-results-list {
	background: #fff;
	margin-top: 24px;
}

.search-results-list .hentry {
	padding: 15px 0 0;
	border-bottom: 1px solid #e5e5e5;
}

.search-results-list .entry-title {
	margin-top: 0;
}

.search-results-list .entry-summary {
	color: #8b8b8b;
	margin: 10px 15px;
	max-height: 2.8em;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.search-results-list .entry-summary p {
	margin: 0;
	display: inline;
}

.search-results-list .entry-footer {
	border: 0;
}

.search-results-list .entry-meta {
	color: #000;
	float: left;
	min-width: 105px;
}

.search-results-list .entry-terms {
	margin: 10px 15px 10px 105px;
}


/*--------------------------------------------------------------
10.5 Issues
--------------------------------------------------------------*/

.back-issues .page-header {
	margin-bottom: 0;
}

.issue-filter {
	background: #fff;
	padding: 0 24px 15px;
}

.issue-filter label {
	display: inline-block;
	vertical-align: middle;
}

.issue-filter .fancy-select {
	margin-left: 20px;
}

.back-issues .issue-thumbnail {
	margin: 24px auto;
	max-width: 200px;
	display: block;
	min-height: 270px;
}
.back-issues .issue-thumbnail img {
	display: block;
	box-shadow: 0 4px 5px rgba(0,0,0,.2);
}

@media only screen and (min-width: 640px) {
	.issue-filter {
		float: right;
		margin-top: -75px;
		padding-top: 17px;
	}
}

.back-issues .type-issue.excerpted .entry-title {
	min-height: 2.75em;
}

.back-issues-link {
	font-size: 85%;
}

.back-issues-link a {
	text-transform: none;
	font-variant: normal;
	color: #BC003E;
}
.back-issues-link a:visited,
.back-issues-link a:active,
.back-issues-link a:focus,
.back-issues-link a:hover {
	color: #BC003E;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

.entry-content > .twitter-tweet.twitter-tweet-rendered {
    margin: 10px auto !important;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption,
.media {
	margin-bottom: 20px;
	max-width: 100%;
	background: #565656;
	position: relative;
	clear: both;
}

.media img[class*="wp-image-"],
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.media-brightcove p {
	display: none;
}

.media-vine {
    text-align: center;
}

.media-element {
	overflow: hidden;
}

.wp-caption-text,
.gallery-caption {
	background: #222;
	background: rgba(0,0,0,.4);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	padding: 15px 24px;
	margin: 0;
}

.media.aligncenter,
.media.alignnone,
.wp-caption.aligncenter,
.wp-caption.alignnone {
	width: 100%!important;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	max-height: 300px;
	background: #565656;
	color: #fff;
	clear: both;
}
.gallery-icon {
	line-height: 300px;
}

@media only screen and (min-height: 600px) {
	.gallery {
		max-height: 400px;
	}
	.gallery-icon {
		line-height: 400px;
	}
}
@media only screen and (min-height: 700px) {
	.gallery {
		max-height: 500px;
	}
	.gallery-icon {
		line-height: 500px;
	}
}
@media only screen and (min-height: 800px) {
	.gallery {
		max-height: 600px;
	}
	.gallery-icon {
		line-height: 600px;
	}
}


.gallery.slick-slider {
	overflow: hidden;
}

.slick-prev,
.slick-next {
	width: 5%;
	min-width: 30px;
	height: 20%;
	min-height: 100px;
	background: #222;
	background: rgba(0,0,0,.3);
	margin-top: -5%;
	color: #fff;
}
.slick-prev:before,
.slick-next:before {
	font-family: 'icomoon';
	opacity: 1;
}
.slick-prev:before {
	content: '\e609';
}
.slick-next:before {
	content: '\e60a';
}

.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	position: relative;
	max-height: 100%;
	white-space: normal;
}
.gallery-icon,
.gallery-item img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
	width: auto;
}

.gallery .gallery-caption {
	max-height: 100px;
	max-width: none;
	margin: 0;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
}

.gallery-caption:hover {
	max-height: none;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

/*--------------------------------------------------------------
13 Grid
--------------------------------------------------------------*/

/* 3 column, 1/4 1/3 2/3 3/3 classes */

.container {
	margin: 0 auto!important;
	max-width: 400px;
	width: 100%;
}
.container:before,
.container:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.container:after {
	clear: both;
}
.container {
	*zoom: 1;
}

[class*="column-"] {
	width: 100%;
	margin: 0;
}
.container > [class*="column-"] > * {
	margin-left: 12px;
	margin-right: 12px;
}
.container .container > [class*="column-"] > * {
	margin-left: 12px;
	margin-right: 12px;
}

.column-full {
	float: none;
}

.column-nofloat {
	float: none!important;
}

@media only screen and (min-width: 340px) {
	.container {
		max-width: 100%;
	}
	.column-one-quarter,
	.column-two-thirds .column-one-third {
		width: 50%;
		float: left;
	}
	.column-one-quarter:nth-of-type(2n+1),
	.column-two-thirds .column-one-third:nth-of-type(2n+1) {
		clear: left;
	}

	.noclear .column-one-quarter:nth-of-type(2n+1),
	.noclear .column-two-thirds .column-one-third:nth-of-type(2n+1) {
		clear: none;
	}
}

@media only screen and (min-width: 500px) {

	.column-one-third {
		width: 50%;
		float: left;
	}
	.column-two-thirds {
		width: 100%;
	}
	.column-two-thirds .column-one-third {
		width: 33.3333%;
	}
	.column-two-thirds + .column-one-third,
	.column-one-third + .column-two-thirds {
		width: 100%;
	}
	.column-one-quarter {
		width: 50%;
		float: left;
	}
	.column-half {
		width: 100%;
	}
	.column-three-quarters {
		width: 100%;
	}
	.column-two-thirds .column-one-third:nth-of-type(2n+1) {
		clear: none;
	}

	.column-one-quarter:nth-of-type(2n+1),
	[class*="column-"] .column-one-quarter:nth-of-type(4n+1) {
		clear: left;
	}


	.noclear .column-one-quarter:nth-of-type(2n+1),
	.noclear [class*="column-"] .column-one-quarter:nth-of-type(4n+1) {
		clear: none;
	}

	.column-right {
		float: right;
	}
}

@media only screen and (min-width: 640px) {
	.container {
		max-width: 668px;
	}
	.column-one-third {
		float: left;
		width: 50%;
	}

	.column-full {
		float: none;
		width: auto;
	}
	[class*="column-"] .column-one-quarter:nth-of-type(2n+1) {
		clear: none;
	}
	[class*="column-"] .column-one-quarter {
		width: 25%;
	}
	.column-right {
		float: right;
	}
}

@media only screen and (min-width: 500px) and (max-width: 900px) {
	.container .column-make-half {
		width: 50%;
	}
	.column-make-half .column-half {
		width: 100%;
	}
}

@media only screen and (min-width: 900px) {
	.container {
		max-width: 1002px;
	}
	.column-two-thirds + .column-one-third,
	.column-one-third {
		width: 33.3333%;
	}
	.column-one-third + .column-two-thirds,
	.column-two-thirds {
		width: 66.6666%;
		float: left;
	}
	.column-one-quarter {
		width: 25%;
	}
	.column-half {
		width: 50%;
		float: left;
	}
	.column-three-quarters {
		width: 75%;
	}
	.column-one-quarter:nth-of-type(2n+1) {
		clear: none;
	}
	.column-one-quarter:nth-of-type(4n+1),
	.column-one-third:nth-of-type(3n+1) {
		clear: left;
	}

	.noclear .column-one-quarter:nth-of-type(4n+1),
	.noclear .column-one-third:nth-of-type(3n+1) {
		clear: none;
	}

	.column-right {
		float: right;
	}
}

.column-right.sidebar {
	order: 6;
}

.flex-me {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-me > * {
	flex: 1;
}

/*--------------------------------------------------------------
14 Footer
--------------------------------------------------------------*/

.site-footer {
	background: #000;
	color: #fff;
	box-shadow: 0 50px 0 #000,
				0 100px 0 #000,
				0 200px 0 #000,
				0 300px 0 #000,
				0 400px 0 #000,
				0 500px 0 #000,
				0 600px 0 #000,
				0 700px 0 #000,
				0 800px 0 #000,
				0 900px 0 #000,
				0 1000px 0 #000;
	overflow: hidden;
}

.nav-taxonomy {
	background: #3f3f3f;
}

.nav-footer {
	background: #222222;
}

.site-info {
	overflow: hidden;
	font-weight: 500;
	text-align: center;
}

.site-info p {
	margin: 0;
}

.site-footer .copyright {
	margin: 10px 12px 0;
}

.site-footer address {
	margin: 10px 12px;
}

@media only screen and (min-width: 900px) {
	.site-info {
		text-align: left;
	}
	.site-footer address {
		text-align: right;
	}
}


/*--------------------------------------------------------------
14 Ads
--------------------------------------------------------------*/

.adtech {
	text-align: center;
	margin: 0;
	padding: 0;
}
.adtech img,
.adtech object,
.adtech embed,
.adtech iframe,
.adtech [style*="width:"] {
	/*display: block!important;*/
	display: block;
	margin: 0 auto;
	max-width: 100%;
	/*height: auto;*/
}
/*.adtech img { max-width: none; }*/

.adtech.adtech-active > div { z-index: 5; } /* makes adtech's lightbox actually appear above content */

/* sidebar, half bar & row 1.5 is always mpu */
.isotope-me .column-half .adtech,
.isotope-me .column-one-third .adtech,
.row-1-5 .adtech {
	/*background: #e5e5e5;*/
	background: transparent;
}

.widget-adtech {
	background: none;
	margin: 24px 12px 0;
}

.widget-adtech[class*="column-"] {
	margin-left: 0;
	margin-right: 0;
}

.widget-adtech[class*="column-"] .adtech {
	margin: 0 12px 0;
}

.widget-adtech .widget-title + .adtech {
	padding: 5px 0;
}

/*.sidebar .widget-adtech,
.row-1-5 .widget-adtech {
	background: #fff;
}*/

.sidebar .widget-adtech {
	background: #fff;
}

.isotope-me .sidebar .adtech {
	min-height: 0;
}
.isotope-me .sidebar .textwidget .adtech {
	padding: 0;
	margin: 12px 0;
}

.adtech-post {
	/*background: #fff;*/
	background: transparent;
}

.banner .adtech {
	margin: 0;
}

.banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	/*background: #222;*/
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: transform .2s ease-in;
	-ms-transition: transform .2s ease-in;
	transition: transform .2s ease-in;
	-webkit-transform: translate3d( 0, 0, 0 );
	transform: translate3d( 0, 0, 0 );
}
.banner .widget-title {
	border: 0;
}
.banner .widget {
	margin: 0;
	background: none;
}

.show-menu .banner {
	-webkit-transform: translate3d( -260px, 0, 0 );
	transform: translate3d( -260px, 0, 0 );
}

@media only screen and (min-width: 640px) {
	.banner {
		position: relative;
	}
	.show-menu .banner {
		-webkit-transform: translate3d( 0, 0, 0 );
		transform: translate3d( 0, 0, 0 );
	}
}

@media only screen and (min-width: 900px) {
	/*.banner .widget {*/
		/*padding: 24px 0;*/
	/*}*/
}

.takeover {
	position: relative;
}

.adtech-wallpaper {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}

.adtech-wallpaper .adtech {
	margin: 0 auto;
	padding: 0;
}

.adtech-wallpaper ~ * {
	position: relative;
	z-index: 2;
}

.entry-inline-ad {
	margin-bottom: 20px;
	margin-top: 20px;
}

figure + .addthis_responsive_sharing + .entry-inline-ad,
.gallery + .addthis_responsive_sharing + .entry-inline-ad,
.media + .addthis_responsive_sharing + .entry-inline-ad {
	margin-top: 0;
}

.entry-footer-ad .adtech-active {
	padding: 24px 24px 24px;
	background: #fff;
}

@media only screen and (min-width: 640px) {
	.entry-footer-ad .adtech-active {
		padding: 48px 12px 24px;
	}
	.entry-footer-ad {
		margin: 0 12px;
	}
}

@media only screen and (min-width: 1012px) {
	.entry-footer-ad .adtech-active {
		padding: 48px 0 24px;
	}
}

/*--------------------------------------------------------------
15. Login/Register
--------------------------------------------------------------*/

.login-register {
	margin: 0;
	background: #fff;
	padding: 24px;
	position: relative;

	border-top: 1px solid #e5e5e5;
}

@media only screen and (min-width: 640px) {
	.login-register {
		margin: 0 12px;
	}
}

.login-register > h2 {
	font-weight: 500;
	margin-bottom: 20px;
}

.login-register:before,
.login-register:after {
	position: absolute;
	left: 48px;
	top: 0px;
	border: 15px solid #e5e5e5;
	border-left-color: transparent;
	border-right-color: transparent;
	border-width: 15px 15px 0 15px;
	height: 0;
	content: '';
}
.login-register:after {
	top: -1px;
	border-top-color: #fff;
}

.page-header + .login-register:before,
.page-header + .login-register:after {
	display: none;
}

.login-register > .container [class*="column-"] > * {
	margin-left: 0;
	margin-right: 0;
}

.content-login-form p {
	margin: 20px 0;
}

.content-login-form input[type="text"],
.content-login-form input[type="email"],
.content-login-form input[type="password"] {
	width: 100%;
	font-size: 85%;
}

.content-login-form .login-error {
	font-size: 85%;
}

.content-login-form label {
	font-size: 85%;
	line-height: 20px;
}

.content-login-form .login-username label,
.content-login-form .login-password label {
	padding: 10px 0;
}

.content-login-form .login-remember {

}

.content-login-form .login-submit {
	float: left;
	margin: 0 0;
}

.content-login-form input[type="submit"] {
	padding: 10px 40px;
}

.content-login-form .lost-password {
	float: right;
	margin: 10px 0 0;
	font-weight: 700;
	font-size: 85%;
}

[class*="-box"] {
	padding: 15px 24px;
	margin-bottom: 24px;
	position: relative;
}

.grey-box {
	background: #e5e5e5;
}

.blue-box {
	background: #019ac0;
	color: #fff;
}


.register-now:after {
	height: 0;
	content: '';
	border: 15px solid #019ac0;
	border-width: 15px 15px 0;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	right: 48px;
	bottom: -15px;
}

.issue-cover {
	border: 14px solid #111;
	border-width: 20px 14px;
	border-radius: 10px;
	max-width: 160px;
	box-shadow: 10px 10px 0 rgba(0,0,0,.2);
	margin: 12px 0 12px;
	position: relative;
}
.issue-cover-image {
	display: block;
}
.issue-cover:before {
	content: '';
	position: absolute;
	bottom: 100%;
	margin-bottom: 7px;
	left: 50%;
	margin-left: -4%;
	width: 8%;
	height: 3px;
	background: #111;
	background: rgba(255,255,255,.1);
	border-radius: 10px;
	box-shadow: inset 0 0 2px rgba(255,255,255,.3);
}
.issue-cover:after {
	content: '';
	position: absolute;
	top: 100%;
	margin-top: 1%;
	left: 50%;
	margin-left: -4%;
	width: 8%;
	padding-bottom: 8%;
	height: 0;
	background: #111;
	background: rgba(255,255,255,.1);
	border-radius: 10px;
	box-shadow: inset 0 0 2px rgba(255,255,255,.3);
}

@media only screen and (min-width: 640px) {
	.issue-cover {
		margin: 12px 12px 12px;
	}
}

.register-now .button {
	margin-top: 15px;
}

.register-now p,
.why-register p {
}

.why-register p {
	color: #757575;
}

.spot-content h1,
.spot-content h2,
.spot-content h3 {
	color: #16c0cf;
	margin: 10px 0;
}
.spot-content h3 {
	font-size: 150%;
}
.spot-content p {
	margin: 10px 0;
}

.spot-thumbnail {
	min-height: 100px;
	line-height: 100px;
}
.spot-thumbnail img {
	vertical-align: bottom;
	display: inline-block;
}

@media only screen and (min-width: 900px) {
	[class*="-box"] {
		min-height: 310px;
	}

	.login-register .container .content-login-form {
		margin-right: 12px;
	}
	.login-register .container .register-now {
		margin-left: 12px;
	}
}


/*--------------------------------------------------------------
16. White Papers
--------------------------------------------------------------*/

.consent-form {
	background: #fff;
	margin: 0;
	overflow: hidden;
}

.consent-form form {
	padding: 24px 12px;
	margin: 24px 12px;
	border: 1px solid #e5e5e5;
}

.consent-form .message {
	margin: 20px 0;
}

.consent-form h2,
.consent-form p {
	margin: 0 0 15px 0;
}

.consent-form label,
.consent-field>span {
	vertical-align: middle;
	display: block;
	padding: 8px 0;
}
.consent-form .additional-fields label:after {
	content: '*';
	color: #cc2222;
	margin-left: 5px;
}

.consent-form .fancy-select {
	width: 100%;
}

.consent-form .additional-fields {
	margin: 0 0 24px;
	color: #8b8b8b;
}

.consent-form .button {
	display: block;
	padding: 10px 20px;
	margin: 20px auto 0;
}

@media only screen and (min-width: 640px) {
	.consent-form {
		margin: 0 12px;
	}
	.consent-form form {
		max-width: 80%;
		padding: 24px;
		margin: 48px auto;
	}
}

@media only screen and (min-width: 900px) {
	.consent-form .additional-fields [class*="column-"] .field {
		margin-right: 12px;
	}
	.consent-form .additional-fields [class*="column-"] + [class*="column-"] .field {
		margin-right: 0;
		margin-left: 12px;
	}
}

@media only screen and (min-width: 980px) {
	.consent-form .consent-field label,
	.consent-form .consent-field>span {
		float: left;
	}
	.consent-form .consent-field .button {
		float: right;
	}
	.consent-form .button {
		margin-top: 0;
	}
}


/*--------------------------------------------------------------
16. AD Dashboard
--------------------------------------------------------------*/

.dashboard-nav {
	background: #fff;
	border-top: 1px solid #E5E5E5;
}

.dashboard-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dashboard-nav li {
	float: left;
	position: relative;
}

.dashboard-nav a {
	display: block;
	margin: 10px;
	padding: 10px 17px;
	font-size: 85%;
	color: #8b8b8b;
	font-weight: 700;
}

.dashboard-nav .current:after {
	position: absolute;
	content: '';
	border: 10px solid #fff;
	border-left-color: transparent;
	border-right-color: transparent;
	border-width: 10px 10px 0;
	height: 0;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
}
.dashboard-nav .current a {
	background: #007aa7;
	color: #fff;
}

.dashboard-content {
	padding: 15px 12px 24px;
}

.newsletter-list-field p,
.newsletter-format-field p {
	margin: 10px 0;
}

.newsletter-format-field {
	padding: 0;
	border: 1px solid #E5E5E5;
	border-width: 1px 0;
	margin: 24px 0;
}

.newsletter-format label {
	margin-right: 20px;
}

.newsletter-submit input {
	margin-right: 20px;
}

.newsletter-submit input {
	vertical-align: middle;
}

.newsletter-unsubscribe form {
	margin: 0 12px 24px;
}

@media only screen and (min-width: 640px) {
	.newsletter-unsubscribe form {
		max-width: 80%;
		margin: 0 auto 24px;
	}
	.dashboard-content {
		padding: 15px 24px 24px;
	}
}


.webinars-wrapper {
	margin: 10px 12px;
}



/*--------------------------------------------------------------
17. Sitemap
--------------------------------------------------------------*/

.error-404 .page-content {
	padding: 24px;
}

.error-404 .page-content .search-form label {
	vertical-align: middle;
}
.error-404 .page-content .search-form input[type="submit"] {
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sitemap {
	background: #fff;
	overflow: hidden;
}

.sitemap .menu { margin: 24px; }
.sitemap .menu li { list-style: none; }
.sitemap .menu>li { margin-bottom: 15px; width: 100%; }
.sitemap .menu>li>a { font-size: 115%; font-weight: 700; }
.sitemap .menu>li>span { font-size: 115%; font-weight: 700; }
.sitemap .menu>li>ul { padding: 0; margin: 0; font-size: 85%; padding-bottom: 20px; margin-bottom: 0; border-bottom: 1px solid #e5e5e5; }
.sitemap .menu>li>ul>li {}
.sitemap .menu>li>ul>li>ul {}
.sitemap .menu>li>ul>li>ul>li {}

@media only screen and (min-width: 640px) {
	.sitemap .menu>li {
		float: left;
		width: 50%;
		clear: left;
		padding-right: 12px;
	}
	.sitemap .menu>li.item-right {
		float: right;
		width: 50%;
		clear: right;
		padding-left: 12px;
		padding-right: 0;
	}

}

.isotope-me .column-one-third h3.widget-title.title-font + .textwidget > .adtech {
	background-color: #fff;
}


/**
 * Basic table stuff
 */

.entry-content .table-wrap {
	max-width: 90%;
	overflow-x: auto;
	clear: both;
	margin: 0 auto 20px;
}

.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
	border: solid 1px #ccc;
	border-top: none;
}
.entry-content .table-wrap table {
	margin-bottom: 0;
}

.entry-content table th,
.entry-content table td {
	padding: 4px 8px;
	border-top: solid 1px #ccc;
}

.entry-content table tfoot,
.entry-content table thead {
	background-color: #efefef;
}

tbody tr:nth-child( even ) td {
	background-color: #efefef;
}


@media only screen and (min-width: 640px) {
	.entry-content .table-wrap {
		max-width: 70%;
	}
}

@media only screen and (min-width: 900px ) {
	.entry-content .table-wrap {
		max-width: 90%;
	}
}

/**
 * End of table stuff
*/

span.sponsor-intro {
	position: absolute;
	left: -10px;
	top: -30px;
	background: #fff;
	padding: 5px 22px 5px;
	line-height: 20px;
}

.has-big-break + .sponsor-footer.footer-big-break,
.has-big-break + .sponsor-logo.logo-big-break {
	display: none;
}

@media only screen and (min-width: 640px) {
	.sponsor-block-footer img.sponsor-footer.footer-big-break,
	.page-header img.sponsor-logo.logo-big-break {
		display: inline-block;
	}
	.sponsor-block-footer img.sponsor-footer.has-big-break,
	.page-header img.sponsor-logo.has-big-break {
		display: none;
	}
	.sponsor-block-footer {
		margin: 0 12px;
	}
}

/*
* New galleries
*/

.image-gallery.slick-slider {
	overflow: hidden;
}

.slick-prev,
.slick-next {
	width: 50px;
	height: 20%;
	min-height: 100px;
	background: #222;
	background: rgba(0,0,0,.3);
	margin-top: -5%;
	color: #fff;
	position: absolute;
	top: 50%;
	line-height: 90px;
	padding: 5px 10px;
	overflow: hidden;
	/*display: none !Important;*/
}

.hub-post .slick-prev,
.hub-post .slick-next {
	top: 40%;
}

.hub-post .slick-prev,
.hub-post .slick-next,
.gallery .slick-prev,
.gallery .slick-next,
.carousel-me .slick-prev,
.carousel-me .slick-next {
	display: inline-block !Important;
}

.gallery-navigation .slick-prev,
.gallery-navigation .slick-next {
	display: block !Important;
	background: transparent;
	top: 24px;
  	margin-top: 0;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'icomoon';
	opacity: 1;
	font-size: 30px;
	font-weight: bolder;
	padding-right: 100px;
}

.slick-prev:before {
	content: '\e609';
}

.slick-next:before {
	content: '\e60a';
}

.hub-post .slick-prev,
.hub-post .slick-next {
	min-width: 70px;
	line-height: 90px;
	padding: 5px 0;
	max-height: 100px;
	display: block !Important;
}

.hub-post .slick-prev:before,
.hub-post .slick-next:before {
	font-size: 70px;
}

.slick-prev {
	left: 0;
	z-index: 1;
}
.slick-next {
	right: 0;
	z-index: 1;
}

@media only screen and (min-width: 640px) {

	.hub-post .slick-prev,
	.hub-post .slick-next {
		top: 50%;
		overflow: hidden;
	}
}

@media only screen and (min-width: 1100px) {

	.carousel-me .slick-prev,
	.carousel-me .slick-next {
		display: inline-block !Important;
		background: transparent;
	}

	.carousel-me .slick-prev {
		left: -50px;
		overflow: hidden;
	}

	.carousel-me .slick-next {
		right: -50px;
		overflow: hidden;
	}
}

/* Cookies */

.cookie-body p {
	margin: 0;
}

/* For now whilst testing */
.background-widget-wrap.widget-wrap {
    margin-top: 0;
}

.single-special-events .widget-menu-advanced .widget-title,
.single-special-events .widget-wrap.cf .widget-title,
.background-widget-wrap.widget-wrap.cf .widget-title,
.force-image-background-widget-wrap.widget-wrap.cf .widget-title {
    position: relative;
		padding-left: 12px;
    font-weight: 600;
    box-shadow: none;
    background: transparent;
    text-transform: none;
    font-variant: normal;
    font-size: 100%;
		padding-bottom: 0;
		border-bottom: 0;
		color: inherit;
		padding-top: 24px;
}


.image-list-widget-wrap.widget-wrap.cf .widget-title {
	margin: 0;
	padding: 24px 0px 0px 10px;
	font-size: 120%;
	background: white;
	box-shadow: none;
	text-transform: none;
	font-variant: normal;
}

.menu-walker-post-list-sponsored-3-columns .widget-title span.sponsoredby,
.background-widget-wrap.widget-wrap.cf .widget-title span.sponsoredby {
    display: block;
    right: 0;
    margin-right: 12px;
    top: 0;
		padding-top: 10px;
		font-weight: 500;
		text-align: left;
}

.menu-walker-post-list-sponsored-3-columns .widget-title span.sponsoredby img.sponsorlogoimage,
.background-widget-wrap.widget-wrap.cf .widget-title span.sponsoredby img.sponsorlogoimage {
    max-height: 30px;
    padding-left: 20px;
    vertical-align: middle;
}

.menu-walker-post-list-sponsored-3-columns .widget-title span.sponsoredby a.sponsorlogo,
.background-widget-wrap.widget-wrap.cf .widget-title span.sponsoredby a.sponsorlogo {
    overflow: hidden;
}

.line-up-widget-wrap.widget-wrap header.entry-header {
		min-height: 300px;
}

.force-image-background-widget-wrap.widget-wrap.cf .entry-title,
.line-up-widget-wrap.widget-wrap.cf .entry-title {
		min-height: 0;
		margin-bottom: 0;
}

.force-image-background-widget-wrap.widget-wrap {
	position: relative;
	background-size: 0 0;
	background-position: center;
}

.force-image-background-widget-wrap.widget-wrap::before {
	display: block;
	content: "";
	width: 900%;
	height: 100%;
	position: absolute;
	left: -400%;
	z-index: -1;
	top: 0px;

	background-color: inherit;

	background-image: inherit;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.line-up-widget-wrap.widget-wrap.cf .entry-title a {
    display: block;
    font-size: 150%;
}

.force-image-background-widget-wrap.widget-wrap.cf span.lineup-position,
.line-up-widget-wrap.widget-wrap.cf span.lineup-position {
    margin-left: 15px;
    color: #444;
    margin-right: 15px;
    font-size: 95%;
}

.force-image-background-widget-wrap.widget-wrap.cf a.externallink,
.image-list-widget-wrap.widget-wrap.cf a.externallink,
.line-up-widget-wrap.widget-wrap.cf a.externallink {
    float: right;
    /*margin-right: 12px;*/
    color: #888;
    font-weight: 500;
    vertical-align: middle;
    position: relative;
}

.image-list-widget-wrap.widget-wrap.cf a.externallink {
	font-size: 80%;
}

.force-image-background-widget-wrap.widget-wrap.cf a.externallink span.icon-arrow-right,
.image-list-widget-wrap.widget-wrap.cf a.externallink span.icon-arrow-right,
.line-up-widget-wrap.widget-wrap.cf a.externallink span.icon-arrow-right {
    font-weight: 700;
    color: #ccc;
    padding-left: 10px;
    margin-top: 3px;
    display: block;
    position: relative;
    float: right;
    font-size: 18px;
}

@media only screen and (min-width: 540px) {
		.menu-walker-post-list-sponsored-3-columns .widget-title span.sponsoredby,
		.background-widget-wrap.widget-wrap.cf .widget-title span.sponsoredby {
				display: block;
				position: absolute;
				right: 0;
				margin-right: 12px;
				top: 0;
				font-weight: 500;
		}
}

@media only screen and (max-width: 899px) {
	.force-image-background-widget-wrap.widget-wrap {
		background-image: none !important;
	}
}
@media only screen and (min-width: 900px) {
	.force-image-background-widget-wrap.force-image-background-present.widget-wrap {
		background-color: transparent !important;
	}
}

@media only screen and (min-width: 900px) {
	.force-image-background-widget-wrap.widget-wrap.cf .widget-title,
	.line-up-widget-wrap.widget-wrap.cf .widget-title {
        padding-left: 12px;
        padding-top: 24px;
        font-weight: 600;
    }

	.force-image-background-widget-wrap.widget-wrap.cf a.externallink,
	.line-up-widget-wrap.widget-wrap.cf a.externallink {
        float: right;
        /*margin-right: 12px;*/
        color: #888;
        font-weight: 500;
        vertical-align: middle;
        position: relative;
    }
}

@media only screen and (min-width: 1100px) {
	.force-image-background-widget-wrap.widget-wrap.cf .widget-title,
    .line-up-widget-wrap.widget-wrap.cf .widget-title, {
        padding-left: 12px;
        padding-top: 24px;
        font-weight: 600;
    }

	.force-image-background-widget-wrap.widget-wrap.cf a.externallink,
    .line-up-widget-wrap.widget-wrap.cf a.externallink, {
      float: right;
      /*margin-right: 12px;*/
      color: #888;
      font-weight: 500;
      vertical-align: middle;
      position: relative;
    }

		.background-widget-wrap.widget-wrap.cf button.slick-next,
		.background-widget-wrap.widget-wrap.cf button.slick-prev {
				color: #000;
		}

}

/* Post card symbols use background image to display overlay on card. */
/* Video cards have play symbols on their image. */
.excerpted.post-card-symbol-videologo header a.entry-thumbnail {
		position: relative;
}

.excerpted.post-card-symbol-videologo header a.entry-thumbnail::before {
	width:100%;
	height:100%;
	content: "";
	display:block;
	position:absolute;
	background-image: url('images/videocard_play.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 35%;
	pointer-events: none;
}

/* Global carousels */

button.slick-disabled {
		display: none !Important;
}

/* Spots */
.widget.spot {
	padding: 40px;
}

.spot-fullwidth-with-image.widget.spot {

}

.widget.spot .spot-content {
	margin: 0;
	padding-top: 20px;
	color: #757575;
}

.widget.spot h2.widgettitle {
    font-size: 180%;
    font-weight: 500;
    color: #000;
		padding: 0;
		text-transform: none;
		font-variant: normal;
		border-bottom: 0;
}

.widget.spot .spot-content ul {
    list-style-position: inside;
}

.spot-fullwidth-with-image.widget.spot .spot-thumbnail {
    float: right;
    max-width: 40%;
    margin-top: 20px;
    margin-left: 30px;
		margin-bottom: 30px;
}

.spot-fullwidth-with-image.widget.spot .spot-thumbnail img {
	width: 100%;
}

.spot-halfwidth.widget.spot {
		width: auto;
    float: none;
		margin-bottom: 24px;
}

.spot-halfwidth ~ .spot-halfwidth {
	width: auto;
	float: none;
	margin-bottom: 24px;
	background: #38426C;
	color: #fff;
}

.spot-halfwidth ~ .spot-halfwidth h2.widgettitle {
	color: #fff;
}

.spot-halfwidth ~ .spot-halfwidth .spot-content {
	color: #fff;
}

.spot-halfwidth ~ .spot-halfwidth ~ .widget {
	clear: both;
}

@media only screen and (min-width: 900px) {

	.spot-halfwidth.widget.spot {
			width: 47%;
	    float: left;
			margin-bottom: 24px;
	}

	.spot-halfwidth ~ .spot-halfwidth {
			background: #38426C;
			float: right !Important;
			color: #fff;
	}

	.spot-fullwidth-with-image.widget.spot .spot-thumbnail {
	    float: right;
	    max-width: 40%;
	    margin-top: -45px;
	    margin-left: 30px;
			margin-bottom: 30px;
	}

}

.footer-single-event {
		margin-top: 20px;
}

/* test new cards */
.highlight-wide {
		min-height: 366px;
}

.highlight-wide a.entry-thumbnail {
    float: left;
    width: 60%;
    height: 366px;
    display: block;
		background-repeat: no-repeat;
    background-size: cover;
}

.highlight-wide h1.entry-title.heading {
		float: left;
		width: 35%;
		padding: 20px;
		font-size: 160%;
		font-weight: 600;
}

.highlight-wide span.card-standfirst.grey {
		padding-left: 20px;
		float: left;
		width: 35%;
		margin-left: 10px;
}

.highlight-short,
.highlight-short header {
		height: 106px !important;
		overflow: hidden;
}

.highlight-short a.entry-thumbnail {
    float: left;
    width: 106px;
    height: 106px;
    display: block;
		background-repeat: no-repeat;
    background-size: cover;
		background-position: center;
}

.highlight-short h1.entry-title.heading {
    float: left;
    width: 52%;
    margin-left: 15px;
    font-weight: 600;
    font-size: 95%;
		text-overflow: ellipsis;
}

@media only screen and (max-width: 980px) {

	.highlighted-posts .column-one-third .highlight-short {
		/*width: 50%;*/
		height: 106px;
	}

	.highlighted-posts .column-two-thirds + .column-one-third .highlight-short {
			/*width: 100%;*/
			height: 366px !important;
			overflow: hidden;
	}

	.highlighted-posts .column-two-thirds + .column-one-third + .column-one-third,
	.highlighted-posts .column-two-thirds + .column-one-third + .column-one-third + .column-one-third {
			width: 50%;
	}

	.highlight-short a.entry-thumbnail {
	    float: left;
	    width: 106px;
	    height: 106px;
	    display: block;
			background-repeat: no-repeat;
	    background-size: cover;
			background-position: center;
	}

	.highlighted-posts .column-two-thirds + .column-one-third .highlight-short .entry-thumbnail {
			width: 100%;
			height: 45%;
	}


	.highlighted-posts .column-two-thirds + .column-one-third .highlight-short h1.entry-title.heading {
	    float: none;
	    width: 100%;
	    margin-left: 10px;
			padding: 30px 20px;
	    font-weight: 600;
	    font-size: 100%;
			text-overflow: ellipsis;
			clear: both;
	}

	.highlight-short h1.entry-title.heading {
	    float: left;
	    width: 52%;
	    margin-left: 15px;
	    font-weight: 600;
	    font-size: 95%;
			text-overflow: ellipsis;
	}

	.highlight-wide a.entry-thumbnail {
	    float: left;
	    width: 50%;
	    height: 366px;
	    display: block;
			background-repeat: no-repeat;
	    background-size: cover;
	}

	.highlight-wide h1.entry-title.heading {
			float: left;
			width: 40%;
			padding: 20px;
			font-size: 160%;
			font-weight: 600;
	}

	.highlight-wide span.card-standfirst.grey {
	    padding-left: 20px;
	    float: left;
	    width: 40%;
			margin-left: 10px;
	}

}

@media only screen and (max-width: 899px) {

	.highlighted-posts .column-two-thirds + .column-one-third .highlight-short {
			/*width: 100%;*/
			height: 106px !Important;
			overflow: hidden;
	}

	.highlighted-posts .column-two-thirds + .column-one-third .highlight-short .entry-thumbnail {
			width: 106px;
			height: 106px;
	}

	.highlighted-posts .column-two-thirds + .column-one-third + .column-one-third,
	.highlighted-posts .column-two-thirds + .column-one-third + .column-one-third + .column-one-third {
			width: 100%;
	}

	.highlighted-posts .column-two-thirds + .column-one-third .highlight-short h1.entry-title.heading {
	    float: left;
	    width: 52%;
	    margin-left: 10px;
			padding: 0;
	    font-weight: 600;
	    /*font-size: 100%;*/
			text-overflow: ellipsis;
			clear: none;
	}

}

@media only screen and (max-width: 500px) {

	.highlight-wide span.card-standfirst.grey {
			display: none;
	}

	.highlight-wide h1.entry-title.heading {
			float: left;
			width: 40%;
			padding: 20px;
			font-size: 120%;
			font-weight: 600;
	}

}

@media only screen and (max-width: 400px) {

		.highlight-wide a.entry-thumbnail {
				float: none;
				width: 100%;
				height: 366px;
				display: block;
				background-repeat: no-repeat;
				background-size: cover;
				clear: both;
		}

		.highlight-wide h1.entry-title.heading {

			float: none;
			clear: both;
			width: 100%;


		}

}

.commentsloginholder {
	padding: 20px 20px 40px 20px;
	text-align: center;
}


/**
 * Disruptive Brands
 */
.instance-disruptive-brands .v100-header {
    background: #FFF !important;
}

.instance-disruptive-brands .v100-menu {
    background: #4D4D4D;
}

.instance-disruptive-brands .v100-menu .current-menu-item,
.instance-disruptive-brands .v100-menu .menu-item:hover {
    background: #1D1D1B;
}

.instance-disruptive-brands .v100-menu .current-menu-item a,
.instance-disruptive-brands .v100-menu .menu-item:hover a,
.instance-disruptive-brands .v100-menu a:visited{
    color: #FFF;
}

.instance-disruptive-brands .v100-card--person .v100-card__title {
    color: #FFF !important;
}

.instance-disruptive-brands .v100-card--person .v100-card__subtitle {
    display: none;
}

/* Due to the larger label for the home link, we need a larger breakpoint */
@media screen and (max-width: 780px) {
    .instance-disruptive-brands .v100-navigation {
        position: relative;
    }

    .instance-disruptive-brands .v100-menu .menu-item {
        display: table-row;
    }

    .instance-disruptive-brands .v100-menu a {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .instance-disruptive-brands .v100-header {
        padding-bottom: 0;
    }
}

[type="checkbox"].v100-checkbox:not(:checked),
[type="checkbox"].v100-checkbox:checked,
[type="checkbox"].v100-checkbox:not(:checked):before,
[type="checkbox"].v100-checkbox:checked:before,
[type="checkbox"].v100-checkbox:not(:checked):after,
[type="checkbox"].v100-checkbox:checked:after,
[type="radio"].v100-radio:not(:checked),
[type="radio"].v100-radio:checked,
[type="radio"].v100-radio:not(:checked):before,
[type="radio"].v100-radio:checked:before,
[type="radio"].v100-radio:not(:checked):after,
[type="radio"].v100-radio:checked:after {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

[type="checkbox"].v100-checkbox:not(:checked):after,
[type="checkbox"].v100-checkbox:checked:after {
    line-height: 20px;
    border-radius: 5px;
    color: #FFF;
    font-size: 8px;
}

[type="radio"].v100-radio:not(:checked):after,
[type="radio"].v100-radio:checked:after {
    top: 0;
    left: 0;
    background: #FFF;
    border-width: 6px;
}