/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "AvenirNext";
	src: url("../fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Regular.woff") format("woff"), url("../fonts/AvenirNext-Regular.ttf") format("truetype"), url("../fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNext";
	src: url("../fonts/AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-DemiBold.woff") format("woff"), url("../fonts/AvenirNext-DemiBold.ttf") format("truetype"), url("../fonts/AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNext";
	src: url("../fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Medium.woff") format("woff"), url("../fonts/AvenirNext-Medium.ttf") format("truetype"), url("../fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNext";
	src: url("../fonts/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNext-Bold.woff") format("woff"), url("../fonts/AvenirNext-Bold.ttf") format("truetype"), url("../fonts/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "AbrilFatface";
	src: url("../fonts/AbrilFatface-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AbrilFatface-Regular.woff") format("woff"), url("../fonts/AbrilFatface-Regular.ttf") format("truetype"), url("../fonts/AbrilFatface-Regular.svg#AbrilFatface-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSans";
	src: url("../fonts/377AAD_1_0.eot");
	src: url("../fonts/377AAD_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/377AAD_1_0.woff2") format("woff2"), url("../fonts/377AAD_1_0.woff") format("woff"), url("../fonts/377AAD_1_0.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSans";
	src: url("../fonts/377AAD_3_0.eot");
	src: url("../fonts/377AAD_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/377AAD_3_0.woff2") format("woff2"), url("../fonts/377AAD_3_0.woff") format("woff"), url("../fonts/377AAD_3_0.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSans";
	src: url("../fonts/377AAD_0_0.eot");
	src: url("../fonts/377AAD_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/377AAD_0_0.woff2") format("woff2"), url("../fonts/377AAD_0_0.woff") format("woff"), url("../fonts/377AAD_0_0.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSans";
	src: url("webfonts/377AAD_9_0.eot");
	src: url("webfonts/377AAD_9_0.eot?#iefix") format("embedded-opentype"), url("webfonts/377AAD_9_0.woff2") format("woff2"), url("webfonts/377AAD_9_0.woff") format("woff"), url("webfonts/377AAD_9_0.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

.top-nav-block ul,
#nav .drop .drop-wrap > .main-menu,
#nav .drop .drop-wrap > .main-menu > li ul,
#nav .drop .secondary-nav,
.footer-nav ul,
.pagination-wrap .page-numbers,
.detail-main-content .aside .resize,
.list-with-percentage ul,
.author-block .author-list,
.tagged .tags,
.author-detail-block .author-posts ul,
.form-section ul,
.dashboard-block ul,
.search-result ul,
.post-lists,
.podcasts-video-block .podcasts-lists ul,
.most-read-lists ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.top-nav-block:after,
.footer-top:after,
.footer-nav ul:after,
.footer-bottom:after,
.featured-block-lists:after,
.detail-main-content:after,
.text-block.big-letter p:first-child:after,
.author-detail-block .author-posts ul:after,
.registration-form-section .two-columns .row:after,
.search-block .search-form:after,
.container:after,
.row:after,
.columns-block:after,
.podcasts-video-block .podcasts-lists ul:after,
.most-read-lists:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

* {
	font-size: 100.01%;
}

html {
	font-size: 62.5%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 500 1.6em/1.2 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 54px;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 1em;
	font-family: "EB Garamond", serif;
}

a {
	color: #2e2e2e;
	text-decoration: none;
	-webkit-transition: border .3s ease, background .3s ease, color .3s ease, opacity .3s ease;
	transition: border .3s ease, background .3s ease, color .3s ease, opacity .3s ease;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

img {
	vertical-align: top;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="num"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 2px solid #f0f0f0;
	padding: .6em 1.1em;
	border-radius: 6px;
	width: 100%;
	color: #8a96a1;
	height: 62px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="num"]:focus,
input[type="password"]:focus,
textarea:focus {
	box-shadow: none;
	outline: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="num"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #8a96a1;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="num"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #8a96a1;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="num"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #8a96a1;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="num"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #8a96a1;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="num"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #8a96a1;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: none;
	vertical-align: top;
	height: 200px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	outline: none;
	box-shadow: none;
	border-radius: 6px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	display: inline-block;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #2e2e2e;
	position: absolute;
	top: 7px;
	left: 4px;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

[type="radio"]:not(:checked) + label {
	color: #000;
}

[type="radio"]:not(:checked) + label:before {
	border: 2px solid #2e2e2e;
}

[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked + label {
	color: #000;
}

[type="radio"]:checked + label:before {
	border: 2px solid #2e2e2e;
}

[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.input-wrap {
	margin-bottom: 21px;
}

.select-wrap {
	position: relative;
	margin-bottom: 21px;
}

.select-wrap:before {
	content: "";
	border-radius: 1px;
	position: absolute;
	top: 26px;
	right: 19px;
	border-width: 2px 2px 0 0;
	border-color: #2e2e2e #2e2e2e transparent transparent;
	border-style: solid;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.select-wrap select {
	border: 2px solid #f0f0f0;
	padding: .6em 1.1em;
	border-radius: 6px;
	cursor: pointer;
	width: 100%;
	color: #8a96a1;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 30px;
	height: 62px;
}

.select-wrap select::-ms-expand {
	display: none;
}

.select-wrap select:focus {
	box-shadow: none;
	outline: none;
}

.select-wrap select:hover {
	outline: none;
}

form .row {
	margin: 0 -2px;
	letter-spacing: -5px;
}

form .col {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 2px;
}

.radio-block .radio-wrap {
	margin-right: 18px;
	margin-bottom: 21px;
}

ul,
ol,
dl,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #5a5a5a;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #5a5a5a;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body {
	-webkit-transition: margin .3s linear;
	transition: margin .3s linear;
}

body.nav-active {
	margin: 0 -270px 0 270px;
	overflow: hidden;
}

body.nav-active .overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#header {
	position: relative;
	z-index: 99;
	margin-bottom: 18px;
}

.header-top {
	padding: 42px 0 29px;
}

.top-nav-block {
	border-bottom: 2px solid #636363;
	padding-bottom: 6px;
	font-size: 16px;
}

.top-nav-block ul a:hover {
	opacity: .5;
}

.top-nav-block .social-networks {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 38px 0 1px;
}

.top-nav-block .social-networks li {
	display: inline-block;
	vertical-align: bottom;
	font-size: 24px;
}

.top-nav-block .social-networks li + li {
	margin-left: 25px;
}

.top-nav-block .top-nav {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1.5;
}

.top-nav-block .top-nav li {
	display: inline-block;
	vertical-align: bottom;
}

.top-nav-block .top-nav li + li {
	margin-left: 22px;
}

.top-nav-block .top-nav li a {
	font-weight: 500;
}

.top-nav-block .login {
	float: right;
	font-weight: 500;
	padding-top: 6px;
}

.top-nav-block .login a:hover {
	opacity: .5;
}

.logo {
	max-width: 126px;
	margin: 29px auto 0;
	position: relative;
	z-index: 1;
}

.nav-active #header {
	left: 280px;
}

#nav {
	border-top: 2px solid #636363;
	border-bottom: 2px solid #636363;
	padding-right: 35px;
	position: relative;
	min-height: 70px;
}

#nav .drop .drop-wrap > .main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#nav .drop .drop-wrap > .main-menu > li {
	padding-right: 10px;
	width: 12.5%;
	position: relative;
}

#nav .drop .drop-wrap > .main-menu > li.menu-item-has-children > a .arrow {
	position: absolute;
	top: 0;
	right: -33px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #2e2e2e #2e2e2e transparent transparent;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	z-index: 5;
	cursor: default;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
}

#nav .drop .drop-wrap > .main-menu > li.current-menu-parent > a,
#nav .drop .drop-wrap > .main-menu > li.current-menu-item > a {
	opacity: .7;
}

#nav .drop .drop-wrap > .main-menu > li.red a:before {
	background: #c4161c;
}

#nav .drop .drop-wrap > .main-menu > li.gray a:before {
	background: #5a5a5a;
}

#nav .drop .drop-wrap > .main-menu > li.blue a:before {
	background: #296193;
}

#nav .drop .drop-wrap > .main-menu > li.orange a:before {
	background: #f26522;
}

#nav .drop .drop-wrap > .main-menu > li.green a:before {
	background: #2a6943;
}

#nav .drop .drop-wrap > .main-menu > li.purple a:before {
	background: #8874b5;
}

#nav .drop .drop-wrap > .main-menu > li.light-blue a:before {
	background: #00b0f3;
}

#nav .drop .drop-wrap > .main-menu > li.brown a:before {
	background: #aa8e56;
}

#nav .drop .drop-wrap > .main-menu > li:hover ul {
	display: block;
}

#nav .drop .drop-wrap > .main-menu > li > a {
	display: block;
	padding: 14px 0;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	height: 100%;
	font-size: 16px;
	padding-right: 17px;
}

#nav .drop .drop-wrap > .main-menu > li > a:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 41px;
	height: 6px;
}

#nav .drop .drop-wrap > .main-menu > li > a:hover {
	opacity: .7;
}

#nav .drop .drop-wrap > .main-menu > li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -15px;
	width: 173px;
	background: #fff;
	padding: 10px 13px;
}

#nav .drop .drop-wrap > .main-menu > li ul li.current-menu-item a {
	opacity: .7;
}

#nav .drop .drop-wrap > .main-menu > li ul li + li {
	margin-top: 11px;
}

#nav .drop .drop-wrap > .main-menu > li ul li a {
	color: #003944;
	font-size: 12px;
	text-transform: uppercase;
}

#nav .drop .drop-wrap > .main-menu > li ul li a:hover {
	opacity: .5;
}

#nav .drop .secondary-nav {
	display: none;
	margin: -8px 0 27px;
}

#nav .drop .secondary-nav li {
	margin-bottom: 15px;
}

#nav .drop .secondary-nav li a {
	font-weight: 500;
	font-size: 13px;
}

#nav .drop .login {
	display: none;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}

#nav .drop .login a {
	color: #919499;
}

#nav .drop .login a:hover {
	color: #2e2e2e;
}

#nav .searchbox {
	position: absolute;
	top: 10px;
	right: 1px;
	width: 0;
	height: 46px;
	z-index: 99999;
	-webkit-transition: width .3s;
	transition: width .3s;
	margin: 0 30px 0 0;
}

#nav .searchbox-open input.searchbox-input {
	background: #fff;
	visibility: visible;
	border-color: #000;
}

#nav input.searchbox-input {
	top: 0;
	right: -40px;
	outline: 0;
	background: transparent;
	border: 1px solid transparent;
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0 20px;
	border-radius: 0;
	visibility: hidden;
	-webkit-transition: visibility .3s ease, background .3s ease;
	transition: visibility .3s ease, background .3s ease;
	color: #000;
}

#nav input.searchbox-input::-webkit-input-placeholder {
	color: #000;
}

#nav input.searchbox-input::-moz-placeholder {
	opacity: 1;
	color: #000;
}

#nav input.searchbox-input:-moz-placeholder {
	color: #000;
}

#nav input.searchbox-input:-ms-input-placeholder {
	color: #000;
}

#nav input.searchbox-input.placeholder {
	color: #000;
}

#nav .searchbox-icon,
#nav .searchbox-submit {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 0;
	right: -28px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	text-indent: -9999px;
}

#nav .searchbox-submit {
	right: 0;
}

#nav .submit-wrap {
	position: absolute;
	top: 0;
	right: -30px;
	width: 20px;
	height: 20px;
}

#nav .submit-wrap:before {
	content: "\f002";
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#nav input.searchbox-submit {
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 0;
	text-indent: -9999px;
}

#nav .searchbox-open {
	width: calc(100% - 30px);
}

.nav-opener {
	display: none;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	top: 25px;
	right: 60px;
	width: 34px;
	height: 31px;
	z-index: 6;
	-webkit-transition: top .3s ease;
	transition: top .3s ease;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	opacity: .5;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #000;
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	height: 6px;
	margin-top: -2px;
	border-radius: 2px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 5px;
}

.nav-opener:after {
	top: 27px;
}

.nav-close {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	top: 30px;
	right: 29px;
	width: 14px;
	height: 14px;
	z-index: 6;
	display: none;
}

.nav-close:hover:before,
.nav-close:hover:after {
	opacity: .5;
}

.nav-close:before,
.nav-close:after {
	content: "";
	background: #000;
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.nav-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-navigation {
	height: 72px;
}

.main-navigation .logo {
	float: left;
	width: 73px;
	margin: 2px 59px 0 0;
	display: none;
}

.sticky-nav .main-navigation .main-navigation-wrap {
	background: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 20px 0 0;
	box-shadow: 0 2px 4px rgba(123, 121, 121, .2);
}

.sticky-nav .main-navigation .main-navigation-wrap .logo {
	display: block;
}

.sticky-nav .main-navigation .main-navigation-wrap #nav {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.sticky-nav .main-navigation .main-navigation-wrap #nav .drop .drop-wrap > .main-menu > li > a {
	padding: 21px  17px 13px 0;
	font-size: 14px;
}

.sticky-nav .main-navigation .main-navigation-wrap #nav .search a {
	margin-top: 14px;
}

.sticky-nav .main-navigation .main-navigation-wrap #nav .search a:hover {
	opacity: .7;
}

.sticky-nav .main-navigation .main-navigation-wrap #nav .searchbox {
	top: 15px;
}

.sticky-nav .main-navigation .main-navigation-wrap #nav input.searchbox-input {
	margin-top: -8px;
}

.sticky-nav #nav .drop .drop-wrap > .main-menu > li a::before {
	top: 0;
}

.nav-active {
	overflow: hidden;
}

.nav-active .nav-opener {
	opacity: 0;
}

.nav-active #nav .drop {
	left: 0;
}

#footer {
	background: #fff;
	padding: 82px 0 30px;
}

.footer-top {
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 24px;
}

.footer-top .social-networks {
	float: right;
	text-align: right;
	padding-top: 4px;
	margin: 0;
}

.footer-top .social-networks li {
	display: inline-block;
	vertical-align: middle;
}

.footer-top .social-networks li + li {
	margin-left: 24px;
}

.footer-top .social-networks li a {
	font-size: 24px;
}

.footer-top .social-networks li a:hover {
	opacity: .5;
}

.footer-nav {
	display: inline-block;
	vertical-align: middle;
}

.footer-nav ul li {
	float: left;
	margin-right: 38px;
	font-size: 14px;
	letter-spacing: .01em;
}

.footer-nav ul li a {
	font-weight: 600;
}

.footer-nav ul li a:hover {
	opacity: .5;
}

.footer-logo {
	display: inline-block;
	vertical-align: middle;
}

.footer-bottom {
	padding: 31px 0 0;
}

.footer-bottom .footer-logo {
	display: none;
}

.footer-bottom p {
	font-size: 13px;
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 300;
	margin-bottom: 0;
}

.banner {
	margin-bottom: 25px;
}

.banner .banner-text {
	text-align: center;
	margin: -17px auto 0;
	max-width: 716px;
	letter-spacing: -.003em;
	font-size: 18px;
}

.banner .banner-text .top-story {
	background: #c4161c;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	padding: 5px 27px 6px;
	font-size: 20px;
	margin-bottom: 6px;
	position: relative;
	z-index: 2;
	font-family: "AbrilFatface", serif;
}

.banner .banner-text h1 {
	margin-bottom: 21px;
}

.banner .banner-text .by {
	display: block;
	text-transform: uppercase;
	letter-spacing: -.04em;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 2px;
}

.banner .banner-text .by a {
	color: #000;
}

.banner .banner-text .by a:hover {
	opacity: .7;
}

.banner .banner-text p {
	letter-spacing: -.003em;
	margin-bottom: 13px;
	line-height: 1.1;
}

.banner .banner-text .time {
	display: block;
	font-size: 13px;
	font-weight: 300;
}

.inner-banner {
	margin-bottom: 14px;
	padding-top: 30px;
}

.inner-banner .img-wrap {
	margin-bottom: 14px;
}

.inner-banner h1 {
	font-size: 60px;
	margin-bottom: 12px;
	letter-spacing: -.022em;
}

.inner-banner .banner-text {
	padding-left: 17.2%;
	border-bottom: 2px solid #5a5a5a;
	font-size: 18px;
}

.inner-banner .banner-text p {
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.25;
	max-width: 800px;
	font-weight: 500;
	margin-bottom: 20px;
}

.main-inner-banner .inner-banner-text {
	width: 66.2%;
	padding-left: 17.4%;
	border-bottom: 2px solid gray;
}

.main-inner-banner .img-wrap {
	margin-bottom: 25px;
}

.main-inner-banner .banner-text {
	border: none;
	padding-left: 0;
}

.main-inner-banner .banner-text h1 {
	font-size: 2.6667em;
	line-height: 1.1;
}

.main-inner-banner .banner-text p {
	font-size: 16px;
}

.message-section {
	padding-top: 30px;
	margin-bottom: 30px;
}

.message-section .message-block {
	padding-top: 15px;
	max-width: 68%;
	margin: 0 auto;
}

.video-banner {
	margin-bottom: 40px;
}

.video-banner .video-banner-content {
	max-width: 68%;
	margin: 0 auto;
}

.video-banner .video-wrap {
	margin-bottom: 10px;
	overflow: hidden;
}

.video-banner .read-more {
	font-family: "EB Garamond", serif;
}

.video-desc p .morecontent span {
	display: none;
}

.video-desc p .read-more {
	display: inline-block;
}

.partner-content-slider {
	background: #fff;
	padding: 0 20px;
}

.partner-content-slider .slick-slide {
	padding: 40px 20px 25px;
}

.partner-content-slider .slick-slide img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.partner-content-slider h3 {
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: -.04em;
	max-width: 160px;
	margin-bottom: 3px;
}

.partner-content-slider h3 a:hover {
	opacity: .7;
}

.partner-content-slider .img-wrap {
	margin-bottom: 10px;
}

.partner-content-slider .img-wrap a {
	display: block;
}

.partner-content-slider .text {
	font-size: 14px;
	padding: 0 6px;
	max-width: 190px;
}

.partner-content-slider .text time {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
}

.partner-content-slider .text p {
	font: 300 12px/1.25 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.035em;
}

.gallery-pagination {
	background-color: #000;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	padding: 3px 5px 2px;
	border-radius: 30px;
	width: 60px;
	text-align: center;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
}

.detail-gallery-block {
	position: relative;
}

.detail-gallery-block .gallery-pagination {
	top: 79%;
}

.detail-gallery-slider {
	padding-top: 19px;
}

.detail-gallery-slider .img-wrap {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 5px;
}

.detail-gallery-slider .caption {
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: 300;
}

.detail-gallery-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	background-color: transparent;
	outline: none;
	z-index: 1;
	font-size: 0;
	width: 20px;
	height: 30px;
	padding: 0;
}

.detail-gallery-slider .slick-arrow.slick-next:before,
.detail-gallery-slider .slick-arrow.slick-prev:before {
	content: "";
	border-width: 3px 3px 0 0;
	border-color: #999 #999 transparent transparent;
	border-style: solid;
	border-radius: 2px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 2px;
	left: 0;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.detail-gallery-slider .slick-arrow.slick-next:hover:before,
.detail-gallery-slider .slick-arrow.slick-prev:hover:before {
	border-color: #000 #000 transparent transparent;
}

.detail-gallery-slider .slick-arrow.slick-prev {
	left: -34px;
}

.detail-gallery-slider .slick-arrow.slick-prev:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.detail-gallery-slider .slick-arrow.slick-next {
	right: -34px;
}

.detail-gallery-slider .slick-arrow.slick-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -7px;
}

.image-slider-block {
	margin-bottom: 75px;
}

.image-slider-block .gallery-pagination {
	bottom: 16px;
}

.image-slider-block {
	position: relative;
}

.image-slider-block .gallery-pagination {
	bottom: 20px;
}

.image-slider .slick-list {
	margin: 0 -4px;
}

.image-slider .slick-slide {
	text-align: center;
	padding: 0 4px;
}

.image-slider .slick-slide img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.image-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	background-color: transparent;
	outline: none;
	z-index: 1;
	font-size: 0;
	width: 20px;
	height: 30px;
	padding: 0;
}

.image-slider .slick-arrow.slick-next:before,
.image-slider .slick-arrow.slick-prev:before {
	content: "";
	border-width: 3px 3px 0 0;
	border-color: #e7eaec #e7eaec transparent transparent;
	border-style: solid;
	border-radius: 2px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 2px;
	left: 0;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.image-slider .slick-arrow.slick-next:hover:before,
.image-slider .slick-arrow.slick-prev:hover:before {
	border-color: #000 #000 transparent transparent;
}

.image-slider .slick-arrow.slick-prev {
	left: -34px;
}

.image-slider .slick-arrow.slick-prev:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.image-slider .slick-arrow.slick-next {
	right: -34px;
}

.image-slider .slick-arrow.slick-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -7px;
}

.members-slider-block {
	margin-bottom: 40px;
}

.members-slider {
	border-width: 11px 15px;
	border-color: #f4f0f1;
	border-style: solid;
	padding: 23px 64px;
}

.members-slider .slick-list {
	margin: 0 -4px;
}

.members-slider .slick-slide {
	padding: 0 4px;
}

.members-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	background-color: transparent;
	outline: none;
	z-index: 1;
	font-size: 0;
	width: 12px;
	height: 18px;
	padding: 0;
}

.members-slider .slick-arrow.slick-next:before,
.members-slider .slick-arrow.slick-prev:before {
	content: "";
	border-width: 2px 2px 0 0;
	border-color: #333 #333 transparent transparent;
	border-style: solid;
	border-radius: 1px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 2px;
	left: 0;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.members-slider .slick-arrow.slick-next:hover:before,
.members-slider .slick-arrow.slick-prev:hover:before {
	border-color: #e7eaec #e7eaec transparent transparent;
}

.members-slider .slick-arrow.slick-prev {
	left: 28px;
}

.members-slider .slick-arrow.slick-prev:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.members-slider .slick-arrow.slick-next {
	right: 25px;
}

.members-slider .slick-arrow.slick-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -3px;
}

.members-slider .img-wrap {
	margin-bottom: 8px;
}

.members-slider .img-wrap img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.members-slider .text {
	text-align: center;
	max-width: 115px;
	margin: 0 auto;
	line-height: 1.29;
}

.members-slider .text h3 {
	font-size: 13px;
	margin-bottom: 8px;
}

.members-slider .text .sub-title {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

.members-slider .text .sub-title p {
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.out-slider-block {
	margin-bottom: 40px;
}

.out-slider {
	border-width: 11px 15px;
	border-color: #f4f0f1;
	border-style: solid;
	padding: 23px 72px 8px;
}

.out-slider .slick-list {
	margin: 0 -4px;
}

.out-slider .slick-slide {
	padding: 0 4px;
}

.out-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	background-color: transparent;
	outline: none;
	z-index: 1;
	font-size: 0;
	width: 12px;
	height: 18px;
	padding: 0;
}

.out-slider .slick-arrow.slick-next:before,
.out-slider .slick-arrow.slick-prev:before {
	content: "";
	border-width: 2px 2px 0 0;
	border-color: #333 #333 transparent transparent;
	border-style: solid;
	border-radius: 1px;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 2px;
	left: 0;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.out-slider .slick-arrow.slick-next:hover:before,
.out-slider .slick-arrow.slick-prev:hover:before {
	border-color: #e7eaec #e7eaec transparent transparent;
}

.out-slider .slick-arrow.slick-prev {
	left: 28px;
}

.out-slider .slick-arrow.slick-prev:before {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.out-slider .slick-arrow.slick-next {
	right: 25px;
}

.out-slider .slick-arrow.slick-next:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -7px;
}

.out-slider .img-wrap {
	margin-bottom: 6px;
}

.out-slider .text {
	font: 11px/1.29 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.out-slider .text strong {
	display: block;
}

.out-slider .text time {
	font-size: 14px;
}

.out-slider .text p {
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

span.wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0 0 5px;
}

label.error,
span.wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top: 5px;
}

div.wpcf7-response-output {
	margin: 1.5em 0;
	border: none;
	font-size: 14px;
	background: #f7e700;
	padding: 8px 10px;
}

label.error {
	color: #f00;
	display: block;
}

div.wpcf7-validation-errors {
	border: none;
	background: #f00;
	color: #fff;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng {
	width: 100%;
	float: left;
	background: #f4ce42;
	border: none;
	color: black;
	padding: 10px;
}

div.wpcf7-mail-sent-ok {
	background: #41f456;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	right: -20px;
	margin-top: -36px;
}

.pagination-wrap {
	text-align: center;
	padding: 50px 0 30px;
}

.pagination-wrap .page-numbers li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

.pagination-wrap .page-numbers li a,
.pagination-wrap .page-numbers li span {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #8a96a1;
	border-radius: 5px;
	padding: 5px;
	line-height: 1.5;
	font-size: 13px;
	font-weight: 500;
}

.pagination-wrap .page-numbers li a.next,
.pagination-wrap .page-numbers li a.prev,
.pagination-wrap .page-numbers li span.next,
.pagination-wrap .page-numbers li span.prev {
	line-height: 1.4;
}

.pagination-wrap .page-numbers li a.current,
.pagination-wrap .page-numbers li a:hover,
.pagination-wrap .page-numbers li span.current,
.pagination-wrap .page-numbers li span:hover {
	background: #8a96a1;
	color: #fff;
}

.advertisement {
	text-align: center;
	position: relative;
	height: 0;
	overflow: hidden;
	margin: 0 auto 40px;
}

.advertisement.leaderboard {
	padding-top: 90px;
	max-width: 728px;
}

.advertisement.full {
	padding-top: 60px;
	max-width: 468px;
}

.advertisement.medium {
	padding-top: 250px;
	max-width: 300px;
}

.advertisement img,
.advertisement video,
.advertisement iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	right: 0;
	bottom: 0;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}

.advertisement img,
.advertisement iframe {
	height: 100%;
}

.advertisement.no-buffer {
	padding-top: 0 !important;
	height: auto;
}

.advertisement.no-buffer img,
.advertisement.no-buffer video {
	position: static;
}

.advetisement-block {
	display: none;
}

.section-heading h1:before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-top: 15px;
}

.featured-block-lists {
	margin-bottom: 20px;
}

.featured-list {
	float: right;
	width: 33%;
	padding-left: 13px;
}

.featured-list:first-child {
	float: left;
	width: 66.9%;
	padding: 0 10px 0 0;
}

.featured-list:first-child h2 {
	font-size: 32px;
}

.featured-list:first-child .img-wrap {
	margin-bottom: 15px;
}

.featured-list:first-child .text {
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
}

.featured-list h2 {
	font-size: 20px;
}

.featured-list h2 a:hover {
	opacity: .7;
}

.featured-list .img-wrap {
	margin-bottom: 5px;
}

.featured-list .img-wrap img {
	width: 100%;
}

.featured-list p {
	font: 300 14px/1.2 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.category-listing-block .category-list {
	overflow: hidden;
}

.category-listing-block .category-list + .category-list {
	margin-top: 25px;
}

.category-listing-block .category-list .img-wrap {
	float: left;
	width: 25.6%;
	margin-right: 17px;
}

.category-listing-block .category-list .img-wrap img {
	width: 100%;
}

.category-listing-block .category-list h3 {
	font-size: 18px;
	margin-bottom: 14px;
}

.category-listing-block .category-list h3 a:hover {
	opacity: .7;
}

.category-listing-block .category-list .text {
	overflow: hidden;
}

.category-listing-block .category-list .text p {
	margin-bottom: 10px;
	font: 300 14px/1.5 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.category-listing-block .category-list .sub-title {
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

.detail-content-block .sidebar {
	padding-top: 53px;
}

.detail-main-content .aside {
	float: left;
	width: 26.3%;
	padding-right: 25px;
	text-align: right;
}

.detail-main-content .aside a:hover {
	opacity: .7;
}

.detail-main-content .aside .print {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	margin-right: 19px;
}

.detail-main-content .aside .resize {
	display: inline-block;
	vertical-align: middle;
	padding-right: 6px;
}

.detail-main-content .aside .resize li {
	display: inline-block;
	vertical-align: middle;
}

.detail-main-content .aside .resize li a {
	font-weight: 500;
}

.detail-main-content .aside .resize li .btn-normal {
	font-size: 16px;
}

.detail-main-content .aside .resize li .btn-big {
	font-size: 18px;
}

.detail-main-content .aside .resize li .btn-bigger {
	font-size: 20px;
}

.detail-main-content .aside .social-networks {
	margin: 15px 9px 15px 0;
	font-size: 22px;
	padding: 0;
}

.detail-main-content .aside .social-networks li {
	display: inline-block;
	vertical-align: middle;
}

.detail-main-content .aside .social-networks li + li {
	margin-left: 17px;
}

.detail-main-content .side-related-block {
	text-align: left;
	padding-top: 147%;
}

.detail-main-content .side-related-block .heading-block {
	margin-bottom: 15px;
}

.detail-main-content .side-related-block .heading-block h2 {
	font-size: 1.563em;
}

.detail-main-content .side-related-block h3 {
	font-size: 1.063em;
	margin: 0;
}

.detail-main-content .side-related-block .img-wrap {
	margin-bottom: 10px;
}

.detail-main-content .side-related-block .time {
	font-size: .688em;
}

.detail-main-content .side-related-block .time time {
	margin-right: 12px;
}

.detail-main-content .side-related-block .time .read {
	margin-left: 12px;
}

.detail-main-content .content {
	float: left;
	width: 73.7%;
}

.detail-main-content .content blockquote {
	border: none;
	padding-left: 0;
	margin-left: 0;
}

.detail-main-content .content blockquote p {
	font-family: "AbrilFatface", serif;
}

.detail-main-content .two-columns-block .two-columns {
	padding: 25px 0 10px;
	width: 100%;
	margin-bottom: 0;
}

.admin-time-block {
	padding: 9px 0 24px;
	text-transform: uppercase;
	border-bottom: 2px solid gray;
}

.admin-time-block strong,
.admin-time-block time {
	font-weight: 700;
	letter-spacing: .05em;
	font-size: .938em;
}

.admin-time-block strong a,
.admin-time-block time a {
	color: #000;
}

.admin-time-block strong a:hover,
.admin-time-block time a:hover {
	opacity: .7;
}

.admin-time-block strong {
	margin-right: 9px;
}

.admin-time-block time {
	margin-left: 9px;
}

.intro-block {
	padding: 15px 0 14px;
	border-bottom: 2px solid gray;
}

.intro-block p {
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
	letter-spacing: -.01em;
}

.intro-block strong {
	font-weight: 600;
}

.text-block {
	padding: 17px 0 0;
}

.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5 {
	font-family: "EB Garamond", serif;
	font-weight: 600;
}

.text-block h2 {
	font-size: 1.250em;
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	margin: 0 0 10px;
}

.text-block h3 {
	font-size: 1.125em;
	margin: 0 0 10px;
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.text-block h4 {
	margin-bottom: 23px;
	font-size: 1.125em;
	letter-spacing: .05em;
	font-weight: 700;
}

.text-block h5 {
	font-size: 1.063em;
	letter-spacing: .04em;
	margin-bottom: 22px;
}

.text-block h6 {
	font-size: .750em;
	font-weight: 300;
}

.text-block ul {
	padding-left: 0;
	line-height: 1.25;
	list-style: none;
	font-family: "EB Garamond", serif;
}

.text-block ul li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 5px;
}

.text-block ul li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
}

.text-block ul li ul li:before {
	border: 1px solid #000;
	width: 5px;
	height: 5px;
	background: transparent;
}

.text-block ul li ul li li:before {
	border-radius: 0;
	background: #000;
}

.text-block ol {
	line-height: 1.25;
	margin-bottom: 15px;
}

.text-block ol li {
	margin-bottom: 5px;
}

.text-block p {
	line-height: 1.3;
	margin-bottom: 20px;
}

.text-block a {
	color: #196bac;
}

.text-block a:hover {
	color: #000;
}

.text-block.big-letter p:first-child:first-letter {
	font: 600 72px/.7 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	float: left;
	margin: 8px 6px 0 -5px;
}

.text-block .wp-caption img,
.text-block figure img {
	margin-bottom: 10px;
}

.img-block {
	padding: 21px 0 36px;
}

.img-block figure {
	margin: 0;
}

.img-block figure img {
	margin-bottom: 10px;
}

.img-block figcaption {
	font-weight: 300;
	font-size: .750em;
	padding: 0 3px;
}

.pull-quote-block {
	border-bottom: 2px solid gray;
	padding: 0  0 36px;
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

.pull-quote-block .img-wrap {
	text-align: center;
	margin-bottom: 27px;
}

.pull-quote-block .img-wrap img {
	width: 64px;
	height: 64px;
	border: 4px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
	margin: 0 auto 11px;
}

.pull-quote-block .text {
	max-width: 470px;
	margin: 0 auto;
}

.pull-quote-block blockquote {
	margin-bottom: 6px;
	font: 500 1.375em/1.28 "AbrilFatface", serif;
	letter-spacing: .01em;
}

.pull-quote-block .name {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.snapshot-block {
	background: #f4f0f1;
	padding: 24px 21px 24px;
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 17px;
}

.snapshot-block h2 {
	font-size: 1.313em;
	margin-bottom: 20px;
	font-family: "AbrilFatface", serif;
}

.snapshot-block ul {
	padding-left: 0;
	font-size: .938em;
	line-height: 1.52;
	list-style: none;
}

.snapshot-block ul li {
	position: relative;
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.snapshot-block ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #000;
}

.snapshot-block ol {
	font-size: .938em;
	line-height: 1.52;
	padding-left: 13px;
}

.snapshot-block ol li {
	position: relative;
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
}

.snapshot-block p {
	font-size: .875em;
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.quote {
	position: absolute;
	left: 50%;
	bottom: -18px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	height: 40px;
	background: #fff;
	z-index: 1;
	text-align: center;
}

.quote:before {
	content: "“";
	display: inline-block;
	vertical-align: middle;
	font-size: 70px;
	font-family: "AbrilFatface", serif;
	line-height: 1;
}

.testimonials-block {
	padding: 15px 0 47px;
	border-bottom: 2px solid gray;
	position: relative;
	margin-bottom: 22px;
}

.testimonials-block .img-wrap {
	text-align: center;
	margin-bottom: 25px;
}

.testimonials-block .img-wrap img {
	display: block;
	width: 64px;
	height: 64px;
	border: 4px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
	margin: 0 auto 11px;
}

.testimonials-block span.name {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}

.testimonials-block blockquote {
	font: 1.375em/1.27 "AbrilFatface", serif;
	text-align: center;
	max-width: 466px;
	margin: 0 auto !important;
	display: block;
	letter-spacing: .01em;
}

.video-block {
	margin-bottom: 35px;
	position: relative;
	padding-top: 56%;
}

.video-block a {
	display: block;
}

.video-block a:before,
.video-block a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-block a:before {
	border: 2px solid rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .2);
	width: 93px;
	height: 93px;
	border-radius: 50%;
}

.video-block a:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 26px;
	border-color: transparent transparent transparent #fff;
}

.video-block a:hover {
	opacity: .7;
}

.video-block img,
.video-block iframe {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

ol {
	margin: 0;
	padding: 0 0 0 19px;
	font-family: "EB Garamond", serif;
}

.text-with-list {
	margin-bottom: 16px;
}

.text-with-list p {
	margin-bottom: 2px;
}

.list-with-percentage {
	margin-bottom: 40px;
}

.list-with-percentage ul li {
	overflow: hidden;
	border-bottom: 2px solid #969696;
	padding: 23px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-with-percentage .percentage {
	float: left;
	width: 114px;
	font-weight: 600;
	font-family: "AbrilFatface", serif;
	font-size: 40px;
	padding: 0 30px 0 6px;
}

.list-with-percentage .text {
	width: calc(100% - 114px);
	font-weight: 500;
	line-height: 1.12;
}

.list-with-percentage .text p {
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.postcast-block {
	margin-bottom: 18px;
	padding-top: 56%;
	position: relative;
}

.postcast-block img,
.postcast-block iframe {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

.parallex-section {
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.parallex-content-block {
	width: 100%;
}

.parallex-block {
	background: rgba(0, 0, 0, .5);
	color: #fff;
	padding: 85px 0;
}

.parallex-block .text {
	width: 66.9%;
	padding-left: 17.4%;
}

.parallex-block .text p {
	margin-bottom: 0;
}

.parallex-block .text ol {
	margin-bottom: 40px;
}

.section-parallex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.section__title {
	margin-left: 3rem;
	font-size: 4rem;
	color: black;
}

.parallex-background {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100vh;
	background-size: cover !important;
	z-index: -1;
	background-position: center;
}

.fixed {
	position: fixed;
	top: 0;
}

.message-block {
	background: #f4f0f1;
	padding: 30px;
	margin-bottom: 30px;
}

.message-block h2 {
	font-family: "AbrilFatface", serif;
	border-bottom: 1px solid gray;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 35px;
	font-weight: 400;
}

.message-block .two-cols {
	position: relative;
}

.message-block .col1 {
	font-size: 15px;
}

.message-block .row {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.message-block .col {
	width: 50%;
	padding: 0 15px;
	font-size: 15px;
}

.message-block .col + .col {
	border-left: 1px solid gray;
}

.message-block .or {
	width: 25px;
	height: 25px;
	background: #f4f0f1;
	padding: 5px;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.message-block .btn {
	font-size: 14px;
	min-width: 220px;
}

.wp-caption img,
figure img {
	margin-bottom: 10px;
}

figcaption,
.wp-caption-text {
	font-weight: 300;
	font-size: .750em;
}

.related-block {
	background: #fff;
}

.related-block .heading-block {
	margin-bottom: 33px;
}

.related-block .heading-block h2 {
	font-size: 1.563em;
}

.related-block .content {
	width: 65.8%;
	padding-left: 17.4%;
}

.related-block .row {
	margin: 0 -12px;
}

.related-block .col {
	float: left;
	width: 33.33%;
	padding: 0 12px;
}

.related-block .img-wrap {
	margin-bottom: 9px;
}

.related-block h3 {
	font-size: .813em;
	margin-bottom: 13px;
}

.related-block a:hover {
	opacity: .7;
}

.related-block .by {
	display: block;
	text-transform: uppercase;
	font-size: .625em;
}

.related-block .time {
	display: block;
	font-size: .625em;
}

.related-block .time time {
	margin-right: 5px;
}

.related-block .time .read {
	margin-left: 2px;
}

.related-series .featured-series-block h3 {
	font-size: 20px;
}

.two-columns-block {
	background: #fff;
}

.two-columns-block .two-columns {
	padding: 73px 0 30px 17.4%;
	width: 66.9%;
	margin-bottom: 0;
}

.two-columns-block .two-columns .row {
	margin: 0 -10px;
}

.two-columns-block .two-columns .col {
	float: left;
	width: 50%;
	padding: 0 10px;
	line-height: 1.28;
}

.author-block-wrap {
	padding: 10px 0 40px;
}

.author-block {
	background: #f4f0f1;
	padding: 31px 38px;
	margin-bottom: 15px;
}

.author-block h2 {
	font-family: "AbrilFatface", serif;
	font-size: 1.375em;
	margin-bottom: 33px;
	letter-spacing: -.01em;
}

.author-block .author-list > li + li {
	margin-top: 49px;
}

.author-block .img-wrap {
	width: 64px;
	height: 64px;
	border: 4px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
	margin: 0 0 11px;
}

.author-block h3 {
	font-size: 1.375em;
}

.author-block .text p .morecontent span {
	display: none;
}

.author-block .text p .morelink {
	display: inline-block;
	color: #276295;
}

.author-block p {
	font-size: 1.063em;
	letter-spacing: .03em;
	margin: 0;
}

.author-block .more-about {
	display: block;
	font-family: "EB Garamond", serif;
	font-size: 1.125em;
	margin-bottom: 21px;
}

.author-block .story {
	display: block;
	font-family: "EB Garamond", serif;
	font-size: 1.125em;
	letter-spacing: .01em;
}

.author-block a {
	color: #000;
}

.author-block a:hover {
	opacity: .7;
}

.author-block .social-networks {
	font-size: 16px;
	padding: 0;
	margin-top: 11px;
}

.author-block .social-networks li {
	display: inline-block;
	vertical-align: middle;
}

.author-block .social-networks li + li {
	margin-left: 25px;
}

.tagged .tagged-in {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-family: "EB Garamond", serif;
	font-size: 14px;
	letter-spacing: .04em;
	margin-right: 7px;
}

.tagged .sub-section {
	font-family: "AbrilFatface", serif;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	font-size: 14px;
}

.tagged .tags {
	display: inline;
	vertical-align: middle;
	font-size: 10px;
}

.tagged .tags li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px;
}

.tagged .tags li a:hover {
	opacity: .7;
}

.author-detail-block {
	padding: 40px 0 0;
}

.author-detail-block h1 {
	display: none;
}

.author-detail-block .author-block {
	margin-bottom: 35px;
}

.author-detail-block .author-block .h3 {
	font: 700 1.375em/1.1 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.author-detail-block .author-block p {
	margin-bottom: 15px;
}

.author-detail-block .author-block .story {
	font-weight: 600;
}

.author-detail-block .author-posts h2 {
	border-bottom: 2px solid gray;
	padding-bottom: 5px;
}

.author-detail-block .author-posts ul {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.author-detail-block .author-posts ul li {
	float: left;
	width: 33.33%;
	padding: 0 10px;
	margin-bottom: 25px;
}

.author-detail-block .author-posts .img-wrap {
	margin-bottom: 10px;
}

.author-detail-block .author-posts .img-wrap img {
	width: 100%;
}

.author-detail-block .author-posts .text h3 {
	margin-bottom: 5px;
}

.author-detail-block .author-posts .text h3 a:hover {
	opacity: .7;
}

.author-detail-block .author-posts .text .by {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
}

.author-detail-block .author-posts .text .by a {
	color: #000;
}

.author-detail-block .author-posts .text .by a:hover {
	opacity: .7;
}

.author-detail-block .author-posts .text .time {
	font-size: 12px;
	font-weight: 300;
}

.featured-series-block .text {
	padding: 7px 0 0;
}

.featured-series-block p {
	margin-bottom: 18px;
}

.featured-series-block + .featured-series-block {
	margin-top: 35px;
}

.featured-series-block .iframe-wrap {
	position: relative;
	padding-top: 19.5%;
}

.featured-series-block .iframe-wrap img,
.featured-series-block .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.featured-series-block .iframe-wrap.podcast-wrap {
	padding-top: 0;
}

.featured-series-block .iframe-wrap.podcast-wrap img,
.featured-series-block .iframe-wrap.podcast-wrap iframe {
	position: static;
}

.featured-series-block .col {
	float: left;
	width: 33.33%;
	padding: 0 10px;
	margin-bottom: 30px;
}

.featured-series-block .img-wrap .overlay {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 1;
}

.featured-series-block .img-wrap img {
	width: 100%;
}

.featured-series-block .img-wrap a {
	display: block;
	position: relative;
}

.featured-series-block .img-wrap a:before,
.featured-series-block .img-wrap a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.featured-series-block .img-wrap a:before {
	border: 2px solid rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .2);
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.featured-series-block .img-wrap a:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
}

.featured-series-block h3 {
	font-size: 15px;
	color: #000;
	margin-bottom: 5px;
}

.featured-series-block h3 a:hover {
	opacity: .5;
}

.featured-series-block time {
	font-size: 12px;
}

.gallery-content-block .sidebar {
	padding-top: 0;
	width: 27%;
}

.popular-podcasts .heading-block h2 {
	font-size: 26px;
}

.popular-podcasts ol {
	list-style: none;
	counter-reset: item;
	padding: 0;
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.popular-podcasts li {
	position: relative;
	border-bottom: 1px solid gray;
	padding: 10px 0 10px 28px;
}

.popular-podcasts li:before {
	content: counter(item, decimal-leading-zero);
	counter-increment: item;
	font-family: "AbrilFatface", serif;
	position: absolute;
	top: 11px;
	left: 0;
	font-size: 18px;
}

.popular-podcasts h3 {
	font-size: 17px;
	margin-bottom: 5px;
}

.popular-podcasts h3 a {
	color: #000;
}

.popular-podcasts h3 a:hover {
	opacity: .7;
}

.popular-podcasts .time {
	font-size: 12px;
	font-weight: 300;
}

.rest-series-list h3 {
	font-size: 20px;
}

.subscribe-block {
	padding: 40px 0;
}

.subscribe-block .form-wrap {
	float: left;
	width: 56%;
	padding: 0 10px;
}

.subscribe-block .form-wrap h1 {
	font-family: "AbrilFatface", serif;
	border-bottom: 2px solid gray;
	font-size: 34px;
	padding-bottom: 10px;
	margin-bottom: 32px;
}

.subscribe-block .form-wrap .title {
	display: block;
	margin-bottom: 14px;
}

.subscribe-block .form-wrap p {
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 25px;
}

.subscribe-block .form-wrap .card-num-block .col {
	width: 35.3%;
}

.subscribe-block .form-wrap .card-num-block .card-num {
	width: 64.7%;
}

.subscribe-block .form-wrap .card-block .col {
	width: 24.1%;
}

.subscribe-block .form-wrap .card-block .card-name {
	width: 51.8%;
}

.subscribe-block .form-wrap .suburb {
	width: 63.7%;
}

.subscribe-block .form-wrap .state {
	width: 36.3%;
}

.subscribe-block .box-wrap {
	float: right;
	width: 35%;
	padding: 0 10px;
	background: #f4f0f1;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 40px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	color: #fff;
}

.subscribe-block .box-wrap:before {
	content: "";
	background: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.subscribe-block .box-wrap h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

.subscribe-block .box-wrap ul {
	padding-left: 0;
	line-height: 1.25;
	list-style: none;
	font-family: "EB Garamond", serif;
}

.subscribe-block .box-wrap ul li:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	width: 4px;
	height: 1px;
	background: #fff;
	margin: 9px 7px 0 1px;
}

#payway-credit-card iframe {
	width: 100%;
	height: 215px;
}

.form-section {
	padding-top: 50px;
}

.form-section .form-wrap {
	float: left;
	width: 48%;
	padding: 0 10px;
}

.form-section .form-text-block {
	float: right;
	width: 50%;
	padding: 0 10px;
}

.form-section .form-text-wrap {
	background: #f4f0f1;
	padding: 40px;
}

.form-section .form-text + .form-text {
	margin-top: 35px;
}

.form-section .heading-block {
	margin-bottom: 25px;
}

.form-section .heading-block h2 {
	font-size: 24px;
}

.form-section .col {
	float: left;
	width: 50%;
	padding: 0 10px;
	font-size: 13px;
	line-height: 1.5;
}

.form-section ul li + li {
	margin-top: 25px;
}

.form-section ul a {
	color: #000;
}

.form-section ul a:hover {
	opacity: .7;
}

.form-section ul a[href^="https:"],
.form-section ul a[href^="mailto"] {
	display: inline-block;
	vertical-align: top;
	word-break: break-all;
}

.form-section ul p {
	margin-bottom: 0;
	font-size: 16px;
}

.form-section h3 {
	font-size: 15px;
	margin-bottom: 0;
}

.registration-form-section .heading {
	text-align: center;
	padding-bottom: 40px;
}

.registration-form-section .heading h1 {
	margin-bottom: 10px;
}

.registration-form-section .two-columns {
	margin-bottom: 15px;
}

.registration-form-section .two-columns .heading-block {
	text-align: center;
	margin-bottom: 5px;
}

.registration-form-section .two-columns .title {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
}

.registration-form-section .two-columns .col {
	text-align: center;
}

.registration-form-section .two-columns .col .list-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.registration-form-section .two-columns .col1 .list-box {
	background: #f4f0f1;
	padding: 15px;
}

.registration-form-section .two-columns .col2 .heading-block h2 {
	color: #384e59;
}

.registration-form-section .two-columns .col2 .list-box {
	border: 1px solid #f4f0f1;
	padding: 15px;
}

.registration-form-section .two-columns .col2 .list-box .title {
	color: #384e59;
}

.registration-form-section .two-columns .list-box-wrap {
	width: 100%;
}

.registration-form-section .two-columns ul {
	margin-bottom: 20px;
}

.registration-form-section .two-columns ul li {
	margin: 0;
	font-size: 17px;
	border-bottom: 2px solid #e7e4dc;
	padding: 5px 0;
	font-weight: 300;
}

.registration-form-section .two-columns .button-wrap {
	text-align: center;
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.registration-form-section .two-columns .button-wrap .btn {
	font-size: 17px;
	font-weight: 700;
	min-width: 320px;
}

.registration-form-section .message-note {
	font-size: 12px;
	font-style: italic;
}

.registration-form-section .message-note p {
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.registration-form-section .button-block {
	text-align: center;
}

.registration-form-section .button-block .button-wrap {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}

.registration-form-section .button-block .btn-default {
	background: #fff;
	color: #2e2e2e;
	border: 1px solid #2e2e2e;
	-webkit-transition: color .3s ease, background .3s ease;
	transition: color .3s ease, background .3s ease;
}

.registration-form-section .button-block .btn-default:hover {
	opacity: 1;
	background: #2e2e2e;
	color: #fff;
}

.wp-activate-container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 80px 20px;
}

.dashboard-block {
	font-family: "EB Garamond", serif;
	padding: 40px 0;
}

.dashboard-block h1 {
	font-size: 46px;
	border-bottom: 2px solid gray;
	padding-bottom: 5px;
	line-height: 1;
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.dashboard-block span {
	display: block;
}

.dashboard-block .fullname {
	font-size: 22px;
	font-style: italic;
	margin-bottom: 25px;
}

.dashboard-block h2 {
	font-size: 24px;
	border-bottom: 2px solid gray;
	padding-bottom: 5px;
	margin-top: 25px;
}

.dashboard-block a:not(.btn) {
	color: #000;
}

.dashboard-block a:not(.btn):hover {
	opacity: .7;
}

.dashboard-block .btn-wrap {
	padding-top: 15px;
}

.dashboard-block ul li {
	margin-top: 15px;
}

.dashboard-block ul li a {
	text-decoration: underline;
}

.dashboard-block ul li a:hover {
	text-decoration: none;
}

.thankyou-block {
	padding: 40px 0;
}

.thankyou-block .btn {
	margin-top: 10px;
}

.search-block {
	padding: 40px 0;
}

.search-block h1 {
	border-bottom: 2px solid gray;
	padding-bottom: 5px;
	margin-bottom: 25px;
}

.search-block .search-form .input-wrap {
	width: calc(100% - 30%);
	float: left;
	padding-right: 15px;
}

.search-block .search-form .btn {
	float: right;
	width: 30%;
	height: 61px;
	min-width: 0;
}

.search-result li {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 2px solid gray;
}

.search-result li + li {
	margin-top: 20px;
}

.search-result .img-wrap {
	float: left;
	width: 18%;
	margin-right: 20px;
}

.search-result .text {
	overflow: hidden;
}

.search-result .text h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.search-result .text h2 a:hover {
	opacity: .7;
}

.not-found-page {
	padding: 50px 0;
}

.error404 .inner-banner {
	padding: 200px 0 80px;
}

.error404 .inner-banner h1 {
	font-size: 150px;
	margin: 0;
}

.not-found {
	padding: 80px 0;
}

.not-found h2 {
	margin: 0;
}

.btn {
	outline: none;
	color: #fff;
	background: #2e2e2e;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	border-radius: 6px;
	display: inline-block;
	vertical-align: top;
	padding: 12px;
	min-width: 198px;
	text-align: center;
	font-weight: 500;
	border: none;
}

.btn:hover {
	outline: none;
	box-shadow: none;
	opacity: .5;
}

.read-more {
	color: #276295;
	font-weight: 500;
	text-decoration: underline;
	font-family: "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	white-space: nowrap;
	cursor: pointer;
}

.read-more:hover {
	text-decoration: none;
}

.italic-text {
	font-style: italic;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
}

.row {
	margin: 0 -10px;
}

.heading-block {
	margin-bottom: 12px;
}

.heading-block h2 {
	border-bottom: 2px solid #636363;
	position: relative;
	line-height: 1.1;
	font-family: "AbrilFatface", serif;
	margin-bottom: 0;
	padding-bottom: 8px;
	font-weight: 400;
}

.heading-block h2:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	height: 6px;
	width: 41px;
}

.heading-block h2 a {
	color: #000;
}

.heading-block h2 a:hover {
	opacity: .7;
}

.heading-block.red h2:before {
	background: #c4161c;
}

.heading-block.gray h2:before {
	background: #5a5a5a;
}

.heading-block.blue h2:before {
	background: #296193;
}

.heading-block.orange h2:before {
	background: #f26522;
}

.heading-block.green h2:before {
	background: #2a6943;
}

.heading-block.purple h2:before {
	background: #8874b5;
}

.heading-block.light-blue h2:before {
	background: #00b0f3;
}

.heading-block.brown h2:before {
	background: #aa8e56;
}

.main-content {
	float: left;
	width: 66.9%;
	padding-right: 10px;
}

.main-content.full-content {
	width: 100%;
}

.two-cols-with-lists {
	margin-bottom: 5px;
}

.columns-block {
	margin: 0 -12px;
}

.columns-block .col {
	float: left;
	width: 50%;
	padding: 0 12px;
	text-align: center;
}

.columns-block .col1 .img-wrap {
	margin-bottom: 17px;
}

.columns-block .col1 .img-wrap img {
	width: 100%;
}

.columns-block .col1 h3 {
	letter-spacing: -.02em;
	margin: 0 0 3px;
}

.columns-block .col1 h3 a:hover {
	opacity: .7;
}

.columns-block .col1 .sub-heading {
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 9px;
	letter-spacing: -.05em;
}

.columns-block .col1 .text {
	padding: 0 20px;
}

.columns-block .col1 .text p {
	font: 300 14px/1.2 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.03em;
}

.columns-block .text {
	text-align: center;
}

.columns-block .sub-heading {
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.two-columns {
	margin-bottom: 27px;
}

.two-columns .col .img-wrap {
	margin-bottom: 17px;
}

.two-columns .col .img-wrap img {
	width: 100%;
}

.two-columns .col h3 {
	letter-spacing: -.02em;
	margin: 0 0 3px;
}

.two-columns .col h3 a:hover {
	opacity: .7;
}

.two-columns .col .sub-heading {
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 11px;
	letter-spacing: -.05em;
}

.two-columns .col .text {
	padding: 0 20px;
}

.two-columns .col .text p {
	font: 300 14px/1.3 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -.03em;
}

.img-wrap a {
	display: block;
}

.img-wrap a:hover {
	opacity: .5;
}

.post-lists li {
	overflow: hidden;
	margin-bottom: 23px;
}

.post-lists li .img-wrap {
	float: left;
	width: 27.2%;
	margin-right: 14px;
}

.post-lists li .img-wrap img {
	width: 100%;
}

.post-lists li .text {
	overflow: hidden;
	text-align: left;
	padding-top: 5px;
}

.post-lists li .text .time {
	display: block;
	font-size: 12px;
	letter-spacing: .09em;
	font-weight: 300;
}

.post-lists li .text .time time {
	margin-right: 7px;
}

.post-lists li .text .time .read {
	margin-left: 6px;
}

.post-lists li h3 {
	font-size: 17px;
	margin-bottom: 7px;
}

.post-lists li h3 a:hover {
	opacity: .7;
}

.list-excerpts .post-lists li .text {
	padding-top: 0;
	font-size: 12px;
}

.list-excerpts .post-lists li .text .time {
	font-size: 12px;
	margin-bottom: 6px;
}

.list-excerpts .post-lists li .text p {
	font: 300 14px/1.2 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
	letter-spacing: -.01em;
}

.partner-content-block {
	background: #f4f0f1;
	padding: 14px 16px;
	margin-bottom: 32px;
}

.partner-content-block .heading {
	text-align: center;
}

.partner-content-block .heading h2 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 13px;
	font-family: "AbrilFatface", serif;
}

.podcasts-video-block .podcasts-lists {
	padding: 24px 0 11px;
}

.podcasts-video-block .podcasts-lists ul {
	margin: 0 -13px;
}

.podcasts-video-block .podcasts-lists ul li {
	float: left;
	width: 50%;
	padding: 0 13px;
	overflow: hidden;
	margin-bottom: 19px;
}

.podcasts-video-block .podcasts-lists ul li .img-wrap {
	float: right;
	width: 41%;
	margin-left: 25px;
}

.podcasts-video-block .podcasts-lists ul li .img-wrap a {
	display: block;
	position: relative;
}

.podcasts-video-block .podcasts-lists ul li .img-wrap a:before,
.podcasts-video-block .podcasts-lists ul li .img-wrap a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.podcasts-video-block .podcasts-lists ul li .img-wrap a:before {
	border: 2px solid rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .2);
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.podcasts-video-block .podcasts-lists ul li .img-wrap a:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
}

.podcasts-video-block .podcasts-lists ul li .img-wrap img {
	width: 100%;
}

.podcasts-video-block .podcasts-lists ul li .text {
	overflow: hidden;
}

.podcasts-video-block .podcasts-lists ul li .text h3 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 6px;
	letter-spacing: -.025em;
}

.podcasts-video-block .podcasts-lists ul li .text h3 a:hover {
	opacity: .7;
}

.podcasts-video-block .podcasts-lists ul li .text time {
	font: 300 14px/1.2 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.most-read-lists {
	padding: 10px 0 28px;
	margin: 0 -18px;
}

.most-read-lists ol {
	float: left;
	width: 50%;
	padding: 0 21px;
}

.most-read-lists ol li {
	overflow: hidden;
	border-bottom: 1px solid #969696;
	padding: 15px 0;
	font: 500 14px/1.1 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.most-read-lists ol li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 49px);
	max-width: 200px;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font: 300 14px/1.2 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.most-read-lists ol li a:hover {
	opacity: .7;
}

.most-read-lists .count {
	float: left;
	width: 49px;
	font-size: 26px;
	font-family: "AbrilFatface", serif;
	padding-left: 2px;
}

.sidebar {
	float: right;
	width: 33%;
	padding: 48px 0 0 13px;
}

.sidebar .advertisement.medium {
	margin: 0 0 40px;
}

.sidebar .post-lists {
	padding-top: 3px;
}

.sidebar .events-block h2 {
	font-size: 26px;
}

.category .sidebar {
	padding-top: 0;
}

.show-mobile {
	display: none;
}

.hide-mobile {
	display: block;
}

.podcast-block {
	background: #f4f0f1;
	padding: 15px 16px;
	overflow: hidden;
	margin-bottom: 31px;
}

.podcast-block .img-wrap {
	float: left;
	width: 46%;
	margin-right: 13px;
}

.podcast-block .img-wrap img {
	width: 100%;
}

.podcast-block h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.podcast-block h3:hover {
	opacity: .7;
}

.podcast-block time {
	font-size: 12px;
	display: block;
	margin-bottom: 6px;
}

.podcast-block .text {
	overflow: hidden;
	padding-top: 4px;
	font-size: 12px;
}

.podcast-block .text p {
	font: 300 14px/1.5 "MuseoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0;
}

.generic-content-block {
	padding: 40px 0 0;
}

.generic-content-block .sidebar {
	padding-top: 0;
}

.agree-form {
	padding: 40px 0;
}

.agree-form label {
	display: block;
	padding-bottom: 13px;
}

.agree-form .errors label {
	color: #f00;
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (max-width: 1199px) {
	.main-navigation .logo {
		margin-right: 30px;
	}

	.message-block .btn {
		min-width: 100%;
		font-size: 12px;
	}

	.gallery-content-block .sidebar {
		width: 33%;
	}

	.subscribe-block .form-wrap {
		width: 50%;
	}

	.form-section .form-text-wrap {
		padding: 30px;
	}

	.podcast-block .img-wrap {
		width: 35%;
	}
}

@media (max-width: 1023px) {
	h1,
	.h1 {
		font-size: 34px;
	}

	h2,
	.h2 {
		font-size: 26px;
	}

	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		right: 0;
		background: #fff;
		box-shadow: 0 2px 4px rgba(123, 121, 121, .2);
		-webkit-transition: left .3s linear;
		transition: left .3s linear;
		padding: 12px 0;
		margin: 0;
	}

	.header-top {
		display: none;
	}

	#nav {
		border: none;
		min-height: 0;
	}

	#nav .drop {
		position: fixed;
		left: -270px;
		top: 0;
		-webkit-transition: left .3s linear;
		transition: left .3s linear;
		width: 270px;
		padding-top: 42px;
		box-shadow: inset -1px 0 10px -4px rgba(0, 0, 0, .2);
	}

	#nav .drop .drop-wrap {
		height: calc(100vh - 40px);
		overflow-y: auto;
		padding: 0 40px 30px;
	}

	#nav .drop .drop-wrap > .main-menu {
		display: block;
	}

	#nav .drop .drop-wrap > .main-menu > li {
		max-width: 100%;
		display: block;
		width: 100%;
		margin-bottom: 30px;
		padding-top: 10px;
	}

	#nav .drop .drop-wrap > .main-menu > li.menu-item-has-children.active > a .arrow {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: 1px;
	}

	#nav .drop .drop-wrap > .main-menu > li:hover ul {
		display: none;
	}

	#nav .drop .drop-wrap > .main-menu > li > a {
		padding: 0;
		font-size: 13px;
	}

	#nav .drop .drop-wrap > .main-menu > li > a:before {
		top: -8px;
	}

	#nav .drop .drop-wrap > .main-menu > li ul {
		position: static;
		padding-bottom: 0;
	}

	#nav .drop .secondary-nav {
		display: block;
	}

	#nav .drop .login {
		display: block;
	}

	#nav .searchbox {
		right: 65px;
		top: 6px;
	}

	#nav .searchbox-icon,
	#nav .searchbox-submit {
		top: 9px;
		right: -30px;
	}

	#nav .submit-wrap {
		top: 9px;
	}

	#nav .submit-wrap:before {
		font-size: 22px;
	}

	#nav .searchbox-open {
		width: calc(100% - 95px);
	}

	.nav-opener {
		right: 0;
		top: 12px;
		display: block;
	}

	.nav-close {
		top: 15px;
		right: 10px;
		width: 40px;
		height: 27px;
		display: block;
	}

	.nav-close:before,
	.nav-close:after {
		top: 10px;
		left: 6px;
		right: 6px;
	}

	.main-navigation {
		height: auto;
	}

	.main-navigation .logo {
		display: block;
		width: 80px;
	}

	.sticky-nav .main-navigation .main-navigation-wrap {
		position: static;
		box-shadow: none;
		padding: 0;
	}

	.sticky-nav .main-navigation .main-navigation-wrap #nav {
		border: none;
	}

	.sticky-nav .main-navigation .main-navigation-wrap #nav .search a {
		margin-top: 18px;
	}

	.sticky-nav .main-navigation .main-navigation-wrap #nav .searchbox {
		top: 6px;
	}

	.sticky-nav .main-navigation .main-navigation-wrap #nav input.searchbox-input {
		margin-top: -2px;
	}

	.footer-top .footer-logo {
		display: none;
	}

	.footer-top .social-networks {
		padding: 0 0 0 5px;
	}

	.footer-nav {
		padding-top: 4px;
	}

	.footer-bottom {
		padding-top: 20px;
		letter-spacing: -5px;
	}

	.footer-bottom .footer-text {
		display: inline-block;
		vertical-align: middle;
		width: 75%;
		padding-right: 5px;
		letter-spacing: 0;
	}

	.footer-bottom .footer-logo {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
		width: 25%;
		letter-spacing: 0;
		text-align: right;
	}

	.main-inner-banner .banner-text h1 {
		font-size: 1.556em;
	}

	.partner-content-slider {
		padding: 0 10px;
	}

	.partner-content-slider .slick-slide {
		padding: 20px 10px 10px;
	}

	.members-slider {
		padding: 23px 40px;
	}

	.members-slider .slick-arrow.slick-prev {
		left: 18px;
	}

	.members-slider .slick-arrow.slick-next {
		right: 10px;
	}

	.out-slider {
		padding: 23px 40px 8px;
	}

	.out-slider .slick-arrow.slick-prev {
		left: 18px;
	}

	.out-slider .slick-arrow.slick-next {
		right: 10px;
	}

	.pagination-wrap {
		padding: 30px 0 20px;
	}

	.advetisement-block {
		display: block;
		padding-top: 30px;
	}

	.section-heading h1:before {
		margin-top: 10px;
		margin-right: 15px;
		width: 20px;
		height: 20px;
	}

	.detail-main-content .aside .social-networks li + li {
		margin-left: 8px;
	}

	.text-block h2 {
		font-size: 1.625em;
	}

	.message-block {
		padding: 20px;
	}

	.message-block h2 {
		margin-bottom: 25px;
	}

	.author-detail-block .author-posts .text h3 {
		font-size: 18px;
	}

	.author-detail-block .author-posts .text .by {
		font-size: 12px;
	}

	.popular-podcasts .heading-block h2 {
		font-size: 20px;
	}

	.popular-podcasts h3 {
		font-size: 15px;
	}

	.subscribe-block .form-wrap {
		width: 60%;
	}

	.subscribe-block .box-wrap {
		width: 38%;
		padding: 20px;
	}

	.subscribe-block .box-wrap h2 {
		font-size: 20px;
	}

	.form-section .form-text-block {
		width: 52%;
	}

	.form-section .form-text-wrap {
		padding: 30px 20px;
	}

	.form-section h3 {
		font-size: 14px;
	}

	.dashboard-block h1 {
		font-size: 32px;
	}

	.error404 .inner-banner {
		padding-top: 170px;
	}

	.error404 .inner-banner h1 {
		font-size: 80px;
	}

	#main {
		padding-top: 84px;
	}

	.columns-block .col1 h3 {
		font-size: 20px;
		letter-spacing: 0;
	}

	.columns-block .col1 .text {
		padding: 0 5px;
	}

	.post-lists li .text {
		padding-top: 0;
	}

	.post-lists li .text .time time {
		margin-right: 5px;
	}

	.post-lists li .text .time .read {
		margin-left: 5px;
	}

	.podcast-block .img-wrap {
		width: 25%;
	}
}

@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 28px;
	}

	h2,
	.h2 {
		font-size: 24px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="num"],
	input[type="password"],
	textarea {
		height: 46px;
		font-size: 14px;
	}

	[type="radio"]:checked + label,
	[type="radio"]:not(:checked) + label {
		font-size: 14px;
		line-height: 22px;
		padding-left: 20px;
	}

	[type="radio"]:checked + label:before,
	[type="radio"]:not(:checked) + label:before {
		width: 16px;
		height: 16px;
	}

	[type="radio"]:checked + label:after,
	[type="radio"]:not(:checked) + label:after {
		width: 8px;
		height: 8px;
	}

	.select-wrap:before {
		top: 19px;
		right: 13px;
	}

	.select-wrap select {
		height: 46px;
		font-size: 14px;
	}

	.radio-block .radio-wrap {
		margin-right: 10px;
	}

	.logo {
		float: left;
		max-width: 100px;
		margin: 0;
	}

	#footer {
		padding: 40px 0 20px;
	}

	.footer-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 0;
	}

	.footer-top .social-networks {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0;
		margin-bottom: 30px;
	}

	.footer-nav {
		display: block;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer-nav ul li {
		float: none;
		margin: 0 0  25px;
	}

	.banner {
		margin-top: 20px;
	}

	.banner .banner-text {
		margin-top: -12px;
	}

	.banner .banner-text .top-story {
		font-size: 14px;
		padding: 2px 10px;
	}

	.inner-banner {
		padding-top: 20px;
	}

	.inner-banner h1 {
		font-size: 32px;
	}

	.inner-banner .banner-text {
		padding-left: 0;
		font-size: 16px;
	}

	.main-inner-banner .inner-banner-text {
		width: 100%;
		padding: 0;
	}

	.message-section {
		padding-top: 20px;
	}

	.message-section .message-block {
		width: 100%;
		max-width: 100%;
	}

	.video-banner .video-banner-content {
		width: 100%;
		max-width: 100%;
	}

	.partner-content-slider h3 {
		letter-spacing: 0;
		max-width: 100%;
		width: 100%;
	}

	.partner-content-slider .text {
		width: 100%;
		max-width: 100%;
	}

	.image-slider-block {
		margin-bottom: 0;
	}

	.members-slider .text {
		max-width: 100%;
		padding: 0 5px;
	}

	div.wpcf7 .ajax-loader {
		width: 12px;
		height: 12px;
		background-size: 12px 12px;
		right: -16px;
		margin-top: -30px;
	}

	.advertisement {
		margin-bottom: 30px;
	}

	#header .advertisement {
		display: none;
	}

	.section-heading h1:before {
		margin-top: 9px;
		margin-right: 10px;
		width: 15px;
		height: 15px;
	}

	.featured-block-lists {
		margin-bottom: 10px;
	}

	.featured-list {
		width: 100%;
		padding: 0;
	}

	.featured-list:first-child {
		width: 100%;
		padding: 0;
	}

	.featured-list:first-child h2 {
		font-size: 20px;
	}

	.featured-list:first-child .text {
		max-width: 100%;
		padding: 0 5px;
	}

	.featured-list .img-wrap {
		margin-bottom: 15px;
	}

	.featured-list .text {
		text-align: center;
	}

	.category-listing-block .category-list + .category-list {
		margin-top: 10px;
	}

	.category-listing-block .category-list .img-wrap {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}

	.category-listing-block .category-list .text {
		text-align: center;
		padding: 0 5px;
	}

	.detail-content-block .sidebar {
		padding-top: 20px;
	}

	.detail-main-content .aside {
		width: 100%;
		margin-bottom: 25px;
		padding-right: 0;
		text-align: left;
	}

	.detail-main-content .aside .print {
		vertical-align: bottom;
	}

	.detail-main-content .aside .resize {
		vertical-align: bottom;
	}

	.detail-main-content .aside .social-networks {
		margin: 0 0 0 15px;
		display: inline-block;
		vertical-align: bottom;
	}

	.detail-main-content .side-related-block {
		padding-top: 20px;
	}

	.detail-main-content .content {
		width: 100%;
		margin-bottom: 25px;
	}

	.text-block h2 {
		font-size: 1.5em;
	}

	.img-block figure img {
		margin-bottom: 5px;
	}

	.video-block a:before {
		width: 50px;
		height: 50px;
	}

	.video-block a:after {
		border-width: 15px 0 15px 17px;
	}

	.parallex-section {
		background-attachment: inherit;
		padding: 30px 0;
	}

	.parallex-block {
		padding: 40px 0;
	}

	.parallex-block .text {
		width: 100%;
		padding-left: 0;
	}

	.message-block h2 {
		font-size: 18px;
	}

	.message-block .row {
		margin: 0;
	}

	.message-block .col {
		width: 100%;
		padding: 0;
	}

	.message-block .col + .col {
		border-left: 0;
		margin-top: 30px;
	}

	.message-block .or {
		display: none;
	}

	.related-block .content {
		padding: 0;
		width: 100%;
	}

	.related-series .featured-series-block h3 {
		font-size: 13px;
	}

	.two-columns-block .two-columns {
		padding: 30px 0;
		width: 100%;
	}

	.two-columns-block .two-columns .col {
		width: 100%;
	}

	.two-columns-block .two-columns .col + .col {
		margin-top: 20px;
	}

	.author-block {
		padding: 30px 15px;
	}

	.author-detail-block {
		padding: 30px 0 0;
	}

	.author-detail-block .author-posts ul li {
		width: 100%;
	}

	.featured-series-block .col {
		width: 100%;
	}

	.gallery-content-block .sidebar {
		width: 100%;
		padding-top: 40px;
	}

	.rest-series-list h3 {
		font-size: 15px;
	}

	.subscribe-block {
		padding: 30px 0;
	}

	.subscribe-block .form-wrap {
		width: 100%;
		margin-bottom: 30px;
	}

	.subscribe-block .form-wrap h1 {
		margin-bottom: 25px;
		padding-bottom: 5px;
	}

	.subscribe-block .form-wrap .title {
		margin-bottom: 10px;
	}

	.subscribe-block .form-wrap p {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.subscribe-block .box-wrap {
		width: 100%;
	}

	#payway-credit-card iframe {
		height: 345px;
	}

	.form-section {
		padding-top: 30px;
	}

	.form-section .form-wrap {
		width: 100%;
	}

	.form-section .form-text-block {
		width: 100%;
		margin-top: 30px;
	}

	.form-section .form-text-wrap {
		padding: 20px;
	}

	.registration-form-section .heading {
		padding-bottom: 30px;
	}

	.registration-form-section .two-columns .title {
		font-size: 16px;
	}

	.registration-form-section .two-columns .col {
		width: 100%;
	}

	.registration-form-section .two-columns .col1 {
		margin-bottom: 30px;
	}

	.registration-form-section .two-columns .col2 {
		margin: 0 !important;
	}

	.registration-form-section .two-columns ul li {
		font-size: 14px;
	}

	.registration-form-section .two-columns .button-wrap .btn {
		min-width: 190px;
		font-size: 14px;
	}

	.wp-activate-container {
		padding: 40px 20px;
	}

	.dashboard-block h1 {
		font-size: 28px;
	}

	.dashboard-block .fullname {
		margin-bottom: 15px;
	}

	.thankyou-block {
		padding: 30px 0;
	}

	.search-block {
		padding: 30px 0 0;
	}

	.search-block .search-form .btn {
		height: 46px;
		font-size: 14px;
	}

	.search-result li {
		padding-bottom: 15px;
	}

	.search-result li + li {
		margin-top: 15px;
	}

	.search-result .img-wrap {
		width: 22%;
		margin-right: 15px;
	}

	.search-result .text h2 {
		font-size: 20px;
		margin-bottom: 0;
	}

	.search-result .text time {
		font-size: 12px;
	}

	.not-found-page {
		padding: 30px 0;
	}

	.heading-block h2:before {
		width: 70px;
	}

	.main-content {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.two-columns .col h3 {
		font-size: 20px;
	}

	.podcasts-video-block .podcasts-lists ul li .img-wrap {
		float: left;
		margin: 0 17px 0 0;
		width: 32%;
	}

	.podcasts-video-block .podcasts-lists ul li .text h3 {
		letter-spacing: 0;
		line-height: 1.25;
	}

	.most-read-lists ol li a {
		max-width: 100%;
	}

	.most-read-lists .count {
		line-height: 1;
	}

	.sidebar {
		width: 100%;
		float: none;
		padding: 0;
	}

	.sidebar .advertisement.medium {
		margin: 0 auto 30px;
	}

	.show-mobile {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	.podcast-block {
		margin-bottom: 20px;
	}

	.generic-content-block {
		padding-top: 30px;
	}
}

@media (max-width: 639px) {
	.related-block .col {
		width: 100%;
	}

	.related-block .col + .col {
		margin-top: 30px;
	}

	.registration-form-section .button-block .button-wrap {
		display: block;
	}

	.registration-form-section .button-block .button-wrap + .button-wrap {
		margin-top: 20px;
	}

	.error404 .inner-banner {
		padding: 130px 0 60px;
	}

	.not-found {
		padding: 60px 0;
	}

	.columns-block .col {
		float: none;
		width: 100%;
	}

	.podcasts-video-block .podcasts-lists ul li {
		width: 100%;
	}

	.most-read-lists ol {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.detail-gallery-block .gallery-pagination {
		top: 75%;
	}

	.list-with-percentage .percentage {
		font-size: 34px;
		padding-right: 15px;
		width: 92px;
	}

	.list-with-percentage .text {
		width: calc(100% - 92px);
	}

	.subscribe-block .form-wrap .card-num-block .col {
		width: 100%;
	}

	.subscribe-block .form-wrap .card-num-block .card-num {
		width: 100%;
	}

	.subscribe-block .form-wrap .card-block .col {
		width: 100%;
	}

	.subscribe-block .form-wrap .card-block .card-name {
		width: 100%;
	}

	.subscribe-block .form-wrap .suburb {
		width: 100%;
	}

	.subscribe-block .form-wrap .state {
		width: 100%;
	}

	.form-section .col {
		width: 100%;
	}

	.form-section .col + .col {
		margin-top: 25px;
	}

	.search-result .text h2 {
		font-size: 15px;
	}
}

@media (max-width: 399px) {
	.detail-gallery-block .gallery-pagination {
		top: 67%;
	}
}

@media (max-width: 375px) {
	.logo {
		max-width: 54px;
	}

	#nav .searchbox {
		right: 54px;
		height: 40px;
	}

	#nav input.searchbox-input {
		height: 40px;
		margin-top: -6px;
	}

	#nav .submit-wrap {
		top: 1px;
	}

	#nav .submit-wrap:before {
		font-size: 20px;
	}

	#nav .searchbox-open {
		width: calc(100% - 84px);
	}

	.nav-opener {
		top: 7px;
		width: 26px;
		height: 26px;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		height: 4px;
		top: 14px;
		border-radius: 1px;
	}

	.nav-opener:before,
	.nav-opener:after {
		top: 5px;
	}

	.nav-opener:after {
		top: 23px;
	}

	.advertisement {
		margin-bottom: 13px;
	}

	.advetisement-block {
		padding-top: 10px;
	}

	#main {
		padding-top: 65px;
	}
}

@media (max-width: 359px) {
	.footer-bottom p {
		font-size: 11px;
	}
}

.wpcf7-form div.wpcf7-response-output{
    /*display: none !important;*/
}
.invalid div.wpcf7-response-output{
    display: block !important;
    margin: 1.5em 0;
    border: none;
    font-size: 14px;
    background: #f7e700;
    padding: 8px 10px;
}

.footer-top {
	justify-content: space-between;
}
.footer-nav ul li {
	margin-right: 32px;
}

.footer-top .social-networks {
	padding: 0;
}