/*!
Theme Name: The Local
Theme URI: http://underscores.me/
Author: The Local
Author URI: https://thelocal.com
Description: WordPress theme for The Local
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thelocal
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.

The Local 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: 'Roboto', Arial, sans-serif;
}

@media screen and (prefers-reduced-motion: no-preference) {
	html,
	body {
		scroll-behavior: smooth;
	}
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

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

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 100%; /* 1 */
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1em; /* 2 */
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*img {*/
/*	height: auto;*/
/*	!* Make sure images are scaled correctly. *!*/
/*	max-width: 100%;*/
/*	!* Adhere to container width. *!*/
/*}*/

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


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa;*/
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

p {
	margin-top: revert;
	margin-bottom: revert;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.font-orange {
	color: #EF6C00;
}

.bg-orange {
	background-color: #EF6C00;
}

.font-white {
	color: #FFFFFF;
}

.bg-white {
	background-color: #FFFFFF;
}

/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/
.site-content {
	margin: 0 auto;
}

.content-area {
	margin: 0 auto 0;
	box-sizing: border-box;
	overflow: auto;
}

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

.content-area-short {
	max-width: 1200px;
}

.content-area-short-top {
	margin: 0 auto;
}

.content-area-margin-top {
	margin-top: 30px;
}

.content-area-flex {
	display: flex;
	flex-wrap: wrap;
}

.widget-area {
	overflow: hidden;
	width: 300px;
}

.entry-content {
	padding: 15px;
	float: left;
	width: 100%;
	max-width: 880px;
	box-sizing: border-box;
	/*overflow: auto;*/
}

.entry-content-full {
	max-width: 1200px;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

p.clear{
	height: 2px;
	margin-bottom: 3px;
}

/*--------------------------------------------------------------
# Piano related containers
--------------------------------------------------------------*/
.login-box {
	width: 350px;
	float: right;
	padding-top: 30px;
}

.donate-message, .newsletter-sub-ron, .newsletter-book-club {
	clear: both;
}

.landing-rec {
	max-width: 1200px;
	margin: 0 auto;
}

.piano_wrapper {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999999;
	left: 0;
	animation-name:mymove;
	animation-duration:2s;
	animation-fill-mode:forwards;
	animation-timing-function:ease-out;
}

.tl-piano-swg-button-outer {
	text-align: center;
	margin-top: 1em;
}
.tl-piano-swg-button-inner {
	display: inline-block;
}
.tl-piano-swg-or-text {
	text-align: center;
}

.piano-modal {
	box-sizing: border-box;
	padding: 0 24px 41px 24px;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: normal;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex !important;
	flex-direction: column;
	width: 100%;
	background: #FFFFFF;
	z-index: 1;
}
.piano-modal__top {
	flex-grow: 1;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}
.piano-modal__content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.piano-modal__body {
	margin-bottom: 12px;
}
.piano-modal__title {
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #323232;

}
.piano-modal__description {
	margin-top: 9px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.01em;
	color: rgba(50, 50, 50, 0.6);

}
.piano-modal__signin {
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.02em; color: #767676;

}
.piano-modal__close {
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex; align-items: center;
	justify-content: center;
	cursor: pointer;
	line-height: 26px;
	font-size: 12px;
	border-top: 1px solid rgba(50, 50, 50, 0.08);
	background: #FFFFFF;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #767676;

}
.piano-button {
	font-weight: 500;
	line-height: 24px;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 2px;
	background: #e0481a;
	padding: 12px 0;

}
.piano-link {
	color: #3B67B2;
	text-decoration: none;
	padding: 0;
	border: none;
	cursor: pointer;
	background: #FFFFFF;
	display: inline;
	padding: 8px;

}
.piano-gray {
	color: #767676;

}
.piano-footer-sticky {
	width: 100%;
	font-family: Roboto, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.01em;
	display: flex; position: fixed;
	bottom: 0; background: #FFFFFF;

}
.piano-footer-sticky__body {
	text-align: left;
	margin: 18px 0 18px 16px;
	flex-grow: 1; flex-shrink: 1;

}
.piano-footer-sticky__arrow {
	display: flex; align-items: center;
	justify-content: center; width: 53px;
	border-left: 1px solid rgba(50, 50, 50, 0.08);
	background: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M5 5L0.5 10L0 9.5L4.05005 5L0 0.5L0.499878 0L5 5Z' fill='%23323232'/%3E%3C/svg%3E") no-repeat center center;

}
.piano-footer-sticky__close {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 53px;
	border-left: 1px solid rgba(50, 50, 50, 0.08);
	background: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' fill-rule='evenodd' clip-rule='evenodd' d='M11.9998 11.1768L11.1742 12.0013L6.3986 7.22567L1.6242 12.0013L0.799805 11.1768L5.57541 6.40126L0.799805 1.62567L1.62541 0.800049L6.40101 5.57567L11.1754 0.801257L11.9998 1.62567L7.22301 6.40126L11.9998 11.1768Z' fill='%23323232'/%3E%3C/svg%3E%0A") no-repeat center center;
	cursor: pointer;

}
.piano-footer-sticky__lines {
	width: 24px; display: flex;
	align-items: center;
	flex-shrink: 0;
	padding-left: 7px;
	box-sizing: border-box;
	background: url("data:image/svg+xml, %3Csvg width='4' height='36' viewBox='0 0 4 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='1' transform='translate%280 36%29 rotate%28-90%29' fill='%23323232' fill-opacity='0.16'/%3E%3Crect width='36' height='1' transform='translate%283 36%29 rotate%28-90%29' fill='%23323232' fill-opacity='0.16'/%3E%3C/svg%3E ") no-repeat 7px 24px;

}
@media screen and (orientation: landscape)
{
	.piano-modal__top {
		flex-direction: row; align-items: center;

	}
	.piano-modal__content {
		flex-direction: row;
		align-items: flex-start;

	}
	.piano-modal__image {
		margin-right: 20px;

	}
	.piano-modal__title {
		text-align: left;

	}
	.piano-modal__header {
		margin-top: 5px;
	}
	.piano-modal__description {
		text-align: left;
	}
}
.custom-news {
	width: 100%;
	min-height: 100vh;
	background: #102039;
	color: white;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
}
.custom-news__header {
	border-bottom: 1px solid #556172;
	height: 80px;
	display: flex;
	align-items: center;
	font-weight: bold;
	padding: 0 0 0 20px;
	font-size: 20px;
}
.custom-news__title {
	margin-top: 50px;
	padding: 0 40px;
	font-size: 18px;
}
.custom-news__info {
	margin-top: 10px;
	padding: 0 40px;
	font-size: 14px;
	line-height: 20px;
}
.piano-next-link {
	color: white;
	margin-left: 50px;
	font-size: .8em;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site {
	border-top: 1px solid #e0e0e0;
}

.site-header {
	margin: 0 auto;
}

.header-title-container {

}

.header-title{
	display: inline-block !important;
	font-size: 0.8em;
	font-weight: normal;
	color: #E24700;
}

.header-title:hover {
	text-decoration: underline;
}

.header-search-toggle {
	margin-top: 3px;
}

.menu-header-editions-container {
	float:right;
}

.site-branding {
	padding: 5px;
}

.header-branding {
	max-width: 1200px;
	margin: 0 auto;
}


.header-branding h5 {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: normal;
}

/* Toggle of elements */
#header-search-toggle {
	display: none;
}
#header-search-toggle:not(:checked) ~ #header-search-toggled-element {
	display: none;
}

.header-search-link-text {
	display: inline-block;
	font-size: 0.8em;
	font-weight: normal;
	color: #E24700;
	cursor: pointer;
}

.header-search-icon {
	margin-left: 20px;
	cursor: pointer;
}

#header-login-box {
	width: 350px;
	float: right;
	margin-top: 35px;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.site-search-container {
	height: 92px;
	max-width: 1200px;
	margin: 0px auto;
}

.header-searchbox {
	position: initial;
	z-index: 10;
	border: 1px solid #000;
	background-color: #fff;
	right: 14px;
	top: 3.5em;
	width: 450px;
	min-width: 290px;
	padding: 1em 1em;
	overflow: auto;
}

.searchbox-button {
	padding: 0.2em;
	float: right;
	width: 5em;
}
.searchbox-text{
	width: 80%;
	height: 20px;
	font-size: 0.8em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	height: auto;
	background-color: #212121;
	min-height: 160px;
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
	overflow: auto;
	padding: 35px;
}

.site-info {
	float: left;
	line-height: 1.15;
}

.menu-footer-one-container {
	float: left;
	color: #FFFFFF;
	line-height: 1.15;
}

.menu-footer-two-container {
	float: left;
	color: #FFFFFF;
	line-height: 1.15;
}

.menu-footer-three-container {
	float: left;
	color: #FFFFFF;
	line-height: 1.15;
}

.menu-footer-one-container a, .menu-footer-two-container a, .menu-footer-three-container a {
	color: #FFFFFF !important;
	text-decoration: none;
}

.menu-footer-one-container a:hover, .menu-footer-two-container a:hover, .menu-footer-three-container a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer-social-links {
	float: left;
	margin-left: 125px;
}

.footer-social-links a {
	padding: 5px;
}

.footer-social-links-img {
	width: 30px;
	height: 30px;
}

.footer-sticker-ad {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	text-align: center;
}

.leaderboard-5-mobile {
	width: 328px;
	height: 50px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Ads
--------------------------------------------------------------*/
.ad-leaderboard-sticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	height: auto;
	top: 0;
	z-index: 1;
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 0;
	background-color: white;
}

.mid-article-video-ad {
	float: left;
	background-color: #eeeeee;
	color: #9e9e9e;
	padding: 10px 20px 20px 20px;
	box-shadow: 2px 2px #e0e0e0;
	min-height: 220px;
	min-width: 360px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.mid-article-video-ad > p {
	display: none;
	font-size: 0.85em;
	text-align: center;
}

.mid-article-video-ad>h4 {
	font-weight: bold;
	font-family: Roboto Slab, serif;
	color: #424242;
	margin: 8px 0 18px 0;
	font-size: 0.85em;
}

.mid-article-video-ad > div {
	margin: 0 auto;
	width: 100%;
	height: fit-content;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
}

a:visited {
}

a:hover, a:focus, a:active {
}

a:focus {
	outline: thin dotted;
}

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

a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: flex;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	justify-content: space-between;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 7px 0 0;
	padding: 0;
	min-width: 0;
	max-width: inherit;
	width: 100%;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 0 3px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #E24700;
	font-size: 0.8em;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.menu-header-visible-main {
	height: 35px;
	background-color: #424242;
}
.menu-header-visible-main-container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

.menu-header-visible-container {
	width: 75%;
	height: 35px;
	float: left;
}

.menu-header-visible-container ul {
	list-style: none;
	padding: 0;
	min-width: 0;
	width: 100%;
	margin: 0 -20px;
}

.menu-header-visible-container ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.menu-header-visible-container ul ul ul {
	left: -999em;
	top: 0;
}

.menu-header-visible-container ul ul li:hover > ul,
.menu-header-visible-container ul ul li.focus > ul {
	left: 100%;
}

.menu-header-visible-container ul ul a {
	width: 200px;
}

.menu-header-visible-container ul li:hover > ul,
.menu-header-visible-container ul li.focus > ul {
	left: auto;
}

.menu-header-visible-container li {
	float: left;
	position: relative;
	padding: 5px 18px;
}

.menu-header-visible-container a {
	display: block;
	text-decoration: none;
	color: white !important;
	font-size: 1em;
}

.menu-header-visible-container a:hover {
	text-decoration: underline;
}

.menu-header-social-links {
	padding-top: 8px;
	height: 35px;
	width: 15%;
	float: left;
}

.menubar-social-icon {
	width: 19px;
	height: 19px;
	fill: #FFF;
	margin: 0 4px;
	vertical-align: top;
	overflow: hidden;
	float: left;
}

.menubar-social-icon:hover  {
	fill: #EF6C00;
}

.menu-header-hidden-action {
	float: right;
	width: 10%;
}

.allmenu-button {
	background-color: #E24700;
	height: 35px;
	width: 92px;
}

/* Toggle of elements */
#allmenu-toggle {
	display: none;
}
#allmenu-toggle:not(:checked) ~ #allmenu-toggled-element {
	display: none;
}

.allmenu-link-text:hover {
	text-decoration: underline;
}

.allmenu-toggle-label {
	margin: 6px 15px;
}

.allmenu-toggle-label:hover {
	cursor:pointer;
}

.allmenu-link-image {
	width: 16px;
	height: 10px;
}

.menu-header-hidden-main {
	background-color: #eeeeee;
}

.menu-header-hidden-main-container {
	background-color: #212121;
	overflow: auto;
	max-width: 1200px;
	margin: 0px auto;
}

.menu-header-hidden-section {
	float: left;
	width: 260px;
	padding: 1em 2em;
}

.menu-header-hidden-section ul {
	list-style: none;
	margin: 7px 0 0;
	padding: 0;
	min-width: 0;
	max-width: inherit;
	width: 100%;
}

.menu-header-hidden-section ul li {
	list-style: none;
	margin: 7px 0 0;
	padding: 0;
	min-width: 0;
	max-width: inherit;
	width: 100%;
}

.menu-header-hidden-section ul li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	color: #ef6c00;
	border-bottom: 1px solid #424242;
}

.menu-header-hidden-section ul.sub-menu {
	margin-top: 20px;
	list-style: disc;
	line-height: 0.8;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.menu-header-hidden-section ul.sub-menu li {
	color: #616161;
}

.menu-header-hidden-section ul.sub-menu li a {
	text-transform: none;
	border-bottom: none;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
}

.menu-header-hidden-section-between {
	clear: both;
}

.menu-header-hidden-section-apps {
	float: left;
	width: 260px;
	padding-left: 5px;
}

.menu-header-hidden-section-apps a img {
	width: 110px;
	height: 31px
}

.menu-header-hidden-section-links {
	float: left;
	width: 260px;
	margin-top: 50px;
}


/* Menu header - new */
.menu-header-new-container-items {
	display: flex;
	flex-wrap: wrap;
	padding: 2em 5em;
}

.menu-header-new-container-item {
	width: 30%;
	margin-bottom: 20px;
}

.menu-header-new-container-items-between {
	width: 5%;
}

.menu-header-new-container-app-items-hidden-mobile {
	display: none;
}

.menu-header-new-container-item h3 {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #ef6c00;
	border-bottom: 1px solid #424242;
	font-weight: bold;
}

.menu-header-new-container-sub-items {
	display: flex;
	flex-wrap: wrap;
}

.menu-header-new-container-sub-items-left, .menu-header-new-container-sub-items-right {
	width: 50%;
}

.menu-header-new-container-sub-items-left a, .menu-header-new-container-sub-items-right a {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	color: white;
	padding-bottom: 15px;
}

.menu-header-new-container-sub-items-social a {
	padding-right: 30px;
}

.menu-header-new-container-app-icon-apple{
	width: 120px;
	margin-top: 10px;
}

.menu-header-new-container-app-icon-google{
	width: 150px;
}

/*--------------------------------------------------------------
# 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: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 0;
	/* Make sure select elements fit in widgets. */
	padding-bottom: 10px;
}

.widget select {
	max-width: 100%;
}

.ra-widget-title {
	width: 300px;
	font-family: 'Roboto Slab', serif;
	font-size: 1.8em;
	font-weight: 400;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #BDBDBD;
}

.ra-widget-panel {
	background-color: white;
	box-sizing: border-box;
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 2px;
	width: auto;
	overflow: auto;
	display: flex;
	position: relative;
	box-shadow: 2px 2px #E0E0E0;
}

.ra-widget-panel a img {
	height: auto;
	display: block;
	max-width: 120px;
}

.ra-widget-panel a amp-img {
	max-width: 320px;
}

.ra-widget-article-title {
	margin: 4px 4px 4px 10px;
	font-size: 1em;
	font-weight: normal;
	font-family: 'Roboto Slab', serif;
	color: #212121;
}

.ra-widget-article-title:hover {
	text-decoration: none;
	color: #EF6C00;
}

.noticeboard-widget-title {
	width: 300px;
	font-family: 'Roboto Slab', serif;
	font-size: 1.8em;
	font-weight: 400;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #BDBDBD;
}

.noticeboard-widget-panel {
	background-color: white;
	box-sizing: border-box;
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 2px;
	width: auto;
	overflow: auto;
	position: relative;
	box-shadow: 2px 2px #E0E0E0;
	padding: 20px 10px;
}

.noticeboard-widget-item-date {
	float: left;
	width: 40px;
	font-size: 0.9em;
	font-family: 'Roboto Slab', serif;
}

.noticeboard-widget-item-title {
	margin-left: 50px;
	font-size: 0.9em;
	font-family: 'Roboto Slab', serif;
}

.noticeboard-widget-item-title a {
	color: inherit;
}

.noticeboard-widget-item-title a:hover {
	color: #EF6C00;
}

.noticeboard-widget-panel-view-all {
	text-align: right;
	margin: 0.5em 1em 0 0;
	font-size: 1em;
}

.noticeboard-widget-panel-view-all a {;
	color: #EF6C00;
}

.noticeboard-widget-panel-view-all a:hover {
	color: #EF6C00;
	text-decoration: underline;
}

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

.post,
.page {
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.section {
	min-width: 100%;
	margin: 0 auto 20px auto;
	box-sizing: border-box;
}

.section-sponsored {
	background-color: #FFF3E0;
	padding: 10px;
}

.section-sponsored-bottom {
	text-align: right;
	margin-top: 10px;
}

.section-sponsored-bottom span {
	color: #424242;
}

.section-sponsored-logo {
	float: right;
	height: 38px;
}

.section-title-sponsored {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section-title a {
	color: #EF6C00;
}

.section-title h2 {
	color: #EF6C00;
	font-family: 'Roboto Slab', serif;
	font-size: 1.75em;
	font-weight: 400;
	border-bottom: 1px solid #BDBDBD;
}

.section-title-latest-news h2 {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1.45em;
	font-weight: bold;
	color: black;
	border-bottom: none;
}

.section-title-main {
	margin: 0;
	color: #EF6C00;
	font-size: 1.10em;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
}

.section-title-edit-post{
	color: #EF6C00;
}

.section-title-read-all {
	font-size: 16px;
	margin-left: 20px;
	color: #EF6C00;
}

.section-title-main:hover, .section-title-read-all:hover, .section-title-edit-post:hover {
	color: #EF6C00;
	text-decoration: underline;
}

.section-title-category h2 {
	margin: 0;
	font-size: 1.75em;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
}


.section-row {
	display: flex;
	flex-wrap: wrap;
	clear: both;
	overflow: auto;
}

.section-static {
	text-align: center;
	display: block;
}

.section-promo-brexit-inner {
	display: flex;
	background-color: #FFF;
	margin: 0 auto;
	padding: 20px 0;
}

.section-promo-brexit-inner img {
	margin-left: 40px;
	width: 480px;
	float: left;
}

.section-promo-brexit-inner > div {
	background-color: #FFF;
	color: #000;
	margin-left: 5%;
	text-align: left;
}

.section-promo-brexit-inner h2 {
	font-size: 2em;
	color: #35537C;
	margin-bottom: 0;
	font-family: "Roboto Slab";
	font-weight: bold;
}

.section-promo-brexit-inner p {
	color: #424242;
	font-size: 1.2em;
	margin-top: 0.5em;
	padding-right: 175px;
}

.section-promo-brexit-inner a {
	color: #424242;
	font-size: 1.3em;
	font-weight: 600;
	background-image: url("assets/images/brexit-button.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 48px;
	padding-right: 60px;
	height: 60px;
	padding-top: 16px;
	box-sizing: border-box;
	display: inline-block;
}

.section-promo-brexit-inner a:hover {
	color: #EF6C00;
}

/* Single post */

.article-inner-content {
	background-color: white;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 2px 2px #e0e0e0;
}

.article-sponsor-title {
	padding: 0.95em 1em;
	box-shadow: 2px 2px #e0e0e0;
}

.article-sponsor-title a , .article-sponsor-title span{
	font-family: 'Roboto Slab', serif;
	font-size: 1.3em;
}

.article-sponsor-title a:hover {
	color: #EF6C00;
	text-decoration: underline;
}

.article-sponsor-title-sponsor-name {
	font-weight: bold;
}

.article-main-image {
	margin-bottom: 20px;
}

.article-main-image img {
	width: 100%;
	height: auto;
}
.post-thumbnail-credit {
	font-size: 0.8em;
	color:#757575;
	margin-top: 2px;
}

.entry-title {
	margin: 0 0 0 200px;
	font-family: 'Roboto Slab', serif;
}

.post-edit-link-single {
	padding-left: 10px;
	color: #212121;
}

.post-edit-link-single:hover {
	color: #EF6C00;
}

.entry-type-title-excluded, .entry-type-title-members {
	display: block;
	margin-top: 4px;
	margin-bottom: 0;
	color: #1565C0;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin-left: 200px;
}

.post-thumbnail {
	margin-left: 200px;
}

.entry-header {
	margin-bottom: 20px;
}

.entry-meta {
	float: left;
	width: 180px;
	font-size: 0.9em;
	box-sizing: border-box;
	padding-right: 5px;
	padding-top: 10px;
}

.entry-the-post-meta-hidden {
	display: none;
}

.size-entry-meta-photo {
	float: right;
	max-width: 90px;
	max-height: 90px;
}

.entry-meta-disclosure {
	font-family: 'Roboto Slab', serif;
	font-size: 1em;
	text-align: right;
	clear: both;
	padding-bottom: 20px;
}

.entry-meta-name {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	clear: both;
}

.entry-meta-contact {
	font-family: 'Roboto Slab', serif;
	font-size: 0.9em;
	text-align: right;
	clear: both;
	overflow: hidden;
}

.entry-meta-contact a:hover {
	text-decoration: underline;
	color: #EF6C00;
}

.entry-meta-date {
	text-align: right;
}

.entry-the-post {
	margin-left: 200px;
}

.entry-the-post-meta-hidden > div {
	text-align: left;
}

.entry-meta-tags {
	margin-top: 2em;
	line-height: 180%;
	text-align: right;
	overflow: auto;
}
.entry-meta-tag {
	display: block;
	float: right;
	clear: both;
	background-color: #eeeeee;
	color: #757575;
	margin: 0 0 0.5em 0;
	padding: 0 1em;
}

.entry-meta-tag:hover {
	background-color: #EF6C00;
	color: white;
	text-decoration: none;
}

.entry-meta-share {
	text-align: right;
}

.entry-meta-share h3 {
	color: #757575;
	font-family: 'Roboto Slab', serif;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.entry-meta-share a img {
	width: 32px;
	height: 32px;
	margin-top: 14px;
	margin-left: 0.5em;
}

.entry-meta-share-bottom {
	display: flex;
	justify-content: flex-end;
}

.entry-meta-share-bottom h3 {
	color: #757575;
	font-family: 'Roboto Slab', serif;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 5px;
}

.entry-meta-share-bottom a img {
	width: 32px;
	height: 32px;
	margin-left: 0.5em;
}

amp-social-share[type="email"] {
	background-image: url("assets/images/share-2-email.png");
	margin-left: 0.5em;
}
amp-social-share[type="twitter"] {
	background-image: url("assets/images/share-2-twitter.png");
	margin-left: 0.5em;
}
amp-social-share[type="facebook"] {
	background-image: url("assets/images/share-2-facebook.png");
	margin-left: 0.5em;
}
amp-social-share[type="linkedin"] {
	background-image: url("assets/images/share-2-linkedin.png");
	margin-left: 0.5em;
}

.page-entry-title {
	margin: 0;
	color: #EF6C00;
	font-family: Roboto Slab;
	font-weight: 400;
}

/* Single guide */
.entry-content-guide {
	float: left;
	width: 100%;
	max-width: 880px;
	box-sizing: border-box;
	overflow: auto;
}

.entry-guide-main-content {
	padding: 15px;
	background-color: white;
}

.entry-the-guide img {
	width: 100%;
	height: auto;
}

.entry-guide-post-thumbnail {
}

.entry-guide-title {
	margin-left: 0px;
}

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

/* Single gallery */
.entry-title-gallery {
	font-family: 'Roboto Slab', serif;
	font-size: 1.60em;
	line-height: 120%;
	font-weight: bold;
}

.post-thumbnail-gallery {
	margin-left: 0;
}

.post-thumbnail-gallery img {
	width: 100%;
	height: auto;
	object-fit: none;
}

.gallery-thumbnail {
	margin: 26px;
}

.gallery-row > .gallery-column {
	padding: 20px 8px;
}

.gallery-row:after {
	content: "";
	display: table;
	clear: both;
}

/* Create four equal columns that floats next to eachother */
.gallery-column {
	float: left;
	width: 25%;
}

.gallery-column img:hover {
	cursor: pointer;
}

/* The Modal (background) */
.gallery-modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.gallery-modal-content {
	position: relative;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
	color: white;
}

/* The Close Button */
.gallery-close {
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.gallery-close:hover,
.gallery-close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.gallery-myslides {
	display: none;
	width: 50%;
	margin: 0 auto;
}

/* Next & previous buttons */
.gallery-prev,
.gallery-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallery-next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallery-prev:hover,
.gallery-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.gallery-caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
}

img.gallery-demo {
	opacity: 0.6;
	width: 150px;
	height: 150px;
	object-fit: cover;
}


.gallery-demo:hover {
	opacity: 1;
}

img.gallery-hover-shadow {
	transition: 0.3s;
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.gallery-hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gallery-column-select {
	float: left;
	padding: 5px;
}

.gallery-column-select img:hover {
	cursor: pointer;
}

/* Gallery archive */
.gallery-archive-cat {
	margin-bottom: 20px;
}

.gallery-archive-cat-link {
	color: #597CA6;
}

.gallery-archive-cat-link:hover {
	text-decoration: underline;
	color: #597CA6;
}

.gallery-archive-items {
	display: flex;
	flex-flow: row wrap;
	justify-content: initial;
}
.gallery-archive-item {
	display: block;
	width: 250px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.gallery-archive-item img {
	width: 250px;
	height: 167px;
	object-fit: cover;
}

.gallery-archive-item-tax {
	width: 186px;
	margin-right: 15px;
}

.gallery-archive-item-tax img {
	width: 186px;
	height: 131px;
	object-fit: cover;
	border: 10px solid #F2F0F1;
}

.gallery-archive-item-tax a {
	font-size: 0.9em;
}
/* Archive */

.entry-content-archive {
	background-color: white;
	margin-right: 20px;
}

ul.archive-tree{
	padding-left:30px;
}
.archive-tree-li {
	list-style-type:none;
	position:relative;
	margin-left:-15px;
}
.archive-tree-li label{
	padding-left:37px;
	cursor:pointer;
	display:block;
}
.archive-tree-li label.archive-menu-link-first {
	background: url("assets/images/black-dot.png") no-repeat 20px 8px;
	color: #EF6C00;
}

.archive-tree-li label.archive-menu-link-second {
	background: url("assets/images/white-dot.png") no-repeat 20px 8px;
	color: #EF6C00;
}

.archive-tree-li label.archive-menu-link-third {
	background: url("assets/images/black-square.png") no-repeat 20px 8px;
	color: #EF6C00;
}

.archive-menu-link a {
	color: #EF6C00;
}

.archive-tree-li input{
	width:1em;
	height:1em;
	position:absolute;
	left:-0.5em;
	top:0;
	opacity:0;
	cursor:pointer;
}
.archive-tree-li input + ul{
	height:1em;
	margin:-16px 0 0 -44px;
}
.archive-tree-li input + ul > li{
	display:none;
	margin-left:-14px !important;
	padding-left:1px
}

.archive-tree-li input:checked + ul{
	height:auto;
	margin:-21px 0 0 -44px;
	padding:25px 0 0 80px;
}
.archive-tree-li input:checked + ul > li{
	display:block;margin:0 0 0.063em;
}
.archive-tree-li input:checked + ul > li:first-child{
	margin:0 0 0.125em;
}


/*--------------------------------------------------------------
## Search page
--------------------------------------------------------------*/
.searchpage-searchbox {
	display: flex;
	justify-content: space-between;
	border: 1px solid #000;
	background-color: #fff;
	padding: 1em 1em;
	overflow: auto;
}

.searchpage-searchbox-button {
	padding: 0.2em;
	float: right;
	width: 5em;
}

.searchpage-searchbox-text-container {
	width: 100%;
}

.searchpage-searchbox-text {
	width: 98%;
	height: 36px;
	font-size: 0.8em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.commentguest {
	background-color: white;
	margin: 30px 2px 30px 0;
	padding: 1em;
	box-sizing: border-box;
	box-shadow: 2px 2px #E0E0E0;
	text-align: center;
}

.comment-info {
	font-size: 0.8em;
	color: #757575;
	margin: 5px 0 20px;
}

.comment-submit-button {
	padding: 7px 15px;
	background-color: #EF6C00;
	float: right;
	margin-top: -50px;
	border: 0;
	color: white;
}

.comments-title {
	color: #212121;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1em;
}

.comments-area {
	padding-top: 20px;
}

.comment-list {
	background: white;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.comment-author {
	border-bottom: 1px solid #eeeeee;
}

.comment {
	margin-bottom: 20px;
}

.comment-reply-title {
	font-size: 1em;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	margin: 10px 0px 0px -5px;
}

.custom-logo {
	width: 343px;
	height: auto;
}

.header-edit-homepage-link {
	color: #212121;
	display: inline-block;
	font-family: "Roboto Slab", serif;
	font-size: 34px;
	font-weight: 400;
	padding-left:20px;
}

.header-menu-dropdown-mobile {
	float: right;
	padding-top: 16px;
	padding-right: 12px;
}

.header-menu-dropdown-mobile img {
	width: 26px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Page specific stuff
--------------------------------------------------------------*/
.error-404 {
	padding: 1em;
	line-height: 1em;
}

/*--------------------------------------------------------------
## Article blocks
--------------------------------------------------------------*/
.article-list-container {
	display: flex;
	flex-flow: row wrap;
	gap: 0 2%;
	margin-bottom: 20px;
}

.article-block {
	-ms-flex: auto;
	position: relative;
	box-sizing: border-box;
	margin-top: 20px;
	background-color: white;
	display: flex;
	box-shadow: 2px 2px #e0e0e0;
}

/*.article-between {*/
/*	flex: 1 0 10px;*/
/*}*/

.article-block-image {
	width: 100%;
}

.article-block-image a img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

/*.article-block-image-70 {*/
/*	width: 60%;*/
/*}*/

/*.article-block-image-70 a img {*/
/*	width: 100%;*/
/*	height: auto;*/
/*}*/

.article-content-70 {
	width: 75%;
	padding-right: 10px;
}

.article-content {
	padding-left: 10px;
	padding-top: 10px;
}

.article-content h2 {
	display: table-cell;
}

.article-content p {
	line-height: normal;
}

.article-content h2 a {
	color: #212121;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	display: inline;
}

.article-content h2 a:hover {
	text-decoration: none;
	color: #EF6C00;
}

.article-content-member-type {
	font-weight: normal;
	color: #1565C0;
	font-size: 0.75em;
}

.article-content-origin-country {
	font-weight: normal;
	font-size: 1.05em;
}

.article-conent-origin-country-bottom {
	position: absolute;
	text-decoration: none;
	color: #EF6C00;
	line-height: 100%;
	font-family: 'Roboto Slab', serif;
	font-size: 1.2em;
	bottom: 0.2em;
	right: 0.5em;
}

.article-block-100 {
	width: 100%;
}

.article-content-100 {
	padding-right: 10px;
}

.article-block-80 {
	width: 100%;
}

.article-block-70 {
	width: 66%;
}

.article-content-70 h2 {
	font-size: 1.75em;
}

.article-block-50 {
	width: 49%;
	max-height: 120px;
}

.article-block-50-more-news {
	width: 49%;
	display: block;
}

.article-block-image-50 {
	min-width: 160px;
	max-width: 160px;
}

.article-block-section-5-fix {
	width: 100%;
	max-width: 160px;
	min-width: 160px;
}

.article-block-image-50-min-width {
	min-width: 200px;
}

.article-content-50{
	padding-right: 10px;
}

.article-content-50 h2 {
	font-size: 1.3em;
}

.article-block-45 {
	width: 415px;
	display: flex;
}

.article-content-45 h2 {
	font-size: 1.3em;
}

.article-block-40 {
	width: 48%;
	display: block;
}

.article-content-40 h2 {
	font-size: 1.3em;
}

.article-block-30 {
	width: 32%;
	display: block;
}

.article-block-image-30, .article-block-image-80 {
	width: auto;
}

.article-block-image-30-section-7{
	height: 60%;
}

.article-block-image-80-min-width {
	min-width: 475px;
}

.article-block-image-30 a img {
	/*min-height: 256px;*/
}

.article-list-container-column {
	flex-direction: column;
	width: 32%;
}

.article-block-image-100 {
	width: 33%;
}

.article-block-row-70 {

}

div.article-list-container-column > div.article-block-100 > div.article-block-image-100 {
	min-width: 120px;
	max-width: 120px;
	max-height: 115px;
	min-height: 100px;
}

.article-list-container:after {
	content: '';
	flex: 0 1 32%;
}

.article-content-30 {
	padding-bottom: 10px;
}

.article-content-30 h2 {
	font-size: 1.3em;
}

.article-content-ad-container {
	display: none;
}

/* Overrides for specific blocks */
.image-160 {
	width: 160px;
}

.google-ad-container {
	justify-content: center;
	padding-top: 10px;
}

.taboola-row {
	margin: 0 150px;
}


/*--------------------------------------------------------------
## Search page articles
--------------------------------------------------------------*/


.article-search {
	min-height: 125px;
}

.article-search-title h2{
	font-size: 1.00em;
	font-weight: bold;
	text-decoration: none;
}

.article-search-content {
	padding-left: 20px;
	width: 100%;
}

.article-search-content-excerpt {
	padding-left: 10px;
}
.size-article-search-photo {
	width: 110px;
	max-width: 110px;
}

.article-search-content-link {
	color: #212529;
}

.article-search-image {
	float: left;
	padding-right: 10px;
}

.article-search-content-link:hover {
	text-decoration: none;
	color: #212529;
}


/*--------------------------------------------------------------
## Tags page
--------------------------------------------------------------*/
.tags-table-container {
	overflow: auto;
	display: flex;
	flex-flow: wrap;
	justify-content: unset;
}

.tags-table-container-row {
	width: 25%;
	margin-bottom: 25px;
}

.tags-table {
	float: left;
}

.tags-table a {
	text-decoration: none;
	color: #1565C0;
}

.tags-table th {
	text-align: left;
}
.tags-title-type {
	font-weight: bold;
	margin: 1em 0.5em;
}

.tags-title-type-sep {
	color: #bdbdbd;
	margin: 0 0.5em;
	font-weight: normal;
}

.tags-title-active {
	color: black;
}

.tags-title-inactive {
	color: #1565C0;
}

.tag-cloud-link {
	margin: 10px;
	background-color: #eee;
	padding: 0 0.5em;
	border-radius: 2px;
	white-space: nowrap;
	text-decoration: none;
	color: #616161;
	line-height: 150%;
}

.tag-cloud-link:hover {
	color: #EF6C00;
}

.tag-description {
	background-color: white;
	padding: 2px 20px;
	line-height: 1.3;
	margin: 10px auto;
	box-sizing: border-box;
	box-shadow: 2px 2px #E0E0E0;
}

/*--------------------------------------------------------------
## Advertise page
--------------------------------------------------------------*/
.advertise-bg {
	text-align: center;
	background-image: url("assets/images/awu-bg.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	background-size: cover;
	height: 440px;
	margin-bottom: 130px;
}

.advertise-intro-text {
	padding-top: 70px;
}

.advertise-intro-lead-in {
	color: white;
	font-size: 40px;
	font-style: italic;
	line-height: 40px;
	margin-bottom: 50px;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-contact-us-btn {
	border-color: #ed6c1f;
	font-size: 18px;
	padding: 20px 40px;
}

.advertise-navigation-1 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 30px;
	margin-bottom: 180px;
}

.advertise-navigation-1-item {
	display: block;
	width: 255px;
	height: 255px;
	background-size: cover;
	border-radius: 4px;
	text-align: center;
	padding-top: 30px;
}

.advertise-navigation-1-item a img {
	max-width: 255px;
}

.advertise-how-to-help, .advertise-about, .advertise-options, .advertise-clients {
	text-align: center;
}

.advertise-how-to-help h2, .advertise-about h2, .advertise-options h2, .advertise-clients h2 {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #212529;
	font-weight: 700;
}

.advertise-how-to-help h3, .advertise-about h3, .advertise-options h3, .advertise-clients h3 {
	font-size: 1.8em;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 75px;
	text-transform: none;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-how-to-help p {
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 20.8px;
	font-weight: 400;
	line-height: 1.75;
	color: #212529;
}

ul.disc{
	list-style-type: disc;
}

.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}

.timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	content: '';
	background-color: #e9ecef;
}

.timeline > li {
	position: relative;
	min-height: 50px;
	margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
	display: table;
	content: ' ';
}

.timeline > li:after {
	clear: both;
}

.timeline > li .timeline-panel {
	position: relative;
	float: right;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline > li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline > li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline > li .timeline-image {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	text-align: center;
	border: 7px solid #e9ecef;
	border-radius: 100%;
}

.timeline > li .timeline-image img {
	max-width: 100%;
	height: auto;
	border-radius: 50% !important;
}

.timeline > li .timeline-image h4 {
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline > li:last-child {
	margin-bottom: 0;
	height: 0;
}

.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit;
}

.timeline .timeline-heading h4.subheading {
	text-transform: none;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.2;
}

.timeline .timeline-body > ul li {
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.timeline:before {
		left: 50%;
	}
	.timeline > li {
		min-height: 100px;
		margin-bottom: 100px;
	}
	.timeline > li .timeline-panel {
		float: left;
		width: 41%;
		padding: 0 20px 20px 30px;
		text-align: left;
	}
	.timeline > li .timeline-image {
		left: 50%;
		width: 100px;
		height: 100px;
		margin-left: -50px;
	}
	.timeline > li .timeline-image h4 {
		font-size: 13px;
		line-height: 18px;
		margin-top: 16px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		float: right;
		padding: 0 30px 20px 20px;
		text-align: left;
	}
	.timeline > li.timeline-inverted > .timeline-panel > .timeline-heading {
		text-align: right;
	}
}

@media (min-width: 992px) {
	.timeline > li {
		min-height: 150px;
	}
	.timeline > li .timeline-panel {
		padding: 0 20px 20px;
	}
	.timeline > li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px;
	}
	.timeline > li .timeline-image h4 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 30px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		padding: 0 20px 20px;
	}
}

@media (min-width: 1200px) {
	.timeline > li {
		min-height: 170px;
	}
	.timeline > li .timeline-panel {
		padding: 0 20px 20px 100px;
	}
	.timeline > li .timeline-image {
		width: 170px;
		height: 170px;
		margin-left: -85px;
	}
	.timeline > li .timeline-image h4 {
		margin-top: 40px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
		padding: 0 100px 20px 20px;
	}
}


.advertise-options-trusting {
	background-color: #6c757d;
	margin-top: 100px;
}

.advertise-options-trusting-short {
	margin: 0 auto;
	text-align: center;
}

.advertise-options-trusting-short p {
	font-weight: 700;
	font-size: 1.5rem;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-options {
	margin-top: 100px;
}

.advertise-options h2 {
	text-transform: unset;
}

.advertise-options-item {
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
}

.advertise-options-item-img {
	width: 36%;
}

.advertise-options-item-img img {
	width: 100%;
	height: auto;
}

.advertise-options-item-content {
	text-align: left;
	width: 62%;
}

.advertise-options-item-content h3, .advertise-options-process-title h3 {
	margin-top: 0;
	font-weight: 700;
	font-size: 1.75rem;
	font-style: unset;
	margin-bottom: 0;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-options-item-content p {
	line-height: 1.75;
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 400;
	color: #212529;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-options-item-content ul li {
	line-height: 1.5;
	font-weight: 400;
	color: #212529;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-options-process {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 60px;
}

.advertise-options-process-item {
	text-align: center;
	width: 32%;
	padding: 10px;
}

.advertise-options-process-item h3 {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	font-style: unset;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-options-process-item p {
	margin-top: 0;
	line-height: 1.75;;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-options-process-item-1, .advertise-options-process-item-3 {
	background-color: #343a40;
}

.advertise-options-testimonial {
	display: flex;
	padding: 0 100px;
	margin-bottom: 40px;
}

.advertise-options-testimonial-svg {
	width: 100%;
	max-width: 6.3%;
}

.advertise-options-testimonial-quote {
	padding: 0 40px;
	font-size: 1.25rem;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-weight: 500;
	line-height: 1.2;
}

.advertise-options-testimonial-source {
	margin-bottom: 140px;
	padding: 0 40px;
	font-size: 1.25rem;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	line-height: 1.2;
	font-weight: bold;
}

.advertise-options-download {
	background-color: #6c757d;
}

.advertise-options-download-short {
	display: flex;
	margin: 0 auto;
}

.advertise-options-download-short p {
	font-weight: 700;
	font-size: 1.5rem;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-options-download-short-form-container {
	padding: 1.5rem 0;
	width: 40%;
}

.advertise-options-download-short-form-input {
	width: 100%;
	max-width: 400px;
	height: 56px;
	max-height: 56px;
	min-height: 40px;
	border: 0;
	border-radius: 0;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-clients {
	margin-top: 100px;
}

.advertise-clients-items {
	margin-top: 150px;
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.advertise-clients-item {
	max-width: 33.333333%;
	margin: 0 0 30px;
}

.advertise-clients-item a {
	display: flex;
}

.advertise-clients-item a img {
	max-width: 380px;
	min-height: 260px;
	max-height: 180px;
	object-fit: cover;
	width: 100%;
}

.advertise-clients-item-caption {
	padding: 25px;
	text-align: center;
	background-color: #6c757d !important;
	font-weight: 700;
	font-size: 1.5rem;
	text-transform: none;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-contact {
	background-color: #212529;
	background-image: url("assets/images/advertise/map-image.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 150px 0;
}

.advertise-contact-headlines {
	text-align: center;
}

.advertise-contact-headlines h2 {
	font-size: 40px;;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-contact-headlines h3 {
	font-weight: 700;
	padding: 0 1.5em;
	font-size: 1.5em;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-contact-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.advertise-contact-content-left, .advertise-contact-content-right {
	width: 49%;
}

.advertise-contact-content-form-group {
	margin-bottom: 25px;
}

.advertise-contact-content-form-group input, .advertise-contact-content-form-group textarea {
	padding: 20px;
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: white;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.advertise-contact-content-form-group textarea {
	height: 248px;
}

.advertise-contact-content-send {
	text-align: center;
}
.advertise-contact-content-send-button {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-weight: 700;
	cursor: pointer;
	font-size: 18px;
	padding: 20px 40px;
	text-transform: uppercase;
	border: 1px solid #ed6c1f;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #ed6c1f;
	color: white;
}

.advertise-contact-content-send button:hover {
	background-color: #ffc107;
}

.advertise-contact-content-note {
	text-align: center;
	margin-top: 20px;
}

.advertise-contact-content-note h3 {
	color: white;
	padding: 0 1.5em;
	font-size: 1.5em;
	font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-satisfied {
	text-align: center;
	margin-top: 100px;
}

.advertise-satisfied h3 {
	font-size: 1.8em;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 75px;
	text-transform: none;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.advertise-satisfied-items {
	margin-top: 150px;
	margin-bottom: 70px;
	display: flex;
	flex-wrap: wrap;
}

.advertise-satisfied-item {
	width: 33%;
	max-width: 33%;
	margin-bottom: 30px;
}

.advertise-satisfied-item img {
	max-height: 110px;
	max-width: 70%;
	height: auto;
}

/*--------------------------------------------------------------
## Noticeboard
--------------------------------------------------------------*/
.noticeboard-add-noticeboard {
	color: #ffffff;
	border-radius: 8px;
	padding: 0.25em 1em;
	margin-bottom: 20px;
	display: inline-block;
}

.noticeboard-add-noticeboard:hover {
	color: #ffffff;
}

.noticeboard-title {
	margin-bottom: 8px;
	margin-top: 10px;
	width: 100%;
	height: 35px;
	background-color: #424242;
	display: table;
}

.noticeboard-title span {
	font-weight: 700;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.noticeboard-manage-my-notices {
	padding-left: 20px;
	color: #ed6c1f;
}

.noticeboard-add-form-container-row {
	display: flex;
	margin-bottom: 10px;
}

.noticeboard-add-form-container-row-left {
	min-width: 150px;
	text-align: right;
	padding-right: 20px;
}

.noticeboard-add-form-container-row-right {
	width: 100%;
}

.noticeboard-add-textarea {
	width: 98%;
}

.noticeboard-filter-table td {
	padding-bottom: 1em;
}

.noticeboard-results {
	width: 100%;
}

.noticeboard-results tr:nth-child(even) {
	background-color: #eeeeee;
}

.noticeboard-results tr:hover {
	background-color: #e1e1e1;
}
.noticeboard-result-date {
	font-weight: bold;
}

.noticeboard-result-title a {
	font-weight: bold;
}

.noticeboard-result-title a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Single noticeboard
--------------------------------------------------------------*/

.entry-content-single-noticeboard {
	padding:0;
}
.noticeboard-single-info-table {
	width: 65%;
}

.noticeboard-single-info-table-title {
	font-weight: bold;
}

/*--------------------------------------------------------------
## Add noticeboard
--------------------------------------------------------------*/
.noticeboard-add-table-cell {
	padding-bottom: 1em;
}

.noticeboard-add-submit {
	background-color: #ef6C00;
	color: #ffffff;
	border-radius: 8px;
	padding: 0.25em 1em;
	font-size: 1.5em;
	margin: 0 0 2em 0;
	border: none;
}

.noticeboard-add-cancel {
	padding-left: 2em;
	color:  #ef6C00;
}

.noticeboard-add-title {
	width: calc(100% - 17px);
}

/*--------------------------------------------------------------
## Corporate
--------------------------------------------------------------*/
.corporate-form-container-row {
	margin-bottom: 50px;
}

.corporate-form-container-row-flex {
	display: flex;
}

.send-corporate-control-input {
	width: 60%;
	height: 35px;
	border: 1px solid black !important;
	border-radius: 0 !important;
}

.send-corporate-control-input-num {
	width: 10%;
}

.send-corporate-control-input-comment {
	height: 140px;
}

.send-corporate-submit {
	font-size: 16px;
	color: white;
	background: #11638e;
	border: 0;
	width: 160px;
	height: 45px;
}

.corporate-form-container-row-terms {
	max-width: 250px;
	padding-left: 15%;
}



/*--------------------------------------------------------------
## Properties
--------------------------------------------------------------*/
.properties-header-bg {
	padding: 10px 0;
	background-size: cover;
}

.properties-header-search-form {
	margin: 20px;
	background: rgba(255, 255, 255, 0.85);
	padding-top: 5px;
	padding-left: 10px;
	max-width: 55%;
}

.properties-header-search-form h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
}

.properties-header-search-form input, .properties-header-search-form select {
	font-size: 0.75em;
}

.properties-header-search-form input[type="text"] {
	width: 250px;
}
.properties-header-search-form-bottom {
	display: flex;
	padding: 20px 0;
}

.properties-header-search-form-partner {
	display: flex;
	flex-flow: wrap;
	max-width: 300px;
}

.properties-header-search-form-partner img {
	max-height: 40px;
}

.properties-header-search-form-button {
	display: flex;
	align-items: flex-end;
	flex: 1;
}

.properties-logo {
	flex: 1;
}

.properties-header-search-form-submit {
	margin-left: 20px;
	float: right;
	margin-right: 20px;
	border: 0;
	background-color: #f57000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 16px;
	text-decoration: none;
	cursor: pointer;
}

.properties-disclaimer p {
	font-style: italic;
}

.properties-item {
	position: relative;
	box-sizing: border-box;
	margin-top: 15px;
	display: flex;
	border-bottom: 1px solid #bbb;
	padding-bottom: 15px;
}

.properties-item a {
	display: flex;
}

.properties-item a img {
	width: 160px;
	max-width: 160px;
	object-fit: cover;
	display: block;
}

.properties-item-content {
	padding-left: 10px;
}

.properties-item-content h2 {
	display: table-cell;
}

.properties-item-content h2 a {
	color: #212121;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: normal;
	display: inline;
	font-size: 20px;
}

.properties-item-content-info {
	display: flex;
	width: 645px;
}

.properties-item-content-info-1 {
	width: 30%;
}

.properties-item-content-info-1-row {
	display: flex;
}

.properties-item-content-info-1-row-left {
	text-align: left;
	padding-left: 5px;
}

.properties-item-content-info-1-row-left-location {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.properties-item-content-info-1-row-right {
	text-align: right;
	min-width: 85px;
}

.properties-item-content-info-2 {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	width: 50%;
}

.properties-item-content-info-2 a {
	display: inline;
	padding-left: 5px;
}

.properties-item-content-info-3 {
	text-align: center;
	width: 20%;
}

.properties-item-content-info-3-button {
	background: none repeat scroll 0 0 #f57000;
	border: 0 none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 13px;
	font-weight: bold;
	padding: 8px 26px;
	text-align: center;
	width: 120px;
	color: white;
}

.properties-item-content-info-3-button:hover{
	color: white;
}

.properties-item-content-info-3-currency {
	font-size: 12px;
}

.properties-item-content-info-3-price {
	font-size: 16px;
}

.properties-item-content-info-3-img {
	height: 30px;
	margin-right: 10px;
	margin-top: 10px;
}

.properties-pagination {
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Homes page
--------------------------------------------------------------*/
.entry-content-homes {
	font-size: 1.8em;
	display: flex;
	flex-wrap: wrap;
	clear: both;
}

.entry-content-homes-item {
	margin: 10px;
	width: 265px;
	height: 225px;
	background-size: cover;
	padding-top: 3em;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	overflow: auto;
	text-shadow: 2px 2px 4px #000;
}

.entry-content-homes-item:hover {
	color: white;
	text-decoration: none;
	filter: opacity(0.8);
}

/*--------------------------------------------------------------
## Membership page
--------------------------------------------------------------*/
.membership-top-header {
	background-image: url("assets/images/image-2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	text-align: center;
	padding: 20px 0;
	min-height: 800px;
}

.membership-header-bg {
	width: 45%;
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	margin-top: 120px;
	padding: 20px;
}

.membership-top-header-h2 {
	font-size: 33px !important;
}

.membership-header-bg h2 {
	font-size: 60px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 1.5rem;
	font-family: 'Roboto Slab', sans-serif;
}

.membership-header-bg p {
	font-size: 26px;
	font-weight: 300;
	color: #fff;
	max-width: 700px;
	margin: 0 auto;
}

.membership-header-bg p a {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0.8rem 2rem;
	transition: all 0.3s ease;
	background-color: transparent;
	background-image: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid white;
	border-radius: .25rem;
}

.membership-header-bg p a:hover {
	background-color: white;
	color: #f57000;
}

.membership-header-bg ul {
	margin: 0 auto 0;
	padding: 0 10%;
}

.membership-header-bg ul li {
	text-align: left;
	margin-left: 2rem;
	font-size: 20px;
	line-height: 2.2rem;
	font-family: 'Roboto Slab', sans-serif;
}

.membership-story div {
	margin: 0 auto;
}

.membership-story h2 {
	font-size: 45px;
	font-weight: 400;
	color: #e0481a;
	letter-spacing: -1px;
	margin-bottom: 1rem;
	font-family: 'Roboto Slab', sans-serif;
}

.membership-story h3 {
	color: #e0481a;
	font-size: 33px;
	font-weight: 500;
	font-family: 'Roboto Slab', sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
}

.membership-story p {
	color: #424242;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 28px;
}

.story {

	font-size: 18px;
	line-height: 28px;
}
.owl-carousel .owl-item img.client-img {
	width: 110px;
	margin: 30px auto;
	border-radius: 50%;
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
}

.blockquote {
	color: #424242;
	font-weight: 400;
}

.owl-next.disabled,
.owl-prev.disabled {
	opacity: 0.5;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #e7d9eb;
	width: 35px;
	height: 8px;
	border-radius: 10px;
	transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #ff487e;
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width:767px) {

	.story {
		font-size: 16px;
		padding-left: .9rem;
		padding-right: .9rem;
	}
}

.membership-latest-articles {
	background-color: #eeeeee;
	text-align: center;
}

.membership-latest-articles h3, .membership-become-member h3, .membership-faq h3, .membership-tabs h3 {
	color: #e0481a;
	font-size: 33px;
	font-weight: 500;
	font-family: 'Roboto Slab', sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
}
.membership-tabs h3 {
	padding-top: 100px;
}

.membership-latest-articles-read-more-btn {
	display: inline-block;
	touch-action: manipulation;
	color: #fff;
	border-radius: 3px;
	background-image: linear-gradient( 122deg, #ed6c1f 0%, #e0481a 100%);
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
	font-weight: 500;
	padding: 0.6rem 2rem;
	border: 0;
	font-size: 18px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.membership-latest-articles-read-more-btn:hover {
	background-image: linear-gradient( 122deg, #e0481a 0%, #ed6c1f 100%);
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
}

.membership-back-top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
}

.membership-become-member {
	text-align: center;
}

.membership-faq {
	text-align: center;
}

.membership-faq-items {
	display: flex;
	flex-wrap: wrap;
}

.membership-faq-item {
	width: 50%;
	text-align: left;
	padding: 0 20px;
}

.membership-faq-item h4 {
	font-size: 20px;
	font-weight: 400;
	color: #1565c0;
}

.membership-faq-item p {
	color: #424242;
	font-weight: 400;
	font-size: 16px;
}

.membership-tabs {
	text-align: center;
	background-color: #eeeeee;
}

.membership-tabs-content {
	text-align: left;
}

.membership-tabs-content h2 {
	font-size: 45px;
	font-weight: 400;
	color: #e0481a;
	letter-spacing: -1px;
	margin-bottom: 1rem;
	font-family: 'Roboto Slab', sans-serif;
}

.membership-tabs-content p {
	color: #424242;
}

.membership-tabs-content p.lead {
	color: #1565c0;
	margin-bottom: 2rem;
	font-weight: 400;
}

.membership-tabs-icons {
	font-size: 8rem;
	color: #e0481a;
}

.nav_tabs{
	overflow: hidden;
	margin-top: 60px;
}

.tab-content {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #FFF;
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
	padding: 3rem;
}

@media (max-width:992px) {
	.tab-content {
		padding: 1.5rem;
	}
}

.tab-content p {
	line-height: 1.8;
}

.tab-content h2 {
	margin-bottom: 0.5rem;
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	padding: 1rem 1rem;
	border-color: #faf6fb #faf6fb #FFFfff;
	font-size: 19px;
	color: #ed6c1f;
	background: #e0e3e5;
}

.nav-tabs .nav-link.active {
	background: #FFFfff;
	border-top-width: 3px;
	border-color: #ed6c1f #faf6fb #FFF;
	color: #424242;
}

.tab-content>.tab-pane{
	display: block;
	height: 0px;
	overflow: hidden;
}
.tab-content>.active{
	height: auto;
}

.membership-download-app {
	text-align: center;
	background-image: linear-gradient( 135deg, rgba(237,108,31) 0%, rgba(237,108,31) 0%);
	padding: 90px 0;
}

.membership-download-app h2 {
	font-size: 45px;
	font-weight: 400;
	letter-spacing: -1px;
	margin-bottom: 1rem;
	font-family: 'Roboto Slab', sans-serif;
}

.membership-download-app p {
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	max-width: 650px;
	margin: 0 auto 30px;
}

.membership-download-app-btns a {
	color: #424242;
	border-radius: 3px;
	background: #FFF;
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
	font-size: 14px;
	font-weight: 400;
	margin: 0.5rem;
	padding: 0.7rem 1.6rem;
	line-height: 1.8;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.membership-download-app-btns a:hover {
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.membership-download-app-btns a img {
	margin-right: 0.4rem;
	vertical-align: text-bottom;
}

/*--------------------------------------------------------------
## All sponsored articles page
--------------------------------------------------------------*/
.all-sponsored-article-td {
	padding: 0 0.5em;
}

.all-sponsored-article-label-premium {
	color: #fff;
	background-color: #00f;
	padding: 0 4px;
	border-radius: 4px;
	font-size: 0.65em;
}
.all-sponsored-article-label-sponsored-guest {
	color: #fff;
	background-color: #f00;
	padding: 0 4px;
	border-radius: 4px;
	font-size: 0.65em;
}
.all-sponsored-article-label-sponsored-classic {
	color: #fff;
	background-color: #c44;
	padding: 0 4px;
	border-radius: 4px;
	font-size: 0.65em;
}

.all-sponsored-article-label-sponsored-custom {
	color: #fff;
	background-color: #00a63f;
	padding: 0 4px;
	border-radius: 4px;
	font-size: 0.65em;
}

.all-sponsored-article-label-unpublished {
	color: #fff;
	background-color: #444;
	padding: 0 4px;
	border-radius: 4px;
	font-size: 0.65em;
}

.all-sponsored-article-label-scheduled {
	color: #fff;
	background-color: #f88;
	padding: 0 4px;
	border-radius: 4px;
	font-size: 0.65em;
}

/*--------------------------------------------------------------
## Influence
--------------------------------------------------------------*/

.influence-table-title {
	padding: 15px;
}

.influence-table-source {
	white-space: nowrap;
	min-width: 30%;
}

.influence-table-date {
	white-space: nowrap;
}

/*--------------------------------------------------------------
## Member stats page
--------------------------------------------------------------*/
.member-stats-table {
	margin:  0 0 2em 0;
	font-family: Roboto Mono, monospace;
	font-size: 0.9em;
	border-collapse: collapse;
}
.member-stats-table td {
	text-align: right;
	padding: 0 1em;
}
.member-stats-table tr:nth-child(odd) {
	background-color: #f5f5f5;
}
.conversionstable tr.expandable {
	display: none;
}
.conversionstable {
	font-size: 0.9em;
	font-family: Roboto;
}
.conversionstable td {
	font-size: 1em;
	padding: 0.5em;
	vertical-align: top;
	line-height: 120%;
}
.conversionstable td:nth-child(1) {
	font-size: 1em;
	padding-left: 1em;
}
.conversionstable td:nth-child(2) {
	font-size: 1em;
	text-align: left;
}
.conversionstable td:nth-child(3) {
	font-size: 1em;
	text-align: left;
	padding-right: 0.5em;
}
.statstable {
	float: left;
	margin-right: 60px;
}
.weekly-total {
	font-weight: bold;
	padding: 0.2em 0.5em;
}
.churn {
	color: #9e9e9e;
	font-size: 0.8em;
	font-weight: normal;
}
.member-stats-table td:nth-child(3),
.member-stats-table td:nth-child(4),
.member-stats-table td:nth-child(5),
.member-stats-table td:nth-child(6) {
	color: #9e9e9e;
	font-size: 0.8em;
	font-weight: normal;
}
.member-stats-table td:nth-child(3) {
	padding-right: 0;
}
.member-stats-table td:nth-child(4) {
	padding: 0;
}
.member-stats-table td:nth-child(5) {
	text-align: left;
	padding-left: 0;
}
.member-stats-table td:nth-child(6) {
	text-align: left;
	padding-left: 0.75em;
}

.member-stats-footer {
	margin-top: 2em;
	font-size: 0.8em;
	font-style: italic;
}


/*--------------------------------------------------------------
## Jobs page
--------------------------------------------------------------*/
.jobs-top-header {
	height: 226px;
	background-image: url("assets/images/laptop-and-coffee.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	text-align: center;
	overflow: auto;
}

.jobs-top-header h1 {
	text-transform: uppercase;
	line-height: 120%;
	font-family: 'Source Sans Pro', Helvetica, arial, sans-serif;
	font-weight: 800;
	font-size: 40px;
}

.jobs-top-header h3 {
	font-weight: normal;
}

.jobs-top-header a {
	background-color: #ed6c1f;
	color: #fff;
	padding: 0.5em 2em;
	text-decoration: none;
	border-radius: 8px;
	margin-bottom: 30px;
	display: inline-block;
	font-family: 'Source Sans Pro';
}

.jobs-industry, .jobs-group, .jobs-location {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 40px;
}

.jobs-industry-item, .jobs-location-item {
	display: inline;
	width: 240px;
	height: 200px;
	background-size: cover;
	border-radius: 4px;
	text-align: center;
	padding-top: 50px;
}

.jobs-industry-item a, .jobs-location-item a {
	font-size: 2em;
	font-weight: normal;
	font-family: 'Roboto Slab';
	text-shadow: 1px 1px #414141;
	color: white;
}

.jobs-industry-item a:hover, .jobs-location-item a:hover {
	text-decoration: none;
}

.jobs-industry-1 {
	background-image: url("assets/images/jobs/education.jpg");
}

.jobs-industry-2 {
	background-image: url("assets/images/jobs/software.jpg");
}

.jobs-industry-3 {
	background-image: url("assets/images/jobs/technology.jpg");
}

.jobs-industry-4 {
	background-image: url("assets/images/jobs/graduate.jpg");
}

.jobs-category-title, .jobs-location-title {
	margin: 0 40px;
	text-align: center;
}

.jobs-category-title h3, .jobs-location-title h3 {
	font-weight: normal;
	font-size: 1.6em;
	font-family: 'Roboto Slab';
	margin-bottom: 10px;
}

.jobs-group-item {
	display: inline;
	width: 240px;
	height: 200px;
	text-align: left;
	padding-top: 50px;
}

.jobs-group-item a {
	color: #1976D2;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 170%;
}

.jobs-location {
	margin-bottom: 100px;
}


/*--------------------------------------------------------------
## Discuss
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Members account
--------------------------------------------------------------*/

.entry-content-ma {
	padding: 20px 40px 20px 40px;
	background: white;
}

.entry-content-ma h1 {
	font-family: 'Roboto', Arial, sans-serif;
	margin-top: 0;
	font-size: 26px;
	font-weight: bold;
}

.ma-membership-links-left {
	float: left;
}

.ma-membership-links-left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ma-membership-links-left ul li {
	list-style: none;
	display: inline;
}

.ma-membership-links-left ul li a {
	text-decoration: none;
}

.ma-membership-links-left ul li:after {
	content: "\00a0\00a0\00a0\00b7\00a0\00a0\00a0";
}

.ma-membership-links-left ul li:last-child:after {
	content: none;
}

.ma-membership-links-right {
	float: right;
}

.ma-membership-links-right a {
	color: #FFFFFF;
	display: inline-block;
	padding: 0.5em 1em;
	font-weight: bold;
	border-radius: 4px;
}

.entry-content-ma-account {
	margin-top: 75px;
}

.entry-content-ma-login-button {
	width: 150px;
	padding: 8px 15px 8px;
	border: 1px solid #1565c0;
	background: #1565c0;
	border-radius: 5px;
	font-family: 'Roboto', monospace;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.02em;
	margin: 0 auto 5px 0;
	display: block;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.3);
}

.entry-content-ma-login-button:hover {
	background: #ffffff;
	color: #1565c0;
	text-decoration: none;
}

.entry-content-ma-membership-button {
	width: 215px;
	padding: 8px 15px 8px;
	border: 1px solid #EF6C00;
	background: #EF6C00;
	border-radius: 5px;
	font-family: 'Roboto', monospace;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.02em;
	margin: 0 auto 5px 0;
	display: block;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.3);
}

.entry-content-ma-membership-button:hover {
	background: linear-gradient(to bottom, #e0481a 0%, #EF6C00 100%);
	color: #ffffff;
	text-decoration: none;
}

.entry-content-ma-ul li {
	margin-left: 2em;
	list-style-type: disc;
}


.entry-content-ma-deals h3 {
	color: #212121;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

.entry-content-ma-deals p {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1em;
}

.entry-content-ma-newsletters-form {
	margin-top: 100px;
}

.entry-content-ma-newsletters-form-subheading {
	font-size: 22px;
	color: #212121;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: bold;
}

.entry-content-ma-newsletters-form-info {
	display: inline-block;
	color: #212121;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1em;
	margin-top: 20px;
}

.entry-content-ma-newsletters-form-checkboxes {
	display: flex;
	flex-flow: row wrap;
}

.entry-content-ma-newsletters-form-checkboxes-left {

}

.entry-content-ma-newsletters-form-checkboxes-right {
	margin-left: 100px;
}

.entry-content-ma-newsletters-form-checkboxes-left h3,  .entry-content-ma-newsletters-form-checkboxes-right h3 {
	font-size: 17px;
	color: #212121;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: bold;
}

.entry-content-ma-newsletters-form-checkboxes-left input,  .entry-content-ma-newsletters-form-checkboxes-right input {
	margin-bottom: 10px;
}

.entry-content-ma-newsletters-form-submit {
	color: #FFFFFF;
	background-color: #EF6C00;
	display: inline-block;
	padding: 0.5em 1em;
	font-weight: bold;
	border-radius: 4px;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Members notices
--------------------------------------------------------------*/

.entry-content-notices {
	padding: 20px;
	background: white;
}

.members-notices-table {
	width: 100%;
}

.members-notices-table tr:nth-child(even) {
	background-color: #eeeeee;
}

.members-notices-table tr:hover {
	background-color: #e1e1e1;
}

/*--------------------------------------------------------------
## About us
--------------------------------------------------------------*/

.aboutus h1  {
	line-height: 140%;
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	font-size: 1.75em;
}

.aboutus-country {
	font-size: 1.75em;
	clear: both;
	margin: 1em 0;
	color: #EF6C00;
	border-bottom: 1px solid #BDBDBD;
	font-family: 'Roboto Slab', serif;
}

.aboutus-country a {
	color: #EF6C00;
}

.aboutus-person {
	display: flex;
	max-width: 375px;
	margin: 0 20px 20px 0;
}

.aboutus-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aboutus-person-image{
}

.aboutus-person-content{
	padding-left: 10px;
}

/*--------------------------------------------------------------
## Community
--------------------------------------------------------------*/

.commfb, .commtw, .commig, .commln, .commyt {
	list-style: none;
	list-style-position: outside;
}

.community-hub-content {
	padding: 30px;
}

.community-hub-content > ul > li:before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 24px;
	margin-left: -24px;
	background-size: contain;
	background-repeat: no-repeat;
}

li.commfb:before {
	background-image: url("assets/images/socialicons/fb.png");
}

li.commtw:before {
	background-image: url("assets/images/socialicons/tw.png");
}

li.commig:before {
	background-image: url("assets/images/socialicons/ig.png");
}

li.commln:before {
	background-image: url("assets/images/socialicons/ln.png");
}

li.commyt:before {
	background-image: url("assets/images/socialicons/yt.png");
}


/*--------------------------------------------------------------
## Business directory
--------------------------------------------------------------*/

.entry-content-bd {
	padding-top: 20px;
	padding-left: 20px;
	background-color: white;
}

.entry-content-bd-mailto {
	color: #0000ee;
}

.entry-content-bd h1 {
	font-family: Roboto Slab;
	font-weight: 400;
	margin-top: 0;
	font-size: 2em;
}

.entry-content-bd p {
	color: #212121;
}


.entry-content-bd-categories {
	display: flex;
	flex-wrap: wrap;
}

.entry-content-bd-categories-left, .entry-content-bd-categories-right {
	width: 50%;
}

.entry-content-bd-category {
	margin: 1em 0;
	padding: 10px;
	background-color: #ddd;
	box-shadow: 2px 2px 2px #ccc;
	width: 95%;
}

.entry-content-bd-category h2 {
	margin-top: 0;
	margin-left: 16px;
	font-family: Roboto slab;
	font-weight: 400;
	font-size: 1.5em;
	color: #212121;
}

.entry-content-bd-category-break {
	page-break-before: always;
}

.entry-content-bd-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.entry-content-bd-item {
	width: 100%;
	margin: 1em;
	overflow: auto;
	background-color: #fff;
	padding: 8px;
	border-radius: 8px;
	box-shadow: 2px 2px 2px #ddd;
}

.entry-content-bd-item img {
	border: 1px solid #ccc;
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 1em;
	border-radius: 8px;
}

.entry-content-bd-item a {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	color: #0000ee;
	line-height: 1em;
}

/* Start responsive */

/* Mobile 1 */
@media only screen and (min-width: 320px) and (max-width: 479px){

	.site-content {
		margin: 0 10px;
	}

	.site-content-article {
		margin: 0 0;
	}

	.widget-area {
		overflow: visible;
		width: 100%;
	}

	.custom-logo {
		width: 180px;
	}

	.main-navigation, .login-box, .menu-header-visible-main {
		display: none;
	}

	.header-branding {
		padding-left: 15px;
	}

	.header-branding h5 {
		font-size: 0.9em;
	}

	.site-branding {
		height: 83px;
	}

	.entry-content-bd-categories-left, .entry-content-bd-categories-right {
		width: 100%;
	}

	.entry-content, .entry-content-full {
		padding: 0;
	}

	.menu-header-new-container-item {
		width: 100%;
	}

	.menu-header-new-container-items {
		padding: 2em 2.5em;
	}

	.menu-footer-one-container {
		margin-top: 20px;
	}

	.site-info, .menu-footer-one-container, .menu-footer-two-container, .menu-footer-three-container {
		width: 360px;
	}

	#footer-menu-one, #footer-menu-two, #footer-menu-three {
		padding-inline-start: 18px;
	}

	.footer-social-links {
		margin-left: -15px;
	}

	.article-content-ad-container {
		margin: 30px 14px;
	}

	.header-content-ad-container {
		display: none;
	}

	.article-block {
		margin-top: 10px;
	}

	.article-list-container {
		display: block;
	}

	.article-block-70 {
		display: block;
		width: 100%;
	}

	.article-block-40 {
		width: 100%;
	}

	.article-content-30 h2 {
		font-size: 1.1em;
	}

	.article-content-70, .article-block-50 {
		width: 100%;
		min-height: 130px;
	}

	.article-block-30, .article-block-50-more-news  {
		width: 100%;
		display: flex;
	}

	.article-block-80,  .article-block-100 {
		display: block;
	}

	.article-block-image-30, .article-block-image-50, .article-block-image-50-more-news {
		max-width: 120px;
		min-width: 120px;
	}

	.article-block-image-80-min-width,  .article-block-image-100 {
		min-width: 0;
	}

	.article-block-image-30 a img {
		min-height: 0;
	}

	.article-block-image-100 {
		width: 100%;
	}

	.article-list-container-column {
		flex-flow: row wrap;
		width: 100%;
	}

	.article-conent-origin-country-bottom {
		position: relative;
		text-align: right;
	}

	.article-content-50 h2 a {
		font-size: 19px;
	}

	.section-static a img {
		width: 100%;
	}

	.section-promo-brexit-inner {
		display: block;
	}

	.section-promo-brexit-inner img {
		width: 80%;
	}

	.section-promo-brexit-inner p {
		padding-right: 0;
	}

	.taboola-row {
		margin: 0;
	}

	.entry-meta {
		display: none;
	}

	.entry-the-post-meta-hidden {
		display: block;
	}

	.entry-title, .post-thumbnail, .entry-the-post {
		margin-left: 0;
	}

	.properties-item, .properties-item-content-info {
		display: block;
	}

	.properties-header-search-form {
		max-width: 100%;
	}

	.properties-header-search-form-partner {
		max-width: 155px;
	}

	.properties-header-search-form input[type="text"] {
		width: 190px;
	}

	.menu-header-new-container-sub-items-left a, .menu-header-new-container-sub-items-right a {
		margin-bottom: 5px;
	}

	.menu-header-new-container-app-items-hidden-mobile {
		display: contents;
	}

	.mid-article-video-ad {
		min-width: 100%;
	}

	.header-hidden-2-my-account {
		color: #1565c0 !important;
		background-color: #fff;
		width: fit-content;
		padding: 5px 10px 5px !important;
		border: 1px solid #1565c0;
		border-radius: 5px;
		font-weight: bold;
		box-shadow: 1px 1px 5px 0px rgb(50, 50, 50, 0.3);
		margin-bottom: 20px !important;
	}

	.header-hidden-2-newsletter-options {
		color: white !important;
		background-color: #1565c0;
		width: fit-content;
		padding: 5px 10px 5px !important;
		border: 1px solid #1565c0;
		border-radius: 5px;
		font-weight: bold;
		box-shadow: 1px 1px 5px 0px rgb(50, 50, 50, 0.3);
		margin-bottom: 20px !important;
	}

	.entry-content-ma-newsletters-form-checkboxes-right {
		margin-left: 0;
		margin-top: 20px;
	}

	.entry-content-ma-newsletters-form {
		margin-top: 200px;
	}

	.advertise-contact-content {
		display: block;
	}

	.advertise-contact-content-left, .advertise-contact-content-right {
		width: 100%;
		padding: 0 15px;
	}

	.advertise-options-testimonial {
		padding: 0 10px;
	}

	.advertise-clients-items {
		display: block;
	}

	.advertise-clients-item {
		max-width: 100%;
		padding: 0 15px;
	}

	.advertise-options-download-short {
		display: block;
		padding: 0 10px;
	}

	.advertise-options-download-short-form-container {
		width: 100%;
	}

	.advertise-options-item {
		padding: 0 15px;
		display: block;
	}

	.advertise-options-item-content {
		width: 100%;
	}

	.advertise-options-item-img {
		width: 100%;
	}

	.advertise-options-process {
		display: block;
		margin: 0 15px;
	}

	.advertise-options-process-item {
		width: 100%;
		margin-top: 20px;
	}

	.advertise-options-process-item-3 {
		margin-bottom: 25px;
	}

	.advertise-how-to-help {
		padding: 0 15px;
	}
	.advertise-navigation-1 {
		padding: 0 15px;
	}

	.advertise-navigation-1 {
		margin-bottom: 100px;
	}

	.advertise-navigation-1-item {
		width: 150px;
		height: 160px;
	}

	.advertise-navigation-1-item a img {
		max-width: 150px;
	}

	.advertise-intro-lead-in {
		font-size: 20px;
		line-height: 28px;
	}

	.advertise-bg {
		height: 328px;
	}

	.article-search {
		padding-bottom: 30px;
	}

	.article-search-content {
		padding-left: 0;
	}

	.jobs-top-header h1 {
		font-size: 30px;
	}

	.jobs-top-header h3 {
		font-size: 18px;
	}

	.jobs-industry, .jobs-location, .jobs-group {
		margin: 20px 50px 0;
	}

	.jobs-industry-item, .jobs-location-item {
		margin-bottom: 25px;
	}

	.membership-header-bg {
		margin-top: 0;
		width: 100%;
	}

	.membership-top-header {
		min-height: 1000px;
	}

	.membership-story {
		padding: 30px;
	}

	.membership-faq-items {
		display: block;
	}

	.membership-faq-item {
		width: 100%;
	}

	.noticeboard-add-form-container-row {
		display: block;
		margin-bottom: 20px;
	}

	.noticeboard-add-form-container-row-left {
		text-align: left;
	}

	.noticeboard-add-form-submit {
		display: flex;
		flex-flow: column;
	}

	.noticeboard-results {
		min-width: 310px;
		display: block;
	}

	.noticeboard-result-date, .noticeboard-result-title, .noticeboard-result-type, .noticeboard-result-location {
		min-width: 310px;
		display: block;
		padding-left: 10px;
	}

	.noticeboard-result-date {
		padding-top: 10px;
	}

	.noticeboard-results tr {
		display: block;
		border: 1px solid #ccc;
	}


	.members-notices-table, .members-notices-table tr, .members-notices-table td {
		display: block;
		width: 100%;
	}

	.members-notices-table tr {
		border: 1px solid #ccc;
	}

	.members-notices-table td {
		padding: 0 20px;
	}

	.gallery-archive-items {
		justify-content: center;
	}

	.gallery-archive-cat-title {
		text-align: center;
	}

	.gallery-column {
		width: 100%;
	}

	.gallery-myslides {
		margin: unset;
	}

	.gallery-myslides img {
		max-width: 325px;
	}

	.tags-table-container {
		display: block;
	}

	.tags-table-container-row {
		display: inline-block;
		width: 100%;
	}

	.comment-form-comment-subscribe {
		display: inline-block;
		padding-bottom: 20px;
	}

}

/* Mobile 2 */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.site-content {
		margin: 0 10px;
	}

	.widget-area {
		overflow: visible;
		width: 100%;
	}

	.custom-logo {
		width: 180px;
	}

	.main-navigation, .login-box, .menu-header-visible-main {
		display: none;
	}

	.header-branding {
		padding-left: 15px;
	}

	.entry-content-bd-categories-left, .entry-content-bd-categories-right {
		width: 100%;
	}

	.menu-header-new-container-item {
		width: 100%;
	}

	.menu-header-new-container-items {
		padding: 2em 2.5em;
	}

	.article-content-ad-container {
		margin: 30px 14px;
	}

	.header-content-ad-container {
		display: none;
	}

	.article-block {
		margin-top: 10px;
	}

	.article-content-30 h2 {
		font-size: 1.1em;
	}

	.article-block-70, .article-block-50 {
		width: 100%;
		min-height: 130px;
	}

	.article-block-40 {
		width: 100%;
	}

	.article-block-30, .article-block-50-more-news {
		width: 100%;
		display: flex;
	}

	.article-block-80, .article-block-100 {
		display: block;
	}

	.article-block-image-30, .article-block-image-50, .article-block-image-50-more-news {
		max-width: 120px;
		min-width: 120px;
	}

	.article-block-image-80-min-width,  .article-block-image-100  {
		min-width: 0;
	}

	.article-block-image-30 a img {
		min-height: 120px;
	}

	.article-block-image-100 {
		width: 100%;
	}

	.article-list-container-column {
		flex-flow: row wrap;
		width: 100%;
	}

	.article-conent-origin-country-bottom {
		position: relative;
		text-align: right;
	}

	.article-content-50 h2 a {
		font-size: 19px;
	}

	.section-static a img {
		width: 100%;
	}

	.section-promo-brexit-inner {
		display: block;
	}

	.section-promo-brexit-inner img {
		width: 80%;
	}

	.section-promo-brexit-inner p {
		padding-right: 0;
	}

	.taboola-row {
		margin: 0;
	}

	.entry-meta {
		display: none;
	}

	.entry-the-post-meta-hidden {
		display: block;
	}

	.entry-title, .post-thumbnail, .entry-the-post {
		margin-left: 0;
	}

	.properties-item, .properties-item-content-info {
		display: block;
	}

	.properties-header-search-form {
		max-width: 100%;
	}

	.properties-header-search-form-partner {
		max-width: 155px;
	}

	.properties-header-search-form input[type="text"] {
		width: 190px;
	}

	.header-hidden-2-my-account {
		color: #1565c0 !important;
		background-color: #fff;
		width: fit-content;
		padding: 5px 10px 5px !important;
		border: 1px solid #1565c0;
		border-radius: 5px;
		font-weight: bold;
		box-shadow: 1px 1px 5px 0px rgb(50, 50, 50, 0.3);
	}

	.header-hidden-2-newsletter-options {
		color: white !important;
		background-color: #1565c0;
		width: fit-content;
		padding: 5px 10px 5px !important;
		border: 1px solid #1565c0;
		border-radius: 5px;
		font-weight: bold;
		box-shadow: 1px 1px 5px 0px rgb(50, 50, 50, 0.3);
	}

	.menu-header-new-container-sub-items-left a, .menu-header-new-container-sub-items-right a {
		margin-bottom: 5px;
	}

	.menu-header-new-container-app-items-hidden-mobile {
		display: contents;
	}

	.mid-article-video-ad {
		min-width: 100%;
	}

	.entry-content-ma-newsletters-form-checkboxes-right {
		margin-left: 0;
		margin-top: 20px;
	}

	.entry-content-ma-newsletters-form {
		margin-top: 200px;
	}

	.advertise-contact-content {
		display: block;
	}

	.advertise-contact-content-left, .advertise-contact-content-right {
		width: 100%;
		padding: 0 15px;
	}

	.advertise-options-testimonial {
		padding: 0 10px;
	}

	.advertise-clients-items {
		display: block;
	}

	.advertise-clients-item {
		max-width: 100%;
		padding: 0 15px;
	}

	.advertise-options-download-short {
		display: block;
		padding: 0 10px;
	}

	.advertise-options-download-short-form-container {
		width: 100%;
	}

	.advertise-options-item {
		padding: 0 15px;
		display: block;
	}

	.advertise-options-item-content {
		width: 100%;
	}

	.advertise-options-item-img {
		width: 100%;
	}

	.advertise-options-process {
		display: block;
		margin: 0 15px;
	}

	.advertise-options-process-item {
		width: 100%;
		margin-top: 20px;
	}

	.advertise-options-process-item-3 {
		margin-bottom: 25px;
	}

	.advertise-how-to-help {
		padding: 0 15px;
	}

	.advertise-navigation-1 {
		margin-bottom: 100px;
	}

	.advertise-navigation-1-item {
		width: 150px;
		height: 160px;
	}

	.advertise-navigation-1-item a img {
		max-width: 150px;
	}

	.advertise-intro-lead-in {
		font-size: 20px;
		line-height: 28px;
	}

	.advertise-bg {
		height: 328px;
	}

	.article-search {
		padding-bottom: 30px;
	}

	.article-search-content {
		padding-left: 0;
	}

	.jobs-top-header h1 {
		font-size: 30px;
	}

	.jobs-top-header h3 {
		font-size: 18px;
	}

	.jobs-industry, .jobs-location, .jobs-group {
		margin: 20px 50px 0;
	}

	.jobs-industry-item, .jobs-location-item {
		margin-bottom: 25px;
	}

	.membership-header-bg {
		margin-top: 0;
		width: 100%;
	}

	.membership-top-header {
		min-height: 1000px;
	}

	.membership-story {
		padding: 30px;
	}

	.membership-faq-items {
		display: block;
	}

	.membership-faq-item {
		width: 100%;
	}

	.noticeboard-add-form-container-row {
		display: block;
		margin-bottom: 20px;
	}

	.noticeboard-add-form-container-row-left {
		text-align: left;
	}

	.noticeboard-add-form-submit {
		display: flex;
		flex-flow: column;
	}

	.noticeboard-results, .noticeboard-result-date, .noticeboard-result-title, .noticeboard-result-type, .noticeboard-result-location {
		min-width: 310px;
		display: block;
		padding-left: 10px;
	}

	.noticeboard-result-date {
		padding-top: 10px;
	}

	.noticeboard-results tr {
		display: block;
		border: 1px solid #ccc;
	}

	.members-notices-table, .members-notices-table td {
		display: block;
		width: 100%;
	}

	.members-notices-table tr {
		border: 1px solid #ccc;
	}

	.members-notices-table td {
		padding: 0 20px;
	}

	.gallery-archive-items {
		justify-content: center;
	}

	.gallery-archive-cat-title {
		text-align: center;
	}

	.gallery-column {
		width: 100%;
	}

	.gallery-myslides {
		margin: unset;
	}

	.gallery-myslides img {
		max-width: 325px;
	}

	.tags-table-container {
		display: block;
	}

	.tags-table-container-row {
		display: inline-block;
		width: 100%;
	}

	.comment-form-comment-subscribe {
		display: inline-block;
		padding-bottom: 20px;
	}

}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px){

	.site-content {
		margin: 0 10px;
	}

	.widget-area {
		width: 100%;
	}

	.main-navigation, .login-box, .menu-header-visible-main {
		display: none;
	}

	.header-branding {
		padding-left: 15px;
	}

	.entry-content-bd-categories-left, .entry-content-bd-categories-right {
		width: 100%;
	}

	.menu-header-new-container-item {
		width: 100%;
	}

	.menu-header-new-container-items {
		padding: 2em 2.5em;
	}

	.header-menu-dropdown-mobile {
		float: right;
		padding-top: 48px;
		padding-right: 48px;
	}

	.header-menu-dropdown-mobile img {
		width: 32px;
	}

	.header-content-ad-container {
		display: none;
	}

	.article-content-ad-container {
		margin: 30px 14px;
	}

	.article-block-70, .article-block-50 {
		width: 100%;
	}

	.article-block-30 {
		width: 100%;
		display: flex;
	}

	.article-block-image-30, .article-block-image-50, .article-block-image-100 {
		max-width: 120px;
		min-width: 120px;
	}

	.article-block-image-80-min-width {
		min-width: 358px;
	}

	.article-block-image-30 a img {
		min-height: 120px;
	}

	.article-list-container-column {
		flex-flow: row wrap;
		width: 100%;
	}

	div.article-list-container-column > div.article-block-30 {
		width: 240px;
	}

	div.article-list-container-column > div.article-block-30:nth-child(2),div.article-list-container-column > div.article-block-30:nth-child(3) {
		margin-left: 20px;
	}

	.section-static a img {
		width: 100%;
	}

	.section-promo-brexit-inner {
		padding: 20px;
	}

	.section-promo-brexit-inner img {
		width: 40%;
		margin-left: 0;
	}

	.section-promo-brexit-inner p {
		padding-right: 40px;
	}

	.taboola-row {
		margin: 0;
	}

	.entry-meta {
		display: none;
	}

	.entry-the-post-meta-hidden {
		display: block;
	}

	.entry-title, .post-thumbnail, .entry-the-post{
		margin-left: 0;
	}

	.properties-item-content-info {
		max-width: 520px;
	}

	.properties-item {
		max-width: 710px;
	}

	.header-hidden-2-my-account {
		color: #1565c0 !important;
		background-color: #fff;
		width: fit-content;
		padding: 5px 10px 5px !important;
		border: 1px solid #1565c0;
		border-radius: 5px;
		font-weight: bold;
		box-shadow: 1px 1px 5px 0px rgb(50, 50, 50, 0.3);
	}

	.header-hidden-2-newsletter-options {
		color: white !important;
		background-color: #1565c0;
		width: fit-content;
		padding: 5px 10px 5px !important;
		border: 1px solid #1565c0;
		border-radius: 5px;
		font-weight: bold;
		box-shadow: 1px 1px 5px 0px rgb(50, 50, 50, 0.3);
	}

	.menu-header-new-container-sub-items-left a, .menu-header-new-container-sub-items-right a {
		margin-bottom: 5px;
	}

	.menu-header-new-container-app-items-hidden-mobile {
		display: contents;
	}

	.advertise-contact-content {
		padding: 0 40px;
	}

	.advertise-clients-item {
		max-width: 50%;
		padding: 0 15px;
	}

	.advertise-options-download-short {
		padding: 0 10px;
		display: block;
	}

	.advertise-options-download-short-form-container {
		width: 100%;
		text-align: center;
	}

	.advertise-options-item {
		padding: 0 15px;
	}

	.advertise-options-process {
		margin: 20px 15px;
	}

	.advertise-how-to-help {
		padding: 0 15px;
	}

	.advertise-navigation-1 {
		flex-flow: nowrap;
	}

	.advertise-navigation-1-item {
		width: 150px;
		height: 160px;
	}

	.advertise-navigation-1-item a img {
		max-width: 150px;
	}

	.advertise-intro-text {
		padding: 70px;
	}

	.jobs-industry, .jobs-group, .jobs-location {
		padding: 15px 75px;
	}

	.jobs-industry-item, .jobs-location-item {
		margin-bottom: 35px;
	}

	.membership-header-bg {
		margin-top: 0;
		width: 90%;
	}

	.membership-story {
		padding: 30px;
	}

	.aboutus-person {
		max-width: 340px;
	}

	.gallery-archive-items {
		justify-content: initial;
	}

	.gallery-archive-item {
		margin-right: 15px;
	}

	.gallery-myslides {
		margin: unset;
	}

	.gallery-myslides img {
		min-width: 725px;
	}
}

@media only screen and (min-width: 880px) and (max-width: 1200px) {
	.widget-area {
		width: 100%;
	}

	.entry-content {
		width: 100%;
	}
}

@media only screen and (min-width: 992px){
	.header-branding h5 {
		display: none;
	}

	.header-menu-dropdown-mobile {
		display: none;
	}
}

.thelocal-main-content {
	margin: 0 auto;
	padding-top: 20px;
}

.thelocal-main-content-no-padding {
	padding-top: 0px;
}

.thelocal-main-content-short {
	max-width: 1200px;
}

.thelocal-main-content-flex {
	display: flex;
}

.thelocal-main-content-left {
	width: 72%;
	margin-right: 20px;
}

.thelocal-main-content-right {
	width: 28%;
}

@media only screen and (max-width: 1200px){
	.thelocal-main-content-short {
		max-width: 95%;
		margin: 0 auto;
	}

	.thelocal-main-content-flex {
		display: block;
	}

	.thelocal-main-content-left, .thelocal-main-content-right {
		width: 100%;
	}

	.thelocal-main-content-left {
		margin-bottom: 20px;
	}

	.entry-the-post img {
		max-width: 100% !important;
		height: auto !important;
	}

}

.urbanground-logo {
	position: static;
	margin-top: -30px;
	margin-bottom: -42px;
	width: 200px;
	margin-left: -20px;
	max-height: 110px !important;
}

.urbanground-logo-feed {
	height: 75px;
	width: 150px;
	margin-left: -13px;
	margin-top: -11px;
	margin-bottom: -27px;
}
