
/*--------------------------------------------------------------
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%;
	min-width: 240px;
}

*,
*: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;
}

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

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

.wp-video {
	margin-left: auto;
	margin-right: auto;
}

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: 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-weight: 100;
	font-size: 150%;
	color: #ce0030;
	line-height: 1.25;
	max-width: 80%;
}

.entry-content blockquote {
	font-size: 150%;
}

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;
}

.adtech ins {
	background: transparent
}

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%;
}
.sub-heading {
	color: #8b8b8b;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 70%;
	font-variant: small-caps;
}
.sub-heading a {
	color: inherit;
}

.grey {
	color: #8b8b8b;
}

.red {
	color: #ce0030;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #f1f1f1;
	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: #ce0031;
	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;
}

a.button.dark-blue,
a.button.dark-blue:link,
a.button.dark-blue:visited,
a.button.dark-blue:hover,
a.button.dark-blue:active {
	color: #fff;
}

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

a.button.black,
a.button.black:link,
a.button.black:visited,
a.button.black:hover,
a.button.black:active {
	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.red,
.button.red:visited,
.button.red:active,
.button.red:focus,
.button.red:hover,
button.red,
input[type="button"].red,
input[type="reset"].red,
input[type="submit"].red {
	background: #ce0030;
	color: #f1f1f1;
}

.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 #bababa;
	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 #bababa;
	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 #bababa;
	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;
}

/*--------------------------------------------------------------
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 {
	color: #fff;
}

.white a:visited {
	color: #fff;
}

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

.red a {
	color: #ce0030;
}

.red a:visited {
	color: #ce0030;
}

.red a:hover,
.red a:focus,
.red a:active {
	color: #ce0030;
}

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);
}

a.button { color: #fff; }

a:active.button,
a:hover.button {
	color: #eee
}

a:visited.button {
	color: #ddd
}

/*--------------------------------------------------------------
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: 7.5%;
		margin-right: 24px;
	}

	.entry-content .alignright {
		margin-right: 7.5%;
		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;
}


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

.hidden {
	display: none;
}

main {
	background: #fff;
	position: relative;
	z-index: 2;
	border: solid #f1f1f1;
	border-width: 1px 0
}

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

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

.hentry {
	position: relative;
}

.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 { 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 {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

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

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

.page .page-header {
	margin-bottom: 20px;
	padding: 20px 20px 0;
}

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

.page .page-header + .container {
	overflow: hidden;
}

.entry-title {
	margin: 10px 15px;
}
.entry-title a {
	display: block;
}

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

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

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

.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;
}

.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: 85%;
}
.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: #ce0031;
	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 #f1f1f1;
	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: 85%;
	}
	.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: 75%;
	}

	.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: #f1f1f1;
	clear: both;
}
.entry-content .breakout-box > * {
	max-width: none;
}

.breakout-box h4:first-child {
	margin: -10px -24px 1.4em;
	padding: 10px 20px;
	background-color: silver;
	color: #fff;
	font-weight: 700;
}

.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;
}

.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 #f1f1f1;
	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;
}

/*--------------------------------------------------------------
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: #fff;
	position: relative;
	clear: both;
	text-align: center
}
.image_size_full img {
	display: block;
	margin: 0 auto;
}

.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.slick-slider:hover .slick-next,
.gallery.slick-slider:hover .slick-prev {
	opacity: 1;
}

.gallery .slick-prev,
.gallery .slick-next {
	width: 5%;
	min-width: 30px;
	background: rgba(0,0,0,.3);
	margin: 5% 0;
	color: #fff;
	position: absolute;
	top: 5%;
	bottom: 5%;
	text-indent: 100em;
	opacity: 0;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s;
}

.gallery .slick-prev:before,
.gallery .slick-next:before {
	font-family: 'icomoon';
	opacity: 1;
	text-indent: 0;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 40px;
}
.gallery .slick-prev:before {
	content: '\e609';
}
.gallery .slick-next:before {
	content: '\e60a';
}

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

.gallery {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	max-height: 300px;
	background: #565656;
	color: #fff;
	clear: both;
}
.gallery-icon {
	line-height: 300px;
}
.gallery .gallery-item .gallery-icon img {
	display: inline-block;
}

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


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

.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%;
}

/**
 * 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
*/
