/* ----------------------------------------------------------------------------------------------------------
Selkie Theme ------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
Contents
-------------------------------------------------------------------------------------------------------------

	01. Global
	02. Typography
	03. Header
	04. Footer
	05. Breadcrumbs
	06. Sidebar
	07. Posts
		-- 7.01 Series Post Type
	08. Pages
	09. Blocks
		-- 9.01 Hero
		-- 9.02 CTA
		-- 9.03 Quad
		-- 9.04 Slider
		-- 9.05 Featured
		-- 9.06 Posts
		-- 9.07 Trio
		-- 9.08 Video
		-- 9.09 Article
		-- 9.10 Images
		-- 9.11 Break
		-- 9.12 Profiles
		-- 9.13 Quote
		-- 9.14 Spacer
		-- 9.15 Latest
		-- 9.16 Author
		-- 9.17 HR
		-- 9.18 Advertising
		-- 9.19 Newsletter
		-- 9.20 Widgets
		-- 9.21 Third Party
	10. Wordpress Core Styles
	11. Web Ads
	12. Third Party
		-- 12.01 Sailthru
		-- 12.02 WP Pagenavi
	13. Social Links
	14. IE  Styles
	15. No JS

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


/* ----------------------------------------------------------------------------------------------------------
01. Global --------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body {
	position: relative;
}

main {
	position: relative;
}

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

hr {
	margin: 1em 0;
}

section {
	background-repeat: no-repeat;
	background-size: cover;
}

.clearfix:before,
.clearfix:after {
	content: " "; display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.button-container {
	position: relative;
	margin: 1em 0;
}

.btn {
	text-decoration: none;
}

a[href$=".pdf"] {
	background: url(../images/icon-pdf.svg) left center no-repeat; padding-left: 30px;
}

.site-content {
	background: white;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

article ul,
article ol {
	margin-left: 2em;
	margin-bottom: 1em;
}
article ul {
	list-style: disc;
}

article ol {
	list-style: decimal;
}

.fa-search {
	font-family: 'FontAwesome';
}

.search-form--header button {
	background: none;
	border: none;
}

.search-form--header .search-form__text {
	background: none;
	border: none;
	padding-left: 2px;
}

.search-form--header .search-form__text:focus {
	background: white;
	color: black;
}


/* ----------------------------------------------------------------------------------------------------------
02. Typography ----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

h1 {
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 1.4;
	margin: .5em 0;
}

h2 {
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 10px;
}

h3, .quote {
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 10px;
}

h4 {
	font-size: 20px;
}

p {
	font-size: 1.3em;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.4em;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 1em;
}

blockquote {
	font-size: 1.4em;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1em;
	border-left: none;
	padding: 2em 3em;
	position: relative;
	display: block;
	background-color: #efefef;
}

blockquote::before {
	content: '\201C';
	position: absolute;
	left: 1%;
	font-size: 4em;
	top: 12%;
}

blockquote::after {
	content: '\201D';
	position: absolute;
	right: 1%;
	font-size: 4em;
	bottom: -2%;
}

pre {
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.4;
}

li {
	font-size: 1.3em;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.8;
}

a {
	font-weight: normal;
	text-decoration: none;
}

a h1,
a h2,
a h3,
a h4 {
	font-weight: bold;
}

strong {
	font-weight: bolder;
}

.post {
	line-height: 1.6;
}

.post li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}



/* ----------------------------------------------------------------------------------------------------------
03. Header --------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.site-header {
	padding: .5em 0 0;
	position: relative;
	z-index: 100;
}

header .logo {
	margin: .5em 0;
	display: block;
}

header .logo img {
	max-height: 40px;
}

header .verticals-menu {
	float: right;
}

header .verticals-menu li {
	font-size: 1em;
	display: inline-block;
	margin-left: 1em;
}

.site-header hr {
	margin: 0 0 .5em;
}

header nav .mobile-menu-button {
	display: none;
	font-size: 1.5em;
	position: absolute;
	top: 0;
	right: 0;
	padding: .5em;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

header nav ul,
header nav li,
footer nav ul,
footer nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

header nav {
	position: relative;
}

header nav a {
	text-decoration: none;
}

/* Navigation > Nav Bar */
header nav .main-menu {
	position: relative;
	height: 64px;
	list-style: none;
	margin-top: 1em;
}

header nav .main-menu .menu-item {
	float: left;
	height: 32px;
	padding: 0 1em;
	font-size: 16px;
}

header nav .main-menu .menu-item > a {
	position: relative;
	display: block;
	line-height: 32px;
}

/* Navigation > Nav Bar > Level 1 */
header nav .main-menu > .current_page_item > a:after,
header nav .main-menu > .menu-item-type-taxonomy.current-menu-item > a:after,
header nav .main-menu > .menu-item-type-taxonomy.current-category-ancestor > a:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	background-color: inherit;
}

/* Navigation > Nav Bar > Level 2 */
header nav .main-menu > .menu-item:first-child > .sub-menu {
	display: block;
	padding-left: .5em;
	overflow: hidden;
}

.archive header nav .main-menu > .current_page_item .sub-menu,
.archive header nav .main-menu > .menu-item-type-taxonomy.current-menu-item .sub-menu,
.archive header nav .main-menu > .menu-item-type-taxonomy.current-category-ancestor .sub-menu {
	display: block;
}

header nav .main-menu .sub-menu {
	display: none;
	position: absolute;
	top: 32px;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 32px;
	list-style: none;
	overflow: hidden;
}

header nav .main-menu .sub-menu a {
	font-size: 1em;
}

/* Navigation > Nav Bar > Level 2 > Show Tabs */

header nav .main-menu li.active.menu-item-has-children .sub-menu {
	display: block;
	width: 100%;
	overflow: hidden;
}

header nav .main-menu li.active.menu-item-has-children > .menu-item > a {
	padding: 0 10px;
}

header nav .main-menu li.active.menu-item-has-children > .menu-item {
	margin-right: 2px;
}

.main-menu .sub-menu .menu-item {
	padding-left: 10px;
	padding-right: 10px;
}

header nav ul.main-menu .menu-item-has-children {
	margin-bottom: 2em;
}

@media (min-width: 992px) {
	header nav ul.main-menu .active ul.sub-menu {
		position: absolute;
		width: 1140px;
	}
}

header nav .all-sections-menu-button {
	cursor: pointer;
	position: absolute;
	top: 14px;
	right: 15px;
	padding: 6px;
	z-index: 9;
	line-height: 32px;
    height: 32px;
    padding: 0 1em;
    font-size: 16px;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

header nav .menu-all-sections-container {
	display: none;
	padding: 1em;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99999;
	margin: 0 15px;
}

header nav .menu-all-sections-container.show {
	display: block;
}

header nav .menu-all-sections-container .sub-menu li {
	display: inline-block;
	font-size: .8em;
}

header nav .menu-all-sections-container .sub-menu li:after {
	content: ' | ';
	margin: 0 1em;
	display: inline-block;
	opacity: .5;
}

header nav .menu-all-sections-container .menu-item-has-children {
	margin-bottom: 1em;
}

header nav .menu-all-sections-container .sub-menu li:last-of-type:after {
	content: '';
}

header nav .menu-all-sections-container .all-sections-menu .menu-item-has-children:before {
	font-family: 'FontAwesome';
	content: '\f13a';
	margin-right: .5em;
}

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

	header nav .all-sections-menu-button {
			display: none;
	}

}

header .search-form--header {
	float: right;
	padding-top: .5em;
}

.site-header .header-promo li {
	font-size: 1em;
}

.site-header .in-menu-search {
	display: none;
}

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

	header .logo {
		margin-bottom: .5em;
	}

	header nav .mobile-menu-button {
		top: -4em;
		right: .5em;
		display: block;
		z-index: 999999999999999;
	}

	header nav ul.main-menu {
		display: none;
		position: fixed;
		z-index: 999;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 4em 2em 2em;
		overflow-y: auto;
	}

	.site-header .search-form,
	.site-header .verticals-menu,
	.site-header .social-links,
	.site-header hr,
	.site-header .header-promo {
		display: none;
	}

	header nav .main-menu .sub-menu,
	header nav .main-menu > .menu-item:first-child > .sub-menu,
	.archive header nav .main-menu > .current_page_item .sub-menu,
	.archive header nav .main-menu > .menu-item-type-taxonomy.current-menu-item .sub-menu,
	.archive header nav .main-menu > .menu-item-type-taxonomy.current-category-ancestor .sub-menu {
		display: block;
	}

	header nav .main-menu {
		margin-top: 0;
	}

	header nav ul.main-menu ul.sub-menu {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		float: left;
		display: block;
		background: none !important;
	}

	header nav .main-menu > .menu-item:first-child > .sub-menu {
		padding-left: 0;
	}

	header nav .main-menu .menu-item {
		height: auto;
		float: left;
		clear: both;
		padding: 0;
	}

	header nav .main-menu > .menu-item {
		margin-top: 1em ;
	}

	header nav ul.main-menu li {
		width: 100%;
		background: none !important;
	}

	header nav ul.main-menu > li {
		margin-bottom: 1em;
		clear: both;
	}

	header nav ul.main-menu .menu-item-has-children {
		position: relative;
		display: block;
		float: left;
		padding: 0;
	}

	.main-menu .sub-menu .menu-item {
		margin: 1em 0 0em;
		padding-left: 2em;
	}

	.main-menu .sub-menu .menu-item:first-of-type {
		margin: 0;
	}

	header nav ul.main-menu li {
		font-size: 24px;
	}

	.site-header .in-menu-search {
		display: block;
	}

	.site-header .search-form.search-form--menu {
		display: block;
	}

	.search-form--menu .search-form__row {
		height: 48px;
		line-height: 0px;
	}

	.search-form--menu .search-form__submit {
		height: 48px;
		width: 48px;
		font-size: 22px;
		line-height: 38px;
		position: relative;
		border: none;
	}

	.search-form--menu .search-form__text {
		height: 48px;
		width: 180px;
		padding: 6px;
		position: relative;
		border: none;
		font-size: 21px;
	}

	.search-form--menu {
		margin-bottom: 20px;
	}

}


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

}



/* ----------------------------------------------------------------------------------------------------------
04. Footer --------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

footer {
	padding-top: 2em;
	margin-top: 2em;
	clear: both;
}

footer .logo {
	display: block;
}

body footer .copyright {
	display: block;
	width: 100%;
	margin-top: 2em;
	font-size: .8em;
}

footer nav li {
	font-size: 1.1em;
}

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

	footer {
		text-align: center;
	}

	footer .logo {
		margin-bottom: 2em;
	}

	footer .social-links {
		float: none;
		margin-bottom: 1em;
	}

	footer nav {
		margin-bottom: 2em;
	}
}

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

	footer .row {
		text-align: center;
	}

	footer .logo {
		text-align: center;
		margin-bottom: 3em;
		margin-top: .5em;
	}

	footer .logo img {
		max-width: 60%;
	}

	.social-links {
		list-style: none;
		margin: 0;
		padding: 0;
		float: auto;
		width: 100%;
		text-align: center;
	}

	body footer h4 {
		margin-top: 1em;
	}

	footer nav li {
		font-size: 1em;
	}
}

.back-to-top {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	margin-top: 2em;
}

.back-to-top a {
	font-size: 1.4em;
	border-radius: 			30px 30px 30px 30px;
	-moz-border-radius: 	30px 30px 30px 30px;
	-webkit-border-radius: 	30px 30px 30px 30px;
	padding: 1em;
	-webkit-box-shadow: 5px 5px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 	5px 5px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 		5px 5px 2px 0px rgba(0,0,0,0.5);
}

.back-to-top a:hover {
	text-decoration: none;
}

.back-to-top a:before {
	font-family: 'FontAwesome';
	content: '\f01b';
	margin-right: .5em;
}


/* ----------------------------------------------------------------------------------------------------------
05. Breadcrumbs ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.breadcrumbs {
	list-style: none;
	margin-top: .5em;
	padding: 0 .75em;
}

.breadcrumbs li {
	display: inline-block;
	font-weight: bold;
	margin-right: .5em;
	font-size: .9em;
}

.breadcrumbs li:first-of-type {
	font-weight: normal;
}

.breadcrumbs li a {
	text-decoration: none;
}

.breadcrumbs span.current {
	font-weight: normal;
}


/* ----------------------------------------------------------------------------------------------------------
06. Sidebar -------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

aside.sidebar {
	margin-top: 1em;
	position: relative;
	width: 300px;
	float: left;
}


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

	aside.sidebar {
		margin: 2em auto;
		width: 100%;
	}

}

li.widget-container {
	list-style: none;
	margin: 0 auto 2em;
	display: inline-block;
}


/* ----------------------------------------------------------------------------------------------------------
07. Posts ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.post-container {
	position: relative;
	float: left;
	width: 825px;
}

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

	.post-container {
		width: 625px;
	}
}

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

	.post-container {
		width: 405px;
	}
}

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

	.post-container {
		width: 100%;
	}
}

.list-posts-container {
	border-top: 1px solid #ddd;
	padding-top: 1em;
}

.feature-post-container,
.secondary-posts-container,
.list-posts-container {
	float: left;
}

article.tiled.series,
article.list.series,
article.tiled.post,
article.list.post {
	margin-bottom: 1em;
}

.feature-post-container article.tiled.series,
.feature-post-container article.tiled.post {
	margin-bottom: 1em;
}

article.tiled.series,
article.tiled.post {
	min-height: 305px;
}

article.list.series,
article.list.post {
	min-height: 100px;
	float: left;
	padding-left: 0;
}

article.list.series .excerpt,
article.list.post .excerpt {
	margin-bottom: 0;
}

article.list.series > div,
article.list.post > div {
	padding-left: 0;
}

.row.no-gutters .tiled > [class^="col-"] {
	padding-left: 0;
	padding-right: 15px;
}

.row.no-gutters article.tiled {
	padding-left: 0;
}

article.list.post h3,
article.list.series h3 {
	margin-top: .5em;
}

article.text.list.series h3,
article.text.list.post h3 {
	margin-top: 0;
}

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

	article.tiled.series,
	article.tiled.post {
		min-height: 235px;
	}

	article.tiled.series div,
	article.list.series div,
	article.tiled.post div,
	article.list.post div {
		width: 100%;
		float: left;
	}
}

body.category article .series,
body.category article .post {
	min-height: 320px;
	margin-bottom: 1em;
}

body.single article header .wp-post-image {
	position: relative;
}

article .post-meta {
	float: left;
	width: 40%;
}

article .featured-caption {
	padding: .25em;
	font-size: .8em;
	margin-bottom: 1em;
	background: #ddd;
}

.promo-container {
	float: left;
	width: 100%;
	position: relative;
}

.promo-container .promo-cta-left,
.promo-container .promo-cta-right {
	width: 50%;
	height: 70px;
	position: relative;
	text-align: center;
	font-size: 24px;
	display: inline-block;
	min-height: 20px;
	line-height: 20px;
}

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

	.promo-container .promo-cta-left,
	.promo-container .promo-cta-right  {
			width: 100%;
	}

	article .post-meta {
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
}

.promo-container .promo-cta-left a {
	display: inline-block;
	vertical-align: middle;
	line-height: 70px;
	font-size: 75%;
}

.promo-container .promo-cta-right a {
	line-height: 28px;
	padding-top: 6px;
}

.promo-container .promo-cta-right a .top-text {
	font-size: 85%;
}

.promo-container .promo-cta-right a .bottom-text {
	font-size: 65%;
}

.promo-container .promo-cta-left > div,
.promo-container .promo-cta-right > div {
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.promo-container .promo-cta-right span.top-text,
.promo-container .promo-cta-right span.bottom-text {
	width: 100%;
	display: block;
}

.promo-container a {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

body.single article > p:first-of-type {
	font-size: 1.5em;
	margin-bottom: .5em;
}

.related.container {
	padding: 0;
}

.feature.tiled h3,
article.tiled h3,
article.list.post h3,
.related h3 {
	margin: .25em auto;
}

.related h3 {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: .5em;
}

.related article.tiled h3 {
	text-align: left;
}



body.single .related article.tiled p:first-of-type {
	font-size: 1em;
}

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

	.related article.post:last-of-type {
		margin-left: 25%;
	}
}

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

	.related article.post:last-of-type {
		margin-left: 0;
	}
}

.cat-label {
	padding: .25em .5em;
	display: inline-block;
	margin-right: .25em;
}

.pagination {
	width: 100%;
	margin: 1em auto;
	text-align: center;
}

.pagination a {
	background: #ccc;
}

figure.feature-image-container {
	position: relative;
	clear: both;
}

.thumbnail__copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px;
	line-height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	font-family: inherit;
	font-weight: 400;
	font-size: 62.5%;
	color: #fff;
	z-index: 1;
}


/* 7.01 Series Post Type
---------------------------------------------------------------------------------------------------------- */

.series-list-container {
	padding: 1em;
	border: 1px solid #ccc;
	float: right;
	width: 40%;
	margin-left: 1em;
	margin-bottom: 1em;
}

.series-list {
	list-style: none;
	margin-left: 0.5em;
	float: left;
	margin-top: 1em;
}

.series-list .current {
	font-weight: bolder;
	padding: .1em .2em;
	margin-left: -.2em;
	letter-spacing: 1px;
	background: #ddd;
}

.series-list-container h4 {
	margin-top: 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: .5em;
}

.series-list-container .next,
.series-list-container .prev {
	width: 100%;
	padding: .5em;
	text-align: center;
	float: left;
}

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

	.series-list-container {
		width: 100%;
	}
}


/* ----------------------------------------------------------------------------------------------------------
08. Pages ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

article header {
	width: 100%;
	float: left;
	margin-bottom: 1em;
}


/* ----------------------------------------------------------------------------------------------------------
09. Blocks --------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.block {
	position: relative;
}

.block--background-colour {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.block h2 {
	font-size: 2.5em;
}

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

	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 30px;
	}

}

/* 9.01 Hero
---------------------------------------------------------------------------------------------------------- */

.block--hero {
	min-height: 0;
	padding: 6em;
}

.block--hero__title {
	font-size: 3.25em;
	margin: 0 auto .1em;
}

.block--hero__subtitle {
	font-size: 2em;
	margin: 0 auto .25em;
}

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

	.block--hero {
		min-height: 600px;
		padding-top: 4em;
	}
}


/* 9.02 CTA
---------------------------------------------------------------------------------------------------------- */

.block--cta {
	padding: 1em;
	text-align: center;
}

.block--cta img {
	margin-bottom: 1em;
}

.block--cta ul {
	margin: 0 auto;
	padding: 0;
}

.block--cta li {
	list-style: none;
	display: inline-block;
}

.block--cta li span {
	font-size: 1.4em;
}

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

	.block--cta li span {
		display: block;
		margin-bottom: .5em;
	}
}


/* 9.03 Quad
---------------------------------------------------------------------------------------------------------- */

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

.block--quad .box {
	padding: 1em 2em;
	margin-bottom: 2em;
	min-height: 250px;
	height: 100%;
}

.block--quad .box img {
	margin-bottom: 1em;
}

.block--quad h2 {
	margin: 1em auto;
}

.block--quad h4 {
	margin-bottom: 1em;
}


/* 9.04 Slider
---------------------------------------------------------------------------------------------------------- */

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

.block--slider .content-wrapper-outer {
	padding: 2em 0;
}

.block--slider img {
	margin-bottom: 1em;
}

.block--slider .unslider {
	position: relative;
	overflow: hidden;
}

.block--slider .unslider-arrow {
	top: 40%;
	text-indent: -99999px;
	-webkit-transition: right 0.2s ease-in-out;
	transition: right 0.2s ease-in-out;
	-webkit-transition-duration:0.3s;
	transition-duration: 0.3s;
	padding: 0em .5em;
	text-decoration: none;
}

.block--slider .unslider-arrow::after {
	content: '\25B6';
	text-indent: 0;
	line-height: initial;
	display: block;
	height: 40px;
	width: 40px;
}

.block--slider .unslider-arrow.prev::after {
	content: '\25C0';
}

.block--slider .unslider-arrow.prev:hover {
	left: 1%;
}

.block--slider .unslider-arrow.next:hover {
	right: 1%;
}

.block--slider .unslider-arrow.next {
	-webkit-transition: left 0.2s ease-in-out;
	transition: left 0.2s ease-in-out;
}

.block--slider .unslider-nav ol li {
	border-radius: 10px;
	height: 15px;
	width: 15px;
}

.block--slider .unslider-nav {
	margin: 2em;
}

.block--slider .unslider-wrap.unslider-carousel > li {
	overflow: visible;
	text-align: left;
}

.block--slider article.feature {
	font-size: .8em;
}


/* 9.05 Featured
---------------------------------------------------------------------------------------------------------- */

.block--featured {
	padding-bottom: 2em;
}

.block--featured h2 {
	text-align: center;
	margin: 1em auto;
}

.block--featured h3 {
	margin-top: 0;
}

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

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

	.block--featured h3 {
		margin-top: 1em;
	}
}


/* 9.06 Posts
---------------------------------------------------------------------------------------------------------- */

.block--posts h2 {
	text-align: center;
	margin: 0 auto 1em;
}

block--posts.manual article.tiled.post {
	min-height: 320px;

}

.block--posts .feature.tiled.col-sm-12 {
	padding: 0;
}

.block--posts article.list {
	padding: 0;
}

@media (max-width: 768px) {
	.block--posts article.list div[class^="col"] {
		padding-right: 0;
	}
}

.feature-post-container + .tiled {
	clear: both;
}

/* 9.07 Trio
---------------------------------------------------------------------------------------------------------- */

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

.block--trio h2 {
	margin: 1em auto;
}

.block--trio .box-container {
	padding-left: 0;
}

.block--trio .box {
	padding: 1em;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 320px;
	margin-bottom: 2em;
	position: relative;
}

.block--trio .box h4 {
	margin-bottom: 1em;
	position: relative;
}

.block--trio .box p {
	position: relative;
}

.block--trio div {
	position: relative;
}

.block--trio .block--background-colour {
	position: absolute;
}

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

	.block--trio .box {
		min-height: 100px;
	}

}



/* 9.08 Video
---------------------------------------------------------------------------------------------------------- */

.block--video {
	padding: 3em 0;
	text-align: center;
}

.block--video h2 {
	margin: 0 auto 1em;
}

.block--video__embed {
	position: relative;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #ddd;
}

.block--video__embed iframe, .block--video__embed object, .block--video__embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 9.09 Article
---------------------------------------------------------------------------------------------------------- */

.block--article h2 {
	text-align: center;
}


/* 9.10 Images
---------------------------------------------------------------------------------------------------------- */

.block--images {
	text-align: center;
	padding-bottom: 2em;
}

.block--images h2 {
	text-align: center;
	margin: 1em auto;
}

.block--images .image-item {
	margin-bottom: 2em;
	text-align: center;
	display: inline-block;
	min-height: 220px;
}

.block--images .image-item img {
	max-height: 160px;
	display: inline-block;
}

.block--images .image-item span {
	width: 100%;
	display: inline-block;
}



/* 9.11 Break
---------------------------------------------------------------------------------------------------------- */

.block--break {
	margin: 1em auto;
	width: 100%;
}

.block--break img {
	width: 100%;
}



/* 9.12 Profiles
---------------------------------------------------------------------------------------------------------- */

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

.block--profiles h2 {
	margin: 1em auto;
}

.profile {
	min-height: 280px;
	margin-bottom: 1em;
	float: left;
}

.profile img {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	width: 200px;
	height: 200px;
}

.profile span,
.profile a {
	display: block;
}

.profile__name {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em auto .25em;
}

.profile__title {
	font-size: 1em;
	font-style: italic;
}

.profile__link {
	margin-top: 10px;
	margin-bottom: 10px;
}

.profile__social {
	list-style: none;
	margin: 1em auto;
	padding: 0;
}

.profile__social li {
	list-style: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: .5em;
	position: relative;
}

.profile__social li:last-of-type {
	margin-right: 0;
}

.profile__social li a {
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -99999px;
}

.profile__email a {
	background-image: url('../images/icon-email.svg');
}

.profile__social--twitter a {
	background-image: url('../images/icon-twitter.svg');
}

.profile__social--linkedin a {
	background-image: url('../images/icon-linkedin.svg');
}

.profile__social--instagram a {
	background-image: url('../images/icon-instagram.svg');
}

.profile__blurb {
	text-align: left;
	font-size: .9em;
}

.profile-card {
	margin-top: 2em;
	float: left;
	width: 100%;
}

.profile-card .left-card {
	padding: 20px;
	text-align: center;
}

.profile-card .right-card {
	padding: 1em 3em 0;
	min-height: 240px;
}

@media screen and (min-width: 768px) {
	.profile-card .right-card {
		float: right;
	}
}

body.archive.author .site-content .post-container .profile {
	margin: 0 auto;
}

body.archive.author .site-content {
	margin-top: 1em;
}

body.archive.author .profile-card {
	margin-top: 0;
}

body.archive.author .profile-card .right-card {
	min-height: 250px;
}

body.single article .profile-card {
	font-size: 0.8em;
	clear: both;
}

body.single article .profile-card .right-card {
	padding: 1em 1em 1em 3em;
}

body.single article .profile-card .right-card h2 {
	margin-top: 0;
}

.profile-card .right-card h3 {
	margin-top: .5em;
}

body.single article .profile-card p:first-of-type {
	font-size: 1.2em;

}

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

	body.single article .profile-card {
		text-align: center;
		margin-top: 100px;
	}

	body.single article .profile-card .right-card {
		padding: 1.5em 2em;
		min-height: 200px;
	}
}


/* 9.13 Quote
---------------------------------------------------------------------------------------------------------- */

.block--quote {
	padding: 3em 0 2em;
}

.block--quote .photo {
	text-align: center;
}

.block--quote .photo img {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	margin-bottom: 1em;
}

.block--quote .name,
.block--quote .title {
	display: block;
	text-align: center;
}

.block--quote .name {
	font-size: 1em;
}

.block--quote .title {
	font-size: .8em;
	font-style: italic;
}

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

	.block--quote blockquote {
		margin-top: 1em;
	}
}


/* 9.14 Spacer
---------------------------------------------------------------------------------------------------------- */

.block--spacer {
	display: block;
}


/* 9.15 Latest
---------------------------------------------------------------------------------------------------------- */

.block--posts.latest article.tiled.post {
	min-height: 330px;
}

.block--posts.latest .secondary-posts-container article.tiled.post {
	min-height: 300px;
}


/* 9.16 Author
---------------------------------------------------------------------------------------------------------- */

.block--author aside.sidebar.profile {
	margin-left: 0;
	margin-right: 1em;
}

.block--author aside.sidebar.profile .profile-card {
	margin-top: 0;
}

.block--author .list-posts-container {
	border-top: 0;
	padding-top: 0;
}

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

	.block--author aside.sidebar.profile {
		margin-top: 5em;
	}

	.block--author aside.sidebar.profile .profile-card .right-card {
		text-align: center;
	}
}

/* 9.17 HR
---------------------------------------------------------------------------------------------------------- */

.block--hr {
	margin: 2em auto;
}


/* 9.18 Advertising
---------------------------------------------------------------------------------------------------------- */

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

.block--advertising .dfp-ad > div {
	padding-top: 20px;
	padding-bottom: 20px;
}


/* 9.19 Newsletter
---------------------------------------------------------------------------------------------------------- */

section.newsletter {
	margin: 0 auto 2em;
	float: left;
	width: 100%;

}

section.newsletter div,
.block--newsletter {
	text-align: center;
}

.block--widget.block--newsletter h3 {
	font-size: 2em;
	margin-top: 1em;
}

.block--newsletter p {
	font-size: 1.3em;
}

.sailthru-subscribe-button  {
	text-decoration: none;
}

section.newsletter li.widget-container {
	margin: 0;
}


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

aside.sidebar {
	margin-top: 0;
	margin-left: 1em;
}

.block--widget {
	margin-bottom: 1em;
	width: 300px;
	float: left;
}

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

	aside.sidebar {
		margin-top: 2em;
		margin-left: 0em;
	}

	.block--widget {
		width: 50%;
	}
}

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

	.block--widget {
		width: 300px;
		float: none;
		margin-left: 25%;
	}
}

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

	.block--widget {
		margin-left: 20%;
	}
}

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

	.block--widget {
		margin-left: auto;
		width: 100%;
	}
}

.block--widget h2 {
	margin: 0 auto .5em;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #DDD;
	padding-bottom: .25em;
}

.block--widget h4,
.block--widget h3,
.block--widget h2 {
	margin-top: 0;
}

.block--widget article.text.list.post {
	margin: 0 auto 1em;
	min-height: 0px;
}

.block--widget article.text.list.post h4 {
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
}
.block--widget article.text.list.post h4:before {
	content: '\2022';
	margin-right: .5em;
}

.block--widget ul.jobs__list {
	padding: 0 0 0 1em;
	margin-top: 1em;
}

.block--search {
	margin-bottom: 2em;
}

.block--search .search-form--header {
	float: left;
	padding-top: .5em;
	width: 100%;
}

.block--search .search-form--header button {
	background: none;
	border: none;
}

.block--search .search-form--header .search-form__text {
	background: none;
	padding-left: 2px;
	width: 90%;
}

.block--search .search-form--header .search-form__text:focus {
	background: white;
	color: black;
}


/* 9.21 Third Party
---------------------------------------------------------------------------------------------------------- */

.block--third-party h2 {
	text-align: center;
}

.block--third-party .social-wrapper,
.block--third-party twitterwidget,
.block--third-party iframe,
.block--third-party .fb_iframe_widget span {
	margin: 0 auto !important;
}

.block--third-party .social-wrapper .fb_iframe_widget {
	width: 100%;
	text-align: center;
}

/* ----------------------------------------------------------------------------------------------------------
10. Wordpress Core Styles -----------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	/*background: #fff;*/
	/*border: 1px solid #f0f0f0;*/
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

p.wp-caption-text {
	font-size: .8em;
	line-height: 1.2em;
	margin: 0;
	padding: 0 4px 5px;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-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. */
}



/* ----------------------------------------------------------------------------------------------------------
11. Web Ads -------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.leaderboard-container {
	text-align: center;
	margin: 0 auto;
	display: block;
	padding: 1.5em 0;
}

#jpx-wp-layer-left-wrapper,
#jpx-wp-layer-right-wrapper {
	width: calc((100% - 1180px) / 2) !important;
}

.takeover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

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

	.leaderboard,
	.tablet-leaderboard,
	.show-desktop,
	.show-tablet {
		display: none !important;
	}

	.mobile-leaderboard,
	.show-mobile {
		display: block;
	}
}

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

	.leaderboard,
	.mobile-leaderboard,
	.show-desktop,
	.show-mobile {
		display: none !important;
	}

	.tablet-leaderboard,
	.show-tablet {
		display: block;
	}
}

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

	.tablet-leaderboard,
	.mobile-leaderboard,
	.show-tablet,
	.show-mobile {
		display: none !important;
	}

	.leaderboard,
	.show-desktop {
		display: block;
	}
}

.mpu {
	float: left;
	width: 300px;
}


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

	.mpu {
		width: 100%;
		text-align: center;
	}
}

.site-header.wrapped,
.site-content.wrapped,
.site-footer.wrapped,
.block.wrapped,
.leaderboard-container.wrapped,
.site-header.wrapped .container,
.site-content.wrapped .container,
.site-footer.wrapped .container,
.block.wrapped .container {
	max-width: 1000px;
	margin: 0 auto;
}


.leaderboard-container.wrapped .leaderboard {
	width: 80%;
}

/* ----------------------------------------------------------------------------------------------------------
12. Third Party ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* 12.01 Sailthru
---------------------------------------------------------------------------------------------------------- */

aside.sidebar .widget_sailthru_subscribe_button_widget_pref_centre
{
	text-align: center;
	background: #efefef;
	padding: 0 1em 1em;
}

aside.sidebar .widget_sailthru_subscribe_button_widget_pref_centre h3 {
	font-size: 1.8em;
}

aside.sidebar .widget_sailthru_subscribe_button_widget_pref_centre a {
	text-decoration: none;
}


/* 12.02 WP Pagenavi
---------------------------------------------------------------------------------------------------------- */

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi span.current,
.wp-pagenavi a,
.wp-pagenavi span {
	border: 0;
}



/* ----------------------------------------------------------------------------------------------------------
13. Social Links --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.socialize,
.social-links {
	font-family: 'FontAwesome';
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

header .social-links {
	float: left;
}

.socialize li,
.social-links li {
	display: inline-block;
	margin-right: .5em;
	height: 30px;
	width: 30px;
	position: relative;
	font-size: 1em;
}

.socialize li a,
.social-links li a {
	display: block;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.socialize li a.socialize-link--facebook,
.social-links li.facebook a {
	background: url(../images/icon-facebook.svg);
}

.socialize li a.socialize-link--twitter,
.social-links li.twitter a {
	background: url(../images/icon-twitter.svg);
}

.social-links li.pinterest a {
	background: url(../images/icon-pinterest.svg);
}

.social-links li.instagram a {
	background: url(../images/icon-instagram.svg);
}

.socialize li a.socialize-link--googleplus,
.social-links li.googleplus a {
	background: url(../images/icon-googleplus.svg);
}

.socialize li a.socialize-link--linkedin,
.social-links li.linkedin a {
	background: url(../images/icon-linkedin.svg);
}

.social-links li.youtube a {
	background: url(../images/icon-youtube.svg);
}

.social-links li.vimeo a {
	background: url(../images/icon-vimeo.svg);
}

.socialize li a.socialize-link--email {
	background: url(../images/icon-email.svg);
}

.socialize--hidden {
	display: none;
}

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

	.socialize,
	.social-links {
		list-style: none;
		margin: 0;
		padding: 0;
		float: auto;
		width: 100%;
		text-align: center;
	}

}


/* ----------------------------------------------------------------------------------------------------------
16. IE  Styles ----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

.ie8 body .wrapper .container,
.ie8 body footer .copyright {
	width: 1024px;
}

.ie header nav a,
.ie8 header nav a {
	font-weight: normal;
}


/* ----------------------------------------------------------------------------------------------------------
17. No JS ---------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */



/*

											 oo
											o"  $
										  " o   $
										 "	  $
										$	  $$
										o"	 "$o
   $oo								  $	 "$$$
   $"$oo							   "	  "o$$
  "$$o$"o"o						  o"	  $"$$$
	 """o"$o"""""""" """ oo ooooooo"""	 o""o$$$
		  "$$ o							o""$$$
	oooo$$$$$$$$oo"o o				 o "o "o ""oo
  "$$$$$$$$$$""""$$$$o"o$ o o o  "o " $"$o$$oo"o  $"o
   "$$$$$$"		 ""$$o$o$ $ "ooo$o$o$$$$$$"$o$o $"$o
   "$""				 """"$$$$$o$$$$$$$$$	 "$o$$$$o
   "						   " "" "  "$$$$	   " $$$o
										 "$$$		 """
										   ""$

*/

/* Nav: Social Menu */
.row-social-menu {
	display: flex;
}

.row-social-menu::before,
.row-social-menu::after {
	display: none;
}

.row-social-menu > [class^="col-sm-"] {
	float: none;
	width: auto;
}

.row-social-menu > .col-sm-5 {
	flex: 0 0 auto;
}

.row-social-menu > .col-sm-7 {
	flex: 1 1 auto;
}

.row-social-menu .verticals-menu li:first-child {
	margin: 0 !important;
}