
@font-face {
	font-family:Work-Sans;
	src:url(../fonts/Work-Sans.ttf);
}



* {
	border: 0;
	font: inherit;
	font-style: normal;
	font-size: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	quotes: none;
	text-decoration: none;
	vertical-align: baseline
}

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

:focus {
	outline: none
}

body,html {
	background-color: #fff;
	color: #646e89;
	font: 16px/1.2em Work-Sans,sans-serif;
	font-weight: 400;
	max-width: 100%;
	min-width: 320px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

html {
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

.z-index-0 {
	z-index: 0
}

.z-index-1 {
	z-index: 1
}

.z-index-2 {
	z-index: 2
}

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

blockquote:after,blockquote:before,q:after,q:before {
	content: "";
	content: none
}

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

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

textarea {
	resize: vertical
}

::-moz-selection {
	background-color: #333!important;
	color: #fff!important;
	text-shadow: none
}

::selection {
	background-color: #333!important;
	color: #fff!important;
	text-shadow: none
}[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button
}

a:focus,button:focus,input:focus {
	outline: 0
}[tabindex="-1"]:focus {
	outline: none!important
}

@-ms-viewport {
	width:device-width
}

.dk-select,.dk-select *,.dk-select-multi,.dk-select-multi *,.dk-select-multi :after,.dk-select-multi :before,.dk-select :after,.dk-select :before {
	box-sizing: border-box
}

.dk-select,.dk-select-multi {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5em;
	width: 200px;
	cursor: pointer
}

.dk-selected {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: .4em;
	padding: 0 1.5em 0 .5em;
	text-overflow: ellipsis
}

.dk-selected:after,.dk-selected:before {
	content: "";
	display: block;
	position: absolute;
	right: 0
}

.dk-selected:before {
	top: 50%;
	border: solid transparent;
	border-width: .25em .25em 0;
	border-top-color: #ccc;
	margin: -.125em .5em 0 0
}

.dk-selected:after {
	top: 0;
	height: 100%;
	border-left: 1px solid #ccc;
	margin: 0 1.5em 0 0
}

.dk-selected-disabled {
	color: #bbb
}

.dk-select .dk-select-options {
	position: absolute;
	display: none;
	left: 0;
	right: 0
}

.dk-select-open-up .dk-select-options {
	border-radius: .4em .4em 0 0;
	margin-bottom: -1px;
	bottom: 100%
}

.dk-select-open-down .dk-select-options {
	border-radius: 0 0 .4em .4em;
	margin-top: -1px;
	top: 100%
}

.dk-select-multi .dk-select-options {
	max-height: 10em
}

.dk-select-options {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: .4em;
	list-style: none;
	margin: 0;
	max-height: 10.5em;
	overflow-x: hidden;
	overflow-y: auto;
	padding: .25em 0;
	width: auto;
	z-index: 100
}

.dk-option-selected {
	background-color: #3297fd;
	color: #fff
}

.dk-select-options-highlight .dk-option-selected {
	background-color: transparent;
	color: inherit
}

.dk-option {
	padding: 0 .5em
}

.dk-select-options .dk-option-highlight {
	background-color: #3297fd;
	color: #fff
}

.dk-select-options .dk-option-disabled {
	color: #bbb;
	background-color: transparent
}

.dk-select-options .dk-option-hidden {
	display: none
}

.dk-optgroup {
	border: solid #ccc;
	border-width: 1px 0;
	padding: .25em 0
}

.dk-optgroup,.dk-optgroup+.dk-option {
	margin-top: .25em
}

.dk-optgroup+.dk-optgroup {
	border-top-width: 0;
	margin-top: 0
}

.dk-optgroup:nth-child(2) {
	padding-top: 0;
	border-top: none;
	margin-top: 0
}

.dk-optgroup:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.dk-optgroup-disabled {
	opacity: .6;
	color: #bbb;
	cursor: not-allowed
}

.dk-optgroup-label {
	padding: 0 .5em .25em;
	font-weight: 700;
	width: 100%
}

.dk-optgroup-options {
	list-style: none;
	padding-left: 0
}

.dk-optgroup-options li {
	padding-left: 1.2em
}

.dk-select-open-up .dk-selected {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-color: #3297fd
}

.dk-select-open-down .dk-selected {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #3297fd
}

.dk-select-open-down .dk-selected:before,.dk-select-open-up .dk-selected:before {
	border-width: 0 .25em .25em;
	border-bottom-color: #3297fd
}

.dk-select-open-down .dk-selected:after,.dk-select-open-up .dk-selected:after {
	border-left-color: #3297fd
}

.dk-select-multi:focus .dk-select-options,.dk-select-open-down .dk-select-options,.dk-select-open-up .dk-select-options {
	display: block;
	border-color: #3297fd
}

.dk-select-multi:focus,.dk-select-multi:hover {
	outline: none
}

.dk-selected:focus,.dk-selected:hover {
	outline: none;
	border-color: #3297fd
}

.dk-selected:focus:before,.dk-selected:hover:before {
	border-top-color: #3297fd
}

.dk-selected:focus:after,.dk-selected:hover:after {
	border-left-color: #3297fd
}

.dk-select-disabled {
	opacity: .6;
	color: #bbb;
	cursor: not-allowed
}

.dk-select-disabled .dk-selected:focus,.dk-select-disabled .dk-selected:hover {
	border-color: inherit
}

.dk-select-disabled .dk-selected:focus:before,.dk-select-disabled .dk-selected:hover:before {
	border-top-color: inherit
}

.dk-select-disabled .dk-selected:focus:after,.dk-select-disabled .dk-selected:hover:after {
	border-left-color: inherit
}

select[data-dkcacheid] {
	display: none
}

.mce {
	font-family: Work-Sans,sans-serif;
	color: #646e89
}

.mce h2 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

.mce h2:before {
	background: #3965dd;
	content: "";
	display: block;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

.mce h2 {
	margin-bottom: 30px
}

.mce h3 {
	font-family: Work-Sans,sans-serif;
	font-size: calc(19px + 7 * ((100vw - 320px) / 960));
	font-size: calc(1.1875rem + 7 * ((100vw - 20rem) / 960));
	margin-bottom: 1.35em
}

.mce h3,.mce h4 {
	color: #203367;
	font-weight: 400;
	line-height: 1.3em
}

.mce h4 {
	font-family: Work-Sans,sans-serif;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	margin-bottom: 1em;
	margin-top: 2.85em
}

.mce p {
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: calc(15px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.9375rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 1.9em
}

.mce p a {
	color: #152142
}

.mce p b,.mce p strong {
	font-weight: 700
}

.mce ul {
	font-size: calc(14px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 500;
	margin-bottom: 2rem;
	padding-left: 1.1em
}

.mce ul li {
	position: relative
}

.mce ul,.mce ul li {
	line-height: 1.5em;
	margin-bottom: 1em
}

.mce ul {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	padding-left: 0
}

.mce ul li {
	padding-left: 15px
}

.mce ul li:before {
	background: #3965dd;
	height: 4px;
	width: 4px;
	border-radius: 9999px;
	content: "";
	position: absolute;
	top: .6em;
	left: 0
}

.mce ol {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(14px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 500;
	margin-bottom: 2rem;
	line-height: 1.5em;
	padding-left: 1.1em
}

.mce ol li {
	line-height: 1.5em;
	margin-bottom: 1em;
	position: relative
}

.mce ol li:before {
	content: "";
	position: absolute;
	top: .6em;
	left: 0
}

.mce ol {
	counter-reset: my-sec-counter
}

.mce ol li:before {
	top: .04em;
	color: #3965dd;
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter) ". ";
	font-size: .875em
}

.mce blockquote {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(16px + 15 * ((100vw - 320px) / 960));
	font-size: calc(1rem + 15 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em
}

.mce ul li span {
	font-weight: 700
}

.mce b,.mce bold,.mce strong {
	font-weight: 700!important
}

.mce .arrow-btn {
	margin-bottom: 1em
}

.mce .arrow-btn,.mce .arrow-btn>a {
	color: #203367;
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.2em;
	position: relative;
	text-decoration: none;
	z-index: 1
}

.mce .arrow-btn>a {
	padding: 1.2em 46px 1.2em 20px
}

.mce .arrow-btn>a:before {
	background: #d4d7e2;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 100%;
	transition: width .5s cubic-bezier(.77,0,.175,1);
	z-index: -1
}

.mce .arrow-btn>a:after {
	color: #3965dd;
	content: "trending_flat";
	display: block;
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-style: normal;
	font-weight: 400;
	top: 50%;
	right: 20px;
	position: absolute;
	transform: translateY(-50%);
	font-size: 1.2em;
	text-decoration: none
}

.mce .arrow-btn:hover a:before {
	width: 100%
}

.mce .arrow-btn {
	display: inline-block;
	margin-top: 20px
}

.mce .arrow-btn>.arrow-btn {
	background: none;
	padding: 0;
	margin: 0
}

.mce .arrow-btn>.arrow-btn:after,.mce .arrow-btn>.arrow-btn:before {
	display: none
}

.mce hr {
	background-color: rgba(0,0,0,.1);
	border: 0;
	height: 1px;
	margin-bottom: 1em
}

.mce .alignleft {
	float: left
}

.mce .alignright {
	float: right
}

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

.mce blockquote.alignleft,.mce img.alignleft {
	margin: 7px 24px 7px 0
}

.mce .wp-caption.alignleft {
	margin: 7px 14px 7px 0
}

.mce blockquote.alignright,.mce img.alignright {
	margin: 7px 0 7px 24px
}

.mce .wp-caption.alignright {
	margin: 7px 0 7px 14px
}

.mce .wp-caption.aligncenter,.mce blockquote.aligncenter,.mce img.aligncenter {
	margin-bottom: 7px;
	margin-top: 7px
}

.mce .site-content blockquote.alignleft,.mce .site-content blockquote.alignright {
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-top: 17px;
	width: 50%
}

.mce .site-content blockquote.alignleft p,.mce .site-content blockquote.alignright p {
	margin-bottom: 17px
}

.mce .gallery {
	margin-bottom: 20px
}

.mce .gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative
}

.mce .gallery-columns-1 .gallery-item {
	max-width: 100%
}

.mce .gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: calc(50% - 4px)
}

.mce .gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: calc(33.3% - 4px)
}

.mce .gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: calc(25% - 4px)
}

.mce .gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: calc(20% - 4px)
}

.mce .gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: calc(16.7% - 4px)
}

.mce .gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: calc(14.28% - 4px)
}

.mce .gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: calc(12.5% - 4px)
}

.mce .gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: calc(11.1% - 4px)
}

.mce .gallery-columns-1 .gallery-item:nth-of-type(1n),.mce .gallery-columns-2 .gallery-item:nth-of-type(2n),.mce .gallery-columns-3 .gallery-item:nth-of-type(3n),.mce .gallery-columns-4 .gallery-item:nth-of-type(4n),.mce .gallery-columns-5 .gallery-item:nth-of-type(5n),.mce .gallery-columns-6 .gallery-item:nth-of-type(6n),.mce .gallery-columns-7 .gallery-item:nth-of-type(7n),.mce .gallery-columns-8 .gallery-item:nth-of-type(8n),.mce .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0
}

.mce .gallery-caption {
	background-color: rgba(0,0,0,.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: left;
	width: 100%
}

.mce .gallery-caption:before {
	content: "";
	min-height: 49px;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

.mce .gallery-item:hover .gallery-caption {
	opacity: 1
}

.mce .gallery-columns-7 .gallery-caption,.mce .gallery-columns-8 .gallery-caption,.mce .gallery-columns-9 .gallery-caption {
	display: none
}

.mce .format-aside .entry-content,.mce .format-aside .entry-summary,.mce .format-link .entry-content,.mce .format-link .entry-summary,.mce .format-quote .entry-content,.mce .format-quote .entry-summary {
	padding-top: 0
}

.mce .site-content .format-aside .entry-title,.mce .site-content .format-link .entry-title,.mce .site-content .format-quote .entry-title {
	display: none
}

.mce .mce-ignore-li ol,.mce .mce-ignore-li ol li,.mce .mce-ignore-li ul,.mce .mce-ignore-li ul li {
	font-size: 1em;
	margin: 0;
	padding: 0;
	list-style: none
}

article.auction-tile {
	max-width: 340px
}

article.auction-tile .inner-prop {
	transition: all .25s ease-in-out;
	box-shadow: 0 10px 26px -10px transparent
}

article.auction-tile .inner-prop:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 26px -10px rgba(0,0,0,.5)
}

article.auction-tile a.image {
	display: block;
	padding-bottom: 64.70588%;
	width: 100%;
	background-color: #152142;
	background-position: 50%;
	background-size: 50px auto;
	background-image: url(../fonts/logo.svg);
	background-repeat: no-repeat
}

article.auction-tile a.image.has-image {
	background-size: cover;
	background-repeat: no-repeat
}

article.auction-tile .content {
	padding: 15px 15px 12px;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

article.auction-tile .roundel {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 20px;
	transform: translateY(-50%);
	height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

article.auction-tile .roundel span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #fff;
	line-height: 1.2em;
	padding: 0;
	margin: 0
}

article.auction-tile .roundel.sold {
	background: #3965dd
}

article.auction-tile .roundel.under-offer {
	background: #203367
}

article.auction-tile .roundel.let {
	background: #152142
}

article.auction-tile header h3 a {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #3965dd;
	font-size: 11px;
	font-size: .6875rem;
	letter-spacing: .05em;
	display: block
}

article.auction-tile header h4 {
	margin: 0 0 1em
}

article.auction-tile header h4 a {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(17px + 2 * ((100vw - 320px) / 960));
	font-size: calc(1.0625rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 1em
}

article.auction-tile footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-top: .8em
}

article.auction-tile footer a.footage {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #646e89;
	margin: 0;
	font-size: 11px;
	font-size: .6875rem;
	letter-spacing: .05em;
	width: calc(100% - 50px)
}

article.auction-tile footer a.mail {
	color: #203367;
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	display: block;
	width: 40px;
	font-size: .875em;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	line-height: 40px;
	line-height: 2.5rem;
	text-align: center;
	border: 1px solid #d4d7e2
}

article.case-study {
	background: #fff;
	box-shadow: 0 20px 20px 0 rgb(0 0 0/20%);
	display: block;
	position: relative;
	transition: transform .2s cubic-bezier(.77,0,.175,1);
	width: 100%;
	border-bottom: 3px solid #203367;
	border-radius: 4px;
	overflow: hidden
}

article.case-study.cat-video a.image,article.case-study.video a.image {
	position: relative
}

article.case-study.cat-video a.image:before,article.case-study.video a.image:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../fonts/video-icon.svg) no-repeat 50%;
	background-size: 30% auto
}

article.case-study .image {
	background-color: #203367;
	background-position: 50%;
	background-repeat: repeat;
	background-size: cover;
	z-index: 0;
	display: block
}

article.case-study .image .prop {
	padding-bottom: 80%;
	display: block;
	width: 100%
}

article.case-study .categories {
	display: block;
	margin-bottom: 12px
}

article.case-study .category {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	background: rgba(32,51,103,.1);
	border-radius: 4px;
	color: #3965dd;
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 7px
}

article.case-study .category:not(:last-of-type) {
	margin-right: 5px
}

article.case-study main {
	min-height: 190px;
	padding: 15px 18px 38px;
	z-index: 0
}

article.case-study .title {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(14px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-bottom: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	display: block
}

article.case-study .title:after {
	background: #203367;
	content: "";
	display: block;
	opacity: .3;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 30px;
	height: 1px
}

article.case-study .description {
	line-height: 1.5em;
	font-size: 14px;
	font-size: .875rem
}

article.case-study footer {
	-ms-flex-align: end;
	align-items: flex-end;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 20px 22px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	width: 100%;
	left: 0
}

article.case-study footer:after {
	background: #3965dd;
	content: "";
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 3px;
	transition: height .5s cubic-bezier(.77,0,.175,1);
	z-index: 1
}

article.case-study .author {
	font: 400 13px/1.4em Work-Sans,sans-serif;
	font: 400 .8125rem/1.4em Work-Sans,sans-serif
}

article.case-study .author b,article.case-study .author bold,article.case-study .author strong {
	font-weight: 700
}

article.case-study .author {
	-ms-flex: 1 1 65%;
	flex: 1 1 65%;
	position: relative;
	min-height: 34px
}

article.case-study .author .profile-img {
	border-radius: 100%;
	display: inline-block;
	margin: 0 10px 0 0;
	width: 34px;
	height: 34px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #152142;
	background-image: url(../fonts/logo.svg);
	background-position: 50%
}

article.case-study .author .profile-img.has-img {
	background-size: cover
}

article.case-study .author img.photo {
	border-radius: 100%;
	display: inline-block;
	margin: 0 10px 0 0;
	max-width: 34px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

article.case-study .author .text {
	display: inline-block;
	vertical-align: top;
	padding-left: 45px
}

article.case-study .author span {
	display: block
}

article.case-study .author span.job,article.case-study .author span.name {
	color: #203367
}

article.case-study .date {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #646e89;
	display: none;
	-ms-flex: 1 1 35%;
	flex: 1 1 35%;
	margin-bottom: 0;
	text-align: right
}

article.case-study a.permalink {
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	text-indent: -999px;
	z-index: 1
}

article.full-mce {
	font-family: Work-Sans,sans-serif;
	color: #646e89
}

article.full-mce h2 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

article.full-mce h2:before {
	background: #3965dd;
	content: "";
	display: block;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

article.full-mce h2 {
	margin-bottom: 30px
}

article.full-mce h3 {
	font-family: Work-Sans,sans-serif;
	font-size: calc(19px + 7 * ((100vw - 320px) / 960));
	font-size: calc(1.1875rem + 7 * ((100vw - 20rem) / 960));
	margin-bottom: 1.35em
}

article.full-mce h3,article.full-mce h4 {
	color: #203367;
	font-weight: 400;
	line-height: 1.3em
}

article.full-mce h4 {
	font-family: Work-Sans,sans-serif;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	margin-bottom: 1em;
	margin-top: 2.85em
}

article.full-mce p {
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: calc(15px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.9375rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 1.9em
}

article.full-mce p a {
	color: #152142
}

article.full-mce p b,article.full-mce p strong {
	font-weight: 700
}

article.full-mce ul {
	font-size: calc(14px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 500;
	margin-bottom: 2rem;
	padding-left: 1.1em;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-left: 0
}

article.full-mce ul li {
	padding-left: 15px
}

article.full-mce ul li:before {
	background: #3965dd;
	height: 4px;
	width: 4px;
	border-radius: 9999px;
	content: "";
	position: absolute;
	top: .6em;
	left: 0
}

article.full-mce ol {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(14px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 500;
	margin-bottom: 2rem;
	line-height: 1.5em;
	padding-left: 1.1em
}

article.full-mce ol li {
	line-height: 1.5em;
	margin-bottom: 1em;
	position: relative
}

article.full-mce ol li:before {
	content: "";
	position: absolute;
	top: .6em;
	left: 0
}

article.full-mce ol {
	counter-reset: my-sec-counter
}

article.full-mce ol li:before {
	top: .04em;
	color: #3965dd;
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter) ". ";
	font-size: .875em
}

article.full-mce blockquote {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(16px + 15 * ((100vw - 320px) / 960));
	font-size: calc(1rem + 15 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em
}

article.full-mce ul li span {
	font-weight: 700
}

article.full-mce b,article.full-mce bold,article.full-mce strong {
	font-weight: 700!important
}

article.full-mce .arrow-btn {
	margin-bottom: 1em
}

article.full-mce .arrow-btn,article.full-mce .arrow-btn>a {
	color: #203367;
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.2em;
	position: relative;
	text-decoration: none;
	z-index: 1
}

article.full-mce .arrow-btn>a {
	padding: 1.2em 46px 1.2em 20px
}

article.full-mce .arrow-btn>a:before {
	background: #d4d7e2;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 100%;
	transition: width .5s cubic-bezier(.77,0,.175,1);
	z-index: -1
}

article.full-mce .arrow-btn>a:after {
	color: #3965dd;
	content: "trending_flat";
	display: block;
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-style: normal;
	font-weight: 400;
	top: 50%;
	right: 20px;
	position: absolute;
	transform: translateY(-50%);
	font-size: 1.2em;
	text-decoration: none
}

article.full-mce .arrow-btn:hover a:before {
	width: 100%
}

article.full-mce .arrow-btn {
	display: inline-block;
	margin-top: 20px
}

article.full-mce .arrow-btn>.arrow-btn {
	background: none;
	padding: 0;
	margin: 0
}

article.full-mce .arrow-btn>.arrow-btn:after,article.full-mce .arrow-btn>.arrow-btn:before {
	display: none
}

article.full-mce hr {
	background-color: rgba(0,0,0,.1);
	border: 0;
	height: 1px;
	margin-bottom: 1em
}

article.full-mce .alignleft {
	float: left
}

article.full-mce .alignright {
	float: right
}

article.full-mce .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

article.full-mce blockquote.alignleft,article.full-mce img.alignleft {
	margin: 7px 24px 7px 0
}

article.full-mce .wp-caption.alignleft {
	margin: 7px 14px 7px 0
}

article.full-mce blockquote.alignright,article.full-mce img.alignright {
	margin: 7px 0 7px 24px
}

article.full-mce .wp-caption.alignright {
	margin: 7px 0 7px 14px
}

article.full-mce .wp-caption.aligncenter,article.full-mce blockquote.aligncenter,article.full-mce img.aligncenter {
	margin-bottom: 7px;
	margin-top: 7px
}

article.full-mce .site-content blockquote.alignleft,article.full-mce .site-content blockquote.alignright {
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-top: 17px;
	width: 50%
}

article.full-mce .site-content blockquote.alignleft p,article.full-mce .site-content blockquote.alignright p {
	margin-bottom: 17px
}

article.full-mce .gallery {
	margin-bottom: 20px
}

article.full-mce .gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative
}

article.full-mce .gallery-columns-1 .gallery-item {
	max-width: 100%
}

article.full-mce .gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: calc(50% - 4px)
}

article.full-mce .gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: calc(33.3% - 4px)
}

article.full-mce .gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: calc(25% - 4px)
}

article.full-mce .gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: calc(20% - 4px)
}

article.full-mce .gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: calc(16.7% - 4px)
}

article.full-mce .gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: calc(14.28% - 4px)
}

article.full-mce .gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: calc(12.5% - 4px)
}

article.full-mce .gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: calc(11.1% - 4px)
}

article.full-mce .gallery-columns-1 .gallery-item:nth-of-type(1n),article.full-mce .gallery-columns-2 .gallery-item:nth-of-type(2n),article.full-mce .gallery-columns-3 .gallery-item:nth-of-type(3n),article.full-mce .gallery-columns-4 .gallery-item:nth-of-type(4n),article.full-mce .gallery-columns-5 .gallery-item:nth-of-type(5n),article.full-mce .gallery-columns-6 .gallery-item:nth-of-type(6n),article.full-mce .gallery-columns-7 .gallery-item:nth-of-type(7n),article.full-mce .gallery-columns-8 .gallery-item:nth-of-type(8n),article.full-mce .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0
}

article.full-mce .gallery-caption {
	background-color: rgba(0,0,0,.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	font-size: .75rem;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: left;
	width: 100%
}

article.full-mce .gallery-caption:before {
	content: "";
	min-height: 49px;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

article.full-mce .gallery-item:hover .gallery-caption {
	opacity: 1
}

article.full-mce .gallery-columns-7 .gallery-caption,article.full-mce .gallery-columns-8 .gallery-caption,article.full-mce .gallery-columns-9 .gallery-caption {
	display: none
}

article.full-mce .format-aside .entry-content,article.full-mce .format-aside .entry-summary,article.full-mce .format-link .entry-content,article.full-mce .format-link .entry-summary,article.full-mce .format-quote .entry-content,article.full-mce .format-quote .entry-summary {
	padding-top: 0
}

article.full-mce .site-content .format-aside .entry-title,article.full-mce .site-content .format-link .entry-title,article.full-mce .site-content .format-quote .entry-title {
	display: none
}

article.full-mce .mce-ignore-li ol,article.full-mce .mce-ignore-li ol li,article.full-mce .mce-ignore-li ul,article.full-mce .mce-ignore-li ul li {
	font-size: 1em;
	margin: 0;
	padding: 0;
	list-style: none
}

article.full-mce ul {
	text-transform: none;
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: calc(15px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.9375rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 1.9em
}

article.full-mce ul a {
	color: #152142
}

article.full-mce ul b,article.full-mce ul strong {
	font-weight: 700
}

article.full-mce ul {
	letter-spacing: 0
}

article.full-mce ul li {
	line-height: 1.5em;
	margin-bottom: 1em;
	position: relative;
	padding-left: 14px
}

article.full-mce ul li:before {
	background: #203367;
	top: .5em
}

article.full-mce iframe {
	width: 100%
}

article.image-thumb-article {
	border-radius: 3px;
	overflow: hidden
}

article.image-thumb-article .inner-service-tile {
	max-width: 300px;
	max-height: 180px;
	margin: 0 auto;
	height: 100%
}

article.image-thumb-article a {
	display: block;
	font-size: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	position: relative;
	background: #152142
}

article.image-thumb-article a,article.image-thumb-article a * {
	transition: all .25s ease-out
}

article.image-thumb-article a .description {
	transition: all .5s ease-in-out
}

article.image-thumb-article a:before {
	content: "";
	padding-bottom: 60%;
	display: inline-block
}

article.image-thumb-article a span {
	display: block;
	color: #fff
}

article.image-thumb-article a:hover .bg {
	opacity: .2
}

article.image-thumb-article a:hover .description {
	max-height: 400px;
	transition: all 1s ease-in-out
}

article.image-thumb-article .content {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	position: relative;
	padding: 36px
}

article.image-thumb-article .title {
	position: relative;
	z-index: 2;
	font-family: Work-Sans,sans-serif;
	font-size: calc(18px + 3 * ((100vw - 320px) / 960));
	font-size: calc(1.125rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

article.image-thumb-article .icon {
	margin-right: .5rem;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50%
}

article.image-thumb-article .description {
	position: relative;
	z-index: 2;
	padding-top: .5em;
	font-size: calc(14px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	display: block;
	max-height: 0;
	overflow: hidden
}

article.image-thumb-article .bg {
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .7
}

article.location-tile {
	text-align: center
}

article.location-tile .inner-service-tile {
	max-width: 350px;
	margin: 0 auto;
	height: 100%;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-direction: column;
	flex-direction: column
}

article.location-tile a.image {
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 54.28571%;
	width: 100%;
	display: block
}

article.location-tile .positioner {
	position: relative;
	height: 100%
}

article.location-tile .top-area {
	display: block;
	margin: 35px 0 75px;
	min-height: 90px
}

article.location-tile footer {
	border-top: 1px solid #eeeff3;
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}

article.location-tile footer a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	color: #646e89;
	font-size: 13px;
	font-size: .8125rem;
	text-align: left;
	padding-left: 20px;
	line-height: 1.2em;
	padding: 1rem 1.5rem
}

article.location-tile footer a:hover {
	color: #3965dd
}

article.location-tile footer a .icon {
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	color: #3965dd;
	font-size: 14px;
	font-size: .875rem;
	margin-right: .5rem
}

article.location-tile a.phone {
	border-right: 1px solid #eeeff3
}

article.location-tile h3 a {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(17px + 2 * ((100vw - 320px) / 960));
	font-size: calc(1.0625rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 1em
}

article.location-tile address {
	margin: .5rem 1rem;
	font-size: .95em
}

article.location-tile address a {
	color: #646e89
}

article.location-tile .google-maps {
	margin-top: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

article.location-tile .google-maps .icon {
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	color: #3965dd;
	margin-right: .2rem
}

article.location-tile .google-maps .text {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 0
}

article.medium-mce {
	font-family: Work-Sans,sans-serif;
	color: #646e89
}

article.medium-mce h2 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.70rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	font-weight: bold;
}


article.medium-mce h2:before {
	background: #3965dd;
	content: "";
	display: block;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}


 .aboutmain article.medium-mce h2{
 	color: #000;
 }

 .aboutmain article.medium-mce h2:before {
	background: #203367;
	height: 2px
}

 .aboutmain article.medium-mce p{
	color: #555555;
}


article.medium-mce h2 {
	margin-bottom: 30px
}

article.medium-mce h3 {
	font-family: Work-Sans,sans-serif;
	font-size: calc(19px + 7 * ((100vw - 320px) / 960));
	font-size: calc(1.1875rem + 7 * ((100vw - 20rem) / 960));
	margin-bottom: 1.35em
}

article.medium-mce h3,article.medium-mce h4 {
	color: #203367;
	font-weight: 400;
	line-height: 1.3em
}

article.medium-mce h4 {
	font-family: Work-Sans,sans-serif;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	margin-bottom: 1em;
	margin-top: 2.85em
}

article.medium-mce p {
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: calc(15px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.9375rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 1.9em;
	text-align: justify;
}

article.medium-mce p a {
	color: #152142
}

article.medium-mce p b,article.medium-mce p strong {
	font-weight: 700
}

article.medium-mce ul {
	font-size: calc(14px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 500;
	margin-bottom: 2rem;
	padding-left: 1.1em
}

article.medium-mce ul li {
	line-height: 1.5em;
	margin-bottom: 1em;
	position: relative
}

article.medium-mce ul {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-left: 0
}

article.medium-mce ul li {
	padding-left: 15px
}

article.medium-mce ul li:before {
	background: #3965dd;
	height: 4px;
	width: 4px;
	border-radius: 9999px;
	content: "";
	position: absolute;
	top: .6em;
	left: 0
}

article.medium-mce ol {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(14px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 500;
	margin-bottom: 2rem;
	line-height: 1.5em;
	padding-left: 1.1em
}

article.medium-mce ol li {
	line-height: 1.5em;
	margin-bottom: 1em;
	position: relative
}

article.medium-mce ol li:before {
	content: "";
	position: absolute;
	top: .6em;
	left: 0
}

article.medium-mce ol {
	counter-reset: my-sec-counter
}

article.medium-mce ol li:before {
	top: .04em;
	color: #3965dd;
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter) ". ";
	font-size: .875em
}

article.medium-mce blockquote {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(16px + 15 * ((100vw - 320px) / 960));
	font-size: calc(1rem + 15 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em
}

article.medium-mce ul li span {
	font-weight: 700
}

article.medium-mce b,article.medium-mce bold,article.medium-mce strong {
	font-weight: 700!important
}

article.medium-mce .arrow-btn {
	margin-bottom: 1em
}

article.medium-mce .arrow-btn,article.medium-mce .arrow-btn>a {
	color: #203367;
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.2em;
	position: relative;
	text-decoration: none;
	z-index: 1
}

article.medium-mce .arrow-btn>a {
	padding: 1.2em 46px 1.2em 20px
}

article.medium-mce .arrow-btn>a:before {
	background: #d4d7e2;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 100%;
	transition: width .5s cubic-bezier(.77,0,.175,1);
	z-index: -1
}

article.medium-mce .arrow-btn>a:after {
	color: #3965dd;
	content: "trending_flat";
	display: block;
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-style: normal;
	font-weight: 400;
	top: 50%;
	right: 20px;
	position: absolute;
	transform: translateY(-50%);
	font-size: 1.2em;
	text-decoration: none
}

article.medium-mce .arrow-btn:hover a:before {
	width: 100%
}

article.medium-mce .arrow-btn {
	display: inline-block;
	margin-top: 20px
}

article.medium-mce .arrow-btn>.arrow-btn {
	background: none;
	padding: 0;
	margin: 0
}

article.medium-mce .arrow-btn>.arrow-btn:after,article.medium-mce .arrow-btn>.arrow-btn:before {
	display: none
}

article.medium-mce {
	line-height: 1.9em
}

article.medium-mce:not(.capped-ul) ul {
	text-transform: none;
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: calc(15px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.9375rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 1.9em
}

article.medium-mce:not(.capped-ul) ul a {
	color: #152142
}

article.medium-mce:not(.capped-ul) ul b,article.medium-mce:not(.capped-ul) ul strong {
	font-weight: 700
}

article.medium-mce:not(.capped-ul) ul {
	letter-spacing: 0
}

article.medium-mce:not(.capped-ul) ul li {
	line-height: 1.9em;
	margin-bottom: 1em;
	position: relative;
	padding-left: 14px
}

article.medium-mce:not(.capped-ul) ul li:before {
	background: #203367;
	top: .5em
}

article.medium-mce:not(.capped-ul) ul li a {
	color: #3965dd
}

article.medium-mce:not(.capped-ul) ul li a:hover {
	text-decoration: underline
}

article.no-properties-found {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(17px + 2 * ((100vw - 320px) / 960));
	font-size: calc(1.0625rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 4rem auto
}

article.person-tile {
	text-align: center;
	margin: 20px;
	max-width: 300px
}

article.person-tile .inner-person-tile {
	background: #fff;
	border-radius: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 18px 18px 0;
	transition: all .25s ease-in-out;
	border-top: 3px solid #fff;
	box-shadow: 4px 17px 102px -12px transparent
}

article.person-tile .inner-person-tile:hover {
	border-top: 3px solid #3965dd;
	box-shadow: 4px 17px 102px -12px rgba(0,0,0,.3)
}

article.person-tile .deparments {
	display: block;
	font-style: italic;
	font-size: .875em
}

article.person-tile a.image {
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto 30px;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-position: 50% 10%
}

article.person-tile .top-area {
	padding: 27px 27px 45px;
	width: 100%
}

article.person-tile a.telephone {
	display: inline-block;
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: calc(13px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 1 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	position: relative;
	text-align: left;
	padding-left: 20px
}

article.person-tile a.telephone:before {
	content: "phone";
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	color: #3965dd;
	transform: translateY(-50%);
	font-size: 14px;
	font-size: .875rem;
	line-height: 20px;
	line-height: 1.25rem
}

article.person-tile h3 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(17px + 2 * ((100vw - 320px) / 960));
	font-size: calc(1.0625rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-bottom: .1em
}

article.person-tile h3 a {
	color: #152142
}

article.person-tile h4 {
	margin-bottom: 1em
}

article.person-tile h4 a {
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: calc(14px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 1 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: .4em
}

article.person-tile footer {
	border-top: 1px solid #eeeff3;
	width: 100%
}

article.person-tile footer a {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	display: block;
	padding: 1rem 0;
	position: relative;
	background-image: url(../fonts/arrow-blue-right.svg);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: 100% 50%
}

article.points-list h3 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em
}

article.points-list ul {
	margin: 0;
	line-height: 1.5em
}

article.points-list ul li {
	line-height: 1.2em;
	margin-bottom: 1em;
	position: relative;
	padding-left: 14px
}

article.points-list ul li:before {
	content: "";
	position: absolute;
	top: .45em;
	left: 0;
	background: #152142;
	height: 4px;
	width: 4px;
	border-radius: 9999px
}

article.points-list.one ul {
	display: block
}

article.points-list.one ul li {
	width: 100%
}

article.points-list.two ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

article.points-list.two ul li {
	width: 48%
}

article.property-info h3 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em
}

article.property-info ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch
}

article.property-info li {
	width: 333.333%;
	height: 100%
}

article.property-info li.middle {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff
}

article.property-info ul.header {
	background: #152142;
	color: #fff
}

article.property-info ul.header i {
	font-size: 14px;
	font-size: .875rem
}

article.property-info ul.header span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 0;
	color: #fff;
	padding-left: 5px
}

article.property-info ul.header i,article.property-info ul.header span {
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	line-height: 1.875rem
}

article.property-info ul.header li {
	padding: 0 10px
}

article.property-info ul.content {
	background: #f4f5f7
}

article.property-info ul.content li {
	padding: 20px 9px
}

article.property-tile-google-map {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%
}

article.property-tile-google-map a.image {
	background-size: cover;
	background-repeat: no-repeat;
	width: 33.333%;
	display: none
}

article.property-tile-google-map .content {
	width: 100%;
	position: relative
}

article.property-tile-google-map .content header {
	padding: 10px 25px 10px 10px;
	min-height: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column
}

article.property-tile-google-map .content header a {
	text-decoration: none
}

article.property-tile-google-map .content header h3 {
	font-family: Work-Sans,sans-serif;
	font-size: calc(15px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.9375rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 0
}

article.property-tile-google-map .content header h3 a {
	color: #203367
}

article.property-tile-google-map .content header a.footage {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #8b92a5;
	margin: .8rem 0 0
}

article.property-tile-google-map .content a.aside {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 20px;
	border-left: 1px solid #f4f5f7
}

article.property-tile-google-map .content a.aside:before {
	content: "keyboard_arrow_right";
	color: #8b92a5;
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	top: 50%;
	right: 0;
	bottom: 50%;
	left: 0;
	position: absolute;
	text-align: center;
	width: 20px;
	height: 20px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	transform: translateY(-50%)
}

article.property-tile {
	max-width: 340px
}

article.property-tile .inner-prop {
	transition: all .25s ease-in-out;
	box-shadow: 0 10px 26px -10px transparent
}

article.property-tile .inner-prop:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 26px -10px rgba(0,0,0,.5)
}

article.property-tile a.image {
	display: block;
	padding-bottom: 64.70588%;
	width: 100%;
	background-color: #152142;
	background-position: 50%;
	background-size: 50px auto;
	background-image: url(../fonts/logo.svg);
	background-repeat: no-repeat
}

article.property-tile a.image.has-image {
	background-size: cover;
	background-repeat: no-repeat
}

article.property-tile .content {
	padding: 15px 15px 12px;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

article.property-tile .roundel {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 20px;
	transform: translateY(-50%);
	height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

article.property-tile .roundel span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #fff;
	line-height: 1.2em;
	padding: 0;
	margin: 0
}

article.property-tile .roundel.sold {
	background: #3965dd
}

article.property-tile .roundel.under-offer {
	background: #203367
}

article.property-tile .roundel.let {
	background: #152142
}

article.property-tile header h4 a {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #3965dd;
	margin: 0 0 1em;
	font-size: 11px;
	font-size: .6875rem;
	letter-spacing: .05em;
	display: block
}

article.property-tile header h3 a {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(17px + 2 * ((100vw - 320px) / 960));
	font-size: calc(1.0625rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 1em
}

article.property-tile footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-top: .8em
}

article.property-tile footer a.footage {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #646e89;
	margin: 0;
	font-size: 11px;
	font-size: .6875rem;
	letter-spacing: .05em;
	width: calc(100% - 50px)
}

article.property-tile footer a.mail {
	color: #203367;
	font-family: Material Icons;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "liga" 1;
	display: inline-block;
	width: 40px;
	font-size: .875em;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	line-height: 40px;
	line-height: 2.5rem;
	text-align: center;
	border: 1px solid #d4d7e2
}

article.service-tile {
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: #152142;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto
}

article.service-tile:before {
	padding-bottom: 100%;
	content: "";
	display: inline-block
}

article.service-tile .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 310px;
	width: 100%;
	height: 220px;
	padding: 0 6vw 15px;
	position: relative;
	z-index: 1
}

article.service-tile .content .description,article.service-tile .content .title {
	height: auto;
	overflow: hidden;
	transition: flex .6s cubic-bezier(.77,0,.175,1),opacity .6s cubic-bezier(.77,0,.175,1);
	transition: flex .6s cubic-bezier(.77,0,.175,1),opacity .6s cubic-bezier(.77,0,.175,1),-ms-flex .6s cubic-bezier(.77,0,.175,1)
}

article.service-tile .content .title {
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex: 1;
	flex: 1;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
	min-height: 25px
}

article.service-tile .content .title .label {
	display: block;
	padding-left: 36px;
	overflow: visible;
	position: relative
}

article.service-tile .content .title i.icon {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto 0;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 25px;
	height: 25px
}

article.service-tile .content .title span {
	display: block;
	font-family: Work-Sans,sans-serif;
	font-size: calc(18px + 3 * ((100vw - 320px) / 960));
	font-size: calc(1.125rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	padding-top: 2px
}

article.service-tile .content .description {
	-ms-flex: 0;
	flex: 0;
	font-size: calc(14px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	opacity: 0
}

article.service-tile figure.image {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	opacity: .6;
	transition: opacity .6s cubic-bezier(.77,0,.175,1);
	z-index: 0
}

article.service-tile a.permalink,article.service-tile figure.image {
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

article.service-tile a.permalink {
	background: transparent;
	text-indent: -999px;
	z-index: 1;
	z-index: 2
}

article.standard-thumb-article-large {
	background: #203367;
	box-shadow: 0 50px 65px 0 rgba(0,0,0,.06);
	display: block;
	overflow: hidden;
	position: relative;
	transition: transform .2s cubic-bezier(.77,0,.175,1);
	width: 100%
}

article.standard-thumb-article-large .image {
	background-color: #203367;
	background-position: 50%;
	background-repeat: repeat;
	background-size: cover;
	height: 240px;
	display: block;
	opacity: .4;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0
}

article.standard-thumb-article-large main {
	z-index: 1;
	position: absolute;
	bottom: 38px;
	left: 20px;
	right: 20px;
	color: #fff
}

article.standard-thumb-article-large .title {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(14px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-bottom: 0;
	padding-bottom: 20px;
	margin-bottom: 50px;
	position: relative;
	display: block;
	color: #fff
}

article.standard-thumb-article-large .title:after {
	background: #fff;
	content: "";
	display: block;
	opacity: .3;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 30px;
	height: 1px
}

article.standard-thumb-article-large footer {
	-ms-flex-align: end;
	align-items: flex-end;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 20px 22px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	pointer-events: none
}

article.standard-thumb-article-large .author {
	font: 400 13px/1.4em Work-Sans,sans-serif;
	font: 400 .8125rem/1.4em Work-Sans,sans-serif
}

article.standard-thumb-article-large .author b,article.standard-thumb-article-large .author bold,article.standard-thumb-article-large .author strong {
	font-weight: 700
}

article.standard-thumb-article-large .author {
	-ms-flex: 1 1 65%;
	flex: 1 1 65%;
	position: relative;
	min-height: 34px
}

article.standard-thumb-article-large .author .profile-img {
	border-radius: 100%;
	display: inline-block;
	margin: 0 10px 0 0;
	width: 34px;
	height: 34px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-color: #152142;
	background-image: url(../fonts/logo.svg);
	background-position: 50%
}

article.standard-thumb-article-large .author .profile-img.has-img {
	background-size: cover
}

article.standard-thumb-article-large .author img.photo {
	border-radius: 100%;
	display: inline-block;
	margin: 0 10px 0 0;
	max-width: 34px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

article.standard-thumb-article-large .author .text {
	display: inline-block;
	vertical-align: top;
	padding-left: 45px
}

article.standard-thumb-article-large .author span {
	display: block;
	color: #fff
}

article.standard-thumb-article-large .date {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #fff;
	display: none;
	-ms-flex: 1 1 35%;
	flex: 1 1 35%;
	margin-bottom: 0;
	text-align: right
}

article.standard-thumb-article-large .categories {
	display: block;
	margin-bottom: 12px
}

article.standard-thumb-article-large .category {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	background: #3965dd;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	padding: 4px 7px
}

article.standard-thumb-article-large .category:not(:last-of-type) {
	margin-right: 5px
}

article.standard-thumb-article {
	background: #fff;
	box-shadow: 0 50px 65px 0 rgba(0,0,0,.06);
	display: block;
	overflow: hidden;
	position: relative;
	transition: transform .2s cubic-bezier(.77,0,.175,1);
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

article.standard-thumb-article.cat-video a.image,article.standard-thumb-article.video a.image {
	position: relative
}

article.standard-thumb-article.cat-video a.image:before,article.standard-thumb-article.video a.image:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../fonts/video-icon.svg) no-repeat 50%;
	background-size: 30% auto
}

article.standard-thumb-article .image {
	background-color: #203367;
	background-position: 50%;
	background-repeat: repeat;
	background-size: cover;
	width: 100%;
	height: 240px;
	z-index: 0;
	display: block
}

article.standard-thumb-article .categories {
	display: block;
	margin-bottom: 12px
}

article.standard-thumb-article .category {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	background: rgba(32,51,103,.1);
	border-radius: 4px;
	color: #3965dd;
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 7px
}

article.standard-thumb-article .category:not(:last-of-type) {
	margin-right: 5px
}

article.standard-thumb-article main {
	min-height: 190px;
	padding: 22px 20px 38px;
	z-index: 0
}

article.standard-thumb-article .title {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(14px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-bottom: 0;
	padding-bottom: 20px;
	margin-bottom: 50px;
	position: relative;
	display: block
}

article.standard-thumb-article .title:after {
	background: #203367;
	content: "";
	display: block;
	opacity: .3;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 30px;
	height: 1px
}

article.standard-thumb-article footer {
	-ms-flex-align: end;
	align-items: flex-end;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 20px 22px;
	position: absolute;
	z-index: 0;
	bottom: 0;
	width: 100%;
	left: 0
}

article.standard-thumb-article footer:after {
	background: #3965dd;
	content: "";
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 3px;
	transition: height .5s cubic-bezier(.77,0,.175,1);
	z-index: 1
}

article.standard-thumb-article .author {
	font: 400 13px/1.4em Work-Sans,sans-serif;
	font: 400 .8125rem/1.4em Work-Sans,sans-serif
}

article.standard-thumb-article .author b,article.standard-thumb-article .author bold,article.standard-thumb-article .author strong {
	font-weight: 700
}

article.standard-thumb-article .author {
	-ms-flex: 1 1 65%;
	flex: 1 1 65%;
	position: relative;
	min-height: 34px
}

article.standard-thumb-article .author .profile-img {
	border-radius: 100%;
	display: inline-block;
	margin: 0 10px 0 0;
	width: 34px;
	height: 34px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #152142;
	background-image: url(../fonts/logo.svg);
	background-position: 50%
}

article.standard-thumb-article .author .profile-img.has-img {
	background-size: cover
}

article.standard-thumb-article .author img.photo {
	border-radius: 100%;
	display: inline-block;
	margin: 0 10px 0 0;
	max-width: 34px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

article.standard-thumb-article .author .text {
	display: inline-block;
	vertical-align: top;
	padding-left: 45px
}

article.standard-thumb-article .author span {
	display: block
}

article.standard-thumb-article .author span.job,article.standard-thumb-article .author span.name {
	color: #203367
}

article.standard-thumb-article .date {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #646e89;
	display: none;
	-ms-flex: 1 1 35%;
	flex: 1 1 35%;
	margin-bottom: 0;
	text-align: right
}

article.standard-thumb-article a.permalink {
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	text-indent: -999px;
	z-index: 1
}

aside.sticky-property-ctas {
	background: #eaedfc;
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 100
}

aside.sticky-property-ctas .inner {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 16px;
	width: 100%
}

aside.sticky-property-ctas a {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	border: 2px solid #d6dbef;
	border-radius: 4px;
	color: #152142;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex: 0 0 calc(50% - 8px);
	flex: 0 0 calc(50% - 8px);
	font-family: Work-Sans,sans-serif;
	font-size: 10px;
	font-size: .625rem;
	font-weight: 700;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.2em;
	min-height: 47px;
	padding: 10px;
	text-transform: uppercase;
	vertical-align: top
}

aside.sticky-property-ctas a span {
	margin: auto
}

aside.sticky-property-ctas a i.material-icons {
	color: rgba(21,33,66,.45);
	display: inline-block;
	font-size: 11px;
	font-size: .6875rem;
	margin: 0 7px 0 0;
	transform: translateY(2px)
}

aside.sticky-property-ctas a:first-of-type {
	background: #d6dbef
}

article.vacancy {
	background: #fff;
	border-radius: 4px;
	font-size: 16px;
	font-size: 1rem;
	overflow: hidden;
	position: relative
}

article.vacancy figure.image {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-color: #152142;
	padding-bottom: 58%;
	width: 100%;
	height: auto
}

article.vacancy .content {
	padding: 40px 30px
}

article.vacancy .content span.location {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	border-radius: 4px;
	background-color: rgba(32,51,103,.1);
	color: #3965dd;
	display: inline-block;
	margin-bottom: 16px;
	padding: 5px 8px
}

article.vacancy .content span.title {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(14px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 1em;
	display: block;
	margin-bottom: 40px;
	padding-bottom: 20px;
	position: relative
}

article.vacancy .content span.title:after {
	background: #203367;
	content: "";
	display: block;
	opacity: .3;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 30px;
	height: 1px
}

article.vacancy a.permalink {
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	text-indent: -999px;
	z-index: 1
}

aside.flickity-dots {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1
}

aside.flickity-dots .carousel-status {
	color: #fff;
	font-family: Work-Sans,sans-serif;
	font-size: 10px;
	font-size: .625rem;
	font-weight: 700;
	letter-spacing: 1.57px;
	letter-spacing: .09813rem;
	line-height: 12px;
	line-height: .75rem;
	margin-right: 18px
}

aside.flickity-dots .dots {
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	width: 100%
}

aside.flickity-dots .dots li {
	background-color: transparent;
	position: relative;
	margin: 0 5px;
	height: 1px;
	background-color: #3965dd;
	opacity: .14;
	width: 100%
}

aside.flickity-dots .dots li.is-selected {
	opacity: 1
}

aside.flickity-dots .controls {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

aside.flickity-dots .controls .prev {
	margin-right: 30px;
	cursor: pointer
}

aside.flickity-dots .controls .next {
	margin-left: 30px;
	cursor: pointer
}

aside.leftside-angled-title {
	-ms-flex-align: start;
	align-items: flex-start;
	display: none;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

aside.leftside-angled-title h4 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	display: block;
	line-height: 12px;
	line-height: .75rem;
	padding-top: 40px;
	transform: rotate(-180deg);
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr
}

aside.leftside-angled-title h4:before {
	background: #203367;
	content: "";
	top: 5px;
	left: 6px;
	position: absolute;
	width: 1px;
	height: 20px
}

aside.people-searchresults {
	padding: 1rem 0 2rem;
	background: #f4f5f7
}

aside.people-searchresults .filter-list.size {
	margin: 0 10px
}

aside.people-searchresults .sorting.col {
	display: none
}

aside.people-searchresults .results.col {
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 400
}

aside.people-searchresults .results.col .highlight {
	color: #3965dd
}

aside.people-searchresults .dk-select,aside.people-searchresults .dk-select-multi {
	width: 100%
}

aside.people-searchresults .dk-select {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(10px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.625rem + 1 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-bottom: 0;
	font-size: calc(10px + 1 * ((100vw - 420px) / 860));
	font-size: calc(.625rem + 1 * ((100vw - 26.25rem) / 860));
	border-bottom: 1px solid #d4d7e2;
	border-radius: 0
}

aside.people-searchresults .dk-select * {
	border: none;
	background: none;
	border-radius: 0
}

aside.people-searchresults .dk-selected {
	height: 35px;
	line-height: 1.2em;
	padding: 1em 40px 1em 0
}

aside.people-searchresults .dk-selected:after {
	width: 48px;
	margin: 0;
	border: none
}

aside.people-searchresults .dk-selected:before {
	border-width: .35em .35em 0;
	border-top-color: #203367;
	margin: -.2em 0 0
}

aside.people-searchresults .dk-select-options {
	background: #e8eaf0;
	max-height: 15em
}

aside.people-searchresults .dk-select-options .dk-option-highlight,aside.people-searchresults .dk-select-options .dk-option-selected {
	background: #d4d7e2;
	color: #203367
}

aside.people-searchresults .dk-select-options li {
	padding: .3em .5em .3em 2em
}

aside.people-searchresults .dk-select-options .dk-option-selected {
	position: relative
}

aside.people-searchresults .dk-select-options .dk-option-selected:before {
	background: url(../fonts/tick.svg) 50% no-repeat;
	background-size: 100% auto;
	width: 11px;
	height: 12px;
	content: "";
	position: absolute;
	top: .4em;
	left: .4rem
}

aside.service-agents {
	width: calc(50% - 442px)
}

aside.service-agents .inner-agent-wrap {
	padding: 2rem 2rem 3rem
}

aside.service-agents .service-agents-outter-wrap {
	position: relative
}

aside.service-agents .heading {
	color: #152142;
	display: block;
	font-family: Work-Sans,sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 25px
}

aside.service-agents .agent-wrap {
	background: #fff;
	margin: 0 auto;
	text-align: center;
	border-radius: 4px;
	border-top: 4px solid #3965dd
}

aside.service-agents .agent-wrap .image {
	border-radius: 9999px;
	width: 72px;
	height: 72px;
	margin: 0 auto 2rem;
	border: 1px solid #3965dd;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

aside.service-agents .agent-wrap .bg {
	width: 60px;
	height: 60px;
	border-radius: 9999px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

aside.service-agents h3 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(17px + 3 * ((100vw - 320px) / 960));
	font-size: calc(1.0625rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: .3em;
	color: #152142
}

aside.service-agents h4 {
	color: #203367;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	display: block;
	margin-bottom: 1em
}

aside.service-agents a.telephone {
	color: #203367;
	display: block;
	font-size: calc(13px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 1 * ((100vw - 20rem) / 960));
	font-weight: 400;
	margin-bottom: 1.5rem
}

aside.service-agents a.telephone i {
	color: #3965dd;
	font-size: .875em
}

aside.service-agents a.button {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 0;
	display: inline-block;
	padding: 1em;
	border: 1px solid #d4d7e2;
	border-radius: 4px
}

aside.service-agents ul.slick-dots {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px
}

aside.service-agents ul.slick-dots li {
	width: 8px;
	height: 8px;
	margin: 5px
}

aside.service-agents ul.slick-dots button:hover,aside.service-agents ul.slick-dots li.slick-active button {
	background: #152142
}

aside.service-agents ul.slick-dots button {
	overflow: hidden;
	text-indent: -9999px;
	width: 8px;
	height: 8px;
	background: #b5b8cb;
	border-radius: 9999px;
	border: none;
	cursor: pointer
}

aside.service-agents nav.arrows .slick-prev {
	left: 10px
}

aside.service-agents nav.arrows .slick-next {
	right: 10px
}

aside.service-agents nav.arrows a {
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 30px;
	line-height: 1.875rem;
	font-size: 22px;
	font-size: 1.375rem;
	text-align: center;
	transition: all .25s ease-in-out;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

aside.service-agents nav.arrows a:hover {
	color: #3965dd
}

aside.service-agents ul.slides {
	visibility: hidden
}

aside.service-links-agents {
	background: #f4f5f7;
	height: 100%;
	top: 50px;
	right: 0;
	position: absolute;
	width: calc(50% - 442px);
	display: none
}

aside.service-links-agents.sticky {
	position: fixed
}

aside.service-links-agents nav.service-parent {
	display: none;
	width: 100%;
	padding: 0;
	position: relative;
	max-width: 320px;
	margin-top: 120px;
	padding: 0 20px 0 40px;
	visibility: visible
}

aside.service-links-agents aside.service-agents {
	width: 100%;
	top: 0!important;
	padding: 0;
	position: relative;
	max-width: 320px;
	padding: 0 20px 0 40px;
	position: relative!important
}

aside.tables {
	overflow-x: scroll;
	padding-bottom: 50px
}

aside.tables caption {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em;
	text-align: left
}

aside.tables table {
	width: 100%;
	min-width: 375px
}

aside.tables table td,aside.tables table th {
	padding: 5px;
	border: 1px solid #fff;
	text-align: left
}

aside.tables table td {
	padding: 20px 9px
}

aside.tables table tbody {
	color: #646e89;
	font-size: 16px;
	font-family: Work-Sans,sans-serif;
	background: #f4f5f7
}

aside.tables table thead th {
	background-color: #152142;
	font-family: Work-Sans,sans-serif;
	font-size: 10px;
	font-size: .625rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #f4f5f7;
	padding: 10px
}

div.article-social-share {
	width: 65px;
	border: 1px solid #d4d7e2;
	border-bottom: none
}

div.article-social-share header {
	background: #152142;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 25px;
	line-height: 25px;
	line-height: 1.5625rem
}

div.article-social-share li {
	width: 100%;
	border-bottom: 1px solid #d4d7e2
}

div.article-social-share a {
	height: 65px;
	display: block;
	position: relative;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

div.article-social-share a:hover {
	background: #152142
}

div.article-social-share a:hover svg * {
	fill: #fff
}

div.article-social-share svg {
	margin: auto;
	max-width: 15px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: auto;
	text-align: center
}

div.article-social-share svg * {
	fill: #152142
}

div.article-social-share .at-share-btn {
	background: none!important
}

div.article-social-share .at-icon-wrapper {
	height: 65px;
	width: 65px
}

div.article-social-share a[role=button] {
	border-bottom: 1px solid #d4d7e2;
	background: none!important;
	border-radius: 0!important;
	position: relative;
	right: 2px
}

div.article-social-share a[role=button]:hover {
	transform: translateY(0)
}

div.article-social-share a[role=button].at-svc-facebook {
	background: url(../fonts/facebook-blue.svg) no-repeat 50%!important;
	background-size: 12px auto!important
}

div.article-social-share a[role=button].at-svc-twitter {
	background: url(../fonts/twitter-blue.svg) no-repeat 50%!important;
	background-size: 15px auto!important
}

div.article-social-share a[role=button].at-svc-linkedin {
	background: url(../fonts/linkedin-blue.svg) no-repeat 50%!important;
	background-size: 20px auto!important
}

div.article-social-share a[role=button] span {
	display: none
}

div.article-social-share a[role=button].at-svc-compact {
	right: 0;
	display: block;
	background: url(../images/more.png) no-repeat 50%!important;
	background-size: 15px auto!important;
	border-bottom: 1px solid #d4d7e2;
	border-radius: 0!important;
	margin: 0
}

div.article-social-share a[role=button].at-svc-compact svg {
	opacity: 0
}

div.image-slider-marquee {
	max-width: 885px
}

div.image-slider-marquee .img-slider-wrapper {
	position: relative
}

div.image-slider-marquee ul.slides {
	z-index: 0;
	opacity: 0;
	transition: all .25s ease-in-out
}

div.image-slider-marquee ul.slides.slick-initialized {
	opacity: 1
}

div.image-slider-marquee nav.arrows {
	width: 100px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	background: #fff
}

div.image-slider-marquee nav.arrows:before {
	content: "";
	top: 0;
	bottom: 0;
	position: absolute;
	left: 50%;
	width: 1px;
	background: linear-gradient(180deg,#fff,#d4d7e2 50%,#fff)
}

div.image-slider-marquee nav.arrows a.slick-arrow {
	display: block;
	line-height: 50px;
	line-height: 3.125rem;
	width: 50px;
	height: 50px;
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	color: #152142;
	text-align: center;
	cursor: pointer
}

div.image-slider-marquee nav.arrows a.slick-arrow:hover {
	color: #3965dd
}

div.social-share-buttons i {
	cursor: pointer
}

nav.aside-menu-links {
	background: #f4f5f7;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 17%;
	visibility: hidden
}

nav.aside-menu-links.sticky {
	position: fixed
}

nav.aside-menu-links ul {
	border-left: 2px solid #e8e9eb
}

nav.aside-menu-links li {
	display: block;
	padding: .5em 0
}

nav.aside-menu-links a {
	display: block;
	position: relative;
	left: -2px;
	padding: 0 1em;
	line-height: 1.1em;
	color: #646e89;
	border-left: 2px solid #e8e9eb;
	transition: all .25s ease-in-out
}

nav.aside-menu-links a.current,nav.aside-menu-links a:hover {
	color: #152142;
	border-left: 2px solid #3965dd
}

main.base {
	overflow: hidden
}

nav.fixed-menu {
	position: fixed!important;
	z-index: 5;
	left: 0!important;
	top: 50vh!important;
	transform: translateY(-50%);
	display: none;
	max-width: 320px
}

nav.fixed-menu .footer {
	display: none
}

nav.fixed-menu .midnightInner {
	overflow: visible!important
}

nav.fixed-menu a {
	display: block;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 0;
	position: relative;
	padding-left: 35px;
	line-height: 1.2em;
	min-height: 21px;
	padding-top: 4px
}

nav.fixed-menu a:after,nav.fixed-menu a:before {
	content: "";
	border-radius: 100%;
	position: absolute
}

nav.fixed-menu a .text,nav.fixed-menu a:after,nav.fixed-menu a:before {
	transition: all .4s cubic-bezier(.165,.84,.44,1)
}

nav.fixed-menu a:before {
	top: 8px;
	left: 8px;
	width: 5px;
	height: 5px;
	background: #8b92a5
}

nav.fixed-menu a:after {
	top: 0;
	left: 0;
	width: 21px;
	height: 21px;
	border: 2px solid #203367;
	opacity: 0
}

nav.fixed-menu .dark a {
	color: #fff
}

nav.fixed-menu .dark a:before {
	background: #fff
}

nav.fixed-menu .dark a:after {
	border-color: #3965dd
}

nav.fixed-menu .dark li.active a:before {
	background: #fff
}

nav.fixed-menu li {
	margin-bottom: 28px;
	padding-left: 1vw;
	max-width: 200px
}

nav.fixed-menu li .text {
	opacity: 0;
	margin-left: -20px
}

nav.fixed-menu li.active .text,nav.fixed-menu li a:hover .text {
	opacity: 1;
	margin-left: 0
}

nav.fixed-menu li.active a:after,nav.fixed-menu li a:hover a:after {
	opacity: 1
}

nav.fixed-menu li.active a:before,nav.fixed-menu li a:hover a:before {
	background: #152142
}

nav.service-parent {
	background: #f4f5f7;
	max-width: calc(50% - 445px);
	top: 0;
	left: 0;
	position: absolute;
	width: 50%;
	visibility: hidden;
	z-index: 0
}

nav.service-parent.sticky {
	position: fixed
}

nav.service-parent .heading {
	color: #152142;
	display: block;
	font-family: Work-Sans,sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 25px
}

nav.service-parent ul {
	background: #fff;
	border-bottom: 1px solid #8a92a6;
	display: block;
	padding-bottom: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

nav.service-parent li {
	display: block;
	position: relative
}

nav.service-parent svg {
	display: block;
	top: 19px;
	left: 18px;
	position: absolute;
	width: 6px;
	height: 8px
}

nav.service-parent a {
	background-color: #fff;
	color: #646e89;
	display: block;
	font-family: Work-Sans,sans-serif;
	font-size: 10px;
	font-size: .625rem;
	font-weight: 700;
	position: relative;
	letter-spacing: .19em;
	line-height: 1.2em;
	padding: 17px 30px 17px 35px;
	transition: all .25s ease-in-out;
	text-transform: uppercase
}

nav.service-parent a.current,nav.service-parent a:hover {
	background-color: #3965dd;
	color: #fff
}

ul.social-links {
	display: block;
	font-size: 0
}

ul.social-links li {
	display: inline-block
}

ul.social-links li:not(:last-of-type) {
	margin-right: 8px
}

ul.social-links a {
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid hsla(0,0%,100%,.3);
	border-radius: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 36px;
	height: 36px;
	transition: all .2s cubic-bezier(.77,0,.175,1)!important
}

ul.social-links a:hover {
	border-color: #fff
}

ul.social-links svg {
	margin: auto;
	max-width: 12px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: auto;
	text-align: center
}

ul.social-links svg * {
	fill: #fff!important
}

.slick-slider {
	visibility: hidden
}

.slick-slider.slick-initialized {
	visibility: visible
}

.grecaptcha-badge {
	visibility: hidden
}

.fancybox-stage .fancybox-content {
	width: 100%
}

footer.primary {
	background-color: #203367;
	color: #fff;
	overflow: hidden;
	position: relative;
	text-align: center
}

footer.primary:before {
	background: transparent url(../fonts/logo_footer.svg) no-repeat top/cover;
	content: "";
	margin: 0 auto;
	opacity: .03;
	top: -380px;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 2529px;
	height: 1458px;
	text-align: center;
	z-index: 0
}

footer.primary a {
	text-decoration: none;
	transition: color .2s cubic-bezier(.77,0,.175,1)
}

footer.primary .main {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1390px;
	margin-bottom: 70px;
	position: relative;
	z-index: 1
}

footer.primary .logo {
	display: block;
	margin: 0 auto;
	text-align: center
}

footer.primary .logo img {
	max-width: 240px;
}

footer.primary nav.menu {
	margin-top: 60px
}

footer.primary nav.menu a {
	color: #abafbf;
	display: block;
	padding: 5px 0
}

footer.primary nav.menu a:hover {
	color: #fff
}

footer.primary nav.menu .col.open .menu-container {
	max-height: -webkit-max-content;
	max-height: -moz-max-content;
	max-height: max-content
}

footer.primary nav.menu .col.open span.title:after {
	transform: rotate(180deg) translateY(-50%);
	top: 40%
}

footer.primary nav.menu span.title {
	position: relative;
	display: block;
	text-align: left;
	color: #fff;
	font-family: Work-Sans,sans-serif;
	font-size: 29px;
	font-size: 1.8125rem;
	font-weight: 500;
	letter-spacing: -.53px;
	letter-spacing: -.03313rem;
	line-height: 34px;
	line-height: 2.125rem;
	border-bottom: 1px solid #4b5a84;
	padding: 21px;
	font-weight: bold;
}

footer.primary nav.menu ul {
	font-size: 0
}

footer.primary nav.menu ul li {
	font: 400 13px/1.4em Work-Sans,sans-serif;
	font: 400 .8125rem/1.4em Work-Sans,sans-serif
}

footer.primary nav.menu ul li b,footer.primary nav.menu ul li bold,footer.primary nav.menu ul li strong {
	font-weight: 700
}

footer.primary nav.menu .contact-details {
	font: 400 13px/1.4em Work-Sans,sans-serif;
	font: 400 .8125rem/1.4em Work-Sans,sans-serif
}

footer.primary nav.menu .contact-details b,footer.primary nav.menu .contact-details bold,footer.primary nav.menu .contact-details strong {
	font-weight: 700
}

footer.primary nav.menu .contact-details {
	margin-bottom: 25px
}

footer.primary nav.menu .contact-details a i {
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-size: 15px;
	font-size: .9375rem;
	margin: 2px 8px 0 0;
	opacity: .5;
	vertical-align: top
}

footer.primary ul.logos {
	display: block;
	margin-top: .2rem
}

footer.primary ul.logos li {
	padding-top: 10px;
	display: block
}

footer.primary ul.logos li:not(:last-of-type) {
	margin-bottom: 8px
}

footer.primary ul.logos a {
	display: inline-block
}

footer.primary ul.logos a:hover {
	opacity: .85
}

footer.primary ul.logos img {
	display: block;
	max-width: 112px
}

footer.primary .bottom {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1500px;
	font: 400 13px/1.4em Work-Sans,sans-serif;
	font: 400 .8125rem/1.4em Work-Sans,sans-serif
}

footer.primary .bottom b,footer.primary .bottom bold,footer.primary .bottom strong {
	font-weight: 700
}

footer.primary .bottom {
	line-height: 1.55em;
	padding: 30px 0 35px!important;
	border-top: 1px solid hsla(0,0%,100%,.2);
	position: relative;
	z-index: 1;
	color: #abafbf;
	align-items: center;

}


#menu-browse {
	display: flex;
}

#menu-browse li{
	position: relative;
	padding-right: 24px;
}
#menu-browse li:after {
    content: " ";
    position: absolute;
    top: 2px;
    right: 10px;
    color: #fff;
    height: 15px;
    background: #fff;
    width: 2px;
}

#menu-browse li:last-child:after{
	display: none;
}

#menu-browse li a{
	color: #fff;
}

@media(max-width:1024px) {
	#menu-browse{
		justify-content: center;
	}
}

@media(max-width:768px) {
		#menu-browse li{
		position: relative;
		padding-right: 20px;
	}
	#menu-browse li:after {
	    content: " ";
	    position: absolute;
	    top: 2px;
	    right: 8px;
	    color: #fff;
	    height: 15px;
	    background: #fff;
	    width: 2px;
	}
}


footer.primary .bottom .text {
	display: inline-block;
	vertical-align: top
}

footer.primary .bottom a.privacy {
	color: #abafbf
}

footer.primary .bottom a.privacy:hover {
	color: #fff
}

footer.primary .bottom a.developer {
	color: #fff!important
}

footer.primary .bottom a.logomark {
	background: transparent url(../images/top.png) no-repeat top;
	display: none;
	float: right;
	font-size: 0;
	margin: 3px 0 0 20px;
	overflow: hidden;
	width: 36px;
	height: 36px;
	text-indent: -999px;
	vertical-align: top
}

header.primary nav.desktop {
	display: none;
	height: 115px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

header.primary nav.desktop>ul {
	font-size: 0;
	height: 100%
}

header.primary nav.desktop>ul>li {
	display: inline-block;
	font: 500 15px/1.35em Work-Sans,sans-serif;
	font: 500 .9375rem/1.35em Work-Sans,sans-serif;
	height: inherit;
	position: relative
}

header.primary nav.desktop>ul>li>a {
	color: #fff;
	display: block;
	height: unset;
	padding: 50px 25px 10px 25px;
	position: relative;
	overflow: visible;
	transition: padding .5s cubic-bezier(.77,0,.175,1) 0s,color 1s cubic-bezier(.77,0,.175,1) 0s;
	z-index: 1
}

header.primary nav.desktop>ul>li>a:after {
	background: #3965dd;
	content: "";
	bottom: 0;
	left: 25px;
	position: absolute;
	width: 0;
	height: 2px;
	transition: all .5s cubic-bezier(.77,0,.175,1)
}

header.primary nav.desktop>ul>li li {
	margin: 0
}

header.primary nav.desktop>ul>li li>a {
	display: block;
	font: 400 11px/1.5em Work-Sans,sans-serif;
	font: 400 .6875rem/1.5em Work-Sans,sans-serif;
	color: #203367;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	opacity: .8;
	text-transform: uppercase;
	transition: all .5s cubic-bezier(.77,0,.175,1) 0s
}

header.primary nav.desktop>ul>li li>a:hover {
	color: #3965dd;
	opacity: 1
}

header.primary nav.desktop>ul>li li.highlight>a {
	color: #3965dd;
	font-weight: 700;
	opacity: 1
}

header.primary nav.desktop>ul>li li:not(:last-of-type)>a {
	padding-bottom: 10px
}

header.primary nav.desktop>ul>li.menu-item-has-children:first-of-type>ul.sub-menu {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

header.primary nav.desktop>ul>li.menu-item-has-children:first-of-type>ul.sub-menu>li:not(:first-of-type).menu-item-has-children {
	margin-top: 0
}

header.primary nav.desktop>ul>li>ul.sub-menu {
	-ms-flex-align: stretch;
	align-items: stretch;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 880px;
	opacity: 0;
	padding: 45px 30px 45px 30px;
	top: calc(100% + 25px);
	left: 25px;
	position: absolute;
	text-align: left;
	transition: all .6s cubic-bezier(.77,0,.175,1);
	visibility: hidden;
	z-index: 0
}

header.primary nav.desktop>ul>li>ul.sub-menu>li {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0;
	max-width: 200px;
	width: 100vw
}

header.primary nav.desktop>ul>li>ul.sub-menu>li.menu-item-has-children {
	margin-left: 35px;
	margin-right: 35px
}

header.primary nav.desktop>ul>li>ul.sub-menu>li.menu-item-has-children>a {
	border-bottom: 2px solid #3965dd;
	color: #152142;
	display: block;
	font: 500 15px/1.35em Work-Sans,sans-serif;
	font: 500 .9375rem/1.35em Work-Sans,sans-serif;
	letter-spacing: 0;
	margin-bottom: 25px;
	opacity: 1;
	padding: 8px 0;
	text-transform: none;
	cursor: default
}

header.primary nav.desktop>ul>li>ul.sub-menu>li.menu-item-has-children:not(:first-of-type) {
	margin-top: 50px
}

header.primary nav.desktop>ul>li>ul.sub-menu>li>ul.sub-menu {
	background: #fff;
	display: block;
	position: relative
}

header.primary nav.desktop>ul>li.hover>a:after,header.primary nav.desktop>ul>li:hover>a:after {
	width: calc(100% - 50px)
}

header.primary nav.desktop>ul>li.hover>ul.sub-menu,header.primary nav.desktop>ul>li:hover>ul.sub-menu {
	opacity: 1;
	top: 100%;
	visibility: visible
}

header.primary nav.mobile {
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #203367;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	opacity: 0;
	overflow-y: scroll;
	padding-top: 80px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	text-align: left;
	width: 100%;
	height: 100%;
	transition: all .5s cubic-bezier(.77,0,.175,1);
	visibility: hidden;
	z-index: 97;
	-ms-overflow-style: none;
	scrollbar-width: none
}

header.primary nav.mobile::-webkit-scrollbar {
	display: none
}

header.primary nav.mobile .mobile-menu {
	display: block;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%
}

header.primary nav.mobile .mobile-menu a {
	color: #fff!important;
	display: block
}

header.primary nav.mobile .mobile-menu>ul>li {
	display: block;
	font-family: Work-Sans,sans-serif;
	font-size: calc(15px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.9375rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.9em;
	max-height: 60px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: all 1s cubic-bezier(.77,0,.175,1);
	width: 100%
}

header.primary nav.mobile .mobile-menu>ul>li:before {
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	content: "";
	display: none;
	top: 27px;
	right: 35px;
	position: absolute;
	width: 0;
	height: 0;
	transition: all .6s cubic-bezier(.77,0,.175,1)
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children:before {
	display: block
}

header.primary nav.mobile .mobile-menu>ul>li:not(:last-of-type) {
	border-bottom: 1px solid hsla(0,0%,100%,.1)
}

header.primary nav.mobile .mobile-menu>ul>li>a {
	cursor: pointer;
	font-weight: 500;
	padding: 16px 10px
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children {
	cursor: pointer
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu {
	max-height: 0;
	width: 100%;
	height: auto;
	transition: all 1s cubic-bezier(.77,0,.175,1);
	padding: 0 6vw 25px
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu ul.sub-menu {
	padding-bottom: 15px
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>a {
	border-bottom: 1px solid hsla(0,0%,100%,.1);
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.2em;
	padding-bottom: 10px;
	padding-top: 10px
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu>li:not(.menu-item-has-children)>a {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(10px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.625rem + 1 * ((100vw - 20rem) / 960));
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: calc(10px + 1 * ((100vw - 420px) / 860));
	font-size: calc(.625rem + 1 * ((100vw - 26.25rem) / 860));
	margin-bottom: 0;
	opacity: .5;
	padding: 6px 0;
	text-transform: uppercase
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children li:first-of-type {
	padding-top: 10px
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children li>a {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(10px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.625rem + 1 * ((100vw - 20rem) / 960));
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: calc(10px + 1 * ((100vw - 420px) / 860));
	font-size: calc(.625rem + 1 * ((100vw - 26.25rem) / 860));
	margin-bottom: 0;
	opacity: .5;
	padding: 6px 0;
	text-transform: uppercase
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children.open:before {
	border-color: transparent transparent #fff;
	border-width: 0 5px 5px
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children.open,header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children.open>ul.sub-menu {
	max-height: 800px
}

header.primary nav.mobile .contact {
	-ms-flex-align: center;
	align-items: center;
	/*border-top: 1px solid hsla(0,0%,100%,.1);*/
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	height: 60px;
	text-align: center
}

/*header.primary nav.mobile .contact:after {
	background: hsla(0,0%,100%,.1);
	content: "";
	top: 0;
	bottom: 0;
	left: 50%;
	position: absolute;
	width: 1px;
	height: 100%
}*/

header.primary nav.mobile .contact>a {
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	font-family: Work-Sans,sans-serif;
	font-size: 13px 1em;
	font-size: .8125rem 1em;
	font-weight: 400;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15px
}

header.primary nav.mobile .contact i {
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-size: 15px;
	font-size: .9375rem;
	margin-right: 4px;
	vertical-align: middle
}

header.primary nav.mobile .contact span {
	display: inline-block;
	vertical-align: top
}

header.primary nav.mobile .social {
	border-top: 1px solid hsla(0,0%,100%,.1);
	display: block;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	text-align: center;
	width: 100%
}

header.primary nav.mobile .social ul.social-links {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: 100%;
	height: 70px
}

header.primary nav.mobile .social ul.social-links li {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: 0!important
}

header.primary nav.mobile .social ul.social-links a {
	border: 0 none;
	border-radius: 0;
	margin: 0;
	width: 50px;
	height: 50px
}

header.primary nav.mobile .social ul.social-links svg {
	max-width: 16px
}

header.primary.mobile-nav-visible nav.mobile {
	opacity: 1;
	visibility: visible
}

header.primary .mobile-buttons {
	display: block;
	font-size: 0;
	top: 0;
	right: 0;
	position: absolute
}

header.primary .mobile-buttons .mobile__menu-btn,header.primary .mobile-buttons .mobile__search-btn {
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: top
}

header.primary .mobile__search-btn {
	opacity: 1;
	width: 60px;
	height: 80px;
	transition: all .5s cubic-bezier(.77,0,.175,1) 0s;
	visibility: visible
}

header.primary .mobile__search-btn a.tel {
	margin: auto;
	max-width: 19px;
	top: 43px;
	right: 0;
	left: 0;
	position: absolute;
	transition: top .5s cubic-bezier(.77,0,.175,1) 0s;
	width: 100%
}

header.primary .mobile__search-btn a.tel circle,header.primary .mobile__search-btn a.tel path {
	stroke: #fff;
	transition: all .5s cubic-bezier(.77,0,.175,1) 0s
}

header.primary .mobile__menu-btn {
	width: calc(13px + 12vw);
	height: 80px
}

header.primary .mobile__menu-btn i.menu {
	display: block;
	position: relative;
	margin: 38px 0 0 10px;
	width: 24px;
	height: 24px;
	text-align: center;
	transition: margin-top .5s cubic-bezier(.77,0,.175,1) 0s
}

header.primary .mobile__menu-btn i.menu span:after,header.primary .mobile__menu-btn i.menu span:before {
	background: #fff;
	border-radius: 0;
	content: "";
	display: block;
	height: 2px;
	opacity: 1;
	position: absolute
}

header.primary .mobile__menu-btn i.menu span.one:after,header.primary .mobile__menu-btn i.menu span.one:before {
	transition: background-color .45s cubic-bezier(.77,0,.175,1) 0s,transform .45s cubic-bezier(.77,0,.175,1) 0s,top .3s cubic-bezier(.77,0,.175,1) .45s,left .3s cubic-bezier(.77,0,.175,1) .6s,width .3s cubic-bezier(.77,0,.175,1) .6s
}

header.primary .mobile__menu-btn i.menu span.one:before {
	top: 5px;
	right: 0;
	left: auto;
	width: 16px
}

header.primary .mobile__menu-btn i.menu span.one:after {
	top: 19px;
	left: 0;
	width: 16px
}

header.primary .mobile__menu-btn i.menu span.two:before {
	top: 12px;
	right: 0;
	transition: background-color .45s cubic-bezier(.77,0,.175,1) 0s,right .15s cubic-bezier(.77,0,.175,1) .3s,width .3s cubic-bezier(.77,0,.175,1) .6s;
	width: 24px
}

header.primary.mobile-nav-visible .mobile__search-btn a.tel circle,header.primary.mobile-nav-visible .mobile__search-btn a.tel path,header.primary.search-visible .mobile__search-btn a.tel circle,header.primary.search-visible .mobile__search-btn a.tel path,header.primary.video-visible .mobile__search-btn a.tel circle,header.primary.video-visible .mobile__search-btn a.tel path {
	stroke: #fff!important
}

header.primary.mobile-nav-visible .mobile__menu-btn i.menu span:after,header.primary.mobile-nav-visible .mobile__menu-btn i.menu span:before,header.primary.search-visible .mobile__menu-btn i.menu span:after,header.primary.search-visible .mobile__menu-btn i.menu span:before,header.primary.video-visible .mobile__menu-btn i.menu span:after,header.primary.video-visible .mobile__menu-btn i.menu span:before {
	background: #fff!important
}

header.primary.mobile-nav-visible .mobile__menu-btn i.menu span.one:after,header.primary.mobile-nav-visible .mobile__menu-btn i.menu span.one:before,header.primary.search-visible .mobile__menu-btn i.menu span.one:after,header.primary.search-visible .mobile__menu-btn i.menu span.one:before,header.primary.video-visible .mobile__menu-btn i.menu span.one:after,header.primary.video-visible .mobile__menu-btn i.menu span.one:before {
	top: 12px;
	transition: background-color .45s cubic-bezier(.77,0,.175,1) .3s,left .3s cubic-bezier(.77,0,.175,1),width .3s cubic-bezier(.77,0,.175,1),top .3s cubic-bezier(.77,0,.175,1) .3s,transform .45s cubic-bezier(.77,0,.175,1) .45s;
	width: 22px
}

header.primary.mobile-nav-visible .mobile__menu-btn i.menu span.one:before,header.primary.search-visible .mobile__menu-btn i.menu span.one:before,header.primary.video-visible .mobile__menu-btn i.menu span.one:before {
	right: 1px;
	transform: rotate(135deg)
}

header.primary.mobile-nav-visible .mobile__menu-btn i.menu span.one:after,header.primary.search-visible .mobile__menu-btn i.menu span.one:after,header.primary.video-visible .mobile__menu-btn i.menu span.one:after {
	left: 1px;
	transform: rotate(-135deg)
}

header.primary.mobile-nav-visible .mobile__menu-btn i.menu span.two:before,header.primary.search-visible .mobile__menu-btn i.menu span.two:before,header.primary.video-visible .mobile__menu-btn i.menu span.two:before {
	right: 0;
	transition: background-color .45s cubic-bezier(.77,0,.175,1) .3s,width .3s cubic-bezier(.77,0,.175,1) 0s,right .15s cubic-bezier(.77,0,.175,1) 3s;
	width: 0
}

header.primary.on-scroll:not(.mobile-nav-visible):not(.search-visible) .main:after {
	background: rgba(32,51,103,.1)
}

body:not(.on-scroll) header.primary.video-visible .main,header.primary.search-visible .main {
	background: transparent!important
}

body.on-scroll header.banner-notice {
	position: fixed;
	top: 0;
	left: 0
}

header.banner-notice {
	width: 100%;
	background: #3965dd;
	padding: 10px 0 5px;
	text-align: center;
	z-index: 200;
	position: relative
}

header.banner-notice .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1500px;
	position: relative
}

header.banner-notice .wrapper a.close {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	font-size: 12px;
	font-size: .75rem;
	line-height: 30px;
	line-height: 1.875rem;
	color: #fff;
	background: rgba(0,0,0,.1);
	cursor: pointer
}

header.banner-notice .inner {
	position: relative;
	padding-right: 45px
}

header.banner-notice .middle {
	color: #fff;
	font-size: 13px;
	font-size: .8125rem;
	letter-spacing: .01em;
	text-align: center;
	display: inline-block
}

header.banner-notice .middle p {
	color: #fff;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 1.2em
}

header.banner-notice .middle a {
	display: inline-block;
	background: #fff;
	color: #3965dd;
	text-transform: uppercase;
	letter-spacing: .01em;
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 700;
	padding: .25em 1.2em
}

body.banner-notice-active header.primary .main {
	top: 67px
}

header.primary .main {
	background-color: transparent;
	color: #fff;
	overflow: visible;
	top: 0;
	right: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 80px;
	transition: height .5s cubic-bezier(.77,0,.175,1) 0s,background 1s cubic-bezier(.77,0,.175,1) 0s,transform 1s cubic-bezier(.77,0,.175,1) .3s;
	z-index: 100
}

header.primary .main:after {
	background: hsla(0,0%,100%,.1);
	content: "";
	opacity: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 0;
	height: 1px;
	transition: all 1s cubic-bezier(.77,0,.175,1) .15s
}

header.primary .main .container {
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	height: 100%
}

header.primary .main .logo {
	overflow: visible
}

header.primary .main .logo a {
	display: block;
	padding: 19px 6vw 0;
	width: 100%;
	height: 100%;
	transition: all .5s cubic-bezier(.77,0,.175,1) 0s
}

header.primary .main .logo svg {
	width: 53px;
	height: 61px
}

header.primary .main .logo svg g {
	fill: #fff;
	transition: transform .5s cubic-bezier(.77,0,.175,1) 0s,fill 1s cubic-bezier(.77,0,.175,1) 0s
}

header.primary .main .logo svg g#text {
	position: relative;
	transform: translateY(155px);
	transition: transform .5s cubic-bezier(.77,0,.175,1) 0s,fill 1s cubic-bezier(.77,0,.175,1) 0s,opacity .5s cubic-bezier(.77,0,.175,1) .5s,visibility .5s cubic-bezier(.77,0,.175,1) .5s
}

header.primary .main .search-btn {
	color: #fff;
	display: none;
	margin-top: 34px;
	text-align: center;
	transition: all .5s cubic-bezier(.77,0,.175,1) 0s;
	justify-content: center;
}

header.primary .main .search-btn .trigger {
	animation: pulse 2s infinite;
	background: #3965dd;
	border: 1px solid #3965dd;
	border-radius: 100%;
	box-shadow: 0 0 0 rgba(57,101,221,.4);
	cursor: pointer;
	display: block;
	margin: 0 30px;
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

header.primary .main .search-btn .trigger,header.primary .main .search-btn .trigger>i {
	transition: all .5s cubic-bezier(.77,0,.175,1) 0s
}

header.primary .main .search-btn i.open {
	opacity: 1;
	visibility: visible
}

header.primary .main .search-btn i.close {
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: auto;
	opacity: 0;
	top: 15px;
	left: 15px;
	position: absolute;
	visibility: visible
}

header.primary .main .search-btn svg {
	margin: auto;
	max-width: 16px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%
}

header.primary .main .search-btn svg circle,header.primary .main .search-btn svg path {
	stroke: #fff;
	transition: stroke 1s cubic-bezier(.77,0,.175,1) 0s
}

body.on-scroll header.primary .main {
	transition: height .5s cubic-bezier(.77,0,.175,1) 0s,background 1s cubic-bezier(.77,0,.175,1) .5s,transform 1s cubic-bezier(.77,0,.175,1) .3s
}

body.on-scroll header.primary:not(.search-visible) .main {
	background: #fff
}

body.on-scroll header.primary:not(.search-visible) .main:after {
	opacity: 1;
	width: 100%
}

body.on-scroll header.primary:not(.search-visible) .main .logo svg g#text {
	transition: fill 1s cubic-bezier(.77,0,.175,1) .5s,opacity .5s cubic-bezier(.77,0,.175,1) 0s,visibility .5s cubic-bezier(.77,0,.175,1) 0s,transform 1s cubic-bezier(.77,0,.175,1) 0s
}

body.on-scroll header.primary:not(.search-visible) .main .search-btn .trigger {
	background: transparent;
	border-color: rgba(32,51,103,.15);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

body.on-scroll header.primary:not(.search-visible) .main .search-btn i.close {
	color: #152142
}



body.on-scroll header.primary:not(.search-visible) .main .search-btn svg circle,body.on-scroll header.primary:not(.search-visible) .main .search-btn svg path {
	stroke: #152142
}


body.on-scroll header.primary:not(.search-visible) .main .search-btn .trigger i{
	color: #152142
}


body.on-scroll header.primary:not(.search-visible) .main {
	height: 80px
}

body.on-scroll header.primary:not(.search-visible) .main .logo svg g {
	fill: #152142;
	transition: fill 1s cubic-bezier(.77,0,.175,1) .5s
}

body.on-scroll header.primary:not(.search-visible) .main .logo svg g#text {
	opacity: 0;
	visibility: hidden
}

body.on-scroll header.primary:not(.search-visible) .main .search-btn {
	margin-top: 15px
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(57,101,221,.4)
	}

	70% {
		box-shadow: 0 0 0 12px transparent
	}

	to {
		box-shadow: 0 0 0 0 transparent
	}
}

body.single-auction header.primary .main .logo svg g,body.single-people header.primary .main .logo svg g,body.single-property header.primary .main .logo svg g {
	fill: #152142
}

body.single-auction header.primary .main .mobile__search-btn a.tel circle,body.single-auction header.primary .main .mobile__search-btn a.tel path,body.single-people header.primary .main .mobile__search-btn a.tel circle,body.single-people header.primary .main .mobile__search-btn a.tel path,body.single-property header.primary .main .mobile__search-btn a.tel circle,body.single-property header.primary .main .mobile__search-btn a.tel path {
	stroke: #152142
}

body.single-auction header.primary .main .mobile__menu-btn i.menu span:after,body.single-auction header.primary .main .mobile__menu-btn i.menu span:before,body.single-people header.primary .main .mobile__menu-btn i.menu span:after,body.single-people header.primary .main .mobile__menu-btn i.menu span:before,body.single-property header.primary .main .mobile__menu-btn i.menu span:after,body.single-property header.primary .main .mobile__menu-btn i.menu span:before {
	background: #152142
}

header.propery-title {
	text-align: center;
	background: #fff;
	padding-top: 100px;
	position: relative
}

header.propery-title .container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1500px;
	padding-bottom: 100px;
	padding-top: 40px;
	position: relative
}

header.propery-title div.property-back {
	margin: 0 auto 40px;
	text-align: center
}

header.propery-title div.property-back a {
	display: inline-block;
	padding: .5em 0;
	color: #152142;
	text-align: center
}

header.propery-title div.property-back a:hover,header.propery-title div.property-back a:hover .text {
	color: #3965dd
}

header.propery-title div.property-back a span {
	vertical-align: middle;
	display: inline-block
}

header.propery-title div.property-back a .arrow {
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	position: relative;
	top: 2px
}

header.propery-title div.property-back a .text {
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 0;
	line-height: 0
}

header.propery-title .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 780px
}

header.propery-title h3 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #3965dd
}

header.propery-title h1 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(35px + 15 * ((100vw - 320px) / 960));
	font-size: calc(2.1875rem + 15 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: .3em;
	color: #152142
}

header.propery-title h4 {
	text-align: center;
	display: inline-block;
	color: #646e89
}

header.propery-title h4 i {
	background: #eaedfc;
	border-radius: 99999px;
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	line-height: 2.1875rem;
	color: #5b6b9e;
	font-size: 18px;
	font-size: 1.125rem;
	vertical-align: middle
}

header.propery-title h4 span {
	display: inline-block;
	border-bottom: 1px dotted #5b6b9e;
	margin-left: 13px;
	vertical-align: middle
}

header.propery-title .status-area {
	margin-top: 1.5rem
}

header.propery-title .roundel,header.propery-title .status-area {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

header.propery-title .roundel {
	z-index: 2;
	top: 0;
	right: 20px;
	height: 45px;
	width: 45px;
	text-align: center;
	border-radius: 100%
}

header.propery-title .roundel span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #fff;
	line-height: 1.2em;
	padding: 0;
	margin: 0
}

header.propery-title .roundel.sold {
	background: #3965dd
}

header.propery-title .roundel.under-offer {
	background: #203367
}

header.propery-title .roundel.let {
	background: #152142
}

section.article-listing-marquee {
	padding: 45px 0 40px;
	position: relative
}

section.article-listing-marquee.footer--style-1 .counter {
	display: -ms-flexbox;
	display: flex;
	width: unset;
	position: relative;
	color: #25396b;
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 500;
	text-align: left;
	top: 0
}

section.article-listing-marquee.footer--style-1 .bar {
	top: 0;
	width: 100%;
	display: block;
	margin: 0 10px;
	position: relative;
	visibility: hidden
}

section.article-listing-marquee.footer--style-1 .arrows {
	top: 0;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

section.article-listing-marquee.footer--style-1 .footer {
	background: #f2f2f2;
	margin: 0;
	padding: 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 70px
}

section.article-listing-marquee aside.leftside-angled-title {
	top: 100px;
	z-index: 0
}

section.article-listing-marquee.background {
	background: #f4f5f7
}

section.article-listing-marquee article.standard-thumb-article footer:after {
	display: none
}

section.article-listing-marquee>header {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	display: block;
	position: relative;
	width: 100%
}

section.article-listing-marquee>header>.title {
	margin-bottom: 24px;
}

section.article-listing-marquee>header>.title span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	font-weight: bold;

}

section.article-listing-marquee>header>.title span:before {
	background: #3965dd;
	content: "";
	display: block;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

section.article-listing-marquee>header>.title span {
	display: block
}

section.article-listing-marquee.small-title>header>.title span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

section.article-listing-marquee.small-title>header>.title span:before {
	background: #3965dd;
	content: "";
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

section.article-listing-marquee .articles {
	position: relative;
	z-index: 1
}

section.article-listing-marquee .slick-list {
	margin: 0 -5px;
	padding: 0 6vw
}

section.article-listing-marquee .slick-slide>div {
	padding: 0 5px
}

section.article-listing-marquee>footer {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	position: relative;
	width: 100%;
	margin-top: .875rem;
	min-height: 42px
}

section.article-listing-marquee .counter {
	font-size: 0;
	top: 16px;
	left: 0;
	position: absolute;
	text-align: right;
	width: 90px
}

section.article-listing-marquee .counter span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 400;
	margin-bottom: 0
}

section.article-listing-marquee .counter span.total:before {
	content: "/"
}

section.article-listing-marquee .bar {
	background: transparent;
	display: none;
	margin: 0 auto;
	max-width: 940px;
	overflow: hidden;
	top: 21px;
	right: 0;
	left: 0;
	position: absolute;
	width: calc(100% - 250px);
	height: 3px;
	text-align: center;
	z-index: 1
}

section.article-listing-marquee .bar:before {
	background: #203367;
	content: "";
	opacity: .2;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1px
}

section.article-listing-marquee .bar .current {
	background: #3965dd;
	display: block;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

section.article-listing-marquee nav.arrows {
	font-size: 0;
	top: 6px;
	right: 0;
	position: absolute;
	width: 90px
}

section.article-listing-marquee nav.arrows button {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 13px;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	opacity: .6;
	overflow: hidden;
	width: 36px;
	height: 36px;
	text-indent: -999px;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

section.article-listing-marquee nav.arrows button.slick-prev {
	background-image: url(../fonts/carousel-arrow-left-blue.svg)
}

section.article-listing-marquee nav.arrows button.slick-next {
	background-image: url(../fonts/carousel-arrow-right-blue.svg)
}

section.article-listing-marquee nav.arrows button.slick-disabled {
	cursor: no-drop;
	opacity: .3
}

section.article-listing-marquee nav.arrows button:not(.slick-disabled):hover {
	opacity: .8
}

section.article-listing-marquee.hide-controls>footer {
	display: none
}

section.auction-builder {
	position: relative;
	margin-top: 80px
}

section.auction-builder .inner-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 660px;
	z-index: 1;
	position: relative;
	overflow: hidden
}

section.auction-builder article {
	margin: 30px 0;
	padding-bottom: 35px;
	border-bottom: 1px solid #eaeaea
}

section.auction-builder aside.service-agents ul.slides {
	visibility: visible
}

section.auction-builder aside.service-agents {
	width: 100%
}

section.auction-builder #contact-auctioneer,section.auction-builder #newsletter-signup {
	display: none
}

section.auction-builder ul.property-actions li {
	margin-bottom: 10px
}

section.auction-builder ul.property-actions li,section.auction-builder ul.property-actions li * {
	transition: all .25s ease-in-out
}

section.auction-builder ul.property-actions i {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-size: 1.125rem;
	color: #3965dd
}

section.auction-builder ul.property-actions i.send {
	transform: translateY(-50%) rotate(-45deg);
	transform-origin: 50% 50%
}

section.auction-builder ul.property-actions a {
	display: block;
	border: 1px solid #d7d8da;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

section.auction-builder ul.property-actions a span {
	display: block;
	padding: 20px 55px;
	text-align: center;
	font-family: Work-Sans,sans-serif;
	color: #152142;
	font-size: calc(10px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.625rem + 1 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.2em
}

section.auction-builder ul.property-actions a:hover {
	background: #d7d8da
}

section.auction-builder ul.property-actions a:hover span {
	color: #3965dd
}

section.auction-builder ul.property-actions a.blue-box:hover span {
	background: #3965dd;
	color: #fff
}

section.auction-builder ul.property-actions a.blue-box span {
	padding: 20px 10px;
	background: #152142;
	color: #fff
}

body.single-auction {
	background: #f4f5f7
}

body.single-auction section.image-marquee-slider {
	margin-bottom: 0
}

body.single-auction section.auction-builder .property-wrapper-listing {
	padding-top: 4rem
}

section.auction-listings {
	margin: 150px 0;
	background: #f4f5f7;
	min-height: 200px
}

section.auction-listings footer.lower-footer {
	text-align: center;
	margin: 2rem 6vw
}

section.auction-listings footer.lower-footer a {
	background-color: #203367;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	letter-spacing: .2em;
	padding: 1.2rem 4em 1.2rem 3.4rem;
	background-image: url(../fonts/home-white.svg);
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: 1rem 50%
}

section.auction-listings footer.lower-footer a:hover {
	background-color: #3965dd
}

section.auction-listings .grid-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	max-width: 1700px
}

section.auction-listings .grid-wrapper article.auction-tile {
	margin: 0 auto
}

body.post-type-archive-property main.base,body.tax-auction-type main.base {
	background: #f4f5f7
}

section.blog-article-navigation {
	margin: 3rem 0
}

section.blog-article-navigation .nav-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 780px;
	max-width: 655px;
	position: relative;
	border-top: 1px solid #d4d7e2;
	border-bottom: 1px solid #d4d7e2
}

section.blog-article-navigation .nav-wrapper a {
	display: block;
	padding: .5em 0;
	color: #152142;
	text-align: center
}

section.blog-article-navigation .nav-wrapper a:hover,section.blog-article-navigation .nav-wrapper a:hover .text {
	color: #3965dd
}

section.blog-article-navigation .nav-wrapper a span {
	vertical-align: middle;
	display: inline-block
}

section.blog-article-navigation .nav-wrapper a .arrow {
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	position: relative;
	top: 2px
}

section.blog-article-navigation .nav-wrapper a .text {
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 0;
	line-height: 0
}

section.blog-article-tags {
	margin: 3rem 0 5rem
}

section.blog-article-tags .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 780px;
	max-width: 655px
}

section.blog-article-tags .categories {
	display: block
}

section.blog-article-tags .categories * {
	display: inline-block;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-bottom: 4px
}

section.blog-article-tags .title {
	color: #152142;
	margin-right: 5px
}

section.blog-article-tags .category {
	background: rgba(32,51,103,.1);
	border-radius: 4px;
	color: #3965dd;
	padding: 4px 7px;
	margin-left: 2px;
	margin-right: 2px
}

section.blog-article-tags .category:not(:last-of-type) {
	margin-right: 5px
}

.no-caravan-parks {
	width: 100%;
	text-align: center
}

.no-caravan-parks h3 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-top: 30px;
	margin-bottom: 10px
}

.no-caravan-parks h5 {
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: calc(15px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.9375rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 1.9em
}

.no-caravan-parks h5 a {
	color: #152142
}

.no-caravan-parks h5 b,.no-caravan-parks h5 strong {
	font-weight: 700
}

.all-caravan-parks {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 30px;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em
}

.all-caravan-parks:before {
	content: "|";
	color: #3965dd;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 20px
}

section.case-studies-grid {
	padding: 3rem 0
}

section.case-studies-grid .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px
}

section.case-studies-grid h2 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em
}

section.case-studies-grid article.case-study {
	width: 100%
}

section.christmas-calander-dates {
	background: #f4f5f7;
	padding-top: 2rem;
	padding-bottom: 5rem
}

section.christmas-calander-dates .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1300px
}

section.christmas-calander-dates article {
	background: #1f3366;
	background-size: 100% auto;
	position: relative;
	box-shadow: 0 0 60px -22px rgba(0,0,0,.75);
	text-align: center;
	padding: 65px 30px;
	max-width: 275px;
	width: calc(100% - 20px);
	margin: 0 10px;
	margin-bottom: 40px
}

section.christmas-calander-dates article:before {
	content: "";
	position: absolute;
	top: -15px;
	left: -5px;
	right: -5px;
	width: calc(100% + 10px);
	background: url(../fonts/snowtop.svg) 0 0 no-repeat;
	background-size: 100% auto;
	height: 30px
}

section.christmas-calander-dates article.future .link {
	display: none
}

section.christmas-calander-dates article.future .date .day {
	opacity: .5
}

section.christmas-calander-dates article.has-link a:hover .link {
	background: #fff;
	color: #3966dd
}

section.christmas-calander-dates article.has-link .link {
	opacity: 1
}

section.christmas-calander-dates article a {
	display: block
}

section.christmas-calander-dates article.current {
	background: #3966dd
}

section.christmas-calander-dates article.current.has-link .link {
	opacity: 1
}

section.christmas-calander-dates article.current .link {
	background: #fff;
	color: #3966dd
}

section.christmas-calander-dates article.current .date .month {
	color: #fff
}

section.christmas-calander-dates article .link {
	opacity: 0;
	background-color: #3965dd;
	color: #fff;
	font-family: Work-Sans,sans-serif;
	font-size: 10px;
	font-size: .625rem;
	font-weight: 700;
	letter-spacing: 1.57px;
	letter-spacing: .09813rem;
	line-height: 12px;
	line-height: .75rem;
	text-transform: uppercase;
	display: block;
	padding: 15px;
	margin-top: 70px
}

section.christmas-calander-dates article .padlock {
	width: 50px;
	height: 50px;
	background: url(../fonts/lock.svg) 50% no-repeat;
	margin: 0 auto;
	margin-top: 40px
}

section.christmas-calander-dates article .date .day {
	font-size: calc(80px + 25 * ((100vw - 450px) / 830));
	font-size: calc(5rem + 25 * ((100vw - 28.125rem) / 830));
	color: #fff;
	font-family: Work-Sans,sans-serif;
	line-height: .85em
}

section.christmas-calander-dates article .date .month {
	font-size: calc(14px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 3 * ((100vw - 20rem) / 960));
	color: #a1a6b3;
	line-height: 1.2em;
	margin-top: 20px
}

section.christmas-calander-header {
	text-align: center;
	background: #1f3366 url(../images/advert-header.jpg) no-repeat bottom;
	background-size: contain;
	max-height: 500px;
	overflow: hidden
}

section.christmas-calander-header h1 {
	color: #fff;
	font-family: Work-Sans,sans-serif;
	font-size: calc(35px + 50 * ((100vw - 420px) / 860));
	font-size: calc(2.1875rem + 50 * ((100vw - 26.25rem) / 860));
	font-weight: 500;
	letter-spacing: -.03em;
	line-height: 1.2em;
	margin-bottom: .2em
}

section.christmas-calander-header .subtitle {
	max-width: 630px;
	margin: 0 auto;
	line-height: 1.8em;
	color: #9ea3b1;
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 4 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 4 * ((100vw - 20rem) / 960));
	letter-spacing: -.31px;
	letter-spacing: -.01938rem;
	line-height: 2em
}

section.christmas-calander-header .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	margin-top: 100px;
	margin-bottom: 100px
}

section.content-grid-one {
	background-color: #192544;
	color: #fff;
	padding: 75px 0 125px;
	position: relative
}

section.content-grid-one aside.leftside-angled-title {
	-ms-flex-align: center;
	align-items: center
}

section.content-grid-one aside.leftside-angled-title h4 {
	color: #fff
}

section.content-grid-one aside.leftside-angled-title h4:before {
	background: #3965dd
}

section.content-grid-one .logo-title,section.content-grid-one article.medium-mce h2 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

section.content-grid-one .logo-title:before,section.content-grid-one article.medium-mce h2:before {
	background: #3965dd;
	content: "";
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

section.content-grid-one .logo-title,section.content-grid-one article.medium-mce,section.content-grid-one article.medium-mce .arrow-btn,section.content-grid-one article.medium-mce h2,section.content-grid-one article.medium-mce h3,section.content-grid-one article.medium-mce h4,section.content-grid-one article.medium-mce p {
	color: #fff
}

section.content-grid-one article.medium-mce .arrow-btn:before {
	background-color: hsla(0,0%,100%,.05)
}

section.content-grid-one article.main {
	margin-bottom: 80px;
	position: relative;
	z-index: 1
}

section.content-grid-one article.main .wrapper:before {
	content: "";
	display: table
}

section.content-grid-one article.main .wrapper:after {
	content: "";
	display: table;
	clear: both
}

section.content-grid-one article.main .content {
	padding: 0 6vw
}

section.content-grid-one article.main .textarea {
	width: 100%
}

section.content-grid-one article.main .textarea span.arrow-btn {
	margin-top: 40px
}

section.content-grid-one article.main .textarea span.arrow-btn>a {
	color: #fff
}

section.content-grid-one article.main .textarea span.arrow-btn>a:before {
	background: hsla(0,0%,100%,.05)
}

section.content-grid-one article.main .image {
	margin-top: 40px;
	padding-right: 6vw
}

section.content-grid-one article.main .image img {
	width: 100%
}

section.content-grid-one article.logo-area {
	margin-top: 80px;
	position: relative;
	z-index: 1
}

section.content-grid-one article.logo-area .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px
}

section.content-grid-one article.logo-area .wrapper:before {
	content: "";
	display: table
}

section.content-grid-one article.logo-area .wrapper:after {
	content: "";
	display: table;
	clear: both
}

section.content-grid-one article.logo-area .logos {
	padding: 0 6vw
}

section.content-grid-one article.logo-area .logos .logo-title {
	font-family: Work-Sans,sans-serif;
	font-size: calc(28px + 8 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 8 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em
}

section.content-grid-one article.logo-area .logo-list {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 30px
}

section.content-grid-one article.logo-area .logo-list .logo {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px;
	text-align: center
}

section.content-grid-one article.logo-area .logo-list .logo img {
	max-height: 55px;
	max-width: 115px;
	opacity: .3
}

section.content-grid-one article.logo-area .image {
	margin-top: 40px;
	padding-left: 6vw
}

section.content-grid-one article.logo-area .image img {
	width: 100%
}

section.form {
	background: #fff;
	padding: 30px 0
}

section.form .form-wrap {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 940px
}

section.form h4 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	text-align: center
}

section.form h4:before {
	background: #3965dd;
	content: "";
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	position: absolute;
	width: 40px;
	height: 1px;
	transform: translateX(-50%)
}

section.form h4 {
	margin-bottom: 35px
}

section.form form input[type=email],section.form form input[type=password],section.form form input[type=tel],section.form form input[type=text],section.form form input[type=url] {
	background: #f4f5f7;
	height: 65px;
	line-height: 65px;
	line-height: 4.0625rem;
	padding: 0 25px
}

section.form form textarea {
	height: 0;
	max-height: 400px;
	min-height: 120px;
	resize: vertical;
	padding: 25px;
	background: #f4f5f7;
	line-height: 1.2em
}

section.form form input[type=email],section.form form input[type=password],section.form form input[type=tel],section.form form input[type=text],section.form form input[type=url],section.form form textarea {
	width: 100%;
	font-size: .875em;
	border: 1px solid #fff
}

section.form form input[type=email]::-webkit-input-placeholder,section.form form input[type=password]::-webkit-input-placeholder,section.form form input[type=tel]::-webkit-input-placeholder,section.form form input[type=text]::-webkit-input-placeholder,section.form form input[type=url]::-webkit-input-placeholder,section.form form textarea::-webkit-input-placeholder {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #152142
}

section.form form input[type=email]:focus,section.form form input[type=password]:focus,section.form form input[type=tel]:focus,section.form form input[type=text]:focus,section.form form input[type=url]:focus,section.form form textarea:focus {
	background: #fff;
	color: #646e89;
	border-color: #3965dd
}

section.form form .dk-select {
	width: 100%;
	line-height: 1.2em;
	display: block
}

section.form form .dk-select .dk-selected {
	border: none;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #152142;
	background: #f4f5f7;
	height: 65px;
	line-height: 65px;
	line-height: 4.0625rem;
	padding: 0 25px
}

section.form form .dk-select .dk-selected:after {
	display: none
}

section.form form .dk-select .dk-selected:before {
	border-top-color: #152142;
	border-width: .4em .4em 0;
	margin: -.125em 2em 0 0
}

section.form form .dk-select .dk-select-options {
	border-color: #ccc;
	border-radius: 0
}

section.form form footer.lower {
	margin-top: 2rem
}

section.form form .tickboxes ul li {
	margin-bottom: 1rem
}

section.form form .gchoice label {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 0;
	color: #152142;
	display: inline-block;
	padding-left: 25px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	font-size: 11px;
	font-size: .6875rem
}

section.form form .wpcf7-list-item {
	display: block;
	width: 100%;
	margin: 0
}

section.form form .wpcf7-list-item>label {
	position: relative;
	display: block;
	width: 100%
}

section.form form .wpcf7-list-item input[type=checkbox] {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer
}

section.form form .wpcf7-list-item input[type=checkbox]:checked~.wpcf7-list-item-label:before {
	content: "check_box"
}

section.form form .wpcf7-list-item .gchoice label,section.form form .wpcf7-list-item .wpcf7-list-item-label {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 0;
	color: #152142;
	display: inline-block;
	padding-left: 25px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

section.form form .wpcf7-list-item .gchoice label:before,section.form form .wpcf7-list-item .wpcf7-list-item-label:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "check_box_outline_blank";
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	color: #8b92a5;
	text-transform: none;
	width: 15px;
	height: 15px;
	line-height: 15px;
	line-height: .9375rem;
	font-size: 18px;
	font-size: 1.125rem
}

section.form form .col {
	position: relative
}

section.form form .col:focus-within .tab {
	display: inline-block
}

section.form form .tab {
	position: absolute;
	bottom: 100%;
	background: #3965dd;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
	text-align: center;
	display: none;
	padding: 0 8px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

section.form form .filebox {
	background: #f4f5f7;
	height: 65px
}

section.form form .filebox .wpcf7-form-control-wrap {
	position: static
}

section.form form .filebox .button,section.form form .filebox .label {
	height: 45px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	line-height: 45px;
	line-height: 2.8125rem;
	display: inline-block;
	position: absolute;
	top: 10px
}

section.form form .filebox .label {
	padding-left: 25px;
	margin: 0;
	color: #152142;
	left: 10px;
	display: none
}

section.form form .filebox .icon {
	content: "description";
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	color: #646e89;
	position: absolute;
	left: 0;
	top: 0;
	height: 45px;
	line-height: 45px;
	line-height: 2.8125rem;
	width: 25px;
	text-align: center
}

section.form form .filebox .file-label {
	height: 45px;
	left: 30px;
	color: #203367;
	position: absolute;
	width: 300px
}

section.form form .filebox .button,section.form form .filebox .file-label {
	font-family: Work-Sans,sans-serif;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	line-height: 45px;
	line-height: 2.8125rem;
	margin: 0
}

section.form form .filebox .button {
	background: #152142;
	padding: 0 25px;
	right: 10px;
	color: #203367;
	color: #fff
}

section.form form .filebox:hover .button {
	background: #3965dd
}

section.form form .filebox input {
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer
}

section.form form .gform_footer,section.form form .submit {
	display: inline-block;
	margin-bottom: 1em;
	padding: 1.2em 46px 1.2em 20px;
	z-index: 1
}

section.form form .gform_footer,section.form form .gform_footer>a,section.form form .submit,section.form form .submit>a {
	color: #203367;
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.2em;
	text-decoration: none
}

section.form form .gform_footer>a,section.form form .submit>a {
	position: relative;
	z-index: 2
}

section.form form .gform_footer:before,section.form form .submit:before {
	background: #d4d7e2;
	content: "";
	width: 40px;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	transition: width .3s cubic-bezier(.77,0,.175,1);
	z-index: -1
}

section.form form .gform_footer:after,section.form form .submit:after {
	color: #3965dd;
	content: "trending_flat";
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-style: normal;
	font-weight: 400;
	top: 50%;
	right: 20px;
	position: absolute;
	transform: translateY(-50%);
	font-size: 1.2em;
	display: block;
	z-index: 2;
	text-decoration: none
}

section.form form .gform_footer:hover:before,section.form form .submit:hover:before {
	width: 100%
}

section.form form .gform_footer,section.form form .submit {
	width: 190px;
	margin-top: 2rem;
	position: relative
}

section.form form .gform_footer input,section.form form .gform_footer input[type=submit],section.form form .submit input,section.form form .submit input[type=submit] {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	font-size: .9em;
	color: #203367;
	cursor: pointer
}

section.form form .gfield_checkbox label,section.form form .gfield_radio label {
	font-size: 11px;
	font-size: .6875rem
}

section.form form .gform_footer {
	margin-top: 50px;
	padding-top: 50px!important
}

section.form form [role=alert] {
	display: block;
	padding-left: 25px;
	font-size: .875em;
	padding-top: 9px
}

section.form form .wpcf7-response-output {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 2rem 0 0;
	color: #fff;
	background: #3965dd;
	text-align: center;
	padding: 1rem;
	border: none
}

section.form .gfield_checkbox {
	padding-bottom: 20px
}

section.form .hidden {
	font-size: 0;
	display: none;
	opacity: 0;
	visibility: hidden
}

section.form .gform_wrapper.gravity-theme .gfield_checkbox label {
	font-size: 11px;
	font-size: .6875rem
}

section.form.offset {
	background: #fff;
	padding: 80px 0
}

section.gallery-images {
	margin: 95px 0
}

section.gallery-images .gallery-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1020px
}

section.gallery-images a {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	font-size: calc(10px + 6 * ((100vw - 320px) / 960));
	font-size: calc(.625rem + 6 * ((100vw - 20rem) / 960));
	margin-bottom: 40px
}

section.gallery-images a.portrait {
	width: 460px;
	height: 660px;
	max-width: 460px
}

section.gallery-images a.landscape {
	width: 460px;
	height: 360px;
	max-width: 460px
}

section.gform {
	background: #fff;
	padding: 30px 0
}

section.gform h2.gform_title {
	display: none
}

section.gform .gfield_checkbox label,section.gform .gfield_radio label,section.gform .gform_wrapper.gravity-theme .gfield_checkbox label,section.gform .gform_wrapper.gravity-theme .gfield_radio label {
	font-size: 11px;
	font-size: .6875rem
}

section.gform .gform_wrapper.gravity-theme .gform_footer,section.gform .gform_wrapper.gravity-theme .gform_page_footer {
	margin-top: 50px!important
}

section.gform .form-wrap {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 940px
}

section.gform h4 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	text-align: center
}

section.gform h4:before {
	background: #3965dd;
	content: "";
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	position: absolute;
	width: 40px;
	height: 1px;
	transform: translateX(-50%)
}

section.gform h4 {
	margin-bottom: 35px
}

section.gform form input[type=email],section.gform form input[type=password],section.gform form input[type=tel],section.gform form input[type=text],section.gform form input[type=url] {
	background: #f4f5f7;
	height: 65px;
	line-height: 65px;
	line-height: 4.0625rem;
	padding: 0 25px
}

section.gform form textarea {
	height: 0;
	max-height: 400px;
	min-height: 120px;
	resize: vertical;
	padding: 25px;
	background: #f4f5f7;
	line-height: 1.2em
}

section.gform form input[type=email],section.gform form input[type=password],section.gform form input[type=tel],section.gform form input[type=text],section.gform form input[type=url],section.gform form textarea {
	width: 100%;
	font-size: .875em;
	border: 1px solid #fff
}

section.gform form input[type=email]::-webkit-input-placeholder,section.gform form input[type=password]::-webkit-input-placeholder,section.gform form input[type=tel]::-webkit-input-placeholder,section.gform form input[type=text]::-webkit-input-placeholder,section.gform form input[type=url]::-webkit-input-placeholder,section.gform form textarea::-webkit-input-placeholder {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #152142
}

section.gform form input[type=email]:focus,section.gform form input[type=password]:focus,section.gform form input[type=tel]:focus,section.gform form input[type=text]:focus,section.gform form input[type=url]:focus,section.gform form textarea:focus {
	background: #fff;
	color: #646e89;
	border-color: #3965dd
}

section.gform form .dk-select {
	width: 100%;
	line-height: 1.2em;
	display: block
}

section.gform form .dk-select .dk-selected {
	border: none;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #152142;
	background: #f4f5f7;
	height: 65px;
	line-height: 65px;
	line-height: 4.0625rem;
	padding: 0 25px
}

section.gform form .dk-select .dk-selected:after {
	display: none
}

section.gform form .dk-select .dk-selected:before {
	border-top-color: #152142;
	border-width: .4em .4em 0;
	margin: -.125em 2em 0 0
}

section.gform form .dk-select .dk-select-options {
	border-color: #ccc;
	border-radius: 0
}

section.gform form footer.lower {
	margin-top: 2rem
}

section.gform form .tickboxes ul li {
	margin-bottom: 1rem
}

section.gform form .gchoice label {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 0;
	color: #152142;
	display: inline-block;
	padding-left: 25px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	font-size: 11px;
	font-size: .6875rem
}

section.gform form .wpcf7-list-item {
	display: block;
	width: 100%;
	margin: 0
}

section.gform form .wpcf7-list-item>label {
	position: relative;
	display: block;
	width: 100%
}

section.gform form .wpcf7-list-item input[type=checkbox] {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer
}

section.gform form .wpcf7-list-item input[type=checkbox]:checked~.wpcf7-list-item-label:before {
	content: "check_box"
}

section.gform form .wpcf7-list-item .gchoice label,section.gform form .wpcf7-list-item .wpcf7-list-item-label {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 0;
	color: #152142;
	display: inline-block;
	padding-left: 25px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none
}

section.gform form .wpcf7-list-item .gchoice label:before,section.gform form .wpcf7-list-item .wpcf7-list-item-label:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "check_box_outline_blank";
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	color: #8b92a5;
	text-transform: none;
	width: 15px;
	height: 15px;
	line-height: 15px;
	line-height: .9375rem;
	font-size: 18px;
	font-size: 1.125rem
}

section.gform form .col {
	position: relative
}

section.gform form .col:focus-within .tab {
	display: inline-block
}

section.gform form .tab {
	position: absolute;
	bottom: 100%;
	background: #3965dd;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #fff;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
	text-align: center;
	display: none;
	padding: 0 8px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

section.gform form .filebox {
	background: #f4f5f7;
	height: 65px
}

section.gform form .filebox .wpcf7-form-control-wrap {
	position: static
}

section.gform form .filebox .button,section.gform form .filebox .label {
	height: 45px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	line-height: 45px;
	line-height: 2.8125rem;
	display: inline-block;
	position: absolute;
	top: 10px
}

section.gform form .filebox .label {
	padding-left: 25px;
	margin: 0;
	color: #152142;
	left: 10px;
	display: none
}

section.gform form .filebox .icon {
	content: "description";
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	color: #646e89;
	position: absolute;
	left: 0;
	top: 0;
	height: 45px;
	line-height: 45px;
	line-height: 2.8125rem;
	width: 25px;
	text-align: center
}

section.gform form .filebox .file-label {
	height: 45px;
	left: 30px;
	color: #203367;
	position: absolute;
	width: 300px
}

section.gform form .filebox .button,section.gform form .filebox .file-label {
	font-family: Work-Sans,sans-serif;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	line-height: 45px;
	line-height: 2.8125rem;
	margin: 0
}

section.gform form .filebox .button {
	background: #152142;
	padding: 0 25px;
	right: 10px;
	color: #203367;
	color: #fff
}

section.gform form .filebox:hover .button {
	background: #3965dd
}

section.gform form .filebox input {
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer
}

section.gform form .gform_footer,section.gform form .submit {
	display: inline-block;
	margin-bottom: 1em;
	padding: 1.2em 46px 1.2em 20px;
	z-index: 1
}

section.gform form .gform_footer,section.gform form .gform_footer>a,section.gform form .submit,section.gform form .submit>a {
	color: #203367;
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.2em;
	text-decoration: none
}

section.gform form .gform_footer>a,section.gform form .submit>a {
	position: relative;
	z-index: 2
}

section.gform form .gform_footer:before,section.gform form .submit:before {
	background: #d4d7e2;
	content: "";
	width: 40px;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	transition: width .3s cubic-bezier(.77,0,.175,1);
	z-index: -1
}

section.gform form .gform_footer:after,section.gform form .submit:after {
	color: #3965dd;
	content: "trending_flat";
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-style: normal;
	font-weight: 400;
	top: 50%;
	right: 20px;
	position: absolute;
	transform: translateY(-50%);
	font-size: 1.2em;
	display: block;
	z-index: 2;
	text-decoration: none
}

section.gform form .gform_footer:hover:before,section.gform form .submit:hover:before {
	width: 100%
}

section.gform form .gform_footer,section.gform form .submit {
	width: 190px;
	margin-top: 2rem;
	position: relative
}

section.gform form .gform_footer input,section.gform form .gform_footer input[type=submit],section.gform form .submit input,section.gform form .submit input[type=submit] {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	font-size: .9em;
	color: #203367;
	cursor: pointer
}

section.gform form .gfield_checkbox label,section.gform form .gfield_radio label {
	font-size: 11px;
	font-size: .6875rem
}

section.gform form .gform_footer {
	margin-top: 50px;
	padding-top: 50px!important
}

section.gform form [role=alert] {
	display: block;
	padding-left: 25px;
	font-size: .875em;
	padding-top: 9px
}

section.gform form .wpcf7-response-output {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 2rem 0 0;
	color: #fff;
	background: #3965dd;
	text-align: center;
	padding: 1rem;
	border: none
}

section.gform .hidden {
	font-size: 0;
	display: none;
	opacity: 0;
	visibility: hidden
}

section.gform.offset {
	background: #fff;
	padding: 80px 0
}

section.header-banner-archive {
	overflow: hidden;
	position: relative;
	background: #152142
}

section.header-banner-archive:before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

section.header-banner-archive .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1140px;
	text-align: center;
	max-height: 700px;
	height: 50vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	position: relative
}

section.header-banner-archive .bg-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,#0f182f 10%,rgba(33,39,57,0));
	opacity: .75;
	z-index: 1
}

section.header-banner-archive .bg {
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: bottom;
	z-index: 0;
	opacity: .55
}

section.header-banner-archive h1 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(14px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-weight: 400;
	margin-bottom: 0
}

section.header-banner-archive h2 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(40px + 45 * ((100vw - 320px) / 960));
	font-size: calc(2.5rem + 45 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 8px
}

section.header-banner-archive h3 {
	display: inline-block;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	letter-spacing: .4em;
	margin: 0 0 30px;
	position: relative;
	padding-bottom: .5em
}

section.header-banner-archive h3:before {
	top: 100%;
	right: 0;
	bottom: 100%;
	left: 0;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #8b92a5;
	content: ""
}

section.header-banner-archive h1,section.header-banner-archive h2,section.header-banner-archive h3 {
	color: #fff
}

section.header-banner-archive .link-btn {
	width: 320px;
	margin-top: 2rem
}

section.header-banner-archive .link-btn a {
	background: #3965de;
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	padding: 1.2rem 3.2rem 1.2rem 2.5rem;
	position: relative;
	font-size: calc(11px + 3 * ((100vw - 320px) / 1130));
	font-size: calc(.6875rem + 3 * ((100vw - 20rem) / 1130))
}

section.header-banner-archive .link-btn a.newsletter {
	background-color: #25366a;
	margin-top: 1rem
}

section.header-banner-archive .link-btn a:after {
	color: #fff;
	content: "trending_flat";
	display: block;
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-style: normal;
	font-weight: 400;
	top: 50%;
	right: 20px;
	position: absolute;
	transform: translateY(-50%);
	font-size: 1.2em;
	text-decoration: none
}

section.header-banner-archive.slim .wrapper {
	max-height: 420px;
	padding-top: 50px
}

section.header-banner-archive.slim h3 {
	display: none
}

section.header-hero {
	-ms-flex-align: center;
	background-color: #203367;
	color: #fff;
	-ms-flex-pack: start;
	justify-content: flex-start;
	min-height: 850px;
	height: 100vh;
	height: calc(100vh - 70px);
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

section.header-hero,section.header-hero .content-wrapper {
	display: -ms-flexbox;
	position: relative;
	width: 100%;
	display: flex
}

section.header-hero .content-wrapper {
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

section.header-hero .bx-viewport,section.header-hero .bx-wrapper {
	position: relative;
	width: 100%;
	height: 100%!important;
	top: 0;
	left: 0;
	border: 0
}

section.header-hero .bxslider,section.header-hero .bxslider li {
	height: 100%!important
}

section.header-hero .bxslider li {
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover
}

section.header-hero .bx-wrapper .bx-viewport {
	border: none!important
}

section.header-hero .bxslider img {
	position: absolute;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

section.header-hero .flickity-slider .next {
	width: 100%
}

section.header-hero .stories-wrapper {
	max-width: 1120px;
	position: absolute;
	width: 100%;
	z-index: 9;
	bottom: -70px
}

section.header-hero .stories-wrapper .flickity-controls {
	display: block
}

section.header-hero .stories-wrapper .controls .next,section.header-hero .stories-wrapper .controls .prev {
	width: 100px;
	height: 76.5px;
	background-color: #3965dd;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px
}

section.header-hero .stories-wrapper .controls .next svg,section.header-hero .stories-wrapper .controls .prev svg {
	width: 13px;
	height: 23px
}

section.header-hero .stories-wrapper .controls .next {
	-ms-flex-align: start;
	align-items: flex-start
}

section.header-hero .stories-wrapper .controls .prev {
	-ms-flex-align: end;
	align-items: flex-end
}

section.header-hero .cta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

section.header-hero .cta .primary {
	border-radius: 30px;
	background-color: #3965dd;
	padding: 5px 20px
}

section.header-hero .cta .primary,section.header-hero .cta .secondary {
	color: #fff;
	font-family: Work-Sans,sans-serif;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 500;
	letter-spacing: -.27px;
	letter-spacing: -.01688rem;
	line-height: 36px;
	line-height: 2.25rem
}

section.header-hero .cta .secondary {
	margin-left: 28.56px
}

section.header-hero .stories {
	width: 100%;
	max-width: 100%;
	display: -ms-flexbox;
	display: flex
}

section.header-hero .stories .posts {
	width: 100%;
	background-color: #192444
}

section.header-hero .stories .posts .next {
	display: none
}

section.header-hero .stories .posts .next.selected {
	display: -ms-flexbox;
	display: flex
}

section.header-hero .stories .posts .next .image {
	width: 100%;
	height: 130px;
	/*max-width: 191px;*/
	position: relative
}

section.header-hero .stories .posts .next .image img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	height: 100%;
	width: 100%
}

section.header-hero .stories .posts .next .information {
	width: 100%;
	font-family: Work-Sans,sans-serif
}

section.header-hero .stories .posts .next .information a,section.header-hero .stories .posts .next .information a:hover {
	color: #fff
}

section.header-hero .stories .posts .next .information .label {
	color: #536082;
	font-size: 10px;
	font-size: .625rem;
	font-weight: 700;
	letter-spacing: 1.57px;
	letter-spacing: .09813rem;
	line-height: 12px;
	line-height: .75rem;
	text-transform: uppercase;
	padding-bottom: 13px
}

section.header-hero .stories .posts .next .information .title {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	max-width: 186px;
	font-weight: 500;
	letter-spacing: -.4px;
	letter-spacing: -.025rem;
	line-height: 26px;
	line-height: 1.625rem
}

section.header-hero .main-carousel {
	width: 100%;
	height: 100%
}

section.header-hero .main-carousel .carousel-cell {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column
}

section.header-hero .content {
	max-width: 1120px;
	padding: 50px 6vw 0;
	z-index: 3
}

section.header-hero h1.title {
	color: #203367;
	font-family: Work-Sans,sans-serif;
	font-size: calc(45px + 42 * ((100vw - 320px) / 960));
	font-size: calc(2.8125rem + 42 * ((100vw - 20rem) / 960));
	font-weight: 600;
	letter-spacing: -.015em;
	line-height: 1.1em;
	margin-bottom: .6em;
	color: #fff;
	display: block;
	max-width: 800px;
	opacity: 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

section.header-hero h1.title span {
	opacity: 0;
	top: -10px;
	position: relative;
	transition: all .5s cubic-bezier(.77,0,.175,1)
}

section.header-hero h1.title.load {
	opacity: 1
}

section.header-hero h1.title.load span {
	top: 0!important;
	right: 0!important;
	opacity: 1!important
}

section.header-hero h1.title:before {
	background: #3965dd;
	content: "";
	bottom: -14px;
	left: -6vw;
	position: absolute;
	width: 0;
	height: 2px;
	transition: width 1.7s cubic-bezier(.77,0,.175,1) .1s
}

section.header-hero .button {
	cursor: pointer;
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.2em
}

section.header-hero .button a.icon {
	background: rgba(57,101,221,.4);
	border-radius: 100%;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	/*vertical-align: top*/
}

section.header-hero .button a.icon i{
	position: relative;
	z-index: 99;
	color: #fff;
}

section.header-hero .button a.icon:after,section.header-hero .button a.icon:before {
	content: "";
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute
}

section.header-hero .button a.icon:before {
	background: #3965dd;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	transition: all .4s cubic-bezier(.77,0,.175,1)
}

section.header-hero .button a.icon:after {
	background: transparent url(../fonts/arrow-white-right-tip.svg) no-repeat 50%/cover;
	width: 7px;
	height: 8px;
	transform: translateX(2px);
	transition: all .4s ease-in-out
}

section.header-hero .button span.label {
	display: inline-block;
	padding-top: 16px;
	vertical-align: top
}

section.header-hero .button:hover a.icon:before {
	width: 100%;
	height: 100%
}

section.header-hero .button {
	display: inline-block;
	opacity: 0;
	bottom: 40px;
	left: 6vw;
	position: absolute;
	transform: translateY(-8px);
	transition: all .6s cubic-bezier(.77,0,.175,1) 1.2s;
	visibility: hidden
}

section.header-hero .button {
	   margin-left: 30px;
	    top: auto;
	    right: auto;
	    bottom: auto;
	    left: auto;
	    position: relative;
}


section.header-hero .button span {
	color: #fff
}

section.header-hero .tagline {
	display: none
}

section.header-hero .tagline h2 {
	color: #fff;
	font-family: Work-Sans,sans-serif;
	font-size: calc(14px + 6 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 6 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.35em;
	opacity: 0;
	padding-top: 12px;
	transition: all .6s cubic-bezier(.77,0,.175,1) 1.2s;
	visibility: hidden
}

section.header-hero .share {
	color: #fff;
	display: block;
	bottom: 45px;
	left: 0;
	position: absolute;
	text-align: center;
	width: calc(50% - 560px);
	z-index: 90;
}

section.header-hero .share .inner {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column
}

section.header-hero .share .inner i.main {
	-ms-flex-order: 1;
	order: 1
}

section.header-hero .share .inner .icons {
	-ms-flex-order: 0;
	order: 0
}

section.header-hero .share .icons {
	margin: 0 auto;
	opacity: 0;
	transition: all .6s cubic-bezier(.165,.84,.44,1);
	visibility: hidden
}

section.header-hero .share i {
	background: transparent;
	border: 1px solid hsla(0,0%,100%,.3);
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 50px;
	height: 50px;
	transition: all .5s cubic-bezier(.165,.84,.44,1)
}

section.header-hero .share i.st-custom-button {
	border-color: hsla(0,0%,100%,.3);
	margin-bottom: 8px;
	transform: translateY(12px)
}

section.header-hero .share i.st-custom-button:hover {
	border-color: #fff
}

section.header-hero .share svg {
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	max-width: 13px;
	width: 100%
}

section.header-hero .share svg path {
	fill: #fff
}

section.header-hero .share .icons:hover,section.header-hero .share .main:hover .icons,section.header-hero .share i.main:hover+.icons {
	opacity: 1;
	visibility: visible
}

section.header-hero .share .icons:hover i,section.header-hero .share .main:hover .icons i,section.header-hero .share i.main:hover+.icons i {
	transform: translateY(0)
}

section.header-hero .video-audio-control {
	animation: pulse 2s infinite;
	background: #3965dd url(../fonts/home-hero_audio--up.svg) no-repeat 50%/20px;
	border: 1px solid #3965dd;
	border-radius: 100%;
	box-shadow: 0 0 0 rgba(57,101,221,.4);
	color: #fff;
	cursor: pointer;
	display: none;
	overflow: visible;
	bottom: 45px;
	left: 6vw;
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 3
}

section.header-hero .video-audio-control.-muted {
	background-image: url(../fonts/home-hero_audio--mute.svg)
}

section.header-hero .scroll-down {
	color: #fff;
	cursor: s-resize;
	margin: 0 auto;
	padding: 45px 0;
	right: 0;
	bottom: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 90;
}

section.header-hero .scroll-down i {
	display: block;
	margin: auto;
	position: relative;
	width: 35px;
	height: 84px;
	text-align: center
}

section.header-hero .scroll-down i:before {
	background: #fff;
	content: "";
	margin: 0 auto;
	right: 0;
	left: 0;
	position: absolute;
	width: 1px;
	height: 60px;
	top: 0;
	transition: all .6s cubic-bezier(.77,0,.175,1);
	z-index: 1
}

section.header-hero .scroll-down svg.arrow {
	margin: 0 auto;
	right: 0;
	left: 0;
	position: absolute;
	width: 7px;
	height: 5px;
	top: 66px;
	transition: top .6s cubic-bezier(.77,0,.175,1);
	z-index: 1
}

section.header-hero .scroll-down svg.arrow g path {
	transition: fill .6s cubic-bezier(.77,0,.175,1)
}

section.header-hero .scroll-down svg.circle {
	opacity: .5;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 35px;
	height: 35px;
	transform: rotate(-90deg);
	z-index: 0
}

section.header-hero .scroll-down svg.circle circle {
	stroke: #fff;
	stroke-dasharray: 95;
	stroke-dashoffset: 0;
	transition: all .6s ease-in
}

section.header-hero .side-text {
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: none;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: calc(50% - 560px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2
}

section.header-hero .side-text span {
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.5em;
	color: #fff;
	display: block;
	line-height: 0;
	text-align: center;
	transform: rotate(90deg)
}

section.header-hero .lines {
	display: none;
	margin: auto;
	max-width: 1120px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

section.header-hero .lines .set:after,section.header-hero .lines .set:before {
	background: hsla(0,0%,100%,.2);
	content: "";
	bottom: 0;
	position: absolute;
	width: 1px;
	height: 100%;
	transition: all 1s cubic-bezier(.77,0,.175,1);
	z-index: 9;
}

section.header-hero .lines .set:first-of-type:before {
	left: 0;
	transition-delay: 0s
}

section.header-hero .lines .set:first-of-type:after {
	display: none
}

section.header-hero .lines .set:last-of-type:before {
	left: 390px;
	transition-delay: .3s
}

section.header-hero .lines .set:last-of-type:after {
	right: 0;
	transition-delay: .6s
}

section.header-hero .overlay {
	background-color: #203367;
	background-image: linear-gradient(180deg,rgba(15,24,47,.86) 10%,rgba(33,39,57,0));
	margin: auto;
	/*opacity: .8;*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1
}

section.header-hero .media {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	perspective: 1000;
	z-index: 9
}

section.header-hero .media,section.header-hero .media .image,section.header-hero .media .image .src,section.header-hero .media .video {
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

section.header-hero .media{
	/*background-image: linear-gradient(180deg,#3c3c3cdb 10%,rgba(33,39,57,0)) !important;*/
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

section.header-hero .video {
	opacity: 0;
	transition: all 1.5s ease-in-out .2s;
	z-index: 1
}

section.header-hero .video video {
	margin: auto;
	max-width: 100%;
	min-width: 100%;
	padding: 0 6vw;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center
}

section.header-hero .image {
	filter: blur(30px);
	opacity: 0;
	transition: all 1.5s ease-in-out .2s;
	z-index: 0
}

section.header-hero .image .src {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .3
}

section.header-hero.video-visible .video {
	opacity: 1
}

section.header-hero.video-visible.viewed .content .title span {
	opacity: 0!important;
	top: -10px!important
}

section.header-hero.video-visible.viewed .content .title:before {
	width: 0
}

section.header-hero.video-visible.viewed .content .button {
	opacity: 0;
	transition-delay: 0s;
	transform: rotateY(-8px);
	visibility: hidden
}

section.header-hero.video-visible.viewed .content .tagline {
	opacity: 0;
	visibility: hidden
}

section.header-hero.video-visible.viewed .image {
	opacity: 0
}

section.header-hero.video-visible.viewed .lines .set:after,section.header-hero.video-visible.viewed .lines .set:before {
	height: 0
}

body.video-visible header.primary .main .search-btn .open {
	opacity: 0;
	visibility: hidden
}

body.video-visible header.primary .main .search-btn .close {
	opacity: 1;
	visibility: visible
}

section.header-hero.viewed h1.title:before {
	width: 15vw
}

section.header-hero.viewed .button {
	opacity: 1;
	transform: translateY(0);
	visibility: visible
}

section.header-hero.viewed .tagline h2 {
	opacity: 1;
	visibility: visible
}

section.header-hero.viewed .lines .set:after,section.header-hero.viewed .lines .set:before {
	height: 100%
}

section.header-hero.viewed .image {
	filter: blur(0);
	opacity: 1
}

section.header-image-blog {
	margin-bottom: 2rem;
	-ms-flex-align: center;
	align-items: center;
	background-color: #203367;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 530px;
	position: relative;
	width: 100%;
	height: 80vh;
	max-height: 800px;
	text-align: center
}

section.header-image-blog.no-bottom-margin {
	margin-bottom: 0!important
}

section.header-image-blog .content {
	max-width: 1120px;
	padding: 50px 6vw 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 3
}

section.header-image-blog .content .main {
	max-width: 800px
}

section.header-image-blog .author {
	bottom: 0;
	text-align: center;
	z-index: 5
}

section.header-image-blog .author,section.header-image-blog .author .name {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	width: 100%;
	display: block
}

section.header-image-blog .author .name {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-bottom: .875rem;
	color: #fff;
	margin-bottom: .5rem;
	bottom: 100%
}

section.header-image-blog .author .profile-image {
	border: 2px solid #fff;
	border-radius: 100%;
	overflow: hidden;
	margin: .5rem auto 0;
	background-color: #152142;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 65px;
	width: 65px;
	display: block
}

section.header-image-blog h2.upper {
	color: #203367;
	font-size: calc(11px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.6875rem + 1 * ((100vw - 20rem) / 960));
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	margin-bottom: 1em;
	color: #fff;
	display: inline-block;
	font-family: Work-Sans,sans-serif;
	font-size: calc(11px + 1 * ((100vw - 420px) / 860));
	font-size: calc(.6875rem + 1 * ((100vw - 26.25rem) / 860));
	letter-spacing: .3em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.5em;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative
}

section.header-image-blog h2.upper:after {
	background: hsla(0,0%,100%,.4);
	content: "";
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 4px
}

section.header-image-blog h1.title {
	color: #203367;
	font-family: Work-Sans,sans-serif;
	font-size: calc(35px + 25 * ((100vw - 320px) / 960));
	font-size: calc(2.1875rem + 25 * ((100vw - 20rem) / 960));
	font-weight: 400;
	letter-spacing: -.015em;
	line-height: 1.1em;
	margin-bottom: .6em;
	font-size: calc(35px + 25 * ((100vw - 420px) / 860));
	font-size: calc(2.1875rem + 25 * ((100vw - 26.25rem) / 860));
	color: #fff;
	display: block;
	margin: 0 auto;
	max-width: 800px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

section.header-image-blog .overlay {
	background-color: transparent;
	background-image: linear-gradient(180deg,rgba(15,24,47,.86) 10%,rgba(33,39,57,0));
	margin: auto;
	opacity: .8;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1
}

section.header-image-blog .media {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	overflow: hidden;
	perspective: 1000;
	z-index: 0
}

section.header-image-blog .media,section.header-image-blog .media .image {
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

section.header-image-blog .image {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(30px);
	opacity: 0;
	transition: filter .6s ease-in-out .2s,opacity .6s ease-in-out .2s;
	z-index: 0
}

section.header-image-blog.viewed .image {
	filter: blur(0);
	opacity: .4
}

section.header-image-full {
	-ms-flex-align: center;
	align-items: center;
	background-color: #203367;
	color: #fff;
	position: relative;
	text-align: center
}

section.header-image-full .masker {
	overflow: hidden;
	position: relative;
	min-height: 650px;
	width: 100%;
	height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

section.header-image-full.has-button .masker {
	min-height: 500px;
	height: calc(100vh - 40px)
}

section.header-image-full .down-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	font-weight: 500;
	text-align: center;
	width: 100%
}

section.header-image-full .down-btn,section.header-image-full .down-btn>a {
	color: #fff;
	display: inline-block;
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	line-height: 1.2em;
	text-decoration: none;
	z-index: 1
}

section.header-image-full .down-btn>a {
	text-align: left;
	font-weight: 300;
	padding: 1.8em 70px 1.8em 2em;
	position: relative;
	background: #3965dd;
	border-radius: 3em
}

section.header-image-full .down-btn>a:hover {
	background: #203367
}

section.header-image-full .down-btn>a:after {
	color: #fff;
	content: "arrow_downward";
	display: block;
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
	line-height: 40px;
	line-height: 2.5rem;
	height: 40px;
	width: 50px;
	transform: translateY(-50%);
	border-left: 1px solid #5b7ee2
}

section.header-image-full .down-btn {
	z-index: 20;
	transform: translate(-50%,50%)
}

section.header-image-full h2.upper:after {
	top: *0;
	bottom: *0;
	top: auto!important;
	bottom: 0!important
}

section.header-image-full .share {
	top: **45px;
	right: 0;
	bottom: **45px
}

section.header-image-full .scroll-down i:before,section.header-image-full .scroll-down svg.arrow {
	top: *0;
	right: *0;
	bottom: *0;
	left: *0
}

section.header-image-full .scroll-down svg.circle {
	top: *0;
	bottom: *0
}

section.header-image-full .media,section.header-image-full .media .image {
	text-align: center
}

section.header-image-full .media .image .masker,section.header-image-full .media .masker {
	overflow: hidden;
	position: relative;
	min-height: 650px;
	width: 100%;
	height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

section.header-image-full .media .image {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(30px);
	opacity: 0;
	transition: filter 1.5s ease-in-out .2s,opacity 1.5s ease-in-out .2s;
	z-index: 0
}

section.header-image-full .media.viewed .image {
	filter: blur(0);
	opacity: .3
}

section.header-image-full .header-google-phone {
	margin-right: 0;
	white-space: nowrap
}

section.header-image-full .header-google-phone .header-google-icon {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath fill='%233965dd' d='M966.4 747.9c-14.9-10.5-178.6-119.3-198.7-131.6-8.8-5.3-19.4-8-31-8-14.9 0-31.5 4.3-47.7 12.8-15.7 8.3-63.5 35.5-86.8 48.8-20.6-14.5-68.9-51.5-145-127.7-75.7-75.4-113-124.2-127.6-144.9 13.3-23.3 40.5-71 48.7-86.7 15.6-29.6 17.4-59.2 4.7-79.1-11.9-18.8-120.3-183.2-131.5-198.7-10.5-14.6-29.4-22.5-49.9-22.5-16.2 0-33.3 4.9-48.2 15.2C152 26.7 8.1 130.9 10 190.2c5.3 166.6 167.2 362.4 302 497.3 134.8 134.9 330.6 296.9 497.9 302.2h1.4c58.5 0 161.4-142 162.4-143.4 27.2-38.7 17.3-81.1-7.3-98.4zm-42.2 62.7c-38.8 53.7-93.7 109.8-115.3 117.9-114.6-5.4-275.5-106.2-453.5-284.2-178-178.1-278.7-338.7-284.1-453 7.7-21.7 63.8-77 117.1-115.5 3.9-2.7 8.8-4.3 13.3-4.3 1 0 1.8.1 2.5.3 17.2 24.9 109.5 164.7 126.2 190.7.1 2.8-.8 9.7-6.1 19.7-5.7 10.6-23 41.5-47.8 84.9l-19.2 33.7 22.3 31.8c16.6 23.6 56.2 74.9 134.3 153C492.4 664.1 543.5 703.5 567 720l31.8 22.3 33.7-19.2c32.6-18.7 72.1-41 84.9-47.8 10.3-5.5 17.3-5.9 19.2-5.9.4 0 .6 0 .9.1 23.3 14.6 166.1 109.4 191.3 126.6.4 2.6 0 7.9-4.6 14.5z'/%3E%3C/svg%3E")!important
}

section.header-image-full .header-google {
	color: #fff;
	display: inline-block;
	position: relative;
	text-align: left;
	line-height: 1.5;
	margin-left: 65px;
	margin-right: 40px;
	margin-top: 40px
}

section.header-image-full .header-google-icon {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.5 23.5'%3E%3Cpath fill='none' stroke='%233965dd' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M18.8 9.8c0 7-9 13-9 13s-9-6-9-13c0-5 4-9 9-9s9 4 9 9z'/%3E%3Ccircle fill='none' stroke='%233965dd' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' cx='9.8' cy='9.8' r='3'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 18px;
	position: absolute;
	top: -12px;
	right: calc(100% + 20px)
}

section.header-image-full .header-google-text {
	border-bottom: 1px dashed hsla(0,0%,100%,.4)
}

section.header-image-full .header-google:hover-text {
	border-bottom: none
}

section.header-image-full .header-additional-address {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

section.header-image-full .content {
	max-width: 1120px;
	padding: 50px 6vw 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

section.header-image-full .content .main {
	max-width: 800px
}

section.header-image-full h2.upper {
	color: #203367;
	font-size: calc(12px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.75rem + 2 * ((100vw - 20rem) / 960));
	letter-spacing: .0625rem;
	margin-bottom: 1em;
	color: #fff;
	display: inline-block;
	font-family: Work-Sans,sans-serif;
	font-size: calc(12px + 2 * ((100vw - 420px) / 860));
	font-size: calc(.75rem + 2 * ((100vw - 26.25rem) / 860));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative
}

section.header-image-full h2.upper:after {
	background: hsla(0,0%,100%,.4);
	content: "";
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 4px
}

section.header-image-full h1.title {
	color: #203367;
	font-family: Work-Sans,sans-serif;
	font-size: calc(45px + 42 * ((100vw - 320px) / 960));
	font-size: calc(2.8125rem + 42 * ((100vw - 20rem) / 960));
	font-weight: 400;
	letter-spacing: -.015em;
	line-height: 1.1em;
	margin-bottom: .6em;
	color: #fff;
	display: block;
	margin: 0 auto;
	max-width: 800px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

section.header-image-full h3.description {
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: calc(15px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.9375rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 1.9em
}

section.header-image-full h3.description a {
	color: #152142
}

section.header-image-full h3.description b,section.header-image-full h3.description strong {
	font-weight: 700
}

section.header-image-full h3.description {
	color: #fff;
	display: block;
	margin-top: 12px
}

section.header-image-full .share {
	color: #fff;
	display: none;
	bottom: 45px;
	left: 0;
	position: absolute;
	text-align: center;
	width: calc(50% - 560px);
	z-index: 3
}

section.header-image-full .share .inner {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column
}

section.header-image-full .share .inner i.main {
	-ms-flex-order: 1;
	order: 1
}

section.header-image-full .share .inner .icons {
	-ms-flex-order: 0;
	order: 0
}

section.header-image-full .share .icons {
	margin: 0 auto;
	opacity: 0;
	transition: all .6s cubic-bezier(.165,.84,.44,1);
	visibility: hidden
}

section.header-image-full .share i {
	background: transparent;
	border: 1px solid hsla(0,0%,100%,.3);
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 50px;
	height: 50px;
	transition: all .5s cubic-bezier(.165,.84,.44,1)
}

section.header-image-full .share i.st-custom-button {
	border-color: hsla(0,0%,100%,.3);
	margin-bottom: 8px;
	transform: translateY(12px)
}

section.header-image-full .share i.st-custom-button:hover {
	border-color: #fff
}

section.header-image-full .share svg {
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	max-width: 13px;
	width: 100%
}

section.header-image-full .share svg path {
	fill: #fff
}

section.header-image-full .share .icons:hover,section.header-image-full .share .main:hover .icons,section.header-image-full .share i.main:hover+.icons {
	opacity: 1;
	visibility: visible
}

section.header-image-full .share .icons:hover i,section.header-image-full .share .main:hover .icons i,section.header-image-full .share i.main:hover+.icons i {
	transform: translateY(0)
}

section.header-image-full .scroll-down {
	color: #fff;
	cursor: s-resize;
	padding: 45px 0;
	right: 6vw;
	bottom: 0;
	position: absolute;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 3
}

section.header-image-full .scroll-down i {
	display: block;
	margin: auto;
	position: relative;
	width: 35px;
	height: 84px;
	text-align: center
}

section.header-image-full .scroll-down i:before {
	background: #fff;
	content: "";
	margin: 0 auto;
	right: 0;
	left: 0;
	position: absolute;
	width: 1px;
	height: 60px;
	top: 0;
	transition: all .3s cubic-bezier(.77,0,.175,1);
	z-index: 1
}

section.header-image-full .scroll-down svg.arrow {
	margin: 0 auto;
	right: 0;
	left: 0;
	position: absolute;
	width: 7px;
	height: 5px;
	top: 66px;
	transition: top .2s cubic-bezier(.77,0,.175,1);
	z-index: 1
}

section.header-image-full .scroll-down svg.arrow g path {
	transition: fill .2s cubic-bezier(.77,0,.175,1)
}

section.header-image-full .scroll-down svg.circle {
	opacity: .5;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 35px;
	height: 35px;
	transform: rotate(-90deg);
	z-index: 0
}

section.header-image-full .scroll-down svg.circle circle {
	stroke: #fff;
	stroke-dasharray: 95;
	stroke-dashoffset: 0;
	transition: all .6s ease-in
}

section.header-image-full .side-text {
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: none;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: calc(50% - 560px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2
}

section.header-image-full .side-text span {
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.5em;
	color: #fff;
	display: block;
	line-height: 0;
	text-align: center;
	transform: rotate(90deg)
}

section.header-image-full .overlay {
	background-color: transparent;
	background-image: linear-gradient(180deg,rgba(15,24,47,.86) 10%,rgba(33,39,57,0));
	margin: auto;
	opacity: .55;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1
}

section.header-image-full .media {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	perspective: 1000;
	z-index: 0
}

section.header-image-full .media,section.header-image-full .media .image {
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

section.header-image-full .image {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	filter: blur(30px);
	opacity: 0;
	transition: filter 1.5s ease-in-out .2s,opacity 1.5s ease-in-out .2s;
	z-index: 0
}

section.header-image-full.viewed .image {
	filter: blur(0);
	opacity: .3
}

.header-google {
	color: #fff;
	display: inline-block;
	position: relative;
	text-align: left;
	line-height: 1.5;
	margin-top: 15%;
	margin-left: 65px
}

.header-google-icon {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.5 23.5'%3E%3Cpath fill='none' stroke='%23203367' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M18.8 9.8c0 7-9 13-9 13s-9-6-9-13c0-5 4-9 9-9s9 4 9 9z'/%3E%3Ccircle fill='none' stroke='%23203367' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' cx='9.8' cy='9.8' r='3'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 18px;
	position: absolute;
	top: -12px;
	right: calc(100% + 20px)
}

.header-google-text {
	border-bottom: 1px dashed hsla(0,0%,100%,.4)
}

.header-google:hover-text {
	border-bottom: none
}

section.header-image-standard {
	position: relative;
	background: #152142
}

section.header-image-standard.full-height {
	height: 100vh;
	padding: 500px 0 400px
}

section.header-image-standard.full-height .wrapper {
	width: 100%;
	height: 100vh;
	padding: 0;
	max-height: 100%
}

section.header-image-standard.middle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

section.header-image-standard .masker {
	overflow: hidden;
	position: relative
}

section.header-image-standard:before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

section.header-image-standard .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1140px;
	text-align: center;
	max-height: 700px;
	height: 50vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	position: relative
}

section.header-image-standard .content.full-width {
	width: 100%
}

section.header-image-standard .bg-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,#0f182f 10%,rgba(33,39,57,0));
	opacity: .75;
	z-index: 1
}

section.header-image-standard .bg {
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: bottom;
	z-index: 0;
	opacity: .55
}

section.header-image-standard h1 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(14px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.875rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-weight: 400;
	margin-bottom: 0
}

section.header-image-standard h2 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(40px + 45 * ((100vw - 320px) / 960));
	font-size: calc(2.5rem + 45 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 8px
}

section.header-image-standard h3 {
	display: inline-block;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	letter-spacing: .4em;
	margin: 0 0 30px;
	position: relative;
	padding-bottom: .5em
}

section.header-image-standard h3:before {
	top: 100%;
	right: 0;
	bottom: 100%;
	left: 0;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #8b92a5;
	content: ""
}

section.header-image-standard h1,section.header-image-standard h2,section.header-image-standard h3 {
	color: #fff
}

section.header-image-standard .link-btn {
	width: 320px
}

section.header-image-standard .link-btn a {
	background: #3965de;
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	padding: 1.2rem 3.2rem 1.2rem 2.5rem;
	position: relative;
	font-size: calc(11px + 3 * ((100vw - 320px) / 1130));
	font-size: calc(.6875rem + 3 * ((100vw - 20rem) / 1130))
}

section.header-image-standard .link-btn a.newsletter {
	background-color: #25366a;
	margin-top: 1rem
}

section.header-image-standard .link-btn a:after {
	color: #fff;
	content: "trending_flat";
	display: block;
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-style: normal;
	font-weight: 400;
	top: 50%;
	right: 20px;
	position: absolute;
	transform: translateY(-50%);
	font-size: 1.2em;
	text-decoration: none
}

section.header-image-standard .down-btn {
	position: absolute;
	bottom: -1em;
	left: 50%;
	padding: 0 20px;
	font-weight: 500;
	text-align: center;
	width: 100%
}

section.header-image-standard .down-btn,section.header-image-standard .down-btn>a {
	color: #fff;
	display: inline-block;
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	line-height: 1.2em;
	text-decoration: none;
	z-index: 1
}

section.header-image-standard .down-btn>a {
	text-align: left;
	font-weight: 300;
	padding: 1.8em 70px 1.8em 2em;
	position: relative;
	background: #3965dd;
	border-radius: 3em
}

section.header-image-standard .down-btn>a:hover {
	background: #203367
}

section.header-image-standard .down-btn>a:after {
	color: #fff;
	content: "arrow_downward";
	display: block;
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2em;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 50%;
	text-align: center;
	line-height: 40px;
	line-height: 2.5rem;
	height: 40px;
	width: 50px;
	transform: translateY(-50%);
	border-left: 1px solid #5b7ee2
}

section.header-image-standard .down-btn {
	z-index: 20;
	transform: translate(-50%,50%)
}

section.header-image-standard .down-btn.right-nav {
	left: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(50%)
}

section.header-image-standard.slim .wrapper {
	max-height: 420px;
	padding-top: 50px
}

section.header-image-standard.slim h3 {
	display: none
}

section.heratage-area header.top-area {
	padding-top: 60px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative
}

section.heratage-area header.top-area:before {
	content: "";
	background: #f4f5f7;
	position: absolute;
	left: 0;
	top: 0;
	right: 20%;
	bottom: 60px;
	z-index: 0
}

section.heratage-area header.top-area:after {
	top: -95px;
	left: 0;
	position: absolute;
	width: 90px;
	height: 300px;
	background: transparent url(../fonts/pattern-diagonal-lines--blue.svg) repeat 0 0;
	content: "";
	z-index: 1;
	opacity: .7
}

section.heratage-area header.top-area .image-wrap {
	position: relative;
	z-index: 2
}

section.heratage-area header.top-area h3 {
	font-family: Work-Sans,sans-serif;
	color: #152142;
	font-size: calc(20px + 25 * ((100vw - 320px) / 1080));
	font-size: calc(1.25rem + 25 * ((100vw - 20rem) / 1080));
	font-weight: 400;
	line-height: 1.2em;
	position: relative;
	padding-left: 60px;
	display: inline-block;
	text-align: right
}

section.heratage-area header.top-area h3:before {
	background: #3965dd;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 1px
}

section.heratage-area header.top-area .positioner {
	transform-origin: 100% 0;
	transform: rotate(-90deg) translateY(-100%);
	width: 100vw;
	position: absolute;
	top: 0;
	right: 10px;
	text-align: right
}

section.heratage-area header.top-area aside {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 15%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0
}

section.heratage-area header.top-area .image {
	width: 100%;
	padding-left: 15%
}

section.heratage-area header.top-area .image .bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	max-height: 750px
}

section.heratage-area header.top-area .image .prop {
	padding-bottom: 80%
}

section.heratage-area .middle-content section.intro-title-offset {
	margin-top: 65px;
	margin-bottom: 65px;
	padding: 0
}

section.heratage-area .intro.middle-content,section.heratage-area .last.middle-content {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 625px
}

section.heratage-area .intro.middle-content .medium-mce p:first-child {
	display: block
}

section.heratage-area .intro.middle-content .medium-mce p:first-child:first-letter {
	font-family: Work-Sans,sans-serif;
	color: #152142;
	font-size: 3em;
	letter-spacing: -.1em
}

section.history-slider {
	background: linear-gradient(45deg,#1e3265,#1f2c60);
	position: relative;
	margin: 85px 0
}

section.history-slider:after {
	background: transparent url(../fonts/pattern-diagonal-lines--blue.svg) repeat 0 0;
	content: "";
	position: absolute;
	z-index: 0;
	top: 100%;
	left: 0;
	width: 80px;
	height: 130px;
	z-index: 1;
	opacity: .5
}

section.history-slider ul.slides {
	cursor: url(../fonts/drag.svg) 80 80,url(../fonts/drag.cur) 80 80,auto
}

section.history-slider ul.slides div.slick-slide {
	opacity: .2
}

section.history-slider ul.slides div.slick-slide,section.history-slider ul.slides div.slick-slide * {
	transition: all .25s ease-in-out
}

section.history-slider ul.slides div.slick-slide.slick-current {
	opacity: 1
}

section.history-slider ul.slides div.slick-slide.slick-current time.primary {
	opacity: .05
}

section.history-slider ul.slides div.slick-slide.slick-current article,section.history-slider ul.slides div.slick-slide.slick-current h3 {
	right: 0
}

section.history-slider time.primary {
	font-family: Work-Sans,sans-serif;
	color: #fff;
	font-size: calc(50px + 170 * ((100vw - 320px) / 1530));
	font-size: calc(3.125rem + 170 * ((100vw - 20rem) / 1530));
	font-weight: 500;
	line-height: 1.1em;
	opacity: .3;
	display: inline-block;
	position: absolute;
	bottom: 100%;
	right: -.4em
}

section.history-slider li.slide {
	padding: 80px 0 30px
}

section.history-slider .image-col {
	position: relative;
	max-width: 410px;
	display: none;
	max-height: 470px;
	margin-bottom: 3em
}

section.history-slider .image-col .img {
	border: 5px solid #fff;
	width: 100%
}

section.history-slider .image-col .bg {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

section.history-slider .image-col .first-image {
	max-height: 480px;
	max-width: 340px;
	transform: rotate(-5deg);
	position: relative;
	z-index: 0
}

section.history-slider .image-col .first-image .prop {
	padding-bottom: 141.17647%
}

section.history-slider .image-col .second-image {
	max-height: 255px;
	max-width: 240px;
	transform: rotate(8deg) translateX(20%) translateY(25%);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 60%
}

section.history-slider .image-col .second-image .prop {
	padding-bottom: 106.25%
}

section.history-slider .inner-slide {
	max-width: 970px;
	margin: 0 auto;
	padding: 0 6vw
}

section.history-slider .content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	max-width: 490px;
	margin: 4rem auto 0
}

section.history-slider .text-content {
	position: relative;
	padding-top: 1rem;
	width: 100%
}

section.history-slider .text-content article {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #fff;
	border-top: 2px solid hsla(0,0%,100%,.05);
	padding-top: 1.5em;
	margin-top: 1.5em;
	margin-left: 20%
}

section.history-slider .text-content time.secondary {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 0;
	color: #fff;
	width: 12%;
	position: relative;
	top: .5em
}

section.history-slider .text-content .description {
	color: #fff;
	font-family: Work-Sans,sans-serif;
	font-size: calc(15px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.9375rem + 1 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.9em;
	width: 85%;
	opacity: .6
}

section.history-slider h3 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin: 0;
	color: #fff
}

section.history-slider article,section.history-slider h3 {
	position: relative;
	right: 200px
}

section.history-slider nav.timeline-nav {
	margin-bottom: 50px
}

section.history-slider nav.timeline-nav ul.slick-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

section.history-slider nav.timeline-nav ul.slick-dots,section.history-slider nav.timeline-nav ul.slick-dots * {
	transition: all .25s ease-in-out
}

section.history-slider nav.timeline-nav ul.slick-dots .year,section.history-slider nav.timeline-nav ul.slick-dots a,section.history-slider nav.timeline-nav ul.slick-dots li {
	position: relative
}

section.history-slider nav.timeline-nav ul.slick-dots .year:after,section.history-slider nav.timeline-nav ul.slick-dots .year:before,section.history-slider nav.timeline-nav ul.slick-dots a:after,section.history-slider nav.timeline-nav ul.slick-dots a:before,section.history-slider nav.timeline-nav ul.slick-dots li:after,section.history-slider nav.timeline-nav ul.slick-dots li:before {
	content: "";
	position: absolute
}

section.history-slider nav.timeline-nav ul.slick-dots li {
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	width: 50%;
	margin-bottom: 1rem
}

section.history-slider nav.timeline-nav ul.slick-dots li:after,section.history-slider nav.timeline-nav ul.slick-dots li:before {
	height: 0;
	width: 100%;
	bottom: 4px;
	right: 50%;
	border-top: 2px solid #3965dd;
	z-index: 0
}

section.history-slider nav.timeline-nav ul.slick-dots li:after {
	right: auto;
	left: 50%
}

section.history-slider nav.timeline-nav ul.slick-dots li.slick-active a .year {
	opacity: 1
}

section.history-slider nav.timeline-nav ul.slick-dots li.slick-active a:before {
	bottom: -4px;
	width: 17px;
	height: 17px;
	background: #fff;
	border: 5px solid #1e3063
}

section.history-slider nav.timeline-nav ul.slick-dots li.slick-active a:after {
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 9999px;
	width: 17px;
	height: 17px;
	border: 2px solid #3965dd
}

section.history-slider nav.timeline-nav ul.slick-dots li.slick-active:after,section.history-slider nav.timeline-nav ul.slick-dots li.slick-active~li:after,section.history-slider nav.timeline-nav ul.slick-dots li.slick-active~li:before {
	height: 0;
	width: 100%;
	bottom: 4px;
	left: 50%;
	border-top: 2px dotted #5d6ea2;
	z-index: 0
}

section.history-slider nav.timeline-nav ul.slick-dots li.slick-active~li:before {
	left: auto;
	right: 50%
}

section.history-slider nav.timeline-nav ul.slick-dots li.slick-active~li a:before {
	background: #fff
}

section.history-slider nav.timeline-nav ul.slick-dots a {
	z-index: 1;
	padding-bottom: 25px;
	display: block;
	cursor: pointer
}

section.history-slider nav.timeline-nav ul.slick-dots a .year {
	color: #fff;
	opacity: .3;
	font-family: Work-Sans,sans-serif;
	font-size: calc(8px + 3 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	display: inline-block
}

section.history-slider nav.timeline-nav ul.slick-dots a:before {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 9999px;
	width: 10px;
	height: 10px;
	background: #3965dd;
	border: 2px solid #1e3063
}

section.image-marquee-slider {
	background: #203367;
	position: relative;
	overflow: hidden;
	margin-bottom: 4rem;
	padding: 45px 0 40px
}

section.image-marquee-slider a.img-box {
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 435px;
	max-height: 300px;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%
}

section.image-marquee-slider a.img-box img {
	opacity: 0
}

section.image-marquee-slider .padding-box {
	max-height: 540px;
	padding: 0 20px
}

section.image-marquee-slider>footer {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	position: relative;
	width: 100%;
	margin-top: .875rem;
	min-height: 42px
}

section.image-marquee-slider .counter {
	font-size: 0;
	top: 16px;
	left: 0;
	position: absolute;
	text-align: right;
	width: 90px
}

section.image-marquee-slider .counter span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 400;
	margin-bottom: 0;
	color: #fff
}

section.image-marquee-slider .counter span.total:before {
	content: "/"
}

section.image-marquee-slider .bar {
	background: transparent;
	display: none;
	margin: 0 auto;
	max-width: 940px;
	overflow: hidden;
	top: 21px;
	right: 0;
	left: 0;
	position: absolute;
	width: calc(100% - 250px);
	height: 3px;
	text-align: center;
	z-index: 1
}

section.image-marquee-slider .bar:before {
	background: #fff;
	content: "";
	opacity: .2;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1px
}

section.image-marquee-slider .bar .current {
	background: #3965dd;
	display: block;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

section.image-marquee-slider nav.arrows {
	font-size: 0;
	top: 6px;
	right: 0;
	position: absolute;
	width: 110px
}

section.image-marquee-slider nav.arrows button {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 13px;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	opacity: .85;
	overflow: hidden;
	width: 36px;
	height: 36px;
	text-indent: -999px;
	transition: all .3s cubic-bezier(.77,0,.175,1);
	border: 1px solid RGBA(255,255,255,.3);
	border-radius: 100%;
	margin: 0 5px
}

section.image-marquee-slider nav.arrows button.slick-prev {
	background-image: url(../fonts/carousel-arrow-left-white.svg)
}

section.image-marquee-slider nav.arrows button.slick-next {
	background-image: url(../fonts/carousel-arrow-right-white.svg)
}

section.image-marquee-slider nav.arrows button.slick-disabled {
	cursor: no-drop;
	opacity: .3
}

section.image-marquee-slider nav.arrows button:not(.slick-disabled):hover {
	opacity: .8
}

section.image-marquee-slider.hide-controls>footer {
	display: none
}

section.image-side-content {
	padding-bottom: 80px;
	position: relative
}

section.image-side-content aside.leftside-angled-title {
	-ms-flex-align: center;
	align-items: center
}

section.image-side-content article.block {
	padding-left: 6vw
}

section.image-side-content article.block:not(:last-of-type) {
	margin-bottom: 80px
}

section.image-side-content article.block .wrapper:before {
	content: "";
	display: table
}

section.image-side-content article.block .wrapper:after {
	content: "";
	display: table;
	clear: both
}

section.image-side-content .image {
	margin-bottom: 40px
}

section.image-side-content .content {
	padding-right: 6vw
}

section.image-side-content .textarea {
	width: 100%
}

section.image-side-content .textarea span.arrow-btn {
	margin-top: 40px
}

section.image-side-content .textarea span.arrow-btn>a:before {
	background: rgba(#203367,.1)
}

section.image-side-content img.additional {
	display: none;
	margin-top: 115px
}

section.image-side-content article.block.image-landscape img {
	width: 100%
}

section.image-side-content article.block.image-left .image {
	-ms-flex-order: 1;
	order: 1
}

section.image-side-content article.block.image-left .content {
	-ms-flex-order: 2;
	order: 2
}

section.image-side-content article.block.image-right .content {
	-ms-flex-order: 1;
	order: 1
}

section.image-side-content article.block.image-right .image {
	-ms-flex-order: 2;
	order: 2
}

section.image-side-content.landscape-offset article.block:first-of-type.image-portrait.image-left {
	margin: -50px 0 0
}

section.image-side-content article.block.image-landscape:not(.no-content-bg)+article.block.image-portrait {
	margin-top: 120px
}

section.image-statistics {
	overflow: hidden;
	position: relative
}

section.image-statistics aside.leftside-angled-title {
	-ms-flex-align: center;
	align-items: center
}

section.image-statistics .container {
	background-color: #152142;
	color: #fff;
	overflow: hidden;
	padding: 90px 0 40px;
	position: relative;
	width: 100%
}

section.image-statistics .inner {
	padding: 0 6vw;
	position: relative;
	z-index: 1
}

section.image-statistics h4.heading {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

section.image-statistics h4.heading:before {
	background: #3965dd;
	content: "";
	display: block;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

section.image-statistics h4.heading {
	color: #fff;
	margin-bottom: 110px
}

section.image-statistics .stats {
	width: 100%
}

section.image-statistics .stat {
	margin: 0 auto 50px;
	position: relative;
	text-align: center
}

section.image-statistics .number {
	font-size: 0
}

section.image-statistics .number>div {
	display: inline-block
}

section.image-statistics .number>div.figure>span,section.image-statistics .number>div.position-huge>span {
	font-size: calc(45px + 19 * ((100vw - 320px) / 960));
	font-size: calc(2.8125rem + 19 * ((100vw - 20rem) / 960))
}

section.image-statistics .number>div.position-normal>span,section.image-statistics .number>div.position-top>span {
	font-size: calc(18px + 14 * ((100vw - 320px) / 960));
	font-size: calc(1.125rem + 14 * ((100vw - 20rem) / 960))
}

section.image-statistics .number>div.position-top>span {
	transform: translateY(-18px)
}

section.image-statistics .number span {
	color: #fff!important;
	display: inline-block;
	font-family: Work-Sans,sans-serif;
	font-weight: 400;
	letter-spacing: -.015em;
	line-height: 1.1em
}

section.image-statistics .info {
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 15px
}

section.image-statistics .label {
	font-weight: 700
}

section.image-statistics .description {
	margin-top: 6px
}

section.image-statistics .background {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .35;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0
}

section.inline-searchbar {
	position: relative;
	z-index: 4;
	transform: translateY(-25px)
}

section.inline-searchbar .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1140px
}

section.inline-searchbar .form-wrap {
	background: #fff;
	padding: 1em;
	border-radius: 5px;
	display: block;
	box-shadow: 0 24px 50px -8px rgba(0,0,0,.2)
}

section.inline-searchbar .col {
	margin-bottom: 10px
}

section.inline-searchbar input.submit {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(10px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.625rem + 1 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-bottom: 0;
	font-size: calc(10px + 1 * ((100vw - 420px) / 860));
	font-size: calc(.625rem + 1 * ((100vw - 26.25rem) / 860));
	background: #3965dd;
	border-radius: 5px;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
	line-height: 3.125rem;
	font-weight: 400;
	letter-spacing: .05em;
	background-image: url(../fonts/arrow-white-right.svg);
	background-repeat: no-repeat;
	background-size: 24px 50px;
	background-position: right 10px top;
	cursor: pointer
}

section.inline-searchbar input.submit:hover {
	background-color: #203367
}

section.inline-searchbar .submit-col {
	margin: 0
}

section.inline-searchbar .search-col input[type=text] {
	background: #e8eaf0;
	border-radius: 5px
}

section.inline-searchbar .search-col {
	position: relative
}

section.inline-searchbar .search-col:before {
	content: "search";
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	position: absolute;
	color: #203367;
	top: 50%;
	font-size: 1.6em;
	left: 15px;
	transform: translateY(-50%)
}

section.inline-searchbar .search-col input[type=text] {
	height: 50px;
	line-height: 50px;
	line-height: 3.125rem;
	width: 100%;
	padding: 0 1em 0 50px;
	font-size: 15px;
	font-size: .9375rem
}

section.interactive-statements {
	background-color: #152142;
	color: #fff;
	overflow: visible;
	position: relative;
	text-align: center
}

section.interactive-statements .container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1140px;
	padding-bottom: 180px;
	padding-top: 100px;
	position: relative;
	z-index: 1
}

section.interactive-statements .tabs {
	display: block;
	width: 100%
}

section.interactive-statements .tab {
	display: none
}

section.interactive-statements .tab.active {
	display: block
}

section.interactive-statements span.title {
	color: #203367;
	font-size: calc(12px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.75rem + 2 * ((100vw - 20rem) / 960));
	letter-spacing: .0625rem;
	margin-bottom: 1em;
	color: #fff;
	display: block;
	font-family: Work-Sans,sans-serif;
	font-size: calc(12px + 2 * ((100vw - 420px) / 860));
	font-size: calc(.75rem + 2 * ((100vw - 26.25rem) / 860));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-bottom: 40px;
	padding-bottom: 12px;
	position: relative
}

section.interactive-statements span.title:after {
	background: #3965dd;
	content: "";
	margin: 0 auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 60px;
	height: 4px;
	text-align: center
}

section.interactive-statements .description {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	color: #fff;
	display: block;
	margin: 0 auto;
	max-width: 840px;
	width: 100%
}

section.interactive-statements .description>p:first-of-type:before {
	content: "“"
}

section.interactive-statements .description>p:last-of-type:after {
	content: "”"
}

section.interactive-statements .tab-links {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 auto;
	max-width: 980px;
	padding: 0 6vw;
	right: 0;
	bottom: 50px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

section.interactive-statements .tab-links li {
	-ms-flex: 1 0 33.3333%;
	flex: 1 0 33.3333%;
	list-style: none;
	margin: 0
}

section.interactive-statements .tab-links a {
	color: #fff;
	display: block;
	height: 60px;
	overflow: hidden;
	padding: 20px 10px 0;
	position: relative;
	text-decoration: none;
	width: 100%
}

section.interactive-statements .tab-links a .label {
	font: 400 13px/1.4em Work-Sans,sans-serif;
	font: 400 .8125rem/1.4em Work-Sans,sans-serif
}

section.interactive-statements .tab-links a .label b,section.interactive-statements .tab-links a .label bold,section.interactive-statements .tab-links a .label strong {
	font-weight: 700
}

section.interactive-statements .tab-links a .label {
	display: block;
	opacity: .5;
	transition: all .5s cubic-bezier(.77,0,.175,1)
}

section.interactive-statements .tab-links a .label i {
	font-weight: 700
}

section.interactive-statements .tab-links a .label span {
	display: none
}

section.interactive-statements .tab-links a:after,section.interactive-statements .tab-links a:before {
	content: "";
	display: block;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: all .5s cubic-bezier(.77,0,.175,1)
}

section.interactive-statements .tab-links a:before {
	background: hsla(0,0%,100%,.2);
	width: 100%;
	height: 1px;
	z-index: 1
}

section.interactive-statements .tab-links a:after {
	background: #3965dd;
	width: 0;
	height: 2px;
	z-index: 2
}

section.interactive-statements .tab-links a:hover .label {
	opacity: .8
}

section.interactive-statements .tab-links li.active a .label {
	opacity: 1
}

section.interactive-statements .tab-links li.active a:after {
	width: 100%
}

section.interactive-statements .image {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .15;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0
}

section.intro-title-offset {
	padding: 65px 0 75px;
	position: relative
}

section.intro-title-offset:before {
	background: transparent url(../fonts/pattern-diagonal-lines--light-blue.svg) repeat 0 0;
	content: "";
	display: none;
	top: 0;
	right: 0;
	position: absolute;
	width: 8vw;
	height: 260px
}

section.intro-title-offset .container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1140px
}

section.intro-title-offset aside.leftside-angled-title {
	top: 60px
}

section.intro-title-offset h3 {
	margin: 0 auto!important;
	max-width: 780px;
	padding-left: 15px;
	position: relative
}

section.intro-title-offset h3:before {
	background: #3965dd;
	content: "";
	top: 8px;
	left: 0;
	position: absolute;
	width: 1px;
	height: calc(100% - 20px)
}

section.intro-title-offset:not(.reduce-font-size) h3 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(30px + 15 * ((100vw - 320px) / 960));
	font-size: calc(1.875rem + 15 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em
}

section.intro-title-offset.reduce-font-size h3 {
	color: #203367;
	font-family: Work-Sans,sans-serif;
	font-size: calc(20px + 11 * ((100vw - 320px) / 960));
	font-size: calc(1.25rem + 11 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.4em
}

section.intro-two-col {
	margin: 2rem 0
}

section.intro-two-col .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1280px
}

section.intro-two-col h2 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

section.intro-two-col h2:before {
	background: #3965dd;
	content: "";
	display: block;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

section.intro-two-col .col {
	margin-bottom: 2rem
}

section.key-contacts {
	background: #f4f5f7;
	padding: 55px 0 50px;
	position: relative
}

section.key-contacts h2 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	text-align: center
}

section.key-contacts h2:before {
	background: #3965dd;
	content: "";
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	position: absolute;
	width: 40px;
	height: 1px;
	transform: translateX(-50%)
}

section.key-contacts .articles {
	padding-top: 20px;
	position: relative;
	z-index: 1
}

section.key-contacts .articles article.person-tile {
	margin: 0!important;
	min-width: 300px;
	height: 100%
}

section.key-contacts .articles .inner-person-tile {
	box-shadow: none!important;
	height: 100%
}

section.key-contacts .slick-track {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	height: 100%
}

section.key-contacts .slick-list {
	margin: 0 -5px;
	padding: 0 6vw
}

section.key-contacts .slick-slide {
	float: none;
	height: 100%
}

section.key-contacts .slick-slide>div {
	padding: 0 5px;
	height: 100%
}

section.key-contacts>footer {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	position: relative;
	width: 100%;
	margin-top: .875rem;
	min-height: 42px
}

section.key-contacts .counter {
	font-size: 0;
	top: 16px;
	left: 0;
	position: absolute;
	text-align: right;
	width: 90px
}

section.key-contacts .counter span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 400;
	margin-bottom: 0
}

section.key-contacts .counter span.total:before {
	content: "/"
}

section.key-contacts .bar {
	background: transparent;
	display: none;
	margin: 0 auto;
	max-width: 940px;
	overflow: hidden;
	top: 21px;
	right: 0;
	left: 0;
	position: absolute;
	width: calc(100% - 250px);
	height: 3px;
	text-align: center;
	z-index: 1
}

section.key-contacts .bar:before {
	background: #203367;
	content: "";
	opacity: .2;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1px
}

section.key-contacts .bar .current {
	background: #3965dd;
	display: block;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

section.key-contacts nav.arrows {
	font-size: 0;
	top: 6px;
	right: 0;
	position: absolute;
	width: 90px
}

section.key-contacts nav.arrows button {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 13px;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	opacity: .6;
	overflow: hidden;
	width: 36px;
	height: 36px;
	text-indent: -999px;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

section.key-contacts nav.arrows button.slick-prev {
	background-image: url(../fonts/carousel-arrow-left-blue.svg)
}

section.key-contacts nav.arrows button.slick-next {
	background-image: url(../fonts/carousel-arrow-right-blue.svg)
}

section.key-contacts nav.arrows button.slick-disabled {
	cursor: no-drop;
	opacity: .3
}

section.key-contacts nav.arrows button:not(.slick-disabled):hover {
	opacity: .8
}

section.key-contacts.hide-controls>footer {
	display: none
}

section.large-textarea {
	margin: 3rem 0 5rem;
	position: relative
}

section.large-textarea.no-share div.article-social-share {
	display: none!important
}

section.large-textarea div.article-social-share {
	position: absolute;
	top: 5px;
	display: none
}

section.large-textarea .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 780px;
	max-width: 655px
}

section.large-textarea .video-wrap {
	margin: 3rem 0;
	max-height: 360px
}

section.large-textarea .video-wrap .prop {
	position: relative;
	padding-bottom: 56.25%
}

section.large-textarea .video-wrap iframe {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

body.single-post section.marquee-service-slider {
	margin-top: 150px
}

section.marquee-service-slider {
	padding: 45px 0 40px;
	position: relative;
	margin-bottom: 4rem
}

section.marquee-service-slider.grid:after {
	background: transparent url(../fonts/pattern-diagonal-lines--blue.svg) repeat 0 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 80%;
	z-index: 0;
	transform: translateY(-145px);
	opacity: .75
}

section.marquee-service-slider:before {
	content: "";
	height: 100%;
	background: #203367;
	top: 0;
	left: calc(50% - 635px);
	right: 0;
	z-index: 1;
	position: absolute
}

section.marquee-service-slider article.image-thumb-article .content {
	padding: 0 20px
}

section.marquee-service-slider aside.leftside-angled-title {
	top: 100px;
	z-index: 0
}

section.marquee-service-slider.background {
	background: #f4f5f7
}

section.marquee-service-slider>header {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	display: block;
	position: relative;
	width: 100%;
	z-index: 2
}

section.marquee-service-slider>header>.title {
	margin-bottom: 24px
}

section.marquee-service-slider>header>.title span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

section.marquee-service-slider>header>.title span:before {
	background: #3965dd;
	content: "";
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

section.marquee-service-slider>header>.title span {
	display: block;
	color: #fff
}

section.marquee-service-slider .articles {
	position: relative;
	z-index: 2
}

section.marquee-service-slider .slick-list {
	margin: 0 -5px;
	padding: 0 6vw
}

section.marquee-service-slider .slick-slide>div {
	padding: 0 5px
}

section.marquee-service-slider>footer {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	position: relative;
	width: 100%;
	margin-top: .875rem;
	z-index: 2;
	min-height: 42px
}

section.marquee-service-slider .counter {
	font-size: 0;
	top: 16px;
	left: 0;
	position: absolute;
	text-align: right;
	width: 90px;
	display: none
}

section.marquee-service-slider .counter span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 400;
	margin-bottom: 0
}

section.marquee-service-slider .counter span.total:before {
	content: "/"
}

section.marquee-service-slider .bar {
	background: transparent;
	display: none;
	margin: 0 auto;
	max-width: 940px;
	overflow: hidden;
	top: 21px;
	right: 0;
	left: 0;
	position: absolute;
	width: calc(100% - 250px);
	height: 3px;
	text-align: center;
	z-index: 1
}

section.marquee-service-slider .bar:before {
	background: #fff;
	content: "";
	opacity: .2;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1px
}

section.marquee-service-slider .bar .current {
	background: #3965dd;
	display: block;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

section.marquee-service-slider nav.arrows {
	font-size: 0;
	top: 6px;
	right: 0;
	position: absolute;
	width: 110px
}

section.marquee-service-slider nav.arrows button {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 13px;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	opacity: .85;
	overflow: hidden;
	width: 36px;
	height: 36px;
	text-indent: -999px;
	transition: all .3s cubic-bezier(.77,0,.175,1);
	border: 1px solid RGBA(255,255,255,.3);
	border-radius: 100%;
	margin: 0 5px
}

section.marquee-service-slider nav.arrows button.slick-prev {
	background-image: url(../fonts/carousel-arrow-left-white.svg)
}

section.marquee-service-slider nav.arrows button.slick-next {
	background-image: url(../fonts/carousel-arrow-right-white.svg)
}

section.marquee-service-slider nav.arrows button.slick-disabled {
	cursor: no-drop;
	opacity: .3
}

section.marquee-service-slider nav.arrows button:not(.slick-disabled):hover {
	opacity: .8
}

section.marquee-service-slider.hide-controls>footer {
	display: none
}

.grey {
	background-color: #f4f5f7
}

section.news-results-grid {
	margin-top: 3rem
}

section.news-results-grid .inner-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	max-width: 1420px
}

section.news-results-grid article.standard-thumb-article,section.news-results-grid article.standard-thumb-article-large {
	margin: 0 auto 20px;
	border-radius: 5px;
	overflow: hidden
}

section.news-results-grid article.standard-thumb-article-large {
	display: none
}

section.news-results-inline {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1140px
}

section.news-results-inline .filter-list {
	margin: 10px 0
}

section.news-results-inline .sort-label {
	display: none
}

section.news-results-inline .results.col {
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 400
}

section.news-results-inline .results.col .highlight {
	color: #3965dd
}

section.news-results-inline .inner-content {
	background: #f4f5f7;
	position: relative;
	z-index: 4;
	transform: translateY(-25px);
	background: #fff;
	padding: 1em;
	border-radius: 5px;
	display: block;
	box-shadow: 0 24px 50px -8px rgba(0,0,0,.2)
}

section.news-results-inline .dk-select,section.news-results-inline .dk-select-multi {
	width: 100%;
	color: #646e89!important
}

section.news-results-inline .dk-select {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(10px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.625rem + 1 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	letter-spacing: .02em;
	text-transform: none;
	margin-bottom: 0;
	font-size: calc(10px + 1 * ((100vw - 420px) / 860));
	font-size: calc(.625rem + 1 * ((100vw - 26.25rem) / 860));
	border-bottom: 1px solid #d4d7e2;
	border-radius: 0
}

section.news-results-inline .dk-select * {
	border: none;
	background: none;
	border-radius: 0
}

section.news-results-inline .dk-selected {
	height: 35px;
	line-height: 1.2em;
	padding: 1.25em 0 1em
}

section.news-results-inline .dk-selected:after {
	width: 48px;
	margin: 0;
	border: none
}

section.news-results-inline .dk-selected:before {
	border-width: .35em .35em 0;
	border-top-color: #203367;
	margin: -.2em .1em 0 0
}

section.news-results-inline .dk-select-options {
	background: #e8eaf0;
	max-height: 15em
}

section.news-results-inline .dk-select-options .dk-option-highlight,section.news-results-inline .dk-select-options .dk-option-selected {
	background: #d4d7e2;
	color: #203367
}

section.news-results-inline .dk-select-options li {
	padding: .3em .5em .3em 2em
}

section.news-results-inline .dk-select-options .dk-option-selected {
	position: relative
}

section.news-results-inline .dk-select-options .dk-option-selected:before {
	background: url(../fonts/tick.svg) 50% no-repeat;
	background-size: 100% auto;
	width: 11px;
	height: 12px;
	content: "";
	position: absolute;
	top: .4em;
	left: .4rem
}

section.office-builder section.marquee-service-slider {
	margin-bottom: 0;
	background: #f4f5f7;
	position: relative;
	margin-top: 4rem
}

section.office-builder section.marquee-service-slider:after {
	background: transparent url(../fonts/pattern-diagonal-lines--blue.svg) repeat 0 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 80%;
	z-index: 0;
	transform: translateY(-145px);
	opacity: .75
}

section.office-builder section.image-statistics {
	padding-left: 0;
	overflow: visible
}

section.office-builder section.image-statistics:after {
	background: transparent url(../fonts/pattern-diagonal-lines--blue.svg) repeat 0 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 235px;
	z-index: 0;
	transform: translateY(-235px);
	opacity: .5
}

section.office-builder section.image-statistics .stats {
	padding: 0
}

section.office-builder section.image-side-content.order-1 article.block.image-landscape {
	padding-bottom: 0
}

section.office-builder section.image-side-content {
	z-index: 3
}

section.office-builder section.image-side-content.order-2 .content {
	padding-bottom: 80px
}

section.office-builder section.image-side-content.order-2 article.image-portrait:first-child {
	padding-top: 120px
}

section.office-builder section.image-side-content.order-2 article.image-portrait:first-child:before {
	background: #f4f5f7;
	content: "";
	top: 0;
	bottom: 0;
	position: absolute;
	width: calc(50% - 300px);
	height: calc(100% + 100px);
	z-index: -1
}

section.office-builder section.image-side-content.order-2 article.image-portrait:nth-child(2) {
	margin-top: 100px;
	transform: translateY(65px)
}

section.office-builder section.image-side-content.order-2 article.image-portrait:nth-child(2):before {
	background: #f4f5f7;
	content: "";
	bottom: 65px;
	right: 0;
	position: absolute;
	width: calc(50% - 300px);
	height: 100%;
	z-index: -1
}

section.office-builder section.image-side-content.order-2:after {
	background: transparent url(../fonts/pattern-diagonal-lines--blue.svg) repeat 0 0;
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100px;
	height: 345px;
	z-index: 1;
	opacity: .5
}

section.office-results-grid {
	background: #f4f5f7;
	margin: 3rem 0
}

section.office-results-grid .inner-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px
}

section.office-results-grid article.location-tile {
	display: block;
	margin: 0 auto 65px;
	width: 100%
}

section.page-segway-links {
	text-align: center;
	background: #f4f5f7;
	position: relative;
	padding: 100px 0
}

section.page-segway-links h2 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
	text-align: center
}

section.page-segway-links h2:before {
	background: #3965dd;
	content: "";
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	position: absolute;
	width: 40px;
	height: 1px;
	transform: translateX(-50%)
}

section.page-segway-links h2 {
	font-size: calc(30px + 15 * ((100vw - 320px) / 960));
	font-size: calc(1.875rem + 15 * ((100vw - 20rem) / 960))
}

section.page-segway-links .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1000px
}

section.page-segway-links a {
	display: block
}

section.page-segway-links a.image {
	background-size: cover;
	background-position: 50%;
	height: 215px;
	width: 100%;
	position: relative;
	border-top: 4px solid #3965dd
}

section.page-segway-links a.image .view {
	background: #3965dd;
	font-family: Work-Sans,sans-serif;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	color: #fff;
	display: block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	line-height: 4.375rem;
	position: absolute;
	top: 75px;
	right: 45px;
	border-radius: 9999px;
	text-align: center
}

section.page-segway-links a.image .view:before {
	content: "";
	width: 80px;
	height: 80px;
	position: absolute;
	top: -5px;
	left: -5px;
	border: 1px solid #3965dd;
	border-radius: 99999px
}

section.page-segway-links .content {
	padding: 15px 40px 40px;
	min-height: 250px
}

section.page-segway-links .article-listing {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch
}

section.page-segway-links article.article-segway {
	max-width: 400px;
	background: #fff;
	transition: all .25s ease-in-out;
	margin: 40px
}

section.page-segway-links article.article-segway .view {
	opacity: 0;
	transition: all .25s ease-in-out
}

section.page-segway-links article.article-segway h3 a {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: center
}

section.page-segway-links article.article-segway h3 a:before {
	background: #3965dd;
	content: "";
	top: auto;
	right: auto;
	bottom: 0;
	left: 50%;
	position: absolute;
	width: 40px;
	height: 1px;
	transform: translateX(-50%)
}

section.page-segway-links article.article-segway h3 a {
	display: block;
	background: #fff;
	position: relative
}

section.page-segway-links article.article-segway h3 a:after {
	content: "";
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	bottom: 100%;
	background: #fff
}

section.page-segway-links article.article-segway a.details {
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: calc(15px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.9375rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 1.9em
}

section.page-segway-links article.article-segway a.details a {
	color: #152142
}

section.page-segway-links article.article-segway a.details b,section.page-segway-links article.article-segway a.details strong {
	font-weight: 700
}

section.page-segway-links article.article-segway:hover {
	box-shadow: 1px 16px 115px -10px rgba(0,0,0,.31)
}

section.page-segway-links article.article-segway:hover .view {
	opacity: 1
}

section.pagination .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px
}

section.pagination nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2rem 0 4rem
}

section.pagination a.page-link {
	display: inline-block;
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	line-height: 1.875rem;
	border-radius: 5px;
	text-align: center;
	color: #000;
	margin: 5px;
	font-size: .875em;
	cursor: pointer
}

section.pagination a.page-link:hover {
	color: #3965dd
}

section.pagination a.page-link.current {
	color: #646e89
}

section.pagination a.page-link.arrow {
	font-family: Material Icons;
	font-feature-settings: "liga" 1
}

section.people-results-grid .inner-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1280px
}

section.people-results-grid article.person-tile {
	margin: 0 auto 10px
}

section.people-results-grid aside.people-searchresults {
	border-top: 1px solid #e7e8ea
}

section.person-detail {
	min-height: 100vh;
	overflow: hidden;
	margin-top: 105px
}

section.person-detail .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1140px
}

section.person-detail .image-col {
	display: none
}

section.person-detail .image-col .image {
	max-width: 480px;
	position: relative;
	margin-bottom: 2rem
}

section.person-detail .image-col .image img {
	position: relative;
	z-index: 2
}

section.person-detail .image-col .image:before {
	content: "";
	height: 200vh;
	background: #203367;
	width: 100vw;
	position: absolute;
	z-index: 0;
	top: -50vh;
	right: 80px;
	display: none
}

section.person-detail h1 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(30px + 15 * ((100vw - 320px) / 960));
	font-size: calc(1.875rem + 15 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin: 0
}

section.person-detail h2 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #3965dd;
	margin-bottom: 1.5rem
}

section.person-detail .block {
	border-bottom: 1px solid #d4d7e2;
	padding: 0 0 1.35rem;
	margin: 0 0 1.35rem
}

section.person-detail h3 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em;
	margin-bottom: .1em
}

section.person-detail h4 {
	color: %body
}

section.person-detail nav.options {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2rem;
	margin-bottom: 1rem
}

section.person-detail nav.options a {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #646e89;
	display: block;
	text-align: center;
	border-bottom: 2px solid #8b92a5;
	width: 50%;
	padding: .75rem;
	cursor: pointer
}

section.person-detail nav.options a.current {
	border-bottom: 2px solid #3965dd;
	color: #203367
}

section.person-detail .content-wrap {
	max-width: 480px
}

section.person-detail ul.options li.option.current {
	display: block
}

section.person-detail ul.options li.option {
	display: none
}

section.person-detail ul.options li.option .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start
}

section.person-detail ul.options li.option .row .col {
	width: 48%
}

section.person-detail ul.options .data {
	padding-left: 1.2rem;
	position: relative;
	color: #646e89;
	margin-bottom: .5em;
	display: block;
	line-height: 1.2em
}

section.person-detail ul.options .data:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	color: #3965dd;
	opacity: .9;
	font-size: .8rem
}

section.person-detail ul.options .data.telephone:before {
	content: "phone"
}

section.person-detail ul.options .data.mobile:before {
	content: "stay_primary_portrait"
}

section.person-detail ul.options .data.email:before {
	content: "email"
}

section.person-detail ul.options address.data {
	line-height: 1.4em
}

section.person-detail ul.options address.data:before {
	content: "location_on"
}

section.person-detail nav.pagination {
	text-align: right;
	margin-top: 2rem
}

section.person-detail nav.pagination .nav-previous a {
	display: inline-block;
	border-radius: 50px;
	vertical-align: middle;
	overflow: hidden;
	height: 50px;
	margin-bottom: .5rem
}

section.person-detail nav.pagination .nav-previous a,section.person-detail nav.pagination .nav-previous a * {
	transition: all .25s ease-in-out
}

section.person-detail nav.pagination .nav-previous a .text {
	font-family: Work-Sans,sans-serif;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	width: 0;
	text-align: center;
	overflow: hidden;
	padding-left: 0
}

section.person-detail nav.pagination .nav-previous a .arrow {
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	width: 50px
}

section.person-detail nav.pagination .nav-previous a .arrow,section.person-detail nav.pagination .nav-previous a .text {
	height: 50px;
	line-height: 50px;
	line-height: 3.125rem;
	float: left
}

section.person-detail nav.pagination .nav-previous a:hover .text {
	width: 70px;
	padding-left: 30px
}

section.person-detail nav.pagination .nav-previous a:hover .arrow {
	width: 45px
}

section.person-detail nav.pagination .nav-previous a {
	background-color: #f4f5f7;
	color: #152142
}

section.person-detail nav.pagination .nav-previous a .text {
	color: #152142
}

section.person-detail nav.pagination .nav-previous a:hover .text {
	padding-right: 30px;
	padding-left: 0
}

section.person-detail nav.pagination .nav-next a {
	display: inline-block;
	border-radius: 50px;
	vertical-align: middle;
	overflow: hidden;
	height: 50px;
	margin-bottom: .5rem
}

section.person-detail nav.pagination .nav-next a,section.person-detail nav.pagination .nav-next a * {
	transition: all .25s ease-in-out
}

section.person-detail nav.pagination .nav-next a .text {
	font-family: Work-Sans,sans-serif;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	width: 0;
	text-align: center;
	overflow: hidden;
	padding-left: 0
}

section.person-detail nav.pagination .nav-next a .arrow {
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	width: 50px
}

section.person-detail nav.pagination .nav-next a .arrow,section.person-detail nav.pagination .nav-next a .text {
	height: 50px;
	line-height: 50px;
	line-height: 3.125rem;
	float: left
}

section.person-detail nav.pagination .nav-next a:hover .text {
	width: 70px;
	padding-left: 30px
}

section.person-detail nav.pagination .nav-next a:hover .arrow {
	width: 45px
}

section.person-detail nav.pagination .nav-next a {
	background-color: #152142;
	color: #fff
}

section.person-detail nav.pagination .nav-next a .text {
	color: #fff
}

section.policy-template {
	position: relative;
	overflow: hidden;
	background: #fff
}

section.policy-template .policy-wrapper {
	margin: 3rem auto;
	max-width: 890px;
	position: relative;
	overflow: hidden;
	padding: 0 5%
}

section.post-pagination {
	padding: 25px 0 45px
}

section.post-pagination .pagination {
	text-align: center
}

section.post-pagination .screen-reader-text {
	display: none
}

section.post-pagination .current,section.post-pagination a {
	display: inline-block;
	height: 36px;
	width: 36px;
	border-radius: 4px;
	background-color: #fff;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #080808;
	margin: 0 4.5px;
	font-family: Work-Sans,sans-serif;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: -.31px;
	letter-spacing: -.01938rem
}

section.post-pagination .current:last-child,section.post-pagination a:last-child {
	margin: 0
}

section.post-pagination .dots {
	color: #080808;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: -.31px;
	letter-spacing: -.01938rem
}

section.post-pagination .current {
	background-color: #3965dd;
	color: #fff
}

section.post-pagination i {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 11px 12px;
	height: 12px;
	width: 11px
}

section.post-pagination i.slick-prev {
	background-image: url(../fonts/carousel-arrow-left-blue.svg)
}

section.post-pagination i.slick-next {
	background-image: url(../fonts/carousel-arrow-right-blue.svg)
}

@keyframes end_preloader {
	0% {
		opacity: 1;
		top: 0;
		height: 100%
	}

	99% {
		opacity: 0;
		top: 0;
		height: 100%
	}

	to {
		opacity: 0;
		top: -100%;
		height: 0%
	}
}

section.preloader {
	animation: end_preloader .25s cubic-bezier(0,.395,.095,.995) 2.9s;
	animation-fill-mode: both;
	top: 0;
	right: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 10
}

section.preloader .svg-animation {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	width: 100%
}

section.preloader svg {
	width: 100%;
	height: auto
}

section.properties-resultsbar {
	padding: 1rem 0 2rem;
	background: #f4f5f7
}

section.properties-resultsbar .filter-list.size {
	margin: 0 10px
}

section.properties-resultsbar .sorting.col {
	display: none
}

section.properties-resultsbar .sorting.col .options {
	height: 50px;
	width: 100px;
	border: 1px solid #d4d7e2;
	border-radius: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	overflow: hidden
}

section.properties-resultsbar .sorting.col .options a {
	font-family: Material Icons;
	color: #8b92a5;
	font-feature-settings: "liga" 1;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	line-height: 3.125rem;
	font-size: 1.3em;
	text-align: center;
	cursor: pointer
}

section.properties-resultsbar .sorting.col .options a.current,section.properties-resultsbar .sorting.col .options a:hover {
	background: #d4d7e2;
	color: #fff
}

section.properties-resultsbar .sorting.col .options a.grid {
	border-right: 1px solid #d4d7e2
}

section.properties-resultsbar .results.col {
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 400
}

section.properties-resultsbar .results.col .highlight {
	color: #3965dd
}

section.properties-resultsbar .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	max-width: 1680px
}

section.properties-resultsbar .dk-select,section.properties-resultsbar .dk-select-multi {
	width: 100%
}

section.properties-resultsbar .dk-select {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(10px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.625rem + 1 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-bottom: 0;
	font-size: calc(10px + 1 * ((100vw - 420px) / 860));
	font-size: calc(.625rem + 1 * ((100vw - 26.25rem) / 860));
	border: 1px solid #d4d7e2;
	border-radius: 5px
}

section.properties-resultsbar .dk-select * {
	border: none;
	background: none;
	border-radius: 0
}

section.properties-resultsbar .dk-selected {
	height: 48px;
	line-height: 1.2em;
	padding: 1.75em 60px 1.5em 2em
}

section.properties-resultsbar .dk-selected:after {
	width: 48px;
	margin: 0;
	border: none
}

section.properties-resultsbar .dk-selected:before {
	border-width: .35em .35em 0;
	border-top-color: #203367;
	margin: -.2em 1.7em 0 0
}

section.properties-resultsbar .dk-select-options {
	background: #e8eaf0;
	max-height: 15em
}

section.properties-resultsbar .dk-select-options .dk-option-highlight,section.properties-resultsbar .dk-select-options .dk-option-selected {
	background: #d4d7e2;
	color: #203367
}

section.properties-resultsbar .dk-select-options li {
	padding: .3em .5em .3em 2em
}

section.properties-resultsbar .dk-select-options .dk-option-selected {
	position: relative
}

section.properties-resultsbar .dk-select-options .dk-option-selected:before {
	background: url(../fonts/tick.svg) 50% no-repeat;
	background-size: 100% auto;
	width: 11px;
	height: 12px;
	content: "";
	position: absolute;
	top: .4em;
	left: .4rem
}

section.properties-searchbar.result {
	margin-top: -118px;
	position: relative
}

section.properties-searchbar .container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	max-width: 890px
}

section.properties-searchbar .form-wrap {
	background: #fff;
	padding: 1em;
	border-radius: 5px;
	display: block;
	box-shadow: 0 24px 50px -8px rgba(0,0,0,.2);
	margin-top: 17px
}

section.properties-searchbar header {
	font-size: .875em;
	margin-bottom: .5em
}

section.properties-searchbar form {
	margin-top: 69px
}

section.properties-searchbar form.no-address-entered .radius-col {
	opacity: .2;
	pointer-events: none
}

section.properties-searchbar .col {
	margin-bottom: 10px
}

section.properties-searchbar .dk-select,section.properties-searchbar .dk-select-multi {
	width: 100%
}

section.properties-searchbar .dk-select,section.properties-searchbar button.submit {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-bottom: 0;
	font-size: calc(10px + 1 * ((100vw - 420px) / 860));
	font-size: calc(.625rem + 1 * ((100vw - 26.25rem) / 860))
}

section.properties-searchbar button.submit {
	background: #3965dd;
	border-radius: 5px;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	height: 70px;
	line-height: 70px;
	line-height: 4.375rem;
	font-weight: 400;
	letter-spacing: .05em;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: right 10px center;
	cursor: pointer
}

section.properties-searchbar button.submit:hover {
	background-color: #203367
}

section.properties-searchbar .submit-col {
	margin-top: 21px
}

section.properties-searchbar .dk-select * {
	border: none;
	background: none;
	border-radius: 0
}

section.properties-searchbar .dk-select,section.properties-searchbar .search-col input[type=text] {
	background: #e8eaf0;
	border-radius: 5px
}

section.properties-searchbar .search-col {
	position: relative
}

section.properties-searchbar .search-col:before {
	content: "search";
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	position: absolute;
	color: #203367;
	top: 50%;
	font-size: 1.6em;
	right: 20px;
	transform: translateY(-50%)
}

section.properties-searchbar .search-col input[type=text] {
	height: 60px;
	line-height: 60px;
	line-height: 3.75rem;
	width: 100%;
	padding: 0 1.5em;
	font-size: 15px;
	font-size: .9375rem
}

section.properties-searchbar .dk-selected {
	height: 60px;
	padding: 2.15em 2em
}

section.properties-searchbar .dk-selected:after {
	width: 50px;
	margin: 0;
	border: none
}

section.properties-searchbar .dk-selected:before {
	border-width: .35em .35em 0;
	border-top-color: #203367;
	margin: -.2em 1.7em 0 0
}

section.properties-searchbar .dk-select-options {
	background: #e8eaf0;
	max-height: 15em
}

section.properties-searchbar .dk-select-options .dk-option-highlight,section.properties-searchbar .dk-select-options .dk-option-selected {
	background: #d4d7e2;
	color: #203367
}

section.properties-searchbar .dk-select-options li {
	padding: .3em .5em .3em 2em
}

section.properties-searchbar .dk-select-options .dk-option-selected {
	position: relative
}

section.properties-searchbar .dk-select-options .dk-option-selected:before {
	background: url(../fonts/tick.svg) 50% no-repeat;
	background-size: 100% auto;
	width: 11px;
	height: 12px;
	content: "";
	position: absolute;
	top: .4em;
	right: .5rem
}

.pac-container {
	padding: .5em 0
}

.pac-container:after {
	display: none
}

.pac-container .pac-item {
	padding: .6rem 1rem;
	border: none;
	background-color: Roboto,;
	color: "gt-super",;
	cursor: pointer
}

.searchbar-search-results {
	display: none
}

section.property-ajax-wrap {
	position: relative
}

section.property-ajax-wrap.searching:after,section.property-ajax-wrap.searching:before {
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	position: fixed
}

section.property-ajax-wrap.searching:before {
	background: #fff;
	opacity: .7;
	z-index: 5
}

section.property-ajax-wrap.searching:after {
	z-index: 6;
	background: url(../fonts/spinner-blue.svg) no-repeat 50%
}

section.property-builder {
	position: relative;
	margin-top: 80px
}

section.property-builder .inner-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 660px;
	z-index: 1;
	position: relative;
	overflow: hidden
}

section.property-builder article {
	margin: 30px 0;
	padding-bottom: 35px;
	border-bottom: 1px solid #eaeaea
}

section.property-builder aside.service-agents ul.slides {
	visibility: visible
}

section.property-builder aside.service-agents {
	width: 100%
}

section.property-builder #arrange-viewing-form,section.property-builder #register-form {
	display: none
}

section.property-builder ul.property-actions li {
	margin-bottom: 10px
}

section.property-builder ul.property-actions li,section.property-builder ul.property-actions li * {
	transition: all .25s ease-in-out
}

section.property-builder ul.property-actions i {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-size: 1.125rem;
	color: #3965dd
}

section.property-builder ul.property-actions i.send {
	transform: translateY(-50%) rotate(-45deg);
	transform-origin: 50% 50%
}

section.property-builder ul.property-actions a {
	display: block;
	border: 1px solid #d7d8da;
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

section.property-builder ul.property-actions a span {
	display: block;
	padding: 20px 55px;
	text-align: center;
	font-family: Work-Sans,sans-serif;
	color: #152142;
	font-size: calc(10px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.625rem + 1 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.2em
}

section.property-builder ul.property-actions a:hover {
	background: #d7d8da
}

section.property-builder ul.property-actions a:hover span {
	color: #3965dd
}

section.property-builder ul.property-actions a.register-form:hover span {
	background: #3965dd;
	color: #fff
}

section.property-builder ul.property-actions a.register-form span {
	padding: 20px 10px;
	background: #152142;
	color: #fff
}

body.single-property {
	background: #f4f5f7
}

section.property-image-map-slider {
	background: #203367;
	position: relative;
	overflow: hidden;
	padding: 65px 0 0;
	margin: 0
}

section.property-image-map-slider .images {
	width: 100%
}

section.property-image-map-slider .property-map {
	display: none
}

section.property-image-map-slider section.property-map .map-wrap {
	max-height: 540px
}

section.property-image-map-slider .image-slider-wrap {
	position: relative;
	max-width: 575px;
	margin: auto
}

section.property-image-map-slider.map-disabled>.image-slider-wrap {
	padding-bottom: 15px
}

section.property-image-map-slider a.img-box {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	margin: 0 auto;
	width: 435px;
	height: 300px
}

section.property-image-map-slider .padding-box {
	max-height: 540px;
	padding: 0 20px
}

section.property-image-map-slider ul.nav-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px 0
}

section.property-image-map-slider ul.nav-items li {
	margin: 5px
}

section.property-image-map-slider ul.nav-items li * {
	transition: all .25s ease-in-out
}

section.property-image-map-slider ul.nav-items li a {
	display: block;
	cursor: pointer;
	padding-bottom: 10px;
	font-family: Work-Sans,sans-serif;
	color: #fff;
	font-size: 27px;
	font-size: 1.6875rem;
	font-weight: 500;
	letter-spacing: -.54px;
	letter-spacing: -.03375rem;
	opacity: .3
}

section.property-image-map-slider ul.nav-items li a svg {
	margin-right: 10px
}

section.property-image-map-slider ul.nav-items li a:first-child {
	margin-right: 18.5px
}

section.property-image-map-slider ul.nav-items li a:last-child {
	margin-left: 18.5px
}

section.property-image-map-slider ul.nav-items li.current a {
	opacity: 1;
	border-bottom: 1px solid #3965dd
}

section.property-image-map-slider>footer .navigation-area {
	position: relative;
	width: 100%;
	min-height: 60px;
	max-width: 500px;
	margin: .875rem auto 0
}

section.property-image-map-slider>footer .off-block {
	background: #fff;
	display: none
}

section.property-image-map-slider .counter {
	font-size: 0;
	top: 16px;
	left: 0;
	position: absolute;
	text-align: right;
	width: 90px
}

section.property-image-map-slider .counter span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 400;
	margin-bottom: 0;
	color: #fff
}

section.property-image-map-slider .counter span.total:before {
	content: "/"
}

section.property-image-map-slider .bar {
	background: transparent;
	margin: 0 auto;
	max-width: 940px;
	overflow: hidden;
	top: 21px;
	right: 0;
	left: 0;
	position: absolute;
	width: calc(100% - 250px);
	height: 3px;
	text-align: center;
	z-index: 1
}

section.property-image-map-slider .bar:before {
	background: #fff;
	content: "";
	opacity: .2;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1px
}

section.property-image-map-slider .bar .current {
	background: #3965dd;
	display: block;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

section.property-image-map-slider nav.arrows {
	position: absolute;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	top: 111%;
	transform: translateY(-50%);
	z-index: 1;
	display: -ms-flexbox;
	display: flex
}

section.property-image-map-slider nav.arrows button {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	overflow: hidden;
	width: 22px;
	height: 20px;
	text-indent: -999px;
	transition: all .3s cubic-bezier(.77,0,.175,1);
	border-radius: 100%;
	margin: 0 5px;
	padding: 0 15px
}

section.property-image-map-slider nav.arrows button.slick-prev {
	background-image: url(../fonts/arrow-left.svg)
}

section.property-image-map-slider nav.arrows button.slick-next {
	background-image: url(../fonts/arrow-right.svg)
}

section.property-image-map-slider nav.arrows button.slick-disabled {
	cursor: no-drop;
	opacity: .3
}

section.property-image-map-slider nav.arrows button:not(.slick-disabled):hover {
	opacity: .8
}

section.property-image-map-slider.hide-controls>footer {
	display: none
}

section.property-map .map-wrap {
	position: relative;
	max-height: 75vh
}

section.property-map .google-map {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%
}

section.property-map .prop {
	padding-bottom: 105%
}

section.property-map .gm-style-iw {
	top: 17px!important;
	left: 0!important;
	border-radius: 5px
}

section.property-map .gm-style .gm-style-iw {
	overflow: visible
}

section.property-map .gm-style-iw-child-one {
	box-shadow: 0 24px 50px -8px rgba(0,0,0,.49);
	border-radius: 5px;
	max-width: 250px!important
}

section.property-map .window-outter-wrapper div {
	display: none!important
}

section.property-map .article-btn {
	background: #eeeff3!important;
	border-radius: 100%!important;
	overflow: hidden!important;
	right: 10px!important;
	top: -10px!important;
	width: 33px!important;
	height: 33px!important
}

section.property-map .article-btn img {
	margin: 10px!important
}

section.propery-results-grid {
	background: #f4f5f7;
	min-height: 200px
}

section.propery-results-grid .col-element {
	display: none
}

section.propery-results-grid .col-element.current {
	display: block
}

section.propery-results-grid.no-properties footer.lower-footer {
	margin: 6rem 6vw 0
}

section.propery-results-grid article.no-properties-found h2 {
	font-size: 1.2em;
	text-align: center;
	margin-top: 3rem
}

section.propery-results-grid a.prop-form-req {
	display: inline-block;
	border-radius: 50px;
	vertical-align: middle;
	overflow: hidden;
	height: 50px;
	margin-bottom: .5rem
}

section.propery-results-grid a.prop-form-req,section.propery-results-grid a.prop-form-req * {
	transition: all .25s ease-in-out
}

section.propery-results-grid a.prop-form-req .text {
	font-family: Work-Sans,sans-serif;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	width: 0;
	text-align: center;
	overflow: hidden;
	padding-left: 0
}

section.propery-results-grid a.prop-form-req .arrow {
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	width: 50px
}

section.propery-results-grid a.prop-form-req .arrow,section.propery-results-grid a.prop-form-req .text {
	height: 50px;
	line-height: 50px;
	line-height: 3.125rem;
	float: left
}

section.propery-results-grid a.prop-form-req:hover .text {
	width: 70px;
	padding-left: 30px
}

section.propery-results-grid a.prop-form-req:hover .arrow {
	width: 45px
}

section.propery-results-grid a.prop-form-req {
	background-color: #152142;
	color: #fff
}

section.propery-results-grid a.prop-form-req .text {
	color: #fff
}

section.propery-results-grid a.prop-form-req {
	cursor: pointer;
	padding: .6em 3rem 0;
	margin-top: 2rem
}

section.propery-results-grid footer.lower-footer {
	text-align: center;
	margin: 2rem 6vw
}

section.propery-results-grid footer.lower-footer a {
	background-color: #203367;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	letter-spacing: .2em;
	padding: 1.2rem 4em 1.2rem 3.4rem;
	background-image: url(../fonts/home-white.svg);
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: 1rem 50%
}

section.propery-results-grid footer.lower-footer a:hover {
	background-color: #3965dd
}

section.propery-results-grid .grid-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	max-width: 1700px
}

section.propery-results-grid .grid-wrapper article.property-tile {
	margin: 0 auto
}

.post-type-archive main.base {
	background: #f4f5f7
}

#property-reg-requirements {
	max-width: 1024px;
	width: 80%
}

#property-reg-requirements .wpcf7-form.sent .row,#property-reg-requirements .wpcf7-form.sent footer.lower {
	display: none
}

section.related-auctions {
	padding: 45px 0 40px;
	position: relative
}

section.related-auctions aside.leftside-angled-title {
	top: 100px;
	z-index: 0
}

section.related-auctions.background {
	background: #f4f5f7
}

section.related-auctions>header {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	display: block;
	position: relative;
	width: 100%
}

section.related-auctions>header>.title {
	margin-bottom: 24px
}

section.related-auctions>header>.title span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

section.related-auctions>header>.title span:before {
	background: #3965dd;
	content: "";
	display: block;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

section.related-auctions>header>.title span {
	display: block
}

section.related-auctions .articles {
	position: relative;
	z-index: 1
}

section.related-auctions .slick-list {
	margin: 0 -5px;
	padding: 0 6vw
}

section.related-auctions .slick-slide>div {
	padding: 0 5px
}

section.related-auctions>footer {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	position: relative;
	width: 100%;
	margin-top: .875rem;
	min-height: 42px
}

section.related-auctions .counter {
	font-size: 0;
	top: 16px;
	left: 0;
	position: absolute;
	text-align: right;
	width: 90px
}

section.related-auctions .counter span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 400;
	margin-bottom: 0
}

section.related-auctions .counter span.total:before {
	content: "/"
}

section.related-auctions .bar {
	background: transparent;
	display: none;
	margin: 0 auto;
	max-width: 940px;
	overflow: hidden;
	top: 21px;
	right: 0;
	left: 0;
	position: absolute;
	width: calc(100% - 250px);
	height: 3px;
	text-align: center;
	z-index: 1
}

section.related-auctions .bar:before {
	background: #203367;
	content: "";
	opacity: .2;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1px
}

section.related-auctions .bar .current {
	background: #3965dd;
	display: block;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

section.related-auctions nav.arrows {
	font-size: 0;
	top: 6px;
	right: 0;
	position: absolute;
	width: 90px
}

section.related-auctions nav.arrows button {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 13px;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	opacity: .6;
	overflow: hidden;
	width: 36px;
	height: 36px;
	text-indent: -999px;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

section.related-auctions nav.arrows button.slick-prev {
	background-image: url(../fonts/carousel-arrow-left-blue.svg)
}

section.related-auctions nav.arrows button.slick-next {
	background-image: url(../fonts/carousel-arrow-right-blue.svg)
}

section.related-auctions nav.arrows button.slick-disabled {
	cursor: no-drop;
	opacity: .3
}

section.related-auctions nav.arrows button:not(.slick-disabled):hover {
	opacity: .8
}

section.related-auctions.hide-controls>footer {
	display: none
}

section.related-properties {
	padding: 45px 0 40px;
	position: relative
}

section.related-properties aside.leftside-angled-title {
	top: 100px;
	z-index: 0
}

section.related-properties.background {
	background: #f4f5f7
}

section.related-properties>header {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	display: block;
	position: relative;
	width: 100%
}

section.related-properties>header>.title {
	margin-bottom: 24px
}

section.related-properties>header>.title span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

section.related-properties>header>.title span:before {
	background: #3965dd;
	content: "";
	display: block;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

section.related-properties>header>.title span {
	display: block
}

section.related-properties .articles {
	position: relative;
	z-index: 1
}

section.related-properties .slick-list {
	margin: 0 -5px;
	padding: 0 6vw
}

section.related-properties .slick-slide>div {
	padding: 0 5px
}

section.related-properties>footer {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	position: relative;
	width: 100%;
	margin-top: .875rem;
	min-height: 42px
}

section.related-properties .counter {
	font-size: 0;
	top: 16px;
	left: 0;
	position: absolute;
	text-align: right;
	width: 90px
}

section.related-properties .counter span {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 400;
	margin-bottom: 0
}

section.related-properties .counter span.total:before {
	content: "/"
}

section.related-properties .bar {
	background: transparent;
	display: none;
	margin: 0 auto;
	max-width: 940px;
	overflow: hidden;
	top: 21px;
	right: 0;
	left: 0;
	position: absolute;
	width: calc(100% - 250px);
	height: 3px;
	text-align: center;
	z-index: 1
}

section.related-properties .bar:before {
	background: #203367;
	content: "";
	opacity: .2;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1px
}

section.related-properties .bar .current {
	background: #3965dd;
	display: block;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

section.related-properties nav.arrows {
	font-size: 0;
	top: 6px;
	right: 0;
	position: absolute;
	width: 90px
}

section.related-properties nav.arrows button {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 13px;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	opacity: .6;
	overflow: hidden;
	width: 36px;
	height: 36px;
	text-indent: -999px;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

section.related-properties nav.arrows button.slick-prev {
	background-image: url(../fonts/carousel-arrow-left-blue.svg)
}

section.related-properties nav.arrows button.slick-next {
	background-image: url(../fonts/carousel-arrow-right-blue.svg)
}

section.related-properties nav.arrows button.slick-disabled {
	cursor: no-drop;
	opacity: .3
}

section.related-properties nav.arrows button:not(.slick-disabled):hover {
	opacity: .8
}

section.related-properties.hide-controls>footer {
	display: none
}

section.service-case-studies {
	padding: 60px 0;
	position: relative
}

section.service-case-studies .wrapper {
	max-width: 1920px;
	margin: 0 auto
}

section.service-case-studies:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
	background: #f4f5f7;
	z-index: 0
}

section.service-case-studies header.top {
	padding-right: 6vw;
	padding-left: 6vw;
	max-width: 1200px;
	margin: 0 auto
}

section.service-case-studies header.top h2 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

section.service-case-studies header.top h2:before {
	background: #3965dd;
	content: "";
	display: block;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

section.service-case-studies header.top h2 {
	margin-bottom: 1.2em
}

section.service-case-studies article.medium-mce {
	display: block!important
}

section.service-case-studies article.medium-mce a,section.service-case-studies article.medium-mce b,section.service-case-studies article.medium-mce h1,section.service-case-studies article.medium-mce h2,section.service-case-studies article.medium-mce h3,section.service-case-studies article.medium-mce h4,section.service-case-studies article.medium-mce ol,section.service-case-studies article.medium-mce p,section.service-case-studies article.medium-mce strong,section.service-case-studies article.medium-mce ul {
	color: #fff
}

section.service-case-studies article.medium-mce .arrow-btn {
	color: #fff!important
}

section.service-case-studies article.medium-mce .arrow-btn:before {
	background: #314373
}

section.service-case-studies .padding-wrap {
	padding: 3rem 6vw
}

section.service-case-studies .image-slides-wrapper {
	position: relative;
	z-index: 2
}

section.service-case-studies .image-slides-wrapper,section.service-case-studies .image-slides-wrapper * {
	background: none
}

section.service-case-studies .content-wrapper {
	background: #152142;
	position: relative;
	z-index: 0
}

section.service-case-studies .content-wrapper ul.content-sliders {
	z-index: 1
}

section.service-case-studies .content-wrapper:before {
	content: "";
	top: -90px;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	background: #152142
}

section.service-content-builder {
	overflow: hidden;
	position: relative
}

section.service-content-builder .service-wrapper-listing {
	background: #fff;
	margin: 0 auto;
	max-width: 890px;
	overflow: hidden;
	position: relative
}

section.service-content-builder .service-wrapper-listing:before {
	background: #fff;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	width: 100vw
}

section.service-content-builder .service-wrapper-listing>article,section.service-content-builder .service-wrapper-listing>div,section.service-content-builder .service-wrapper-listing>section {
	position: relative;
	z-index: 1
}

section.service-content-builder div.image-slider-marquee {
	margin: 95px auto
}

section.service-content-builder div.image-slider-marquee .img-slider-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 820px
}

section.service-content-builder article.medium-mce {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 780px;
	margin-bottom: 85px;
	margin-top: 85px;
	max-width: 625px
}

section.service-content-builder aside.service-agents {
	background: #f4f5f7;
	height: 100%;
	top: 50px;
	right: 0;
	position: absolute;
	visibility: hidden;
	z-index: 5
}

section.service-content-builder aside.service-agents .service-agents-outter-wrap {
	margin: 60px auto;
	max-width: 290px
}

section.service-content-builder aside.service-agents.sticky {
	top: 0;
	position: fixed
}

section.shader-wrap {
	margin-top: -50px;
	overflow: hidden
}

section.service-grid-listing {
	background: #f4f5f7;
	padding: 3rem 0
}

section.service-grid-listing .inner-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1340px
}

section.service-grid-listing article.service-tile {
	margin: 0 auto 30px
}

section.sitewide-search {
	background-color: transparent;
	color: #fff;
	display: block;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: all .5s cubic-bezier(.77,0,.175,1) 0s;
	z-index: 99
}

section.sitewide-search:before {
	background-color: #203367;
	background-image: linear-gradient(0deg,#212739 0,rgba(33,39,57,.01) 0,#0f182f 90%);
	content: "";
	opacity: .9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1
}

section.sitewide-search .container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 520px;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

section.sitewide-search .main {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%
}

section.sitewide-search .title {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(30px + 15 * ((100vw - 320px) / 960));
	font-size: calc(1.875rem + 15 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	color: #fff;
	display: none;
	text-align: center
}

section.sitewide-search .search-wrap {
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
	display: block
}

section.sitewide-search .search-wrap:before {
	content: "search";
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	position: absolute;
	color: #203367;
	top: 50%;
	font-size: 1.6em;
	left: 15px;
	transform: translateY(-50%)
}

section.sitewide-search .search-wrap:after {
	background: url(../fonts/searchbar-loader.svg) no-repeat 50%;
	background-size: 100% auto;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	width: 25px;
	height: 25px;
	display: none
}

section.sitewide-search .search-wrap.searching:before {
	display: none
}

section.sitewide-search .search-wrap.searching:after {
	display: block
}

section.sitewide-search .search-wrap input.searchbox {
	display: block;
	height: 65px;
	line-height: 50px;
	line-height: 3.125rem;
	width: 100%;
	padding: 0 1em 0 50px;
	font-size: 15px;
	font-size: .9375rem
}

section.sitewide-search ul.results {
	background: #fff;
	border-radius: 0 0 25px 25px;
	overflow: hidden;
	display: none;
	transform: translateY(-25px);
	z-index: 0;
	padding: 35px 0 15px;
	position: relative;
	text-align: left
}

section.sitewide-search ul.results:before {
	content: "";
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
	height: 1px;
	background: #d4d7e2
}

section.sitewide-search ul.results,section.sitewide-search ul.results a {
	color: #203367
}

section.sitewide-search ul.results a {
	padding: .5em 20px .5em 17px;
	display: -ms-flexbox;
	display: flex;
	font-size: .875em;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center
}

section.sitewide-search ul.results a:hover {
	background: #e8eaf0
}

section.sitewide-search ul.results a .icon {
	width: 20px;
	height: 20px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	margin-right: 13px;
	display: block
}

section.sitewide-search ul.results a .text {
	line-height: 1.2em;
	display: block
}

section.sitewide-search ul.results a .text .bold {
	font-weight: 700
}

section.sitewide-search ul.results li.people .icon {
	background-image: url(../fonts/people.svg)
}

section.sitewide-search ul.results li.services .icon {
	background-image: url(../fonts/services.svg)
}

section.sitewide-search ul.results li.offices .icon {
	background-image: url(../fonts/offices.svg)
}

section.sitewide-search ul.results li.posts .icon {
	background-image: url(../fonts/news.svg)
}

body.search-visible section.sitewide-search {
	opacity: 1;
	visibility: visible
}

body.search-visible header.primary .main .search-btn .open {
	opacity: 0;
	visibility: hidden
}

body.search-visible header.primary .main .search-btn .close {
	opacity: 1;
	visibility: visible
}

body.search-visible header.primary .main .mobile__search-btn {
	opacity: 0;
	visibility: hidden
}

body.search-visible .search-area-title {
	font-size: 1.2em
}

body.search-visible .search-area-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 420px;
	margin: 55px auto 0
}

body.search-visible .search-area-button .arrow-btn {
	display: inline-block;
	margin-bottom: 1em
}

body.search-visible .search-area-button .arrow-btn,body.search-visible .search-area-button .arrow-btn>a {
	color: #203367;
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-weight: 500;
	line-height: 1.2em;
	position: relative;
	text-decoration: none;
	z-index: 1
}

body.search-visible .search-area-button .arrow-btn>a {
	padding: 1.2em 46px 1.2em 20px
}

body.search-visible .search-area-button .arrow-btn>a:before {
	background: #d4d7e2;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 100%;
	transition: width .5s cubic-bezier(.77,0,.175,1);
	z-index: -1
}

body.search-visible .search-area-button .arrow-btn>a:after {
	color: #3965dd;
	content: "trending_flat";
	display: block;
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-style: normal;
	font-weight: 400;
	top: 50%;
	right: 20px;
	position: absolute;
	transform: translateY(-50%);
	font-size: 1.2em;
	text-decoration: none
}

body.search-visible .search-area-button .arrow-btn:hover a:before {
	width: 100%
}

body.search-visible .search-area-button .arrow-btn a {
	color: #fff
}

body.search-visible .search-area-button .arrow-btn a:before {
	background: rgba(212,215,226,.2)
}

section.small-lineoffset-comment {
	margin: 65px 0 75px;
	position: relative
}

section.small-lineoffset-comment:before {
	background: transparent url(../fonts/pattern-diagonal-lines--light-blue.svg) repeat 0 0;
	content: "";
	display: none;
	top: 0;
	right: 0;
	position: absolute;
	width: 8vw;
	height: 260px
}

section.small-lineoffset-comment .container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1140px;
	max-width: 930px
}

section.small-lineoffset-comment h3 {
	margin: 0 auto!important;
	padding-left: 15px;
	position: relative;
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(20px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.25rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em
}

section.small-lineoffset-comment h3:before {
	background: #3965dd;
	content: "";
	top: 8px;
	left: 0;
	position: absolute;
	width: 2px;
	height: calc(100% - 20px)
}

section.small-lineoffset-comment footer {
	padding-left: 17px;
	font-size: .875em;
	margin-top: 1rem
}

section.small-lineoffset-comment footer strong {
	font-weight: 500;
	color: #203367;
	padding-right: 5px
}

section.social-share-area {
	margin: 3rem 0 0
}

section.social-share-area .wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 780px
}

section.social-share-area svg {
	fill: #152142!important;
	width: 25px!important;
	height: 25px!important;
	position: relative;
	top: 3px
}

section.social-share-area a.at-share-btn {
	border: 1px solid #d4d7e2;
	margin: 0 5px 5px
}

section.social-share-area h3 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #152142;
	text-align: center;
	margin-bottom: 1rem
}

section.social-share-area.inline {
	margin-top: 0;
	background: #fff
}

section.social-share-area.inline .wrapper {
	position: relative;
	z-index: 1
}

section.social-share-area.inline .colour-wrap {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 890px;
	background: #fff;
	padding-bottom: 3rem
}

section.social-share-area.inline .colour-wrap:before {
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	width: 100vw;
	background: #fff;
	position: absolute
}

section.social-share-area.inline .colour-wrap:after {
	content: "";
	top: 0;
	bottom: 0;
	left: 100%;
	width: 100vw;
	background: #f4f5f7;
	position: absolute
}

section.statistics-overview {
	position: relative;
	padding-top: 70px
}

section.statistics-overview .stat-wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1100px
}

section.statistics-overview:before {
	content: "";
	background: #f4f5f7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: calc(100% + 150px);
	z-index: 0
}

section.statistics-overview .stat-wrapper {
	position: relative;
	z-index: 1
}

section.statistics-overview .inner-stats {
	max-width: 300px
}

section.statistics-overview .inner-stats h3 {
	font-weight: 700;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	color: #152142
}

section.statistics-overview .inner-stats h3:before {
	background: #3965dd;
	content: "";
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 55px;
	height: 1px
}

section.statistics-overview .inner-stats h3 .number {
	color: #3965dd;
	padding-right: 5px
}

section.statistics-overview .inner-stats .lower-stat {
	border-top: 4px solid #3965dd;
	background: #eeeff3;
	max-width: 250px;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center
}

section.statistics-overview .inner-stats .lower-stat .number {
	color: #152142;
	font-family: Work-Sans,sans-serif;
	margin-bottom: 15px
}

section.statistics-overview .inner-stats .lower-stat .one,section.statistics-overview .inner-stats .lower-stat .three {
	font-size: calc(22px + 23 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 23 * ((100vw - 20rem) / 960));
	font-weight: 400
}

section.statistics-overview .inner-stats .lower-stat .two {
	font-size: calc(32px + 33 * ((100vw - 320px) / 960));
	font-size: calc(2rem + 33 * ((100vw - 20rem) / 960));
	font-weight: 400
}

section.statistics-overview .inner-stats .lower-stat .one {
	position: relative;
	top: -.4em
}

section.statistics-overview .inner-stats .lower-stat .subtitle {
	color: #152142;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960))
}

section.statistics-overview .content-col {
	margin: 3rem 0 6rem
}

section.statistics-overview .content-col blockquote {
	display: block;
	font-family: Work-Sans,sans-serif;
	vertical-align: text-top;
	position: relative;
	margin-top: 3rem
}

section.statistics-overview .content-col blockquote span {
	display: inline-block
}

section.statistics-overview .content-col .quote {
	color: #d8daf1;
	font-size: calc(40px + 40 * ((100vw - 320px) / 960));
	font-size: calc(2.5rem + 40 * ((100vw - 20rem) / 960));
	vertical-align: 1.2rem;
	position: absolute;
	top: 0;
	line-height: 1em
}

section.statistics-overview .content-col .quote.left-quote {
	left: 0
}

section.statistics-overview .content-col .quote.right-quote {
	right: 0
}

section.statistics-overview .content-col .quote-text {
	color: #203367;
	font-size: calc(16px + 8 * ((100vw - 320px) / 960));
	font-size: calc(1rem + 8 * ((100vw - 20rem) / 960));
	vertical-align: 1.5em;
	display: block;
	padding: .2em 2.5em;
	line-height: 1.3em
}

section.statistics-overview .content-wrapper {
	max-width: 665px;
	margin: 0 auto
}

section.statistics-overview article.medium-mce {
	max-width: 460px;
	margin: 0 auto
}

section.testimonials-marquee {
	padding: 58px 0 62px;
	position: relative;
	text-align: center
}

section.testimonials-marquee i.speechmark {
	display: block;
	margin: 0 auto 25px;
	opacity: .2
}

section.testimonials-marquee i.speechmark svg {
	width: 33px;
	height: 26px
}

section.testimonials-marquee .slick-slide .testimonial {
	opacity: 1;
	transition: opacity 1s ease-in-out
}

section.testimonials-marquee .slick-slide:not(.slick-current) .testimonial {
	opacity: .2
}

section.testimonials-marquee .testimonial .inner {
	margin: 0 auto;
	max-width: 840px
}

section.testimonials-marquee .text {
	padding: 0 6vw 24px;
	position: relative
}

section.testimonials-marquee .text:before {
	background: #3965dd;
	content: "";
	margin: 0 auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px;
	text-align: center
}

section.testimonials-marquee .text p {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(22px + 5 * ((100vw - 320px) / 960));
	font-size: calc(1.375rem + 5 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 1em;
	text-align: justify;
}

section.testimonials-marquee .text p:not(:last-of-type) {
	margin-bottom: 18px
}

section.testimonials-marquee .text p:last-of-type {
	margin-bottom: 0!important
}

section.testimonials-marquee .reference {
	display: block;
	font-size: 0;
	margin-top: 22px
}

section.testimonials-marquee img.photo {
	border-radius: 100%;
	display: block;
	margin: 0 auto 4px;
	max-width: 40px;
	overflow: hidden;
	vertical-align: top
}

section.testimonials-marquee span.company,section.testimonials-marquee span.name {
	font: 400 13px/1.4em Work-Sans,sans-serif;
	font: 400 .8125rem/1.4em Work-Sans,sans-serif
}

section.testimonials-marquee span.company b,section.testimonials-marquee span.company bold,section.testimonials-marquee span.company strong,section.testimonials-marquee span.name b,section.testimonials-marquee span.name bold,section.testimonials-marquee span.name strong {
	font-weight: 700
}

section.testimonials-marquee span.company,section.testimonials-marquee span.name {
	display: inline-block;
	padding-top: 6px;
	vertical-align: baseline
}

section.testimonials-marquee span.name {
	color: #152142;
	font-weight: 500
}

section.testimonials-marquee span.company {
	color: #4b5779
}

section.testimonials-marquee span.name+span.company:before {
	content: "-";
	margin: 0 5px
}

section.testimonials-marquee ul.slick-dots {
	margin-top: 32px
}

section.testimonials-marquee ul.slick-dots li {
	background: transparent;
	border: 1px solid transparent;
	border-radius: 100%;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	width: 13px;
	height: 13px;
	transition: border-color .5s ease-in-out
}

section.testimonials-marquee ul.slick-dots li:before {
	background: #203367;
	border-radius: 100%;
	content: "";
	display: block;
	margin: auto;
	opacity: .3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 5px;
	height: 5px;
	transition: all .5s ease-in-out
}

section.testimonials-marquee ul.slick-dots li button {
	display: none
}

section.testimonials-marquee ul.slick-dots li:hover:before {
	opacity: .6
}

section.testimonials-marquee ul.slick-dots li.slick-active {
	border-color: rgba(32,51,103,.3)
}

section.testimonials-marquee ul.slick-dots li.slick-active:before {
	background-color: #203367;
	opacity: .8
}

section.testimonials-marquee.home-offset-bg {
	background: #f4f5f7
}

section.text-middle-section {
	margin: 32px 0 50px;
	position: relative;
	text-align: center
}

section.text-middle-section>.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 780px;
	position: relative
}

section.text-middle-section h6.title {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 0;
	padding-bottom: 20px;
	position: relative
}

section.text-middle-section h6.title:before {
	background: #3965dd;
	content: "";
	margin: 0 auto;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px;
	text-align: center
}

section.text-middle-section .textarea {
	margin-top: 28px
}

section.text-middle-section .textarea p {
	font-family: Work-Sans,sans-serif;
	color: #646e89;
	font-size: calc(15px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.9375rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	margin-bottom: 1rem;
	line-height: 1.9em
}

section.text-middle-section .textarea p a {
	color: #152142
}

section.text-middle-section .textarea p b,section.text-middle-section .textarea p strong {
	font-weight: 700
}

section.text-middle-section .textarea p:last-of-type {
	margin-bottom: 0
}

section.text-middle-section .button {
	margin-bottom: 1em
}

section.text-middle-section .button,section.text-middle-section .button>a {
	color: #203367;
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.2em;
	position: relative;
	text-decoration: none;
	z-index: 1
}

section.text-middle-section .button>a {
	padding: 1.2em 46px 1.2em 20px
}

section.text-middle-section .button>a:before {
	background: #d4d7e2;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 100%;
	transition: width .5s cubic-bezier(.77,0,.175,1);
	z-index: -1
}

section.text-middle-section .button>a:after {
	color: #3965dd;
	content: "trending_flat";
	display: block;
	font-family: Material Icons;
	font-feature-settings: "liga" 1;
	font-style: normal;
	font-weight: 400;
	top: 50%;
	right: 20px;
	position: absolute;
	transform: translateY(-50%);
	font-size: 1.2em;
	text-decoration: none
}

section.text-middle-section .button:hover a:before {
	width: 100%
}

section.text-middle-section .button {
	display: inline-block;
	margin-top: 28px
}

section.text-middle-section.border-top {
	padding-top: 65px
}

section.text-middle-section.border-top:after {
	background: #203367;
	content: "";
	display: block;
	margin: 0 auto;
	max-width: 1120px;
	opacity: .1;
	top: 0;
	right: 6vw;
	left: 6vw;
	position: absolute;
	width: calc(100% - 12vw);
	height: 1px;
	text-align: center
}

section.vacancies-list {
	background: #f4f5f6;
	z-index: 0
}

section.vacancies-list .container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	padding-bottom: 70px;
	padding-top: 70px
}

section.vacancies-list .heading {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

section.vacancies-list .heading:before {
	background: #3965dd;
	content: "";
	display: block;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

section.vacancies-list .heading {
	margin-bottom: 80px;
	text-align: center
}

section.vacancies-list .heading:before {
	margin-left: auto;
	margin-right: auto;
	right: 0;
	text-align: inherit
}

section.vacancies-list .list {
	font-size: 0;
	width: 100%
}

section.vacancies-list article.vacancy {
	display: block;
	margin: 0 auto 30px;
	width: 100%
}

section.vacancy-detail {
	background: #f4f5f6;
	padding: 70px 0
}

section.vacancy-detail section.large-textarea {
	margin: 0!important
}

section.vacancy-detail section.social-share-area {
	border-top: 1px solid rgba(32,51,103,.2);
	margin-top: 30px;
	padding-top: 60px
}

section.video-player {
	margin: 4rem 0
}

section.video-player .wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 780px;
	position: relative;
	overflow: hidden
}

section.video-player.playing .wrapper nav.controls {
	opacity: 0
}

section.video-player.playing .wrapper .button {
	cursor: pointer;
	display: inline-block;
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.2em
}

section.video-player.playing .wrapper .button i.icon {
	background: rgba(57,101,221,.4);
	border-radius: 100%;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	width: 50px;
	height: 50px;
	vertical-align: top
}

section.video-player.playing .wrapper .button i.icon:after,section.video-player.playing .wrapper .button i.icon:before {
	content: "";
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute
}

section.video-player.playing .wrapper .button i.icon:before {
	background: #3965dd;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	transition: all .4s cubic-bezier(.77,0,.175,1)
}

section.video-player.playing .wrapper .button i.icon:after {
	background: transparent url(../fonts/arrow-white-right-tip.svg) no-repeat 50%/cover;
	width: 7px;
	height: 8px;
	transform: translateX(2px);
	transition: all .4s ease-in-out
}

section.video-player.playing .wrapper .button span.label {
	display: inline-block;
	padding-top: 16px;
	vertical-align: top
}

section.video-player.playing .wrapper .button:hover i.icon:before {
	width: 100%;
	height: 100%
}

section.video-player.playing .wrapper .button i.icon:after {
	background: transparent url(../fonts/square-white.svg) no-repeat 50%;
	width: 9px;
	height: 9px
}

section.video-player.playing .wrapper:hover nav.controls {
	opacity: 1
}

section.video-player nav.controls {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: opacity .2s
}

section.video-player video.main-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

section.video-player .prop {
	max-width: 780px;
	padding-bottom: 56.41026%;
	background-position: 50%;
	background-size: cover
}

section.video-player .button {
	cursor: pointer;
	font-family: Work-Sans,sans-serif;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 500;
	line-height: 1.2em
}

section.video-player .button i.icon {
	background: rgba(57,101,221,.4);
	border-radius: 100%;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	width: 50px;
	height: 50px;
	vertical-align: top
}

section.video-player .button i.icon:after,section.video-player .button i.icon:before {
	content: "";
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute
}

section.video-player .button i.icon:before {
	background: #3965dd;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	transition: all .4s cubic-bezier(.77,0,.175,1)
}

section.video-player .button i.icon:after {
	background: transparent url(../fonts/arrow-white-right-tip.svg) no-repeat 50%/cover;
	width: 7px;
	height: 8px;
	transform: translateX(2px);
	transition: all .4s ease-in-out
}

section.video-player .button span.label {
	display: inline-block;
	padding-top: 16px;
	vertical-align: top
}

section.video-player .button:hover i.icon:before {
	width: 100%;
	height: 100%
}

section.video-player .button {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

section.service-agents-slider {
	margin: -45px 0 25px;
	padding: 100px 0 50px;
	background-color: #f2f2f2
}

section.service-agents-slider .slick-dots {
	display: none!important
}

section.service-agents-slider .counter {
	color: #25396b;
	font-size: 11px;
	font-size: .6875rem;
	font-weight: 400
}

section.service-agents-slider .agent-wrap {
	background: #fff;
	margin: 0 auto;
	text-align: center;
	border-radius: 4px;
	border-top: 4px solid #3965dd;
	width: 100%;
	min-width: 250px;
	max-width: 300px;
	padding: 30px 0 40px
}

section.service-agents-slider .agent-wrap .image {
	border-radius: 9999px;
	width: 72px;
	height: 72px;
	margin: 0 auto 2rem;
	border: 1px solid #3965dd;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

section.service-agents-slider .agent-wrap .bg {
	width: 60px;
	height: 60px;
	border-radius: 9999px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
}

section.service-agents-slider .agent-wrap h3 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(17px + 3 * ((100vw - 320px) / 960));
	font-size: calc(1.0625rem + 3 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: .3em;
	color: #152142
}

section.service-agents-slider .agent-wrap h4 {
	color: #203367;
	font-size: calc(13px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 400;
	display: block;
	margin-bottom: 1em
}

section.service-agents-slider .agent-wrap a.telephone {
	color: #203367;
	display: block;
	font-size: calc(13px + 1 * ((100vw - 320px) / 960));
	font-size: calc(.8125rem + 1 * ((100vw - 20rem) / 960));
	font-weight: 400;
	margin-bottom: 1.5rem
}

section.service-agents-slider .agent-wrap a.telephone i {
	color: #3965dd;
	font-size: .875em
}

section.service-agents-slider .agent-wrap a.button {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin: 0;
	display: inline-block;
	padding: 1em;
	border: 1px solid #d4d7e2;
	border-radius: 4px
}

section.service-agents-slider .slide {
	padding-right: 10px
}

section.service-agents-slider .slick-list {
	padding: 0 40px
}

section.service-agents-slider .footer {
	padding: 0 20px
}

section.service-agents-slider .bar {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: 0 10px;
	visibility: hidden
}

section.service-agents-slider .bar:before {
	background: #203367;
	content: "";
	opacity: .2;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 1px
}

section.service-agents-slider .bar .current {
	background: #3965dd;
	display: block;
	height: 3px;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

section.service-agents-slider .content {
	height: 340px
}

section.service-agents-slider .controls,section.service-agents-slider .footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

section.service-agents-slider .block {
	width: 100%;
	max-width: 350px;
	padding-right: 20px
}

section.service-agents-slider .completion {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

section.service-agents-slider nav.arrows {
	width: 90px;
	display: -ms-flexbox;
	display: flex
}

section.service-agents-slider nav.arrows button {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 12px 13px;
	cursor: pointer;
	display: inline-block;
	opacity: .6;
	overflow: hidden;
	width: 36px;
	height: 36px;
	text-indent: -999px;
	transition: all .3s cubic-bezier(.77,0,.175,1)
}

section.service-agents-slider nav.arrows button.slick-prev {
	background-image: url(../fonts/carousel-arrow-left-blue.svg)
}

section.service-agents-slider nav.arrows button.slick-next {
	background-image: url(../fonts/carousel-arrow-right-blue.svg)
}

section.service-agents-slider nav.arrows button:not(.slick-disabled):hover {
	opacity: .8
}

@media(min-width:380px) {
	section.history-slider nav.timeline-nav ul.slick-dots li {
		width: 33.333%
	}
}

@media(min-width:400px) {
	section.case-studies-grid .articles-wrapper {
		-ms-grid-columns: 1fr 20px 1fr;
		grid-template-columns: 1fr 1fr;
		display: -ms-grid;
		display: grid;
		gap: 20px 20px;
		-ms-grid-rows: auto 20px auto;
		grid-template-areas: ". . . ." ". . . ."
	}
}

@media only screen and (min-width:415px) and (max-width:1024px) {
	section.auction-builder ul.property-actions {
		max-width: 645px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	section.auction-builder ul.property-actions li {
		width: 46%;
		margin: .5rem 2%
	}
}

@media only screen and (min-width:450px) {
	section.form form .row.two {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	section.form form .row.two .col {
		width: 50%
	}

	section.gform form .row.two {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	section.gform form .row.two .col {
		width: 50%
	}
}

@media (min-width:480px) and (max-width:1024px) {
	article.service-tile .content {
		padding-left: 20px;
		padding-right: 20px
	}

	header.primary .mobile__menu-btn {
		width: 74px
	}
}

@media (min-width:480px) and (max-width:1230px) {
	section.article-listing-marquee .slick-list,section.key-contacts .slick-list,section.marquee-service-slider .slick-list,section.related-auctions .slick-list,section.related-properties .slick-list {
		padding: 0 40px
	}

	section.service-grid-listing {
		padding: 80px 0
	}

	section.service-grid-listing article.service-tile {
		margin: 20px;
		width: calc(50% - 40px)
	}
}

@media(min-width:480px) {
	section.image-marquee-slider .padding-box,section.property-image-map-slider .padding-box {
		padding: 0 40px
	}
}

@media (min-width:481px) {
	section.article-listing-marquee .slick-slide {
		width: 380px
	}

	section.blog-article-navigation .nav-wrapper.both {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	section.blog-article-navigation .nav-wrapper.both:before {
		content: "";
		top: 0;
		bottom: 0;
		position: absolute;
		left: 50%;
		width: 1px;
		background: linear-gradient(180deg,#fff,#d4d7e2 50%,#fff)
	}

	section.blog-article-navigation .nav-wrapper.both .nav-next,section.blog-article-navigation .nav-wrapper.both .nav-previous {
		width: 50%
	}

	section.blog-article-navigation .nav-wrapper a {
		padding: 1em 0
	}

	section.gallery-images .gallery-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	section.gallery-images a.landscape,section.gallery-images a.portrait {
		width: 48%
	}

	section.marquee-service-slider .slick-slide {
		width: 300px
	}@	media (min-width:768px) {
		section.properties-searchbar .sale-type-col-last .dk-select-options{width: 88%;
		max-width: 231px
	}
}

section.related-auctions .slick-slide,section.related-properties .slick-slide {
	width: 380px
}

section.service-grid-listing .inner-wrapper {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start
}

section.service-grid-listing article.service-tile {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 10px;
	width: calc(50% - 20px)
}

section.statistics-overview {
	padding-top: 100px
}

section.statistics-overview:before {
	height: calc(100% + 200px)
}}

@media(min-width:500px) {
	section.header-image-full .down-btn>a {
		padding: 1.8em 100px 1.8em 2.2em
	}

	section.header-image-full .down-btn>a:after {
		width: 75px
	}

	section.header-image-standard .down-btn>a {
		padding: 1.8em 100px 1.8em 2.2em
	}

	section.header-image-standard .down-btn>a:after {
		width: 75px
	}
}

@media (min-width:500px) {
	article.image-thumb-article .content {
		padding: 0 20px
	}

	article.property-tile-google-map {
		min-width: 350px
	}

	article.property-tile-google-map .content {
		width: 66.666%
	}

	article.property-tile-google-map .content header {
		padding: 25px;
		min-height: 120px
	}

	article.property-tile-google-map a.image {
		display: block
	}

	aside.people-searchresults .sorting.col {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}

	aside.people-searchresults .sorting.col h3 {
		padding-right: 1rem;
		display: none
	}

	aside.people-searchresults .sorting.col form {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}

	aside.people-searchresults .filter-list.size {
		display: none
	}

	aside.people-searchresults .filter-list.price {
		margin-right: 10px
	}

	aside.people-searchresults .inner-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}

	section.article-listing-marquee.footer--style-1 .bar {
		visibility: visible
	}

	section.auction-listings .grid-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: start;
		align-items: flex-start
	}

	section.auction-listings .grid-wrapper article.auction-tile {
		margin: 0 0 10px;
		padding: 0 5px;
		width: 50%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-direction: column;
		flex-direction: column
	}

	section.auction-listings .grid-wrapper article.auction-tile .content {
		height: 100%
	}

	section.history-slider nav.timeline-nav ul.slick-dots li {
		width: 25%
	}

	section.inline-searchbar {
		transform: translateY(-29px)
	}

	section.inline-searchbar .search-col:before {
		color: #8b92a5
	}

	section.inline-searchbar .search-col input[type=text] {
		background: none
	}

	section.inline-searchbar input.submit {
		border-radius: 0 50px 50px 0;
		padding-right: 20px
	}

	section.inline-searchbar .form-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding: 5px;
		border-radius: 50px
	}

	section.inline-searchbar .col {
		margin: 0
	}

	section.inline-searchbar .search-col {
		width: 100%
	}

	section.inline-searchbar .submit-col {
		width: 200px
	}

	section.news-results-grid .inner-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding-left: 40px;
		padding-right: 40px
	}

	section.news-results-grid article.standard-thumb-article,section.news-results-grid article.standard-thumb-article-large {
		margin: 10px;
		width: calc(50% - 20px)
	}

	section.people-results-grid .grid-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 120px
	}

	section.people-results-grid article.person-tile {
		margin: 0 0 10px;
		padding: 0 5px;
		width: 50%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-direction: column;
		flex-direction: column
	}

	section.people-results-grid article.person-tile .content {
		height: 100%
	}

	section.people-results-grid aside.people-searchresults {
		margin: 0 0 20px
	}

	section.properties-resultsbar .sorting.col {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}

	section.properties-resultsbar .filter-list.size {
		display: none
	}

	section.properties-resultsbar .filter-list.price {
		margin-right: 10px
	}

	section.properties-resultsbar .wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}

	section.property-map .gm-style .gm-style-iw:before {
		position: absolute;
		top: calc(100% - 3px);
		left: calc(50% - 4px);
		transform: translateX(-50%);
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 7.5px 0;
		border-color: #fff transparent transparent
	}

	section.property-map .gm-style-iw-child-one {
		max-width: 350px!important
	}

	section.propery-results-grid .grid-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: start;
		align-items: flex-start
	}

	section.propery-results-grid .grid-wrapper article.property-tile {
		margin: 0 0 10px;
		padding: 0 5px;
		width: 50%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-direction: column;
		flex-direction: column
	}

	section.service-agents-slider .bar {
		visibility: visible
	}
}

@media(min-width:550px) {
	section.history-slider .inner-slide {
		padding: 0 40px
	}
}

@media (min-width:550px) {
	section.property-image-map-slider nav.arrows {
		top: 50%
	}
}

@media screen and (min-width:600px) {
	body.banner-notice-active header.primary .main {
		top: 50px
	}
}

@media(min-width:600px) {
	section.heratage-area header.top-area .positioner {
		right: 20px
	}

	section.heratage-area header.top-area aside {
		width: 20%
	}

	section.heratage-area header.top-area .image {
		padding-left: 20%
	}

	section.heratage-area header.top-area .image .prop {
		padding-bottom: 66.40625%
	}

	section.heratage-area header.top-area:after {
		top: -95px;
		left: 0;
		position: absolute;
		width: 160px;
		height: 415px
	}
}

@media (min-width:650px) {
	article.property-tile-google-map {
		min-width: 465px!important
	}

	section.history-slider nav.timeline-nav ul.slick-dots li {
		width: 20%
	}

	section.property-map .gm-style-iw-child-one {
		max-width: 465px!important
	}
}

@media (min-width:660px) {
	aside.people-searchresults .filter-list.size {
		display: block
	}

	aside.people-searchresults .filter-list.price {
		margin-right: 0
	}

	section.news-results-inline .inner-content {
		padding: 10px 20px
	}

	section.news-results-inline .sorting.col {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}

	section.news-results-inline .results.col {
		width: 25%
	}

	section.news-results-inline .sorting.col {
		width: 73%
	}

	section.news-results-inline .sorting.col form {
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: center;
		align-items: center
	}

	section.news-results-inline .filter-list {
		width: 170px
	}

	section.news-results-inline .filter-list.date {
		margin-right: 20px
	}

	section.news-results-inline .wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}

	section.properties-resultsbar .filter-list.size {
		display: block
	}

	section.properties-resultsbar .filter-list.price {
		margin-right: 0
	}
}

@media only screen and (min-width:765px) {
	section.form form .tickboxes ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	section.form form .tickboxes ul li {
		margin: 0 1.5rem 0 0
	}

	section.gform form .tickboxes ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	section.gform form .tickboxes ul li {
		margin: 0 1.5rem 0 0
	}
}

@media (min-width:768px) {
	article.auction-tile .roundel,article.property-tile .roundel,header.propery-title .roundel {
		height: 60px;
		width: 60px
	}

	section.auction-listings .grid-wrapper article.auction-tile {
		width: 33.333%
	}

	section.image-marquee-slider .padding-box {
		padding: 0 70px
	}

	section.intro-two-col .wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start
	}

	section.intro-two-col .col {
		max-width: 545px;
		width: 50%;
		margin-bottom: 0
	}

	section.news-results-grid article.standard-thumb-article {
		width: calc(33.3333% - 20px)
	}

	section.pagination a.page-link {
		width: 45px;
		height: 45px;
		line-height: 45px;
		line-height: 2.8125rem
	}

	section.people-results-grid article.person-tile {
		width: 33.333%
	}

	section.properties-searchbar .search-col:before {
		color: #8b92a5
	}

	section.properties-searchbar .search-col input[type=text] {
		background: none
	}

	section.properties-searchbar header {
		display: none
	}

	section.properties-searchbar button.submit {
		font-family: Work-Sans,sans-serif;
		font-size: 10px;
		font-size: .625rem;
		font-weight: 700;
		letter-spacing: 1.22px;
		letter-spacing: .07625rem;
		border-radius: 100px
	}@	media (max-width:767px) {
		section.properties-searchbar button.submit{padding-right: 20px
	}
}

section.properties-searchbar .form-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 5px;
	border-radius: 50px
}

section.properties-searchbar .sale-type-col {
	padding: 0 6.5px
}

section.properties-searchbar .radius-col {
	padding-left: 3px
}

section.properties-searchbar .radius-col .dk-select {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px
}

section.properties-searchbar .sale-type-col-last {
	padding-right: 3px
}

section.properties-searchbar .sale-type-col-last .dk-select {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px
}

@media (min-width:481px) {
	section.properties-searchbar .sale-type-col-last .dk-select-options {
		width: 88%;
		max-width: 231px
	}
}

section.properties-searchbar .col {
	margin: 0
}

section.properties-searchbar .search-col {
	width: 100%
}

section.properties-searchbar .property-type-col,section.properties-searchbar .sale-type-col {
	width: 33.33%
}

section.properties-searchbar .submit-col {
	width: 100%;
	max-width: 271px;
	margin: 21px auto auto
}

section.property-image-map-slider .padding-box {
	padding: 0 70px
}

section.property-map .prop {
	padding-bottom: 54.28571%
}

section.propery-results-grid .grid-wrapper article.property-tile {
	width: 33.333%
}}

@media (min-width:768px) and (max-width:1280px) {
	article.auction-tile .content,article.property-tile .content {
		padding: 25px 25px 20px;
		min-height: 150px
	}
}

@media (min-width:768px) and (max-width:1024px) {
	header.primary .main .logo a {
		padding-left: 40px;
		padding-right: 40px
	}

	section.header-hero .video video {
		padding: 0 40px
	}

	section.office-results-grid article.location-tile {
		width: calc(50% - 46px)
	}
}

@media (min-width:768px) and (max-width:1230px) {
	section.content-grid-one article.main .content {
		width: calc(99.9% * 1/2 - 20px);
		padding: 0 40px
	}

	section.content-grid-one article.main .content:nth-child(1n) {
		float: left;
		margin-right: 40px;
		clear: none
	}

	section.content-grid-one article.main .content:last-child {
		margin-right: 0
	}

	section.content-grid-one article.main .content:nth-child(2n) {
		margin-right: 0;
		float: right
	}

	section.content-grid-one article.main .content:nth-child(odd) {
		clear: both
	}

	section.content-grid-one article.main .image {
		width: calc(99.9% * 1/2 - 20px);
		padding-right: 40px
	}

	section.content-grid-one article.main .image:nth-child(1n) {
		float: left;
		margin-right: 40px;
		clear: none
	}

	section.content-grid-one article.main .image:last-child {
		margin-right: 0
	}

	section.content-grid-one article.main .image:nth-child(2n) {
		margin-right: 0;
		float: right
	}

	section.content-grid-one article.main .image:nth-child(odd) {
		clear: both
	}

	section.content-grid-one article.logo-area .image {
		display: none
	}

	section.image-side-content article.block {
		padding-left: 40px
	}

	section.image-side-content .image {
		width: calc(99.9% * 1/2 - 20px)
	}

	section.image-side-content .image:nth-child(1n) {
		float: left;
		margin-right: 40px;
		clear: none
	}

	section.image-side-content .image:last-child {
		margin-right: 0
	}

	section.image-side-content .image:nth-child(2n) {
		margin-right: 0;
		float: right
	}

	section.image-side-content .image:nth-child(odd) {
		clear: both
	}

	section.image-side-content .content {
		width: calc(99.9% * 1/2 - 20px);
		padding-right: 40px
	}

	section.image-side-content .content:nth-child(1n) {
		float: left;
		margin-right: 40px;
		clear: none
	}

	section.image-side-content .content:last-child {
		margin-right: 0
	}

	section.image-side-content .content:nth-child(2n) {
		margin-right: 0;
		float: right
	}

	section.image-side-content .content:nth-child(odd) {
		clear: both
	}

	section.image-side-content.landscape-offset article.block:first-of-type.image-portrait.image-left {
		margin-top: 0;
		padding-top: 100px
	}

	section.testimonials-marquee .text {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (min-width:768px) and (max-width:1330px) {
	section.header-hero .content {
		padding-left: 40px;
		padding-right: 40px
	}

	section.header-hero .video-audio-control {
		left: 40px
	}

	section.header-image-blog .content,section.header-image-full .content {
		padding-left: 40px;
		padding-right: 40px
	}

	section.image-statistics .inner {
		padding: 0 40px
	}
}

@media (min-width:768px) and (max-width:960px) {
	section.interactive-statements .tab-links {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media(min-width:768px) {
	section.person-detail .image-col,section.person-detail .image-col .image:before {
		display: block
	}

	section.person-detail .wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: center;
		align-items: center
	}

	section.person-detail .image-col {
		width: 40%;
		margin: 5rem 0
	}

	section.person-detail .content-col {
		width: 48%;
		margin: 4rem 0
	}
}

@media (min-width:769px) {
	section.header-banner-archive .wrapper {
		height: 50vw
	}

	section.header-image-standard.full-height {
		padding: 400px 0
	}

	section.header-image-standard.full-height .wrapper {
		height: 100vw
	}

	section.header-image-standard .wrapper {
		height: 50vw
	}
}

@media (min-width:780px) {
	section.property-image-map-slider .images {
		width: 300%
	}
}

@media (min-width:781px) {
	.mce p,article.full-mce p,article.full-mce ul,article.medium-mce:not(.capped-ul) ul,article.medium-mce p {
		line-height: 1.5em
	}

	aside.flickity-dots {
		padding: 0 25px 25px
	}

	footer.primary,footer.primary .bottom,footer.primary .main,header.banner-notice .wrapper {
		padding-left: 40px;
		padding-right: 40px
	}

	header.banner-notice .inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center
	}

	header.banner-notice .middle p {
		display: inline-block;
		margin-right: 10px
	}

	header.propery-title .container,header.propery-title .wrapper,section.article-listing-marquee>footer,section.article-listing-marquee>header {
		padding-left: 40px;
		padding-right: 40px
	}

	section.article-listing-marquee nav.arrows {
		display: block
	}

	section.auction-builder .inner-wrapper {
		padding-left: 40px;
		padding-right: 40px;
		padding: 0
	}

	section.auction-listings .grid-wrapper,section.blog-article-navigation .nav-wrapper,section.blog-article-tags .wrapper {
		padding-left: 40px;
		padding-right: 40px
	}

	.no-caravan-parks h5 {
		line-height: 1.5em
	}

	section.case-studies-grid .wrapper,section.christmas-calander-dates .wrapper {
		padding-left: 40px;
		padding-right: 40px
	}

	section.christmas-calander-dates .wrapper {
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	section.christmas-calander-dates article {
		width: calc(50% - 20px);
		margin: 0 10px;
		margin-bottom: 40px;
		padding-top: 145px;
		padding-bottom: 65px;
		max-width: 350px
	}

	section.christmas-calander-header .wrapper {
		padding-left: 40px;
		padding-right: 40px;
		margin-top: 20vh
	}

	section.content-grid-one article.logo-area .wrapper {
		padding-left: 40px;
		padding-right: 40px
	}

	section.content-grid-one article.logo-area .logo-list .logo {
		-ms-flex-preferred-size: 33.3333%;
		flex-basis: 33.3333%;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	section.content-grid-one article.logo-area .logo-list .logo:nth-of-type(-n+3) {
		border-bottom: 1px solid hsla(0,0%,100%,.1)
	}

	section.content-grid-one article.logo-area .logo-list .logo:nth-of-type(1n+7) {
		border-top: 1px solid hsla(0,0%,100%,.1)
	}

	section.content-grid-one article.logo-area .logo-list .logo:nth-of-type(3n+2) {
		border-left: 1px solid hsla(0,0%,100%,.1);
		border-right: 1px solid hsla(0,0%,100%,.1)
	}

	section.form .form-wrap,section.gform .form-wrap,section.header-banner-archive .wrapper {
		padding-left: 40px;
		padding-right: 40px
	}

	section.header-hero .stories {
		max-width: 455px
	}

	section.header-hero .stories .posts .next .information {
		padding-left: 25px
	}

	section.header-hero .stories .posts .next .information .label {
		padding: 13px 0
	}

	section.header-image-full h3.description {
		line-height: 1.5em
	}

	section.header-image-standard .wrapper,section.heratage-area .intro.middle-content,section.heratage-area .last.middle-content {
		padding-left: 40px;
		padding-right: 40px
	}

	section.heratage-area .intro.middle-content,section.heratage-area .last.middle-content {
		padding: 0
	}

	section.image-marquee-slider>footer {
		padding-left: 40px;
		padding-right: 40px
	}

	section.image-marquee-slider nav.arrows {
		display: block
	}

	section.inline-searchbar .wrapper,section.interactive-statements .container {
		padding-left: 40px;
		padding-right: 40px
	}

	section.interactive-statements .tab-links a .label i:after {
		content: ". "
	}

	section.interactive-statements .tab-links a .label span {
		display: inline-block
	}

	section.intro-title-offset .container,section.intro-two-col .wrapper,section.key-contacts>footer {
		padding-left: 40px;
		padding-right: 40px
	}

	section.key-contacts nav.arrows {
		display: block
	}

	section.large-textarea .wrapper,section.marquee-service-slider>footer,section.marquee-service-slider>header {
		padding-left: 40px;
		padding-right: 40px
	}

	section.marquee-service-slider nav.arrows {
		display: block
	}

	section.news-results-grid .inner-wrapper,section.news-results-inline,section.office-results-grid .inner-wrapper {
		padding-left: 40px;
		padding-right: 40px
	}

	section.office-results-grid .list {
		-ms-flex-align: stretch;
		align-items: stretch;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 -46px;
		width: calc(100% + 92px)
	}

	section.office-results-grid article.location-tile {
		margin-left: 23px;
		margin-right: 23px
	}

	section.page-segway-links .wrapper {
		padding-left: 40px;
		padding-right: 40px
	}

	section.page-segway-links article.article-segway a.details {
		line-height: 1.5em
	}

	section.pagination .wrapper,section.people-results-grid .inner-wrapper,section.person-detail .wrapper,section.properties-resultsbar .wrapper,section.properties-searchbar .container,section.property-builder .inner-wrapper {
		padding-left: 40px;
		padding-right: 40px
	}

	section.property-builder .inner-wrapper {
		padding: 0
	}

	section.propery-results-grid .grid-wrapper,section.related-auctions>footer,section.related-auctions>header {
		padding-left: 40px;
		padding-right: 40px
	}

	section.related-auctions nav.arrows {
		display: block
	}

	section.related-properties>footer,section.related-properties>header {
		padding-left: 40px;
		padding-right: 40px
	}

	section.related-properties nav.arrows {
		display: block
	}

	section.service-case-studies header.top,section.service-content-builder div.image-slider-marquee .img-slider-wrapper {
		padding-right: 40px;
		padding-left: 40px
	}

	section.service-content-builder div.image-slider-marquee .img-slider-wrapper {
		padding: 0
	}

	section.service-content-builder article.medium-mce,section.service-grid-listing .inner-wrapper,section.sitewide-search .container {
		padding-left: 40px;
		padding-right: 40px
	}

	section.sitewide-search .container {
		padding: 0
	}

	section.small-lineoffset-comment .container,section.social-share-area .wrapper,section.text-middle-section>.container {
		padding-left: 40px;
		padding-right: 40px
	}

	section.text-middle-section .textarea p {
		line-height: 1.5em
	}

	section.text-middle-section.border-top:after {
		right: 40px;
		left: 40px;
		width: calc(100% - 80px)
	}

	section.vacancies-list .container {
		padding-left: 40px;
		padding-right: 40px
	}

	section.vacancies-list .list {
		-ms-flex-align: stretch;
		align-items: stretch;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px)
	}

	section.vacancies-list article.vacancy {
		-ms-flex-align: start;
		align-items: flex-start;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: calc(50% - 40px);
		flex-basis: calc(50% - 40px);
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 20px 40px
	}

	section.video-player .wrapper {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (min-width:785px) {
	aside.people-searchresults .sorting.col h3 {
		display: inline-block
	}

	aside.people-searchresults .filter-list {
		width: 170px
	}

	section.news-results-inline .sort-label {
		display: block;
		font-size: .875em;
		margin-right: 2rem
	}

	section.news-results-inline .results.col {
		width: 18%
	}

	section.news-results-inline .sorting.col {
		width: 80%
	}

	section.properties-resultsbar .filter-list {
		width: 170px
	}
}

@media screen and (min-width:800px) {
	body.banner-notice-active header.primary .main {
		top: 44px
	}
}

@media(min-width:825px) {
	section.statistics-overview .stat-wrapper {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	section.statistics-overview .content-col,section.statistics-overview .stats-col {
		width: 48%
	}
}

@media(min-width:846px) {
	section.large-textarea div.article-social-share {
		left: 4vw;
		display: block
	}
}

@media only screen and (min-width:870px) {
	section.form form footer.lower {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start
	}

	section.form form footer.lower .tickboxes {
		margin-right: 1.5rem
	}

	section.form form .submit {
		margin: 0
	}

	section.gform form footer.lower {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start
	}

	section.gform form footer.lower .tickboxes {
		margin-right: 1.5rem
	}

	section.gform form .submit {
		margin: 0
	}
}

@media(min-width:900px) {
	section.statistics-overview .stats-col {
		width: 35%
	}

	section.statistics-overview .content-col {
		width: 60%;
		margin: 3rem 0 8rem
	}
}

@media (min-width:930px) {
	section.news-results-inline .inner-content {
		padding: 10px 60px
	}
}

@media (min-width:960px) and (max-width:1230px) {
	section.content-grid-one article.main .content {
		width: calc(99.9% * 3/5 - 16px)
	}

	section.content-grid-one article.main .content:nth-child(1n) {
		float: left;
		margin-right: 40px;
		clear: none
	}

	section.content-grid-one article.main .content:last-child {
		margin-right: 0
	}

	section.content-grid-one article.main .content:nth-child(5n) {
		margin-right: 0;
		float: right
	}

	section.content-grid-one article.main .content:nth-child(5n+1) {
		clear: both
	}

	section.content-grid-one article.main .image {
		width: calc(99.9% * 2/5 - 24px)
	}

	section.content-grid-one article.main .image:nth-child(1n) {
		float: left;
		margin-right: 40px;
		clear: none
	}

	section.content-grid-one article.main .image:last-child {
		margin-right: 0
	}

	section.content-grid-one article.main .image:nth-child(5n) {
		margin-right: 0;
		float: right
	}

	section.content-grid-one article.main .image:nth-child(5n+1) {
		clear: both
	}

	section.image-side-content .image {
		width: calc(99.9% * 2/5 - 24px)
	}

	section.image-side-content .image:nth-child(1n) {
		float: left;
		margin-right: 40px;
		clear: none
	}

	section.image-side-content .image:last-child {
		margin-right: 0
	}

	section.image-side-content .image:nth-child(5n) {
		margin-right: 0;
		float: right
	}

	section.image-side-content .image:nth-child(5n+1) {
		clear: both
	}

	section.image-side-content .content {
		width: calc(99.9% * 3/5 - 16px)
	}

	section.image-side-content .content:nth-child(1n) {
		float: left;
		margin-right: 40px;
		clear: none
	}

	section.image-side-content .content:last-child {
		margin-right: 0
	}

	section.image-side-content .content:nth-child(5n) {
		margin-right: 0;
		float: right
	}

	section.image-side-content .content:nth-child(5n+1) {
		clear: both
	}
}

@media (min-width:960px) and (max-width:1024px) {
	section.header-image-full .scroll-down {
		left: 40px!important;
		right: auto
	}
}

@media (min-width:960px) and (max-width:1330px) {
	section.image-statistics .stats {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	section.image-statistics .stat {
		-ms-flex-preferred-size: calc(50% - 100px);
		flex-basis: calc(50% - 100px)
	}
}

@media (min-width:961px) {
	article.case-study .date,article.standard-thumb-article-large .date,article.standard-thumb-article .date {
		display: block
	}

	section.christmas-calander-dates article {
		width: calc(33.333% - 30px);
		margin: 0 15px;
		margin-bottom: 40px
	}

	section.header-hero {
		min-height: 650px
	}

	section.header-hero .cta {
		padding-bottom: 88px
	}

	section.header-hero .cta .primary {
		padding: 10px 40px
	}

	section.header-hero .stories .posts .next {
		padding: 30px
	}

	section.header-hero .content {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 auto;
		padding-top: 50px;
		position: relative;
		width: 100%;
		height: 100%
	}

	section.header-hero h1.title {
		padding-left: 30px
	}

	section.header-hero h1.title:before {
		top: 10px;
		bottom: auto;
		left: 0;
		position: absolute;
		height: 0;
		transition: height 1.7s cubic-bezier(.77,0,.175,1) .1s;
		width: 2px!important
	}

	section.header-hero .button {
		margin-left: 30px;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		position: relative
	}

	section.header-hero .tagline {
		display: none;
		-ms-flex-align: center;
		align-items: center;
		border-top: 1px solid hsla(0,0%,100%,.2);
		-ms-flex-pack: center;
		justify-content: center;
		bottom: 0;
		left: 50%;
		position: absolute;
		text-align: center;
		transition: all 1.2s cubic-bezier(.77,0,.175,1) .7s;
		width: 0;
		height: 33vh;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	section.header-hero .tagline h2 {
		margin: 0 auto;
		max-width: 420px;
		transition-delay: 1.8s
	}

	section.header-hero .tagline:before {
		background: transparent url(../fonts/pattern-diagonal-lines--white.svg) repeat 0 0;
		content: "";
		opacity: 0;
		top: 0;
		bottom: 0;
		left: 1px;
		position: absolute;
		width: 0;
		height: 100%;
		transition: inherit;
		z-index: -1
	}

	section.header-hero .scroll-down {
		left: auto;
		right: 0;
		width: calc(50% - 560px)
	}

	section.header-hero .scroll-down:hover i:before {
		height: 75px
	}

	section.header-hero .scroll-down:hover svg.arrow {
		top: 75px
	}

	section.header-hero .scroll-down:hover svg.circle circle {
		stroke-dashoffset: 95
	}

	section.header-hero.video-visible.viewed .content .title:before {
		height: 0
	}

	section.header-hero.viewed h1.title:before {
		height: calc(100% - 28px)
	}

	section.header-hero.viewed .tagline {
		width: calc(50% - 1px)
	}

	section.header-hero.viewed .tagline:before {
		opacity: .8;
		width: 100%
	}

	section.header-image-blog {
		display: block;
		margin-bottom: 6rem
	}

	section.header-image-blog .content {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto;
		padding-top: 50px;
		position: relative;
		width: 100%;
		height: 100%
	}

	section.header-image-full .masker {
		display: block
	}

	section.header-image-full .content {
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}

	section.header-image-full .media .image .masker,section.header-image-full .media .masker {
		display: block
	}

	section.header-image-full .content {
		margin: 0 auto;
		padding-top: 50px;
		position: relative;
		width: 100%;
		height: 100%
	}

	section.header-image-full .scroll-down {
		right: 0;
		width: calc(50% - 560px)
	}

	section.header-image-full .scroll-down:hover i:before {
		background: #3965dd;
		height: 75px
	}

	section.header-image-full .scroll-down:hover svg.arrow {
		top: 75px
	}

	section.header-image-full .scroll-down:hover svg.arrow g path {
		fill: #3965dd
	}

	section.header-image-full .scroll-down:hover svg.circle circle {
		stroke-dashoffset: 95
	}

	section.image-statistics .stats {
		-ms-flex-align: stretch;
		align-items: stretch;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	section.image-statistics .stat {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-left: 25px;
		margin-right: 25px;
		text-align: left
	}

	section.image-statistics .stat:before {
		background: #fff;
		content: "";
		top: 10px;
		left: -20px;
		position: absolute;
		opacity: .3;
		width: 1px;
		height: calc(100% - 5px)
	}

	section.interactive-statements .container {
		padding-bottom: 260px;
		padding-top: 220px
	}

	section.interactive-statements .tab-links {
		bottom: 90px;
		padding-left: 0;
		padding-right: 0
	}

	section.post-pagination {
		padding: 55px 0 75px
	}

	section.post-pagination .current,section.post-pagination a {
		font-size: 16px;
		font-size: 1rem;
		height: 46px;
		width: 46px
	}

	section.properties-searchbar.result {
		margin-top: -105px
	}

	section.property-image-map-slider nav.arrows button {
		width: 22px;
		height: 40px;
		padding: 0
	}
}

@media(min-width:1024px) {
	nav.fixed-menu {
		display: block
	}

	section.case-studies-grid .articles-wrapper {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr
	}

	section.header-banner-archive .content {
		position: relative;
		top: 2vw
	}

	section.header-image-full .down-btn>a,section.header-image-standard .down-btn>a {
		min-width: 430px
	}

	section.header-image-standard .down-btn {
		bottom: 4em
	}

	section.header-image-standard .link-btn {
		margin-top: 0;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateY(6rem) translateX(-50%)
	}

	section.header-image-standard .content {
		position: relative
	}

	section.history-slider li.slide {
		padding: 135px 0 70px
	}

	section.history-slider .image-col {
		display: block;
		margin-bottom: 6em
	}

	section.history-slider .inner-slide {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch
	}

	section.history-slider .image-col {
		width: 45%
	}

	section.history-slider .content {
		width: 55%;
		margin: 0
	}

	section.person-detail {
		margin-top: 130px
	}
}

@media (min-width:1024px) and (max-width:1230px) {
	section.form .form-wrap {
		padding-left: 40px;
		padding-right: 40px
	}

	section.gallery-images {
		margin: 50px 0
	}

	section.gform .form-wrap,section.header-banner-archive .wrapper,section.header-image-standard .wrapper,section.inline-searchbar .wrapper,section.interactive-statements .container,section.intro-title-offset .container,section.intro-two-col .wrapper,section.news-results-inline,section.page-segway-links .wrapper,section.people-results-grid .inner-wrapper,section.person-detail .wrapper,section.small-lineoffset-comment .container,section.statistics-overview .stat-wrapper {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media(min-width:1024px) {
	aside.sticky-property-ctas.mobile {
		display: none
	}

	aside.people-searchresults .sorting.col h3 {
		padding-right: 2rem
	}

	aside.people-searchresults .filter-list.size {
		margin-left: 35px
	}

	aside.service-links-agents {
		display: block
	}@	media (min-width:1025px) {
		body.single-auction: not(.on-scroll):not(.search-visible) header.primary .main,body.single-people:not(.on-scroll):not(.search-visible) header.primary .main,body.single-property:not(.on-scroll):not(.search-visible) header.primary .main{padding-bottom:0
	}
}

header.propery-title {
	padding-top: 130px
}

header.propery-title .container {
	padding-bottom: 100px;
	padding-top: 100px
}

header.propery-title div.property-back {
	margin-bottom: 0
}

section.article-listing-marquee.footer--style-1 .footer {
	display: none
}

section.header-image-standard .down-btn.right-nav {
	bottom: -1em;
	width: 70%;
	transform: translateY(-50%)
}

section.history-slider nav.timeline-nav ul.slick-dots li {
	width: 15%
}

section.property-image-map-slider ul.nav-items {
	margin: 40px 0 70px
}

section.service-case-studies {
	padding: 135px 0
}

section.service-case-studies article.medium-mce {
	max-width: 375px
}

section.service-case-studies .wrapper {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}

section.service-case-studies .image-slides-wrapper {
	max-width: 885px;
	width: calc(50% + 70px)
}

section.service-case-studies .image-slides-wrapper:after {
	background: transparent url(../fonts/pattern-diagonal-lines--blue.svg) repeat 0 0;
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -120px;
	left: 0;
	width: 230px;
	height: 140px
}

section.service-case-studies .content-wrapper {
	width: calc(50% - 70px)
}

section.service-case-studies .content-wrapper:before {
	top: -90px;
	right: -100vw;
	bottom: -90px;
	left: -90px;
	position: absolute
}

section.service-case-studies .padding-wrap {
	padding: 0 110px
}

@media (max-width:1615px) {
	section.shader-wrap.hide-left-nav .service-wrapper-listing {
		max-width: 70%;
		margin: 0 0 auto
	}
}

section.service-agents-slider {
	display: none
}}

@media only screen and (min-width:1024px) {
	aside.sticky-property-ctas {
		display: none
	}

	section.form,section.gform {
		padding: 65px 0
	}
}

@media (min-width:1024px) and (max-width:1330px) {
	footer.primary nav.menu {
		margin-left: -40px;
		margin-right: -40px
	}

	footer.primary nav.menu .col {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-ms-flex-preferred-size: calc(25% - 20px);
		flex-basis: calc(25% - 20px);
		margin: 0 20px!important
	}

	header.primary .main .logo,header.primary .main .search-btn {
		-ms-flex-preferred-size: calc(50% - 390px);
		flex-basis: calc(50% - 390px)
	}

	header.primary .main nav.desktop {
		-ms-flex-preferred-size: 780px;
		flex-basis: 780px
	}

	section.header-hero .lines {
		max-width: 780px
	}

	section.header-image-full .scroll-down {
		left: 6vw!important;
		right: auto
	}
}

@media only screen and (min-width:1024px) and (max-width:1550px) {
	section.auction-builder {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start
	}

	section.auction-builder .property-wrapper-listing {
		width: 65%;
		padding-left: 5%
	}

	section.auction-builder .info-sidebar {
		width: 35%
	}

	section.property-builder {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-top: 0
	}

	section.property-builder .property-wrapper-listing {
		width: 65%;
		padding-left: 5%
	}

	section.property-builder .property-wrapper-listing,section.property-builder .property-wrapper-listing:before {
		background: #fff
	}

	section.property-builder .property-wrapper-listing:before {
		content: "";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 0
	}

	section.property-builder .info-sidebar {
		width: 35%
	}
}

@media only screen and (min-width:1024px) and (max-width:1230px) {
	section.gallery-images .gallery-wrapper {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media only screen and (min-width:1024px) and (max-width:1330px) {
	section.header-hero .lines .set:last-of-type:after {
		bottom: auto;
		height: 100%;
		top: 0
	}
}

@media only screen and (min-width:1024px) and (max-width:1500px) {
	section.property-image-map-slider .bar,section.property-image-map-slider .counter {
		display: none
	}

	section.property-image-map-slider nav.arrows {
		text-align: center;
		margin: 15px auto 0
	}
}

@media only screen and (min-width:1024px) {
	section.property-image-map-slider .single-image {
		margin-bottom: 125px
	}
}

@media (min-width:1025px) {
	article.case-study .author {
		font-size: 14px;
		font-size: .875rem
	}

	article.service-tile .content {
		padding-left: 32px;
		padding-right: 32px
	}

	article.service-tile:hover .content .description {
		-ms-flex: 1;
		flex: 1;
		opacity: 1
	}

	article.service-tile:hover figure.image {
		opacity: .2
	}

	article.standard-thumb-article-large .author,article.standard-thumb-article .author {
		font-size: 14px;
		font-size: .875rem
	}

	footer.primary {
		text-align: left;
		padding: 60px 6vw 0
	}

	footer.primary:before {
		background: transparent url(../fonts/logo.svg) no-repeat top/cover;
		content: "";
		margin: 0 auto;
		opacity: .03;
		top: -380px;
		right: 0;
		bottom: 0;
		left: 0;
		position: absolute;
		width: 2529px;
		height: 1458px;
		text-align: center;
		z-index: 0
	}

	footer.primary nav.menu .col:not(:last-of-type) {
		margin-bottom: 40px
	}

	footer.primary nav.menu .contact-details,footer.primary nav.menu ul li {
		font-size: 14px;
		font-size: .875rem
	}

	footer.primary nav.menu {
		-ms-flex-align: start;
		align-items: flex-start;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	footer.primary nav.menu a {
		color: #fff
	}

	footer.primary nav.menu a:hover {
		color: #abafbf
	}

	footer.primary nav.menu span.title {
		padding: 0;
		font-size: 23px;
		font-size: 1.4375rem;
		font-weight: 400;
		letter-spacing: normal;
		line-height: 1.2em;
		margin-bottom: 25px;
		border-bottom: 1px solid hsla(0,0%,100%,.2);
		padding-bottom: 15px;
		font-weight: bold;
	}

	footer.primary .bottom {
		font-size: 14px;
		font-size: .875rem;
		line-height: 1.4em
	}

	header.primary nav.desktop {
		display: block
	}

	header.primary nav.mobile {
		display: none!important
	}

	header.primary .mobile-buttons {
		display: none
	}

	header.primary .main {
		-ms-flex-align: stretch;
		align-items: stretch;
		display: -ms-flexbox;
		display: flex;
		height: 115px;
		-ms-flex-pack: center;
		justify-content: center
	}

	header.primary .main:after {
		background: #e8eaf0
	}

	header.primary .main .logo,header.primary .main .search-btn,header.primary .main nav.desktop {
		-ms-flex-negative: 1;
		flex-shrink: 1;
		text-align: center
	}

	header.primary .main .logo {
		-ms-flex-order: 0;
		order: 0
	}

	header.primary .main nav.desktop {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-order: 1;
		order: 1
	}


	header.primary .main .logo{
			display: flex;
			justify-content: center;
	}


	header.primary .main .search-btn {
		-ms-flex-order: 2;
		order: 2
	}

	header.primary .main .logo a {
		/*padding: 34px 0 0*/
		padding: 32px 0 0 0;
		width: 200px;

	}

	header.primary .main .logo img {
		max-width: 100%;
	}

	header.primary .main .logo svg g#text {
		transform: translateY(160px)
	}

	header.primary .main .search-btn {
		display: flex;
	}

	body.on-scroll header.primary:not(.search-visible) .main nav.desktop>ul>li>a {
		color: #152142;
		transition: padding .5s cubic-bezier(.77,0,.175,1) 0s,color 1s cubic-bezier(.77,0,.175,1) .5s
	}

	body.on-scroll header.primary:not(.search-visible) .main .logo a {
		padding-top: 15px
	}

	body.on-scroll header.primary:not(.search-visible) .main .logo svg g#text {
		transform: translateY(125px)
	}

	body.on-scroll header.primary:not(.search-visible) .main nav.desktop {
		height: 80px
	}

	body.on-scroll header.primary:not(.search-visible) .main nav.desktop>ul>li>a {
		padding-top: 31px
	}

	body.single-auction:not(.on-scroll):not(.search-visible) header.primary .main,body.single-people:not(.on-scroll):not(.search-visible) header.primary .main,body.single-property:not(.on-scroll):not(.search-visible) header.primary .main {
		background: #fff
	}

	body.single-auction:not(.on-scroll):not(.search-visible) header.primary .main:after,body.single-people:not(.on-scroll):not(.search-visible) header.primary .main:after,body.single-property:not(.on-scroll):not(.search-visible) header.primary .main:after {
		opacity: 1;
		width: 100%
	}@	media (min-width:1024px) {
		body.single-auction: not(.on-scroll):not(.search-visible) header.primary .main,body.single-people:not(.on-scroll):not(.search-visible) header.primary .main,body.single-property:not(.on-scroll):not(.search-visible) header.primary .main{padding-bottom:0
	}
}

body.single-auction:not(.on-scroll):not(.search-visible) header.primary .main nav.desktop>ul>li>a,body.single-people:not(.on-scroll):not(.search-visible) header.primary .main nav.desktop>ul>li>a,body.single-property:not(.on-scroll):not(.search-visible) header.primary .main nav.desktop>ul>li>a {
	color: #152142
}

body.single-auction:not(.on-scroll):not(.search-visible) header.primary .logo a,body.single-people:not(.on-scroll):not(.search-visible) header.primary .logo a,body.single-property:not(.on-scroll):not(.search-visible) header.primary .logo a {
	padding-top: 56px!important
}

body.single-auction:not(.on-scroll):not(.search-visible) header.primary .logo svg g,body.single-people:not(.on-scroll):not(.search-visible) header.primary .logo svg g,body.single-property:not(.on-scroll):not(.search-visible) header.primary .logo svg g {
	fill: #152142
}

body.single-auction:not(.on-scroll):not(.search-visible) header.primary .logo svg g#text,body.single-people:not(.on-scroll):not(.search-visible) header.primary .logo svg g#text,body.single-property:not(.on-scroll):not(.search-visible) header.primary .logo svg g#text {
	opacity: 0;
	transform: translateY(125px);
	visibility: hidden
}

header.propery-title div.property-back {
	left: 40px;
	top: 50px;
	position: absolute;
	text-align: left
}

header.propery-title .wrapper {
	padding-left: 0;
	padding-right: 0
}

section.article-listing-marquee {
	padding: 45px 0
}

section.article-listing-marquee.no-padding-top-desktop {
	padding-top: 0
}

section.article-listing-marquee>footer {
	margin-top: 1.5rem
}

section.article-listing-marquee .bar {
	display: block
}

section.article-listing-marquee.hide-controls {
	padding-bottom: 30px
}

section.blog-article-navigation .nav-wrapper {
	padding-left: 0;
	padding-right: 0
}

section.blog-article-tags {
	margin: 4.5rem 0 7rem
}

section.blog-article-tags .wrapper {
	padding-left: 0;
	padding-right: 0
}

section.form.offset {
	background: #f4f5f6;
	overflow: hidden;
	padding: 0 0 90px;
	position: relative
}

section.form.offset:before {
	background: #fff;
	content: "";
	top: 0;
	right: 0;
	bottom: 90px;
	left: calc((100% - 1200px) / 2 + 40px);
	position: absolute;
	width: calc(100% - ((100% - 1200px) / 2 - 60px) - 40px);
	height: calc(100% - 90px);
	z-index: 0
}

section.form.offset .inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	padding-bottom: 95px;
	padding-top: 80px;
	position: relative;
	z-index: 1
}

section.form.offset h4 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

@media screen and (min-width:1280px) {
	section.form.offset h4 {
		font-size: 40px;
		font-size: 2.5rem
	}
}

@media screen and (max-width:320px) {
	section.form.offset h4 {
		font-size: 28px;
		font-size: 1.75rem
	}
}

section.form.offset h4:before {
	background: #3965dd;
	content: "";
	display: block;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

section.form.offset h4 {
	margin-bottom: 50px;
	text-align: center
}

section.form.offset h4:before {
	margin-left: auto;
	margin-right: auto;
	right: 0;
	text-align: inherit
}

section.gform.offset {
	background: #f4f5f6;
	overflow: hidden;
	padding: 0 0 90px;
	position: relative
}

section.gform.offset:before {
	background: #fff;
	content: "";
	top: 0;
	right: 0;
	bottom: 90px;
	left: calc((100% - 1200px) / 2 + 40px);
	position: absolute;
	width: calc(100% - ((100% - 1200px) / 2 - 60px) - 40px);
	height: calc(100% - 90px);
	z-index: 0
}

section.gform.offset .inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 6vw;
	padding-right: 6vw;
	max-width: 1200px;
	padding-bottom: 95px;
	padding-top: 80px;
	position: relative;
	z-index: 1
}

section.gform.offset h4 {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(28px + 12 * ((100vw - 320px) / 960));
	font-size: calc(1.75rem + 12 * ((100vw - 20rem) / 960));
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 1em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

@media screen and (min-width:1280px) {
	section.gform.offset h4 {
		font-size: 40px;
		font-size: 2.5rem
	}
}

@media screen and (max-width:320px) {
	section.gform.offset h4 {
		font-size: 28px;
		font-size: 1.75rem
	}
}

section.gform.offset h4:before {
	background: #3965dd;
	content: "";
	display: block;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 40px;
	height: 1px
}

section.gform.offset h4 {
	margin-bottom: 50px;
	text-align: center
}

section.gform.offset h4:before {
	margin-left: auto;
	margin-right: auto;
	right: 0;
	text-align: inherit
}

section.header-banner-archive .wrapper {
	height: 50vw
}

section.header-hero .lines {
	display: block
}

section.header-hero .video video {
	max-width: none;
	min-height: 100%;
	padding: 0
}

section.header-image-standard.full-height {
	padding: 500px 0 400px
}

section.header-image-standard.full-height .wrapper {
	height: 100vw
}

section.header-image-standard .wrapper {
	height: 50vw
}

section.image-marquee-slider {
	padding: 115px 0 45px
}

section.image-marquee-slider>footer {
	margin-top: 1.5rem
}

section.image-marquee-slider .bar {
	display: block
}

section.image-marquee-slider.hide-controls {
	padding-bottom: 30px
}

section.image-side-content.navy-content-bg article.block .content:before {
	background-color: #203367!important
}

section.image-side-content.navy-content-bg article.block .content .textarea,section.image-side-content.navy-content-bg article.block .content .textarea h2,section.image-side-content.navy-content-bg article.block .content .textarea p {
	color: #fff!important
}

section.image-statistics .stats {
	padding: 0 25px
}

section.interactive-statements .tab-links a .label {
	font-size: 14px;
	font-size: .875rem
}

section.intro-title-offset {
	padding: 120px 0 120px
}

section.intro-title-offset:before {
	display: block
}

section.intro-title-offset aside.leftside-angled-title {
	top: 128px
}

section.key-contacts {
	padding: 0 0 80px
}

section.key-contacts>footer {
	margin-top: 1.5rem
}

section.key-contacts .bar {
	display: block
}

section.key-contacts.hide-controls {
	padding-bottom: 30px
}

section.large-textarea .wrapper {
	padding-left: 0;
	padding-right: 0
}

section.large-textarea {
	margin: 4.5rem 0 7rem
}

section.marquee-service-slider {
	padding: 85px 0 80px
}

section.marquee-service-slider.no-padding-top-desktop {
	padding-top: 0
}

section.marquee-service-slider>footer {
	margin-top: 1.5rem
}

section.marquee-service-slider .bar {
	display: block
}

section.marquee-service-slider.hide-controls {
	padding-bottom: 30px
}

section.office-results-grid article.location-tile {
	width: calc(33.333% - 46px)
}

section.property-image-map-slider {
	padding: 60px 0 0
}

section.property-image-map-slider .images {
	margin-bottom: 125px
}

section.property-image-map-slider.map-disabled>.image-slider-wrap {
	padding-bottom: 100px
}

section.property-image-map-slider>footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch
}

section.property-image-map-slider>footer .off-block {
	display: block;
	width: calc(50% + 442px)
}

section.property-image-map-slider>footer .navigation-area {
	width: calc(50% - 442px)
}

section.property-image-map-slider.hide-controls {
	padding-bottom: 30px
}

section.related-auctions {
	padding: 45px 0
}

section.related-auctions.no-padding-top-desktop {
	padding-top: 0
}

section.related-auctions>footer {
	margin-top: 1.5rem
}

section.related-auctions .bar {
	display: block
}

section.related-auctions.hide-controls {
	padding-bottom: 30px
}

section.related-properties {
	padding: 45px 0
}

section.related-properties.no-padding-top-desktop {
	padding-top: 0
}

section.related-properties>footer {
	margin-top: 1.5rem
}

section.related-properties .bar {
	display: block
}

section.related-properties.hide-controls {
	padding-bottom: 30px
}

section.service-content-builder article.medium-mce {
	padding-left: 0;
	padding-right: 0
}

section.sitewide-search {
	text-align: left
}

section.sitewide-search .title {
	display: block
}

section.small-lineoffset-comment {
	margin: 120px 0 140px
}

section.social-share-area .wrapper {
	padding-left: 0;
	padding-right: 0
}

section.testimonials-marquee span.company,section.testimonials-marquee span.name {
	font-size: 14px;
	font-size: .875rem
}

section.text-middle-section>.container {
	padding-left: 0;
	padding-right: 0
}

section.vacancies-list {
	margin-top: -90px;
	padding-top: 90px
}

section.vacancies-list .container {
	padding-bottom: 120px;
	padding-top: 130px
}

section.vacancies-list article.vacancy {
	-ms-flex-preferred-size: calc(33.3333% - 40px);
	flex-basis: calc(33.3333% - 40px)
}

section.vacancy-detail {
	padding: 110px 0 100px
}

section.vacancy-detail section.social-share-area {
	margin-top: 100px;
	padding-top: 50px
}

section.video-player .wrapper {
	padding-left: 0;
	padding-right: 0
}

section.video-player {
	margin: 6rem 0
}}

@media (min-width:1025px) and (min-width:781px) {
	section.form.offset .inner,section.gform.offset .inner {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media only screen and (min-width:1025px) {
	section.office-builder section.marquee-service-slider {
		padding: 50px 0 40px
	}

	section.office-builder section.marquee-service-slider .articles,section.office-builder section.marquee-service-slider:before,section.office-builder section.marquee-service-slider footer,section.office-builder section.marquee-service-slider header {
		transform: translateY(-65px)
	}
}

@media (min-width:1090px) {
	section.auction-listings .grid-wrapper article.auction-tile {
		padding: 0 10px;
		width: 25%;
		margin-bottom: 20px
	}

	section.news-results-grid article.standard-thumb-article {
		width: calc(25% - 20px)
	}

	section.news-results-grid article.standard-thumb-article.hide-large {
		display: none
	}

	section.news-results-grid article.standard-thumb-article-large {
		display: block
	}

	section.people-results-grid article.person-tile,section.propery-results-grid .grid-wrapper article.property-tile {
		padding: 0 10px;
		width: 25%;
		margin-bottom: 20px
	}
}

@media(min-width:1200px) {
	section.case-studies-grid .articles-wrapper {
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr
	}
}

@media (min-width:1230px) and (max-width:1330px) {
	header.primary .main .container {
		padding: 0 40px
	}

	header.primary .main .logo,header.primary .main .search-btn {
		-ms-flex-preferred-size: calc(50% - 560px);
		flex-basis: calc(50% - 560px)
	}

	header.primary .main nav.desktop {
		-ms-flex-preferred-size: 1000px;
		flex-basis: 1000px
	}

	section.content-grid-one article.main .textarea {
		padding-right: 100px
	}

	section.image-side-content article.block.image-left .textarea {
		padding-left: 100px
	}

	section.image-side-content article.block.image-right .textarea {
		padding-right: 100px
	}
}

@media (min-width:1230px) {
	section.gallery-images .gallery-wrapper {
		padding-left: 0!important;
		padding-right: 0!important
	}
}

@media(min-width:1230px) {
	section.heratage-area header.top-area {
		padding-top: 115px;
		margin-top: 100px;
		margin-bottom: 150px
	}

	section.heratage-area header.top-area:before {
		bottom: 160px
	}

	section.heratage-area header.top-area .positioner {
		right: 30px
	}

	section.heratage-area header.top-area .image .prop {
		padding-bottom: 58.59375%
	}
}

@media (min-width:1231px) {
	.mce h3 {
		line-height: 1.4em
	}

	article.case-study footer {
		padding-left: 30px;
		padding-right: 30px
	}

	article.case-study footer:before {
		font-family: Work-Sans,sans-serif;
		color: #203367;
		font-size: calc(8px + 2 * ((100vw - 320px) / 960));
		font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 1px;
		letter-spacing: .0625rem;
		line-height: 1.5em;
		margin-bottom: 1em;
		background: transparent url(../fonts/long-right-arrow-white.svg) no-repeat center right 38px/15px 7px;
		color: #fff;
		content: "Read article";
		display: block;
		margin-bottom: 0;
		opacity: 0;
		padding-top: 19px;
		right: 0;
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
		height: 55px;
		text-align: center;
		transition: all .3s cubic-bezier(.77,0,.175,1) 0s;
		visibility: hidden;
		z-index: 2
	}@	media screen and (min-width:1280px) {
		article.case-study footer: before{font-size:10px;
		font-size: .625rem
	}
}

@media screen and (max-width:320px) {
	article.case-study footer:before {
		font-size: 8px;
		font-size: .5rem
	}
}

article.case-study footer:after {
	background: #203367;
	height: 4px
}

article.case-study footer .author,article.case-study footer .date {
	transition: opacity .3s cubic-bezier(.77,0,.175,1)
}

article.case-study .author span.name {
	font-weight: 500
}

article.full-mce h3,article.medium-mce h3 {
	line-height: 1.4em
}

article.standard-thumb-article-large main {
	left: 30px;
	right: 30px;
	bottom: 38px
}

article.standard-thumb-article-large footer {
	padding-left: 30px;
	padding-right: 30px
}

article.standard-thumb-article-large footer:before {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	background: transparent url(../fonts/long-right-arrow-white.svg) no-repeat center right 38px/15px 7px;
	color: #fff;
	content: "Read article";
	display: block;
	margin-bottom: 0;
	opacity: 0;
	padding-top: 19px;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 55px;
	text-align: center;
	transition: all .3s cubic-bezier(.77,0,.175,1) 0s;
	visibility: hidden;
	z-index: 2
}

@media screen and (min-width:1280px) {
	article.standard-thumb-article-large footer:before {
		font-size: 10px;
		font-size: .625rem
	}
}

@media screen and (max-width:320px) {
	article.standard-thumb-article-large footer:before {
		font-size: 8px;
		font-size: .5rem
	}
}

article.standard-thumb-article-large footer .author,article.standard-thumb-article-large footer .date {
	transition: opacity .3s cubic-bezier(.77,0,.175,1)
}

article.standard-thumb-article-large .author span.name {
	font-weight: 500
}

article.standard-thumb-article main {
	padding: 25px 30px 40px
}

article.standard-thumb-article footer {
	padding-left: 30px;
	padding-right: 30px
}

article.standard-thumb-article footer:before {
	font-family: Work-Sans,sans-serif;
	color: #203367;
	font-size: calc(8px + 2 * ((100vw - 320px) / 960));
	font-size: calc(.5rem + 2 * ((100vw - 20rem) / 960));
	font-weight: 700;
	text-transform: uppercase;
		letter-spacing: 1px;
	letter-spacing: .0625rem;
	line-height: 1.5em;
	margin-bottom: 1em;
	background: transparent url(../fonts/long-right-arrow-white.svg) no-repeat center right 38px/15px 7px;
	color: #fff;
	content: "Read article";
	display: block;
	margin-bottom: 0;
	opacity: 0;
	padding-top: 19px;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 55px;
	text-align: center;
	transition: all .3s cubic-bezier(.77,0,.175,1) 0s;
	visibility: hidden;
	z-index: 2
}

@media screen and (min-width:1280px) {
	article.standard-thumb-article footer:before {
		font-size: 10px;
		font-size: .625rem
	}
}

@media screen and (max-width:320px) {
	article.standard-thumb-article footer:before {
		font-size: 8px;
		font-size: .5rem
	}
}

article.standard-thumb-article footer:after {
	background: #203367;
	height: 4px
}

article.standard-thumb-article footer .author,article.standard-thumb-article footer .date {
	transition: opacity .3s cubic-bezier(.77,0,.175,1)
}

article.standard-thumb-article .author span.name {
	font-weight: 500
}

footer.primary .bottom {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}

footer.primary .bottom .company-info,footer.primary .bottom .copyright {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

footer.primary .bottom .copyright {
	text-align: right
}

footer.primary .bottom a.logomark {
	display: inline-block
}

section.article-listing-marquee .slick-list {
	margin: 0 0 0 calc(50% - 560px);
	padding-left: 0
}

section.article-listing-marquee .slick-slide {
	padding-top: 10px
}

section.article-listing-marquee .slick-slide>div {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 20px
}

section.article-listing-marquee .slick-slide article.standard-thumb-article:hover {
	transform: translateY(-10px)
}

section.christmas-calander-dates {
	padding-top: 4.5rem
}

section.christmas-calander-dates article {
	width: calc(25% - 40px);
	margin: 0 20px;
	margin-bottom: 40px;
	max-width: 275px
}

section.content-grid-one {
	padding: 90px 0 150px
}

section.content-grid-one .logo-title,section.content-grid-one article.medium-mce h2 {
	margin-bottom: 0
}

section.content-grid-one .logo-title:before,section.content-grid-one article.medium-mce h2:before {
	top: 23px;
	bottom: auto;
	left: -60px;
	position: absolute
}

section.content-grid-one article.medium-mce p {
	color: hsla(0,0%,100%,.6)
}

section.content-grid-one article.main {
	margin-bottom: 0;
	position: relative;
	z-index: 1
}

section.content-grid-one article.main .wrapper {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}

section.content-grid-one article.main .content {
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(50% + 70px);
	flex-basis: calc(50% + 70px);
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0;
	position: relative;
	z-index: 0
}

section.content-grid-one article.main .textarea {
	padding-left: calc(50vw - 560px);
	padding-bottom: 0;
	padding-top: 0
}

section.content-grid-one article.main .image {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(50% - 70px);
	flex-basis: calc(50% - 70px);
	margin-top: 0;
	padding-right: 0;
	z-index: 1
}

section.content-grid-one article.main .image .inner {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex
}

section.content-grid-one article.logo-area {
	min-height: 420px;
	position: relative;
	margin-top: 0
}

section.content-grid-one article.logo-area .wrapper {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}

section.content-grid-one article.logo-area .logos {
	background: transparent;
	display: block;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(50% + 165px);
	flex-basis: calc(50% + 165px);
	-ms-flex-order: 2;
	order: 2;
	padding: 85px 0 0 90px;
	position: relative;
	z-index: 0
}

section.content-grid-one article.logo-area .logos .logo-title {
	padding-left: 60px
}

section.content-grid-one article.logo-area .logos .logo-title:before {
	left: 0
}

section.content-grid-one article.logo-area .image {
	margin-top: 0;
	max-width: 420px;
	-ms-flex: 0 0 calc(50% + 165px);
	flex: 0 0 calc(50% + 165px);
	-ms-flex-order: 1;
	order: 1;
	padding-left: 0;
	z-index: 1
}

section.content-grid-one article.logo-area .image .inner {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex
}

section.content-grid-one.overlap-up {
	margin-top: -90px;
	padding-top: 205px
}

section.content-grid-one:after,section.content-grid-one:before {
	background: transparent url(../fonts/pattern-diagonal-lines--blue.svg) repeat 0 0;
	content: "";
	position: absolute;
	z-index: 0
}

section.content-grid-one:before {
	height: 250px;
	right: 0;
	top: 0;
	width: 150px
}

section.content-grid-one:after {
	bottom: 0;
	height: 465px;
	left: 0;
	width: 100px
}

section.form .form-wrap,section.gform .form-wrap,section.header-banner-archive .wrapper {
	padding-left: 0;
	padding-right: 0
}

section.header-banner-archive .wrapper {
	height: 60vw
}

section.header-image-standard.full-height .wrapper {
	height: 100vw
}

section.header-image-standard .wrapper {
	padding-left: 0;
	padding-right: 0;
	height: 60vw
}

section.image-side-content {
	padding-bottom: 0
}

section.image-side-content article.block {
	padding-left: 0;
	position: relative;
	z-index: 1
}

section.image-side-content article.block:not(:last-of-type) {
	margin-bottom: 0
}

section.image-side-content article.block .wrapper {
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start
}

section.image-side-content .image {
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: calc(50% - 70px);
	flex-basis: calc(50% - 70px);
	margin-bottom: 0;
	z-index: 1
}

section.image-side-content .image .inner {
	-ms-flex-align: start;
	align-items: flex-start;
	display: -ms-flexbox;
	display: flex
}

section.image-side-content .content {
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex: 0 0 calc(50% + 70px);
	flex: 0 0 calc(50% + 70px);
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0;
	position: relative;
	z-index: 0
}

section.image-side-content .textarea {
	padding: 0
}

section.image-side-content img.additional {
	display: block
}

section.image-side-content article.block.narrow-text article.medium-mce {
	/*max-width: 375px*/
}

section.image-side-content article.block.image-landscape {
	padding: 90px 0
}

section.image-side-content article.block.image-landscape:not(.no-content-bg) .content:before {
	background: #f4f5f7;
	content: "";
	top: -90px;
	bottom: -90px;
	position: absolute;
	width: calc(100% + 160px);
	height: calc(100% + 180px);
	z-index: -1
}

section.image-side-content article.block.image-portrait.has-additional-img .content {
	-ms-flex-align: start;
	align-items: flex-start
}

section.image-side-content article.block.image-portrait.has-additional-img .content article.medium-mce {
	padding-top: 85px
}

section.image-side-content article.block.image-left.image-portrait .image {
	text-align: right
}

section.image-side-content article.block.image-left.image-portrait .image .inner {
	-ms-flex-pack: end;
	justify-content: flex-end
}

section.image-side-content article.block.image-left:not(.no-content-bg) .content:before {
	right: 0;
	left: -160px
}

section.image-side-content article.block.image-left .textarea {
	padding-bottom: 0;
	padding-right: calc(50vw - 580px);
	padding-top: 0
}

section.image-side-content article.block.image-right.image-portrait .image {
	text-align: left
}

section.image-side-content article.block.image-right.image-portrait .image .inner {
	-ms-flex-pack: start;
	justify-content: flex-start
}

section.image-side-content article.block.image-right:not(.no-content-bg) .content:before {
	right: -160px;
	left: 0
}

section.image-side-content article.block.image-right .textarea {
	padding-left: calc(50vw - 560px);
	padding-bottom: 0;
	padding-top: 0
}

section.image-side-content article.block.overlap-up {
	margin-top: -90px
}

section.image-side-content.landscape-offset article.block:first-of-type.image-portrait.image-left {
	margin: 0 0 100px;
	overflow-x: visible;
	padding: 0;
	z-index: 2
}

section.image-side-content.landscape-offset article.block:first-of-type.image-portrait.image-left:before {
	/*background: #f4f5f7;*/
	content: "";
	top: -180px;
	left: 0;
	position: absolute;
	width: calc(50% - 320px);
	height: calc(100% + 190px);
	z-index: -1
}

section.image-side-content.landscape-offset article.block:first-of-type.image-portrait.image-left .image {
	padding-right: 0
}

section.image-side-content.landscape-offset article.block:first-of-type.image-portrait.image-left .image img {
	min-width: 490px;
	transform: translateY(-80px)
}

section.image-side-content.landscape-offset article.block:first-of-type.image-portrait.image-left .content {
	padding-left: 0
}

section.image-side-content.landscape-offset article.block:first-of-type.image-portrait.image-left .arrow-btn:before {
	background: #eeeff3
}

section.image-side-content.margin-bottom-large-desktop {
	margin-bottom: 220px
}

section.inline-searchbar .wrapper,section.interactive-statements .container {
	padding-left: 0;
	padding-right: 0
}

section.interactive-statements:after {
	background: transparent url(../fonts/pattern-diagonal-lines--blue.svg) repeat 0 0;
	content: "";
	top: -175px;
	left: 0;
	position: absolute;
	width: 100px;
	height: 430px;
	z-index: 0
}

section.intro-title-offset .container {
	padding-left: 0;
	padding-right: 0
}

section.intro-two-col {
	margin: 3.5rem 0 5rem
}

section.intro-two-col .wrapper {
	padding: 0
}

section.key-contacts .slick-list {
	margin: 0 0 0 calc(50% - 560px);
	padding-left: 0
}

section.key-contacts .slick-slide {
	padding-top: 10px
}

section.key-contacts .slick-slide>div {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 20px
}

section.marquee-service-slider .slick-list {
	margin: 0 0 0 calc(50% - 560px);
	padding-left: 0
}

section.marquee-service-slider .slick-slide {
	padding-top: 10px
}

section.marquee-service-slider .slick-slide>div {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 20px
}

section.marquee-service-slider .slick-slide article.standard-thumb-article:hover {
	transform: translateY(-10px)
}

section.marquee-service-slider .slick-slide article.standard-thumb-article:hover footer .author,section.marquee-service-slider .slick-slide article.standard-thumb-article:hover footer .date {
	opacity: 0
}

section.marquee-service-slider .slick-slide article.standard-thumb-article:hover footer:before {
	background-position: center right 30px;
	opacity: 1;
	transition-delay: .2s;
	visibility: visible
}

section.marquee-service-slider .slick-slide article.standard-thumb-article:hover footer:after {
	height: 56px
}

section.news-results-inline,section.page-segway-links .wrapper {
	padding-left: 0;
	padding-right: 0
}

section.people-results-grid .inner-wrapper {
	padding: 0
}

section.person-detail .wrapper {
	padding-left: 0;
	padding-right: 0
}

section.preloader .svg-animation {
	width: 70%
}

section.related-auctions .slick-list {
	margin: 0 0 0 calc(50% - 560px);
	padding-left: 0
}

section.related-auctions .slick-slide {
	padding-top: 10px
}

section.related-auctions .slick-slide>div {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 20px
}

section.related-auctions .slick-slide article.standard-thumb-article:hover {
	transform: translateY(-10px)
}

section.related-auctions .slick-slide article.standard-thumb-article:hover footer .author,section.related-auctions .slick-slide article.standard-thumb-article:hover footer .date {
	opacity: 0
}

section.related-auctions .slick-slide article.standard-thumb-article:hover footer:before {
	background-position: center right 30px;
	opacity: 1;
	transition-delay: .2s;
	visibility: visible
}

section.related-auctions .slick-slide article.standard-thumb-article:hover footer:after {
	height: 56px
}

section.related-properties .slick-list {
	margin: 0 0 0 calc(50% - 560px);
	padding-left: 0
}

section.related-properties .slick-slide {
	padding-top: 10px
}

section.related-properties .slick-slide>div {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 20px
}

section.related-properties .slick-slide article.standard-thumb-article:hover {
	transform: translateY(-10px)
}

section.related-properties .slick-slide article.standard-thumb-article:hover footer .author,section.related-properties .slick-slide article.standard-thumb-article:hover footer .date {
	opacity: 0
}

section.related-properties .slick-slide article.standard-thumb-article:hover footer:before {
	background-position: center right 30px;
	opacity: 1;
	transition-delay: .2s;
	visibility: visible
}

section.related-properties .slick-slide article.standard-thumb-article:hover footer:after {
	height: 56px
}

section.service-grid-listing {
	padding: 125px 0
}

section.service-grid-listing article.service-tile {
	margin: 30px;
	width: calc(33.333% - 60px)
}

section.small-lineoffset-comment .container {
	padding-left: 0;
	padding-right: 0
}

section.social-share-area {
	margin: 3rem 0 0
}

section.social-share-area.inline .wrapper {
	border-top: 1px solid #eeeff3;
	max-width: 625px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 45px
}

section.statistics-overview .stat-wrapper {
	padding-left: 0;
	padding-right: 0
}

section.statistics-overview .inner-stats .lower-stat {
	margin-top: 60px;
	padding-top: 60px;
	padding-bottom: 50px
}

section.statistics-overview {
	padding-top: 145px
}

section.statistics-overview:before {
	height: calc(100% + 345px)
}

section.testimonials-marquee {
	padding: 105px 0 80px
}

section.testimonials-marquee i.speechmark svg {
	width: 50px;
	height: 39px
}

section.testimonials-marquee .text {
	padding-left: 0;
	padding-right: 0
}

section.testimonials-marquee img.photo {
	display: inline-block;
	margin: 0 18px 0 0;
	max-width: 32px
}

section.testimonials-marquee ul.slick-dots {
	margin-top: 50px
}

section.testimonials-marquee ul.slick-dots li {
	margin-left: 8px;
	margin-right: 8px;
	width: 20px;
	height: 20px
}

section.testimonials-marquee ul.slick-dots li:before {
	width: 6px;
	height: 6px
}

section.testimonials-marquee:after {
	background: transparent url(../fonts/pattern-diagonal-lines--blue.svg) repeat 0 0;
	content: "";
	width: 150px;
	height: 250px;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 0
}

section.testimonials-marquee.home-offset-bg:before {
	background: #f4f5f7;
	content: "";
	top: -340px;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: calc(340px + 100% + 280px);
	z-index: 0
}

section.text-middle-section {
	margin: 25px 0 40px;
	margin: 80px 0
}}

@media only screen and (min-width:1235px) and (max-width:1485px) {
	nav.aside-menu-links {
		visibility: visible;
		padding: 85px 25px
	}

	nav.service-parent {
		padding: 85px 25px
	}
}

@media only screen and (min-width:1235px) {
	nav.service-parent {
		visibility: visible
	}

	section.policy-template .policy-wrapper {
		margin: 6rem auto
	}
}

@media screen and (min-width:1280px) {
	.mce h2 {
		font-size: 40px;
		font-size: 2.5rem
	}

	.mce h3 {
		font-size: 26px;
		font-size: 1.625rem
	}

	.mce h4 {
		font-size: 27px;
		font-size: 1.6875rem
	}

	.mce p,.mce ul {
		font-size: 17px;
		font-size: 1.0625rem
	}

	.mce ul {
		font-size: 10px;
		font-size: .625rem
	}

	.mce ol {
		font-size: 17px;
		font-size: 1.0625rem
	}

	.mce blockquote {
		font-size: 31px;
		font-size: 1.9375rem
	}

	.mce .arrow-btn,.mce .arrow-btn>a {
		font-size: 15px;
		font-size: .9375rem
	}

	article.auction-tile .roundel span,article.auction-tile header h3 a {
		font-size: 10px;
		font-size: .625rem
	}

	article.auction-tile header h4 a {
		font-size: 19px;
		font-size: 1.1875rem
	}

	article.auction-tile footer a.footage,article.case-study .category {
		font-size: 10px;
		font-size: .625rem
	}

	article.case-study .title {
		font-size: 17px;
		font-size: 1.0625rem
	}@	media (min-width:1231px) {
		article.case-study footer: before{font-size:10px;
		font-size: .625rem
	}
}

article.case-study .date {
	font-size: 10px;
	font-size: .625rem
}

article.full-mce h2 {
	font-size: 40px;
	font-size: 2.5rem
}

article.full-mce h3 {
	font-size: 26px;
	font-size: 1.625rem
}

article.full-mce h4 {
	font-size: 27px;
	font-size: 1.6875rem
}

article.full-mce p {
	font-size: 17px;
	font-size: 1.0625rem
}

article.full-mce ul {
	font-size: 10px;
	font-size: .625rem
}

article.full-mce ol {
	font-size: 17px;
	font-size: 1.0625rem
}

article.full-mce blockquote {
	font-size: 31px;
	font-size: 1.9375rem
}

article.full-mce .arrow-btn,article.full-mce .arrow-btn>a {
	font-size: 15px;
	font-size: .9375rem
}

article.full-mce ul {
	font-size: 17px;
	font-size: 1.0625rem
}

article.image-thumb-article .title {
	font-size: 21px;
	font-size: 1.3125rem
}

article.image-thumb-article .description {
	font-size: 16px;
	font-size: 1rem
}

article.location-tile h3 a {
	font-size: 19px;
	font-size: 1.1875rem
}

article.location-tile .google-maps .text {
	font-size: 10px;
	font-size: .625rem
}

article.medium-mce h2 {
	font-size: 40px;
	font-size: 2.5rem
}

article.medium-mce h3 {
	font-size: 26px;
	font-size: 1.625rem
}

article.medium-mce h4 {
	font-size: 27px;
	font-size: 1.6875rem
}

article.medium-mce p,article.medium-mce ul {
	font-size: 17px;
	font-size: 1.0625rem
}

article.medium-mce ul {
	font-size: 10px;
	font-size: .625rem
}

article.medium-mce ol {
	font-size: 17px;
	font-size: 1.0625rem
}

article.medium-mce blockquote {
	font-size: 31px;
	font-size: 1.9375rem
}

article.medium-mce .arrow-btn,article.medium-mce .arrow-btn>a {
	font-size: 15px;
	font-size: .9375rem
}

article.medium-mce:not(.capped-ul) ul {
	font-size: 17px;
	font-size: 1.0625rem
}

article.no-properties-found {
	font-size: 19px;
	font-size: 1.1875rem
}

article.person-tile a.telephone {
	font-size: 14px;
	font-size: .875rem
}

article.person-tile h3 {
	font-size: 19px;
	font-size: 1.1875rem
}

article.person-tile h4 a {
	font-size: 15px;
	font-size: .9375rem
}

article.person-tile footer a {
	font-size: 10px;
	font-size: .625rem
}

article.points-list h3,article.property-info h3 {
	font-size: 27px;
	font-size: 1.6875rem
}

article.property-info ul.header span {
	font-size: 10px;
	font-size: .625rem
}

article.property-tile-google-map .content header h3 {
	font-size: 17px;
	font-size: 1.0625rem
}

article.property-tile-google-map .content header a.footage,article.property-tile .roundel span,article.property-tile header h4 a {
	font-size: 10px;
	font-size: .625rem
}

article.property-tile header h3 a {
	font-size: 19px;
	font-size: 1.1875rem
}

article.property-tile footer a.footage {
	font-size: 10px;
	font-size: .625rem
}

article.service-tile .content .title span {
	font-size: 21px;
	font-size: 1.3125rem
}

article.service-tile .content .description {
	font-size: 16px;
	font-size: 1rem
}

article.standard-thumb-article-large .title {
	font-size: 17px;
	font-size: 1.0625rem
}

@media (min-width:1231px) {
	article.standard-thumb-article-large footer:before {
		font-size: 10px;
		font-size: .625rem
	}
}

article.standard-thumb-article-large .category,article.standard-thumb-article-large .date,article.standard-thumb-article .category {
	font-size: 10px;
	font-size: .625rem
}

article.standard-thumb-article .title {
	font-size: 17px;
	font-size: 1.0625rem
}

@media (min-width:1231px) {
	article.standard-thumb-article footer:before {
		font-size: 10px;
		font-size: .625rem
	}
}

article.standard-thumb-article .date,article.vacancy .content span.location {
	font-size: 10px;
	font-size: .625rem
}

article.vacancy .content span.title {
	font-size: 17px;
	font-size: 1.0625rem
}

aside.leftside-angled-title h4 {
	font-size: 10px;
	font-size: .625rem
}

aside.people-searchresults .dk-select {
	font-size: 11px;
	font-size: .6875rem
}

aside.service-agents h3 {
	font-size: 20px;
	font-size: 1.25rem
}

aside.service-agents h4 {
	font-size: 15px;
	font-size: .9375rem
}

aside.service-agents a.telephone {
	font-size: 14px;
	font-size: .875rem
}

aside.service-agents a.button {
	font-size: 10px;
	font-size: .625rem
}

aside.tables caption {
	font-size: 27px;
	font-size: 1.6875rem
}

div.article-social-share header,nav.fixed-menu a {
	font-size: 10px;
	font-size: .625rem
}

header.primary nav.mobile .mobile-menu>ul>li {
	font-size: 17px;
	font-size: 1.0625rem
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>a {
	font-size: 15px;
	font-size: .9375rem
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children li>a,header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu>li:not(.menu-item-has-children)>a {
	font-size: 11px;
	font-size: .6875rem
}

header.propery-title div.property-back a .text,header.propery-title h3 {
	font-size: 10px;
	font-size: .625rem
}

header.propery-title h1 {
	font-size: 50px;
	font-size: 3.125rem
}

header.propery-title .roundel span {
	font-size: 10px;
	font-size: .625rem
}

section.article-listing-marquee>header>.title span {
	font-size: 40px;
	font-size: 2.5rem
}

section.article-listing-marquee.small-title>header>.title span {
	font-size: 27px;
	font-size: 1.6875rem
}

section.article-listing-marquee .counter span {
	font-size: 10px;
	font-size: .625rem
}

section.auction-builder ul.property-actions a span {
	font-size: 11px;
	font-size: .6875rem
}

section.auction-listings footer.lower-footer a,section.blog-article-navigation .nav-wrapper a .text,section.blog-article-tags .categories * {
	font-size: 10px;
	font-size: .625rem
}

.no-caravan-parks h3 {
	font-size: 27px;
	font-size: 1.6875rem
}

.no-caravan-parks h5 {
	font-size: 17px;
	font-size: 1.0625rem
}

.all-caravan-parks {
	font-size: 27px;
	font-size: 1.6875rem
}

section.case-studies-grid h2 {
	font-size: 40px;
	font-size: 2.5rem
}

section.christmas-calander-dates article .date .day {
	font-size: 105px;
	font-size: 6.5625rem
}

section.christmas-calander-dates article .date .month {
	font-size: 17px;
	font-size: 1.0625rem
}

section.christmas-calander-header h1 {
	font-size: 85px;
	font-size: 5.3125rem
}

section.christmas-calander-header .subtitle {
	font-size: 17px;
	font-size: 1.0625rem
}

section.content-grid-one .logo-title,section.content-grid-one article.medium-mce h2 {
	font-size: 40px;
	font-size: 2.5rem
}

section.content-grid-one article.logo-area .logos .logo-title {
	font-size: 36px;
	font-size: 2.25rem
}

section.form h4 {
	font-size: 27px;
	font-size: 1.6875rem
}

section.form form input[type=email]::-webkit-input-placeholder,section.form form input[type=password]::-webkit-input-placeholder,section.form form input[type=tel]::-webkit-input-placeholder,section.form form input[type=text]::-webkit-input-placeholder,section.form form input[type=url]::-webkit-input-placeholder,section.form form textarea::-webkit-input-placeholder {
	font-size: 10px;
	font-size: .625rem
}

section.form form .dk-select .dk-selected,section.form form .filebox .button,section.form form .filebox .file-label,section.form form .gchoice label,section.form form .tab,section.form form .wpcf7-list-item .gchoice label,section.form form .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 10px;
	font-size: .625rem
}

section.form form .gform_footer,section.form form .gform_footer>a,section.form form .submit,section.form form .submit>a {
	font-size: 15px;
	font-size: .9375rem
}

section.form form .wpcf7-response-output {
	font-size: 10px;
	font-size: .625rem
}

@media (min-width:1025px) {
	section.form.offset h4 {
		font-size: 40px;
		font-size: 2.5rem
	}
}

section.gallery-images a {
	font-size: 16px;
	font-size: 1rem
}

section.gform h4 {
	font-size: 27px;
	font-size: 1.6875rem
}

section.gform form input[type=email]::-webkit-input-placeholder,section.gform form input[type=password]::-webkit-input-placeholder,section.gform form input[type=tel]::-webkit-input-placeholder,section.gform form input[type=text]::-webkit-input-placeholder,section.gform form input[type=url]::-webkit-input-placeholder,section.gform form textarea::-webkit-input-placeholder {
	font-size: 10px;
	font-size: .625rem
}

section.gform form .dk-select .dk-selected,section.gform form .filebox .button,section.gform form .filebox .file-label,section.gform form .gchoice label,section.gform form .tab,section.gform form .wpcf7-list-item .gchoice label,section.gform form .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 10px;
	font-size: .625rem
}

section.gform form .gform_footer,section.gform form .gform_footer>a,section.gform form .submit,section.gform form .submit>a {
	font-size: 15px;
	font-size: .9375rem
}

section.gform form .wpcf7-response-output {
	font-size: 10px;
	font-size: .625rem
}

@media (min-width:1025px) {
	section.gform.offset h4 {
		font-size: 40px;
		font-size: 2.5rem
	}
}

section.header-banner-archive h1 {
	font-size: 17px;
	font-size: 1.0625rem
}

section.header-banner-archive h2 {
	font-size: 85px;
	font-size: 5.3125rem
}

section.header-banner-archive h3 {
	font-size: 10px;
	font-size: .625rem
}

section.header-hero h1.title {
	font-size: 87px;
	font-size: 5.4375rem
}

section.header-hero .button {
	font-size: 15px;
	font-size: .9375rem
}

section.header-hero .tagline h2 {
	font-size: 20px;
	font-size: 1.25rem
}

section.header-hero .side-text span {
	font-size: 15px;
	font-size: .9375rem
}

section.header-image-blog .author .name {
	font-size: 10px;
	font-size: .625rem
}

section.header-image-blog h2.upper {
	font-size: 12px;
	font-size: .75rem
}

section.header-image-blog h1.title {
	font-size: 60px;
	font-size: 3.75rem
}

section.header-image-full .down-btn,section.header-image-full .down-btn>a {
	font-size: 15px;
	font-size: .9375rem
}

section.header-image-full h2.upper {
	font-size: 14px;
	font-size: .875rem
}

section.header-image-full h1.title {
	font-size: 87px;
	font-size: 5.4375rem
}

section.header-image-full h3.description {
	font-size: 17px;
	font-size: 1.0625rem
}

section.header-image-full .side-text span {
	font-size: 15px;
	font-size: .9375rem
}

section.header-image-standard h1 {
	font-size: 17px;
	font-size: 1.0625rem
}

section.header-image-standard h2 {
	font-size: 85px;
	font-size: 5.3125rem
}

section.header-image-standard h3 {
	font-size: 10px;
	font-size: .625rem
}

section.header-image-standard .down-btn,section.header-image-standard .down-btn>a {
	font-size: 15px;
	font-size: .9375rem
}

section.history-slider .text-content time.secondary {
	font-size: 10px;
	font-size: .625rem
}

section.history-slider .text-content .description {
	font-size: 16px;
	font-size: 1rem
}

section.history-slider h3 {
	font-size: 40px;
	font-size: 2.5rem
}

section.history-slider nav.timeline-nav ul.slick-dots a .year {
	font-size: 11px;
	font-size: .6875rem
}

section.image-marquee-slider .counter span {
	font-size: 10px;
	font-size: .625rem
}

section.image-statistics h4.heading {
	font-size: 40px;
	font-size: 2.5rem
}

section.image-statistics .number>div.figure>span,section.image-statistics .number>div.position-huge>span {
	font-size: 64px;
	font-size: 4rem
}

section.image-statistics .number>div.position-normal>span,section.image-statistics .number>div.position-top>span {
	font-size: 32px;
	font-size: 2rem
}

section.image-statistics .info {
	font-size: 15px;
	font-size: .9375rem
}

section.inline-searchbar input.submit {
	font-size: 11px;
	font-size: .6875rem
}

section.interactive-statements span.title {
	font-size: 14px;
	font-size: .875rem
}

section.interactive-statements .description {
	font-size: 40px;
	font-size: 2.5rem
}

section.intro-title-offset:not(.reduce-font-size) h3 {
	font-size: 45px;
	font-size: 2.8125rem
}

section.intro-title-offset.reduce-font-size h3 {
	font-size: 31px;
	font-size: 1.9375rem
}

section.intro-two-col h2 {
	font-size: 40px;
	font-size: 2.5rem
}

section.key-contacts h2 {
	font-size: 27px;
	font-size: 1.6875rem
}

section.key-contacts .counter span {
	font-size: 10px;
	font-size: .625rem
}

section.marquee-service-slider>header>.title span {
	font-size: 27px;
	font-size: 1.6875rem
}

section.marquee-service-slider .counter span {
	font-size: 10px;
	font-size: .625rem
}

section.news-results-inline .dk-select {
	font-size: 11px;
	font-size: .6875rem
}

section.page-segway-links h2 {
	font-size: 27px;
	font-size: 1.6875rem;
	font-size: 45px;
	font-size: 2.8125rem
}

section.page-segway-links a.image .view {
	font-size: 10px;
	font-size: .625rem
}

section.page-segway-links article.article-segway h3 a {
	font-size: 27px;
	font-size: 1.6875rem
}

section.page-segway-links article.article-segway a.details {
	font-size: 17px;
	font-size: 1.0625rem
}

section.person-detail h1 {
	font-size: 45px;
	font-size: 2.8125rem
}

section.person-detail h2 {
	font-size: 10px;
	font-size: .625rem
}

section.person-detail h3 {
	font-size: 27px;
	font-size: 1.6875rem
}

section.person-detail nav.options a,section.person-detail nav.pagination .nav-next a .text,section.person-detail nav.pagination .nav-previous a .text {
	font-size: 10px;
	font-size: .625rem
}

section.properties-resultsbar .dk-select {
	font-size: 11px;
	font-size: .6875rem
}

section.properties-searchbar .dk-select,section.properties-searchbar button.submit {
	font-size: 10px;
	font-size: .625rem;
	font-size: 11px;
	font-size: .6875rem
}

section.property-builder ul.property-actions a span {
	font-size: 11px;
	font-size: .6875rem
}

section.property-image-map-slider .counter span,section.propery-results-grid a.prop-form-req .text,section.propery-results-grid footer.lower-footer a {
	font-size: 10px;
	font-size: .625rem
}

section.related-auctions>header>.title span {
	font-size: 40px;
	font-size: 2.5rem
}

section.related-auctions .counter span {
	font-size: 10px;
	font-size: .625rem
}

section.related-properties>header>.title span {
	font-size: 40px;
	font-size: 2.5rem
}

section.related-properties .counter span {
	font-size: 10px;
	font-size: .625rem
}

section.service-case-studies header.top h2 {
	font-size: 40px;
	font-size: 2.5rem
}

section.sitewide-search .title {
	font-size: 45px;
	font-size: 2.8125rem
}

body.search-visible .search-area-button .arrow-btn,body.search-visible .search-area-button .arrow-btn>a {
	font-size: 15px
}

section.small-lineoffset-comment h3 {
	font-size: 32px;
	font-size: 2rem
}

section.social-share-area h3 {
	font-size: 10px;
	font-size: .625rem
}

section.statistics-overview .inner-stats .lower-stat .one,section.statistics-overview .inner-stats .lower-stat .three {
	font-size: 45px;
	font-size: 2.8125rem
}

section.statistics-overview .inner-stats .lower-stat .two {
	font-size: 65px;
	font-size: 4.0625rem
}

section.statistics-overview .inner-stats .lower-stat .subtitle {
	font-size: 15px;
	font-size: .9375rem
}

section.statistics-overview .content-col .quote {
	font-size: 80px;
	font-size: 5rem
}

section.statistics-overview .content-col .quote-text {
	font-size: 24px;
	font-size: 1.5rem
}

section.testimonials-marquee .text p {
	font-size: 27px;
	font-size: 1.6875rem
}

section.text-middle-section h6.title {
	font-size: 40px;
	font-size: 2.5rem
}

section.text-middle-section .textarea p {
	font-size: 17px;
	font-size: 1.0625rem
}

section.text-middle-section .button,section.text-middle-section .button>a {
	font-size: 15px;
	font-size: .9375rem
}

section.vacancies-list .heading {
	font-size: 40px;
	font-size: 2.5rem
}

section.video-player .button,section.video-player.playing .wrapper .button {
	font-size: 15px;
	font-size: .9375rem
}

section.service-agents-slider .agent-wrap h3 {
	font-size: 20px;
	font-size: 1.25rem
}

section.service-agents-slider .agent-wrap h4 {
	font-size: 15px;
	font-size: .9375rem
}

section.service-agents-slider .agent-wrap a.telephone {
	font-size: 14px;
	font-size: .875rem
}

section.service-agents-slider .agent-wrap a.button {
	font-size: 10px;
	font-size: .625rem
}}

@media (min-width:1280px) {
	article.auction-tile .content,article.property-tile .content {
		padding: 35px 30px 25px;
		min-height: 230px
	}

	aside.people-searchresults {
		padding: 2.2rem 0 2rem
	}

	section.auction-listings .grid-wrapper {
		padding-left: 100px;
		padding-right: 100px
	}

	section.history-slider:after {
		width: 160px;
		height: 260px
	}

	section.history-slider nav.timeline-nav ul.slick-dots li {
		width: auto
	}

	section.image-marquee-slider a.img-box {
		max-width: 780px;
		max-height: 540px
	}

	section.image-marquee-slider .padding-box {
		padding: 0 100px
	}

	section.intro-two-col .left-col {
		max-width: 370px
	}

	section.news-results-grid,section.news-results-inline {
		padding-left: 100px;
		padding-right: 100px
	}

	section.news-results-inline {
		padding: 1.2rem 0 2rem
	}

	section.pagination nav {
		padding: 85px 0 90px
	}

	section.properties-resultsbar {
		padding: 1.2rem 0 2rem
	}

	section.properties-resultsbar .wrapper {
		padding-left: 100px;
		padding-right: 100px
	}

	section.property-image-map-slider .images {
		width: 313%
	}

	section.property-image-map-slider .image-slider-wrap {
		max-width: 957px
	}

	section.property-image-map-slider a.img-box {
		width: 814px;
		height: 530.78px
	}

	section.property-image-map-slider .padding-box {
		padding: 0 100px
	}

	section.property-map .prop {
		padding-bottom: 55.55556%
	}

	section.propery-results-grid .grid-wrapper {
		padding-left: 100px;
		padding-right: 100px
	}
}

@media(min-width:1280px) {
	section.history-slider {
		margin: 140px 0
	}

	section.history-slider li.slide {
		padding: 200px 0 70px
	}

	section.person-detail .content-col,section.person-detail .image-col {
		width: 48%
	}
}

@media only screen and (min-width:1280px) {
	section.office-builder section.form {
		padding: 125px 0
	}

	section.service-content-builder div.image-slider-marquee {
		padding-right: 70px
	}
}

@media(min-width:1296px) {
	section.large-textarea div.article-social-share {
		left: calc(50% - 566px)
	}
}

@media(min-width:1300px) {
	section.heratage-area header.top-area aside {
		width: calc(50vw - 480px)
	}

	section.heratage-area header.top-area .image {
		padding-left: calc(50vw - 480px)
	}
}

@media(min-width:1300px) {
	section.person-detail nav.pagination {
		position: relative;
		left: 10vw
	}
}

@media only screen and (min-width:1330px) and (max-width:1500px) {
	footer.primary .logo {
		padding-left: 40px
	}
}

@media only screen and (min-width:1330px) and (max-width:1440px) {
	footer.primary nav.menu {
		padding-left: 25vw
	}
}

@media (min-width:1331px) {
	aside.leftside-angled-title {
		display: -ms-flexbox;
		display: flex
	}

	footer.primary .main {
		padding: 0!important
	}

	footer.primary .logo {
		margin: 0;
		top: 2px;
		left: 0;
		position: absolute;
		text-align: left
	}

	footer.primary nav.menu {
		margin: 0
	}

	footer.primary nav.menu .col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		margin-right: 80px
	}

	header.primary .main .logo,header.primary .main .search-btn {
		-ms-flex-preferred-size: calc(50% - 560px);
		flex-basis: calc(50% - 560px)
	}

	header.primary .main nav.desktop {
		-ms-flex-preferred-size: 1050px;
		flex-basis: 1050px
	}

	section.content-grid-one article.main .textarea {
		padding-bottom: 60px;
		padding-right: 160px;
		padding-top: 40px
	}

	section.content-grid-one article.logo-area .logo-list {
		padding-left: 110px
	}

	section.header-hero .content {
		padding-left: 0;
		padding-right: 0
	}

	section.header-hero .share {
		display: block
	}

	section.header-hero .video-audio-control {
		left: calc(50% - 560px + 32px)
	}

	section.header-hero .side-text {
		display: -ms-flexbox;
		display: flex
	}

	section.header-image-blog .content {
		padding-left: 0;
		padding-right: 0
	}

	section.header-image-full .content {
		padding: *0;
		padding-left: 0;
		padding-right: 0
	}

	section.header-image-full .share {
		display: block
	}

	section.header-image-full .side-text {
		display: -ms-flexbox;
		display: flex
	}

	section.image-side-content article.block.image-left .textarea {
		padding-left: 110px
	}

	section.image-side-content article.block.image-right .textarea {
		padding-right: 160px
	}

	section.image-statistics {
		padding-left: 100px
	}

	section.image-statistics .container {
		padding: 180px 0 330px
	}

	section.image-statistics .inner {
		padding: 0 calc(50% - 560px - 50px)
	}

	section.image-statistics .stat {
		-ms-flex-preferred-size: calc(25% - 25px);
		flex-basis: calc(25% - 25px);
		margin-bottom: 0
	}

	section.image-statistics.additional-top-padding .container:before {
		padding-top: 270px
	}
}

@media only screen and (min-width:1331px) {
	section.header-hero .lines .set:last-of-type:before {
		left: 560px
	}

	section.header-hero .lines .set:last-of-type:after {
		right: 0
	}

	section.header-hero .lines {
		max-width: 1120px
	}
}

@media screen and (min-width:1400px) {
	section.heratage-area header.top-area h3 {
		font-size: 45px;
		font-size: 2.8125rem
	}
}

@media only screen and (min-width:1440px) {
	footer.primary nav.menu {
		padding-left: 450px
	}
}

@media screen and (min-width:1450px) {
	section.header-banner-archive .link-btn a,section.header-image-standard .link-btn a {
		font-size: 14px;
		font-size: .875rem
	}
}

@media(min-width:1450px) {
	section.image-marquee-slider .padding-box {
		padding: 0 130px
	}

	section.property-image-map-slider .padding-box {
		padding: 0 115px
	}
}

@media(min-width:1451px) {
	header.propery-title div.property-back {
		width: calc(50% - 560px)
	}

	section.property-image-map-slider .images {
		width: 318%
	}
}

@media(min-width:1460px) {
	section.heratage-area header.top-area aside {
		width: calc(50vw - 560px)
	}

	section.heratage-area header.top-area .image {
		padding-left: calc(50vw - 560px)
	}
}

@media only screen and (min-width:1485px) {
	nav.aside-menu-links {
		visibility: visible;
		padding: 105px 70px;
		width: 25%
	}

	nav.service-parent {
		padding: 105px 70px
	}
}

@media only screen and (min-width:1550px) {
	section.auction-builder aside.service-agents,section.auction-builder aside.service-agents ul.slides.slick-initialized,section.property-builder aside.service-agents,section.property-builder aside.service-agents ul.slides.slick-initialized,section.service-content-builder aside.service-agents,section.service-content-builder aside.service-agents ul.slides.slick-initialized {
		visibility: visible
	}
}

@media only screen and (min-width:1550px) {
	section.auction-builder .property-wrapper-listing {
		min-height: 800px
	}

	section.auction-builder .info-sidebar {
		position: absolute;
		top: 0;
		right: 0;
		width: calc(50% - 442px)
	}

	section.auction-builder .info-sidebar .sidebar-inner-area {
		max-width: 300px;
		margin: 0 auto
	}

	section.auction-builder aside.service-agents {
		width: 100%;
		margin: 4rem 0
	}

	section.property-builder {
		margin-top: 0
	}

	section.property-builder .property-wrapper-listing {
		min-height: 800px;
		width: calc(50% + 442px);
		position: relative;
		padding-bottom: 100px;
		padding-top: 50px
	}

	section.property-builder .property-wrapper-listing,section.property-builder .property-wrapper-listing:before {
		background: #fff
	}

	section.property-builder .property-wrapper-listing:before {
		content: "";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 0
	}

	section.property-builder .property-wrapper-listing article:first-child {
		margin-top: 0
	}

	section.property-builder .info-sidebar {
		position: absolute;
		top: 0;
		right: 0;
		width: calc(50% - 442px)
	}

	section.property-builder .info-sidebar .sidebar-inner-area {
		max-width: 300px;
		margin: 0 auto
	}

	section.property-builder aside.service-agents {
		width: 100%;
		margin: 4rem 0
	}
}

@media(min-width:1550px) {
	section.history-slider li.slide {
		padding: 250px 0 70px
	}
}

@media(min-width:1550px) {
	section.social-share-area.inline {
		background: none
	}
}

@media only screen and (min-width:1575px) {
	header.propery-title div.property-back {
		left: 0
	}
}

@media(min-width:1600px) {
	nav.fixed-menu li {
		padding-left: 70px;
		max-width: 250px
	}
}

@media (min-width:1600px) {
	section.auction-listings .grid-wrapper article.auction-tile {
		width: 20%
	}

	section.news-results-grid .inner-wrapper {
		padding: 0
	}

	section.propery-results-grid .grid-wrapper article.property-tile {
		width: 20%
	}
}

@media (min-width:1615px) {
	aside.service-links-agents aside.service-agents {
		margin-left: 60px
	}
}

@media(min-width:1616px) {
	section.header-image-standard .down-btn.right-nav {
		width: 100%
	}
}

@media(min-width:1700px) {
	section.history-slider .slick-list {
		padding: 0 320px
	}
}

@media(min-width:1720px) {
	aside.service-agents nav.arrows .slick-prev {
		left: -45px
	}

	aside.service-agents nav.arrows .slick-next {
		right: -45px
	}
}

@media screen and (min-width:1850px) {
	section.history-slider time.primary {
		font-size: 220px;
		font-size: 13.75rem
	}
}

@media (min-width:1900px) {
	section.auction-listings .grid-wrapper,section.news-results-inline,section.properties-resultsbar .wrapper,section.propery-results-grid .grid-wrapper {
		padding: 0
	}
}

@media (min-width:1920px) {
	section.service-case-studies .padding-wrap {
		padding: 0 135px
	}
}

@media screen and (max-width:320px) {
	.mce h2 {
		font-size: 28px;
		font-size: 1.75rem
	}

	.mce h3 {
		font-size: 19px;
		font-size: 1.1875rem
	}

	.mce h4 {
		font-size: 22px;
		font-size: 1.375rem
	}

	.mce p {
		font-size: 15px;
		font-size: .9375rem
	}

	.mce ul {
		font-size: 14px;
		font-size: .875rem;
		font-size: 8px;
		font-size: .5rem
	}

	.mce ol {
		font-size: 14px;
		font-size: .875rem
	}

	.mce blockquote {
		font-size: 16px;
		font-size: 1rem
	}

	.mce .arrow-btn,.mce .arrow-btn>a {
		font-size: 13px;
		font-size: .8125rem
	}

	article.auction-tile .roundel span,article.auction-tile header h3 a {
		font-size: 8px;
		font-size: .5rem
	}

	article.auction-tile header h4 a {
		font-size: 17px;
		font-size: 1.0625rem
	}

	article.auction-tile footer a.footage,article.case-study .category {
		font-size: 8px;
		font-size: .5rem
	}

	article.case-study .title {
		font-size: 14px;
		font-size: .875rem
	}@	media (min-width:1231px) {
		article.case-study footer: before{font-size:8px;
		font-size: .5rem
	}
}

article.case-study .date {
	font-size: 8px;
	font-size: .5rem
}

article.full-mce h2 {
	font-size: 28px;
	font-size: 1.75rem
}

article.full-mce h3 {
	font-size: 19px;
	font-size: 1.1875rem
}

article.full-mce h4 {
	font-size: 22px;
	font-size: 1.375rem
}

article.full-mce p {
	font-size: 15px;
	font-size: .9375rem
}

article.full-mce ul {
	font-size: 14px;
	font-size: .875rem;
	font-size: 8px;
	font-size: .5rem
}

article.full-mce ol {
	font-size: 14px;
	font-size: .875rem
}

article.full-mce blockquote {
	font-size: 16px;
	font-size: 1rem
}

article.full-mce .arrow-btn,article.full-mce .arrow-btn>a {
	font-size: 13px;
	font-size: .8125rem
}

article.full-mce ul {
	font-size: 15px;
	font-size: .9375rem
}

article.image-thumb-article .title {
	font-size: 18px;
	font-size: 1.125rem
}

article.image-thumb-article .description {
	font-size: 14px;
	font-size: .875rem
}

article.location-tile h3 a {
	font-size: 17px;
	font-size: 1.0625rem
}

article.location-tile .google-maps .text {
	font-size: 8px;
	font-size: .5rem
}

article.medium-mce h2 {
	font-size: 28px;
	font-size: 1.75rem
}

article.medium-mce h3 {
	font-size: 19px;
	font-size: 1.1875rem
}

article.medium-mce h4 {
	font-size: 22px;
	font-size: 1.375rem
}

article.medium-mce p {
	font-size: 15px;
	font-size: .9375rem
}

article.medium-mce ul {
	font-size: 14px;
	font-size: .875rem;
	font-size: 8px;
	font-size: .5rem
}

article.medium-mce ol {
	font-size: 14px;
	font-size: .875rem
}

article.medium-mce blockquote {
	font-size: 16px;
	font-size: 1rem
}

article.medium-mce .arrow-btn,article.medium-mce .arrow-btn>a {
	font-size: 13px;
	font-size: .8125rem
}

article.medium-mce:not(.capped-ul) ul {
	font-size: 15px;
	font-size: .9375rem
}

article.no-properties-found {
	font-size: 17px;
	font-size: 1.0625rem
}

article.person-tile a.telephone {
	font-size: 13px;
	font-size: .8125rem
}

article.person-tile h3 {
	font-size: 17px;
	font-size: 1.0625rem
}

article.person-tile h4 a {
	font-size: 14px;
	font-size: .875rem
}

article.person-tile footer a {
	font-size: 8px;
	font-size: .5rem
}

article.points-list h3,article.property-info h3 {
	font-size: 22px;
	font-size: 1.375rem
}

article.property-info ul.header span {
	font-size: 8px;
	font-size: .5rem
}

article.property-tile-google-map .content header h3 {
	font-size: 15px;
	font-size: .9375rem
}

article.property-tile-google-map .content header a.footage,article.property-tile .roundel span,article.property-tile header h4 a {
	font-size: 8px;
	font-size: .5rem
}

article.property-tile header h3 a {
	font-size: 17px;
	font-size: 1.0625rem
}

article.property-tile footer a.footage {
	font-size: 8px;
	font-size: .5rem
}

article.service-tile .content .title span {
	font-size: 18px;
	font-size: 1.125rem
}

article.service-tile .content .description,article.standard-thumb-article-large .title {
	font-size: 14px;
	font-size: .875rem
}

@media (min-width:1231px) {
	article.standard-thumb-article-large footer:before {
		font-size: 8px;
		font-size: .5rem
	}
}

article.standard-thumb-article-large .category,article.standard-thumb-article-large .date,article.standard-thumb-article .category {
	font-size: 8px;
	font-size: .5rem
}

article.standard-thumb-article .title {
	font-size: 14px;
	font-size: .875rem
}

@media (min-width:1231px) {
	article.standard-thumb-article footer:before {
		font-size: 8px;
		font-size: .5rem
	}
}

article.standard-thumb-article .date,article.vacancy .content span.location {
	font-size: 8px;
	font-size: .5rem
}

article.vacancy .content span.title {
	font-size: 14px;
	font-size: .875rem
}

aside.leftside-angled-title h4 {
	font-size: 8px;
	font-size: .5rem
}

aside.people-searchresults .dk-select {
	font-size: 10px;
	font-size: .625rem
}

aside.service-agents h3 {
	font-size: 17px;
	font-size: 1.0625rem
}

aside.service-agents a.telephone,aside.service-agents h4 {
	font-size: 13px;
	font-size: .8125rem
}

aside.service-agents a.button {
	font-size: 8px;
	font-size: .5rem
}

aside.tables caption {
	font-size: 22px;
	font-size: 1.375rem
}

div.article-social-share header,nav.fixed-menu a {
	font-size: 8px;
	font-size: .5rem
}

header.primary nav.mobile .mobile-menu>ul>li {
	font-size: 15px;
	font-size: .9375rem
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>a {
	font-size: 13px;
	font-size: .8125rem
}

header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children li>a,header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu>li:not(.menu-item-has-children)>a {
	font-size: 10px;
	font-size: .625rem
}

header.propery-title div.property-back a .text,header.propery-title h3 {
	font-size: 8px;
	font-size: .5rem
}

header.propery-title h1 {
	font-size: 35px;
	font-size: 2.1875rem
}

header.propery-title .roundel span {
	font-size: 8px;
	font-size: .5rem
}

section.article-listing-marquee>header>.title span {
	font-size: 28px;
	font-size: 1.75rem
}

section.article-listing-marquee.small-title>header>.title span {
	font-size: 22px;
	font-size: 1.375rem
}

section.article-listing-marquee .counter span {
	font-size: 8px;
	font-size: .5rem
}

section.auction-builder ul.property-actions a span {
	font-size: 10px;
	font-size: .625rem
}

section.auction-listings footer.lower-footer a,section.blog-article-navigation .nav-wrapper a .text,section.blog-article-tags .categories * {
	font-size: 8px;
	font-size: .5rem
}

.no-caravan-parks h3 {
	font-size: 22px;
	font-size: 1.375rem
}

.no-caravan-parks h5 {
	font-size: 15px;
	font-size: .9375rem
}

.all-caravan-parks {
	font-size: 22px;
	font-size: 1.375rem
}

section.case-studies-grid h2 {
	font-size: 28px;
	font-size: 1.75rem
}

section.christmas-calander-dates article .date .month {
	font-size: 14px;
	font-size: .875rem
}

section.christmas-calander-header .subtitle {
	font-size: 13px;
	font-size: .8125rem
}

section.content-grid-one .logo-title,section.content-grid-one article.logo-area .logos .logo-title,section.content-grid-one article.medium-mce h2 {
	font-size: 28px;
	font-size: 1.75rem
}

section.form h4 {
	font-size: 22px;
	font-size: 1.375rem
}

section.form form input[type=email]::-webkit-input-placeholder,section.form form input[type=password]::-webkit-input-placeholder,section.form form input[type=tel]::-webkit-input-placeholder,section.form form input[type=text]::-webkit-input-placeholder,section.form form input[type=url]::-webkit-input-placeholder,section.form form textarea::-webkit-input-placeholder {
	font-size: 8px;
	font-size: .5rem
}

section.form form .dk-select .dk-selected,section.form form .filebox .button,section.form form .filebox .file-label,section.form form .gchoice label,section.form form .tab,section.form form .wpcf7-list-item .gchoice label,section.form form .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 8px;
	font-size: .5rem
}

section.form form .gform_footer,section.form form .gform_footer>a,section.form form .submit,section.form form .submit>a {
	font-size: 13px;
	font-size: .8125rem
}

section.form form .wpcf7-response-output {
	font-size: 8px;
	font-size: .5rem
}

@media (min-width:1025px) {
	section.form.offset h4 {
		font-size: 28px;
		font-size: 1.75rem
	}
}

section.gallery-images a {
	font-size: 10px;
	font-size: .625rem
}

section.gform h4 {
	font-size: 22px;
	font-size: 1.375rem
}

section.gform form input[type=email]::-webkit-input-placeholder,section.gform form input[type=password]::-webkit-input-placeholder,section.gform form input[type=tel]::-webkit-input-placeholder,section.gform form input[type=text]::-webkit-input-placeholder,section.gform form input[type=url]::-webkit-input-placeholder,section.gform form textarea::-webkit-input-placeholder {
	font-size: 8px;
	font-size: .5rem
}

section.gform form .dk-select .dk-selected,section.gform form .filebox .button,section.gform form .filebox .file-label,section.gform form .gchoice label,section.gform form .tab,section.gform form .wpcf7-list-item .gchoice label,section.gform form .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 8px;
	font-size: .5rem
}

section.gform form .gform_footer,section.gform form .gform_footer>a,section.gform form .submit,section.gform form .submit>a {
	font-size: 13px;
	font-size: .8125rem
}

section.gform form .wpcf7-response-output {
	font-size: 8px;
	font-size: .5rem
}

@media (min-width:1025px) {
	section.gform.offset h4 {
		font-size: 28px;
		font-size: 1.75rem
	}
}

section.header-banner-archive h1 {
	font-size: 14px;
	font-size: .875rem
}

section.header-banner-archive h2 {
	font-size: 40px;
	font-size: 2.5rem
}

section.header-banner-archive h3 {
	font-size: 8px;
	font-size: .5rem
}

section.header-banner-archive .link-btn a {
	font-size: 11px;
	font-size: .6875rem
}

section.header-hero h1.title {
	font-size: 45px;
	font-size: 2.8125rem
}

section.header-hero .button {
	font-size: 13px;
	font-size: .8125rem
}

section.header-hero .tagline h2 {
	font-size: 14px;
	font-size: .875rem
}

section.header-hero .side-text span {
	font-size: 13px;
	font-size: .8125rem
}

section.header-image-blog .author .name {
	font-size: 8px;
	font-size: .5rem
}

section.header-image-blog h2.upper {
	font-size: 11px;
	font-size: .6875rem
}

section.header-image-blog h1.title {
	font-size: 35px;
	font-size: 2.1875rem
}

section.header-image-full .down-btn,section.header-image-full .down-btn>a {
	font-size: 13px;
	font-size: .8125rem
}

section.header-image-full h2.upper {
	font-size: 12px;
	font-size: .75rem
}

section.header-image-full h1.title {
	font-size: 45px;
	font-size: 2.8125rem
}

section.header-image-full h3.description {
	font-size: 15px;
	font-size: .9375rem
}

section.header-image-full .side-text span {
	font-size: 13px;
	font-size: .8125rem
}

section.header-image-standard h1 {
	font-size: 14px;
	font-size: .875rem
}

section.header-image-standard h2 {
	font-size: 40px;
	font-size: 2.5rem
}

section.header-image-standard h3 {
	font-size: 8px;
	font-size: .5rem
}

section.header-image-standard .link-btn a {
	font-size: 11px;
	font-size: .6875rem
}

section.header-image-standard .down-btn,section.header-image-standard .down-btn>a {
	font-size: 13px;
	font-size: .8125rem
}

section.heratage-area header.top-area h3 {
	font-size: 20px;
	font-size: 1.25rem
}

section.history-slider time.primary {
	font-size: 50px;
	font-size: 3.125rem
}

section.history-slider .text-content time.secondary {
	font-size: 8px;
	font-size: .5rem
}

section.history-slider .text-content .description {
	font-size: 15px;
	font-size: .9375rem
}

section.history-slider h3 {
	font-size: 28px;
	font-size: 1.75rem
}

section.history-slider nav.timeline-nav ul.slick-dots a .year,section.image-marquee-slider .counter span {
	font-size: 8px;
	font-size: .5rem
}

section.image-statistics h4.heading {
	font-size: 28px;
	font-size: 1.75rem
}

section.image-statistics .number>div.figure>span,section.image-statistics .number>div.position-huge>span {
	font-size: 45px;
	font-size: 2.8125rem
}

section.image-statistics .number>div.position-normal>span,section.image-statistics .number>div.position-top>span {
	font-size: 18px;
	font-size: 1.125rem
}

section.image-statistics .info {
	font-size: 13px;
	font-size: .8125rem
}

section.inline-searchbar input.submit {
	font-size: 10px;
	font-size: .625rem
}

section.interactive-statements span.title {
	font-size: 12px;
	font-size: .75rem
}

section.interactive-statements .description {
	font-size: 28px;
	font-size: 1.75rem
}

section.intro-title-offset:not(.reduce-font-size) h3 {
	font-size: 30px;
	font-size: 1.875rem
}

section.intro-title-offset.reduce-font-size h3 {
	font-size: 20px;
	font-size: 1.25rem
}

section.intro-two-col h2 {
	font-size: 28px;
	font-size: 1.75rem
}

section.key-contacts h2 {
	font-size: 22px;
	font-size: 1.375rem
}

section.key-contacts .counter span {
	font-size: 8px;
	font-size: .5rem
}

section.marquee-service-slider>header>.title span {
	font-size: 22px;
	font-size: 1.375rem
}

section.marquee-service-slider .counter span {
	font-size: 8px;
	font-size: .5rem
}

section.news-results-inline .dk-select {
	font-size: 10px;
	font-size: .625rem
}

section.page-segway-links h2 {
	font-size: 22px;
	font-size: 1.375rem;
	font-size: 30px;
	font-size: 1.875rem
}

section.page-segway-links a.image .view {
	font-size: 8px;
	font-size: .5rem
}

section.page-segway-links article.article-segway h3 a {
	font-size: 22px;
	font-size: 1.375rem
}

section.page-segway-links article.article-segway a.details {
	font-size: 15px;
	font-size: .9375rem
}

section.person-detail h1 {
	font-size: 30px;
	font-size: 1.875rem
}

section.person-detail h2 {
	font-size: 8px;
	font-size: .5rem
}

section.person-detail h3 {
	font-size: 22px;
	font-size: 1.375rem
}

section.person-detail nav.options a,section.person-detail nav.pagination .nav-next a .text,section.person-detail nav.pagination .nav-previous a .text {
	font-size: 8px;
	font-size: .5rem
}

section.properties-resultsbar .dk-select {
	font-size: 10px;
	font-size: .625rem
}

section.properties-searchbar .dk-select,section.properties-searchbar button.submit {
	font-size: 8px;
	font-size: .5rem
}

section.property-builder ul.property-actions a span {
	font-size: 10px;
	font-size: .625rem
}

section.property-image-map-slider .counter span,section.propery-results-grid a.prop-form-req .text,section.propery-results-grid footer.lower-footer a {
	font-size: 8px;
	font-size: .5rem
}

section.related-auctions>header>.title span {
	font-size: 28px;
	font-size: 1.75rem
}

section.related-auctions .counter span {
	font-size: 8px;
	font-size: .5rem
}

section.related-properties>header>.title span {
	font-size: 28px;
	font-size: 1.75rem
}

section.related-properties .counter span {
	font-size: 8px;
	font-size: .5rem
}

section.service-case-studies header.top h2 {
	font-size: 28px;
	font-size: 1.75rem
}

section.sitewide-search .title {
	font-size: 30px;
	font-size: 1.875rem
}

body.search-visible .search-area-button .arrow-btn,body.search-visible .search-area-button .arrow-btn>a {
	font-size: 13px
}

section.small-lineoffset-comment h3 {
	font-size: 20px;
	font-size: 1.25rem
}

section.social-share-area h3 {
	font-size: 8px;
	font-size: .5rem
}

section.statistics-overview .inner-stats .lower-stat .one,section.statistics-overview .inner-stats .lower-stat .three {
	font-size: 22px;
	font-size: 1.375rem
}

section.statistics-overview .inner-stats .lower-stat .two {
	font-size: 32px;
	font-size: 2rem
}

section.statistics-overview .inner-stats .lower-stat .subtitle {
	font-size: 13px;
	font-size: .8125rem
}

section.statistics-overview .content-col .quote {
	font-size: 40px;
	font-size: 2.5rem
}

section.statistics-overview .content-col .quote-text {
	font-size: 16px;
	font-size: 1rem
}

section.testimonials-marquee .text p {
	font-size: 22px;
	font-size: 1.375rem
}

section.text-middle-section h6.title {
	font-size: 28px;
	font-size: 1.75rem
}

section.text-middle-section .textarea p {
	font-size: 15px;
	font-size: .9375rem
}

section.text-middle-section .button,section.text-middle-section .button>a {
	font-size: 13px;
	font-size: .8125rem
}

section.vacancies-list .heading {
	font-size: 28px;
	font-size: 1.75rem
}

section.video-player .button,section.video-player.playing .wrapper .button {
	font-size: 13px;
	font-size: .8125rem
}

section.service-agents-slider .agent-wrap h3 {
	font-size: 17px;
	font-size: 1.0625rem
}

section.service-agents-slider .agent-wrap a.telephone,section.service-agents-slider .agent-wrap h4 {
	font-size: 13px;
	font-size: .8125rem
}

section.service-agents-slider .agent-wrap a.button {
	font-size: 8px;
	font-size: .5rem
}}

@media (max-width:767px) {
	aside.flickity-dots {
		padding: 16px;
		padding-top: 0
	}

	aside.flickity-dots .carousel-status {
		display: none
	}

	section.content-grid-one article.logo-area .wrapper {
		padding-left: 0!important;
		padding-right: 0!important
	}

	section.image-side-content.landscape-offset article.block:first-of-type.image-portrait.image-left {
		padding-left: 0
	}

	section.image-side-content.landscape-offset article.block:first-of-type.image-portrait.image-left .image {
		padding-right: 6vw
	}

	section.image-side-content.landscape-offset article.block:first-of-type.image-portrait.image-left .content {
		padding-left: 6vw
	}

	section.properties-searchbar button.submit {
		background-image: url(../fonts/arrow-white-right.svg)
	}@	media (min-width:768px) {
		section.properties-searchbar button.submit{padding-right: 20px
	}
}

body.search-visible .search-area-button {
	-ms-flex-flow: column;
	flex-flow: column
}

body.search-visible .search-area-button .arrow-btn {
	margin-top: 40px
}}

@media screen and (max-width:420px) {
	aside.people-searchresults .dk-select,header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children li>a,header.primary nav.mobile .mobile-menu>ul>li.menu-item-has-children>ul.sub-menu>li:not(.menu-item-has-children)>a {
		font-size: 10px;
		font-size: .625rem
	}

	section.christmas-calander-header h1 {
		font-size: 35px;
		font-size: 2.1875rem
	}

	section.header-image-blog h2.upper {
		font-size: 11px;
		font-size: .6875rem
	}

	section.header-image-blog h1.title {
		font-size: 35px;
		font-size: 2.1875rem
	}

	section.header-image-full h2.upper {
		font-size: 12px;
		font-size: .75rem
	}

	section.inline-searchbar input.submit {
		font-size: 10px;
		font-size: .625rem
	}

	section.interactive-statements span.title {
		font-size: 12px;
		font-size: .75rem
	}

	section.news-results-inline .dk-select,section.properties-resultsbar .dk-select,section.properties-searchbar .dk-select,section.properties-searchbar button.submit {
		font-size: 10px;
		font-size: .625rem
	}
}

@media (max-width:1615px) {
	aside.service-links-agents.sticky {
		overflow: scroll
	}

	aside.service-links-agents nav.service-parent {
		display: block
	}

	section.shader-wrap.hide-left-nav .nav-links-hide {
		display: none
	}

	section.shader-wrap.hide-left-nav .service-wrapper-listing {
		max-width: 100%
	}

	/*@media (min-width:1024px) {
		section.shader-wrap.hide-left-nav .service-wrapper-listing{max-width: 70%;
		margin: 0 0 auto
	}*/
}

section.shader-wrap.hide-left-nav .colour-wrap {
	max-width: 70%;
	margin: 0 0 auto
}

section.shader-wrap.hide-left-nav .service-links-agents {
	top: 0;
	visibility: visible;
	width: 30%
}

section.shader-wrap.hide-left-nav .service-links-agents .heading,section.shader-wrap.hide-left-nav .service-links-agents ul.slides {
	visibility: visible
}}

@media only screen and (max-width:1235px) {
	body.policy-template-default nav.aside-menu-links {
		padding: 23px 20px;
		position: relative;
		width: 100%;
		visibility: visible
	}
}

@media(max-width:1380px) {
	nav.fixed-menu .dark-tablet a {
		color: #fff
	}

	nav.fixed-menu .dark-tablet a:before {
		background: #fff
	}

	nav.fixed-menu .dark-tablet a:after {
		border-color: #3965dd
	}

	nav.fixed-menu .dark-tablet li.active a:before {
		background: #fff
	}
}

@media (max-width:1023px) {
	footer.primary .main {
		margin-bottom: 50px;
		padding: 0
	}

	footer.primary .logo {
		margin-top: 50px
	}

	footer.primary nav.menu {
		margin-top: 30px
	}

	footer.primary nav.menu .menu-browse-container,footer.primary nav.menu .menu-locations-container,footer.primary nav.menu .menu-services-container {
		padding-top: 30px
	}

	footer.primary nav.menu .social-links {
		margin-top: 50px
	}

	footer.primary nav.menu .logos {
		margin-top: 20px
	}

	footer.primary nav.menu .logos li img {
		margin: auto;
		max-width: 85px
	}

	footer.primary nav.menu .logos li:first-child {
		margin-bottom: 10px
	}

	footer.primary nav.menu span.title:after {
		content: "";
		background: transparent url(../fonts/small-down-arrow.svg) no-repeat;
		background-size: cover;
		width: 16px;
		height: 10px;
		position: absolute;
		right: 21px;
		top: 50%;
		transform: translateY(-50%)
	}

	footer.primary nav.menu .menu-container {
		max-height: 0;
		overflow: hidden;
		transition: max-height .15s ease-out
	}

	footer.primary nav.menu .contact-details {
		padding-top: 30px
	}

	footer.primary .bottom {
		border: 0;
		text-align: center;
		padding: 0 21px 55px!important;
		opacity: .58;
		color: #fff;
		font-family: Work-Sans,sans-serif;
		font-size: 15px;
		font-size: .9375rem;
		letter-spacing: -.27px;
		letter-spacing: -.01688rem;
		line-height: 21px;
		line-height: 1.3125rem
	}

	footer.primary .bottom .copyright {
		display: block;
		padding-top: 15px;
	}

	header.primary.mobile-nav-visible .main:after,header.primary.on-scroll .main:after,header.primary.search-visible .main:after,header.primary.video-visible .main:after {
		background: hsla(0,0%,100%,.1);
		opacity: 1;
		width: 100%
	}

	header.primary.mobile-nav-visible .logo a,header.primary.on-scroll .logo a,header.primary.search-visible .logo a,header.primary.video-visible .logo a {
		 padding-top: 12px
	}

	header.primary.mobile-nav-visible .logo svg g#text,header.primary.on-scroll .logo svg g#text,header.primary.search-visible .logo svg g#text,header.primary.video-visible .logo svg g#text {
		transform: translateY(110px)
	}

	header.primary.mobile-nav-visible .mobile__search-btn a.tel,header.primary.on-scroll .mobile__search-btn a.tel,header.primary.search-visible .mobile__search-btn a.tel,header.primary.video-visible .mobile__search-btn a.tel {
		top: 31px
	}

	header.primary.mobile-nav-visible .mobile__search-btn a.tel circle,header.primary.mobile-nav-visible .mobile__search-btn a.tel path,header.primary.on-scroll .mobile__search-btn a.tel circle,header.primary.on-scroll .mobile__search-btn a.tel path,header.primary.search-visible .mobile__search-btn a.tel circle,header.primary.search-visible .mobile__search-btn a.tel path,header.primary.video-visible .mobile__search-btn a.tel circle,header.primary.video-visible .mobile__search-btn a.tel path {
		stroke: #152142
	}

	header.primary.mobile-nav-visible .mobile__menu-btn i.menu,header.primary.on-scroll .mobile__menu-btn i.menu,header.primary.search-visible .mobile__menu-btn i.menu,header.primary.video-visible .mobile__menu-btn i.menu {
		margin-top: 27px
	}

	header.primary.mobile-nav-visible .mobile__menu-btn i.menu span:after,header.primary.mobile-nav-visible .mobile__menu-btn i.menu span:before,header.primary.on-scroll .mobile__menu-btn i.menu span:after,header.primary.on-scroll .mobile__menu-btn i.menu span:before,header.primary.search-visible .mobile__menu-btn i.menu span:after,header.primary.search-visible .mobile__menu-btn i.menu span:before,header.primary.video-visible .mobile__menu-btn i.menu span:after,header.primary.video-visible .mobile__menu-btn i.menu span:before {
		background: #152142
	}

	header.primary.mobile-nav-visible .logo a svg g,header.primary.search-visible .logo a svg g,header.primary.video-visible .logo a svg g {
		fill: #fff!important
	}

	header.primary.mobile-nav-visible .logo a svg g#text,header.primary.search-visible .logo a svg g#text,header.primary.video-visible .logo a svg g#text {
		opacity: 0;
		transition: fill 1s cubic-bezier(.77,0,.175,1) .5s,opacity .5s cubic-bezier(.77,0,.175,1) 0s,visibility .5s cubic-bezier(.77,0,.175,1) 0s,transform 1s cubic-bezier(.77,0,.175,1) 0s;
		visibility: hidden
	}

	header.primary.mobile-nav-visible:not(.search-visible) .main {
		background: #203367!important
	}

	section.header-image-full .masker,section.header-image-full .media .image .masker,section.header-image-full .media .masker,section.header-image-standard .masker {
		margin-bottom: 100px
	}

	section.shader-wrap.hide-left-nav .colour-wrap {
		max-width: 100%
	}
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	header.primary nav.desktop li:last-child ul.sub-menu {
		max-width: 250px
	}

	header.primary nav.desktop li:nth-last-child(2) ul.sub-menu {
		max-width: 360px
	}

	header.primary nav.desktop li:nth-last-child(3) ul.sub-menu {
		max-width: 400px
	}

	header.primary nav.desktop li:nth-last-child(4) ul.sub-menu,header.primary nav.desktop li:nth-last-child(5) ul.sub-menu {
		max-width: 450px
	}

	header.primary nav.desktop ul.sub-menu {
		width: 50vw
	}

	header.primary nav.desktop ul.sub-menu ul.sub-menu {
		width: auto
	}

	header.primary nav.desktop>ul>li>ul.sub-menu {
		display: block
	}

	header.primary nav.desktop>ul>li.menu-item-has-children:first-child>ul.sub-menu {
		display: -ms-flexbox;
		display: flex
	}
}

@media only screen and (max-width:1550px) {
	section.auction-builder aside.service-agents {
		max-width: 300px;
		margin: 2rem auto
	}

	section.auction-builder ul.property-actions {
		margin: 0 auto 3rem;
		padding: 0 5vw
	}

	section.auction-builder ul.property-actions li {
		margin: .5rem 0
	}

	section.property-builder aside.service-agents {
		max-width: 300px;
		margin: 2rem auto
	}

	section.property-builder ul.property-actions {
		margin: 0 auto 3rem;
		padding: 0 5vw
	}

	section.property-builder ul.property-actions li {
		margin: .5rem 0
	}
}

@media screen and (max-width:450px) {
	section.christmas-calander-dates article .date .day {
		font-size: 80px;
		font-size: 5rem
	}
}

@media (max-width:959px) {
	section.header-hero {
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 600px;
		min-height: 600px;
	}

	section.header-hero .stories-wrapper {
		bottom: unset;
		position: relative
	}

	section.header-hero .stories-wrapper .controls .next,section.header-hero .stories-wrapper .controls .prev {
		width: 70px
	}

	section.header-hero .stories-wrapper .controls {
		background-color: #3965dd;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-direction: column;
		flex-direction: column
	}

	section.header-hero .stories .posts .next {
		padding: 22px
	}

	section.header-hero .stories .posts .next .image {
		display: none
	}

	section.image-statistics h4.heading {
		text-align: center
	}

	section.image-statistics h4.heading:before {
		left: 0;
		margin: 0 auto;
		right: 0;
		text-align: center
	}
}

@media (max-width:30em) {
	section.header-image-full .header-google {
		margin-right: 0
	}

	section.header-image-full .header-additional-address {
		display: block
	}
}
/*# sourceMappingURL=../../maps/style.css.map */


.logos{
	max-height: 55px;
	-webkit-filter: grayscale(1) brightness(9);
}
.primary.on-scroll .logos{
	-webkit-filter: unset;
}
.mobile-nav-visible .logos{
	-webkit-filter: grayscale(1) brightness(9);
}
.mobile-nav-visible .primary.on-scroll .logos{
	-webkit-filter: grayscale(1) brightness(9);
}


@media (max-width:1024px) {
	.logos{
		width: 180px;
	}
}


.tellogo{
	-webkit-filter: grayscale(1) brightness(9);
}

body.on-scroll .tellogo{
	-webkit-filter: unset;
}

.mobile-nav-visible .tellogo{
	-webkit-filter: grayscale(1) brightness(9);
}

body.on-scroll .mobile-nav-visible .tellogo{
	-webkit-filter: grayscale(1) brightness(9);
}


@media (min-width:960px) {
	section.header-hero .stories .posts .next .information{
		display: none;
	}
	header.primary nav.mobile .contact{
		display: flex;
		flex-direction: column;
	}
}

@media (max-width:960px) {
	header.primary nav.mobile .contact{
		display: flex;
		flex-direction: column;
	}
}





@media screen and (min-width: 1330px) and (max-width: 1550px){
    	header.primary .main .logo{
		    -ms-flex-preferred-size: calc(50% - 400px) !important;
		    flex-basis: calc(50% - 400px) !important;
		}
		 header.primary .main .search-btn {
			 -ms-flex-preferred-size: 100px !important;
		    flex-basis: 100px !important;
		}
		header.primary .main nav.desktop {
		    -ms-flex-preferred-size: 760px!important;
		    flex-basis: 760px!important;
		}

		header.primary nav.desktop>ul>li>a{
			    padding: 50px 15px 10px 15px
		}

}

@media screen and (min-width: 1025px) and (max-width: 1330px){
    	header.primary .main .logo{
		    -ms-flex-preferred-size: calc(40% - 250px) !important;
		    flex-basis: calc(40% - 250px) !important;
		}
		header.primary .main nav.desktop {
		    -ms-flex-preferred-size: 600px!important;
		    flex-basis: 600px!important;
		}

		header.primary nav.desktop>ul>li>a {
		    padding: 48px 10px 0;
		}
		 header.primary .main .search-btn {
			 -ms-flex-preferred-size: 80px !important;
		    flex-basis: 80px !important;
		}
		header.primary .main .logo a {
		     padding: 30px 0 0; 
		    /*padding: 20px 0 0 0;*/
		    width: 180px;
		}

			header.primary .main .search-btn {
		    margin-top: 30px;
		}

		header.primary .main .search-btn .trigger{
			    margin: 0 15px;
		}

}




.gallery-top{
	height: 100%;
}

.gallery-top .swiper-slide img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: relative;
	z-index: -99;
}

.gallery-top .swiper-slide div.content{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0%;
	z-index: 999;
	background-color: rgba(15,24,47, 0.2);
	max-width: 100%;
	padding-top: 0;
	padding-left: 20%;
}



.swiper-button-prev, .swiper-button-next{
	color: #fff !important;
}

.swiper-pagination-bullet{
	width: 10px !important;
	height: 10px !important;
}

.swiper-button-prev:after, .swiper-button-next:after{
	font-size: 32px !important;
}


#intro .container h3{
	font-weight: bold;
	text-align: justify;
}

section.header-hero .overlay{
	background-color: unset;
	background-image: linear-gradient(180deg,#3c3c3cdb 10%,rgba(33,39,57,0.5)) !important;
}

/********************************************************************************************************************************/


.sectionbanner{
	position: relative;
	height: 100%;
}
.sectionbanner .bannertext{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(15,24,47, 0.2);
}
	
.sectionbanner .bannertext h1{
	font-size: 62px;
	font-weight: bold;
	color: #fff;
}

.sectionbanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.aboutsection .container h3{
	font-size: 22px !important;line-height: 1.6 !important;color: #000 !important;
}



.tenancymin section.image-side-content{
	margin: 90px 0;
}

.tenancymin article.medium-mce p a{
	color: #3965DD;
	text-decoration: underline;
}


@media (max-width:960px) {
	.tenancymin section.image-side-content{
		margin: 0 0;
	}
	
	footer.primary nav.menu span.title{
		    font-size: 1.2125rem;
	}
}



.contactsection1{
	background-color: #F4F5F7;
}

.contactsection1  .container,.contactsection2  .container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 6vw;
    padding-right: 6vw;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
	padding: 80px 0;
}

.contactsection1  .container{
	display: flex;
	flex-wrap: wrap;
}

.contactsection1 .item{
	width: calc(25% - 15px);
	background: #fff;
	padding: 20px 15px;
}

.contactsection1 .item i{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #3965DD;
	color: #fff;
	 position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 32px;
}

.contactsection1 .item p{
	padding-top: 15px;
	color: #203367;
	text-align: center;
    font-weight: bold;
}

.contactsection1 .item p a{
	color: #203367;
	text-align: center;
	font-size: 15px;
}

@media (min-width: 1231px){
	.contactsection1  .container,.contactsection2  .container{
	    padding-left: 0;
	    padding-right: 0;
	}
}
@media (min-width: 781px){
	.contactsection1  .container,.contactsection2  .container{
	    padding-left: 15px;
	    padding-right: 15px;
	}
}



.contactsection2{
	background-color: #fff;
}

.contactsection2 .container{
	display: flex;
	justify-content: center;
}

.contactsection2 .container .content{
	text-align: center;
}

.contactsection2 .container .content h2:before {
    background: #3965dd;
    content: "";
    display: block;
    top: auto;
    right: auto;
    bottom: 0;
    left: calc(50% - 20px);
    position: absolute;
    width: 40px;
    height: 1px;
}

.formdiv{
	padding-top: 15px;
}

.formdiv .form-group{
	width: 100%;
	margin-bottom: 15px;
}

.formdiv .form-group1{
	display: flex;
	justify-content: space-between;
}

.formdiv .form-group .form-control{
	background-color: #F4F5F7;
	padding: 10px 15px;
	color: #000;
	width: 100%;
}

.formdiv .form-group1 .form-control{
	width: calc(50% - 7.5px);
}

.formdiv .form-group .form-control::placeholder{
   color: #333;
}

.formdiv button{
	background-color: unset !important;
}




@media (max-width: 960px){
	.contactsection1 .item{
		width: calc(50% - 7.5px);
		background: #fff;
		padding: 20px 15px;
		margin-bottom: 15px;
	}


}


@media (max-width: 780px){

	.contactsection2 .container{
		padding-left: 15px;
		padding-right: 15px;
	}
}





.newsmain{
	background-color: #F4F5F7;
}

.newssection  .container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 6vw;
    padding-right: 6vw;
    max-width: 1240px;
    display: flex;
    justify-content: flex-start;
    display: flex;
	flex-wrap: wrap;
	padding: 80px 0 80px 0;
}

.newscategory .container{
	 margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}


.newssection .item{
	width: calc(25% - 15px);
	background: #fff;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	border-bottom: 3px solid #203367;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 7.5px;
}

.newssection .item .boximg{
	 overflow: hidden;
}

.newssection .item .boximg img{
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s ;
    -moz-transition: all 0.5s ease 0s ;
    -ms-transition: all 0.5s ease 0s ;
    -o-transition: all 0.5s ease 0s ;
    transition: all 0.5s ease 0s ;
}

.newssection .item:hover .boximg img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.newssection .item .text{
	padding: 20px 15px 20px 15px;
}

.newssection .item .text .newtag{
	background-color: #E8EAF0;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 14px;
	color: #000;
}


.newssection .item .text h6.title{
	font-size: 16px;
	color: #000;
	margin: 15px 0;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}

.newssection .item .text h6.title:before {
    background: #E8EAF0;
    content: "";
    display: block;
    top: auto;
    right: auto;
    bottom: -8px;
    left: 0;
    position: absolute;
    width: 40px;
    height: 2px;
}

.newssection .item .text .times{
	text-align: right;
	color: #646E89;
}


.newssection .item.itemactive{
	width: calc(50% - 15px);
	background: #fff;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	border-bottom: none;
}

.newssection .item.itemactive .boximg{
	height: 100%;
}

.newssection .item.itemactive .boximg img{
   object-fit: cover;
    height: 100%;
}


.newssection .item.itemactive .text{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(32, 51, 103, 0.5);
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px;
}

.newssection .item.itemactive .text h6.title{
	color: #fff;
	margin: 20px 0;
}

.newssection .item.itemactive .text .times{
	display: flex;
	justify-content: flex-end;
	text-align: right;
	width: 100%;
	color: #fff;
}

.newssection .item.itemactive .text .newtag{
	background-color: #3965DD;
	color: #fff;
}



@media (max-width:1280px){

	.newssection  .container{
	    padding-left: 20px;
	    padding-right: 20px;
	}

	.newscategory .container{
		padding-left: 20px;
	    padding-right: 20px;
	}


}

@media (max-width: 1231px){

	.newssection .item{
		width: calc(33.33% - 15px);
	}

	.newssection .item.itemactive{
		width: calc(66.66% - 15px);
	}

}

@media (max-width: 960px){

	.newssection .item{
		width: calc(50% - 15px);
	}

	.newssection .item.itemactive{
		width: calc(100%);
	}

}


@media (max-width: 768px){

	.newscategory .container{
		padding-left: 15px;
	    padding-right: 15px;
	}


	.newssection  .container{
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.newscategory .container{
		padding-left: 15px;
	    padding-right: 15px;
	}


}

.pages{
  width: 100%;
}
.pages ul{display: flex;justify-content: center;align-items: center;margin-top:80px;}
.pages ul li a{
	width: 45px;height: 45px;background-color: #fff;
	line-height: 45px;text-align: center;margin: 0 5px;
	border-radius: 4px;display: block;
	color: #203367;
}

.pages ul li a:hover{
	background-color: #203367;
}
.pages ul li a:hover{
	color: #fff;
}




.newinnermain{
	background-color: #fff;
}
.newssection .newinner{
	display: flex;
	justify-content: space-between;
}

.newssection .newinner .newleft{
	width: 90px;
}

.newssection .newinner .newleft .titp{
	background-color: #203367;
	padding: 7px 0;
	text-align: center;
	color: #fff;
}

.newssection .newinner .newleft ul{
	border: 1px solid #DFDFDF;
}

.newssection .newinner .newleft ul li{
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #DFDFDF;
	text-align: center;
	line-height: 90px;
}

.newssection .newinner .newleft ul li a i{
	font-size: 28px;
	color: #203367;
}

.newssection .newinner .newright{
	width: calc(100% - 150px);
}

.newssection .newinner .newright p{
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	padding-bottom: 20px;
}

.newssection .newinner .newright .newbottom{
	display: flex;
	justify-content: space-around;
	padding: 15px 0;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	margin-top: 50px;
}

.newssection .newinner .newright .newbottom a{
	color: #000;
}

.newssection .newinner .newright .newbottom a i{
	margin: 0 5px;
}

.newssection .newinner .newright .newbottom a:hover{
	color: #203367;
}



@media (max-width: 960px){

	.newssection .newinner .newleft{
		width: 80px;
	}

	.newssection .newinner .newleft ul li{
		width: 100%;
		height: 80px;
		border-bottom: 1px solid #DFDFDF;
		text-align: center;
		line-height: 80px;
	}
	.newssection .newinner .newright{
			width: calc(100% - 110px);
	}

}


@media (max-width: 768px){

	.newssection .newinner .newleft{
		width: 60px;
	}

	.newssection .newinner .newleft .titp{
		font-size: 14px;
	}

	.newssection .newinner .newleft ul li a i{
		font-size: 24px;
		color: #203367;
	}



	.newssection .newinner .newleft ul li{
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #DFDFDF;
		text-align: center;
		line-height: 60px;
	}
	.newssection .newinner .newright{
			width: calc(100% - 75px);
	}


}


.newscategory{
	position: relative;
	top: -40px;
	display: flex;
    justify-content: center;
}

.newscategory .container{
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
	display: flex;
	padding-left: 2vw;
    padding-right: 2vw;
	justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left: 15px;
	margin-right: 15px;
	width: 100%;
}

.newscategory .container .newscategoryleft{
	display: flex;
	align-items: center;
}

.newscategory .container .newscategoryleft span{
	color: #3965DD;
}

.newscategory .container .newscategoryright ul{
	display: flex;
	justify-content: flex-start;
}

.newscategory .container .newscategoryright ul li{
	padding-left: 40px;
}

.newscategory .container .newscategoryright ul li select{
	padding: 5px 5px 5px 0;
	border-bottom: 2px solid #DFDFDF;
	min-width: 150px;
	margin-left: 10px;
}



.barristerssection .container{
	 margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}



.barristerssection .container{
	display: flex;
	padding-left: 2vw;
    padding-right: 2vw;
	justify-content: space-between;
	padding-top: 35px;
	padding-bottom: 35px;
	margin: 0 auto;
	width: 100%;
}


.barristerssection .container .left{
	width: 45%;
}

.barristerssection .container .left h2{
	color: #000;
}

.barristerssection .container .left h2:before{
	background: #000;
}

.barristerssection .container .right{
	width: 50%;
}

.barristerssection .container .right p{
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	text-align: justify;
}


@media (max-width: 960px){

	.newscategory .container {
	  padding: 20px 20px;
	}

}



.peoplesection .container{
	justify-content: space-between;
	border-top: 2px solid #D6D6D6;
}

.peoplesection .container .left{
	width: 25%;
	display: flex;
	justify-content: space-between;
}
.peoplesection .container .right{
	width: 70%;
	display: flex;
	flex-wrap: wrap;
}

.peoplesection .container .right .item{
	width: calc(33.33% - 15px);
}



.peoplesection .container .left .pro_menu_list{
	width: 100%;
}

.peoplesection .container .left .pro_menu_list .menuh{
	border-bottom: 2px solid #D6D6D6;
	margin-bottom: 30px;
}
.peoplesection .container .left .pro_menu_list h3{
	/*border-bottom: 1px solid #000;*/
	padding-bottom: 20px;
	/*margin-bottom: 20px;*/
	color: #000;
	font-size: 28px;
	font-weight: bold;
}
.peoplesection .container .left .pro_menu_list h3 em{float: right;text-align: right;}
.peoplesection .container .left .pro_menu_list h3 em .plus{
   display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.peoplesection .container .left .pro_menu_list h3 em .plus::before{
    content: '';
    width: 13px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 12px;
    left: 12px;
  }
.peoplesection .container .left .pro_menu_list h3 em .plus::after{
    content: '';
    width: 2px;
    height: 13px;
    background-color: #000;
    position: absolute;
    top: 7px;
    left: 17px;
  }
.peoplesection .container .left .pro_menu_list h3 em .minus{
    display: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.peoplesection .container .left .pro_menu_list h3 em .minus::after{
   content: '';
    width: 13px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 12px;
    left: 12px;
  }
.peoplesection .container .left .coll{padding:0px 0px 30px 0px;display: none;}
/*.peoplesection .container .left .menuh .plus{display: none;}*/
/*.peoplesection .container .left .menuh .minus{display: block;}*/
.peoplesection .container .left .menuh:nth-child(1) .coll{display: block;}
.peoplesection .container .left .menuh:nth-child(1) .plus{display: none;}
.peoplesection .container .left .menuh:nth-child(1) .minus{display: block;}



.peoplesection .container .left .coll label{display: flex;margin-top: 15px;font-size: 18px;color: #646e89;font-weight: 400;}
.all_view a{display: block;width: auto;height: auto;padding: 20px;border:1px solid #ff8200;color: #ff8200;text-align: center;font-size: 20px;cursor: pointer;}
.all_view{margin-bottom: 50px;}
.peoplesection .container .left .row{display: flex;flex-wrap: wrap;}
.peoplesection .container .left label.check-box{position: relative;}
.peoplesection .container .left label.check-box input{opacity: 0;}
.peoplesection .container .left label.check-box .checkmark {
    position: absolute;
    height: 16px;
    width: 16px;
    left: 0px;
    top: 2px;
    background: #fff;
    margin-right: 10px;
    /* border: 1px solid #e2e2e2; */

    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #646e89;
}
.peoplesection .container .left label.check-box .checkmark:after {
    content: "";
    position: absolute;
    top: 43%;
    left: 50%;
    width: 6px;
    height: 12px;
    border: solid #646e89;
    border-width: 0 3px 3px 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(0);
    -ms-transform: translate(-50%,-50%) rotate(45deg) scale(0);
    transform: translate(-50%,-50%) rotate(45deg) scale(0);
    -webkit-transition: .2s;
    transition: .2s;
    border-color: #fff;
    border-width: 0 2px 2px 0;
}
.peoplesection .container .left label.check-box input:checked~.checkmark {
    background-color: #646e89;
    border-color: #fff;
}
.peoplesection .container .left label.check-box input:checked~.checkmark:after {
    -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(.8);
    -ms-transform: translate(-50%,-50%) rotate(45deg) scale(.8);
    transform: translate(-50%,-50%) rotate(45deg) scale(.8);
}
.peoplesection .container .left label.check-box .txt-value{margin-left: 10px;}

.filtersa{
	font-size: 18px;
	color: #203367;
	position: relative;
}
.filtersa i{
	padding-left: 10px;
	color: #203367;
}
.filtersa:hover:before{width: 100%}
.filtersa:before {
    background: #203367;
    content: "";
    display: block;
    top: auto;
    right: auto;
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 0%;
    height: 1px;
	transition: all 0.3s ;
}

.peoplerightresults{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 25px;
}
.peoplerightresults .peopleleft{
	width: unset;
}
.peoplerightresults .peopleright{
	width: unset;
}
.peoplerightresults .peopleright select{
	padding: 5px 5px 5px 0;
	border-bottom: 2px solid #D6D6D6;
	background: unset;
	min-width: 150px;
	margin-left: 10px;
}

.peoplesection .container .right{
	flex-direction: column;
}

.peoplesection .container .right .rightinner{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}




.peoplesection .item{
	border-bottom: none;
}

.peoplesection .item .text{
	padding: 20px 15px 20px 15px;
	text-align: center;
}


.peoplesection .item .text h4{
	font-size: 18px;
	color: #000;
	margin: 0 0 10px 0;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}

.peoplesection .item .text .desc{
	position: relative;
	margin-bottom: 30px;
	color: #646e89;
}
.peoplesection .item .text .desc:before {
    background: #E8EAF0;
    content: "";
    display: block;
    top: auto;
    right: auto;
    bottom: -15px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
}

.peoplesection .item .text .mores{
	text-align: center;
	color: #646E89;
}

.peoplesection .item .text .mores i{
	float: right;
	color: #203367;
}

.peoplesection .item.itemactive{
	width: calc(50% - 15px);
	background: #fff;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
	border-bottom: none;
}







@media (max-width: 1366px){
	section.header-hero .share i{
		width: 40px;
		height: 40px;
	}
	section.header-hero .share{
		width: calc(50% - 490px);
	}
	section.header-hero .scroll-down{
		width: calc(50% - 490px);
	}
}



@media (max-width: 1150px){
	section.header-hero .share{
		width: 150px;
	}
	section.header-hero .scroll-down{
		width: 150px;

	}
}

@media (max-width: 960px){
	section.header-hero .share{
		width: 150px;
	}
	section.header-hero .scroll-down{
		width: 150px;

	}

	.gallery-top .swiper-slide div.content{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-left: 40px;
	}

	section.header-hero .button {
	   
	}

}


@media (max-width: 768px){
	section.header-hero{
	 min-height: unset; 
    height: 400px;
	}

}


.innerbanner{
	height: 400px;
}



@media (max-width: 1440px){
	.sectionbanner .bannertext h1{
		font-size: 52px;
	}
}



@media (max-width: 1280px){
	.sectionbanner .bannertext h1{
		font-size: 48px;
	}
}


@media (max-width: 1024px){
	.sectionbanner .bannertext h1{
		font-size: 42px;
	}
}

@media (max-width: 768px){
	.sectionbanner .bannertext h1{
		font-size: 38px;
	}
}



.peoplesearch{

}


.peoplesearch .container {
    background-color: #fff;
    border-radius: 50px;
    height: 98%;
    width: 98%;
    display: unset;
    padding-left: unset;
    padding-right: unset;
    justify-content: unset;
    padding-top: unset;
    padding-bottom:unset;
    margin-left: unset;
    margin-right: unset;
    overflow: hidden;
}


.peoplesearch .container form{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.peoplesearch .container form input{
	width: calc(100% - 135px);
	padding: 25px 0 25px 40px;
}

.peoplesearch .container form button{
	width: 135px;
	background-color: #3965DD;
	height: 100%;
	padding: 20px 0;
	margin: 5px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	color: #fff;
}

.peoplesearch .container form button i{
	padding-left: 10px;
}





@media (max-width: 1024px){
	.peoplesection .container .left{
		width: 30%;
	}

	.peoplesection .container .right{
		width: 65%;
	}

	.peoplesection .container .right .item {
	    width: calc(50% - 15px);
	}
}


@media (max-width: 768px){
	.peoplesection .container .left{
		width: 100%;
	}

	.peoplesection .container .right{
		width: 100%;
	}

	.peoplerightresults{
		margin-top: 40px;
		flex-direction: column;
	}
	.peoplerightresults .peopleright{
		text-align: right;
		margin-top: 10px;
	}
}


.peopleinnermain {
    background-color: #F4F5F7;
}

.peopleinnermain .peopsection .peopleinner{
	background: #fff;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}

.peopleinner .left{
	width: 35%;
}

.peopleinner .left h3{
	font-size: 30px;
	color: #000;
	margin: 30px 0 20px 0;
}

.peopleinner .left ul.social{
	display: flex;
	justify-content: flex-start;
}
.peopleinner .left ul.social li{
	width: 32px;
	height: 32px;
	background-color: #3965DD;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	margin-right: 15px;
}
.peopleinner .left ul.social li a i{
	color: #fff;
	font-size: 14px;
}

.peopleinner .left ul.btnuul{
	display: flex;
	justify-content: flex-start;
}
.peopleinner .left ul.btnuul li{
	background-color: #3965DD;
	margin-right: 15px;
	padding: 6px 12px;
	border-radius: 4px;
}
.peopleinner .left ul.btnuul li:nth-child(2),.peopleinner .left ul.btnuul li:nth-child(4),.peopleinner .left ul.btnuul li:nth-child(6){
	background-color: #203367;
}
.peopleinner .left ul.btnuul li a{
	font-size: 14px;
}


.peopleinner .left ul.btnuul li a{
	color: #fff;
}

.peopleinner .left p{
	margin: 15px 0;
}

.peopleinner .left h4{
	font-size: 26px;
	color: #000;
	font-weight: bold;
}



.peopleinner .right{
	width: 60%;
	text-align: justify;
}

.peopleinner .right p{
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	padding-bottom: 20px;
}


.peopleinner .right .peopleback a{
	color: #203367;
	font-weight: bold;
}
.peopleinner .right .peopleback img{
	padding-right: 10px;
}


@media (max-width: 768px){
	.peopleinnermain .peopsection .peopleinner{
		padding-left: 15px;
		padding-right: 15px;
	}
	.peopleinner .left{
		width: 100%;
		padding-bottom: 15px;
	}
	.peopleinner .right{
		width: 100%;
	}

}



@media (max-width: 900px){

	.newscategory .container {
	  padding: 20px 15px;
	  display: flex;
	  flex-direction: column;
	}

	.newscategory .container .newscategoryleft{
        margin: 0 0 0 20px;
	}
	.newscategory .container .newscategoryright{
		display: flex;
        justify-content: flex-end;
        margin: 10px 20px 0 0;
	}


	.peoplesearch .container {
	  padding: 0;
	}

}



@media (max-width: 768px){

	.newscategory{
		top: 40px;
	}

	.newscategory .container {
	  padding: 20px 15px;
	  display: flex;
	  flex-direction: column;
	  box-shadow: unset;
	  border-radius: 15px;
	  margin-left: 15px;
	  margin-right: 15px;
	}

	.newscategory .container .newscategoryleft{
        margin: 0 0 0 0px;
	}
	.newscategory .container .newscategoryright{
		display: flex;
        justify-content: flex-start;
        margin: 15px 0 0 0;
	}
	.newscategory .container .newscategoryright ul{
		display: flex;
	    justify-content: flex-start;
	    flex-direction: column;
	    width: 100%
	}
	.newscategory .container .newscategoryright ul li{
		padding-left: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 10px 0;
	}
	.newscategory .container .newscategoryright ul li select{
		width: calc(100% - 75px);
		min-width: calc(100% - 75px);
	}

	.newscategory .container .newscategoryright ul li select{
		padding-left: 0;
	}

	.newssection  .container{
		padding-left: 7.5px;		
		padding-right: 7.5px;	
		display: flex;
		flex-direction: column;	
	}

	.newssection .newinner .newleft{
		width: 100%;
	}
	.newssection .newinner .newleft .titp {
	    font-size: 16px;
	    padding: 15px 0;
	}

	.newssection .newinner .newleft ul li {
	    width: 25%;
	    border-right: 1px solid #DFDFDF;
	}
	.newssection .newinner .newleft ul{
		display: flex;
	}

	.newssection .newinner .newright{
		width: 100%;
		margin-top: 20px;
	}



	.peoplesearch{
		top: -40px;
	}

	.peoplesearch .container {
	  border-radius: 50px;
	  padding: 0;
	}




}





.toTop-arrow {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: 0;
    background: #3965dd;
    cursor: pointer;
    position:fixed;
    right: 3rem;
    bottom: 10rem;
    display: none;
    z-index: 90;
    line-height: 55px;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(155 155 155 / 40%);;
    }


 .toTop-arrow .fa{
    color: #fff;
    font-size: 30px;
}

.toTop-arrow:focus {outline: none;}
.footer .inner .right .items h3 i{display: none;}



.innerhtml footer{
    background-color: #F1F5F6;
}


#iframecontact{
	position: relative;
	top: 5px;
	width: 100%;
	min-height: 600px;
	border:0;
}


.search-btn .lang p{
	width: 50px;
    height: 50px;
       border: 1px solid hsla(0,0%,100%,.3);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    transition: all .5s cubic-bezier(.165,.84,.44,1);
    cursor: pointer;
}


/*.primary.on-scroll .search-btn .lang p{
	border: 1px solid #3965dd;
	border-color: rgba(32,51,103,.15);
	color: #333;
}*/

.search-btn .lang ul{
  /*  transition: all .5s cubic-bezier(.165,.84,.44,1);
    max-height: 0;
    opacity: 0;*/
    display: flex;
    justify-content: flex-start;
}

/*.search-btn .lang:hover ul{
	max-height: unset;
    opacity: 1;
}*/

.search-btn .lang ul li{
	width: 50px;
    height: 50px;
    /*border: 1px solid hsl	a(0,0%,100%,.3);*/
    text-align: center;
    line-height: 50px;
    position: relative;
    /*border-radius: 50%;*/
    /*transition: all .5s cubic-bezier(.165,.84,.44,1);*/
    /*margin: 10px 0;*/
}


.search-btn .lang ul li:after{
	content: " ";
    position: absolute;
    top: 18px;
    right: -2px;
    color: #fff;
    height: 15px;
    background: #fff;
    width: 2px;
	transition: padding .5s cubic-bezier(.77,0,.175,1) 0s,color 1s cubic-bezier(.77,0,.175,1) 0s;
}

.search-btn .lang ul li:last-child:after{
	display: none;
}


/*.primary.on-scroll .search-btn .lang ul li{
	border: 1px solid #3965dd;
}
*/
.search-btn .lang ul li a{
	color: #fff;
	 transition: padding .5s cubic-bezier(.77,0,.175,1) 0s,color 1s cubic-bezier(.77,0,.175,1) 0s;
	/*font-size: 14px;*/
}


.primary.on-scroll .search-btn .lang ul li a{
		color: #333;
}
.primary.on-scroll .search-btn .lang ul li:after{
	content: " ";
    position: absolute;
    top: 18px;
    right: -2px;
    color: #333;
    height: 15px;
    background: #333;
    width: 2px;
}

.search-btn .lang ul li.active a{
	color: #3965dd !important;
}

.search-btn .lang ul li a:hover{
	color: #3965dd !important;
}




.mobilemenus{
	display: none;
}
.pccol{
	display: block;
}

@media (max-width: 1024px){
	header.primary .main .search-btn .trigger{
		margin: 0 15px;
	}
	.mobilemenus{
		display: block;
	}
	.pccol{
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1024px)
{
	header.primary nav.desktop>ul>li>a {
	    padding: 48px 10px 0 10px;
	}
}



@media (max-width: 768px){
		.innerbanner {
		    height: 300px;
		}

		.peoplesearch .container form button{
			width: 105px;
		}
		.peoplesearch .container form input{
			    width: calc(100% - 105px);
			    padding: 25px 0 25px 15px;
			    font-size: 14px;
		}

		.barristerssection .container{
			flex-direction: column;
		}
		.barristerssection .container .left{
			width: 100%;
		}
		.barristerssection .container .right{
			width: 100%;
		}

		#iframecontact{
			min-height: 500px;
		}

		.newssection .item {
	    width: 100%;
	}

	.peoplesection .container .right .item {
	   	    width: 100%;
	}
}


.searchinput::-webkit-input-placeholder{
	font-size: 14px;
}

.searchinput::-moz-placeholder{
	font-size: 14px;
}

.searchinput:-ms-input-placeholder{
	font-size: 14px;
}

.searchinput::-webkit-input-placeholder{
	font-size: 14px;
}

.searchinput::placeholder{
	font-size: 14px;
}


@media (max-width: 375px){
.searchinput::-webkit-input-placeholder{
	font-size: 12px;
}

.searchinput::-moz-placeholder{
	font-size: 12px;
}

.searchinput:-ms-input-placeholder{
	font-size: 12px;
}

.searchinput::-webkit-input-placeholder{
	font-size: 12px;
}

.searchinput::placeholder{
	font-size: 12px;
}

}


