@charset "UTF-8";
@keyframes slidein {
	from {
		margin-left: 100%
	}
	to {
		margin-left: 0
	}
}

@font-face {
	font-family: montserratlight;
	src: url(../fonts/montserrat-light-webfont.woff2) format("woff2"), url(../fonts/montserrat-light-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: montserratregular;
	src: url(../fonts/montserrat-regular-webfont.woff2) format("woff2"), url(../fonts/montserrat-regular-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: montserratsemi_bold;
	src: url(../fonts/montserrat-semibold-webfont.woff2) format("woff2"), url(../fonts/montserrat-semibold-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

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

body {
	margin: 0
}

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

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

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

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

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

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

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

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

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

small {
	font-size: 80%
}

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

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

figure {
	margin: 1em 40px
}

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

pre {
	overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

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

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

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

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

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

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

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

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td,
th {
	padding: 0
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding-left: 0
}

blockquote,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0
}

body {
	background-color: #e3e3e3
}

button,
html,
input,
select,
textarea {
	color: #231f20
}

::-moz-selection {
	background: #727272;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #727272;
	color: #fff;
	text-shadow: none
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e3e3e3;
	margin: 0;
	padding: 0
}

img {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

textarea {
	resize: vertical
}

table {
	padding: 20px;
	text-align: center;
	width: 100%
}

th {
	text-transform: uppercase
}

td,
th {
	border-bottom: 1px solid #231f20;
	border-right: 1px solid #231f20;
	font-weight: 400;
	padding: 20px;
	text-align: center
}

tr td:last-of-type,
tr th:last-of-type {
	border-right: 1px solid transparent
}

tbody tr:last-of-type td {
	border-bottom: none
}

select {
	background-color: #fff;
	border: none;
	padding: 0 15px;
	text-transform: uppercase;
	text-align: right
}

a,
a:active {
	color: #231f20;
	text-decoration: underline
}

a:active:hover,
a:hover {
	color: #727272
}

.browserupgrade {
	background: #fff;
	padding: 20px;
	position: fixed;
	top: 60px;
	text-align: center;
	text-transform: uppercase;
	z-index: 2000;
	width: 100%
}

@media screen and (max-width:520px) {
	td,
	th {
		padding: 10px 5px;
		font-size:
    0.6875rem
	}
}

html {
	box-sizing: border-box
}

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

.wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1230px;
	padding: 0 30px;
	position: relative
}

.wrapper-large {
	max-width: 1800px
}

.flex-wrapper {
	display: -webkit-flex;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 1230px;
	padding: 0 15px;
	position: relative;
	width: 100%
}

.no-padding {
	padding-left: 0;
	padding-right: 0
}

.row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	overflow: hidden
}

.row-reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.column {
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
	-webkit-flex-basis: auto;
	flex-basis: auto;
	-webkit-align-self: flex-start;
	align-self: flex-start;
	padding-left: 15px;
	padding-right: 15px
}

.center-column {
	margin-left: auto;
	margin-right: auto
}

.align-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.equal-height-columns {
	-webkit-align-items: stretch;
	align-items: stretch
}

.equal-height-columns .column {
	display: -webkit-flex;
	display: flex;
	-webkit-align-self: auto;
	align-self: auto
}

.no-gutter {
	margin-left: 0;
	margin-right: 0
}

.no-gutter>.column {
	padding-left: 0;
	padding-right: 0
}

.size-1 {
	width: 8.33333%
}

.size-2 {
	width: 16.66667%
}

.size-3 {
	width: 25%
}

.size-4 {
	width: 33.33333%
}

.size-5 {
	width: 41.66667%
}

.size-6 {
	width: 50%
}

.size-7 {
	width: 58.33333%
}

.size-8 {
	width: 66.66667%
}

.size-9 {
	width: 75%
}

.size-10 {
	width: 83.33333%
}

.size-11 {
	width: 91.66667%
}

.size-12 {
	width: 100%
}

@media screen and (min-width:1230px) {
	.size-large-1 {
		width: 8.33333%
	}
	.size-large-2 {
		width: 16.66667%
	}
	.size-large-3 {
		width: 25%
	}
	.size-large-4 {
		width: 33.33333%
	}
	.size-large-5 {
		width: 41.66667%
	}
	.size-large-6 {
		width: 50%
	}
	.size-large-7 {
		width: 58.33333%
	}
	.size-large-8 {
		width: 66.66667%
	}
	.size-large-9 {
		width: 75%
	}
	.size-large-10 {
		width: 83.33333%
	}
	.size-large-11 {
		width: 91.66667%
	}
	.size-large-12 {
		width: 100%
	}
}

@media screen and (max-width:1230px) {
	.size-mediumlarge-1 {
		width: 8.33333%
	}
	.size-mediumlarge-2 {
		width: 16.66667%
	}
	.size-mediumlarge-3 {
		width: 25%
	}
	.size-mediumlarge-4 {
		width: 33.33333%
	}
	.size-mediumlarge-5 {
		width: 41.66667%
	}
	.size-mediumlarge-6 {
		width: 50%
	}
	.size-mediumlarge-7 {
		width: 58.33333%
	}
	.size-mediumlarge-8 {
		width: 66.66667%
	}
	.size-mediumlarge-9 {
		width: 75%
	}
	.size-mediumlarge-10 {
		width: 83.33333%
	}
	.size-mediumlarge-11 {
		width: 91.66667%
	}
	.size-mediumlarge-12 {
		width: 100%
	}
}

@media screen and (max-width:820px) {
	.size-medium-1 {
		width: 8.33333%
	}
	.size-medium-2 {
		width: 16.66667%
	}
	.size-medium-3 {
		width: 25%
	}
	.size-medium-4 {
		width: 33.33333%
	}
	.size-medium-5 {
		width: 41.66667%
	}
	.size-medium-6 {
		width: 50%
	}
	.size-medium-7 {
		width: 58.33333%
	}
	.size-medium-8 {
		width: 66.66667%
	}
	.size-medium-9 {
		width: 75%
	}
	.size-medium-10 {
		width: 83.33333%
	}
	.size-medium-11 {
		width: 91.66667%
	}
	.size-medium-12 {
		width: 100%
	}
}

@media screen and (max-width:520px) {
	.size-small-1 {
		width: 8.33333%
	}
	.size-small-2 {
		width: 16.66667%
	}
	.size-small-3 {
		width: 25%
	}
	.size-small-4 {
		width: 33.33333%
	}
	.size-small-5 {
		width: 41.66667%
	}
	.size-small-6 {
		width: 50%
	}
	.size-small-7 {
		width: 58.33333%
	}
	.size-small-8 {
		width: 66.66667%
	}
	.size-small-9 {
		width: 75%
	}
	.size-small-10 {
		width: 83.33333%
	}
	.size-small-11 {
		width: 91.66667%
	}
	.size-small-12 {
		width: 100%
	}
}

html {
	font-size: 100%;
}

body {
	font-family: montserratlight, arial, sans-serif;
	font-size:
  1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

h1 {
	font-family: "Sabon Next W01 Regular", times, serif;
	font-size:
  3.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

h2 {
	font-family: "Sabon Next W01 Regular", times, serif;
	font-size:
  2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

h3 {
	font-family: "Sabon Next W01 Regular", times, serif;
	font-size:
  2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

h4 {
	font-family: "Sabon Next W01 Regular", times, serif;
	font-size:
  1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

h5 {
	font-family: "Sabon Next W01 Regular", times, serif;
	font-size:
  1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

h6 {
	font-family: montserratregular, arial, sans-serif;
	font-size:
  1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1
}

.preamble {
	font-family: "Sabon Next W01 Regular", times, serif;
	font-size:
  1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.25
}

.text-flow>*+* {
	margin-top: 20px
}

.text-flow>*+a,
.text-flow>*+abbr,
.text-flow>*+acronym,
.text-flow>*+b,
.text-flow>*+br,
.text-flow>*+button,
.text-flow>*+cite,
.text-flow>*+em,
.text-flow>*+i,
.text-flow>*+img,
.text-flow>*+input,
.text-flow>*+label,
.text-flow>*+object,
.text-flow>*+select,
.text-flow>*+small,
.text-flow>*+span,
.text-flow>*+strong,
.text-flow>*+textarea,
.text-flow>*+time {
	margin-top: 0
}

.small-title {
	font-size:
  1rem;
	font-size: normal;
	font-family: montserratregular, arial, sans-serif;
	text-transform: uppercase
}

@media screen and (max-width:1230px) {
	h1 {
		font-size:
    2.25rem
	}
	h2 {
		font-size:
    2rem
	}
	h3 {
		font-size:
    1.75rem
	}
	.preamble {
		font-size:
    1.375rem
	}
}

@media screen and (max-width:820px) {
	h1 {
		font-size:
    2rem
	}
	h2 {
		font-size:
    1.75rem
	}
	h3,
	h4 {
		font-size:
    1.375rem
	}
}

.button,
a.button {
	background: 0 0;
	color: #000;
	display: inline-block;
	border: 1px solid #000;
	min-width: 280px;
	padding: 1em 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase
}

.hero-module .button,
.hero-module a.button {
	background-color: transparent;
	border-color: #fff;
	margin-left: -140px
}

.transparent-button {
	background-color: transparent;
	border: none;
	color: #000;
	display: inline-block;
	padding: 0
}

@media screen and (max-width:820px) {
	.button,
	a.button {
		min-width: 200px
	}
	.hero-module .button,
	.hero-module a.button {
		background-color: transparent;
		border-color: #fff;
		margin-left: -100px
	}
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor
}

.icon-size-2x {
	width: 2em;
	height: 2em
}

.icon-size-3x {
	width: 3em;
	height: 3em
}

.icon-size-4x {
	width: 4em;
	height: 4em
}

.icon-size-5x {
	width: 5em;
	height: 5em
}

.rounded-icon {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 100%;
	padding: 5px
}

.fill-color1 {
	fill: #444
}

.site-header-wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%
}

@media screen and (min-width:1231px) {
	.site-header-wrapper {
		-webkit-flex-direction: row;
		flex-direction: row;
		justify-content: center
	}
}

.site-header {
	background-color: rgba(119, 119, 119, .95);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2010;
	width: 100%;
	height: 60px
}

@media screen and (max-width:1230px) {
	.site-header {
		background-color: #777
	}
}

.admin-bar .site-header {
	top: 32px
}

@media screen and (max-width:782px) {
	.admin-bar .site-header {
		top: 45px
	}
}

@media screen and (max-width:1230px) {
	.site-header.visible-menu {
		height: 100%
	}
}

.site-header-logo-wrapper {
	height: 60px
}

.site-header-logo-wrapper .site-logo {
	-webkit-align-self: flex-start;
	align-self: flex-start;
	margin: 5px;
	padding: 0 10px 0 0;
	width: 220px;
	height: 50px;
	z-index: 2010
}

.no-flexbox .site-header-logo-wrapper .site-logo {
	display: inline-block;
	float: left
}

.site-header-logo-wrapper .site-logo a {
	background: url(../img/build/logo_1x.png) no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	display: inline-block;
	text-indent: -9000px;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.site-header-logo-wrapper .site-logo a,
.site-header-logo-wrapper .site-logo a:visited {
	color: #fff;
	text-decoration: none
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
	.site-logo a {
		background-image: url(../img/build/logo_2x.png)
	}
}

.site-navigation {
	height: 100%;
	background-color: #e3e3e3;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

.site-navigation.visible-menu .menu {
	display: block
}

.site-navigation .menu {
	display: none;
	height: 100%
}

.site-navigation .menu .menu-item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-bottom: 1px solid #2f2f2f;
	text-align: center
}

.site-navigation .menu .menu-item-search {
	display: none
}

.site-navigation .menu .menu-item a {
	text-decoration: none;
	text-transform: uppercase;
	line-height: 60px;
	font-size:
  0.875rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0 30px;
	cursor: pointer
}

.site-navigation .menu .menu-item-has-children-title {
	position: relative;
	width: 100%
}

.site-navigation .menu .menu-item-has-children-icon {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 20px;
	background-image: url(../img/icons/svg/chevron-right.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transform: translateY(-50%)
}

.site-navigation .menu .menu-item-has-children.sub-menu-active {
	background-color: #fff
}

.site-navigation .menu .menu-item-has-children.sub-menu-active .menu-item-has-children-icon {
	background-image: url(../img/icons/svg/chevron-down.svg)
}

.site-navigation .menu .menu-item .sub-menu {
	display: none;
	background-color: #fff
}

.site-navigation .menu .menu-item .sub-menu.active {
	display: block
}

.site-navigation .menu .menu-item .sub-menu .menu-item {
	border: none;
	margin-bottom: 0
}

.site-navigation .menu .menu-item .sub-menu .menu-item a {
	font-size: 13px;
	font-weight: 400;
	line-height: 40px
}

.site-navigation .menu .menu-item .sub-menu .menu-item a::selection {
	background: 0 0
}

@media screen and (min-width:1231px) {
	.site-navigation {
		background-color: transparent;
		overflow: hidden
	}
	.site-navigation .menu {
		display: block
	}
	.site-navigation .menu .menu-item {
		display: inline-block;
		border: none;
		border-right: 1px solid #fff
	}
	.site-navigation .menu .menu-item:first-of-type {
		border-left: 1px solid #fff
	}
	.site-navigation .menu .menu-item a {
		display: block;
		line-height: 60px;
		color: #fff
	}
	.site-navigation .menu .menu-item-has-children-icon {
		display: none
	}
	.site-navigation .menu .menu-item.current-menu-item,
	.site-navigation .menu .menu-item:hover {
		background-color: #fff
	}
	.site-navigation .menu .menu-item.current-menu-item a,
	.site-navigation .menu .menu-item:hover a {
		color: #2f2f2f
	}
	.site-navigation .menu .menu-item-search:hover .search-icon {
		filter: invert(100%)
	}
	.site-navigation .menu .menu-item:hover .sub-menu-wrapper {
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		background-color: rgba(255, 255, 255, .95);
		padding: 20px
	}
	.site-navigation .menu .menu-item:hover .sub-menu-wrapper .sub-menu {
		display: grid;
		grid-template-columns: auto auto auto auto;
		max-width: max-content;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		margin: 0 auto;
		background-color: transparent
	}
	.site-navigation .menu .menu-item:hover .sub-menu-wrapper .sub-menu .menu-item {
		border: none;
		max-width: max-content;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		margin: 0 30px
	}
	.site-navigation .menu .menu-item:hover .sub-menu-wrapper .sub-menu .menu-item.current-menu-item,
	.site-navigation .menu .menu-item:hover .sub-menu-wrapper .sub-menu .menu-item:hover {
		background-color: #fff
	}
}

.object-menu {
	background-color: #000;
	background-color: rgba(47, 47, 47, .6);
	border-top: 1px solid #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2000;
	width: 100%
}

.object-menu-item {
	border-left: none
}

.object-menu-item:first-of-type {
	border-left: 1px solid #fff
}

.object-menu-item a {
	font-size:
  0.875rem;
	display: block;
	border-right: 1px solid #fff;
	color: #fff;
	letter-spacing: 1px;
	padding: 20px;
	-moz-transition: background-color .2s ease-in;
	-o-transition: background-color .2s ease-in;
	-webkit-transition: background-color .2s ease-in;
	transition: background-color .2s ease-in;
	text-decoration: none;
	text-transform: uppercase
}

.object-menu-item:last-of-type {
	border-right: 1px solid #fff
}

.object-menu-item a:hover {
	background-color: #fff;
	color: #231f20
}

.object-menu-item-share a {
	border-right: none;
	padding-left: 5px;
	padding-right: 5px
}

.mobile-search-button,
.nav-button {
	display: none
}

@media screen and (max-width:1230px) {
	.nav-button {
		color: #fff;
		position: absolute;
		top: 15px;
		right: 30px;
		width: 2em;
		height: 2em;
		z-index: 2000
	}
	.nav-button.visible {
		display: block
	}
	.mobile-search-button {
		display: block;
		position: absolute;
		top: 15px;
		right: 75px;
		width: 2em;
		height: 2em;
		z-index: 2000
	}
}

@media screen and (max-width:820px) {
	.object-menu {
		position: relative;
		bottom: auto;
		right: auto
	}
	.object-menu-item a {
		padding: 8px
	}
	.object-menu-item:first-of-type {
		border-left: none
	}
	.object-menu-item a {
		border-right: none
	}
	.object-menu-item:last-of-type {
		border-right: none
	}
	.object-menu-item-share a {
		padding-left: 4px;
		padding-right: 4px
	}
}

@media screen and (max-width:520px) {
	.object-menu .object-menu-item-share:first-of-type {
		display: block
	}
}

.campaign-wrapper {
	position: relative
}

.campaign-submenu {
	background-color: rgba(255, 255, 255, .7);
	margin-top: -56px;
	position: relative;
	text-align: center;
	top: 0;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	width: 100%
}

.campaign-submenu.sticky {
	position: fixed;
	margin-top: 0;
	top: 0;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	z-index: 2000
}

.admin-bar .campaign-submenu.sticky {
	top: 88px
}

.campaign-submenu .submenu-item {
	display: inline-block;
	line-height: 1
}

.campaign-submenu .submenu-item:last-of-type {
	margin-right: 0
}

.campaign-submenu .submenu-item a {
	display: block;
	text-transform: uppercase;
	padding: 20px 10px
}

.campaign-submenu .submenu-item a,
.campaign-submenu .submenu-item a:visited {
	color: #000;
	text-decoration: none
}

.campaign-section-part {
	padding-top: 30px
}

.panel-item {
	padding-top: 30px
}

@media screen and (max-width:1230px) {
	.info-component-content {
		margin-top: 15px
	}
}

.page-id-13355 .hero-title-l,
.page-id-60495 .hero-title-l {
	background: url(../img/build/bieffekten_logo.png) no-repeat;
	background-size: 720px 188px;
	position: relative;
	overflow: hidden;
	text-indent: -9000px;
	margin: 0 auto;
	width: 720px;
	height: 188px
}

.page-id-13355 .campaign-section-part,
.page-id-60495 .campaign-section-part {
	margin-left: auto;
	margin-right: auto
}

.page-id-13355 .campaign-section-part p,
.page-id-60495 .campaign-section-part p {
	font-size: 30px
}

@media screen and (max-width:820px) {
	.page-id-13355 .hero-title-l,
	.page-id-60495 .hero-title-l {
		background-size: 400px 104px;
		width: 400px;
		height: 104px
	}
	.page-id-13355 .campaign-section-part p,
	.page-id-60495 .campaign-section-part p {
		font-size: 24px
	}
}

@media screen and (max-width:520px) {
	.page-id-13355 .hero-module,
	.page-id-60495 .hero-module {
		background-position: -250px center
	}
	.page-id-13355 .hero-title-l,
	.page-id-60495 .hero-title-l {
		background-size: 280px 73px;
		width: 280px;
		height: 73px;
		margin-left: auto;
		margin-right: auto
	}
	.page-id-13355 .campaign-section-part p,
	.page-id-60495 .campaign-section-part p {
		font-size: 18px
	}
}

.bee-path-wrapper {
	position: relative
}

.bee-effect-puff-img {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -343px;
	width: 800px;
	height: auto
}

@media screen and (max-width:780px) {
	.bee-effect-puff-img {
		display: block;
		margin-top: 0;
		position: relative;
		top: auto;
		right: auto;
		max-width: 400px;
		width: 100%
	}
}

.addthis_inline_share_toolbox {
	margin-top: 30px;
	text-align: center
}

.gform_wrapper {
	background-color: #fff;
	color: #303030;
	margin: 30px auto;
	padding: 45px
}

.gform_wrapper form {
	border-top: 3px solid #303030;
	border-bottom: 3px solid #303030
}

.gform_title {
	font-family: montserratlight, arial, sans-serif;
	font-size:
  0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	border-bottom: 1px solid #231f20;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase
}

.ginput_counter,
.validation_error,
.validation_message {
	display: none
}

.gfield {
	border-bottom: 1px solid #303030;
	display: block;
	line-height: 1.5;
	position: relative
}

.gfield input[type=email],
.gfield input[type=text],
.gfield textarea {
	border: none;
	padding: 20px;
	text-align: center;
	width: 100%
}

.gfield textarea {
	height: 220px
}

.gfield.gfield_error input[type=email],
.gfield.gfield_error input[type=text],
.gfield.gfield_error textarea {
	background-color: #ffe2e7
}

.gfield.gfield_error .gfield_checkbox,
.gfield.gfield_error .gfield_radio {
	color: #ff624e
}

.gfield_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding: 20px
}

.gfield_flex .gfield_label {
	text-align: center;
	text-transform: uppercase;
	width: 25%
}

.gfield_flex .ginput_container {
	width: 75%
}

.gfield_checkbox,
.gfield_radio {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	padding: 0 20px
}

.gfield_checkbox li,
.gfield_radio li {
	width: 33.3334%
}

.gfield_checkbox li:nth-of-type(n+4),
.gfield_radio li:nth-of-type(n+4) {
	margin-top: 5px
}

.gfield_checkbox label,
.gfield_radio label {
	text-transform: uppercase;
	line-height: 1
}

.gfield_checkbox input[type=checkbox],
.gfield_checkbox input[type=radio],
.gfield_radio input[type=checkbox],
.gfield_radio input[type=radio] {
	display: inline-block;
	margin-right: 5px
}

.gfield_checkbox input[type=radio],
.gfield_radio input[type=radio] {
	position: relative;
	margin-right: 1em;
	width: 20px;
	height: 20px;
	border: 1px solid #231f20;
	border-radius: 100%;
	outline: 0!important;
	-webkit-appearance: none;
	vertical-align: middle
}

.gfield_checkbox input[type=radio]:checked:after,
.gfield_radio input[type=radio]:checked:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #231f20
}

.gfield_label {
	display: none
}

.gfield_visible_label .gfield_label {
	display: block
}

.gfield_visible_label .gfield_label .gfield_required {
	display: none
}

.gform_footer {
	padding: 20px;
	text-align: center
}

.gform_footer .button {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0
}

.gf_campaign {
	display: none
}

@media screen and (max-width:1230px) {
	.gfield_checkbox li,
	.gfield_radio li {
		width: 50%
	}
	.gfield_checkbox li:nth-of-type(n+3),
	.gfield_radio li:nth-of-type(n+3) {
		margin-top: 5px
	}
}

@media screen and (max-width:820px) {
	.gform_wrapper {
		padding: 30px
	}
	.gfield_flex {
		-webkit-flex-direction: column;
		flex-direction: column
	}
	.gfield_flex .gfield_label,
	.gfield_flex .ginput_container {
		width: 100%
	}
	.gfield_flex .gfield_label {
		text-align: left
	}
	.gfield_checkbox,
	.gfield_radio {
		padding: 10px 0
	}
	.gfield_checkbox li,
	.gfield_radio li {
		width: 100%
	}
	.gfield_checkbox li:nth-of-type(n+2),
	.gfield_radio li:nth-of-type(n+2) {
		margin-top: 5px
	}
}

.error-404,
.main-article {
	margin: 100px 0
}

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

.page-title {
	font-size:
  2.25rem;
	margin-bottom: 30px;
	text-align: center
}

@media screen and (max-width:1230px) {
	.page-title {
		font-size:
    2rem
	}
	.the-post-author {
		margin-top: 30px;
		-webkit-order: 2;
		order: 2
	}
	.the-post-content {
		-webkit-order: 1;
		order: 1
	}
}

.site-footer {
	background-color: #303030;
	color: #fff;
	padding: 100px 0;
	text-align: center
}

.site-footer h5 {
	text-transform: uppercase;
	font-size:
  0.75rem;
	line-height:
  0.78125rem;
	color: #fff;
	font-family: montserratlight, arial, sans-serif
}

.site-footer a {
	text-transform: uppercase;
	font-size:
  0.875rem;
	line-height:
  0.90625rem;
	color: #fff
}

.site-footer .newsletter-block {
	margin: 0 auto;
	margin-bottom: 60px;
	max-width: 570px
}

.site-footer .social-links {
	margin-bottom: 80px
}

.site-footer .social-links li {
	display: inline-block;
	margin-right: 15px
}

.site-footer .social-links li:last-of-type {
	margin-right: 0
}

.site-footer .social-links a {
	color: #231f20;
	display: block;
	line-height: 1;
	padding: .5em;
	text-align: center
}

.site-footer .social-links a .icon {
	background-color: #303030;
	width: 3em;
	height: 3em
}

.site-footer .footer-menu-block {
	margin-bottom: 80px
}

.site-footer .footer-menu-block .link {
	font-family: montserratlight, arial, sans-serif;
	margin: 0 0 15px 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #fff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase
}

.site-footer .footer-menu-block .link:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0
}

.site-footer .footer-menu-block .link.new-line {
	display: block;
	border: none;
	margin: 0;
	margin-bottom: 15px;
	padding: 0
}

#mc_embed_signup_scroll {
	position: relative
}

.mc-field-group input[type=email] {
	border: none;
	padding: 17px 195px 17px 20px;
	width: 100%
}

#mc-embedded-subscribe {
	background-color: #303030;
	color: #fff;
	border: 1px solid #fff;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	min-width: 175px
}

@media screen and (max-width:520px) {
	#mc-embedded-subscribe {
		min-width: 125px;
		padding-left: 10px;
		padding-right: 10px
	}
}

.no-hero-section .main-article {
	margin-top: 140px
}

.site-header+.primary-hero {
	margin-top: 60px
}

.single-housing_object article>.hero-module,
.single-post article>.hero-module,
.single_project article>.hero-module {
	margin-top: 60px
}

.hero-module {
	background: transparent no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	color: #fff;
	height: 100vh;
	min-height: 600px;
	text-align: center;
	width: 100%
}

.site-header+.hero-module {
	margin-top: 60px
}

.hero-module .flex-hero {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-moz-transition: background-color 350ms linear;
	-o-transition: background-color 350ms linear;
	-webkit-transition: background-color 350ms linear;
	transition: background-color 350ms linear;
	height: 100%;
	width: 100%
}

.hero-module a:hover {
	background-color: rgba(0, 0, 0, .6)
}

.hero-module a,
.hero-module a:visited {
	color: #fff;
	text-decoration: none
}

.hero-module .preview-header {
	border-bottom: 1px solid #fff;
	display: block;
	padding-bottom: 15px;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto
}

.hero-wrapper {
	padding: 100px;
	width: 100%;
	word-wrap: break-word
}

.hero-wrapper svg {
	margin-top:
  1.25rem
}

.hero-size-small {
	min-height: 300px;
	height: 50vh
}

.hero-size-small .hero-wrapper {
	padding: 30px
}

.hero-size-tiny {
	min-height: 200px;
	height: 33.33vh
}

.hero-size-tiny .hero-wrapper {
	padding: 30px
}

.hero-title-l {
	color: #fff;
	font-size:
  3.75rem
}

*+.hero-title-l {
	margin-top:
  0.625rem
}

.hero-title-m {
	color: #fff;
	font-size:
  2.25rem
}

*+.hero-title-m {
	margin-top:
  0.625rem
}

.hero-title-s {
	color: #fff;
	font-size:
  2rem
}

*+.hero-title-s {
	margin-top:
  0.625rem
}

.hero-title-xs {
	color: #fff;
	font-size:
  1.75rem
}

*+.hero-title-xs {
	margin-top:
  0.625rem
}

.hero-preamble-l {
	font-family: "Sabon Next W01 Regular", times, serif;
	font-size:
  1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	line-height: 1.25
}

*+.hero-preamble-l {
	margin-top:
  1.25rem
}

.category .hero-preamble-l,
.page-template-campaign .hero-preamble-l,
.page-template-default .hero-preamble-l,
.page-template-list-template .hero-preamble-l,
.single-post .hero-preamble-l {
	font-size:
  1.75rem
}

.hero-preamble-m {
	font-family: "Sabon Next W01 Regular", times, serif;
	font-size:
  1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	line-height: 1.25
}

*+.hero-preamble-m {
	margin-top:
  1.25rem
}

.hero-byline {
	font-size:
  0.875rem;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase
}

@media screen and (max-width:1230px) {
	.hero-blocks {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row
	}
	.hero-wrapper {
		padding: 50px
	}
}

@media screen and (max-width:820px) {
	.hero-module {
		height: 80vh;
		min-height: 400px
	}
	.hero-module a {
		background-color: rgba(0, 0, 0, .6)
	}
	.hero-blocks {
		-webkit-flex-direction: column;
		flex-direction: column
	}
	.hero-size-small,
	.hero-size-tiny {
		height: 360px;
		width: 100%
	}
	.hero-title-l {
		font-size:
    2rem
	}
	.hero-title-m {
		font-size:
    1.75rem
	}
	.hero-title-s {
		font-size:
    1.75rem
	}
	.hero-title-xs {
		font-size:
    1.75rem
	}
	.hero-preamble-l {
		font-size:
    1.375rem
	}
	.category .hero-preamble-l,
	.page-template-campaign .hero-preamble-l,
	.page-template-default .hero-preamble-l,
	.page-template-list-template .hero-preamble-l,
	.single-post .hero-preamble-l {
		font-size:
    1.375rem
	}
	.hero-preamble-m {
		font-size:
    1.75rem
	}
}

@media screen and (max-width:520px) {
	.hero-module {
		height: 600px;
		min-height: 400px
	}
	.hero-title-l {
		font-size:
    2rem
	}
	.hero-title-m {
		font-size:
    1.75rem
	}
	.hero-title-s {
		font-size:
    1.75rem
	}
}

.slider-module {
	position: relative;
	overflow: hidden
}

.slider-item {
	position: absolute
}

.flickity-prev-next-button {
	display: none
}

.flickity-page-dots {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 1.5em;
	position: absolute;
	bottom: 12.5vh;
	z-index: 500;
	width: 100%
}

.flickity-page-dots .dot {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	height: 1.5em;
	margin-right: 1em;
	width: 1.5em
}

.flickity-page-dots .dot:hover {
	cursor: pointer
}

.flickity-page-dots .dot.is-selected {
	background-color: transparent
}

@media screen and (max-width:820px) {
	.flickity-page-dots {
		bottom: 1.5em
	}
}

.tab-navigation {
	line-height: 1;
	margin: 60px 0 40px 0;
	text-align: center;
	position: relative;
	width: 100%
}

.tab-navigation:after {
	border-bottom: 1px solid #231f20;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1
}

.tab-navigation>.tab-nav-item:last-of-type {
	margin-right: 0
}

.tab-nav-item {
	font-size:
  0.9375rem;
	display: inline-block;
	line-height: 1;
	margin-right: 10px;
	position: relative;
	z-index: 500
}

.button-tab,
a.button-tab {
	background-color: #e3e3e3;
	border: 1px solid transparent;
	border-bottom: 1px solid #231f20;
	min-width: 0
}

.button-tab:hover,
a.button-tab:hover {
	border-top: 1px solid #231f20;
	border-left: 1px solid #231f20;
	border-right: 1px solid #231f20;
	border-bottom: 1px solid #e3e3e3
}

.tab-nav-item-active .button-tab,
.tab-nav-item-active a.button-tab {
	border-top: 1px solid #231f20;
	border-left: 1px solid #231f20;
	border-right: 1px solid #231f20;
	border-bottom: 1px solid #e3e3e3
}

.tab-box {
	height: 0;
	opacity: 0;
	overflow: hidden
}

.no-js .tab-box,
.tab-box.tab-box-active {
	height: auto;
	opacity: 1
}

@media screen and (max-width:1230px) {
	.tab-navigation {
		display: none
	}
	.tab-box {
		height: auto;
		opacity: 1
	}
	.tabs-wrapper>.tab-box+.tab-box {
		margin-top: 60px
	}
}

.objects-list {
	margin-top: 56px
}

.home .objects-list {
	margin-top: 0
}

.page-template-reference .objects-list {
	margin-top: 112px
}

.sort-and-filter-toggle {
	display: none
}

.object-controls {
	background-color: #fff;
	display: block;
	min-height: 85px;
	padding: 30px 0
}

.page-template-front-page .object-controls {
	min-height: 0;
	padding: 0
}

.filter-controls {
	border-top: 3px solid #231f20;
	border-bottom: 3px solid #231f20;
	padding: 30px 0 50px 0
}

.filter-controls ul.visible-sub-filter+ul {
	margin-top: 55px
}

.view-controls-wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	border-top: 3px solid #231f20;
	border-bottom: 3px solid #231f20;
	padding: 30px 0 40px 0;
	text-align: right
}

.object-filters {
	border-bottom: 1px solid #231f20;
	display: block;
	padding: 0;
	position: relative;
	text-align: left
}

.object-filters .object-filter:last-of-type {
	margin-right: 0
}

.object-filter {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-size:
  0.875rem;
	margin-right: 15px;
	margin-bottom: -1px;
	padding: 15px 10px;
	text-transform: uppercase
}

.object-filter.disabled {
	cursor: default;
	opacity: .25
}

.object-filter.active-filter {
	color: #000
}

.object-filter.active-filter.object-filter-31 {
	border: 1px solid #231f20;
	border-bottom: 1px solid #fff
}

.object-filter.active-filter>.child-filter-list {
	display: block;
	color: #999
}

.object-filter.active-filter>.child-filter-list .object-filter {
	text-decoration: none
}

.object-filter.active-filter>.child-filter-list.active-filter {
	color: #000
}

.child-filter-list {
	border-bottom: 1px solid #231f20;
	display: none;
	padding: 0;
	position: absolute;
	left: 0;
	top: 55px;
	width: 100%
}

.filter-controls,
.view-controls-wrapper {
	width: 100%
}

.view-controls {
	border-bottom: 1px solid #231f20;
	font-size:
  0.875rem;
	padding: 15px 0;
	text-align: right;
	width: 100%
}

.page-template-front-page .view-controls {
	border-bottom: none
}

.sort-controls {
	border-bottom: 1px solid #231f20;
	font-size:
  0.875rem;
	padding: 15px 0;
	width: 100%
}

.sort-controls select {
	float: left;
	width: 50%
}

.switch-view-mode {
	background: url(../img/build/view_portrait.png) no-repeat center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	display: inline-block;
	height: 1.5em;
	text-indent: -9000px;
	width: 1.5em
}

.switch-view-mode.landscape-button {
	background-image: url(../img/build/view_landscape.png)
}

.no-object-result {
	margin: 45px 0;
	min-height: 100vh;
	text-align: center
}

.object-article {
	background-position: center center;
	position: relative
}

.object-article .bids-link,
.object-article .hero-wrapper,
.object-article .show-images-button {
	-moz-transition: opacity 350ms linear;
	-o-transition: opacity 350ms linear;
	-webkit-transition: opacity 350ms linear;
	transition: opacity 350ms linear;
	opacity: 0
}

.touch .object-article .bids-link,
.touch .object-article .hero-wrapper,
.touch .object-article .show-images-button {
	opacity: 1
}

.object-article:hover .bids-link,
.object-article:hover .hero-wrapper,
.object-article:hover .show-images-button {
	opacity: 1
}

.bids-link {
	background: 0 0;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin-left: -110px;
	padding: 5px 10px;
	position: absolute;
	text-transform: uppercase;
	top: 30px;
	left: 50%;
	width: 220px
}

.show-images-button {
	position: absolute;
	left: 50%;
	bottom: 30px
}

.object-grid {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden
}

.object-item {
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px
}

.object-item .banner {
	display: grid;
	margin-top: 30px
}

.landscape-view .object-item {
	min-height: 100vh;
	width: 100%
}

.portrait-view .object-item {
	min-height: 50vh;
	width: 50%
}

@media screen and (min-width:821px) {
	.portrait-view .object-item.has-banner {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: flex-start
	}
	.portrait-view .object-item.has-banner .banner,
	.portrait-view .object-item.has-banner .featured-object {
		width: 50%
	}
	.portrait-view .object-item.has-banner .banner:first-child,
	.portrait-view .object-item.has-banner .featured-object:first-child {
		margin-right: 15px
	}
	.portrait-view .object-item.has-banner .banner:last-child,
	.portrait-view .object-item.has-banner .featured-object:last-child {
		margin-left: 15px
	}
	.portrait-view .object-item.has-banner .banner {
		margin-top: 0;
		min-height: 0
	}
}

.sort-and-filter-toggle {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.sort-and-filter-settings {
	display: none
}

.sort-and-filter-settings.visible {
	display: block;
	margin-top: 30px
}

@media screen and (max-width:1230px) {
	.child-filter-list,
	.object-filters,
	.sort-controls,
	.view-controls {
		border-bottom: none;
		position: relative
	}
	.object-filter {
		display: block;
		padding: 0 0 8px 0
	}
	.object-filter.active-filter.object-filter-31 {
		border: none!important
	}
	.filter-controls {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: wrap row;
		flex-flow: wrap row;
		padding-top: 0
	}
	.filter-controls .object-filters {
		width: 50%
	}
	.child-filter-list {
		top: auto;
		left: auto;
		padding: 10px 10px 0 10px
	}
	.sort-controls select {
		display: block;
		float: none;
		padding: 0;
		text-align: left;
		width: auto
	}
	.sort-controls>*+* {
		margin-top: 8px
	}
	.object-controls .wrapper {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.filter-controls {
		border-top: none;
		border-bottom: none;
		padding-bottom: 0
	}
	.filter-controls ul.visible-sub-filter+ul {
		margin-top: 20px
	}
	.view-controls-wrapper {
		border-top: none;
		border-bottom: none;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		padding-top: 0;
		text-align: left
	}
	.sort-controls,
	.view-controls {
		padding-top: 0;
		text-align: right;
		width: 50%
	}
}

@media screen and (max-width:820px) {
	.object-controls {
		display: none
	}
	.view-controls {
		display: none
	}
	.object-article .bids-link,
	.object-article .hero-wrapper,
	.object-article .show-images-button {
		opacity: 1
	}
	.view-controls-wrapper {
		padding-bottom: 0
	}
	.filter-controls .object-filters {
		width: 100%
	}
	.filter-controls>*+* {
		margin-top: 20px
	}
	.sort-controls {
		width: 100%
	}
	.sort-controls {
		margin-top: 20px
	}
	.switch-view-mode {
		display: none
	}
	.landscape-view .object-item,
	.portrait-view .object-item {
		min-height: 400px;
		width: 100%
	}
}

.object-summary.grid-box {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 0
}

.upcoming-status-title {
	margin: 40px 0;
	text-align: center
}

.object-sections>section {
	padding-top: 80px
}

.tab-menu {
	margin: 40px 0;
	text-align: center
}

.tab-menu li {
	display: inline-block;
	margin-right: 20px
}

.tab-menu li:last-child {
	margin-right: 0
}

.selling-description {
	text-align: center
}

.long-description {
	display: none;
	margin-top: 80px;
	text-align: left
}

.long-description.visible,
.no-js .long-description {
	display: block
}

.room-heading {
	display: block;
	text-transform: uppercase
}

.button-toggle-description {
	margin-top: 15px
}

.single-housing_object .object-description,
.single-housing_object .object-documents,
.single-housing_object .object-floorplans,
.single-housing_object .object-map {
	border-top: 1px solid #231f20;
	margin-top: 80px
}

.object-viewings {
	border-top: 1px solid #231f20;
	margin-top: 80px
}

.object-viewings-list {
	margin-bottom: 25px
}

.facts>*+* {
	margin-top: 0
}

.tabs .tab {
	margin-top: 20px
}

.the-tab-content {
	margin-top: 20px
}

.the-interior {
	margin-top: 80px
}

.broker-img {
	margin-bottom: 20px
}

.broker-img img {
	max-width: 240px
}

.broker-contact-wrapper {
	margin-top: 40px;
	display: -ms-flexbox;
	-ms-flex-flow: column wrap;
	-ms-justify-content: center;
	display: flex;
	flex-flow: column wrap;
	justify-content: center
}

.price-info {
	font-size:
  1.125rem;
	text-transform: uppercase
}

.about-area .tab-content {
	text-align: center
}

.viewings-info li:first-of-type {
	margin-top: 0
}

.viewings-info .viewing-item {
	margin-top: 5px;
	margin-bottom: 40px;
	font-size: 16px
}

.viewings-info .viewing-item .addeventatc {
	display: inline-block;
	margin-left: 8px;
	padding: 11px 12px 12px 43px
}

.viewings-info .viewing-item .full-booked {
	text-transform: uppercase;
	font-weight: 700
}

.content-box {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto
}

.the-images img {
	height: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto
}

.the-images>*+* {
	margin-top: 5px
}

.image-item figcaption {
	display: none;
	margin-top: .5em
}

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

.bids-description {
	font-family: montserratlight, arial, sans-serif;
	font-size:
  0.75rem;
	padding: 15px 0;
	text-transform: uppercase;
	text-align: center
}

.data-table-bids+.bids-description {
	border-top: 1px solid #303030
}

.object-biddings table {
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	text-align: left
}

.object-biddings .bids-hidden {
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase
}

.the-map {
	height: 550px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/build/Magnusson-Toggle-Map.jpg)
}

.the-map-button {
	text-decoration: none;
	background-color: #303030;
	padding: 1em 30px;
	color: #fff;
	font-family: montserratlight, arial, sans-serif;
	font-size:
  0.75rem;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer
}

.the-map-button:hover {
	color: #fff
}

.static-back-link {
	position: fixed;
	bottom: 90px;
	margin-right: -140px;
	right: 50%;
	z-index: 2000
}

@media screen and (max-width:1230px) {
	.viewing-item {
		font-size:
    1.375rem
	}
}

@media screen and (max-width:820px) {
	.the-map {
		height: 300px
	}
	.static-back-link {
		bottom: 30px;
		margin-right: -100px
	}
	.data-table-bids tr td:nth-child(2),
	.data-table-bids tr th:nth-child(2) {
		display: none
	}
}

.posts-hero-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px
}

.posts-hero-list .hero-module {
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	max-height: 300px;
	width: 50%
}

.posts-hero-list a {
	background: transparent no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	display: block;
	height: 100%;
	width: 100%
}

.posts-hero-list a:hover .flex-hero {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5)
}

.posts-hero-list>.hero-module:first-of-type {
	max-height: 220px;
	width: 100%
}

.pagination-list {
	margin: 60px 0;
	text-align: center
}

.pagination-list a {
	color: #000
}

@media screen and (max-width:1230px) {
	.posts-hero-list .hero-module {
		width: 100%
	}
}

@media screen and (max-width:820px) {
	.posts-hero-list a .flex-hero {
		background-color: #000;
		background-color: rgba(0, 0, 0, .6)
	}
}

.article-wrapper {
	margin: 60px 0
}

.author-avatar {
	overflow: hidden
}

.author-avatar img {
	border-radius: 100%;
	height: auto;
	max-width: 100%
}

.author-avatar figcaption {
	margin-top: 20px
}

.author-about {
	margin-top: 20px
}

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

.project-controls {
	background-color: #fff;
	display: block;
	margin-top: 120px
}

.project-controls .view-controls {
	border-bottom: none
}

.projects-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px
}

.projects-list .hero-module {
	padding: 0 15px;
	width: 100%
}

.projects-list.portrait-view .hero-module {
	width: 50%
}

.projects-list a {
	background: transparent no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	display: block;
	height: 100%;
	width: 100%
}

.projects-list a:hover .flex-hero {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5)
}

.projects-list>article {
	margin-top: 30px
}

.project-header {
	margin-top: 56px
}

.related-objects-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	margin-top: 60px;
	margin-left: -15px;
	margin-right: -15px
}

.related-objects-list .object-item {
	padding: 30px 15px 0 15px;
	width: 33.3334%
}

.related-objects-list .hero-module {
	height: 450px;
	min-height: 0
}

.related-objects-list .hero-wrapper {
	padding: 0
}

.project-content {
	padding: 80px 0
}

.project-content .preamble {
	text-align: center
}

.project-about {
	margin-top: 80px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2
}

.images-list>*+* {
	margin-top: 5px
}

.grid-box {
	background: #fff;
	color: #303030;
	padding: 45px;
	line-height: 1.5;
	margin: 40px 0
}

.grid-box h2 {
	font-family: montserratlight, arial, sans-serif;
	font-size:
  0.875rem;
	padding: 20px;
	text-align: center;
	text-transform: uppercase
}

.grid-box ul li {
	text-transform: uppercase;
	text-align: center
}

.grid-box>:first-child {
	border-top: 3px solid #303030
}

.grid-box>:last-child {
	border-bottom: 3px solid #303030
}

.grid-box .border-bottom {
	border-bottom: 1px solid #303030
}

.grid-box .one-third-boxes {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around
}

.grid-box .one-third-boxes>* {
	border-right: 1px solid #303030;
	padding: 20px;
	width: 33.3334%
}

.grid-box .one-third-boxes>:nth-of-type(3n+3) {
	border-right: 1px solid transparent
}

.grid-box .full-box {
	padding: 20px 30px
}

.project-partners {
	margin-top: 80px
}

.partners-list {
	margin-top: 20px;
	text-align: center
}

.partners-list li {
	display: inline-block;
	margin-right: 30px
}

.partners-list li:last-of-type {
	margin-right: 0
}

.tabs {
	margin: 80px 0
}

.documents-list,
.links-list {
	text-align: center
}

.document-item,
.link-item {
	display: inline-block;
	margin-right: 15px
}

.document-item:last-of-type,
.link-item:last-of-type {
	margin-right: 0
}

.document-item a,
.link-item a {
	color: #231f20;
	text-decoration: none
}

@media screen and (max-width:1230px) {
	.grid-box {
		padding: 30px
	}
	.grid-box .one-third-boxes>* {
		border-right: none;
		border-bottom: 1px solid #303030;
		padding: 20px;
		width: 100%
	}
	.grid-box .one-third-boxes>:empty {
		display: none
	}
}

@media screen and (max-width:820px) {
	.partners-list .partner-item {
		display: block;
		margin-right: 0
	}
	.related-objects-list .object-item {
		width: 50%
	}
}

@media screen and (max-width:520px) {
	.grid-box {
		padding: 30px 15px
	}
	.related-objects-list .object-item {
		width: 100%
	}
}

.ordered-timeline {
	counter-reset: li;
	margin-top: 60px;
	list-style: none;
	position: relative
}

.ordered-timeline:before {
	background-color: #231f20;
	content: '';
	height: 100%;
	position: absolute;
	left: .7em;
	top: 0;
	width: 1px
}

.ordered-timeline li {
	display: block;
	margin-top: 60px;
	padding-left: 40px;
	position: relative
}

.ordered-timeline li:first-of-type {
	margin-top: 0
}

.ordered-timeline li:before {
	background-color: #e3e3e3;
	border: 1px solid #231f20;
	border-radius: 100%;
	counter-increment: li;
	content: counter(li);
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 1.5em;
	width: 1.5em;
	z-index: 500
}

ul.ordered-timeline li:before {
	content: ''
}

.page-centered-content {
	max-width: 960px;
	margin: 60px auto 100px auto
}

.columns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin-top: 60px;
	margin-bottom: 100px
}

.columns>* {
	padding: 0 15px
}

.page-template-newproduction .tab-box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden
}

.page-template-newproduction .tab-content,
.page-template-newproduction .tab-thumbnail {
	padding: 0 15px;
	width: 50%
}

@media screen and (max-width:1230px) {
	.columns {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
		-webkit-align-items: flex-start;
		align-items: flex-start
	}
	.columns>*+* {
		margin-top: 30px
	}
	.page-template-newproduction .tab-box {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden
	}
	.page-template-newproduction .tab-content,
	.page-template-newproduction .tab-thumbnail {
		width: 100%
	}
	.page-template-newproduction .tab-thumbnail {
		-webkit-order: 1;
		order: 1
	}
	.page-template-newproduction .tab-content {
		margin-top: 15px;
		-webkit-order: 2;
		order: 2
	}
}

.page-template-contact .the-map {
	margin-top: 90px;
	height: 400px
}

.contact-sub-menu {
	margin-top: 90px
}

.the-map+.contact-sub-menu {
	margin-top: 30px
}

.page-template-contact .tab-navigation .page_item {
	display: inline-block;
	line-height: 1;
	margin-right: 10px;
	position: relative;
	z-index: 500
}

.page-template-contact .tab-navigation .page_item a {
	background-color: #e3e3e3;
	color: #000;
	display: inline-block;
	border: 1px solid transparent;
	border-bottom: 1px solid #231f20;
	font-size:
  0.9375rem;
	min-width: 0;
	padding: 1em 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase
}

.page-template-contact .tab-navigation .page_item a:hover {
	border-top: 1px solid #231f20;
	border-left: 1px solid #231f20;
	border-right: 1px solid #231f20;
	border-bottom: 1px solid #e3e3e3
}

.page-template-contact .tab-navigation .page_item.current_page_item a {
	border-top: 1px solid #231f20;
	border-left: 1px solid #231f20;
	border-right: 1px solid #231f20;
	border-bottom: 1px solid #e3e3e3
}

.coworker-hero {
	padding: 0 15px;
	color: #fff;
	text-align: center
}

.coworker-hero a {
	color: #fff
}

.coworker-hero-wrapper {
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 0;
	padding-bottom: 140%;
	position: relative
}

.coworker-hero-content {
	padding: 0 20px;
	position: absolute;
	bottom: 5%;
	width: 100%
}

.coworkers-masonry {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden
}

.coworkers-masonry .coworker-hero {
	margin-top: 30px;
	width: 33.3334%
}

@media screen and (max-width:1230px) {
	.page-template-contact .tab-navigation {
		display: block
	}
	.coworkers-masonry .coworker-hero {
		width: 50%
	}
	.page-template-contact .tab-navigation:after {
		display: none
	}
	.page-template-contact .tab-navigation .page_item a {
		border: none;
		border-bottom: 1px solid transparent
	}
	.page-template-contact .tab-navigation .page_item a:hover,
	.page-template-contact .tab-navigation .page_item.current_page_item a {
		border: none;
		border-bottom: 1px solid #231f20
	}
}

@media screen and (max-width:520px) {
	.coworkers-masonry .coworker-hero {
		width: 100%
	}
}

.instagram {
	margin: 60px 0
}

.instagram h5 {
	margin-bottom: 30px
}

.instagram #sb_instagram {
	width: 100%;
	height: auto
}

.instagram #sb_instagram #sbi_images {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin: 0 -15px;
	overflow: hidden;
	list-style: none
}

.instagram #sb_instagram #sbi_images .sbi_item {
	padding: 0 15px!important;
	width: 25%
}

@media screen and (max-width:820px) {
	.instagram #sb_instagram #sbi_images .sbi_item {
		width: 50%
	}
}

.instagram #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
	height: auto!important
}

.instagram #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo img {
	display: block!important;
	width: 100%;
	height: auto
}

.instagram #sb_instagram #sbi_images .sbi_item:first-of-type {
	padding-left: 0
}

@media screen and (max-width:820px) {
	.instagram #sb_instagram #sbi_images .sbi_item:nth-of-type(n+3) {
		margin-top: 15px!important
	}
}

.instagram #sb_instagram #sbi_images .sbi_item:last-of-type {
	padding-right: 0
}

@media screen and (min-width:820px) {
	.viewing-mobile {
		display: none
	}
	.desktop {
		display: inline-block
	}
}

@media screen and (max-width:820px) {
	.desktop {
		display: none
	}
}

.viewing-item .viewing-button {
	width: 240px;
	height: 40px;
	border: 1px solid #000;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	border-radius: 0;
	box-shadow: none!important;
	margin: 0 4px;
	margin-top: 20px
}

.viewing-item .viewing-button:hover {
	background-color: #f1f1f1
}

.viewing-item .viewing-button:focus {
	outline: #333
}

.viewing-item .viewing-button svg {
	width: 19px;
	margin-right: 15px;
	margin-left: -22px
}

.show-form {
	display: flex!important
}

.viewings-form-container {
	margin-top: 20px
}

.viewings-form-container .viewings-form-wrapper {
	background-color: #fff;
	width: 100%;
	padding: 45px 45px 25px;
	text-align: center;
	display: none;
	flex-wrap: wrap
}

.viewings-form-container .viewings-form-wrapper .viewings-form-title {
	font-family: montserratlight, arial, sans-serif;
	font-size:
  0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	border-top: 2px solid #000;
	text-transform: uppercase;
	letter-spacing: .16px;
	line-height: 55px;
	width: 100%
}

@media screen and (max-width:820px) {
	.viewings-form-container .viewings-form-wrapper .viewings-form-title {
		line-height: 30px;
		padding-top: 10px;
		padding-bottom: 10px
	}
}

@media screen and (max-width:820px) {
	.viewings-form-container .viewings-form-wrapper .viewings-timespan {
		display: block
	}
}

.viewings-form-container .viewings-form-wrapper input {
	width: 100%;
	line-height: 45px;
	border: 0;
	border-top: 1px solid #000;
	text-align: center;
	padding: 0 5px
}

.viewings-form-container .viewings-form-wrapper #fname,
.viewings-form-container .viewings-form-wrapper #lname {
	width: 50%
}

@media screen and (max-width:820px) {
	.viewings-form-container .viewings-form-wrapper #fname,
	.viewings-form-container .viewings-form-wrapper #lname {
		width: 100%
	}
}

@media screen and (min-width:820px) {
	.viewings-form-container .viewings-form-wrapper #fname {
		text-align: right
	}
	.viewings-form-container .viewings-form-wrapper #lname {
		text-align: left
	}
}

.viewings-form-container .viewings-form-wrapper span.text {
	font-size: 14px
}

.viewings-form-container .viewings-form-wrapper .viewings-form-lower {
	border-top: 1px solid #000;
	padding: 20px 10px 0;
	display: flex;
	width: 100%;
	text-align: center;
	margin-bottom: 25px
}

.viewings-form-container .viewings-form-wrapper .viewings-form-lower .viewings-form-lower-center {
	width: 33%;
	margin: auto;
	text-align: left
}

@media screen and (max-width:820px) {
	.viewings-form-container .viewings-form-wrapper .viewings-form-lower .viewings-form-lower-center {
		width: 100%
	}
}

.viewings-form-container .viewings-form-wrapper .viewings-form-lower .viewings-form-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.viewings-form-container .viewings-form-wrapper .viewings-form-lower .viewings-form-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.viewings-form-container .viewings-form-wrapper .viewings-form-lower .viewings-form-checkbox .checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 21px;
	width: 21px;
	border: 1px solid #000;
	display: flex;
	justify-content: center
}

.viewings-form-container .viewings-form-wrapper .viewings-form-lower .viewings-form-checkbox:hover input~.checkmark {
	background-color: #f1f1f1
}

.viewings-form-container .viewings-form-wrapper .viewings-form-lower .viewings-form-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.viewings-form-container .viewings-form-wrapper .viewings-form-lower .viewings-form-checkbox input:checked~.checkmark:after {
	display: block
}

.viewings-form-container .viewings-form-wrapper .viewings-form-lower .viewings-form-checkbox .checkmark:after {
	content: "✕";
	color: #000;
	line-height: 20px;
	font-size: 26px;
	width: 21px
}

.viewings-form-container .viewings-form-wrapper .viewings-form-button {
	border-top: 2px solid #000;
	padding-top: 25px;
	width: 100%
}

.viewings-form-container .viewings-form-wrapper .viewings-form-button button {
	line-height: 50px;
	width: 200px;
	padding: 0
}

.page-template-underhand .hero-wrapper {
	max-width: 1000px
}

.underhand-content .page-centered-content {
	margin-bottom: 50px;
	text-align: center
}

.underhand-content hr {
	border-color: rgba(0, 0, 0, .5)
}

.underhand-content .title {
	text-align: center;
	margin: 50px 0
}

.underhand-content .object-list .object {
	margin-bottom: 60px
}

.underhand-content .object-list .object__images {
	position: relative;
	width: 100%;
	margin-bottom: 20px
}

.underhand-content .object-list .object__images:after {
	padding-top: 66.78%;
	display: block;
	content: ''
}

.underhand-content .object-list .object__images .flickity-viewport,
.underhand-content .object-list .object__images .single-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%!important;
	height: 100%!important
}

.underhand-content .object-list .object__images .flickity-slider {
	width: 100%;
	height: 100%
}

.underhand-content .object-list .object__images .slide {
	width: 100%;
	height: 100%;
	max-height: 100%;
	display: flex;
	align-items: center
}

.underhand-content .object-list .object__images .slide img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto
}

.underhand-content .object-list .object__images .flickity-page-dots {
	bottom: 2vh
}

.underhand-content .object-list .object__images .flickity-page-dots .dot {
	width: 1em;
	height: 1em
}

.underhand-content .object-list .object__info {
	margin: 0
}

.underhand-content .object-list .object__info hr {
	margin: 20px 0
}

.underhand-content .object-list .object__info .facts {
	display: inline;
	font-size:
  0.875rem;
	border-right: 1px solid #2f2a2b;
	margin-right: 10px;
	padding-right: 10px
}

.underhand-content .object-list .object__info .facts:last-child {
	border: none;
	margin: 0;
	padding: 0
}

@media screen and (min-width:1231px) {
	.underhand-content .object-list .object {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		margin-bottom: 100px
	}
	.underhand-content .object-list .object__images {
		align-self: flex-start;
		flex: 1 1 calc(50% - 20px);
		margin: 0;
		margin-right: 20px
	}
	.underhand-content .object-list .object__info {
		flex: 1 1 calc(50% - 20px);
		margin-left: 20px
	}
	.underhand-content .object-list .object:nth-child(even) {
		flex-direction: row-reverse
	}
	.underhand-content .object-list .object:nth-child(even) .object__images {
		margin-left: 20px;
		margin-right: 0
	}
	.underhand-content .object-list .object:nth-child(even) .object__info {
		margin-left: 0;
		margin-right: 20px
	}
}

.search {
	background-color: #fff;
	text-align: center
}

.search .search-toggle .open-search {
	display: block;
	margin: 30px auto
}

.search .search-toggle .close-search {
	display: none;
	border: none;
	min-width: 0;
	margin: 0;
	margin-top: 30px
}

.search .search-toggle .close-search .icon {
	margin-left: 10px;
	width: 1.5em;
	height: 1.5em
}

.search .search-toggle .close-search:focus {
	outline: 0
}

.search-form {
	display: none;
	flex-direction: column;
	margin: 0 10px;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: left
}

.search-form.visible {
	display: -webkit-flex;
	display: flex
}

@media screen and (min-width:1231px) {
	.search-form {
		padding-top: 0;
		padding-bottom: 0
	}
}

.search-form .search-input {
	border-top: 1px solid #727272;
	border-bottom: 1px solid #727272
}

@media screen and (min-width:1231px) {
	.search-form .search-input {
		border-top: 3px solid #231f20;
		border-bottom: 3px solid #231f20;
		padding: 10px 1em;
		order: 2;
		margin-bottom: 30px
	}
}

.search-form .search-input__wrapper .search-icon {
	display: inline-block;
	filter: invert(100%);
	width: 1.2em;
	height: 1.2em
}

.search-form .search-input__wrapper .search-text {
	display: inline-block;
	width: 85%;
	width: calc(100% - 1.2em - 11px);
	font-size: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	padding: 16px 20px;
	border: none;
	outline: 0!important
}

.search-form .search-input__wrapper .search-suggestions {
	padding: 0 calc(1.5em + 20px)
}

.search-form .search-input__wrapper .search-suggestions .search-suggestion {
	padding: 5px 0;
	text-transform: uppercase;
	color: #727272
}

.search-form .search-input__wrapper .search-suggestions .search-suggestion a {
	text-decoration: none
}

.search-form .area-filter-wrapper {
	border-bottom: 1px solid #727272;
	margin-bottom: 20px;
	padding: 1em 0
}

@media screen and (min-width:1231px) {
	.search-form .area-filter-wrapper {
		border: none;
		margin: 0;
		padding: 0;
		order: 1
	}
}

.search-form .area-filter-wrapper .area-filters {
	display: block;
	position: relative
}

.search-form .area-filter-wrapper .area-filters .area-filter {
	margin: 10px 0
}

.search-form .area-filter-wrapper .area-filters .area-filter input[type=radio] {
	position: relative;
	margin-right: 1em;
	width: 20px;
	height: 20px;
	border: 1px solid #231f20;
	border-radius: 100%;
	outline: 0!important;
	-webkit-appearance: none;
	vertical-align: middle
}

.search-form .area-filter-wrapper .area-filters .area-filter input[type=radio]:checked:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #231f20
}

@media screen and (min-width:1231px) {
	.search-form .area-filter-wrapper .area-filters .area-filter {
		display: inline-block;
		margin: 30px 10px
	}
	.search-form .area-filter-wrapper .area-filters .area-filter:first-of-type {
		margin-left: 10px
	}
	.search-form .area-filter-wrapper .area-filters .area-filter:last-of-type {
		margin-right: 10px
	}
}

.search-form .area-filter-wrapper .area-filters label {
	text-transform: uppercase;
	font-size: 14px
}

.search-form .area-filter-wrapper .area-filters__children {
	display: none;
	margin-left: 1em
}

@media screen and (min-width:1231px) {
	.search-form .area-filter-wrapper .area-filters__children {
		position: absolute;
		top: 50%;
		left: 2em;
		margin-left: 0
	}
	.search-form .area-filter-wrapper .area-filters__children .area-filter {
		margin: 30px 10px;
		margin-top: 15px
	}
	.search-form .area-filter-wrapper .area-filters__children .area-filter:first-of-type {
		margin-left: 0
	}
	.search-form .area-filter-wrapper .area-filters__children .area-filter:last-of-type {
		margin-right: 0
	}
}

.search-form .search-buttons {
	margin-bottom: 40px;
	order: 4
}

@media screen and (min-width:1231px) {
	.search-form .search-buttons {
		order: 3
	}
}

.search-form .search-buttons .column:last-of-type {
	padding-right: 0
}

.search-form .search-buttons .toggle-filters {
	display: inline-block;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	background: 0 0;
	color: #231f20
}

.search-form .search-buttons .toggle-filters .icon {
	margin-left: 10px;
	width: 1.5em;
	height: 1.5em
}

@media screen and (max-width:375px) {
	.search-form .search-buttons .toggle-filters {
		text-align: center
	}
	.search-form .search-buttons .toggle-filters .icon {
		display: block;
		margin: 0 auto
	}
}

.search-form .search-buttons .hide-filters {
	display: none
}

.search-form .search-buttons .view-controls {
	display: none;
	border: none;
	padding: 15px;
	margin-right: 30px
}

.search-form .search-buttons .view-controls .switch-view-mode {
	width: 2em;
	height: 2em
}

@media screen and (min-width:1231px) {
	.search-form .search-buttons .view-controls {
		display: inline-block
	}
}

.search-form .search-buttons .search-button {
	display: inline-block;
	background-color: #727272;
	border: none;
	color: #fff;
	min-width: 130px;
	padding: 1em
}

.search-form .search-buttons .search-button .icon {
	width: 1.2em;
	height: 1.2em;
	margin-right: 10px
}

.search-form .search-filters {
	display: none;
	margin-bottom: 30px;
	order: 3
}

.search-form .search-filters.visible {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

@media screen and (min-width:1231px) {
	.search-form .search-filters {
		order: 4
	}
}

.search-form .search-filters .search-filter,
.search-form .search-filters .search-sort {
	flex-direction: column;
	width: calc(50% - 10px);
	padding: 0;
	padding-bottom: 10px
}

@media screen and (min-width:1231px) {
	.search-form .search-filters .search-filter,
	.search-form .search-filters .search-sort {
		width: auto;
		min-width: 200px
	}
}

@media screen and (max-width:425px) {
	.search-form .search-filters .search-filter,
	.search-form .search-filters .search-sort {
		width: 100%
	}
}

.search-form .search-filters .search-filter label,
.search-form .search-filters .search-sort label {
	display: block;
	width: 100%;
	text-transform: uppercase
}

.search-form .search-filters .search-filter select,
.search-form .search-filters .search-sort select {
	display: block;
	border: 1px solid #231f20;
	border-radius: 0;
	padding: 1em;
	background: url(../img/icons/svg/chevron-down.svg) no-repeat right transparent;
	background-size: 20px 20px;
	background-position-x: 95%;
	background-position-x: calc(100% - 10px);
	-webkit-appearance: none;
	-moz-appearance: none
}

.search-form .search-filters .search-filter select:focus,
.search-form .search-filters .search-sort select:focus {
	outline: 0
}

.search-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 2000
}

.search-icon {
	width: 1.5em;
	height: 1.5em
}

.search-modal {
	display: none;
	width: 70%;
	height: auto;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 4000;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

@media screen and (max-width:1230px) {
	.search-modal {
		width: 100%;
		height: 100%
	}
}

.admin-bar .search-modal {
	top: 32px
}

.search-modal .top-bar {
	text-align: right;
	margin: 10px 30px
}

.search-modal .close-button {
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	background: 0 0;
	color: #231f20
}

.search-modal .search-toggle {
	display: none
}

.search-modal .search-form {
	display: -webkit-flex;
	display: flex
}

.search-modal .toggle-filters {
	display: none!important
}

.search-modal .search-filters {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between
}

.search-modal .view-controls {
	display: none!important
}

.banner {
	color: #fff;
	text-align: center;
	background-color: #3f3f3f;
	position: relative;
	object-fit: contain
}

.banner.no-image {
	min-height: 70vh
}

.banner.no-image .banner-image {
	display: none
}

.banner .banner-image {
	display: block;
	width: 100%;
	height: auto
}

.banner .banner-image-mobile {
	display: none
}

@media screen and (max-width:782px) {
	.banner .banner-image-mobile {
		display: block
	}
	.banner .banner-image-desktop {
		display: none
	}
}

.banner .banner-border {
	border: 1px solid #fff
}

.banner__content {
	display: flex;
	align-items: center;
	padding: 40px;
	word-wrap: break-word;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 80px);
	height: calc(100% - 80px)
}

@media screen and (max-width:520px) {
	.banner__content {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		padding: 20px
	}
}

.banner__content .wrapper {
	padding: 0
}

.banner__content .text-content .text,
.banner__content .text-content .title {
	margin-bottom: 40px
}

.banner__content .text-content .title {
	font-family: montserratregular, arial, sans-serif;
	text-transform: uppercase;
	font-size:
  2.25rem
}

@media screen and (max-width:1230px) {
	.banner__content .text-content .title {
		font-size:
    1.375rem;
		line-height:
    1.4375rem
	}
}

.banner__content .text-content .text {
	font-family: montserratlight, arial, sans-serif;
	font-size:
  1rem;
	line-height: 1.5
}

.banner__content .footer-content {
	display: grid;
	grid-template-columns: 1fr repeat(1, auto) 1fr;
	grid-row-gap: 5px
}

@media screen and (max-width:1230px) {
	.banner__content .footer-content {
		display: block
	}
}

.banner__content .footer-content .icon {
	display: none;
	grid-column-start: 2;
	margin: auto
}

.banner__content .footer-content .banner-button {
	color: #fff;
	border-color: #fff;
	grid-column-start: 2;
	margin: auto
}

.banner__content .footer-content .banner-button:hover {
	background-color: #000;
	background-color: rgba(0, 0, 0, .8)
}

.banner__content .footer-content .logo {
	display: block;
	width: 150px;
	height: auto;
	margin-left: auto
}

@media screen and (max-width:1230px) {
	.banner__content .footer-content .logo {
		margin: 40px auto 0
	}
}

.campaign-banner {
	margin-top: 60px
}

.campaign-banner .banner__content {
	border: none;
	padding: 0 40px;
	max-width: 1230px;
	margin: 0 auto
}

@media screen and (max-width:1230px) {
	.campaign-banner .banner__content {
		padding: 0
	}
}

.campaign-banner .banner__content .footer-content,
.campaign-banner .banner__content .text-content {
	width: 75%;
	margin: 0 auto
}

@media screen and (max-width:1230px) {
	.campaign-banner .banner__content .footer-content,
	.campaign-banner .banner__content .text-content {
		width: 100%
	}
}

.campaign-banner .banner__content .text-content .text,
.campaign-banner .banner__content .text-content .title {
	margin-bottom: 20px
}

.campaign-banner .banner__content .text-content .title {
	text-transform: none;
	font-family: "Sabon Next W01 Regular", times, serif
}

.campaign-banner .banner__content .footer-content .icon {
	display: block
}

.campaign-banner .banner__content .footer-content .banner-button {
	display: none
}

.campaign-banner .banner__content .footer-content .logo {
	grid-column-start: 3
}

.campaign-banner+.page .main-article {
	margin-top: 0
}

.campaign-banner+.page .main-article .page-title {
	display: none
}

.hidden {
	display: none!important
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.invisible {
	visibility: hidden
}

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

.clearfix:after {
	clear: both
}

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

.round-radius {
	border-radius: 100%;
	overflow: hidden
}

.align-center {
	text-align: center
}

.no-scroll {
	overflow: hidden
}

@media screen and (max-width:1230px) {
	.visible-desktop {
		display: block!important
	}
}

@media screen and (max-width:820px) {
	.visible-tablet {
		display: block!important
	}
}

@media screen and (max-width:520px) {
	.visible-mobile {
		display: block!important
	}
}

@media print {
	*,
	:after,
	:before,
	:first-letter,
	:first-line {
		background: 0 0!important;
		color: #000!important;
		box-shadow: none!important;
		text-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}