/*
Theme Name: cap2019
Theme URI: http://underscores.me/
Author: Lunule Creations
Author URI: http://underscores.me/
Description: New WP theme for The China Africa Project
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cap
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

cap2019 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* ================================================================================================
# Reset.css
================================================================================================ */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, iframe, menu, nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

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

/* ================================================================================================
# Typography
================================================================================================ */

html {
	font-size: 62.5%;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #221f1f;
	font: normal normal 16px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font: normal 700 42px/42px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	color: #221f1f;
}

h2 {
	font-size: 36px;
	line-height: 36px;
}

h3 {
	font-size: 33px;
	line-height: 33px;
}

h4 {
	font-size: 30px;
	line-height: 30px;
}

h5 {
	font-size: 26px;
	line-height: 26px;
}

h6 {
	font-size: 22px;
	line-height: 22px;
}

p {
	margin-bottom: 18px;
	font-size: inherit;
	line-height: inherit;
}

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

pre,
kbd,
tt,
var,
address {
	background: #f8f8f8;
	border: #eee solid 1px;
	font: normal normal .8em/1.75em "Fire Mono", Courier, monospace;
	max-width: 100%;
	width: 100%;
	overflow: auto;
	padding: 11px 16px 10px;

	margin-bottom: 18px;
}

address {
	font: normal normal 1em/1.5em 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	width: auto;
}

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

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

big {
	font-size: 125%;
}

blockquote,
q,
.wp-block-quote,
.wp-block-pullquote,
blockquote footer,
blockquote cite,
blockquote footer p,
blockquote cite p,
.wp-block-quote footer,
.wp-block-quote cite,
.wp-block-quote footer p,
.wp-block-quote cite p,
.wp-block-pullquote footer,
.wp-block-pullquote cite,
.wp-block-pullquote footer p,
.wp-block-pullquote cite p {
	color: #221f1f;
	text-transform: none;
}

blockquote,
q,
.wp-block-quote,
.wp-block-pullquote,
blockquote p,
q p,
.wp-block-quote p,
.wp-block-pullquote p,
.wp-block-quote.is-style-default.blockquote,
.wp-block-quote.is-style-default,
.wp-block-quote.is-style-default.blockquote p,
.wp-block-quote.is-style-default p,
.wp-block-pullquote.is-style-default blockquote,
.wp-block-pullquote.is-style-default blockquote p {
	font-size: 20px;
	line-height: 29px;
}

.home-perspective__quote,
.home-perspective__quote p,
.wp-block-quote p,
.wp-block-pullquote p,
.wp-block-quote.is-style-large.blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-large.blockquote p,
.wp-block-quote.is-style-large p,
.wp-block-pullquote.is-style-large blockquote,
.wp-block-pullquote.is-style-large blockquote p {
	font: italic 400 30px/36px 'PT Serif', Georgia, Times, "Times New Roman", serif;
	quotes: none;
}

.wp-block-pullquote {
	border: none;
	padding: 0;
}

blockquote:before, blockquote:after,
q:before, q:after,
.wp-block-quote:before, .wp-block-quote:after,
.wp-block-pullquote:before, .wp-block-pullquote:after {
	content: '';
	content: none;
}

blockquote,
.wp-block-quote,
.wp-block-quote.is-style-default,
.wp-block-quote.is-style-large,
.wp-block-pullquote blockquote,
.wp-block-pullquote.is-style-default blockquote
.wp-block-pullquote.is-style-large blockquote {
	text-align: center;
	margin: 0 0 18px;
	padding: 22px 24px;
	border: #221f1f solid 2px;
	border-width: 2px 0;
}

blockquote p,
.wp-block-quote p,
.wp-block-pullquote p {
	margin-bottom: 15px;
}

blockquote p:last-child,
.wp-block-quote p:last-child,
.wp-block-pullquote p:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote cite,
blockquote footer p,
blockquote cite p,
.wp-block-quote footer,
.wp-block-quote cite,
.wp-block-quote footer p,
.wp-block-quote cite p,
.wp-block-pullquote footer,
.wp-block-pullquote cite,
.wp-block-pullquote footer p,
.wp-block-pullquote cite p {
	font: normal normal 19px/19px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

strong 	{ font-weight: 700; }
em 		{ font-style: italic; }

sup,
sub 	{ font-size: .75em; }

sup 	{ vertical-align: super; }
sub 	{ vertical-align: sub; }

/* ================================================================================================
# Elements
================================================================================================ */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

* {
	box-sizing: border-box;

	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: normal;
	word-break: normal;
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 18px;
}

/* ================================================================================================
# Lists
================================================================================================ */

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 18px 18px;
}

/* ================================================================================================
# Images
================================================================================================ */

figure,
img {
	max-width: 100%!important;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	/* Adhere to container width. */
	display: block;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 18px;
}

figure {
	margin: 18px 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

/*.post-thumbnail {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 65%;

    position: relative;
}

.post-thumbnail img {
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
}*/

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

table {
	margin: 0 0 18px;
	width: 100%;
	border-collapse: collapse;
	border: #eee solid 1px;
	background: #f8f8f8;
}

th, td {
	padding: 8px 16px 8px;
	border: #eee solid 1px;
}

th {
	font: normal normal 19px/25px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
}

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

legend {
	font: normal 700 27px/27px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}

fieldset {
	background: #fcfcfa;
	padding: 18px;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .1);
	margin-bottom: 18px;
}

form p {
	margin: 0;
}

form br {
	display: none;
}

label,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font: normal normal 19px/25px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
	font: normal normal 19px/25px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 18px 0 4px;
	display: block;
}

.search-form label {
	margin: 0;
}

::-webkit-input-placeholder { color: #ccc; opacity: 1; font-weight: normal; }
::-moz-placeholder 			{ color: #ccc; opacity: 1; font-weight: normal; }
:-ms-input-placeholder 		{ color: #ccc; opacity: 1; font-weight: normal; }
:-moz-placeholder 			{ color: #ccc; opacity: 1; font-weight: normal; }

button,
button:hover,
input,
input:hover,
input:active,
input:focus {
	border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #221f1f;
	font: normal normal 19px/25px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f8f8f8;
	border-bottom: #eee solid 3px;
	border-width: 0 0 3px 0;
	padding: 8px 16px 8px;
}

textarea {
	line-height: 20px;
	padding: 11px 16px 10px;
	min-height: 298px;
	width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #0d5f0d;
	color: #fff;
	padding: 10px 52px 9px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}

input[type="reset"],
input[type="submit"] {
	margin-top: 18px;
}

input[type="reset"] {
	background: #c4c5c6;
	color: #f4f5f4;
}

select {
	padding: 7px 16px 7px;
}

	/* Gravity Forms */

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type="select-one"]):not([class*="NFI-filename"]):not([type="select-multiple"]) {
	color: #221f1f!important;
	font: normal normal 19px/25px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	background: #f8f8f8!important;
	border-bottom: #eee solid 3px!important;
	border-width: 0 0 3px 0!important;
	padding: 8px 16px 8px!important;
}

.top-subscribe .gform_wrapper .ginput_container_email input,
.top-subscribe .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type="select-one"]):not([class*="NFI-filename"]):not([type="select-multiple"]),
.top-subscribe .pico-email-topsubscribe,
.pform-bottomsubscribe .pico-email-bottomsubscribe {
	font: italic 600 13px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	width: 200px!important;
	height: auto!important;
	padding: 0 9px!important;
	border: #dcdcdc solid 1px!important;
	color: #221f1f!important;
	background: #fff!important;
}

.site-footer .gform_wrapper input[type="text"],
.site-footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type="select-one"]):not([class*="NFI-filename"]):not([type="select-multiple"]),
.pform-bottomsubscribe .pico-email-bottomsubscribe {
	font: normal 600 13px/13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	border: none!important;
	border-left: #d7d7d7 solid 8px!important;
	background: #f5f4f5!important;
	padding: 11px 12px 12px!important;
	margin-top: 15px!important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	font: normal normal 19px/25px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #b8131a;
	color: #fff!important;
	padding: 10px 52px 9px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}

.gfield_required {
	font: normal normal 18px/30px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	color: #b8131a!important;
}

@media (max-width: 641px) {

	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: inherit!important;
		min-height: important;
	}

}

	/* EOF Gravity Forms */

	/* Selectize */

.selectize-input {
    color: #221f1f!important;
    font: normal normal 19px/25px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
    background: #f8f8f8!important;
    border-bottom: #eee solid 3px!important;
    border-width: 0 0 3px 0!important;
    padding: 9px 16px 7px!important;

    vertical-align: top!important;

    box-shadow: none!important;
}

.selectize-control input[type="select-one"] {
	background: transparent!important;
    border: none!important;
    padding: 0!important;
}

.selectize-control .selectize-input:after {
    background: #eee!important;
    border: none!important;
    top: 0!important;
    right: 0!important;
    height: 44px!important;
    width: 44px!important;
    margin-top: 0!important;
    z-index: 9999!important;
    font-size: 12px!important;
    line-height: 44px!important;
    color: #221f1f!important;
    font-family: dashicons!important;
    content: "\f347"!important;
    text-align: center!important;

    position: absolute!important;

    cursor: pointer!important;
}

.selectize-control .selectize-input.dropdown-active:after {
	content: "\f343"!important;
}

.selectize-dropdown .option-active,
.selectize-dropdown .active {
	background: #b8131a!important;
	color: #fff!important;
}

.selectize-dropdown.single {
	border-color: #eee;
	background: #f2f2f2!important;
}

.selectize-input .remove-single {
    color: #b8131a!important;
    text-decoration: none;
}

.selectize-control.plugin-remove_button:not(.multi) [data-value] {
	padding-right: 15px!important;
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer!important;
    margin: 1px 3px 1px 0!important;
    padding: 0 24px 0 9px!important;
    background: #1da7ee!important;
    color: #fff!important;
    border: 1px solid #0073bb!important;
    font-size: .85em!important;
    line-height: 1.25em!important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
	line-height: 1.4!important;
}

.selectize-input .remove-single {
	display: none!important;
}

	/* EOF Selectize */

	/* Nice File Input */

.NFI-wrapper {
	color: #221f1f!important;
	font: normal normal 19px/25px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	background: #f8f8f8!important;
	border-bottom: #eee solid 3px!important;
	border-width: 0 0 3px 0!important;
	padding: 8px 16px 8px!important;

	width: 100%!important;

    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}

.NFI-button,
.NFI-filename {
    -webkit-order: 0!important;
    -ms-flex-order: 0!important;
    order: 0!important;
    -webkit-flex: 0 1 auto!important;
    -ms-flex: 0 1 auto!important;
    flex: 0 1 auto!important;
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}

.NFI-button {
	color: #ccc!important;
	margin-right: 18px;
}

.NFI-button input {
    left: 0!important;
    right: auto!important;
    height: 100%!important;
    width: 100%!important;
    cursor: pointer!important;
}

.NFI-filename {
	padding: 0!important;
	background: transparent!important;
	border: none!important;
	font-style: italic!important;

    -webkit-flex: 1 1 auto!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;

    color: #ccc!important;
}

	/* EOF Nice File Input */

	/* Search Form */

.search-form,
.search-form label,
.search-form input[type="search"] {
	position: relative;
	display: block;
}

.search-form {
	width: 100%;
	max-width: 320px;
	border: #eee solid 2px;
}

.search-form input[type="search"] {
	padding: 0 45px 0 14px;
	border: none;
	line-height: 42px;
	width: 100%;
}

.search-form,
.search-form label,
.search-form input[type="search"] {
	width: 100%;
	font: normal 700 15px/42px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.search-form label:after,
.search-form input[type="submit"] {
	position: absolute;
	background: transparent;

	width: 25px;
	height: 25px;
	top: 50%;
	margin-top: -12.5px;
	right: 10px;

	display: block;
	border: none;
	font-size: 0;

	cursor: pointer;

	z-index: 2;

	padding: 0;
}

.search-form label:after {
	z-index: 1;
	content: "\f002";
	font: normal 700 16px/42px "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	top: 0;
	height: 42px;
	width: 42px;
	margin-top: 0;
	text-align: center;
	color: #ccc;
}

#site-navigation .relevanssi-live-search-results-showing {
	position: static;
}

	/* EOF Search Form */

	/* Post Password Form */

.post-password-form label,
.post-password-form input {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.post-password-form label {
	margin-right: 9px;
}

	/* EOF Post Password Form  */

	/* Memberpress */

.mp_wrapper textarea,
.mp_wrapper select,
.mp_wrapper input[type=text],
.mp_wrapper input[type=url],
.mp_wrapper input[type=email],
.mp_wrapper input[type=tel],
.mp_wrapper input[type=number],
.mp_wrapper input[type=password] {
	color: #221f1f!important;
	font: normal normal 19px/25px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	background: #f8f8f8!important;
	border-bottom: #eee solid 3px!important;
	border-width: 0 0 3px 0!important;
	padding: 8px 16px 8px!important;
	margin-top: 6px!important;
}

	/* EOF Memebrpress */

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

a {
	color: #b8131a;

	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

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

a:focus {
	outline: #6188fd;
}

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

span.edit-link,
.post-edit-link {
	display: inline-block;
}

.post-edit-link,
.post-edit-link:hover,
.post-edit-link:focus {
	color: #fff;
	text-decoration: none;
}

.post-edit-link {
    background: #000;
    padding: 2px 9px;
    border-radius: 2px;
    font-size: 1.2rem;
    margin: 20px 0 18px;
}

.post-edit-link:hover,
.post-edit-link:focus {
	background: #000;
}

.site-head a,
.site-head a:hover,
.site-head a:focus,
.site-foot a,
.site-foot a:hover,
.site-foot a:focus {
	text-decoration: none;
}

.entry-title,
.entry-title a {
	color: #221f1f;
}

.entry-title a {
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	text-decoration: underline;
}


/* ================================================================================================
# Accessibility
================================================================================================ */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/* ================================================================================================
# Alignments
================================================================================================ */

.alignleft {
	display: inline;
	float: left;
	margin-right: 18px;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

[class*="wp-block-"].alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

/* ================================================================================================
# Clearings
================================================================================================ */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* ================================================================================================
# Content
================================================================================================ */

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

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

.entry-content {
	position: relative;
}

.entry-footer {
	position: relative;
	overflow: visible;
}

.entry-footer:before {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	height: 100%;
	background: #eee;
	z-index: -1;
}

/* ================================================================================================
# Infinite Scroll
================================================================================================ */

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

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

/* ================================================================================================
# Media
================================================================================================ */

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

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

iframe {
	margin-bottom: 18px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.wp-block-gallery {
	margin-left: 0;
}

.wp-block-media-text__content,
.wp-block-media-text__content p {
	font: normal 400 24px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

.wp-block-media-text__content p:last-child {
	margin: 0;
}

.wp-block-media-text,
.wp-block-image,
.wp-block-gallery,
.wp-block-jetpack-tiled-gallery {
	margin: 0 0 18px 0;
}

.wp-block-gallery {
	margin-bottom: 18px;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	margin: 0 3px 3px 0!important;
}

.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
	margin-right: 0!important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption,
figcaption {
	font: italic 400 11px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #aaaaaa;
	text-align: left;
	margin-top: 7px;
	display: block;
}

.aligncenter .wp-caption,
.aligncenter figcaption { text-align: center; }
.alignright .wp-caption,
.alignright figcaption 	{ text-align: right; }

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 18px;
}

.gallery-item,
.gallery-item img {
	display: inline-block;
}

.gallery-item {
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-icon {
	font-size: 0;
	line-height: 0;
}

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

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

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

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

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

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

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

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

.gallery-columns-10 .gallery-item {
	max-width: 10%!important;
}

.gallery-caption {
	display: block;
}

@media( max-width: 540px ) {

	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item,
	.gallery-columns-10 .gallery-item {
		max-width: 25%!important;
	}

}

@media( max-width: 360px ) {

	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item,
	.gallery-columns-10 .gallery-item {
		max-width: 50%!important;
	}

}

/* ================================================================================================
# Attributes and States
================================================================================================ */

[hidden] {
	display: none !important;
}

[disabled] {
	cursor: not-allowed;
}

:focus:not(:focus-visible) {
	outline: none;
}

/* ================================================================================================
# Utility Classes
================================================================================================ */

.sr-only {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	left: -9999px;
	top: -9999px;
}

.container {
	max-width: 1260px;
	width: 100%;
	margin: auto;
	padding: 0 30px;
}

.adslot.container {
	padding: 0;
}

.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	}

.flex-item {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.undeco,
.undeco:hover,
.undeco:focus {
	text-decoration: none;
}

.wrap--ib {
	font-size: 0;
}

.ib {
	display: inline-block;
	vertical-align: top;
}

.cap-yellow {
	color: #f6a62d;
}

.cap-btn {
	font: normal 700 18px/18px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #b8131a;
    padding: 13px 24px 13px;
    border-radius: 0;
    border: none;
    margin-top: 9px;
    min-width: 180px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

.cap-btn,
.cap-btn:hover,
.cap-btn:focus {
	text-decoration: none;
	color: #fff;
}

/*=================================================================================================
# Custom LEAD Shortcodes
================================================================================================ */

/* [lead-contact]
----------------- */

.lead-sc-contact ul,
.lead-sc-contact li {
	list-style-type: none;
	list-style-position: inside;
}

.lead-sc-contact address {
	font-style: normal;
}

.lead-sc-contact h4 {
	margin-bottom: 0;
}

.lead-sc-contact__social li {
	padding-left: 32px;
	position: relative;
}

.lead-sc-contact .wrap--social li span {
    position: absolute;
    width: 22px;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}

.lead-social--youtube span {
	background-size: 22px 15.5px!important;
}

.lead-social--facebook span {
	background-size: 11px 20px!important;
}


#primary .lead-sc-contact > div:first-child {
	margin-top: -4px;
}

#primary .lead-sc-contact > div:not(:last-child) {
	margin-bottom: 22px;
}

#primary .lead-sc-contact .wrap--social li {
	line-height: 44px;
}

#primary .lead-sc-contact .wrap--social li a {
	display: block;
}

/* ================================================================================================
# Global
================================================================================================ */

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

#page {
	overflow-x: hidden;
}

#content { min-height: calc( 100vh - 807px ); }

.logged-in #content { min-height: calc( 100vh - 839px ); }
@media ( max-width: 782px ) { .logged-in #content { min-height: calc( 100vh - 853px ); } }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

/* Top Subscribe Form */

.wrap--top-subscribe,
.top-subscribe {
	position: relative;
}

.wrap--top-subscribe {
	background: #f5f4f5!important;
	padding: 5px 0 7px;

	box-shadow: inset 0 -7px 4px -6px rgba(0, 0, 0, .1);
}

.wrap--top-subscribe.unclosed {
	display: block;
}

.top-subscribe * {
	margin: 0!important;
}

.top-subscribe > a {
	background: #d6d6d6;
	color: #f5f4f5;
	font-size: 13px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	display: inline-block;
	text-align: center;
	line-height: 19px;
	border-radius: 50%;
	height: 19px;
	width: 19px;

	box-shadow: 0 2px 0 0px rgba(255, 255, 255, 1);
}

.top-subscribe .gform_wrapper,
.top-subscribe .form_wrapper {
	font: italic 600 13px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

.top-subscribe .gform_wrapper ul.gform_fields li.gfield {
	padding: 0!important;
}

.top-subscribe form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-subscribe .gform_heading,
.top-subscribe .gform_body,
.top-subscribe .gform_footer,
.top-subscribe .pform__heading,
.top-subscribe .pform__body,
.top-subscribe .pform__footer {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

    width: auto!important;

    padding: 0!important;
}

.top-subscribe .gform_heading,
.top-subscribe .pform__heading 	{ margin-right: 36px!important; }
.top-subscribe .gform_body,
.top-subscribe .pform__body 	{ margin-right: 18px!important; }

.top-subscribe ::-webkit-input-placeholder 	{ font-style: italic!important; }
.top-subscribe ::-moz-placeholder 			{ font-style: italic!important; }
.top-subscribe :-ms-input-placeholder 		{ font-style: italic!important; }
.top-subscribe :-moz-placeholder 			{ font-style: italic!important; }

.wrap--pform ul {
	padding: 0;
	margin: 0;
}

.wrap--pform ul li {
	list-style-type: none;
}

.top-subscribe .gform_wrapper .gform_description,
.top-subscribe .pform__description {
	font: italic 600 13px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	color: #72787c!important;
	text-align:center;
}

.top-subscribe .gform_wrapper [id*="gform_submit_button"],
.top-subscribe .gform_wrapper .gform_footer input.button,
.top-subscribe .gform_wrapper .gform_footer input[type=submit],
.top-subscribe .pform__button {
	font: normal 600 14px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	text-transform: uppercase!important;
	color: #fff!important;
	background: #bbbbbb!important;
	border-radius: 2px!important;
	text-shadow: rgba(0, 0, 0, .1) 0 2px 1px!important;
	padding: 0 18px!important;
	border-color: #f5f4f5!important;

	box-shadow: none!important;

	-webkit-transition: background-color .2s ease-in-out!important;
	-o-transition: background-color .2s ease-in-out!important;
	transition: background-color .2s ease-in-out!important;
}

.top-subscribe  .gform_wrapper [id*="gform_submit_button"]:hover,
.top-subscribe  .gform_wrapper [id*="gform_submit_button"]:focus,
.top-subscribe .gform_wrapper .gform_footer input.button:hover,
.top-subscribe .gform_wrapper .gform_footer input[type=submit]:hover,
.top-subscribe .gform_wrapper .gform_footer input.button:focus,
.top-subscribe .gform_wrapper .gform_footer input[type=submit]:focus,
.top-subscribe .pform__button:hover,
.top-subscribe .pform__button:focus {
	background: #f6a62d!important;
}

	/* validation */

.top-subscribe form li {
	position: relative!important;
}

.top-subscribe .validation_error {
	position: absolute!important;
	top: 100%!important;
	z-index: 9999!important;
	border: none!important;
	color: #fff!important;
	background: red!important;
	padding: 2px 30px 3px!important;
	font-weight: 600!important;

	/* We don't need the global error in this form */
	display: none!important;
}

.top-subscribe .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100%!important;
	width: 100%!important;
}

.top-subscribe .gform_wrapper li.gfield.gfield_error,
.top-subscribe .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent!important;
	margin-bottom: 0!important;
	border-top: none!important;
	border-bottom: none!important;
}

.top-subscribe .gform_wrapper li.gfield.gfield_error.gfield_contains_required .validation_message {
	padding: 0!important;
	font-weight: 600!important;
	font-style: italic!important;

	position: absolute;
	top: calc(100% + 2px);
	width: 100vw;
	left: 0;
	background: red;
	text-align: center;
	color: #fff !important;
}

.top-subscribe [id*="gform_confirmation_wrapper_"] {
	text-align: center!important;
}

.top-subscribe [id*="gform_confirmation_message_"] {
	font: italic 600 13px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	color: #fff !important;
	background: #0d5f0d;
	display: inline-block;
	vertical-align: top;
	padding: 2px 9px 2px;
}

@media ( max-width: 960px ) {

	.top-subscribe form {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	}

	.top-subscribe .gform_heading {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    text-align: center;
	    margin: 0 0 5px 0!important;
	}

}

@media ( max-width: 820px ) {

	.top-subscribe form {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.top-subscribe .gform_heading,
	.top-subscribe .pform__heading {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    margin: 0 0 5px 0!important;
	    text-align: center;
	}

	.top-subscribe .gform_body,
	.top-subscribe .pform__body,
	.top-subscribe .gform_footer,
	.top-subscribe .pform__footer {
	}

}

@media ( max-width: 480px ) {

	.top-subscribe .gform_heading {
	    -webkit-flex: 0 1 64vw;
	    -ms-flex: 0 1 64vw;
	    flex: 0 1 64vw;

	    text-align: center;
	    margin: 0 0 5px 0!important;
	}

	.top-subscribe .gform_body,
	.top-subscribe .gform_footer {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    text-align: center;
	    margin-right: 0!important;
	}

	.top-subscribe .gform_body {
		margin-bottom: 3px!important;
	}

	.top-subscribe .gform_footer input {
		width: 200px!important;
	}

}

@media ( max-width: 380px ) {

	.top-subscribe .gform_body,
	.top-subscribe .pform__body,
	.top-subscribe .gform_footer,
	.top-subscribe .pform__footer {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    text-align: center;
	}

	.top-subscribe .gform_body,
	.top-subscribe .pform__body {
		margin-bottom: 5px!important;
	}

}


/* Branding
----------- */

.site-branding {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    padding-top: 24px;
    padding-bottom: 21px;
}

.site-branding > div {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;

    flex-basis: calc( 100% - 346px );
}

.site-branding h2 {
    font: normal normal 11px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    margin: 0 0 3px;
    text-align: center;
}

.cap-follow,
.cap-listen {
	max-width: 186px;
	width: auto;

	margin-top: 22px;

	font-size: 0;
}

.cap-follow { text-align: left; }
.cap-listen { text-align: right; }

.cap-follow div,
.cap-listen div {
	text-align: center;
}

.cap-follow a,
.cap-listen a {
	color: #555;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px;
}

.cap-follow a:hover,
.cap-follow a:focus,
.cap-listen a:hover,
.cap-listen a:focus {
	color: #b8131a;
}

.cap-branding {
	padding: 0 30px;
	text-align: center;
}

/* Main Navigation
------------------ */


#cap-language-selection {
	margin-top: 1.0em;
}

#cap-language-selection .menu {
	margin: 0 auto;
	display: flex;
	position: static;
	max-width: 450px;
	justify-content: space-around;
}
  
  #cap-language-selection.language-english li.english a,
  #cap-language-selection.language-french li.french a,
  #cap-language-selection.language-arabic li.arabic a {
	font-weight: bold;
}
  


.wrap--site-head {
	position: relative;
	z-index: 10;
}

.wrap--site-navigation,
.main-navigation,
.main-navigation > *,
.main-navigation .menu,
.main-navigation .wrap--search {
	height: 42px;
}

.wrap--site-navigation {
	border: #eee solid 2px;
	border-width: 2px 0;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.main-navigation .wrap--menu-2,
.main-navigation .nav-border--left {
	border-left: #eee solid 2px;
}

.main-navigation .nav-border--right {
	border-right: #eee solid 2px;
}

.main-navigation ul,
.hamburger {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	text-align: center;
}

.main-navigation > * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;

    position: relative;
}

.main-navigation > nav:first-child {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.main-navigation ul {
	font-size: 0;
	text-align: right;
	margin: 0;
}

.main-navigation nav:first-child ul {
	text-align: left;
}

.main-navigation li {
	list-style-type: none;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.36;
	margin-right: 36px;
	position: relative;

	display: inline-block;
	vertical-align: middle;

	position: relative;
}

.main-navigation .wrap--menu-2 li {
	margin: 0;
	padding: 0 18px;
}

.main-navigation li a {
	color: #545a5e;
	font: normal normal 15px/42px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main-navigation .menu > li > a,
.main-navigation .wrap--search a {
	display: block;
	height: 42px;
}

.main-navigation .wrap--search a {
	font-size: 16px;
	line-height: 42px;
	color: #545a5e;
	padding: 0 0 0 18px;
}

.main-navigation .wrap--menu-2 li a {
	font-weight: 700;
	color: #221f1f;
	font-size: 16px;
}

.main-navigation li a:hover,
.main-navigation li a:focus,
.main-navigation .wrap--search a:hover,
.main-navigation .wrap--search a:focus,
.main-navigation .wrap--menu-2 .nav-emp a,
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a { color: #b8131a; }

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	font-weight: 700;
}

.main-navigation .wrap--menu-2 .nav-emp a {
	text-transform: uppercase;
}

.main-navigation .menu > .current_page_item a {
	position: relative;
}

.main-navigation .menu > li > a:after {
	position: absolute;
	content: '';
	background: #transparent;
	width: 100%;
	height: 2px;
	bottom: -2px;
	left: 0;

	-webkit-transition: background-color .2s ease-in-out;
		-o-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
}

.main-navigation .menu > .current_page_item a:after,
.main-navigation .menu > li:not(.menu-item-has-children):hover > a:after {
	background: #b8131a;
}

@media ( max-width: 1180px ) and ( min-width: 1100px ) {

	.main-navigation li 				{ margin-right: 28px; }
	.main-navigation .wrap--menu-2 li 	{ padding: 0 14px; }

}

@media ( max-width: 1100px ) and ( min-width: 1024px ) {

	.main-navigation li 				{ margin-right: 20px; }
	.main-navigation .wrap--menu-2 li 	{ padding: 0 10px; }

}

		/* ------------------- Level 2 + Search Form ---------------------- */

.main-navigation .sub-menu {
	opacity: 0;
	visibility: hidden;

	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

	position: absolute;
	top: 42px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	min-width: 168px;
	background: #fff;
	border-top: #b8131a solid 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .075);

	padding: 18px 0;

	z-index: 25;

	text-align: left;
}

.main-navigation .searchform {
	position: absolute;
	top: 42px;
	width: 320px;
	right: -15px;
	display: none;
}

.main-navigation .search-form input[type="search"] {
	background: #fff;
}

.main-navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.main-navigation .sub-menu li {
	padding: 0 21px;
	margin: 0;
	display: block;
}

.main-navigation .sub-menu li:after {
	content: normal!important;
}

.main-navigation .sub-menu li a {
	font-weight: 400;
	display: block;
	width: 100%;
}

	/* ------------------ Level 3 -> -------------------- */

.main-navigation .sub-menu .sub-menu {
	top: -18px;
	left: 100%;
	transform: none;
	border-top: none;
}

/* Main Navigation - Hamburger
------------------------------ */

.hamburger {
	display: none;

	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.5s;
	   -o-transition-duration: 0.5s;
	      transition-duration: 0.5s;
	-webkit-transition-timing-function: linear;
	   -o-transition-timing-function: linear;
	      transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;

	z-index: 300;

	position: absolute;
	right: 30px;
	top: 34px;
	width: 36px;
	text-align: center;
	height: 36px;
	background: white;
	border-radius: 100%;
	padding: 7px 0 8px;
}

/*.hamburger:hover {
	opacity: 0.7;
}

.hamburger.is-active:hover {
	opacity: 0.7;
}*/

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #b8131a;
}

.hamburger-box {
	width: 21px;
	height: 21px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 21px;
    height: 3px;
    background-color: #221f1f;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -6px;
}

.hamburger-inner::after {
    bottom: -6px;
}

.hamburger--spin .hamburger-inner {
	-webkit-transition-duration: 0.22s;
	   -o-transition-duration: 0.22s;
	      transition-duration: 0.22s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	   -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	      transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	-webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	-o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	-webkit-transform: rotate(225deg);
	  -ms-transform: rotate(225deg);
	      transform: rotate(225deg);
	-webkit-transition-delay: 0.12s;
	   -o-transition-delay: 0.12s;
	      transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	   -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Main Navigation - Mobile Optimization
---------------------------------------- */

@media ( max-width: 1024px ) {

	.site-branding {
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;

	    padding-top: 18px;
	    padding-bottom: 15px;
	}

	.site-branding > div {
	    flex-basis: 100%;
	}

	.custom-logo-link {
		width: 180px;
	}

	.cap-follow,
	.cap-listen {
		display: none;
	}

	.hamburger {
		display: inline-block;
	}

	.wrap--site-head {
		border-bottom: #eee solid 2px;
	}

	.wrap--site-navigation {
		display: none;
	}

}

@media ( max-width: 782px ) {

	.logged-in .mobile-navigation {
		top: 46px;
	}

}

/* Main Navigation - Mobile Navigation
-------------------------------------- */

.mobile-navigation {
	position: fixed;
	z-index: 100;

	top: 0;
    left: 0;
    width: 100%;
    background: #b8131a;
    height: 100%;
    overflow: scroll;
    text-align: left;

	display: none;

	text-align: center;
}

.logged-in .mobile-navigation {
	top: 32px;
}

.mobile-navigation:after {
	content: '';
	top: 24px;
	left: 50%;
	margin-left: -35.5px;
	width: 71px;
	height: 80px;
	background: transparent url('img/logo-mobile-menu.png') center center/100% no-repeat;
	overflow: hidden;
	display: block;
	position: absolute;
}

.mobile-navigation > div {
	text-align: left;
}

.mobile-navigation > div > * {
	position: relative;
	padding: 0 30px;
	width: 100%;
	max-width: 480px;
	display: block;
	margin: auto;
}

.mobile-navigation > .flex-container { padding-top: 144px; }
.mobile-navigation > div:last-child  { padding-bottom: 72px; }

.mobile-navigation > .flex-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.mobile-navigation .flex-item:nth-child(1) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.mobile-navigation .flex-item:nth-child(2) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.mobile-navigation .flex-item:nth-child(3) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.mobile-navigation .wrap--search > a:first-child { display: none; }
.mobile-navigation .search-form { max-width: 100%; }

.mobile-navigation .search-form .search-field {
	font: normal 700 18px/42px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 28px;
	background: rgba(0, 0, 0, .1);
	color: #fff;
}

.mobile-navigation ul {
	margin: 0;
}

.mobile-navigation .menu li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.mobile-navigation .menu > li {
	border-bottom: rgba(255, 255, 255, .25) solid 1px;
}

.mobile-navigation li a,
.mobile-navigation li a:hover,
.mobile-navigation li a:focus {
	color: #fff;
}

.mobile-navigation li a {
	padding: 9px 30px;
	display: inline-block;
	width: auto;
	font: normal normal 18px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.mobile-navigation a:hover,
.mobile-navigation a:focus {
	text-decoration: underline;
}

.mobile-navigation .current_page_item a,
.mobile-navigation .current-menu-item a {
	font-weight: 700;
	text-decoration: underline;
}

	/* ------------------- Level 1 ---------------------- */

.mobile-navigation li a	{
	position: relative;
}

	/* ------------------- Level 2 ---------------------- */

.mobile-navigation > div > .sub-menu {
	margin-left: 2rem;
    width: calc ( 100% - 2rem );
}

	/* ------------------- CAP Follow & CAP Listen ---------------------- */

.mobile-navigation > div:last-child {
	max-width: 480px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
}

.mobile-navigation > div:last-child .ib {
    padding: 9px 30px;
    display: block;
    font-size: 0;
}

.mobile-navigation > div:last-child .ib:first-child {
	border-bottom: rgba(255, 255, 255, .25) solid 1px;
}

.mobile-navigation > div:last-child .ib h2 {
	font: normal normal 18px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	margin-bottom: 3px;
}

.mobile-navigation > div:last-child .ib a,
.mobile-navigation > div:last-child .ib a:hover,
.mobile-navigation > div:last-child .ib a:focus {
	color: #fff;
}

.mobile-navigation > div:last-child .ib a {
	font-size: 16px;
	display: inline-block;
	margin-right: 30px;
}

.mobile-navigation > div:last-child .ib a:last-child { margin-right: 0; }

/*--------------------------------------------------------------
## Ad Slots
--------------------------------------------------------------*/

/* Global
--------- */

body.logged-in .wrap--adslot{
	display: none;
}

body.logged-in .podcast-showcase__right{
	display:none;
}

body.logged-in .podcast-showcase__left{
	flex:unset;
}

[class*="wrap--adslot-"] {
	text-align: center;
	font-size: 0;
	line-height: 0;
}

[class*="wrap--adslot-"] a {
	display: inline-block;
}

[class*="wrap--adslot-"] img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

[class*="wrap--adslot-"] .adrotate_widgets > [class*="g-"] {
	max-width: 100%!important;
}

/* Main content below-header ad slot
------------------------------------ */

.wrap--adslot-1 {
	background: #f4f4f4;
	padding: 18px 0;
}

/* Ad Slot - Home Page, Full Width, Horizontal, Ad_01
   Ad Slot - Home Page, Full Width, Horizontal, Ad_02
----------------------------------------------------- */

.wrap--adslot-2,
.wrap--adslot-4 {
	background: #f4f4f4;
	padding: 24px 0;
}

[class*="wrap--adslot-"] .widget-title {
	font: normal 400 12px/16px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ccc;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: 7px;
}

@media ( max-width: 1136px ) {

	.wrap--adslot-1,
	.wrap--adslot-2,
	.wrap--adslot-4,
	.wrap--adslot-1 .container,
	.wrap--adslot-2 .container,
	.wrap--adslot-4 .container {
		padding: 0;
	}

	.wrap--adslot-2 .widget-title,
	.wrap--adslot-4 .widget-title {
		display: none;
	}

}

/*--------------------------------------------------------------
## Slick Slider
-------------------------------------------------------------- */

.slick-slide,
.slick-slide:focus,
.slick-slide a,
.slick-slide:focus a,
.slick-active,
.slick-active:focus,
.slick-active a,
.slick-active:focus a,
.slick-current,
.slick-current:focus,
.slick-current a,
.slick-current:focus a {
	outline: none!important;
}

/* ------------------------------------------------------------------------------------------------
## ACF-CAP Blocks
------------------------------------------------------------------------------------------------ */

/* Block - Feature Grid
----------------------- */

.page-template-page-nwcreate .wp-block-ugb-container.nwcreate--whatyouget {
	padding: 38px 0 37px;
	box-shadow: inset 0 1px 17px -8px rgba(0, 0, 0, .1)!important;
}

.wp-block-ugb-container {
	padding: 0;
}

.cap-features {
	width: calc(100% + 130px);
    margin-left: -65px;
}

.cap-feature {
	-webkit-flex: 0 1 33.3333%;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;

    padding: 0 65px;
}

.cap-feature.nth-1 {
	margin: 0 33.3333%;
}

.cap-feature.nth-2 {
	-webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.wrap--cap-features h3 {
	font: normal 700 30px/30px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	margin-bottom: 42px;
}

.cap-feature h4 {
	font: normal 400 24px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
}

.cap-feature h4 i {
	color: #f6a52d;
	margin-right: 9px;
}

@media ( max-width: 1000px ) {

	.cap-features {
		width: calc(100% + 64px);
	    margin-left: -32px;
	}

	.cap-feature {
		padding: 0 32px;
	}

}

@media ( max-width: 960px ) and ( min-width: 560px ) {

	.cap-feature {
		text-align: center;
	}

	.cap-feature h4 {
		margin-bottom: 24px;
	}

	.cap-feature h4 i {
		display: block;
		margin: 0 0 9px 0;
	}

}

@media ( max-width: 1000px ) {

	.wrap--cap-features h3 {
		text-align: left;
	}

	.cap-features {
		width: 100%;
	    margin-left: 0;

	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.cap-feature,
	.cap-feature.nth-1,
	.cap-feature.nth-2 {
		-webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    padding: 0;
	    margin: 0 0 19px;
	}

	.cap-feature:last-child,
	.cap-feature.nth-1:last-child,
	.cap-feature.nth-2:last-child {
		margin-bottom: 0;
	}

}

/* Block - Definition List
-------------------------- */

.page-template-page-nwcreate .nwcreate--faq {
	padding: 69px 0 34px;
}

.wrap--cap-dl h3 {
	font: normal 400 28px/28px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #545a5e;
	text-align: center;
	margin-bottom: 63px;
}

.cap-dl {
	width: 100%;
	max-width: 840px;
	margin: 0 auto 48px;

	font: normal 700 15px/22px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #545a5e;
}

.cap-dl dl {
	border-bottom: #ededed solid 1px;
	padding: 0 0 14px;
	margin: 0 0 14px;
}

.cap-dl dt,
.cap-dl dd {
	display: block;
}

.cap-dl dt {
	position: relative;
	cursor: pointer;
}

.cap-dl dt i {
	font-size: 12px;
	line-height: 22px;
	display: inline-block;

	position: absolute;
	right: 0;
	bottom: -1px;
	height: 22px;
	width: 16px;
	text-align: center;
}

.cap-dl dd {
	font-size: 14px;
	font-weight: 400;
	color: #72787c;

	margin: 14px 0 0;

	display: none;
}

/* Post-Faq info */

.nwcreate--post-faq {
	font: italic 600 15px/22px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #545a5e;

	padding: 0 0 12px;
}

.nwcreate--post-faq a,
.nwcreate--post-faq a:hover,
.nwcreate--post-faq a:focus {
	color: #b8131a;
	text-decoration: none;
}

.nwcreate--post-faq a:hover,
.nwcreate--post-faq a:focus {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Page Templates - Member Directory
--------------------------------------------------------------*/

.searchandfilter ul {
	margin-left: 0;
}

.searchandfilter li > label {
	width: 100%!important;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/

.cap-listing__main,
.cap-single__main,
.cap-cpt-archive__main {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#main [class*="__sidebar"] {
	padding-top: 28px;
	padding-bottom: 24px;
}

/* Widgets
---------- */

#main [class*="__sidebar"] .widget_media_image img {
	margin: auto;
}

#main [class*="__sidebar"] .pod,
#main [class*="__sidebar"] .widget {
	padding: 24px 20px;
	background: #eee;
}

#main [class*="__sidebar"] .adrotate_widgets {
	padding: 0;
}

#main [class*="__sidebar"] .pod,
#main [class*="__sidebar"] .widget:not(:last-child) {
	margin-bottom: 24px;
}

#main [class*="__sidebar"] .podthumb {
	margin-bottom: 4px;
}

#main [class*="__sidebar"] .podplayer iframe {
	mix-blend-mode: multiply;
}

@media ( max-width: 1024px ) and ( min-width: 400px ) {

	#main [class*="__sidebar"] .pod {
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	    align-content: stretch;
	    -webkit-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	}

	#main [class*="__sidebar"] .podthumb,
	#main [class*="__sidebar"] .podplayer {
	    -webkit-order: 0;
	    -ms-flex-order: 0;
	    order: 0;
	    -webkit-flex: 0 1 102px;
	    -ms-flex: 0 1 102px;
	    flex: 0 1 102px;
	    -webkit-align-self: auto;
	    -ms-flex-item-align: auto;
	    align-self: auto;

	    margin-right: 9px;
	}

	#main [class*="__sidebar"] .podplayer {
	    -webkit-flex: 1 1 calc( 100% - 111px );
	    -ms-flex: 1 1 calc( 100% - 111px );
	    flex: 1 1 calc( 100% - 111px );

	    margin-right: 0;
	}

	#main [class*="__sidebar"] .widget.adrotate_widgets {
		padding: 24px 20px;
		background: #eee;
		text-align: center;
	}

	#main [class*="__sidebar"] .widget.adrotate_widgets a,
	#main [class*="__sidebar"] .widget.adrotate_widgets img {
		display: inline-block;
		font-size: 0;
		line-height: 0;

		box-shadow: 0 0px 20px -10px rgba(0, 0, 0, .25);
	}

	#main [class*="__sidebar"] .widget.adrotate_widgets a img {
		box-shadow: none;
	}

}

@media ( max-width: 1024px ) {

	.cap-single__main > .flex-item:first-child 	{ padding-bottom: 0; }
	#main [class*="__sidebar"]					{ padding: 24px 0 48px; }

}

	/* CAP Contributors Include Widget */

#main [class*="__sidebar"] .cap-widget--contr {
	padding: 18px 20px 27px;
}

.cap-widget--contr .widget-title {
	display: block;
	color: #7a7b7c;
	font: normal 700 24px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;

	margin-bottom: 0;
	border-bottom: #b8131a solid 2px;

	padding: 0 2.5vw 14px;
}

.cap-widget--contr .contributor {
	border-bottom: #cccccc solid 1px;
	padding: 18px 0;

	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cap-widget--contr .contributor:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.cap-widget--contr .contr-img {
	-webkit-flex: 0 1 100px;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;

    margin-right: 9px;
}

.cap-widget--contr .contr-data {
	-webkit-flex: 0 1 calc( 100% - 109px );
    -ms-flex: 0 1 calc( 100% - 109px );
    flex: 0 1 calc( 100% - 109px );
}

.cap-widget--contr .contr-img img {
	border-radius: 50%;
	display: block;
}

.cap-widget--contr .contr-name {
	font: normal 700 20px/20px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 7px;
}

.cap-widget--contr .contr-name a,
.cap-widget--contr .contr-name a:hover,
.cap-widget--contr .contr-name a:focus {
	color: #221f1f;
	text-decoration: none;
}

.cap-widget--contr .contr-name a:hover,
.cap-widget--contr .contr-name a:focus {
	text-decoration: underline;
}

.cap-widget--contr .contr-meta {
	font: normal 400 12px/15px 'Fira Mono', Consolas, "Lucida Console", Monaco, monospace;
	color: #b8131a;
	text-transform: uppercase;
	margin: 0;
}

.cap-widget--contr .contr-meta-glue {
	text-transform: none;
}

.cap-widget--contr .contr-inst {
	font-weight: 700;
}

@media ( max-width: 1024px ) {

	#main [class*="__sidebar"] .cap-widget--contr {
		padding-bottom: 9px;
	}

	.cap-widget--contr .contributors {
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-align-content: flex-start;
	    -ms-flex-line-pack: start;
	    align-content: flex-start;
	    -webkit-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	}

	.cap-widget--contr .contributors .widget-title,
	.cap-widget--contr .contributor {
	    -webkit-order: 0;
	    -ms-flex-order: 0;
	    order: 0;
	    -webkit-flex: 0 1 50%;
	    -ms-flex: 0 1 50%;
	    flex: 0 1 50%;
	    -webkit-align-self: auto;
	    -ms-flex-item-align: auto;
	    align-self: auto;
	}

	.cap-widget--contr .contributor {
		padding-right: 24px;
	}

	.cap-widget--contr .contributors .widget-title {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	}

	/* 	We have to add +1 to the nth-values that seem to be logical BECAUSE
		the first child IS THE HEADING!!! */

	.cap-widget--contr .contributor:nth-last-child(2):nth-child(2n+2),
	.cap-widget--contr .contributor:nth-last-child(1):nth-child(2n+1),
	.cap-widget--contr .contributor:nth-last-child(2):nth-child(2n+1) {
		border-bottom: none;
	}

	.cap-widget--contr .contributor:nth-child(2n+1) {
		padding-right: 0;
	}

}

@media ( max-width: 640px ) {

	#main [class*="__sidebar"] .cap-widget--contr {
		padding-bottom: 24px;
	}

	.cap-widget--contr .contributor {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    padding-right: 0;
	}

	/* 	We have to add +1 to the nth-values that seem to be logical BECAUSE
		the first child IS THE HEADING!!! */

	.cap-widget--contr .contributor:nth-last-child(2):nth-child(2n+2),
	.cap-widget--contr .contributor:nth-last-child(1):nth-child(2n+1),
	.cap-widget--contr .contributor:nth-last-child(2):nth-child(2n+1) {
		border-bottom: #cccccc solid 1px;
	}

	.cap-widget--contr .contributor:last-child,
	.cap-widget--contr .contributor:nth-last-child(1):nth-child(2n+1) {
		border-bottom: 0;
	}

}

	/* EOF CAP Contributors Include Widget */


/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/

/* Global
----------- */

.wrap--content-showcase {
	padding-top: 24px;
	padding-bottom: 24px;
}

.wrap--home-block-title {
	position: relative;
	margin-bottom: 11px;
}

.wrap--home-block-title:before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 2px;
	background: #b8131a;
	z-index: -1;
}

.home .content-showcase {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-block-title,
.home-block-title a,
.home-block-title a:hover,
.home-block-title a:focus {
	color: #b8131a;
	text-decoration: none;
}

.home-block-title {
	font: normal 400 27px/30px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: #fff;
	display: inline-block;
	padding-right: 18px;
	margin-bottom: 0;
}

.home #main > [class*=wrap--] ul {
	margin: 0;
}

.home #main > [class*=wrap--] ul li {
	list-style-type: none;
}

.cap-termlists {
	margin-bottom: 2px;
}

.cap-termlists,
.cap-catlist ul {
    font-size: 0;
}

.cap-termlists > *,
.cap-catlist ul li {
	display: inline-block;
	vertical-align: middle;
}

.wrap--cap-catlist {
	margin-right: 18px;
}

.cap-catlist ul li {
	margin: 2px 9px 2px 0;
}

.cap-catlist ul li:last-child {
	margin-right: 0;
}

.cap-catlist ul li a,
.cap-countrylist ul li a {
	display: block;
}

.cap-catlist ul li a,
.cap-catlist ul li a:hover,
.cap-catlist ul li a:focus {
	background: #176192;
	color: #f4f5f4;
}

.cap-catlist ul li a:hover,
.cap-catlist ul li a:focus {
	text-decoration: underline;
}

.cap-catlist ul li a {
	font: normal 400 13px/18px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 18px;
	padding: 0 9px;
	text-transform: uppercase;
	text-decoration: none;
}

.cap-countrylist ul {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.cap-countrylist li {
    -webkit-flex: 0 1 18px;
    -ms-flex: 0 1 18px;
    flex: 0 1 18px;
}

.cap-countrylist li:not(:last-child) { margin-right: 9px; }

.cap-countrylist a {
	display: block;
	width: 18px;
	height: 18px;
}

.wrap--home__more {
	margin-top: 24px;
}

.home__more,
.home__more:hover,
.home__more:focus {
	color: #b8131a;
}

.home__more {
	font: normal 700 19px/25px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	width: auto;
	text-decoration: none;
}

.home__more:hover,
.home__more:focus {
	text-decoration: underline;
}

@media ( max-width: 1260px ) {

	.home .cap-termlists > * {
		display: block;
	}

	.home .wrap--cap-countrylist {
		margin-top: 2px;
	}

}

/* News Feed
------------ */

.wrap--home-newsfeed {
	-webkit-flex: 0 1 calc(100% - 710px);
	-ms-flex: 0 1 calc(100% - 710px);
	flex: 0 1 calc(100% - 710px);
}

.home-news__block {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #eee solid 1px;
}

.home-news__postedon,
.home-news__postedon a {
	font: normal normal 12px/14px 'Fira Mono', Consolas, "Lucida Console", Monaco, monospace;
	color: #909497;
	text-decoration: none;
}

.home-news__postedon a:hover,
.home-news__postedon a:focus {
	text-decoration: underline;
}

.home-news__title,
.home-others__title,
.home-conversations__title {
	font: normal 400 19px/22px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 2px;
}

.home-news__title a,
.home-news__title:hover,
.home-news__title:focus,
.home-others__title a,
.home-others__title:hover,
.home-others__title:focus,
.home-conversations__title a,
.home-conversations__title:hover,
.home-conversations__title:focus {
	color: #221f1f;
}

.home-news__title a,
.home-others__title a,
.home-conversations__title a {
	text-decoration: none;
}

.home-news__title:hover,
.home-news__title:focus,
.home-others__title:hover,
.home-others__title:focus,
.home-conversations__title:hover,
.home-conversations__title:focus {
	text-decoration: underline;
}

/* Analysis
----------- */

.wrap--home-analysis {
	-webkit-flex: 0 1 665px;
	-ms-flex: 0 1 665px;
	flex: 0 1 665px;

	margin-left: 45px;
}

.wrap--home-analysis__sticky,
.home-analysis__block {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #eee solid 1px;
}

.wrap--home-analysis__sticky {
	border-bottom: none;
}

.home-analysis__cats ul li a,
.home-analysis__cats ul li a:hover,
.home-analysis__cats ul li a:focus {
    background: #f6a62d;
}

.home-analysis__more,
.home-analysis__more:hover,
.home-analysis__more:focus {
	color: #f6a62d;
}

.home-analysis__title {
	font: normal 700 24px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}

.home-analysis__sticky .home-analysis__title {
	font-size: 50px;
	line-height: 50px;
}

.home-analysis__title a,
.home-analysis .author-name a {
	text-decoration: none;
}

.home-analysis__title a:hover,
.home-analysis__title a:focus,
.home-analysis .author-name a:hover,
.home-analysis .author-name a:focus {
	text-decoration: underline;
}

.home-analysis__title a,
.home-analysis__title a:hover,
.home-analysis__title a:focus {
	color: #221f1f;
}

.home-analysis__sticky .wrap--home-analysis__thumb,
.home-analysis__sticky .wrap--home-analysis__content {
	background: #f5f4f5;
}

.home-analysis__thumb {
	padding: 9px 9px 1px;
}

.home-analysis__caption {
	font: italic 400 11px/20px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #aaaaaa;
	text-align: right;
	margin-top: 1px;
	display: block;
}

.home-analysis__content {
	text-align: center;

    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.has-thumb .home-analysis__content {
	margin-top: 2px;
}

.wrap--home-analysis__author {
    -webkit-flex: 0 1 128px;
    -ms-flex: 0 1 128px;
    flex: 0 1 128px;

    padding: 14px 18px 18px;
}

.wrap--home-analysis__excerpt {
    -webkit-flex: 0 1 calc( 100% - 135px );
    -ms-flex: 0 1 calc( 100% - 135px );
    flex: 0 1 calc( 100% - 135px );

    padding: 14px 18px 18px;
    text-align: left;
}

.wrap--home-analysis__author 						{ border-right: #f5f4f5 solid 2px; }
.home-analysis__sticky .wrap--home-analysis__author { border-color: #fff; }

.home-analysis .author-name a,
.home-analysis .author-name a:hover,
.home-analysis .author-name a:focus {
	font: normal normal 12px/14px 'Fira Mono', Consolas, "Lucida Console", Monaco, monospace;
	color: #909497;
	display: block;
}

.home-analysis .avatar,
.home-analysis .avatar a {
	width: 90px;
	height: 90px;
	font-size: 0;
}

.home-analysis .avatar {
	margin-bottom: 2px;
}

.home-analysis .avatar a {
	display: inline-block;
	overflow: hidden;
	border-radius: 100%;
	width: 90px;
	height: 90px;
}

.home-analysis__excerpt {
	font: normal normal 13px/20px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrap--home-analysis__sticky + .wrap--home__more {
	margin-top: 14px;
}

@media ( max-width: 1024px ) {

	.wrap--home-newsfeed {
		-webkit-flex: 0 1 calc( 40% - 45px );
		-ms-flex: 0 1 calc( 40% - 45px );
		flex: 0 1 calc( 40% - 45px );
	}

	.wrap--home-analysis {
		-webkit-flex: 0 1 60%;
		-ms-flex: 0 1 60%;
		flex: 0 1 60%;
	}

}

@media ( max-width: 640px ) {

	.home .content-showcase {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.wrap--home-newsfeed,
	.wrap--home-analysis {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;

		margin: 0 0 48px;
	}

}

/* You Might Like + The Big Stories
----------------------------------- */

.wrap--home-others,
.wrap--home-conversations {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;

	padding-top: 24px;
	padding-bottom: 13px;
}

.home-others__block:not(:last-child),
.home-conversations__block:not(:last-child) {
	margin-right: 24px;
}

.wrap--home-block-title,
.wrap--home-block-title {
	margin-bottom: 13px;
}

.wrap--home-others__thumb,
.wrap--home-conversations__thumb {
	margin-bottom: 7px;
}

.home-others__title,
.home-conversations__title {
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
}

@media ( max-width: 800px ) {

	.home-others__blocks {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.home-others__block {
		-webkit-flex: 0 1 calc( 50% - 12px );
		-ms-flex: 0 1 0 1 calc( 50% - 12px );
		flex: 0 1 0 1 calc( 50% - 12px );

		margin-bottom: 18px;
	}

	.home-others__block,
	.home-others__block:not(:last-child) {
		margin-right: 0;
	}

	.home-others__block:nth-child(2n+1) {
		margin-right: 24px;
	}

	.home-others__block:last-child,
	.home-others__block:nth-last-child(2) {
		margin-bottom: 0;
	}

}

@media ( max-width: 640px ) {

	.wrap--home-others {
		padding: 0;
		margin-bottom: 48px;
	}

}

@media ( max-width: 600px ) {

	.wrap--home-conversations {
		margin-bottom: 24px;
		padding-bottom: 0;
	}

	.home-conversations__blocks {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.home-conversations__block {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 0 1 100%;
		flex: 0 1 0 1 100%;
	}

	.home-conversations__block:not(:last-child) {
		margin: 0 0 18px;
	}

}

@media ( max-width: 420px ) {

	.home-others__block	{
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 0 1 100%;
		flex: 0 1 0 1 100%;
	}

	.home-others__block,
	.home-others__block:not(:last-child),
	.home-others__block:nth-child(2n+1),
	.home-others__block:last-child,
	.home-others__block:nth-last-child(2)	 {
		margin: 0 0 18px;
	}

	.home-others__block:last-child,
	.home-conversations__block:last-child	 {
		margin-bottom: 0;
	}

}

/* Perspective
-------------- */

.wrap--home-perspective {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;

	padding-bottom: 9px;
}

.home-perspective .wrap--home-block-title {
	margin-bottom: 22px;
}

.home-perspective__quote {
	text-align: center;
	font: italic 400 30px/36px 'PT Serif', Georgia, Times, "Times New Roman", serif;

	margin: 0;
	padding: 0;
	border: none;
	border-width: 0;
}

.home-perspective__quote p {
	margin-bottom: .5em;
}

.home-perspective__quote p:last-child {
	margin-bottom: 0;
}

.home-perspective__quote footer {
	font: normal normal 19px/19px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home-perspective__quote .qname {
	text-transform: uppercase;
}

@media ( max-width: 640px ) {

	.wrap--home-perspective {
		padding: 0;
		margin-bottom: 48px;
	}

}

/* CAP Network
-------------- */

.wrap--network-showcase {
	padding: 30px 0;
}

.network-showcase .wrap--home-block-title {
	margin-bottom: 27px;
}

.network-showcase__left,
.network-showcase__right {
	position: relative;
	z-index: 0;
}

.network-showcase__left {
	-webkit-flex: 0 1 calc( 100% - 370px );
	-ms-flex: 0 1 calc( 100% - 370px );
	flex: 0 1 calc( 100% - 370px );

	padding-right: 30px;
}

.network-showcase__right {
	-webkit-flex: 0 1 370px;
	-ms-flex: 0 1 370px;
	flex: 0 1 370px;

	z-index: 5;
}

.network-showcase__intro {
	font: normal 400 42px/46px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 16px;
}

.network-showcase__intro p:last-child {
	margin-bottom: 0;
}

.network-showcase__btn,
.network-showcase__btn:hover,
.network-showcase__btn:focus {
	text-decoration: none;
	color: #fff;
	background: #f6a62d;
}

.network-showcase__btn {
	font: normal 400 30px/30px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 36px;
	display: inline-block;
}

.wrap--network-showcase__memslider,
.network-showcase__memslider {
	width: 370px;
	max-width: 370px;
}

.network-showcase__memslider {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

	opacity: 0;
	visibility: hidden;

	margin-top: -15px;
}

.loaded .network-showcase__memslider {
	opacity: 1;
	visibility: visible;
}

.network-showcase .memslides {
	text-align: center;
}

.network-showcase .wrap--member-img {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 15px;
}

.network-showcase .slick-prev,
.network-showcase .slick-next {
	top: calc( 50% - 5px );
	z-index: 9999;
}

.network-showcase .slick-prev {
	left: -5px;
}

.network-showcase .slick-next {
	right: -5px;
}

.network-showcase .slick-prev:before,
.network-showcase .slick-next:before {
	font: normal 700 24px/24px "Font Awesome 5 Free";
	color: #eee;
}

.network-showcase .slick-prev:before { content: "\f053"; }
.network-showcase .slick-next:before { content: "\f054"; }

.network-showcase h4,
.network-showcase h5,
.network-showcase h6 {
	color: #909497;
	margin: 0;
}

.network-showcase .link--wrap {
	text-decoration: none;
}

.network-showcase .member-name {
	font: normal 700 23px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 9px;
}

.network-showcase .member-pos {
	font: normal 400 20px/21px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 3px;
}

.network-showcase .member-inst {
	font: normal 400 11px/13px 'Fira Mono', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

@media ( max-width: 1024px ) {

	.network-showcase__intro {
	    font: normal 400 36px/39px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

}

@media ( max-width: 780px ) {

	.network-showcase .flex-container,
	.network-showcase__left,
	.network-showcase__right {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
	}

	.wrap--network-showcase__memslider,
	.network-showcase__memslider {
		margin: auto;
	}

	.network-showcase__memslider {
		margin-top: 48px;
	}

	.network-showcase .memslides {
		margin: auto;
	}

}

@media ( max-width: 420px ) {

	.wrap--network-showcase__memslider,
	.network-showcase__memslider {
		width: 100%;
		max-width: 100%;
	}

}

@media ( max-width: 640px ) {

	.wrap--network-showcase {
		padding-bottom: 0;
		margin-bottom: 48px;
	}

}

/* Podcast
---------- */

.wrap--podcast-showcase {
	padding: 0 0 30px;
}

.podcast-showcase .wrap--home-block-title {
	margin-bottom: 0;
}

.podcast-showcase__left {
	-webkit-flex: 0 1 calc( 100% - 300px );
	-ms-flex: 0 1 calc( 100% - 300px );
	flex: 0 1 calc( 100% - 300px );
}

.podcast-showcase__right {
	-webkit-flex: 0 1 300px;
	-ms-flex: 0 1 300px;
	flex: 0 1 300px;

	padding-top: 14px;
}

.podcast-showcase__full {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.podcast-showcase .podposts,
.podcast-showcase .podpost > .flex-container {
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.podcast-showcase .podposts {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

	margin-top: -10px;
}

.podcast-showcase .podpost > .flex-container {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.podcast-showcase .author__avatar {
	-webkit-flex: 0 1 150px;
	-ms-flex: 0 1 150px;
	flex: 0 1 150px;
}

.podcast-showcase .author__meta {
	-webkit-flex: 0 1 calc( 100% - 150px );
	-ms-flex: 0 1 calc( 100% - 150px );
	flex: 0 1 calc( 100% - 150px );

	padding-left: 18px;
}

.podcast-showcase .podcast__title {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;

	margin-top: 5px;
}

.podcast-showcase .podpost {
	padding: 25px 45px 15px 0;
	position: relative;
}

.podcast-showcase .podpost:after {
	position: absolute;
	content: '';
	bottom: -4px;
	left: 0;
	width: calc( 100% - 45px );
	height: 2px;
	background: #f5f4f5;
}

.podcast-showcase .podpost:last-child,
.podcast-showcase .podpost:nth-last-child(2) {
	padding-bottom: 0;
}

.podcast-showcase .podpost:last-child:after,
.podcast-showcase .podpost:nth-last-child(2):after {
	content: normal;
}

.podcast-showcase > .flex-container,
.podcast-showcase > .flex-container a {
	color: #221f1f;
}

.podcast-showcase > .flex-container a {
	text-decoration: none;
}

.podcast-showcase > .flex-container a:hover,
.podcast-showcase > .flex-container a:focus {
	text-decoration: underline;
}

.podcast-showcase h3,
.podcast-showcase h4,
.podcast-showcase h5,
.podcast-showcase h6 {
	margin: 0;
}

.podcast-showcase h3 {
	font: normal 400 22px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.podcast-showcase h4 {
	font: normal 700 23px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 9px;
}

.podcast-showcase h5 {
	font: normal 400 20px/21px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 3px;
}

.podcast-showcase h6 {
	font: normal 400 11px/13px 'Fira Mono', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #545a5e;
}

.podcast-showcase .author__avatar a {
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.podcast-showcase .author__name {
	margin-top: -4px;
}

.podcast-showcase .home-podcast__more,
.podcast-showcase .home-podcast__more:hover,
.podcast-showcase .home-podcast__more:focus {
	color: #b8131a;
}

@media ( max-width: 1024px ) and ( min-width: 768px ), ( max-width: 640px ) and ( min-width: 520px ) {

	.podcast-showcase__left {
		-webkit-flex: 0 1 calc( 100% - 240px );
		-ms-flex: 0 1 calc( 100% - 240px );
		flex: 0 1 calc( 100% - 240px );
	}

	.podcast-showcase__right {
		-webkit-flex: 0 1 240px;
		-ms-flex: 0 1 240px;
		flex: 0 1 240px;
	}

}

@media ( max-width: 1024px ) and ( min-width: 520px ) {

	.podcast-showcase .podpost > .flex-container {
	    -webkit-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	}

	.podcast-showcase .author__avatar {
	    -webkit-flex: 0 1 75px;
	    -ms-flex: 0 1 75px;
	    flex: 0 1 75px;
	}

	.podcast-showcase .author__meta {
	    -webkit-flex: 0 1 calc( 100% - 75px );
	    -ms-flex: 0 1 calc( 100% - 75px );
	    flex: 0 1 calc( 100% - 75px );
	}

	.podcast-showcase h4,
	.podcast-showcase h5 {
		font-size: 19px;
		line-height: 20px;
	}

	.podcast-showcase h4 {
		margin-bottom: 5px;
	}

	.podcast-showcase .author__name	{
		margin-top: 4px;
	}

	.podcast-showcase .podcast__title {
		margin-top: 12px;
	}

}

@media ( max-width: 768px ) {

	.podcast-showcase .podpost {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	}

	.podcast-showcase .podpost:after,
	.podcast-showcase .podpost:nth-last-child(2):after {
		position: absolute;
		content: '';
		bottom: -4px;
		left: 0;
		width: calc( 100% - 45px );
		height: 2px;
		background: #f5f4f5;
	}

	.podcast-showcase .podpost:nth-last-child(2) {
		padding: 25px 45px 15px 0;
	}

}

@media ( max-width: 640px ) {

	.podcast-showcase .podpost,
	.podcast-showcase .podpost:nth-last-child(2),
	.podcast-showcase .podpost:last-child {
		padding-right: 30px;
	}

	.podcast-showcase .podpost:after,
	.podcast-showcase .podpost:nth-last-child(2):after,
	.podcast-showcase .podpost:last-child:after {
		width: calc( 100% - 30px );
	}

}

@media ( max-width: 560px ) {

	.podcast-showcase > .flex-container {
	   -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.podcast-showcase__left,
	.podcast-showcase__right {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	}

	.podcast-showcase__left 	{ margin-bottom: 48px; }
	.podcast-showcase__right 	{ padding-top: 0; }

	.podcast-showcase .podpost,
	.podcast-showcase .podpost:nth-last-child(2),
	.podcast-showcase .podpost:last-child {
		padding-right: 0;
	}

	.podcast-showcase .podpost:after,
	.podcast-showcase .podpost:nth-last-child(2):after,
	.podcast-showcase .podpost:last-child:after {
		width: 100%;
	}

	.podcast-showcase .author__avatar {
	    -webkit-flex: 0 1 114px;
	    -ms-flex: 0 1 114px;
	    flex: 0 1 114px;
	}

	.podcast-showcase .author__meta {
	    -webkit-flex: 0 1 calc( 100% - 114px );
	    -ms-flex: 0 1 calc( 100% - 114px );
	    flex: 0 1 calc( 100% - 114px );
	}

}

@media ( max-width: 320px ) {

	.podcast-showcase .author__avatar,
	.podcast-showcase .author__meta {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	    padding-left: 0;

		margin-bottom: 18px;
	}

	.podcast-showcase .author__avatar a {
		width: 150px;
		height: 150px;
		margin: auto;
	}

}

.podcast-showcase > .flex-container .home-podcast__more,
.podcast-showcase > .flex-container .home-podcast__more:hover,
.podcast-showcase > .flex-container .home-podcast__more:focus {
	color: #b8131a;
}

/* Student
---------- */

.wrap--studentpost-showcase {
	padding: 30px 0;
}

.studentpost-showcase .wrap--home-block-title {
	margin-bottom: 11px;
}

.studentpost-showcase .home-block-title {
	text-transform: none;
}

.studentpost-showcase .home-block__intro {
	width: 100%;
	max-width: 540px;
}

.studentpost-showcase .home-block__intro p:last-child,
.studentpost-showcase .home-block__intro > *:last-child {
	margin-bottom: 0;
}

.studentpost-showcase .studentposts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.studentpost-showcase .studentpost {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;

    margin-bottom: 9px;
    padding-right: 20px;
}

.studentpost-showcase .studentpost:nth-child(2n+2) {
	padding: 0 0 0 20px;
}

.studentpost-showcase .studentpost:nth-last-child(2),
.studentpost-showcase .studentpost:last-child {
	margin-bottom: 0;
}

.studentpost-showcase .studentpost a,
.studentpost-showcase .studentpost a:hover,
.studentpost-showcase .studentpost a:focus {
	color: #221f1f;
}

.studentpost-showcase .studentpost a {
	text-decoration: none;
}

.studentpost-showcase .studentpost a:hover,
.studentpost-showcase .studentpost a:focus {
	text-decoration: underline;
}

.studentpost__avatar {
    -webkit-flex: 0 1 100px;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
}

.studentpost__hentry {
    -webkit-flex: 0 1 calc( 100% - 100px);
    -ms-flex: 0 1 calc( 100% - 100px);
    flex: 0 1 calc( 100% - 100px);
    padding-left: 20px;
}

.home-block__intro,
.studentpost__meta h4 {
	font: normal 400 19px/20px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home-block__intro {
	line-height: 23px;
	margin-bottom: 20px;
}

.studentpost__meta h4 {
	color: #72787c;
	margin: 6px 0 3px;
}

.studentpost__title h3 {
	font: normal 400 25px/26px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
}

.home-studentpost__more,
.home-studentpost__more:hover,
.home-studentpost__more:focus {
	color: #b8131a;
}

@media ( max-width: 720px ) {

	.studentpost-showcase .studentpost,
	.studentpost-showcase .studentpost:last-child,
	.studentpost-showcase .studentpost:nth-last-child(2),
	.studentpost-showcase .studentpost:nth-child(2n+2) {
	    margin-bottom: 9px;
	    padding: 0;
	}

	.studentpost-showcase .studentpost:last-child {
		margin-bottom: 0;
	}

	.studentpost-showcase .studentpost {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	}

}

@media ( max-width: 640px ) {

	.wrap--studentpost-showcase {
		padding-bottom: 0;
		margin-bottom: 48px;
	}



}

@media ( max-width: 320px ) {

	.studentpost-showcase .home-block__intro {
		margin: 12px 0 32px;
	}

	.studentpost-showcase .studentpost,
	.studentpost-showcase .studentpost:last-child,
	.studentpost-showcase .studentpost:nth-last-child(2),
	.studentpost-showcase .studentpost:nth-child(2n+2) {
	    margin-bottom: 15px;
	    padding-bottom: 12px;
	    border-bottom: #eee solid 1px;
	}

	.studentpost-showcase .studentpost:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}

	.studentpost > .flex-container {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.studentpost__avatar {
	    -webkit-flex: 0 1 175px;
	    -ms-flex: 0 1 175px;
	    flex: 0 1 175px;
	}

	.studentpost__avatar,
	.studentpost__hentry {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    padding: 0;
	}

	.studentpost__avatar {
		margin-bottom: 9px;
	}

	.studentpost__avatar a {
		display: block;
		width: 100px;
		margin: auto;
	}

}

/*--------------------------------------------------------------
## Page Templates - General + Sidebars
--------------------------------------------------------------*/

.cap-single__main > .flex-item:first-child,
.cap-page__main > .flex-item:first-child,
.cap-listing__main > .flex-item:first-child,
.cap-cpt-archive__main > .flex-item:first-child,
.cap-search__main > .flex-item:first-child {
    -webkit-flex: 0 1 calc( 100% - 340px );
    -ms-flex: 0 1 calc( 100% - 340px );
    flex: 0 1 calc( 100% - 340px );

	/* Without the below rules images wider than the container break the flex layout!!! */
	flex-basis: calc( 100% - 340px );
	max-width: calc( 100% - 340px );

    padding: 18px 60px 48px 0;
}

.cap-single__main > .flex-item:last-child,
.cap-page__main > .flex-item:last-child,
.cap-listing__main > .flex-item:last-child,
.cap-cpt-archive__main > .flex-item:last-child,
.cap-search__main > .flex-item:last-child {
    -webkit-flex: 0 1 340px;
    -ms-flex: 0 1 340px;
    flex: 0 1 340px;
}

.page-template-page-fullwidth .cap-page__main > .flex-item:first-child,
.page-template-page-fullwidth .cap-page__main > .flex-item:last-child,
.page-template-page-subscribe .cap-page__main > .flex-item:first-child,
.page-template-page-subscribe .cap-page__main > .flex-item:last-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;

	flex-basis: 100%;
	max-width: 100%;

    padding: 18px 0 48px 0;
}

@media ( min-width: 1025px ) {

	.cap-single__main > .flex-item:last-child,
	.cap-page__main > .flex-item:last-child,
	.cap-listing__main > .flex-item:last-child,
	.cap-cpt-archive__main > .flex-item:last-child,
	.cap-search__main > .flex-item:last-child {
	  position: -webkit-sticky;
	  position: sticky;
	  top: 0;
	}

	.page-template-page-fullwidth .cap-page__main > .flex-item:last-child,
	.page-template-page-subscribe .cap-page__main > .flex-item:last-child	 {
		position: relative;
	}

}

@media ( max-width: 1024px ) {

	.cap-single__main,
	.cap-page__main,
	.cap-listing__main,
	.cap-cpt-archive__main,
	.cap-search__main {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.cap-single__main > .flex-item:first-child,
	.cap-single__main > .flex-item:last-child,
	.cap-page__main > .flex-item:last-child,
	.cap-page__main > .flex-item:first-child,
	.cap-listing__main > .flex-item:last-child,
	.cap-listing__main > .flex-item:first-child,
	.cap-cpt-archive__main > .flex-item:last-child,
	.cap-cpt-archive__main > .flex-item:first-child,
	.cap-search__main > .flex-item:first-child,
	.cap-search__main > .flex-item:last-child	 {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

		/* Without the below rules images wider than the container break the flex layout!!! */
		flex-basis: 100%;
		max-width: 100%;

	    padding: 18px 0 18px 0;
	}

}

	/* In-Post Subscribe Form ------------------------------------------------------------------ */

.wrap--in-post {
	text-align: center;
	background: #eee;
	font: normal 400 13px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #72787c;
	margin-bottom: 18px;
	padding: 24px;

	display: none;

	clear: both;
}

.wrap--in-post.block-gen {
	display: block;
}

.in-post h1,
.in-post h2,
.in-post h3,
.in-post h4,
.in-post h5,
.in-post h6 {
	font: normal 400 21px/21px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 auto 16px;
	width: 100%;
	max-width: 400px;
	display: block;
}

.in-post p:last-child {
	margin: 0;
}

.single .hentry .in-post a,
.single .hentry .in-post a:hover,
.single .hentry .in-post a:focus {
	color: #72787c;
	text-decoration: underline;
}

.in-post .gform_wrapper {
	margin: 0 0 15px;
}

.in-post form {
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.in-post form > * {
    -webkit-order: 0!important;
    -ms-flex-order: 0!important;
    order: 0!important;
    -webkit-flex: 0 1 auto!important;
    -ms-flex: 0 1 auto!important;
    flex: 0 1 auto!important;
    -webkit-align-self: flex-start!important;
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}

.in-post form > .gform_body {
    -webkit-flex: 0 1 300px!important;
    -ms-flex: 0 1 300px!important;
    flex: 0 1 300px!important;
}

.in-post form > .gform_footer {
    -webkit-flex: 0 1 154px!important;
    -ms-flex: 0 1 154px!important;
    flex: 0 1 154px!important;
}

.in-post .gform_wrapper .gform_header,
.in-post .gform_wrapper .gform_body,
.in-post .gform_wrapper .gform_footer,
.in-post .gform_wrapper .ginput_fields,
.in-post .gform_wrapper .gfield,
.in-post .gform_wrapper .ginput_container {
	margin: 0!important;
	padding: 0!important;
}

.in-post .gform_wrapper .gform_body {
	margin-right: 9px!important;
}

.in-post .gform_wrapper li {
	position: relative!important;
}

.in-post .gform_wrapper input[type="text"],
.in-post .gform_wrapper input[type="submit"],
.in-post .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	margin: 0!important;
}

.in-post .gform_wrapper input[type="text"],
.in-post .gform_wrapper input[type="submit"] {
	width: 100%!important;
}

.in-post .gform_wrapper input[type="text"],
.in-post .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-bottom: 0!important;
    border: none!important;
    padding: 10px 16px 9px!important;
}

.in-post .gform_wrapper input {
	margin: 0!important;
}

.in-post .gform_wrapper .validation_error {
    color: #fff!important;
    background: #b8131a!important;
    border: none!important;
    -webkit-flex: 0 1 auto!important;
    -ms-flex: 0 1 auto!important;
    flex: 0 1 400px!important;
    margin: 0 calc( ( 100% - 400px ) / 2 ) 21px!important;
    padding: 9px 24px 11px!important;
}

.in-post .gform_wrapper .validation_message {
	padding: 0!important;
}

.in-post .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    margin: 0!important;
    padding: 0!important;
    max-width: unset!important;
    border: none!important;
    background: transparent!important;
}

.in-post .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    margin: 0!important;
    padding: 0!important;
    color: #b8131a!important;
    background: transparent!important;
    border: none!important;
    font-style: italic!important;
}

.in-post .gform_confirmation_wrapper {
    background: #b71723;
    color: #fff;
    padding: 9px 24px!important;
    width: 100%!important;
    max-width: 320px!important;
    margin: 0 auto 15px!important;
}

@media ( max-width: 1024px ) {

	.in-post form > .gform_body {
	    -webkit-flex: 0 1 calc( 100% - 170px )!important;
	    -ms-flex: 0 1 calc( 100% - 170px )!important;
	    flex: 0 1 calc( 100% - 170px )!important;
	}

}

@media ( max-width: 520px ) {

	.in-post form > .gform_body,
	.in-post form > .gform_footer,
	.in-post .gform_wrapper .validation_error {
	    -webkit-flex: 0 1 100%!important;
	    -ms-flex: 0 1 100%!important;
	    flex: 0 1 100%!important;

	    margin-left: 0!important;
	    margin-right: 0!important;
	}

	.in-post .gform_wrapper .gform_body {
		margin: 0 0 9px!important;
	}

}

	/* EOF In-Post Subscribe Form -------------------------------------------------------------- */

	/* Pagination ------------------------------------------------------------------------------ */

.cap-pagination,
.cap-pagination a,
.cap-pagination a:hover,
.cap-pagination a:focus {
	color: #aaa;
	text-decoration: none;
	text-align: center;
}

.cap-pagination {
	font-size: 0;
	line-height: 0;
}

.cap-pagination span,
.cap-pagination a {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.cap-pagination > span,
.cap-pagination > a {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0 12px;
	font: normal normal 16px/36px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cap-pagination .pageof-info {
	width: auto;
}

.cap-pagination .cap-pagination__prev,
.cap-pagination .cap-pagination__next {
	font-size: 12px;
	line-height: 36px;
	font-family: dashicons;
	width: 100%;
	height: 100%;
}

.cap-pagination .current,
.cap-pagination > a:not(.next):not(.prev),
.cap-pagination .cap-pagination__prev,
.cap-pagination .cap-pagination__next {
	border-radius: 50%;
}

.cap-pagination .current,
.cap-pagination > a:not(.next):not(.prev):hover,
.cap-pagination > a:not(.next):not(.prev):focus,
.cap-pagination > a:hover .cap-pagination__prev,
.cap-pagination > a:focus .cap-pagination__prev,
.cap-pagination > a:hover .cap-pagination__next,
.cap-pagination > a:focus .cap-pagination__next {
	background: #f6a62d;
	color: #fff;
}

@media ( max-width: 480px ) {

	.cap-pagination {
		position: relative;
	}

	.cap-pagination > span,
	.cap-pagination > a:not(.prev):not(.next) {
		margin: 0 3px;
		background: #eee;
	}

	.cap-pagination .pageof-info {
		display: block;
		background: transparent;
	}

	a.prev.page-numbers,
	a.next.page-numbers {
	    display: block;
	    background: transparent;
	    text-decoration: underline;
	    position: absolute;
	    top: 0;
	    left: auto;
	    right: -65px;
	    top: 50%;
	    margin-top: -24px;
	    width: 48px;
	    height: 48px;
	    background: #ddd;
	    border-radius: 50%;
	    line-height: 48px;
	    text-align: left;
	}

	a.prev.page-numbers {
		right: auto;
		left: -65px;
	}

	a.prev.page-numbers span,
	a.next.page-numbers	span {
		line-height: 48px;
	}

	a.prev.page-numbers span {
	    transform: translateX( calc( -50% + 10px ) );
	    margin-left: 50%;
	}

	a.next.page-numbers	span {
	    transform: translateX( calc( -50% - 10px ) );
	    margin-left: 50%;
	}

}

	/* EOF Pagination -------------------------------------------------------------------------- */
/*--------------------------------------------------------------
## Page Templates - Single
--------------------------------------------------------------*/

/* General
---------- */

.cap-single__main > .flex-item:first-child > * {
	position: relative;
	z-index: 0;
}

.cap-single__main > .flex-item:first-child > .entry-header {
	z-index: 5;
}

/* Hentry
--------- */

.single .hentry .entry-title {
	font: normal 700 42px/42px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
}

.single .hentry .post-thumbnail {
	width: 100%;
}

.single .hentry .post-thumbnail img {
	width: 100%;
	height: auto;
}

.single .hentry a {
	text-decoration: none;
}

.single .hentry a:hover,
.single .hentry a:focus {
	text-decoration: underline;
}

	/* Entry Meta ------------------------------------------------------------------------------ */

.single .hentry .entry-header {
	position: relative;
	z-index: 5;
}

.single .hentry .entry-meta {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    border-top: #ddd solid 1px;
}

.single .hentry .entry-meta ul {
	margin: 0;
	padding: 0;
}

.single .hentry .entry-meta ul li {
	list-style-type: none;
}


.single .hentry [class*="entry-meta__"],
.single .hentry .post-categories li {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.single .hentry [class*="entry-meta__"] {
	padding: 9px;
	border-right: #ddd solid 1px;

   -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.entry-meta__post-countries .cap-countrylist a {
	width: 24px;
	height: 24px;
}

.single .hentry .entry-meta__post-countries,
.single .hentry .entry-meta__post-cats,
.single .hentry .entry-meta__posted-on 									{ padding-left: 0; }
.single .hentry .entry-meta__post-countries + .entry-meta__post-cats,
.single .hentry .entry-meta__post-countries + .entry-meta__posted-on,
.single .hentry .entry-meta__post-cats + .entry-meta__posted-on 		{ padding-left: 9px; }

.entry-meta__post-cats .post-categories {
  	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.entry-meta__post-cats .post-categories .flex-item:not(:last-child) {
	margin-right: 9px;
}

.entry-meta__post-cats a,
.entry-meta__post-cats .more-cats,
.entry-meta__posted-on a,
.entry-meta__posted-by,
.entry-meta__post-share,
.entry-meta__post-share .jssocials a {
	font: normal 400 16px/16px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.entry-meta__post-cats a,
.entry-meta__post-cats .more-cats {
	color: #fff;
	background: #176192;
	padding: 0 9px;
	display: block;
}

.entry-meta__post-cats .more-cats {
	background: transparent;
	color: #ccc;
	padding-left: 0;
	padding-right: 0;
}

.entry-meta__posted-on a,
.entry-meta__posted-by a,
.entry-meta__post-share {
	color: #221f1f;
	font-weight: 700;
}

.entry-meta__post-cats a,
.entry-meta__post-cats .more-cats,
.entry-meta__posted-on a,
.entry-meta__posted-by a,
.entry-meta__post-share ul > li > a {
	line-height: 24px;
}

.entry-meta__posted-on .posted-on,
.entry-meta__posted-on .posted-on a,
.entry-meta__posted-by .byline,
.entry-meta__posted-by a,
.entry-meta__post-share ul,
.entry-meta__post-share ul > li,
.entry-meta__post-share ul > li > a 	{ display: block; }
.entry-meta__posted-by .byline span,
.entry-meta__posted-on .posted-on time 	{ display: inline-block; }

.entry-meta__posted-by 		{ font-style: italic; }
.entry-meta__posted-by a 	{ font-style: normal; }

.entry-meta__posted-by .byline span {
	margin-left: 2px;
}

.single .hentry .entry-meta__post-share {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    text-align: right;
    padding-right: 0;
    border-right: none;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
}

.single .hentry .entry-meta__post-share ul ul {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

	opacity: 0;
	visibility: hidden;

	position: absolute;
	top: 18px;
	right: 9px;

	background: rgba(255, 255, 255, .96);
	min-width: 144px;
	width: auto;
	text-align: left;
	padding: 23px 18px 11px 18px;

	box-shadow: 0 8px 12px -4px rgba(0, 0, 0, .15);
}

.single .hentry .entry-meta__post-share ul > li:hover ul {
	opacity: 1;
	visibility: visible;
}

.entry-meta__post-share li {
	display: inline-block;
	width: auto;
}

.entry-meta__post-share ul > li {
	position: relative;
}

.entry-meta__post-share a {
	position: relative;
	padding-left: 27px;
}

.entry-meta__post-share .jssocials a,
.entry-meta__post-share .jssocials-share-label {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}

.entry-meta__post-share .jssocials a {
	padding: 9px 0 8px 27px;
	display: block;
}

.entry-meta__post-share ul > li > a {
	padding-right: 9px;
}

.single .hentry .entry-meta__post-share ul > li > a,
.single .hentry .entry-meta__post-share ul > li > a:hover,
.single .hentry .entry-meta__post-share ul > li > a:focus {
	cursor: default;
	color: #221f1f;
	text-decoration: none;
}

.entry-meta__post-share ul > li > a:hover,
.entry-meta__post-share ul > li > a:focus {
	text-decoration: none;
}

.entry-meta__post-share .jssocials-share-link,
.entry-meta__post-share .jssocials-share-link:hover,
.entry-meta__post-share .jssocials-share-link:focus,
.entry-meta__post-share .jssocials-share-link .jssocials-share-label,
.entry-meta__post-share .jssocials-share-link:hover .jssocials-share-label,
.entry-meta__post-share .jssocials-share-link:focus .jssocials-share-label {
	color: #555!important;
}

.entry-meta__post-share i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 21px;
	height: 21px;
	font-size: 21px;
	line-height: 21px;
	text-align: center;

	color: #0d5f0d;
}

.entry-meta__post-share .jssocials i {
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
}

.entry-meta__post-share .jssocials-share-facebook i { color: #3b5998; }
.entry-meta__post-share .jssocials-share-twitter i 	{ color: #1da1f2; }
.entry-meta__post-share .jssocials-share-linkedin i { color: #0077b5; }
.entry-meta__post-share .jssocials-share-weibo i 	{ color: #df2029; }
.entry-meta__post-share .jssocials-share-email i 	{ color: #db4437; }

@media ( max-width: 1200px ) and ( min-width: 1024px ) {

	.single .explode-it .hentry .entry-title {
		padding-right: 150px;
	}

	.single .explode-it .hentry .entry-meta__posted-on,
	.single .explode-it .hentry .entry-meta__posted-by {
	    position: absolute;
	    top: -7px;
	    right: 0;
	    padding: 0;
	    border: none;
	}

	.single .explode-it .hentry .entry-meta__posted-on {
		padding-bottom: 5px;
		border-bottom: #ddd solid 1px;
	}

	.single .explode-it .hentry .entry-meta__posted-by {
		top: 29px;
	}

}

@media ( max-width: 840px ) {

	.single .hentry .entry-meta {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;

	    padding: 9px 0 0px;
	}

	.single .hentry [class*="entry-meta__"] {
		border-right: none;
		padding: 0 18px 9px 0;
	}

	.single .hentry [class*="entry-meta__"]:first-child {
		padding-left: 0;
	}

	.single .hentry .entry-meta__post-share ul ul {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.single .hentry .entry-meta__post-share {
	    -webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    flex: 0 1 auto;
	}

	.entry-meta__posted-on a,
	.entry-meta__posted-by a,
	.entry-meta__post-share ul > li > a {
		line-height: 16px;
	}

	.entry-meta__posted-on .posted-on,
	.entry-meta__posted-on .posted-on a,
	.entry-meta__posted-by .byline,
	.entry-meta__posted-by a,
	.entry-meta__post-share ul,
	.entry-meta__post-share ul > li,
	.entry-meta__post-share ul > li > a 	{ display: block; }
	.entry-meta__posted-by .byline span,
	.entry-meta__posted-on .posted-on time 	{ display: inline-block; }

	.entry-meta__posted-by 		{ font-style: italic; }
	.entry-meta__posted-by a 	{ font-style: normal; }

}

	/* EOF Entry Meta -------------------------------------------------------------------------- */

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content {
	padding-top: 18px;
}

.entry-header + .entry-content {
	border-top: #ddd solid 1px;
}

	/* Related Posts --------------------------------------------------------------------------- */

.yarpp-related {
	padding: 0!important;
	margin: 0!important;
}

.wrap--related-posts {
	border-top: #ddd solid 1px!important;
	margin-top: 27px!important;
	padding-top: 28px!important;
}

.wrap--related-posts > h3 {
	font: normal 700 27px/27px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 12px!important;
}

.related-posts {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.related-posts ul,
.related-posts li {
	margin: 0!important;
	padding: 0!important;
	list-style-type: none!important;
}

.related-post {
  	-webkit-flex: 0 1 calc( 33.3333% - 16px )!important;
    -ms-flex: 0 1 calc( 33.3333% - 16px )!important;
    flex: 0 1 calc( 33.3333% - 16px )!important;

    margin-right: 24px!important;
}

.related-post:last-child {
	margin-right: 0!important;
}

.related-post .entry-meta {
	margin: -3px 0 4px!important;

    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.related-post .entry-meta > .flex-item {
  	-webkit-flex: 0 1 auto!important;
    -ms-flex: 0 1 auto!important;
    flex: 0 1 auto!important;
}

.related-post .entry-meta > .flex-item .flex-item {
    -webkit-flex: 0 1 auto!important;
    -ms-flex: 0 1 auto!important;
    flex: 0 1 auto!important;
}

.related-post .entry-meta__post-cats .post-categories > .flex-item,
.related-post .entry-meta__post-countries li {
	margin: 3px 6px 3px 0!important;
}

.related-post .entry-meta__post-cats .post-categories > .flex-item:last-child,
.related-post .entry-meta__post-countries li:last-child {
	margin-right: 0!important;
}

.related-post .entry-meta__post-cats {
	font: normal 400 14px/18px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	text-transform: uppercase!important;
	margin: 0 12px 0 0!important;
}

.related-post .entry-meta__post-cats a,
.related-post .entry-meta__post-cats .more-cats {
	line-height: 18px!important;
	font-size: 14px!important;
}

.related-post .entry-meta__post-cats a { font-weight: 400!important; }

.related-post .entry-meta > .flex-item.entry-meta__post-countries {
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;

  	-webkit-flex: 1 1 auto!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}

.related-post .entry-meta__post-countries .cap-countrylist a {
	width: 18px;
	height: 18px;
}

.related-post h4 {
	font: normal 700 21px/21px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 10px!important;
}

.related-post h4 a {
	color: #221f1f;
	text-decoration: none;
}

.related-post h4 a:hover,
.related-post h4 a:focus {
	color: #221f1f;
	text-decoration: underline;
}

.related-post__thumbnail {
	margin-bottom: 8px!important;
}

.related-post__content {
	font: normal 400 14px/19px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media ( max-width: 640px ) {

	.related-posts {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.related-post {
	  	-webkit-flex: 0 1 calc( 50% - 12px )!important;
	    -ms-flex: 0 1 calc( 50% - 12px )!important;
	    flex: 0 1 calc( 50% - 12px )!important;

	    margin-bottom: 24px!important;
	}

	.related-post,
	.related-post:last-child {
		margin-right: 0!important;
	}

	.related-post:nth-child(2n+1) {
		margin-right: 24px!important;
	}

	.related-post:last-child,
	.related-post:nth-last-child(2):nth-child(2n+1) {
		margin-bottom: 0!important;
	}

}

@media ( max-width: 420px ) {

	.related-post {
	  	-webkit-flex: 0 1 100%!important;
	    -ms-flex: 0 1 100%!important;
	    flex: 0 1 100%!important;
	}

	.related-post,
	.related-post:last-child,
	.related-post:nth-child(2n+1) {
	    margin: 0 0 24px 0!important;
	}

	.related-post:last-child {
		margin-bottom: 0!important;
	}

}

	/* EOS Related Posts ----------------------------------------------------------------------- */

	/* Post Navigation ------------------------------------------------------------------------- */

.cap-singular-navigation {
    padding: 24px 0;
    margin: 24px 0;
    border: #eee solid 1px;
    border-width: 1px 0;
}

.cap-singular-navigation span {
	display: block;
	font-size: .8em;
}

.prev-post { padding-right: 32px; }
.next-post { padding-left: 32px; text-align: right; }

.prev-post a,
.prev-post a:hover,
.prev-post a:focus,
.next-post a,
.next-post a:hover,
.next-post a:focus {
	color: #221f1f;
}

.prev-post a,
.next-post a {
	text-decoration: none;
}

.prev-post a:hover,
.prev-post a:focus,
.next-post a:hover,
.next-post a:focus {
	text-decoration: underline;
}

@media ( max-width: 360px ) {

	.cap-singular-navigation {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.prev-post,
	.next-post {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

		padding: 0;
		text-align: center;
	    position: relative;
	}

	.prev-post {
		padding-bottom: 12px;
		margin-bottom: 9px;
	}

	.prev-post:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 50%;
		transform: translateX( -50% );

		height: 1px;
		background: #eee;
	}

}

	/* EOF Post Navigation --------------------------------------------------------------------- */

	/* Infobox --------------------------------------------------------------------------------- */

.wrap--infobox {
	background: #eee;
	padding: 28px 32px 30px;
	margin-top: 28px;
}

.cap-singular-navigation + .wrap--infobox {
	margin-top: 46px;
}

.wrap--infobox p:last-child {
	margin-bottom: 0;
}

.wrap--infobox h3 {
	font: normal 700 27px/27px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 28px;
}

.wrap--infobox h4 {
	font: normal 400 21px/21px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0d5f0d;
	margin-bottom: 3px;
}

.wrap--infobox .bcontent {
	font: normal 400 15px/20px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.infobox__blocks {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.infobox__block {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 calc( 50% - 12px );
    -ms-flex: 0 1 calc( 50% - 12px );
    flex: 0 1 calc( 50% - 12px );
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;

	margin: 0 24px 18px 0;
}

.infobox__block:nth-child(2n+2) {
	margin-right: 0;
}

.infobox__block:last-child,
.infobox__block:nth-last-child(2):nth-child(2n+1) {
	margin-bottom: 0;
}

.infobox__btn {
	margin-top: 19px;
}

@media ( max-width: 540px ) {

	.infobox__block {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	}

	.infobox__block,
	.infobox__block:nth-child(2n+2),
	.infobox__block:last-child,
	.infobox__block:nth-last-child(2):nth-child(2n+1) {
		margin: 0 0 18px 0;
	}

	.infobox__block:last-child {
		margin-bottom: 0;
	}

}

body.logged-in .wrap--infobox{
	display:none;
}

	/* EOF Infobox ----------------------------------------------------------------------------- */

/*--------------------------------------------------------------
## Page Templates - Listings
--------------------------------------------------------------*/

.cap-listing__main > .flex-item:first-child,
.cap-cpt-archive__main > .flex-item:first-child,
.cap-search__main > .flex-item:first-child {
	padding-top: 15px;
}

.blog .page-title,
.blog .page-description,
.archive .page-title,
.archive .archive-description,
.search .page-title,
.search .page-description {
	color: #7a7b7c;
}

.blog .page-title,
.archive .page-title,
.search .page-title {
	font: normal 700 54px/54px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}

.blog .page-description,
.archive .archive-description,
.search .page-description {
	font: normal 400 18px/25px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 1px;
}

.archive .archive-description,
.archive .page-title,
.search .page-title,
.search .page-description {
	margin-bottom: 19px;
}

.cap-listing__posts > header,
.cap-cpt-archive__posts > header,
.cap-search__posts > header {
	border-bottom: #b8131a solid 2px;
	margin-bottom: 30px;
}

.cap-search__posts {
	min-width: 100%;
}

.blog .entry-title {
	font: normal 700 42px/42px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blog .entry-header a {
	color: #221f1f;
	text-decoration: none;
}

.blog .entry-header a:hover,
.blog .entry-header a:focus {
	color: #b8131a;
}

.blog .entry-body {
   -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.blog .entry-body > * {

}

.blog .cap-listing__posts article {
    padding-bottom: 22px;
    margin-bottom: 21px;
    border-bottom: #221f1f solid 1px;
}

.blog .cap-listing__posts article:last-of-type {
	border: none;
}

.blog .entry-body > .entry-meta {
    -webkit-flex: 0 1 142px;
    -ms-flex: 0 1 142px;
    flex: 0 1 142px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog .entry-body > .wrap--entry-content {
    -webkit-flex: 0 1 calc( 100% - 160px );
    -ms-flex: 0 1 calc( 100% - 160px );
    flex: 0 1 calc( 100% - 160px );

    margin-right: 18px;
    position: relative;

    padding-top: 0;
}

.blog .entry-body > .wrap--entry-content > p:last-child {
	margin-bottom: 0;
}

.blog .cap-format-article.has-no-thumb .entry-content {
	padding-top: 0;
	margin-top: -5px;
}

.blog [class*="wrap--iformat-"] {
	position: absolute;
	width: 25px;
	height: 21px;
	font-size: 0;
	line-height: 0;
	top: 1px;
	left: -48px;
}

.blog [class|="iformat-"],
.blog [class|="iformat-"] img {
	display: block;
	max-width: unset!important;
}

.blog [class|="iformat-"] {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.blog [class|="iformat-"] img {
	display: block;
}

.blog .post-thumbnail,
.blog .post-thumbnail img {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}

.blog .post-thumbnail img {
	margin-bottom: 0;
}

.blog .post-thumbnail figcaption {
	margin: 0;
}

.blog .entry-meta ul,
.blog .entry-meta ul li,
.blog .entry-meta__post-cats .post-categories .flex-item:not(:last-child) {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog .entry-meta > .flex-container {
  	-webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.blog .entry-meta .entry-meta__post-countries {
	margin-top: 5px;
}

.blog .entry-meta .posted-on {
	margin: 2px 0 5px;
}

.blog .entry-meta .posted-on a,
.blog .entry-meta .posted-on a:hover,
.blog .entry-meta .posted-on a:focus {
	color: #545a5e;
	font: normal 400 11px/14px 'Fira Mono', Consolas, "Lucida Console", Monaco, monospace;
}

.blog .entry-meta .posted-on a,
.blog .entry-meta__post-cats .post-categories a {
	text-decoration: none;
}

.blog .entry-meta .posted-on a:hover,
.blog .entry-meta .posted-on a:focus,
.blog .entry-meta__post-cats .post-categories a:hover,
.blog .entry-meta__post-cats .post-categories a:focus {
	text-decoration: underline;
}

.blog .entry-meta .cap-countrylist {
	margin-bottom: 9px;
}

.blog .entry-meta .cap-countrylist li:not(:last-child) {
	margin-right: 9px;
}

.blog .entry-meta__post-cats .post-categories {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: 100%;
}

.blog .entry-meta__post-cats .post-categories .flex-item,
.blog .entry-meta__post-cats .post-categories .flex-item:not(:last-child) {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;

    margin-bottom: 3px;
}

.blog .entry-meta__post-cats .post-categories .flex-item:last-child {
	margin-bottom: 0;
}

.blog .entry-meta__post-share {
    padding-top: 16px;
    margin-top: 19px;
    border-top: #eee solid 1px;
}

.blog .entry-meta__posted-on + .entry-meta__post-share {
	margin-top: 10px;
}

.blog .jssocials,
.archive .jssocials {
	width: 100%;
}

.blog .jssocials-shares,
.archive .jssocials-shares {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.blog .jssocials-share,
.archive .jssocials-share {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.blog .entry-meta__post-share .jssocials a,
.archive .entry-meta__post-share .jssocials a {
	padding: 0;
	margin: 0 7px;
}

.blog .entry-meta__post-share i,
.archive .entry-meta__post-share i {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #221f1f;

	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.blog .entry-meta__post-share .jssocials-share-facebook a:hover i,
.blog .entry-meta__post-share .jssocials-share-facebook a:focus i,
.archive .entry-meta__post-share .jssocials-share-facebook a:hover i,
.archive .entry-meta__post-share .jssocials-share-facebook a:focus i 	{ color: #3b5998; }

.blog .entry-meta__post-share .jssocials-share-twitter a:hover i,
.blog .entry-meta__post-share .jssocials-share-twitter a:focus i,
.archive .entry-meta__post-share .jssocials-share-twitter a:hover i,
.archive .entry-meta__post-share .jssocials-share-twitter a:focus i 	{ color: #1da1f2; }

.blog .entry-meta__post-share .jssocials-share-linkedin a:hover i,
.blog .entry-meta__post-share .jssocials-share-linkedin a:focus i,
.archive .entry-meta__post-share .jssocials-share-linkedin a:hover i,
.archive .entry-meta__post-share .jssocials-share-linkedin a:focus i 	{ color: #0077b5; }

.blog .entry-meta__post-share .jssocials-share-weibo a:hover i,
.blog .entry-meta__post-share .jssocials-share-weibo a:focus i,
.archive .entry-meta__post-share .jssocials-share-weibo a:hover i,
.archive .entry-meta__post-share .jssocials-share-weibo a:focus i 		{ color: #df2029; }

.blog .entry-meta__post-share .jssocials-share-email a:hover i,
.blog .entry-meta__post-share .jssocials-share-email a:focus i,
.archive .entry-meta__post-share .jssocials-share-email a:hover i,
.archive .entry-meta__post-share .jssocials-share-email a:focus i 		{ color: #db4437; }

@media ( max-width: 1200px ) and ( min-width: 1024px ), ( max-width: 640px ) {

	.blog .entry-body {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.blog .entry-body > .entry-meta,
	.blog .entry-body > .wrap--entry-content {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

		margin-right: 0;
	}

	.blog .entry-meta .posted-on,
	.blog .entry-meta .entry-meta__post-countries,
	.blog .entry-meta .cap-countrylist,
	.blog .entry-meta__post-cats .post-categories .flex-item,
	.blog .entry-meta__post-cats .post-categories .flex-item:not(:last-child),
	.blog .entry-meta__post-share {
		margin: 0;
		padding: 0;
		border: none;
	}

	.blog .entry-meta .posted-on,
	.blog .entry-meta .posted-on a,
	.blog .entry-meta__post-share i {
		line-height: 24px;
	}

	.blog .entry-meta__post-cats .post-categories .flex-item,
	.blog .entry-meta__post-cats .post-categories .flex-item:not(:last-child) {
	    -webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    flex: 0 1 auto;

	    margin-right: 3px;
	}

	.blog .entry-meta__post-cats .post-categories .flex-item:last-child {
		margin-right: 0;
	}

	.blog .entry-body > .entry-meta {
		margin-bottom: 24px;

	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	}

	.blog .entry-body > .entry-meta > * {
	    -webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    flex: 0 1 auto;

	    padding: 4px 9px;
	    background: #eee;
	    margin: 2px 4px 2px 0;
	}

}

@media ( max-width: 640px ) {

	.blog #main [class*="__sidebar"] {
		padding-top: 48px;
	}

}

/* Post formats
--------------- */

.videoembed__caption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px;
}

.cap-blog-videoembed,
.wp-block-video,
.cap-blog-twitterembed,
.cap-blog-iframe {
	margin-bottom: 18px;
}

.EmbeddedTweet {
	max-width: 100%;
	width: 100%;
}

.blog .cap-format-audio .wp-block-audio {
	margin-top: 0;
}

/* In-Betwwen Blocks
-------------------- */

	/* General */

.wrap--adslot-5 + article,
.wrap--cobus-showcase + article,
.wrap--nw-showcase + article,
.wrap--studslider + article {
	padding-top: 22px;
    margin-top: 21px;
    border-top: #221f1f solid 1px;
}

	/* Ad Slot 5 Block */

.wrap--adslot-5 {
	background: #f6f6f6;
	padding: 24px 32px;
}

.wrap--adslot-5 a,
.wrap--adslot-5 img {
	width: 100%;
	display: block;
}

@media ( max-width: 640px ) {

	.wrap--adslot-5 {
		padding: 0;
	}

}

	/* Cobus Analysis block */

.wrap--cobus-showcase {
	background: transparent url(img/africanYellow.jpg) center center/cover no-repeat;
	padding: 23px 23px 12px 23px;

	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

	opacity: 0;
	visibility: hidden;
}

.loaded .wrap--cobus-showcase {
	opacity: 1;
	visibility: visible;
}

.cobus-showcase .cobus__header {
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    margin-bottom: 0;
}

.cobus-showcase .cobus__avatar {
    -webkit-flex: 0 1 86px;
    -ms-flex: 0 1 86px;
    flex: 0 1 86px;

    margin: 0 5px 0 9px;
}

.cobus-showcase .cobus__blocktitle {
    -webkit-flex: 0 1 calc( 100% - 100px );
    -ms-flex: 0 1 calc( 101% - 100px );
    flex: 0 1 calc( 100% - 100px );
}

.cobus-showcase .cobus__avatar a,
.cobus-showcase .cobus__avatar img {
	display: block;
	border-radius: 50%;
}

.cobus-showcase .cobus__avatar a {
	overflow: hidden;
	width: 94px;
	height: 94px;
}

.cobus-showcase .cobus__avatar img {
	border: #fff solid 4px;
	width: 86px;
	height: 86px;
}

.cobus-showcase .cobus__blocktitle,
.cobus-showcase .cobus__blocktitle a {
	color: #fff;
}

.cobus-showcase .cobus__blocktitle {
	font: normal 700 42px/42px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: -4px 0 0;
}

.cobus-showcase .cobus__blocktitle a {
	text-decoration: none;
}

.cobus-showcase .anaslides,
.cobus-showcase .anablocks {
	margin-top: -5px;
}

.cobus-showcase .anaslide,
.cobus-showcase .anablock {
	padding: 16px;
}

.cobus-showcase .anaslide article,
.cobus-showcase .anablock article {
	background: #fff;
	padding: 20px 18px 8px 18px;
	margin-bottom: 0;
	box-shadow: 0 0 6px -1px rgba(0, 0, 0, .25);
}

.cobus-showcase .anaslide__entry-title,
.cobus-showcase .anablock__entry-title {
	margin-bottom: 10px;
}

.cobus-showcase .anaslide__entry-title,
.cobus-showcase .anablock__entry-title {
	font: normal 700 24px/27px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 11px;
}

.cobus-showcase .anaslide__entry-title,
.cobus-showcase .anaslide__entry-title a,
.cobus-showcase .anablock__entry-title,
.cobus-showcase .anablock__entry-title a {
	color: #221f1f;
}

.cobus-showcase .anaslide__entry-title a,
.cobus-showcase .anablock__entry-title a {
	text-decoration: none;
}

.cobus-showcase .anaslide__entry-title a:hover,
.cobus-showcase .anaslide__entry-title a:focus,
.cobus-showcase .anablock__entry-title a:hover,
.cobus-showcase .anablock__entry-title a:focus {
	text-decoration: underline;
}

.cobus-showcase .anaslide__entry-content,
.cobus-showcase .anablock__entry-content {
	font: normal 400 14px/19px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cobus-showcase .anaslide__entry-content p,
.cobus-showcase .anablock__entry-content p {
	margin-bottom: 11px;
}

.cobus-showcase .anaslide__entry-content p:last-child,
.cobus-showcase .anablock__entry-content p:last-child {
	margin: 0;
}

.anaslides,
.anaslides .jssocials,
.anablocks,
.anablocks .jssocials {
	text-align: left;
}

.anaslides .jssocials,
.anablocks .jssocials {
	padding-top: 8px;
	margin-top: 14px;
	border-top: #ddd solid 1px;
}

.anaslides .jssocials-shares,
.anablocks .jssocials-shares {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.anaslides .jssocials-share,
.anablocks .jssocials-share {
	margin-right: 12px;
}

.anaslides .jssocials-shares i,
.anablocks .jssocials-shares i {
	font-size: 14px;
	line-height: 14px;
}

.anaslides .jssocials-share-facebook i,
.anablocks .jssocials-share-facebook i { color: #3b5998; }
.anaslides .jssocials-share-twitter i,
.anablocks .jssocials-share-twitter i 	{ color: #1da1f2; }
.anaslides .jssocials-share-linkedin i,
.anablocks .jssocials-share-linkedin i { color: #0077b5; }
.anaslides .jssocials-share-weibo i,
.anablocks .jssocials-share-weibo i 	{ color: #df2029; }
.anaslides .jssocials-share-email i,
.anablocks .jssocials-share-email i 	{ color: #db4437; }

.anaslides .jssocials a:not(:hover):not(:focus) i,
.anablocks .jssocials a:not(:hover):not(:focus) i {
	color: #aaa;
}

.anaslides .slick-prev,
.anaslides .slick-next {
	top: 50%;
    z-index: 9999;
    height: auto;
    margin-top: 0;
    transform: translate(0, -50%);
}

.anaslides .slick-prev {
	left: -14px;
}

.anaslides .slick-next {
	right: -14px;
}

.anaslides .slick-prev:before,
.anaslides .slick-next:before {
	font: normal 700 20px/20px "Font Awesome 5 Free";
	color: #fff;
}

.anaslides .slick-prev:before { content: "\f053"; }
.anaslides .slick-next:before { content: "\f054"; }

@media ( max-width: 540px ) {

	.cobus-showcase .cobus__blocktitle {
	    font: normal 700 36px/36px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

}

@media ( max-width: 420px ) {

	.cobus-showcase .cobus__blocktitle {
	    font: normal 700 24px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	.cobus-showcase .anaslide__entry-title {
		font: normal 700 20px/20px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

}

	/* CAP Expert Network */

.wrap--nw-showcase {
	background: transparent url(img/chineseBlue.jpg) center center/cover no-repeat;
	padding: 24px 15px 15px 15px;
}

.nw-showcase .nw__header {
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    margin-bottom: 10px;
}

.nw-showcase .nw__header .flex-item:first-child {
    -webkit-flex: 0 1 65px;
    -ms-flex: 0 1 65px;
    flex: 0 1 65px;

    margin-right: 12px;
    margin-left: 9px;
}

.nw-showcase .nw__header .flex-item:last-child {
	font: normal 700 42px/42px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;

    -webkit-flex: 0 1 calc( 100% - 862px );
    -ms-flex: 0 1 calc( 100% - 86px );
    flex: 0 1 calc( 100% - 86px );

    margin: 0;
}

.nw-showcase .nw__header .flex-item:last-child,
.nw-showcase .nw__header .flex-item:last-child a {
	color: #fff;
}

.nw-showcase .nw__header .flex-item:last-child {
	font: normal 700 42px/42px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: -2px 0 0;
}

.nw-showcase .nw__header .flex-item:last-child a {
	text-decoration: none;
}

.nw-showcase .members {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.nw-showcase .member {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

.nw-showcase .wrap--member-img a,
.nw-showcase .wrap--member-img {
	display: block;
	width: 100%;
	height: auto;
}

.nw-showcase .member article {
    margin: 9px;
    background: #fff;
    padding: 12px 12px 10px;
    height: calc( 100% - 18px );
}

.nw-showcase h4,
.nw-showcase h5,
.nw-showcase h6 {
	margin: 0;
}

.nw-showcase h5,
.nw-showcase h6 {
	color: #545a5e;
}

.nw-showcase .member-name {
	font: normal 700 23px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 13px 0 12px;
}

.nw-showcase .member-pos {
	font: normal 400 20px/21px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 6px;
}

.nw-showcase .member-inst {
	font: normal 400 11px/13px 'Fira Mono', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

@media ( max-width: 640px ) {

	.nw-showcase .member {
	    -webkit-flex: 0 1 50%;
	    -ms-flex: 0 1 50%;
	    flex: 0 1 50%;
	}

}

@media ( max-width: 420px ) {

	.nw-showcase .member {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	}

}

	/* Student xChange Slider */

.wrap--studslider {
	background: transparent url(img/africanGreen.jpg) center center/cover no-repeat;
	padding: 23px 23px 23px 23px;

	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

	opacity: 0;
	visibility: hidden;

	padding-bottom: 22px;
    margin-bottom: 21px;
    border-bottom: #221f1f solid 1px;
}

.loaded .wrap--studslider {
	opacity: 1;
	visibility: visible;
}

.studslider .stud__header {
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    margin-bottom: 10px;
}

.studslider .stud__header .flex-item:first-child {
    -webkit-flex: 0 1 65px;
    -ms-flex: 0 1 65px;
    flex: 0 1 65px;

    margin-right: 12px;
    margin-left: 9px;
}

.studslider .stud__header .flex-item:last-child {
	font: normal 700 42px/42px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;

    -webkit-flex: 0 1 calc( 100% - 862px );
    -ms-flex: 0 1 calc( 100% - 86px );
    flex: 0 1 calc( 100% - 86px );

    margin: 0;
}

.studslider .studslide {
	padding: 9px;
}

.studslider .studslide article {
	background: #fff;
	padding: 9px 9px 18px 9px;
	margin-bottom: 0;
}

.studslider .studentpost__header {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: #c3c4c5 solid 1px;
}

.studslider .studentpost__avatar {
    -webkit-flex: 0 1 75px;
    -ms-flex: 0 1 75px;
    flex: 0 1 75px;

    margin-right: 9px;
}

.studslider .studentpost__avatar img {
	margin: 0;
}

.studslider .studentpost__hentry {
    -webkit-flex: 0 1 calc( 100% - 84px );
    -ms-flex: 0 1 calc( 100% - 84px );
    flex: 0 1 calc( 100% - 84px );

    padding: 0;
}

.studslider .studentpost__avatar a,
.studslider .studentpost__avatar img {
	display: block;
	width: 75px;
	height: 75px;
}

.studslider .studentpost__hentry h3,
.studslider .studentpost__hentry h4 {
	font: normal 400 11px/14px 'Fira Mono', Consolas, "Lucida Console", Monaco, monospace;
	color: #545a5e;
	margin: 0;
}

.studslider .studentpost__title a,
.studslider .studentpost__hentry h3 {
	color: #221f1f;
}

.studslider .studentpost__hentry h3 {
	font-weight: 700;
	margin-top: -2px;
}

.studslider .studentpost__title h3 {
	font: normal 700 18px/20px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 5px;
}

.studslider .studentpost__title a {
	text-decoration: none;
}

.studslider .studentpost__title a:hover,
.studslider .studentpost__title a:focus {
	text-decoration: underline;
}

.studslider .studentpost__content {
	font: normal 400 13px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.studslider .studentpost__content p:last-child {
	margin: 0;
}

.studslider .slick-prev,
.studslider .slick-next {
	top: calc( 50% - 9px );
	z-index: 9999;
}

.studslider .slick-prev {
	left: -17px;
}

.studslider .slick-next {
	right: -17px;
}

.studslider .slick-prev:before,
.studslider .slick-next:before {
	font: normal 700 18px/18px "Font Awesome 5 Free";
	color: #fff;
}

.studslider .slick-prev:before { content: "\f053"; }
.studslider .slick-next:before { content: "\f054"; }

/*--------------------------------------------------------------
## Page Templates - Archives
--------------------------------------------------------------*/

.archive .wrap--stickies {
	border-bottom: #221f1f solid 1px;
	padding-bottom: 20px;
	margin-bottom: 23px;
}

.archive .stickies {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.archive .sticky {
    -webkit-flex: 0 1 calc( 25% - 13.5px );
    -ms-flex: 0 1 calc( 25% - 13.5px );
    flex: 0 1 calc( 25% - 13.5px );

    margin-right: 18px;
}

.archive .sticky--2 {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;

    margin-right: 0;
}

.archive .sticky--3 {
    -webkit-flex: 0 1 calc( 50% - 9px );
    -ms-flex: 0 1 calc( 50% - 9px );
    flex: 0 1 calc( 50% - 9px );

    margin-right: 18px;
}

.archive .sticky--4 {
    -webkit-flex: 0 1 calc( 33.333% - 12px );
    -ms-flex: 0 1 calc( 33.3333% - 12px );
    flex: 0 1 calc( 33.3333% - 12px );

    margin-right: 18px;
}

.archive .sticky:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;

}

.archive .multi-sticky .sticky:last-child,
.archive .sticky:first-child {
	margin-right: 0;
}

.archive .sticky__thumb a,
.archive .no-sticky__thumb a {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 65%;
	width: 100%;
	overflow: hidden;
}

.archive.post-type-archive-podcast .sticky__thumb a,
.archive.post-type-archive-podcast .no-sticky__thumb a,
.archive .pt--podcast .sticky__thumb a,
.archive .pt--podcast .no-sticky__thumb a,
.search .pt--podcast .sticky__thumb a,
.search .pt--podcast .no-sticky__thumb a {
	padding-bottom: 32%;
}

.archive .sticky {
	font: normal 400 13px/17px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.archive .sticky:first-child {
	font: normal 400 16px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.archive .sticky:first-child:not(:last-child) {
	border-bottom: #dddddd solid 1px;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

.archive .wrap--sticky__thumb {
	margin-bottom: 9px;
}

.archive .sticky:first-child:not(:last-child) .wrap--sticky__thumb {
	margin-bottom: 13px;
}

.archive .sticky__title {
	font: normal 700 24px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}

.archive .sticky:first-child .sticky__title {
	font: normal 700 36px/36px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.archive .sticky__title a,
.archive .sticky__title a:hover,
.archive .sticky__title a:focus {
	color: #221f1f;
}

.archive .sticky__title a 		{ text-decoration: none; }
.archive .sticky__title a:hover,
.archive .sticky__title a:focus { text-decoration: underline; }

.archive .sticky__excerpt p:last-child {
	margin-bottom: 0;
}

@media ( max-width: 640px ) {

	.archive .wrap--stickies.multi-sticky {
		padding-bottom: 2px;
	}

	.archive .sticky {
	    -webkit-flex: 0 1 calc( 50% - 9px );
	    -ms-flex: 0 1 calc( 50% - 9px );
	    flex: 0 1 calc( 50% - 9px );
	}

	.archive .sticky--2,
	.archive .sticky--4 {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    margin-right: 0;
	}

	.archive .sticky:first-child {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	}

	.archive .sticky:not(:first-child) {
		margin-bottom: 18px;
	}

	.archive .multi-sticky .sticky:last-child,
	.archive .sticky:first-child,
	.archive .multi-sticky .sticky:nth-child(2n+1):not(:first-child) {
		margin-right: 0;
	}

}

@media ( max-width: 420px ) {

	.archive .sticky,
	.archive .sticky:first-child,
	.archive .sticky:not(:first-child),
	.archive .multi-sticky .sticky:last-child,
	.archive .multi-sticky .sticky:nth-child(2n+1):not(:first-child),
	.archive .sticky:first-child:not(:last-child) {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    margin: 0 0 18px 0;

	    padding-bottom: 0;
	    border-bottom: none;

		font: normal 400 16px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	.archive .sticky__title,
	.archive .sticky:first-child .sticky__title {
		font: normal 700 36px/36px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	.archive .wrap--sticky__thumb,
	.archive .sticky:first-child:not(:last-child) .wrap--sticky__thumb {
		margin-bottom: 13px;
	}

}

.no-slider .cobus-showcase .cobus__avatar {
	margin: 0 14px 0 0px
}

.no-slider .cobus-showcase .cobus__avatar a,
.no-slider .cobus-showcase .cobus__avatar img {
	width: 100px;
	height: 100px;
	border: none;
}

.no-slider .cobus-showcase .cobus__avatar img {
	filter: grayscale(100%) brightness(1.3333);
}

.no-slider .cobus-showcase .cobus__blocktitle {
	font: normal 700 42px/42px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.no-slider .cobus-showcase .cobus__blocktitle .title__glue,
.no-slider .cobus-showcase .cobus__blocktitle .title__name {
	font: normal 700 36px/42px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.no-slider .cobus-showcase .cobus__blocktitle .title__glue {
	font-weight: 400;
	text-transform: none;
}

.cobus-showcase .anablocks {
	margin-top: 0;
}

.cobus-showcase .anablock {
	padding: 16px 0 10px;
}

.cobus-showcase .anablock__left {
    -webkit-flex: 0 1 48px;
    -ms-flex: 0 1 48px;
    flex: 0 1 48px;

    margin-right: 18px;
}

.cobus-showcase .anablock__right {
    -webkit-flex: 0 1 calc( 100% - 66px );
    -ms-flex: 0 1 calc( 100% - 66px );
    flex: 0 1 calc( 100% - 66px );
}

.cobus-showcase .anablock__left ul,
.cobus-showcase .anablock__left li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cobus-showcase .anablock__entry-title {
	font-size: 30px;
	line-height: 30px;

	margin: 9px 0 15px;
}

.cobus-showcase .anablock__entry-content {
	font: normal 400 16px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cobus-showcase .anablock__left .countries {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cobus-showcase .anablock__left .countries > * {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.cobus-showcase .anablock__left .countries a {
	width: 48px;
	height: 48px;
	margin-bottom: 9px;
}

.cobus-showcase .anablock__left .countries li:last-child a {
	margin-bottom: 0;
}

.anablocks .jssocials {
	margin-top: 8px;
}

@media ( max-width: 540px ) {

	.no-slider .cobus-showcase .cobus__header {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.no-slider .cobus-showcase .cobus__header > * {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;

		margin: 0 0 18px 0;
	}

	.no-slider .cobus-showcase .cobus__blocktitle {
		margin-bottom: 0;
		text-align: center;
	}

	.no-slider .cobus-showcase .cobus__avatar a {
		margin: auto;
	}

	.anablock__inner-wrap {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.cobus-showcase .anablock__left,
	.cobus-showcase .anablock__right {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    margin-right: 0;
	}

	.cobus-showcase .anablock__left .countries {
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	}

	.cobus-showcase .anablock__left .countries > * {
	    -webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    flex: 0 1 auto;
	}

	.cobus-showcase .anablock__left .countries a {
		width: 36px;
		height: 36px;
		margin: 0 9px 0 0;
	}

	.cobus-showcase .anablock__left .countries li:last-child a {
		margin-right: 0;
	}

}

@media ( max-width: 420px ) {

	.cobus-showcase .anablock__left .countries a {
		width: 24px;
		height: 24px;
	}

}

.archive .no-sticky {
	font: normal 400 16px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;

	margin-top: 18px;
	padding-top: 18px;
	border-top: #221f1f solid 1px;
}

.archive .beware-no-stickies .no-sticky:first-child,
.archive.paged .no-sticky:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.archive:not(.paged) .beware-no-stickies .no-sticky:nth-child(5) {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: #221f1f solid 1px;
}

.archive .no-sticky:first-child {
	margin-top: 24px;
}

.archive .no-sticky__left {
    -webkit-flex: 0 1 calc( 100% - 340px );
    -ms-flex: 0 1 calc( 100% - 340px );
    flex: 0 1 calc( 100% - 340px );
}

.archive .no-sticky__right {
    -webkit-flex: 0 1 322px;
    -ms-flex: 0 1 322px;
    flex: 0 1 322px;

    margin-left: 18px;
}

.archive .no-sticky ul,
.archive .no-sticky li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.archive .no-sticky__meta {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    margin-bottom: 11px;
}

.archive .no-sticky .entry-meta__post-cats,
.archive .no-sticky .entry-meta__post-countries,
.archive .no-sticky .post-categories .flex-item {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.archive .no-sticky .entry-meta__post-cats {
	margin-right: 18px;
}

.archive .no-sticky__meta .post-categories {

}

.archive .no-sticky__meta .post-categories li {
	line-height: 24px;
}

.archive .no-sticky__meta .cap-countrylist li:not(:last-child) {
	margin-right: 9px;
}

.archive .no-sticky__meta a {
	text-decoration: none;
}

.archive .no-sticky__meta .post-categories a {
	line-height: 18px;
	font-size: 14px;
	text-transform: uppercase;
}

.archive .no-sticky__meta .post-categories a:hover,
.archive .no-sticky__meta .post-categories a:focus {
	text-decoration: underline;
}

.archive .no-sticky__title {
	font: normal 700 27px/27px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 9px;
}

.archive .no-sticky__title a,
.archive .no-sticky__title a:hover,
.archive .no-sticky__title a:focus {
	color: #221f1f;
}

.archive .no-sticky__title a {
	text-decoration: none;
}

.archive .no-sticky__title a:hover,
.archive .no-sticky__title a:focus {
	text-decoration: underline;
}

@media ( max-width: 1240px ) and ( min-width: 1024px ), ( max-width: 800px ) {

	.archive .no-sticky__meta,
	.archive .no-sticky__meta .post-categories {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;

	    margin-bottom: 5px;
	}

	.archive .no-sticky__meta .post-categories {
		margin-bottom: 0;
	}

	.archive .no-sticky__meta > * {
		margin-bottom: 6px;
	}

	.archive .no-sticky__meta .post-categories li {
		line-height: 20px;
		padding: 2px 0;
	}

	.archive .no-sticky__meta .post-categories li:not(:last-child) {
		margin-right: 4px;
	}

}

@media ( max-width: 1024px ) {

	.archive #main [class*="__sidebar"] {
		padding-top: 48px;
	}

}

@media ( max-width: 640px ) {

	.archive .no-sticky__left {
	    -webkit-flex: 0 1 calc( 100% - 168px );
	    -ms-flex: 0 1 calc( 100% - 168px );
	    flex: 0 1 calc( 100% - 168px );
	}

	.archive .no-sticky__right {
	    -webkit-flex: 0 1 150px;
	    -ms-flex: 0 1 150px;
	    flex: 0 1 150px;
	}

	.archive .no-sticky__thumb a {
	    padding-bottom: 100%;
	}

}

@media ( max-width: 420px ) {

	.archive .no-sticky {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.archive .no-sticky > * {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    margin-left: 0;
	}

	.archive .no-sticky__left {
	    -webkit-order: 1;
	    -ms-flex-order: 1;
	    order: 1;
	}

	.archive .no-sticky__right {
	    -webkit-order: 0;
	    -ms-flex-order: 0;
	    order: 0;
	}

	.archive .no-sticky__thumb {
		margin-bottom: 18px;
	}

	.archive .no-sticky__thumb a {
	    padding-bottom: 65%;
	}

}

.archive .wrap--cap-pagination {
	margin-top: 42px;
}

/*--------------------------------------------------------------
## Page Templates - Create Your Expert Network Profile page
--------------------------------------------------------------*/

.page-template-page-nwcreate #masthead {
	max-height: 104px;
}

.page-template-page-nwcreate .site-branding {
	padding-top: 18px;
	padding-bottom: 18px;
}

.page-template-page-nwcreate .site-branding > div {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    flex-basis: 100%;
}

.page-template-page-nwcreate .custom-logo-link,
.page-template-page-nwcreate .custom-logo-link img {
	width: 196px;
	height: auto;
	display: block;
	margin: auto;
}

.page-template-page-nwcreate .hentry .entry-content {
	padding-top: 0;
}

.page-template-page-nwcreate .wp-block-ugb-container {
	box-shadow: none;
}

.ugb-container.ugb--content-width .ugb-container__wrapper {
	padding: 30px 0;
}

.ugb-container.ugb--content-width.alignfull .ugb-container__wrapper {
	padding: 30px;
}

.wp-block-ugb-container.nwcreate--top-tagline {
	padding-top: 58px;
	padding-bottom: 57px;
}

.nwcreate--top-tagline h3 {
	font: normal 700 64px/64px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: rgba(255, 255, 255, 0.66) 0 3px 1px;
	text-align: center;
	width: 100%;
	max-width: 1120px;
	display: block;
	margin: 0 auto;
}

.nwcreate--top-tagline h3 span {
	color: #b8131a;
}

@media ( max-width: 960px ) {

	.nwcreate--top-tagline h3 {
		font-size: 48px;
		line-height: 48px;
	}

}

@media ( max-width: 480px ) {

	.nwcreate--top-tagline h3 {
		font-size: 42px;
		line-height: 42px;
	}

}

/* The Form
----------- */

.nwcreate-form_wrapper {
	margin: 0!important;
	width: 100%!important;
	max-width: 786px!important;
	margin: auto!important;
}

.nwcreate-form {
	padding: 56px 0 64px!important;
}

	/* Paddings and Margins */

.nwcreate-form .gform_heading,
.nwcreate-form .gform_footer {
	margin-left: 10px!important;
}

.nwcreate-form ul.gform_fields li.gfield {
	padding: 0 10px!important;
}

.nwcreate-form input[type="submit"] {
    margin-right: 0!important;
    display: block!important;
    width: calc( 33.3333% - 20px )!important;
    transform: translateX( calc( -50% - 10px ) )!important;
    margin-left: 50%!important;
}

.nwcreate-form input[type="submit"] + img {
	position: absolute!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
    margin-top: 9px!important;
}

[id*="gform_ajax_spinner_"]:not('#gform_ajax_spinner_3') {
	display: none!important;
}

	/* EOF Paddings and Margins */

.nwcreate-form .gform_fields {
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}

.nwcreate-form .gfield {
    -webkit-order: 0!important;
    -ms-flex-order: 0!important;
    order: 0!important;
    -webkit-flex: 0 1 33.3333%!important;
    -ms-flex: 0 1 33.3333%!important;
    flex: 0 1 33.3333%!important;
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto!important;

    margin-top: 11px!important;
}

.nwcreate-form .gfield.gsection,
.nwcreate-form .gfield#field_3_13,
.nwcreate-form .gfield#field_3_28,
.nwcreate-form .gfield#field_3_41 {
    -webkit-flex: 0 1 100%!important;
    -ms-flex: 0 1 100%!important;
    flex: 0 1 100%!important;
}

.nwcreate-form .gfield#field_3_6,
.nwcreate-form .gfield#field_3_12,
.nwcreate-form .gfield#field_3_14,
.nwcreate-form .gfield#field_3_15,
.nwcreate-form .gfield#field_3_30,
.nwcreate-form .gfield#field_3_31,
.nwcreate-form .gfield#field_3_32,
.nwcreate-form .gfield#field_3_33,
.nwcreate-form .gfield#field_3_34,
.nwcreate-form .gfield#field_3_35,
.nwcreate-form .gfield#field_3_40 {
    -webkit-flex: 0 1 50%!important;
    -ms-flex: 0 1 50%!important;
    flex: 0 1 50%!important;
}

.nwcreate-form h3.gform_title {
	font: normal 700 33px/33px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	text-align: center!important;
	margin-bottom: 66px!important;
}

.nwcreate-form .gfield.gsection {
	margin: 0!important;
	border: none!important;
}

.nwcreate-form .gfield.gsection h2 {
	font: normal 700 24px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	margin-bottom: 1px!important;
}

.nwcreate-form .top_label input.medium {
	width: 100%!important;
}

.nwcreate-form .gfield_label {
	font: normal normal 16px/30px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	margin: 0!important;
}

.nwcreate-form .ginput_container {
	margin: 0!important;
}

.nwcreate-form .NFI-button {
	margin-right: 0;
}

.nwcreate-form .NFI-button:after {
	content: '';
	background: #f8f8f8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

	z-index: 0;

	content: "\f03e";
	font: normal 700 16px/42px "Font Awesome 5 Free";
	color: #ccc;
	font-size: 24px;
	line-height: 27px;
	text-align: left;
}

.nwcreate-form .NFI-button input {
	z-index: 1;
}

.nwcreate-form textarea {
	display: block!important;
}

.nwcreate-form .gform_footer {
	margin-top: 24px!important;
}

	/* Validation & confirmation */

.nwcreate-form_wrapper.gform_validation_error #gform_3 .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100%!important;
}

.nwcreate-form_wrapper li.gfield.gfield_error,
.nwcreate-form_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent!important;
    margin-bottom: 0!important;
    border-top: none!important;
    border-bottom: none!important;
}

.nwcreate-form_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not([type="select-one"]):not([class*="NFI-filename"]):not([type="select-multiple"]),
.nwcreate-form_wrapper li.gfield_error textarea {
	border: #eee solid 3px!important;
	border-width: 0 0 3px 0!important;
}

.nwcreate-form_wrapper div.validation_error {
    color: #fff!important;
    border: none!important;
    background: red!important;
    width: 100%!important;
    margin: -24px 0 48px!important;
}

.nwcreate-form_wrapper .gfield_error .gfield_label {
	color: #221f1f!important;
}

.nwcreate-form .validation_message {
	color: red!important;
}

.nwcreate-form_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.nwcreate-form_wrapper .field_description_below .gfield_description.validation_message {
    padding: 0!important;
    font-size: .7em!important;
    font-weight: 600!important;
    margin-top: -7px!important;
}

.gform_confirmation_wrapper.nwcreate-form {
	background: #0d5f0d!important;
    padding: 32px!important;
    margin: 72px auto!important;
}

.gform_confirmation_wrapper.nwcreate-form .gform_confirmation_message,
.gform_confirmation_wrapper.nwcreate-form .gform_confirmation_message p,
.gform_confirmation_wrapper.nwcreate-form .gform_confirmation_message h1,
.gform_confirmation_wrapper.nwcreate-form .gform_confirmation_message h2,
.gform_confirmation_wrapper.nwcreate-form .gform_confirmation_message h3,
.gform_confirmation_wrapper.nwcreate-form .gform_confirmation_message h4,
.gform_confirmation_wrapper.nwcreate-form .gform_confirmation_message h5,
.gform_confirmation_wrapper.nwcreate-form .gform_confirmation_message h6 {
	color: #fff!important;
}

	/* EOF Validation & confirmation */

@media ( max-width: 640px ) {

	.nwcreate-form .gfield {
	    -webkit-flex: 0 1 50%!important;
	    -ms-flex: 0 1 50%!important;
	    flex: 0 1 50%!important;
	}

	.nwcreate-form .gfield.gsection,
	.nwcreate-form .gfield#field_3_28 {
	    -webkit-flex: 0 1 100%!important;
	    -ms-flex: 0 1 100%!important;
	    flex: 0 1 100%!important;
	}

	.nwcreate-form input[type="submit"] {
	    width: calc( 50% - 20px )!important;
	}

}

@media ( max-width: 480px ) {

		/* Paddings and Margins */

	.nwcreate-form .gform_heading,
	.nwcreate-form .gform_footer {
		margin-left: 0!important;
	}

	.nwcreate-form ul.gform_fields li.gfield {
		padding: 0 0!important;
	}

	.nwcreate-form input[type="submit"] {
	    margin-right: 0!important;
	    width: 100%!important;
	    transform: none!important;
	    margin-left: 0!important;
	}

		/* EOF Paddings and Margins */


	.nwcreate-form .gfield,
	.nwcreate-form .gfield.gsection,
	.nwcreate-form .gfield#field_3_28 {
	    -webkit-flex: 0 1 100%!important;
	    -ms-flex: 0 1 100%!important;
	    flex: 0 1 100%!important;
	}

	.nwcreate-form .gfield.gsection,
	.nwcreate-form .gfield#field_3_28 {
	    -webkit-flex: 0 1 100%!important;
	    -ms-flex: 0 1 100%!important;
	    flex: 0 1 100%!important;
	}

}

.nwcreate-disclaimer .ugb-container__content-wrapper {
    width: 100%!important;
    max-width: 786px!important;
    margin: auto!important;
    padding: 0 0 32px!important;
}

.nwcreate-disclaimer h1,
.nwcreate-disclaimer h2,
.nwcreate-disclaimer h3,
.nwcreate-disclaimer h4,
.nwcreate-disclaimer h5,
.nwcreate-disclaimer h6 {
	font-size: 18px;
}

.nwcreate-disclaimer,
.nwcreate-disclaimer p {
	font-size: 12px!important;
	line-height: 17px!important;
}

/*--------------------------------------------------------------
## Member Directory & Related
--------------------------------------------------------------*/

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

.page-template-page-nw .entry-title,
.page-template-page-nw .entry-subtitle {
	color: #7a7b7c;
}

.page-template-page-nw .entry-title {
	font: normal 700 54px/54px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}

.page-template-page-nw .entry-subtitle {
	font: normal 400 18px/25px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 1px;
}

.page-template-page-nw .entry-title,
.page-template-page-nw .entry-subtitle {
	margin-bottom: 19px;
}

.page-template-page-nw .entry-header {
	border-bottom: #b8131a solid 2px;
	margin-bottom: 30px;
}

.page-template-page-nw .entry-content {
	padding-top: 0;
	border: none;
}

/* Keyword Search - Search & Filter
----------------------------------- */

[id*="search-filter-form-"] {
	margin: -2px 0 37px -12px!important;
	width: calc( 100% + 24px )!important;
}

[id*="search-filter-form-"] ul {
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}

[id*="search-filter-form-"] li {
    -webkit-order: 0!important;
    -ms-flex-order: 0!important;
    order: 0!important;
    -webkit-flex: 0 1 50%!important;
    -ms-flex: 0 1 50%!important;
    flex: 0 1 50%!important;
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto!important;

    padding: 6px 12px!important;
}

[id*="search-filter-form-"] .selectize-input {
	height: 44px!important;
}

[id*="search-filter-form-"],
[id*="search-filter-form-"] h4,
[id*="search-filter-form-"] .selectize-input,
[id*="search-filter-form-"] .selectize-input input {
	font: normal normal 18px/18px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

[id*="search-filter-form-"] h4 {
	padding-bottom: 6px!important;
}

[id*="search-filter-form-"] .option {
	font: normal normal 16px/23px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

[id*="search-filter-form-"] .sf-field-search {
    -webkit-flex: 0 1 100%!important;
    -ms-flex: 0 1 100%!important;
    flex: 0 1 100%!important;
}

[id*="search-filter-form-"] .sf-field-search input {
	width: 100%;
}

[id*="search-filter-form-"] .sf-field-submit,
[id*="search-filter-form-"] .sf-field-reset {
    -webkit-flex: 0 1 auto!important;
    -ms-flex: 0 1 auto!important;
    flex: 0 1 auto!important;

    margin-top: 11px;
}

[id*="search-filter-form-"] .sf-field-submit,
[id*="search-filter-form-"] .sf-field-submit input {
	position: relative;
}

[id*="search-filter-form-"] .sf-field-submit input {
	width: 192px;
	z-index: 0;
	background: #000!important;

	padding: 10px 25px 9px 52px;
}

[id*="search-filter-form-"] .sf-field-submit i {
    font-size: 18px;
    font: normal 600 16px/18px "Font Awesome 5 Free";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 78px;
    z-index: 1;
    cursor: pointer;
    transform: translateX(-50%);
}

[id*="search-filter-form-"] .sf-field-reset input {
	background: #aaa;
	width: 192px;
	opacity: .3333;
}

@media ( max-width: 580px ) {

	[id*="search-filter-form-"] li {
	    -webkit-flex: 0 1 100%!important;
	    -ms-flex: 0 1 100%!important;
	    flex: 0 1 100%!important;
	}

	[id*="search-filter-form-"] .sf-field-submit,
	[id*="search-filter-form-"] .sf-field-reset {
	    -webkit-flex: 0 1 auto!important;
	    -ms-flex: 0 1 auto!important;
	    flex: 0 1 auto!important;
	}

}

@media ( max-width: 480px ) {

	[id*="search-filter-form-"] .sf-field-submit,
	[id*="search-filter-form-"] .sf-field-reset {
	    -webkit-flex: 0 1 100%!important;
	    -ms-flex: 0 1 100%!important;
	    flex: 0 1 100%!important;
	}

	[id*="search-filter-form-"] .sf-field-reset,
	[id*="search-filter-form-"] .sf-field-reset input {
	    margin-top: 0!important;
	}

}

/* Category Search
------------------ */

.profcatsearch {
	margin: -2px 0 0 -12px;
	width: calc( 100% + 24px );
	margin-bottom: 36px;
}

.profcatsearch ul,
.profcatsearch li {
	margin: 0;
	padding: 0;
}

.profcatsearch ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.profcatsearch li {
    -webkit-flex: 0 1 33.3333%;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;

    padding: 9px 12px;

    list-style-type: none;
}

.profcatsearch a {
	text-decoration: none;
	display: block;
	text-align: center;

	font: normal normal 24px/24px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fffefe;

	background: #2396de;
	background: -moz-linear-gradient(top,  #2396de 0%, #176192 100%);
	background: -webkit-linear-gradient(top,  #2396de 0%,#176192 100%);
	background: linear-gradient(to bottom,  #2396de 0%,#176192 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2396de', endColorstr='#176192',GradientType=0 );

	padding: 10px 12px 8px;

	box-shadow: inset 0 0 0 1px #2396de, inset 0 0 0 2px rgba(255,255,255,.3333);
}

.profcatsearch a span {
	opacity: .3333;
	font-size: .6666em;
}

@media ( max-width: 640px ) {

	.profcatsearch li {
	    -webkit-flex: 0 1 50%;
	    -ms-flex: 0 1 50%;
	    flex: 0 1 50%;
	}

}

@media ( max-width: 480px ) {

	.profcatsearch li {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	}

}

/* Posts Table Pro
------------------ */

.posts-data-table,
.posts-data-table th,
.posts-data-table tr,
.posts-data-table td,
.posts-data-table thead,
.posts-data-table tbody {
	border-collapse: collapse!important;
	border-spacing: 0!important;
	border: none!important;

	font: normal 600 13px/17px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif!important;

	background: #fff;
	padding: 0!important;
	margin: 0!important;

	table-layout: fixed!important;
}

.posts-data-table,
.posts-data-table th {
	border-bottom: #ddd solid 1px!important;
}

.posts-data-table td {
	font-weight: 400!important;
}

.posts-data-table td,
.posts-data-table th {
	padding: 12px 0 0 12px!important;
	vertical-align: middle!important;
}

.posts-data-table td:nth-child(1),
.posts-data-table th:nth-child(1) {
	padding: 12px 0 0 0!important;
}

.posts-data-table tr:last-child td {
	padding-bottom: 12px!important;
}

.posts-data-table th,
.posts-data-table th:nth-child(7) {
	padding: 0 0 5px 12px!important;
}

.posts-data-table a {
	color: #221f1f;
	text-decoration: none;
}

.posts-data-table a:hover,
.posts-data-table a:focus {
	text-decoration: underline;
}

.posts-data-table img {
	overflow: hidden;
	border-radius: 50%;
}

[class*="col-net_"] {
	text-transform: capitalize!important;
}

.col-net_lname {
	display: none!important;
}

table.dataTable thead .sorting_asc { background-image: url('img/sort_asc.png')!important; }
table.dataTable thead .sorting_desc { background-image: url('img/sort_desc.png')!important; }

.col-profile_btn a {
	text-transform: uppercase;
	color: #fff;
	padding: 5px 18px;
	display: inline-block;

	background: #2396de;
	background: -moz-linear-gradient(top,  #2396de 0%, #176192 100%);
	background: -webkit-linear-gradient(top,  #2396de 0%,#176192 100%);
	background: linear-gradient(to bottom,  #2396de 0%,#176192 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2396de', endColorstr='#176192',GradientType=0 );

	border-radius: 1px;
}

[id*="ptp_"] .posts-table-select-filters > select {
	display: none!important;
}

[id*="ptp_"] .posts-table-select-filters > label,
[id*="ptp_"] .dataTables_filter > label > span {
	margin-right: 10px!important;
}

.posts-table-select-filters .selectize-control {
	display: inline-block;
	margin-right: 12px;
}

.posts-table-select-filters .selectize-control:last-child {
	margit-right: 0;
}

.posts-table-above {
	margin-bottom: 24px!important;
}

.posts-table-above [id*="ptp_"] input[type="search"],
.posts-table-above [id*="ptp_"] .selectize-input,
.posts-table-above [id*="ptp_"] .selectize-input select {
	font: normal 400 13px/13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

.posts-table-above [id*="ptp_"] input[type="search"],
.posts-table-above [id*="ptp_"] .selectize-input {
	border-bottom-width: 2px!important;
	width: 144px!important;
	padding: 3px 0.5em!important;
	height: 32px!important;
	margin-left: 0!important;
}

.posts-table-above [id*="ptp_"] .selectize-input { padding: 0!important; }

.posts-table-above [id*="ptp_"] .selectize-input span,
.posts-table-above [id*="ptp_"] .selectize-input input[type="select-one"] {
	padding: 3px .5em!important;
	line-height: 26px!important;
	width: 100%!important;
}

.posts-table-above [id*="ptp_"] .selectize-input span {
	width: auto!important;
}

.posts-table-above > div:nth-child(2) label span {
	line-height: 32px!important;
	display: inline-block!important;
}

.posts-table-above label {
	font: normal 400 16px/32px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: top!important;
}

.posts-table-above .selectize-control .selectize-input:after {
    height: 32px!important;
    width: 32px!important;
    line-height: 32px!important;
}

.posts-table-above .selectize-control.plugin-remove_button .remove-single {
    display: inline-block!important;
    font-size: 16px!important;
    top: 3px!important;
}

	/* pagination */

.dataTables_wrapper .dataTables_paginate[id*="ptp_"],
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:hover,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:focus,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.current,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.current:hover {
	color: #aaa!important;
	text-decoration: none!important;
	text-align: center!important;
	font: normal normal 16px/36px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	padding: 0!important;
	margin: 0!important;
}

.dataTables_wrapper .dataTables_paginate[id*="ptp_"] {
	width: 100%!important;
	margin-top: 12px!important;
}

.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.disabled:active {
	color: #ddd!important;
}

.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:hover,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:focus {
    background: transparent!important;
    border: none!important;
    padding: 0!important;
}

.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a {
	-webkit-transition: all .2s ease-in-out!important;
	-o-transition: all .2s ease-in-out!important;
	transition: all .2s ease-in-out!important;
}

.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:hover,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:focus,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:not(.previous):not(.next),
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:not(.previous):not(.next):hover,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:not(.previous):not(.next):focus,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.disabled:focus,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.current,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.current:focus {
	margin: 0 12px!important;
}

.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:not(.previous):not(.next) {
	display: inline-block!important;
	width: 36px!important;
	height: 36px!important;
}

.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .previous,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .next,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.disabled {
	line-height: 36px!important;
}

.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:not(.previous):not(.next),
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:not(.previous):not(.next).current,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:not(.previous):not(.next).current:hover {
	border-radius: 50%!important;
}

.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:not(.previous):not(.next):hover,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:not(.previous):not(.next):focus,
.dataTables_wrapper .dataTables_paginate[id*="ptp_"] a:not(.previous):not(.next).current {
	background: #f6a62d!important;
	color: #fff!important;
}

[id*="ptp_"] table.posts-data-table.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child,
[id*="ptp_"] table.posts-data-table.dtr-inline.collapsed > tbody > tr[role=row]> th:first-child {
	padding-left: 0!important;
}

table.posts-data-table.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child::before,
table.posts-data-table.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child::before {
	top: 51px!important;
    left: -9px!important;
    z-index: 9999!important;
    background-color: #fff!important;
    color: #377837!important;
    padding: 9px!important;
    border-radius: 50%!important;
    font-size: 14px!important;
    line-height: 14px!important;
    width: 14px!important;
    height: 14px!important;
}

@media ( max-width: 1240px ) and ( min-width: 1024px ) {

	.col-net_email {
		display: none!important;
	}

}

@media ( max-width: 1240px ) and ( min-width: 1024px ), ( max-width: 840px ) {

	[id*="ptp_"] .posts-table-controls .posts-table-select-filters,
	[id*="ptp_"] .dataTables_filter {
		float: none!important;
		width: 100%!important;
		text-align: left!important;
		margin: 6px 0!important;
	}

	[id*="ptp_"] .posts-table-select-filters > label,
	[id*="ptp_"] .dataTables_filter > label > span {
		width: 56px!important;
	}

}

@media ( max-width: 1024px ) {

	.dataTables_wrapper .posts-table-wrapper {
		margin-bottom: -18px!important;
	}

}

@media ( max-width: 640px ) {

	.dataTables_wrapper .dataTables_paginate[id*="ptp_"] > span,
	.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .previous,
	.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .next,
	.dataTables_wrapper .dataTables_paginate[id*="ptp_"] .paginate_button.disabled {
		display: block!important;
	}

	.dataTables_wrapper .dataTables_paginate[id*="ptp_"] > span {
		margin: 18px 0!important;
	}

	[id*="ptp_"] .posts-table-select-filters > label,
	[id*="ptp_"] .dataTables_filter > label > span {
		display: block!important;
		width: 100%!important;
		margin-left: 0!important;
		margin-right: 0!important;
	}

	.posts-table-select-filters .selectize-control {
		margin-bottom: 9px;
	}

}

/* Search & Filter - Search results page
---------------------------------------- */

.blog.search-results .no-sticky__meta {
	margin-bottom: 8px;
	padding-bottom: 9px;
	border-bottom: #eee solid 1px;
}

.member-meta__country,
.member-meta__prof {
	-webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;

    text-transform: capitalize;

    font: normal 700 16px/17px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;

    color: #176192;

    margin-right: 7px;
}

.member-meta__country {
	color: #0d5f0d;

	margin: 0;
}

.member-meta__country span {
	font: italic 600 11px/17px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	text-transform: none;
	display: inline-block;
	margin: 1px 4px 0 0;
}

/* Loading/Loader animation
--------------------------- */

.page-template-page-nw #content,
.page-template-page-subscribe #content {
	position: relative;
}

.page-template-page-nw #temporary,
.single-nwmember #temporary,
.search-nw #temporary,
.post-type-archive-nwmember #temporary,
.page-template-page-nw #primary,
.page-template-page-subscribe #temporary {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	/* animation rotate-vert-center */

@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

	/* EOF animation rotate-vert-center */

.page-template-page-nw #temporary,
.single-nwmember #temporary,
.search-nw #temporary,
.post-type-archive-nwmember #temporary,
.page-template-page-subscribe #temporary {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;

	opacity: 1;
	visibility: visible;

	z-index: 9999;
}

.single-nwmember #temporary,
.search-nw #temporary,
.post-type-archive-nwmember #temporary,
.page-template-page-subscribe #temporary {
	z-index: 500;
}

.page-template-page-nw #temporary div,
.single-nwmember #temporary div,
.search-nw #temporary div,
.post-type-archive-nwmember #temporary div,
.page-template-page-subscribe #temporary div {
	width: 100px;
	height: 100px;

	position: absolute;

    top: 50%;
    left: 50%;
	margin-top: -50px;
	margin-left: -50px;

	background: transparent url('img/logo-100px.png') center center/cover no-repeat;

	-webkit-animation: rotate-vert-center 1.5s linear infinite both;
	        animation: rotate-vert-center 1.5s linear infinite both;
}

.loaded.page-template-page-nw #temporary,
.page-template-page-nw #primary,
.loaded.page-template-page-subscribe #temporary {
	opacity: 0;
	visibility: hidden;
}

.loaded.page-template-page-nw #primary {
	opacity: 1;
	visibility: visible;

	position: relative;
	z-index: 1;
}

/* Login form(s)
---------------- */

.log-in article {
    -webkit-flex: 0 1 100%!important;
    -ms-flex: 0 1 100%!important;
    flex: 0 1 100%!important;

    flex-basis: 480px!important;
    max-width: 480px!important;

	padding: 40px 0 48px 0!important;
}

.mp-form-row.mepr_password + div label {
	margin-top: 8px;
}

.mp-form-row.mepr_password + div + .mp-spacer {
	display: none;
}

.mp_login_form .submit input {
	margin-top: 13px;
}

.mepr-login-actions {
	font-size: .8em;
}

.mepr-login-actions a,
.mepr-login-actions a:hover,
.mepr-login-actions a:focus {
	color: #b8131a;
	text-decoration: none;
}

.mepr-login-actions a:hover,
.mepr-login-actions a:focus {
	text-decoration: underline;
}

/* Member Search results
------------------------ */

.archive.search-nw .no-sticky__thumb a {
	height: auto;
	padding: 0;
}

/* ------------------------------------------------------------------------------------------------
## MEMBER SINGLE TEMPLATE
------------------------------------------------------------------------------------------------ */

/* Global
--------- */

.single-nwmember .cap-single__main > .flex-item:first-child {
	padding-padding: 18px 60px 48px 0;
}

.single-nwmember .page-title {
	font: normal 700 54px/54px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}

.single-nwmember .page-description {
	font: normal 400 18px/25px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 1px;
}

.single-nwmember .page-title,
.single-nwmember .page-description {
	margin-bottom: 19px;
	color: #7a7b7c;
}

.single-nwmember .page-header {
	border-bottom: #b8131a solid 2px;
	margin-bottom: 30px;
}

.single-nwmember .member-profile__left {
    -webkit-flex: 0 1 260px;
    -ms-flex: 0 1 260px;
    flex: 0 1 260px;

    margin-right: 40px;
}

.single-nwmember .member-profile__right {
    -webkit-flex: 0 1 calc( 100% - 300px );
    -ms-flex: 0 1 calc( 100% - 300px );
    flex: 0 1 calc( 100% - 300px );
}

.single-nwmember .hentry {
	padding-top: 13px;
}

.single-nwmember .entry-header + .entry-content {
	border: none;
	padding-top: 0;
}

.single-nwmember .entry-meta a,
.single-nwmember .entry-meta--side a,
.single-nwmember .entry-meta--bottom a {
	color: #b8131a;
	text-decoration: underline;
}

/* Content Header
----------------- */

.single-nwmember .entry-header {
    padding-bottom: 19px;
    margin-bottom: 12px;
    border-bottom: #ddd solid 1px;
}

.single-nwmember .hentry .wrap--entry-title {
	padding-right: 98px;
	position: relative;
}

.single-nwmember .hentry .entry-title {
	font-size: 36px;
	line-height: 37px;
	margin: 0 0 2px 0;
}

.single-nwmember .hentry .entry-subtitle {
	font-size: 27px;
	line-height: 28px;
	margin: 0;
}

.single-nwmember .entry-meta__post-share {
    width: 80px;
    background: #f8f8f8;
    padding: 3px 0 3px 9px!important;
    position: absolute;
    right: 0;
    top: 3px;
    border: #f2f2f2 solid 1px!important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
}

.single-nwmember .entry-meta__post-share ul {
	margin: 0;
}

.single-nwmember .hentry .entry-meta__post-share ul ul {
    top: 33px;
    right: 0;

    padding-top: 11px;
}

/* Member meta
-------------- */

.single-nwmember .hentry .entry-meta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    width: calc( 100% + 18px );
    margin: 0 0 0 -9px;

    border: none;
}

.single-nwmember .hentry [class*="entry-meta__"] {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;

    border: none;
}

.single-nwmember .hentry .entry-meta__lang {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.single-nwmember .hentry [class*="entry-meta__"] h3,
.single-nwmember .hentry [class*="entry-meta__"] h4,
.single-nwmember .hentry .entry-meta--bottom h3,
.single-nwmember .hentry .entry-meta--bottom h4 {
	margin: 0;
}

.single-nwmember .hentry [class*="entry-meta__"] h3,
.single-nwmember .hentry .entry-meta--bottom h3 {
	font: normal 400 14px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 2px;
}

.single-nwmember .hentry [class*="entry-meta__"] h4,
.single-nwmember .hentry .entry-meta--bottom h4 {
	font: normal 700 18px/19px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
.single-nwmember .hentry .entry-meta--bottom h3 {
	margin-bottom: 10px;
}

.single-nwmember .wrap--publications > * {
    padding: 6px 0 8px;
    border-bottom: #ddd dashed 1px;
}

.single-nwmember .wrap--publications > *:last-child {
	border: none;
}
*/

.single-nwmember .entry-meta--side {
	padding: 19px 0 0;
}

.single-nwmember .hentry .entry-meta--side [class*="entry-meta__"] {
	padding: 0;
}

.single-nwmember .hentry .entry-meta--side .entry-meta__social {
	font-size: 18px;

	padding: 19px 0 19px;
    margin: 23px 0 19px;
    border: #ddd solid 1px;
    border-width: 1px 0;
}

.single-nwmember .entry-meta__social a {
    -webkit-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;

    text-align: center;
    padding: 0 9px;
}

.single-nwmember .entry-meta--side .nw-social__facebook { color: #3b5998; }
.single-nwmember .entry-meta--side .nw-social__twitter 	{ color: #1da1f2; }
.single-nwmember .entry-meta--side .nw-social__linkedin { color: #0077b5; }
.single-nwmember .entry-meta--side .nw-social__youtube 	{ color: #c4302b; }
.single-nwmember .entry-meta--side .nw-social__weibo 	{ color: #df2029; }

.single-nwmember .entry-meta__skype,
.single-nwmember .entry-meta__wechat {
	margin-bottom: 17px;
}

.single-nwmember .entry-meta__email i,
.single-nwmember .entry-meta__skype i,
.single-nwmember .entry-meta__wechat i,
.single-nwmember .entry-meta__whatsapp i {
	margin-right: 6px;
}

.single-nwmember .entry-meta__email + .entry-meta__skype,
.single-nwmember .entry-meta__email + .entry-meta__wechat,
.single-nwmember .entry-meta__email + .entry-meta__whatsapp {
	margin-top: 17px;
}

/* Entry content
---------------- */

.single-nwmember .hentry .entry-content {
	padding: 19px 0 0;
    margin: 13px 0 0;
    border: #ddd solid 1px;
    border-width: 1px 0 0 0;
}

.single-nwmember .hentry .entry-content.has-meta-bottom {
	padding: 19px 0 19px;
    margin: 13px 0 19px;
    border-width: 1px 0;
}

/* Mobile optimization
---------------------- */

@media ( max-width: 1240px ) and ( min-width: 1024px ), ( max-width: 840px ) and ( min-width: 640px ), ( max-width: 540px ) {

	.single-nwmember .hentry [class*="entry-meta__"] {
	    -webkit-flex: 0 1 50%;
	    -ms-flex: 0 1 50%;
	    flex: 0 1 50%;
	    border: none;
	}

	.single-nwmember .hentry .entry-meta__lang {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	}

}

@media ( max-width: 840px ) {

	.single-nwmember .hentry [class*="entry-meta__"],
	.single-nwmember .hentry [class*="entry-meta__"]:first-child {
		padding: 9px;
	}

	.single-nwmember .hentry .entry-meta--side [class*="entry-meta__"] {
		padding: 0;
	}

	.single-nwmember .hentry .entry-meta--side .entry-meta__social {
		padding: 19px 0 19px;
	}

}

@media ( max-width: 640px ) {

	.single-nwmember .hentry {
	    -webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	    flex-direction: column-reverse;

	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.single-nwmember .member-profile__left,
	.single-nwmember .member-profile__right {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    margin-right: 0;
	}

	.single-nwmember .entry-meta--bottom {
	    padding: 0 0 19px;
	    margin: 0 0 22px;
	    border: #ddd solid 1px;
	    border-width: 0 0 1px;
	}

}

/* ------------------------------------------------------------------------------------------------
## SUBSCRIBE PAGE
------------------------------------------------------------------------------------------------ */

/* Global
--------- */

.page-template-page-subscribe .cap-page__hentry,
.page-template-page-subscribe .cap-page__hentry > .entry-content {
	margin-top: 0!important;
	padding-top: 0!important;
}

.subscribe--topcontainer {
    overflow: visible;

}

.subscribe--topleft,
.subscribe--allcontainer {
	margin: 0!important;
	padding: 0!important;
}

.subscribe--topleft {
  	-webkit-flex: 0 1 calc( 100% - 566px );
    -ms-flex: 0 1 calc( 100% - 566px );
    flex: 0 1 calc( 100% - 566px );
	padding-right: 34px!important;

	position: relative;
}

.page-template-page-subscribe .cap-page__main > .flex-item:first-child,
.page-template-page-subscribe .cap-page__main > .flex-item:last-child {
	padding-bottom: 0;
}

/* Logo
------- */

.subscribe--toplogo {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
}

.subscribe--logocontainer > div {
	padding: 0 30px!important;
}

.subscribe--logocontainer figure {
	margin: 0 0 18px!important;
}

/* Quote
-------- */

.subscribe--topquote {
	padding: 0;
    margin: 0;
    border: none;
    left: 0;
    width: 100%;
    margin-top: 120px;
}


.subscribe--topquote {
	font-size: 48px;
	line-height: 49px;
}

/* Subscribe form
----------------- */

.subscribe--logocontainer,
.subscribe--allcontainer,
.subscribe--benefits,
.subscribe--gomonthly {
	width: 100%;
	margin-left: auto!important;
	margin-right: auto!important;
	max-width: 640px;
}

.subscribe--allcontainer {
    padding: 12px 0 0px!important;
    background: #fff;

    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, .12);

    margin-top: 41px!important;
}

.page-template-page-subscribe .subscribe--allcontainer h1,
.page-template-page-subscribe .subscribe--allcontainer h2 {
	font: normal 700 42px/43px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-template-page-subscribe .subscribe--allcontainer h2 {
	font: normal 700 30px/31px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	max-width: 480px;
	width: 100%;
	margin: 0 auto 20px;
}

.page-template-page-subscribe .subscribe--allcontainer h1,
.page-template-page-subscribe .subscribe--allcontainer h2,
.page-template-page-subscribe .subscribe--allcontainer h3,
.page-template-page-subscribe .subscribe--allcontainer h4,
.page-template-page-subscribe .subscribe--allcontainer h5,
.page-template-page-subscribe .subscribe--allcontainer h6 {
	margin-bottom: 30px!important;
}

.page-template-page-subscribe .subscribe--allcontainer h1:first-child,
.page-template-page-subscribe .subscribe--allcontainer h2:first-child,
.page-template-page-subscribe .subscribe--allcontainer h3:first-child,
.page-template-page-subscribe .subscribe--allcontainer h4:first-child,
.page-template-page-subscribe .subscribe--allcontainer h5:first-child,
.page-template-page-subscribe .subscribe--allcontainer h6:first-child {
	margin-bottom: 20px!important;
}

.page-template-page-subscribe .subscribe--allcontainer h1:first-child:last-child,
.page-template-page-subscribe .subscribe--allcontainer h2:first-child:last-child,
.page-template-page-subscribe .subscribe--allcontainer h3:first-child:last-child,
.page-template-page-subscribe .subscribe--allcontainer h4:first-child:last-child,
.page-template-page-subscribe .subscribe--allcontainer h5:first-child:last-child,
.page-template-page-subscribe .subscribe--allcontainer h6:first-child:last-child {
	margin-bottom: 30px!important;
}

.wrap--signup-forms {
	margin-bottom: 0!important;
}

.subscribe--forms-wrap > div {
	background: #fff!important;
	border-radius: 0!important;
	padding: 0!important;
	border: none!important;
	box-shadow: none!important;
}

[id*='post-'] .subscribe--allcontainer .mepr_price_cell,
.single-memberpressproduct [id*='post-'] .mepr_price_cell {
	font: normal 400 24px/25px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	text-align: center!important;
	width: 100%!important;
	display: block!important;
	margin-bottom: 8px!important;
}

.single-memberpressproduct [id*='post-'] .mepr_price_cell {
	text-align: left!important;
}

[id*='post-'] .subscribe--allcontainer.subscribe--allcontainer label {
	margin: 0!important;
	display: block!important;
}

.subscribe--allcontainer .mepr-form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.subscribe--allcontainer .mepr-form > .mp-form-row,
.subscribe--allcontainer .mepr-form > .have-coupon-link,
.subscribe--allcontainer .mepr-form > .mp-form-row.mepr_coupon,
.subscribe--allcontainer .mepr-form > #mepr-payment-methods-wrapper,
.subscribe--allcontainer .mepr-form > .mp-form-submit {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 calc( 50% - 9px );
    -ms-flex: 0 1 calc( 50% - 9px );
    flex: 0 1 calc( 50% - 9px );
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;

    margin-right: 18px;
}

.subscribe--allcontainer .mepr-form > .mp-form-row.mepr_price,
.subscribe--allcontainer .mepr-form > .mp-form-row.mepr_email,
.subscribe--allcontainer .mepr-form > .have-coupon-link,
.subscribe--allcontainer .mepr-form > .mp-form-row.mepr_coupon,
.subscribe--allcontainer .mepr-form > #mepr-payment-methods-wrapper,
.subscribe--allcontainer .mepr-form > .mp-form-submit,
.subscribe--allcontainer .mepr-form > #mepr-payment-methods-wrapper + input + .mp-form-row,
.subscribe--allcontainer .mepr-form > #mepr-payment-methods-wrapper + .mp-form-row {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.subscribe--allcontainer .mepr-form > .mp-form-row 			{ margin-bottom: 15px; }
.subscribe--allcontainer .mepr-form > .mp-form-row.mepr_price 	{ margin-bottom: 10px; }
.subscribe--allcontainer .mepr-form > .have-coupon-link 		{ margin-bottom: 20px; display: block; }

.subscribe--allcontainer .mepr-form > .mp-form-row.mepr_price,
.subscribe--allcontainer .mepr-form > .mp-form-row.mepr_email,
.subscribe--allcontainer .mepr-form > .mp-form-row:nth-of-type(2n+3),
.subscribe--allcontainer .mepr-form > .have-coupon-link,
.subscribe--allcontainer .mepr-form > .mp-form-row.mepr_coupon,
.subscribe--allcontainer .mepr-form > #mepr-payment-methods-wrapper,
.subscribe--allcontainer .mepr-form > .mp-form-submit {
	margin-right: 0;
}

.subscribe--allcontainer .mepr-form > #mepr-payment-methods-wrapper,
.subscribe--allcontainer .mp_wrapper .mepr_payment_method {
	background-color: #f8f8f8!important;
}

.mepr-form > .have-coupon-link {
	color: #b8131a!important;
	font-size: .8em;
	line-height: .8em;
}

.single-memberpressproduct .mepr-form > .have-coupon-link {
	display: block;
	margin: 24px 0 15px;
	text-decoration: underline!important;
}

.subscribe--allcontainer .mepr-form > #mepr-payment-methods-wrapper {
	padding: 18px!important;
}

.mepr-form > #mepr-payment-methods-wrapper h3 {
	font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px!important;
}

.mepr-payment-methods-radios .flex-container {
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.mepr-payment-methods-radios .flex-container > * {
	-webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.mepr-payment-methods-radios .flex-container > label {
	-webkit-flex: 0 1 200px;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
}

.single-memberpressproduct .mepr-payment-methods-radios .flex-container > label {
	margin: 0!important;
	font-size: 14px!important;
    display: inline-block!important;
    vertical-align: top!important;
    margin-top: -2px!important;
}

.mepr-payment-methods-radios .flex-container > span {
	-webkit-flex: 0 1 calc( 100% - 200px );
    -ms-flex: 0 1 calc( 100% - 200px );
    flex: 0 1 calc( 100% - 200px );
	margin: -5px 0 0 18px;
}

.subscribe--allcontainer .mp_wrapper .mepr_payment_method {
	margin: 0!important;
	padding: 0!important;
}

.subscribe--allcontainer .mp_wrapper .mepr_payment_method:first-child {
	margin-top: 18px!important;
}

.subscribe--allcontainer .mp_wrapper .mepr_payment_method:last-child {
	margin-bottom: 23px!important;
}

.subscribe--allcontainer input[name="card-name"],
.subscribe--allcontainer .stripe_element_input {
	border: 1px solid rgba(0, 0, 0, 0.075)!important;
}

.subscribe--allcontainer input[name="card-name"] {
	background: #fff!important;
}

.stripe_element_input {
	padding: 5px 10px 6px!important;
	margin-top: 6px!important;
}

.subscribe--allcontainer .mepr-form > .mp-form-submit {
	margin-top: 25px;
	text-align: center;
}

.subscribe--allcontainer .mepr-form > .mp-form-submit input[type="submit"] {
	margin: 0;
}

.subscribe--allcontainer .mepr-form > .mp-form-submit input[type="submit"] + img {
    width: 24px!important;
    height: 24px!important;
    display: inline-block;
    margin: 0px auto 0!important;
    padding-top: 0!important;
    line-height: 43px!important;
    vertical-align: top!important;
    margin-top: 9px!important;
    position: absolute!important;
    margin-left: 5px!important;
}

.subscribe--allcontainer .mepr_spacer { display: none; }

.subscribe--allcontainer .mepr-form,
.subscribe--allcontainer .mepr-form label,
.subscribe--allcontainer .mepr-form input {
	font: normal 400 18px/19px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.subscribe--allcontainer .mepr-form > .mp-form-submit input[type="submit"] {
	font: normal 700 24px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

/*.subscribe--allcontainer .mepr-form .mepr-payment-method-desc-text {
	font-size: 15px;
	line-height: 16px;
	margin: 9px 0 17px;
	padding: 12px 10px;
}*/

.subscribe--allcontainer .mp_wrapper .mepr-payment-method .mepr-payment-method-label-text {
	padding-left: 0;
}

.subscribe--allcontainer .mepr-form > #mepr-payment-methods-wrapper + input + .mp-form-row,
.subscribe--allcontainer .mepr-form > #mepr-payment-methods-wrapper + .mp-form-row {
	line-height: 1.25em;
	margin: 15px 0 0;
}

.subscribe--allcontainer #mepr-mailchimptags-checkbox {
	position: relative;
}

.subscribe--allcontainer #mepr-mailchimptags-checkbox input[type="checkbox"] {
	position: absolute;
	top: 2px;
}

.subscribe--allcontainer #mepr-mailchimptags-checkbox .mepr-mailchimptags-message {
	margin-left: 25px;
}

.subscribe--allcontainer #mepr-mailchimptags-privacy {
	font-size: .8em;
    margin-left: 25px;
}

.single-memberpressproduct .mp_payment_form_wrapper input[type="submit"] { margin-top: 0; }

.single-memberpressproduct .mp_payment_form_wrapper input[type="submit"] + img {
    display: inline-block;
    vertical-align: top!important;
    margin-top: 7px!important;
    margin-left: 5px!important;
}

	/* Errors and Other Form Messages */

.mepr_req_info {
	font-size: .8em;
	line-height: .8em;
	color: #777;
	font-weight: bold;
	margin: 9px 0 0;
	border-bottom: #ddd solid 1px;
	padding-bottom: 3px;
}

.mepr_req_info span {
	color: red;
	margin: 0 5px;
}

@media ( max-width: 420px ) {

	.mepr_req_info {
		border: #ddd solid 1px;
		padding: 9px;
	}

}

[id*='post-'] .mp_wrapper .mepr_error {
    background-color: transparent!important;
    border: none!important;
    font-size: .8em!important;
    color: red!important;
    line-height: 1.75em!important;
    padding: 12px 0!important;
    margin-bottom: 0!important;
}

.mp_wrapper .mepr_error ul li:not(:last-child) {
	margin-bottom: 9px!important;
}

.mepr-form .cc-error,
.mepr-form #card-errors {
    padding: 0!important;
    color: red!important;
    font-size: .8em!important;
    line-height: .8em!important;
    margin: 1px 0 0px!important;
}

.mepr-form-has-errors {
    color: red!important;
    margin-top: 9px!important;
    font-weight: 700!important;
}

.thank-you .entry-header,
.thank-you .entry-content {
    width: 100;
    max-width: 1200px;
    margin: auto;
    padding: 32px 32px 9px;
}

.mp_payment_form_wrapper #card-errors {
    font-size: .8em!important;
    margin-left: 9px!important;
}

	/* EOF Errors and Other Form Messages */

/* Benefits + GoMonthly
----------------------- */

.ugb-container .ugb-container__content-wrapper > .subscribe--benefits,
.ugb-container .ugb-container__content-wrapper > .subscribe--gomonthly {
	margin-top: -1rem!important;
}

.ugb-container .ugb-container__content-wrapper > .subscribe--benefits h4 {
	font: normal 700 21px/22px 'Pt Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 18px!important;
}

.subscribe--benefits ul {
	padding: 0;
	margin: 0;
}

.subscribe--benefits li {
	list-style-type: none;
    position: relative;
    margin-left: 24px;
    font-size: .9em;
    font-weight: 400;
    line-height: 26px;
}

.subscribe--benefits li:before {
    content: "\f147";
    font-family: dashicons;
    position: absolute;
    top: 2px;
    left: -30px;
    font-size: 24px;
    line-height: 23px;
    color: #0d5f0d;
}

.ugb-container .ugb-container__content-wrapper > .subscribe--gomonthly {
	margin: 12px auto -18px!important;
    font-size: 12px;
    text-shadow: rgba(255, 255, 255, .25) 0 2px 1px;
}

.ugb-container .ugb-container__content-wrapper > .subscribe--gomonthly > div {
	padding: 0 30px!important;
}

.ugb-container .ugb-container__content-wrapper > .subscribe--gomonthly a:hover,
.ugb-container .ugb-container__content-wrapper > .subscribe--gomonthly a:focus {
	color: #fff!important;
	text-shadow: none;
}

@media ( max-width:1024px ) and ( min-width: 840px ) {

	.subscribe--topquote p {
		font-size: 36px;
		line-height: 36px;
	}

}

@media ( max-width:1024px ) {

	.subscribe--topquote {
		text-align: center;
		margin-bottom: 42px;
	}

	.subscribe--features .cap-feature {
		max-width: 640px;
		margin: 0 auto 32px;
		width: 100%;
	}

	.subscribe--feature .cap-feature:last-child {
		margin-bottom: 0;
	}

	.subscribe--features h4,
	.subscribe--features .feature_desc {
		text-align: center;
	}

	.subscribe--features i {
	    margin-bottom: 24px;
	}

}

@media ( max-width: 840px ) {

	.subscribe--topcontainer .wp-block-columns {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;

  		-webkit-justify-content: center;
    	-ms-flex-pack: center;
    	justify-content: center;
	}

	.subscribe--topleft {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	}

	.subscribe--allcontainer {
	  flex-basis: 100%;
	  max-width: 566px;
	}

	.subscribe--benefits,
	.subscribe--gomonthly {
		max-width: 566px;
	}

	.subscribe--topleft,
	.subscribe--topquote {
		padding-right: 0!important;
	}

	.subscribe--topquote {
	    position: relative;
	    transform: none;
	    top: auto;
	    margin-top: 0;
	    padding-right: 0;
	}

	.subscribe--topquote p {
		font: italic 400 42px/43px 'PT Serif', Georgia, Times, "Times New Roman", serif;
	}

	.subscribe--topquote cite {
		font: normal 400 18px/19px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
	}

	.subscribe--features > div {
	    padding-bottom: 48px!important;
	}

}

@media ( max-width: 540px ) {

	.mepr-payment-methods-radios .flex-container {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.mepr-payment-methods-radios .flex-container:not(:last-child) {
		margin-bottom: 12px!important;
	}

	.mepr-payment-methods-radios .flex-container > label,
	.mepr-payment-methods-radios .flex-container > span {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    margin-left: 0!important;
	}

	[id*='post-'] .mepr-payment-methods-radios .flex-container > label {
		margin-bottom: 7px!important;
	}

}

@media ( max-width: 480px ) {

	.subscribe--allcontainer .mepr-form > .mp-form-row,
	.subscribe--allcontainer .mepr-form > .have-coupon-link,
	.subscribe--allcontainer .mepr-form > .mp-form-row.mepr_coupon,
	.subscribe--allcontainer .mepr-form > #mepr-payment-methods-wrapper,
	.subscribe--allcontainer .mepr-form > .mp-form-submit {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;

	    margin-right: 0!important;
	}

}

/* -------------------------------------------------------------
## MemberPress
------------------------------------------------------------- */

/* Navigation
------------- */

#mepr-account-nav {
	font-size: 0;
}

.mepr-nav-item {
	font: normal normal 16px/23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #b8131a;
	padding: 0!important;
	margin-right: 5px;
	display: inline-block;
}

.mepr-nav-item:last-child {
	margin-right: 0;
}

.mepr-nav-item a,
.mepr-nav-item a:hover,
.mepr-nav-item a:focus {
	text-decoration: none;
	color: #fff;
	padding: 9px 12px!important;
	display: block;
}

.mepr-nav-item a:hover,
.mepr-nav-item a:focus,
.mepr-active-nav-tab {
	background: #970109;
}

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

.mepr_spacer + input[type="submit"] {
	margin-top: 0!important;
}

[id*=post-] .mepr_updated {
    background: #0d5f0d!important;
    color: #fff!important;
    border: none!important;
    display: inline-block;
    width: auto;
    padding: 5px 15px!important;
}

/* ------------------------------------------------------------------------------------------------
## 404 Page
------------------------------------------------------------------------------------------------ */

.error-404 {
	padding: 48px 0 72px;
	text-align: center;
}

.error404 .page-content {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.error404 .page-content > *:not(:last-child) {
	margin-bottom: 48px;
}

.search-404,
.recent-posts-404,
.categories-404,
.tagcloud-404,
.monthly-archives-404 {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.search-404 form,
.monthly-archives-404 .selectize-control {
    max-width: 640px;
    margin: 0 auto;
}

.search-404 input[type="search"],
.monthly-archives-404 input {
	font: normal normal 19px/25px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif!important
}

.search-404 input[type="search"] {
	line-height: 42px!important;
}

.recent-posts-404,
.categories-404,
.tagcloud-404 {
	padding: 0 18px;
	text-align: left;
}

.recent-posts-404 a,
.categories-404 a,
.tagcloud-404 a {
	color: #b8131a;
	text-decoration: none;
}

.recent-posts-404 a:hover,
.recent-posts-404 a:focus,
.categories-404 a:hover,
.categories-404 a:focus,
.tagcloud-404 a:hover,
.tagcloud-404 a:focus {
	text-decoration: underline;
}

.recent-posts-404 	{ -webkit-flex: 0 1 45%; -ms-flex: 0 1 45%; flex: 0 1 45%; }
.categories-404 	{ -webkit-flex: 0 1 20%; -ms-flex: 0 1 20%; flex: 0 1 20%; }
.tagcloud-404 		{ -webkit-flex: 0 1 30%; -ms-flex: 0 1 30%; flex: 0 1 30%; }

.recent-posts-404 ul,
.categories-404 ul {
	margin: 0;
	padding: 0;
}

.recent-posts-404 li,
.categories-404 li {
	list-style-type: none;
}

.recent-posts-404 li:not(:last-child) {
	margin-bottom: 9px;
}

.monthly-archives-404 .selectize-control,
.monthly-archives-404 .selectize-dropdown,
.monthly-archives-404 input,
.monthly-archives-404 .selectize-dropdown-content {
	text-align: left!important;
}

@media ( max-width: 960px ) {

	.recent-posts-404 	{
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		padding: 0;
		text-align: center;

		flex-basis: 640px;
	}

	.recent-posts-404 li {
		font: normal 700 21px/22px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	.recent-posts-404 li:not(:last-child) {
	    margin-bottom: 9px;
	    padding-bottom: 9px;
	    border-bottom: #eee solid 2px;
	}

	.categories-404 	{ -webkit-flex: 0 1 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; }
	.tagcloud-404 		{ -webkit-flex: 0 1 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; }

}

@media ( max-width: 480px ) {

	.categories-404,
	.tagcloud-404 {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		padding: 0;
		text-align: center;
	}

}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.wrap--site-foot {
	background: #b8131a url('img/patternized_African1-Red-min.jpg') center center/cover repeat;
	color: #f5f4f5;
	position: relative;
}

.site-branding--footer {
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, .1);
	box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, .25);
}

.site-branding--footer div {
	background: transparent url('img/logo-footer.png') 30px center/45px 40px no-repeat;
	width: 100%;
	height: 54px;
}

.site-branding--footer.french div {
	background: transparent url('img/logo-footer-french.png') 10px center/328px 80px no-repeat;
}

.site-branding--footer.arabic div {
	background: transparent url('img/arabic-footer-logo.png') 10px center/450px 40px no-repeat;
}


.wrap--site-foot ul {
	margin: 0;
	padding: 0;
}

.wrap--site-foot li {
	list-style-type: none;
	display: block;
}

.site-footer {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

    padding-top: 40px;
    padding-bottom: 14px;
}

.site-footer {
	font: normal 400 17px/24px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.site-footer ul {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.site-footer .widget,
.site-footer li {
	position: relative;
}

.site-footer .widget-area {
	width: 100%;

    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;

    flex-basis: 414px;
}

.site-footer .widget-area--1 { max-width: 236px; }
.site-footer .widget-area--2 { max-width: 216px; }
.site-footer .widget-area--3 { max-width: 336px; }

.site-footer .widget:not(:last-child):not(.sep--none),
.site-footer .sep--bottom {
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.site-footer .widget:not(:last-child):not(.sep--none):after,
.site-footer .sep--bottom:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	background: #af1219;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
}

.site-footer h2,
.site-footer a,
.site-footer a:hover,
.site-footer a:focus {
	color: #f5f4f5;
}

.site-footer h2 {
	font: normal 400 24px/27px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.site-footer a:hover,
.site-footer a:focus {
	text-decoration: underline;
}

.site-footer .ib a:hover,
.site-footer .ib a:focus {
	text-decoration: none;
}

	/* --- Widget Area 3 --- */

.site-footer .widget-area--3 {
	padding-right: 126px;
}

.site-footer .widget-area--3 .ib a:not(:last-child) {
	margin-right: 30px;
}

	/* --- Widget Area 4 --- */

.site-footer .widget-area--4 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.site-footer .widget-area--4 section {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 131px;
    -ms-flex: 0 1 131px;
    flex: 0 1 131px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.site-footer .widget-area--4 section:last-child {
    -webkit-flex: 0 1 calc(100% - 131px);
    -ms-flex: 0 1 calc(100% - 131px);
    flex: 0 1 calc(100% - 131px);

    padding-left: 45px;
}

.site-footer .widget-area--4 .widget-title {
	font-weight: 700;
}

	/* Gravity Forms+ Pico form */

.site-footer ul,
.site-footer li {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	list-style-type: none;
}

.site-footer .pfield input {
	margin-top: 0!important;
}

.site-footer .gform_wrapper {
	margin: 0!important;
}

.site-footer .gform_wrapper li,
.site-footer .gform_footer {
	width: calc( 100% - 7px )!important;
	padding: 0!important;
	margin: 0!important;
}

.site-footer .gform_footer {
	padding: 0!important;
	margin: 0!important;
}

.site-footer .gform_wrapper .gform_heading,
.site-footer .gform_wrapper .top_label div.ginput_container,
.site-footer .gform_description {
	margin: 0!important;
}

.site-footer .gform_description,
.pform-bottomsubscribe .pform__description {
	font: normal 400 17px/20px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	width: 100%!important;
	margin-bottom: 17px!important;
	display: block;
}

.site-footer .gform_label,
.site-footer .gform_wrapper label,
.site-footer .gform_wrapper .gfield_required {
	font: normal 400 13px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}

.site-footer .gform_wrapper .gfield_required { color: #fff!important; }

.site-footer ::-webkit-input-placeholder 	{ font-style: italic!important; }
.site-footer ::-moz-placeholder 			{ font-style: italic!important; }
.site-footer :-ms-input-placeholder 		{ font-style: italic!important; }
.site-footer :-moz-placeholder 				{ font-style: italic!important; }

.site-footer .gform_wrapper input[type="text"],
.site-footer .gform_wrapper input[type="submit"],
.pform-bottomsubscribe .pico-email-bottomsubscribe {
	width: 100%!important;
	height: 36px;
}

.site-footer .gform_wrapper input {
	margin: 0!important;
}

.site-footer .gform_wrapper .ginput_container_consent {
	position: relative;
}

.site-footer .gform_wrapper .ginput_container_consent > input[type="checkbox"] {
	position: absolute!important;
	top: 3px!important;
}

.site-footer .gform_wrapper .ginput_container_consent > label {
	margin-left: 20px!important;
	display: block!important;
}

.site-footer .gform_wrapper .ginput_container_consent > label:after {
	content: '*'!important;
	margin-left: 3px!important;
}

.site-footer .gform_wrapper .ginput_container_consent > .gfield_required {
	display: none!important;
}

.site-footer .gform_wrapper input[type="submit"],
.pform-bottomsubscribe .pico-submit-bottomsubscribe {
	font: normal 700 19px/19px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	color: #fff!important;
	background: #f6a62d!important;
	padding: 8px 12px 9px!important;
	border-radius: 0!important;
	border: none!important;
	margin-top: 9px!important;
}

@media ( max-width: 1260px ) {

	.site-footer .widget-area {
		width: unset;

	    -webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    flex: 0 1 auto;

	    flex-basis: auto;
	}

	.site-footer [class*="widget-area--"] { max-width: unset; }

	.footer-widgets {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-align-content: flex-start;
	    -ms-flex-line-pack: start;
	    align-content: flex-start;
	}

	.site-footer .widget-area--1,
	.site-footer .widget-area--2 {
	    -webkit-flex: 0 1 196px;
	    -ms-flex: 0 1 196px;
	    flex: 0 1 196px;
	}

}

@media ( max-width: 1260px ) and ( min-width: 841px ) {

	.site-footer .widget-area--1,
	.site-footer .widget-area--2 {
		padding-right: 48px;
	}

	.site-footer .widget-area--3 {
	    -webkit-order: 4;
	    -ms-flex-order: 4;
	    order: 4;
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	    margin-top: 45px;
	    text-align: center;
	    padding-right: 0;
	}

	.site-footer .widget-area--4 {
	    -webkit-order: 3;
	    -ms-flex-order: 3;
	    order: 3;
	    -webkit-flex: 0 1 calc( 100% - 392px );
	    -ms-flex: 0 1 calc( 100% - 392px );
	    flex: 0 1 calc( 100% - 392px );
	}

	.site-footer .widget-area--3 .ib a,
	.site-footer .widget-area--3 .ib a:not(:last-child) {
		margin: 0 15px;
	}

}

@media ( max-width: 840px ) {

	.site-footer .widget-area--1,
	.site-footer .widget-area--2 {
		padding-right: 48px;
	}

	.site-footer .widget-area--1 {
	    -webkit-order: 2;
	    -ms-flex-order: 2;
	    order: 2;
	}

	.site-footer .widget-area--2 {
	    -webkit-order: 3;
	    -ms-flex-order: 3;
	    order: 3;
	}

	.site-footer .widget-area--3 {
	    -webkit-order: 4;
	    -ms-flex-order: 4;
	    order: 4;
	    -webkit-flex: 0 1 calc( 100% - 392px );
	    -ms-flex: 0 1 calc( 100% - 392px );
	    flex: 0 1 calc( 100% - 392px );
	    padding-right: 0;
	}

	.site-footer .widget-area--4 {
	    -webkit-order: 1;
	    -ms-flex-order: 1;
	    order: 1;
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	    margin-bottom: 45px;
	}

}

@media ( max-width: 672px ) {

	.site-footer .widget-area--1,
	.site-footer .widget-area--2,
	.site-footer .widget-area--3 {
	    text-align: center;
	    padding-right: 0;
	}

	.site-footer .widget-area--1,
	.site-footer .widget-area--2 {
	    -webkit-flex: 0 1 50%;
	    -ms-flex: 0 1 50%;
	    flex: 0 1 50%;
	}

	.site-footer .widget-area--3 {
	    -webkit-order: 4;
	    -ms-flex-order: 4;
	    order: 4;
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	    margin-top: 45px;
	}

}

@media (max-width: 568px) and (min-width: 320px) {

	.site-branding {
	    padding-top: 18px!important;
	    padding-bottom: 15px!important;
	}

	.container {
		padding-left: 30px!important;
		padding-right: 30px!important;
	}

}

	/* --- validation --- */

.site-footer .gform_wrapper div.validation_error,
.site-footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding: 10px 18px 15px!important;
	margin: -8px 0 22px!important;
	border: none!important;
	color: #fff!important;
	background: red!important;
	font: normal 600 13px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	text-align: left!important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15)!important;
	border-radius: 1px!important;
}

.site-footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100%!important;
	width: 100%!important;
}

.site-footer .gform_wrapper li.gfield.gfield_error,
.site-footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent!important;
	border: none!important;
}

.site-footer .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	padding: 3px 18px 5px !important;
	margin: 9px 0 12px!important;
}

.site-footer .gform_confirmation_message {
	padding: 10px 18px 15px !important;
	margin: -8px 0 22px !important;
	border: none !important;
	color: #fff !important;
	font: normal 400 18px/21px 'PT Sans Narrow', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-align: left !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15) !important;
	border-radius: 1px !important;
	background: #0d5f0d!important;
	background: -moz-linear-gradient(top, #0d5f0d 19%, #0d5f0d 100%)!important;
	background: -webkit-linear-gradient(top, #0d5f0d 19%,#0d5f0d 100%)!important;
	background: linear-gradient(to bottom, #0d5f0d 19%,#0d5f0d 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5f0d', endColorstr='#0d5f0d',GradientType=0 )!important;
}

@media ( max-width: 480px ) {

	.site-footer .widget-area--3 {
		margin-top: 18px;
		padding-top: 23px;
		position: relative;
	}

	.site-footer .widget-area--4 {
		display: block;
		margin-bottom: 18px;
		padding-bottom: 23px;
		position: relative;
	}

	.site-footer .widget-area--3:after,
	.site-footer .widget-area--4:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		top: 0;
		background: #af1219;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	}

	.site-footer .widget-area--4:after {
		top: auto;
		bottom: 0;
	}

	.site-footer .widget-area--4 section,
	.site-footer .widget-area--4 section:last-child {
		display: block;
		width: 100%;
		padding-left: 0;
	}

	.site-footer .widget-area--4 section:first-child {
		margin-bottom: 32px;
	}

	.site-footer .widget-area--4 section:first-child img {
		margin: auto;
	}


}

@media ( max-width: 360px ) {

	.site-footer .widget-area--1,
	.site-footer .widget-area--2 {
	    -webkit-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	}

	.site-footer .widget-area--1 {
		display: block;
		margin-bottom: 18px;
		padding-bottom: 18px;
		position: relative;
	}

	.site-footer .widget-area--1:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		bottom: 0;
		background: #af1219;
		box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
	}

}

 	/* Copyright */

.footer-copyright {
	text-align: center;
	position: relative;
	padding-top: 18px;
	margin-top: 45px;
	font: normal 400 12px/19px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f5f4f5;
}

.footer-copyright:before {
	content: '';
	display: block;
	position: absolute;
	width: calc( 100% - 60px );
	height: 3px;
	top: 0;
	background: #af1219;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
}

.footer-copyright a:hover,
.footer-copyright a:focus {
	text-decoration: underline;
}

.footer-copyright p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/

/* Sumo
------- */

.sumo-control {
	display: none!important;
}

/* Gravity Forms
---------------- */

form:not(#gform_3) .gform_ajax_spinner {
    display: none!important;
}


/*Latest Modifications*/

.home-others__title {
  font-weight: 600;
  line-height: 23px;
  font-size: 18px;
  margin-bottom: 1.5em;
}

.home-latest-tag-name{
 text-transform: capitalize;
}


/*Conversations Modifications */
.home-conversations.flex-item {
    display: flex;
}

.home-conversations > div {
padding: 0 10px;
}

.conversation-main {
  min-width: 50%;
}

.home-conversations .wp-post-image {
    width:100%;
}

.home-conversations h2{
font-weight: 700;
line-height: 1.2em;
font-size: 20px;
margin-bottom: 5px;
}

.conversation.article-link {
color: black;
text-decoration: unset;
}
.conversation-end > div, .conversation-middle > div {
margin-bottom: 30px;
}


/*Featured Modifications */

.featured.featured--description {
  display: flex;
  margin-bottom: 3em;
}

.featured.featured--description-thumbnail {
  min-width: 66%;
  max-width: 100%;
}

.featured--latest-wrap-section {
  display: flex;
  justify-content: space-between;
  margin-bottom:2em;
}

.featured--latest-latest {
  min-width: 48%;
}

.featured--latest-latest a, .featured--latest-others a, .featured--archive-story a{
  color: black;
  text-decoration-line: unset;
}


.featured--latest-others {
  min-width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.featured--latest-others > div {
  width: 45%;
}

.featured--latest-others h3 {
  font-size: 1.3em;
  line-height: 1.2em;
}


.featured--archives-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.featured--archive-story h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
}

.featured--archive-story {
  min-width: 19%;
  max-width:230px;
}

.featured--archive-story img {
  margin: auto;
}

@media (max-width: 641px) {
    .home-conversations.flex-item {
      flex-wrap: wrap;
    }

    .featured.featured--description {
      flex-wrap: wrap;
  }

  .featured--latest-wrap-section {
     flex-wrap: wrap;
    }
}

.ep-autosuggest .autosuggest-list li {
	overflow: hidden;
  }
  
.wrap--home-conversations{
	position: relative;
}

.wrap--home-journalists{
	position: relative;
	margin-bottom: 2.5em;
}

.tns-nav{
	display: none;
}

.home-journalist-slider__item {
	margin: 0 0.5em;
	padding: 0 1.7em;
  }

  .home-journalist-slider__item {
	text-align: center;
  }

.home-journalist-slider__item a{
	text-decoration: none;
	color: black;
}

.author-controls{
	display:flex;
	justify-content: space-between;
	padding: 0 1em;
	cursor: pointer;
	position: absolute;
	top: 42%;
	width: 90%;
	left: 5%;
}

.author-controls > div:hover {
	background-color: darkgrey;
}


.in-post > code, .in-post > p > code {
	display: none;
}


.wrap--home-analysis-slider.container {
	position: relative;
  }

.home-analysis-slider__item{
	min-width: 250px;
	margin: 0 50px;
}

.home-analysis-slider__item a {
	display: grid;
	grid-template-areas: "avatar title" "avatar byline";
	grid-template-rows: 2fr 1fr;
	text-decoration: none;
	grid-template-columns: 2fr 3fr;
	color: black;
	font-style: italic;
	grid-column-gap: 1em;
  }
  
.home-analysis-slider__item-title h5 {
	  font-size: 1.2em;
 }
 
 .home-analysis-slider__item-image {
	grid-area: avatar;
	margin-top: 1em;
}
  


/* Protected padlock styling */

.cap-padlock {
	width: 0.3em;
	display: inline-block;
	bottom: 0.3em;
	position: relative;
  }
  

/* Search Dates Modifications - features/searchDates */

.search-date {
	min-width: 125px;
}

@media only screen and (max-width: 1024px){
	.search-date {
		min-width: 100%;	
		margin-bottom: 0.25em;
	}
	.flex-wrap-mobile{
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 420px) {
	.search-date {
		order: 1;
	}
}