﻿/*! normalize.css v2.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:0.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}img,video,audio,iframe,object{max-width:100%;height:auto}*,*:before,*:after{box-sizing:border-box}.clearfix,.group{zoom:1}.clearfix:before,.clearfix:after,.group:before,.group:after{content:"\0020";display:block;height:0;overflow:hidden}.clearfix:after,.group:after{clear:both}.fade-in{opacity:0;transition:opacity 1s ease;transition-delay:.5s}.fade-in.lazyloaded{opacity:1}.js-fade-out{transition:opacity .5s ease;opacity:1}.js-fade-out--active{opacity:0;transition:opacity .5s ease}#app.is-exiting .site__transition{transition:opacity linear .25s;opacity:1;z-index:10000}.a-item{-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px);opacity:0;transition:opacity 1s ease, -webkit-transform 1s ease;transition:opacity 1s ease, transform 1s ease}.a-item--active{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}/*! Pushy - v1.0.0 - 2016-3-1
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */.pushy{position:fixed;width:50vw;height:100%;top:0;z-index:9999;background:#191918;overflow:auto;visibility:hidden;-webkit-overflow-scrolling:touch}.pushy a{display:block;color:#b3b3b1;padding:15px 30px;text-decoration:none;outline:0}.pushy a:hover{color:#FFF}.pushy ul:first-child{margin-top:10px}.pushy.pushy-left{left:0}.pushy.pushy-right{right:0}.pushy-left{-webkit-transform:translate3d(-50vw, 0, 0);-ms-transform:translate3d(-50vw, 0, 0);transform:translate3d(-50vw, 0, 0)}.pushy-open-left #container,.pushy-open-left .push{-webkit-transform:translate3d(50vw, 0, 0);-ms-transform:translate3d(50vw, 0, 0);transform:translate3d(50vw, 0, 0)}.pushy-right{-webkit-transform:translate3d(50vw, 0, 0);-ms-transform:translate3d(50vw, 0, 0);transform:translate3d(50vw, 0, 0)}.pushy-open-right #container,.pushy-open-right .push{-webkit-transform:translate3d(-50vw, 0, 0);-ms-transform:translate3d(-50vw, 0, 0);transform:translate3d(-50vw, 0, 0)}.pushy-open-left .pushy,.pushy-open-right .pushy{-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}#container,.pushy,.push{transition:-webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);transition:transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99)}.site-overlay{display:none}.pushy-open-left .site-overlay,.pushy-open-right .site-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background-color:rgba(0,0,0,0.5);-webkit-animation:fade 500ms;animation:fade 500ms}@keyframes fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fade{0%{opacity:0}100%{opacity:1}}.pushy-submenu ul{padding-left:15px;transition:max-height 0.2s ease-in-out}.pushy-submenu ul .pushy-link{transition:opacity 0.2s ease-in-out}.pushy-submenu>a{position:relative}.pushy-submenu>a::after{content:'';display:block;height:11px;width:8px;position:absolute;top:50%;right:15px;background:url("../img/arrow.svg") no-repeat;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);transition:-webkit-transform 0.2s;transition:transform 0.2s}.pushy-submenu-closed ul{max-height:0;overflow:hidden}.pushy-submenu-closed .pushy-link{opacity:0}.pushy-submenu-open ul{max-height:1000px}.pushy-submenu-open .pushy-link{opacity:1}.pushy-submenu-open a::after{-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.no-csstransforms3d .pushy-submenu-closed ul{max-height:none;display:none}.hide{display:none !important}.invisible{visibility:hidden}@media screen and (max-width: 39.99875em){.hide-for-small-only{display:none !important}}@media screen and (max-width: 0em), screen and (min-width: 40em){.show-for-small-only{display:none !important}}@media print, screen and (min-width: 40em){.hide-for-medium{display:none !important}}@media screen and (max-width: 39.99875em){.show-for-medium{display:none !important}}@media screen and (min-width: 40em) and (max-width: 63.99875em){.hide-for-medium-only{display:none !important}}@media screen and (max-width: 39.99875em), screen and (min-width: 64em){.show-for-medium-only{display:none !important}}@media print, screen and (min-width: 64em){.hide-for-large{display:none !important}}@media screen and (max-width: 63.99875em){.show-for-large{display:none !important}}@media screen and (min-width: 64em) and (max-width: 74.99875em){.hide-for-large-only{display:none !important}}@media screen and (max-width: 63.99875em), screen and (min-width: 75em){.show-for-large-only{display:none !important}}@media screen and (min-width: 75em){.hide-for-xlarge{display:none !important}}@media screen and (max-width: 74.99875em){.show-for-xlarge{display:none !important}}@media screen and (min-width: 75em) and (max-width: 89.99875em){.hide-for-xlarge-only{display:none !important}}@media screen and (max-width: 74.99875em), screen and (min-width: 90em){.show-for-xlarge-only{display:none !important}}@media screen and (min-width: 90em){.hide-for-xxlarge{display:none !important}}@media screen and (max-width: 89.99875em){.show-for-xxlarge{display:none !important}}@media screen and (min-width: 90em) and (max-width: 102.49875em){.hide-for-xxlarge-only{display:none !important}}@media screen and (max-width: 89.99875em), screen and (min-width: 102.5em){.show-for-xxlarge-only{display:none !important}}@media screen and (min-width: 102.5em){.hide-for-xxxlarge{display:none !important}}@media screen and (max-width: 102.49875em){.show-for-xxxlarge{display:none !important}}@media screen and (min-width: 102.5em){.hide-for-xxxlarge-only{display:none !important}}@media screen and (max-width: 102.49875em){.show-for-xxxlarge-only{display:none !important}}.show-for-sr,.show-on-focus{position:absolute !important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.show-on-focus:active,.show-on-focus:focus{position:static !important;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.show-for-landscape,.hide-for-portrait{display:block !important}@media screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:block !important}}@media screen and (orientation: portrait){.show-for-landscape,.hide-for-portrait{display:none !important}}.hide-for-landscape,.show-for-portrait{display:none !important}@media screen and (orientation: landscape){.hide-for-landscape,.show-for-portrait{display:none !important}}@media screen and (orientation: portrait){.hide-for-landscape,.show-for-portrait{display:block !important}}.row{max-width:1680px;margin-right:auto;margin-left:auto}.row::before,.row::after{display:table;content:' '}.row::after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row .row{margin-right:-0.625rem;margin-left:-0.625rem}@media print, screen and (min-width: 40em){.row .row{margin-right:-1.125rem;margin-left:-1.125rem}}@media print, screen and (min-width: 64em){.row .row{margin-right:-1.5625rem;margin-left:-1.5625rem}}@media screen and (min-width: 75em){.row .row{margin-right:-2.5rem;margin-left:-2.5rem}}@media screen and (min-width: 90em){.row .row{margin-right:-2.5rem;margin-left:-2.5rem}}@media screen and (min-width: 102.5em){.row .row{margin-right:-2.5rem;margin-left:-2.5rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row:not(.expanded) .row{max-width:none}.row.gutter-small>.column,.row.gutter-small>.columns{padding-right:0.625rem;padding-left:0.625rem}.row.gutter-medium>.column,.row.gutter-medium>.columns{padding-right:1.125rem;padding-left:1.125rem}.row.gutter-large>.column,.row.gutter-large>.columns{padding-right:1.5625rem;padding-left:1.5625rem}.row.gutter-xlarge>.column,.row.gutter-xlarge>.columns{padding-right:2.5rem;padding-left:2.5rem}.column,.columns{width:100%;float:left;padding-right:0.625rem;padding-left:0.625rem}@media print, screen and (min-width: 40em){.column,.columns{padding-right:1.125rem;padding-left:1.125rem}}@media print, screen and (min-width: 64em){.column,.columns{padding-right:1.5625rem;padding-left:1.5625rem}}@media screen and (min-width: 75em){.column,.columns{padding-right:2.5rem;padding-left:2.5rem}}.column,.columns,.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:left;clear:none}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:left}.column.end:last-child:last-child,.end.columns:last-child:last-child{float:left}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{width:8.33333%}.small-push-1{position:relative;left:8.33333%}.small-pull-1{position:relative;left:-8.33333%}.small-offset-0{margin-left:0%}.small-2{width:16.66667%}.small-push-2{position:relative;left:16.66667%}.small-pull-2{position:relative;left:-16.66667%}.small-offset-1{margin-left:8.33333%}.small-3{width:25%}.small-push-3{position:relative;left:25%}.small-pull-3{position:relative;left:-25%}.small-offset-2{margin-left:16.66667%}.small-4{width:33.33333%}.small-push-4{position:relative;left:33.33333%}.small-pull-4{position:relative;left:-33.33333%}.small-offset-3{margin-left:25%}.small-5{width:41.66667%}.small-push-5{position:relative;left:41.66667%}.small-pull-5{position:relative;left:-41.66667%}.small-offset-4{margin-left:33.33333%}.small-6{width:50%}.small-push-6{position:relative;left:50%}.small-pull-6{position:relative;left:-50%}.small-offset-5{margin-left:41.66667%}.small-7{width:58.33333%}.small-push-7{position:relative;left:58.33333%}.small-pull-7{position:relative;left:-58.33333%}.small-offset-6{margin-left:50%}.small-8{width:66.66667%}.small-push-8{position:relative;left:66.66667%}.small-pull-8{position:relative;left:-66.66667%}.small-offset-7{margin-left:58.33333%}.small-9{width:75%}.small-push-9{position:relative;left:75%}.small-pull-9{position:relative;left:-75%}.small-offset-8{margin-left:66.66667%}.small-10{width:83.33333%}.small-push-10{position:relative;left:83.33333%}.small-pull-10{position:relative;left:-83.33333%}.small-offset-9{margin-left:75%}.small-11{width:91.66667%}.small-push-11{position:relative;left:91.66667%}.small-pull-11{position:relative;left:-91.66667%}.small-offset-10{margin-left:83.33333%}.small-12{width:100%}.small-offset-11{margin-left:91.66667%}.small-up-1>.column,.small-up-1>.columns{float:left;width:100%}.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n){clear:none}.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{float:left;width:50%}.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n){clear:none}.small-up-2>.column:nth-of-type(2n+1),.small-up-2>.columns:nth-of-type(2n+1){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{float:left;width:33.33333%}.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{float:left;width:25%}.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{float:left;width:20%}.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{float:left;width:16.66667%}.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{float:left;width:14.28571%}.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{float:left;width:12.5%}.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.small-collapse .row{margin-right:0;margin-left:0}.expanded.row .small-collapse.row{margin-right:0;margin-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:0.625rem;padding-left:0.625rem}.small-centered{margin-right:auto;margin-left:auto}.small-centered,.small-centered:last-child:not(:first-child){float:none;clear:both}.small-uncentered,.small-push-0,.small-pull-0{position:static;margin-right:0;margin-left:0}.small-uncentered,.small-uncentered:last-child:not(:first-child),.small-push-0,.small-push-0:last-child:not(:first-child),.small-pull-0,.small-pull-0:last-child:not(:first-child){float:left;clear:none}.small-uncentered:last-child:not(:first-child),.small-push-0:last-child:not(:first-child),.small-pull-0:last-child:not(:first-child){float:left}@media print, screen and (min-width: 40em){.medium-1{width:8.33333%}.medium-push-1{position:relative;left:8.33333%}.medium-pull-1{position:relative;left:-8.33333%}.medium-offset-0{margin-left:0%}.medium-2{width:16.66667%}.medium-push-2{position:relative;left:16.66667%}.medium-pull-2{position:relative;left:-16.66667%}.medium-offset-1{margin-left:8.33333%}.medium-3{width:25%}.medium-push-3{position:relative;left:25%}.medium-pull-3{position:relative;left:-25%}.medium-offset-2{margin-left:16.66667%}.medium-4{width:33.33333%}.medium-push-4{position:relative;left:33.33333%}.medium-pull-4{position:relative;left:-33.33333%}.medium-offset-3{margin-left:25%}.medium-5{width:41.66667%}.medium-push-5{position:relative;left:41.66667%}.medium-pull-5{position:relative;left:-41.66667%}.medium-offset-4{margin-left:33.33333%}.medium-6{width:50%}.medium-push-6{position:relative;left:50%}.medium-pull-6{position:relative;left:-50%}.medium-offset-5{margin-left:41.66667%}.medium-7{width:58.33333%}.medium-push-7{position:relative;left:58.33333%}.medium-pull-7{position:relative;left:-58.33333%}.medium-offset-6{margin-left:50%}.medium-8{width:66.66667%}.medium-push-8{position:relative;left:66.66667%}.medium-pull-8{position:relative;left:-66.66667%}.medium-offset-7{margin-left:58.33333%}.medium-9{width:75%}.medium-push-9{position:relative;left:75%}.medium-pull-9{position:relative;left:-75%}.medium-offset-8{margin-left:66.66667%}.medium-10{width:83.33333%}.medium-push-10{position:relative;left:83.33333%}.medium-pull-10{position:relative;left:-83.33333%}.medium-offset-9{margin-left:75%}.medium-11{width:91.66667%}.medium-push-11{position:relative;left:91.66667%}.medium-pull-11{position:relative;left:-91.66667%}.medium-offset-10{margin-left:83.33333%}.medium-12{width:100%}.medium-offset-11{margin-left:91.66667%}.medium-up-1>.column,.medium-up-1>.columns{float:left;width:100%}.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n){clear:none}.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{float:left;width:50%}.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n){clear:none}.medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{float:left;width:33.33333%}.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{float:left;width:25%}.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{float:left;width:20%}.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{float:left;width:16.66667%}.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{float:left;width:14.28571%}.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{float:left;width:12.5%}.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.medium-collapse .row{margin-right:0;margin-left:0}.expanded.row .medium-collapse.row{margin-right:0;margin-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:1.125rem;padding-left:1.125rem}.medium-centered{margin-right:auto;margin-left:auto}.medium-centered,.medium-centered:last-child:not(:first-child){float:none;clear:both}.medium-uncentered,.medium-push-0,.medium-pull-0{position:static;margin-right:0;margin-left:0}.medium-uncentered,.medium-uncentered:last-child:not(:first-child),.medium-push-0,.medium-push-0:last-child:not(:first-child),.medium-pull-0,.medium-pull-0:last-child:not(:first-child){float:left;clear:none}.medium-uncentered:last-child:not(:first-child),.medium-push-0:last-child:not(:first-child),.medium-pull-0:last-child:not(:first-child){float:left}}@media print, screen and (min-width: 64em){.large-1{width:8.33333%}.large-push-1{position:relative;left:8.33333%}.large-pull-1{position:relative;left:-8.33333%}.large-offset-0{margin-left:0%}.large-2{width:16.66667%}.large-push-2{position:relative;left:16.66667%}.large-pull-2{position:relative;left:-16.66667%}.large-offset-1{margin-left:8.33333%}.large-3{width:25%}.large-push-3{position:relative;left:25%}.large-pull-3{position:relative;left:-25%}.large-offset-2{margin-left:16.66667%}.large-4{width:33.33333%}.large-push-4{position:relative;left:33.33333%}.large-pull-4{position:relative;left:-33.33333%}.large-offset-3{margin-left:25%}.large-5{width:41.66667%}.large-push-5{position:relative;left:41.66667%}.large-pull-5{position:relative;left:-41.66667%}.large-offset-4{margin-left:33.33333%}.large-6{width:50%}.large-push-6{position:relative;left:50%}.large-pull-6{position:relative;left:-50%}.large-offset-5{margin-left:41.66667%}.large-7{width:58.33333%}.large-push-7{position:relative;left:58.33333%}.large-pull-7{position:relative;left:-58.33333%}.large-offset-6{margin-left:50%}.large-8{width:66.66667%}.large-push-8{position:relative;left:66.66667%}.large-pull-8{position:relative;left:-66.66667%}.large-offset-7{margin-left:58.33333%}.large-9{width:75%}.large-push-9{position:relative;left:75%}.large-pull-9{position:relative;left:-75%}.large-offset-8{margin-left:66.66667%}.large-10{width:83.33333%}.large-push-10{position:relative;left:83.33333%}.large-pull-10{position:relative;left:-83.33333%}.large-offset-9{margin-left:75%}.large-11{width:91.66667%}.large-push-11{position:relative;left:91.66667%}.large-pull-11{position:relative;left:-91.66667%}.large-offset-10{margin-left:83.33333%}.large-12{width:100%}.large-offset-11{margin-left:91.66667%}.large-up-1>.column,.large-up-1>.columns{float:left;width:100%}.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n){clear:none}.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{float:left;width:50%}.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n){clear:none}.large-up-2>.column:nth-of-type(2n+1),.large-up-2>.columns:nth-of-type(2n+1){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{float:left;width:33.33333%}.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{float:left;width:25%}.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{float:left;width:20%}.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{float:left;width:16.66667%}.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{float:left;width:14.28571%}.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{float:left;width:12.5%}.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.large-collapse .row{margin-right:0;margin-left:0}.expanded.row .large-collapse.row{margin-right:0;margin-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:1.5625rem;padding-left:1.5625rem}.large-centered{margin-right:auto;margin-left:auto}.large-centered,.large-centered:last-child:not(:first-child){float:none;clear:both}.large-uncentered,.large-push-0,.large-pull-0{position:static;margin-right:0;margin-left:0}.large-uncentered,.large-uncentered:last-child:not(:first-child),.large-push-0,.large-push-0:last-child:not(:first-child),.large-pull-0,.large-pull-0:last-child:not(:first-child){float:left;clear:none}.large-uncentered:last-child:not(:first-child),.large-push-0:last-child:not(:first-child),.large-pull-0:last-child:not(:first-child){float:left}}@media screen and (min-width: 75em){.xlarge-1{width:8.33333%}.xlarge-push-1{position:relative;left:8.33333%}.xlarge-pull-1{position:relative;left:-8.33333%}.xlarge-offset-0{margin-left:0%}.xlarge-2{width:16.66667%}.xlarge-push-2{position:relative;left:16.66667%}.xlarge-pull-2{position:relative;left:-16.66667%}.xlarge-offset-1{margin-left:8.33333%}.xlarge-3{width:25%}.xlarge-push-3{position:relative;left:25%}.xlarge-pull-3{position:relative;left:-25%}.xlarge-offset-2{margin-left:16.66667%}.xlarge-4{width:33.33333%}.xlarge-push-4{position:relative;left:33.33333%}.xlarge-pull-4{position:relative;left:-33.33333%}.xlarge-offset-3{margin-left:25%}.xlarge-5{width:41.66667%}.xlarge-push-5{position:relative;left:41.66667%}.xlarge-pull-5{position:relative;left:-41.66667%}.xlarge-offset-4{margin-left:33.33333%}.xlarge-6{width:50%}.xlarge-push-6{position:relative;left:50%}.xlarge-pull-6{position:relative;left:-50%}.xlarge-offset-5{margin-left:41.66667%}.xlarge-7{width:58.33333%}.xlarge-push-7{position:relative;left:58.33333%}.xlarge-pull-7{position:relative;left:-58.33333%}.xlarge-offset-6{margin-left:50%}.xlarge-8{width:66.66667%}.xlarge-push-8{position:relative;left:66.66667%}.xlarge-pull-8{position:relative;left:-66.66667%}.xlarge-offset-7{margin-left:58.33333%}.xlarge-9{width:75%}.xlarge-push-9{position:relative;left:75%}.xlarge-pull-9{position:relative;left:-75%}.xlarge-offset-8{margin-left:66.66667%}.xlarge-10{width:83.33333%}.xlarge-push-10{position:relative;left:83.33333%}.xlarge-pull-10{position:relative;left:-83.33333%}.xlarge-offset-9{margin-left:75%}.xlarge-11{width:91.66667%}.xlarge-push-11{position:relative;left:91.66667%}.xlarge-pull-11{position:relative;left:-91.66667%}.xlarge-offset-10{margin-left:83.33333%}.xlarge-12{width:100%}.xlarge-offset-11{margin-left:91.66667%}.xlarge-up-1>.column,.xlarge-up-1>.columns{float:left;width:100%}.xlarge-up-1>.column:nth-of-type(1n),.xlarge-up-1>.columns:nth-of-type(1n){clear:none}.xlarge-up-1>.column:nth-of-type(1n+1),.xlarge-up-1>.columns:nth-of-type(1n+1){clear:both}.xlarge-up-1>.column:last-child,.xlarge-up-1>.columns:last-child{float:left}.xlarge-up-2>.column,.xlarge-up-2>.columns{float:left;width:50%}.xlarge-up-2>.column:nth-of-type(1n),.xlarge-up-2>.columns:nth-of-type(1n){clear:none}.xlarge-up-2>.column:nth-of-type(2n+1),.xlarge-up-2>.columns:nth-of-type(2n+1){clear:both}.xlarge-up-2>.column:last-child,.xlarge-up-2>.columns:last-child{float:left}.xlarge-up-3>.column,.xlarge-up-3>.columns{float:left;width:33.33333%}.xlarge-up-3>.column:nth-of-type(1n),.xlarge-up-3>.columns:nth-of-type(1n){clear:none}.xlarge-up-3>.column:nth-of-type(3n+1),.xlarge-up-3>.columns:nth-of-type(3n+1){clear:both}.xlarge-up-3>.column:last-child,.xlarge-up-3>.columns:last-child{float:left}.xlarge-up-4>.column,.xlarge-up-4>.columns{float:left;width:25%}.xlarge-up-4>.column:nth-of-type(1n),.xlarge-up-4>.columns:nth-of-type(1n){clear:none}.xlarge-up-4>.column:nth-of-type(4n+1),.xlarge-up-4>.columns:nth-of-type(4n+1){clear:both}.xlarge-up-4>.column:last-child,.xlarge-up-4>.columns:last-child{float:left}.xlarge-up-5>.column,.xlarge-up-5>.columns{float:left;width:20%}.xlarge-up-5>.column:nth-of-type(1n),.xlarge-up-5>.columns:nth-of-type(1n){clear:none}.xlarge-up-5>.column:nth-of-type(5n+1),.xlarge-up-5>.columns:nth-of-type(5n+1){clear:both}.xlarge-up-5>.column:last-child,.xlarge-up-5>.columns:last-child{float:left}.xlarge-up-6>.column,.xlarge-up-6>.columns{float:left;width:16.66667%}.xlarge-up-6>.column:nth-of-type(1n),.xlarge-up-6>.columns:nth-of-type(1n){clear:none}.xlarge-up-6>.column:nth-of-type(6n+1),.xlarge-up-6>.columns:nth-of-type(6n+1){clear:both}.xlarge-up-6>.column:last-child,.xlarge-up-6>.columns:last-child{float:left}.xlarge-up-7>.column,.xlarge-up-7>.columns{float:left;width:14.28571%}.xlarge-up-7>.column:nth-of-type(1n),.xlarge-up-7>.columns:nth-of-type(1n){clear:none}.xlarge-up-7>.column:nth-of-type(7n+1),.xlarge-up-7>.columns:nth-of-type(7n+1){clear:both}.xlarge-up-7>.column:last-child,.xlarge-up-7>.columns:last-child{float:left}.xlarge-up-8>.column,.xlarge-up-8>.columns{float:left;width:12.5%}.xlarge-up-8>.column:nth-of-type(1n),.xlarge-up-8>.columns:nth-of-type(1n){clear:none}.xlarge-up-8>.column:nth-of-type(8n+1),.xlarge-up-8>.columns:nth-of-type(8n+1){clear:both}.xlarge-up-8>.column:last-child,.xlarge-up-8>.columns:last-child{float:left}.xlarge-collapse>.column,.xlarge-collapse>.columns{padding-right:0;padding-left:0}.xlarge-collapse .row{margin-right:0;margin-left:0}.expanded.row .xlarge-collapse.row{margin-right:0;margin-left:0}.xlarge-uncollapse>.column,.xlarge-uncollapse>.columns{padding-right:2.5rem;padding-left:2.5rem}.xlarge-centered{margin-right:auto;margin-left:auto}.xlarge-centered,.xlarge-centered:last-child:not(:first-child){float:none;clear:both}.xlarge-uncentered,.xlarge-push-0,.xlarge-pull-0{position:static;margin-right:0;margin-left:0}.xlarge-uncentered,.xlarge-uncentered:last-child:not(:first-child),.xlarge-push-0,.xlarge-push-0:last-child:not(:first-child),.xlarge-pull-0,.xlarge-pull-0:last-child:not(:first-child){float:left;clear:none}.xlarge-uncentered:last-child:not(:first-child),.xlarge-push-0:last-child:not(:first-child),.xlarge-pull-0:last-child:not(:first-child){float:left}}@media screen and (min-width: 90em){.xxlarge-1{width:8.33333%}.xxlarge-push-1{position:relative;left:8.33333%}.xxlarge-pull-1{position:relative;left:-8.33333%}.xxlarge-offset-0{margin-left:0%}.xxlarge-2{width:16.66667%}.xxlarge-push-2{position:relative;left:16.66667%}.xxlarge-pull-2{position:relative;left:-16.66667%}.xxlarge-offset-1{margin-left:8.33333%}.xxlarge-3{width:25%}.xxlarge-push-3{position:relative;left:25%}.xxlarge-pull-3{position:relative;left:-25%}.xxlarge-offset-2{margin-left:16.66667%}.xxlarge-4{width:33.33333%}.xxlarge-push-4{position:relative;left:33.33333%}.xxlarge-pull-4{position:relative;left:-33.33333%}.xxlarge-offset-3{margin-left:25%}.xxlarge-5{width:41.66667%}.xxlarge-push-5{position:relative;left:41.66667%}.xxlarge-pull-5{position:relative;left:-41.66667%}.xxlarge-offset-4{margin-left:33.33333%}.xxlarge-6{width:50%}.xxlarge-push-6{position:relative;left:50%}.xxlarge-pull-6{position:relative;left:-50%}.xxlarge-offset-5{margin-left:41.66667%}.xxlarge-7{width:58.33333%}.xxlarge-push-7{position:relative;left:58.33333%}.xxlarge-pull-7{position:relative;left:-58.33333%}.xxlarge-offset-6{margin-left:50%}.xxlarge-8{width:66.66667%}.xxlarge-push-8{position:relative;left:66.66667%}.xxlarge-pull-8{position:relative;left:-66.66667%}.xxlarge-offset-7{margin-left:58.33333%}.xxlarge-9{width:75%}.xxlarge-push-9{position:relative;left:75%}.xxlarge-pull-9{position:relative;left:-75%}.xxlarge-offset-8{margin-left:66.66667%}.xxlarge-10{width:83.33333%}.xxlarge-push-10{position:relative;left:83.33333%}.xxlarge-pull-10{position:relative;left:-83.33333%}.xxlarge-offset-9{margin-left:75%}.xxlarge-11{width:91.66667%}.xxlarge-push-11{position:relative;left:91.66667%}.xxlarge-pull-11{position:relative;left:-91.66667%}.xxlarge-offset-10{margin-left:83.33333%}.xxlarge-12{width:100%}.xxlarge-offset-11{margin-left:91.66667%}.xxlarge-up-1>.column,.xxlarge-up-1>.columns{float:left;width:100%}.xxlarge-up-1>.column:nth-of-type(1n),.xxlarge-up-1>.columns:nth-of-type(1n){clear:none}.xxlarge-up-1>.column:nth-of-type(1n+1),.xxlarge-up-1>.columns:nth-of-type(1n+1){clear:both}.xxlarge-up-1>.column:last-child,.xxlarge-up-1>.columns:last-child{float:left}.xxlarge-up-2>.column,.xxlarge-up-2>.columns{float:left;width:50%}.xxlarge-up-2>.column:nth-of-type(1n),.xxlarge-up-2>.columns:nth-of-type(1n){clear:none}.xxlarge-up-2>.column:nth-of-type(2n+1),.xxlarge-up-2>.columns:nth-of-type(2n+1){clear:both}.xxlarge-up-2>.column:last-child,.xxlarge-up-2>.columns:last-child{float:left}.xxlarge-up-3>.column,.xxlarge-up-3>.columns{float:left;width:33.33333%}.xxlarge-up-3>.column:nth-of-type(1n),.xxlarge-up-3>.columns:nth-of-type(1n){clear:none}.xxlarge-up-3>.column:nth-of-type(3n+1),.xxlarge-up-3>.columns:nth-of-type(3n+1){clear:both}.xxlarge-up-3>.column:last-child,.xxlarge-up-3>.columns:last-child{float:left}.xxlarge-up-4>.column,.xxlarge-up-4>.columns{float:left;width:25%}.xxlarge-up-4>.column:nth-of-type(1n),.xxlarge-up-4>.columns:nth-of-type(1n){clear:none}.xxlarge-up-4>.column:nth-of-type(4n+1),.xxlarge-up-4>.columns:nth-of-type(4n+1){clear:both}.xxlarge-up-4>.column:last-child,.xxlarge-up-4>.columns:last-child{float:left}.xxlarge-up-5>.column,.xxlarge-up-5>.columns{float:left;width:20%}.xxlarge-up-5>.column:nth-of-type(1n),.xxlarge-up-5>.columns:nth-of-type(1n){clear:none}.xxlarge-up-5>.column:nth-of-type(5n+1),.xxlarge-up-5>.columns:nth-of-type(5n+1){clear:both}.xxlarge-up-5>.column:last-child,.xxlarge-up-5>.columns:last-child{float:left}.xxlarge-up-6>.column,.xxlarge-up-6>.columns{float:left;width:16.66667%}.xxlarge-up-6>.column:nth-of-type(1n),.xxlarge-up-6>.columns:nth-of-type(1n){clear:none}.xxlarge-up-6>.column:nth-of-type(6n+1),.xxlarge-up-6>.columns:nth-of-type(6n+1){clear:both}.xxlarge-up-6>.column:last-child,.xxlarge-up-6>.columns:last-child{float:left}.xxlarge-up-7>.column,.xxlarge-up-7>.columns{float:left;width:14.28571%}.xxlarge-up-7>.column:nth-of-type(1n),.xxlarge-up-7>.columns:nth-of-type(1n){clear:none}.xxlarge-up-7>.column:nth-of-type(7n+1),.xxlarge-up-7>.columns:nth-of-type(7n+1){clear:both}.xxlarge-up-7>.column:last-child,.xxlarge-up-7>.columns:last-child{float:left}.xxlarge-up-8>.column,.xxlarge-up-8>.columns{float:left;width:12.5%}.xxlarge-up-8>.column:nth-of-type(1n),.xxlarge-up-8>.columns:nth-of-type(1n){clear:none}.xxlarge-up-8>.column:nth-of-type(8n+1),.xxlarge-up-8>.columns:nth-of-type(8n+1){clear:both}.xxlarge-up-8>.column:last-child,.xxlarge-up-8>.columns:last-child{float:left}.xxlarge-collapse>.column,.xxlarge-collapse>.columns{padding-right:0;padding-left:0}.xxlarge-collapse .row{margin-right:0;margin-left:0}.expanded.row .xxlarge-collapse.row{margin-right:0;margin-left:0}.xxlarge-uncollapse>.column,.xxlarge-uncollapse>.columns{padding-right:2.5rem;padding-left:2.5rem}.xxlarge-centered{margin-right:auto;margin-left:auto}.xxlarge-centered,.xxlarge-centered:last-child:not(:first-child){float:none;clear:both}.xxlarge-uncentered,.xxlarge-push-0,.xxlarge-pull-0{position:static;margin-right:0;margin-left:0}.xxlarge-uncentered,.xxlarge-uncentered:last-child:not(:first-child),.xxlarge-push-0,.xxlarge-push-0:last-child:not(:first-child),.xxlarge-pull-0,.xxlarge-pull-0:last-child:not(:first-child){float:left;clear:none}.xxlarge-uncentered:last-child:not(:first-child),.xxlarge-push-0:last-child:not(:first-child),.xxlarge-pull-0:last-child:not(:first-child){float:left}}@media screen and (min-width: 102.5em){.xxxlarge-1{width:8.33333%}.xxxlarge-push-1{position:relative;left:8.33333%}.xxxlarge-pull-1{position:relative;left:-8.33333%}.xxxlarge-offset-0{margin-left:0%}.xxxlarge-2{width:16.66667%}.xxxlarge-push-2{position:relative;left:16.66667%}.xxxlarge-pull-2{position:relative;left:-16.66667%}.xxxlarge-offset-1{margin-left:8.33333%}.xxxlarge-3{width:25%}.xxxlarge-push-3{position:relative;left:25%}.xxxlarge-pull-3{position:relative;left:-25%}.xxxlarge-offset-2{margin-left:16.66667%}.xxxlarge-4{width:33.33333%}.xxxlarge-push-4{position:relative;left:33.33333%}.xxxlarge-pull-4{position:relative;left:-33.33333%}.xxxlarge-offset-3{margin-left:25%}.xxxlarge-5{width:41.66667%}.xxxlarge-push-5{position:relative;left:41.66667%}.xxxlarge-pull-5{position:relative;left:-41.66667%}.xxxlarge-offset-4{margin-left:33.33333%}.xxxlarge-6{width:50%}.xxxlarge-push-6{position:relative;left:50%}.xxxlarge-pull-6{position:relative;left:-50%}.xxxlarge-offset-5{margin-left:41.66667%}.xxxlarge-7{width:58.33333%}.xxxlarge-push-7{position:relative;left:58.33333%}.xxxlarge-pull-7{position:relative;left:-58.33333%}.xxxlarge-offset-6{margin-left:50%}.xxxlarge-8{width:66.66667%}.xxxlarge-push-8{position:relative;left:66.66667%}.xxxlarge-pull-8{position:relative;left:-66.66667%}.xxxlarge-offset-7{margin-left:58.33333%}.xxxlarge-9{width:75%}.xxxlarge-push-9{position:relative;left:75%}.xxxlarge-pull-9{position:relative;left:-75%}.xxxlarge-offset-8{margin-left:66.66667%}.xxxlarge-10{width:83.33333%}.xxxlarge-push-10{position:relative;left:83.33333%}.xxxlarge-pull-10{position:relative;left:-83.33333%}.xxxlarge-offset-9{margin-left:75%}.xxxlarge-11{width:91.66667%}.xxxlarge-push-11{position:relative;left:91.66667%}.xxxlarge-pull-11{position:relative;left:-91.66667%}.xxxlarge-offset-10{margin-left:83.33333%}.xxxlarge-12{width:100%}.xxxlarge-offset-11{margin-left:91.66667%}.xxxlarge-up-1>.column,.xxxlarge-up-1>.columns{float:left;width:100%}.xxxlarge-up-1>.column:nth-of-type(1n),.xxxlarge-up-1>.columns:nth-of-type(1n){clear:none}.xxxlarge-up-1>.column:nth-of-type(1n+1),.xxxlarge-up-1>.columns:nth-of-type(1n+1){clear:both}.xxxlarge-up-1>.column:last-child,.xxxlarge-up-1>.columns:last-child{float:left}.xxxlarge-up-2>.column,.xxxlarge-up-2>.columns{float:left;width:50%}.xxxlarge-up-2>.column:nth-of-type(1n),.xxxlarge-up-2>.columns:nth-of-type(1n){clear:none}.xxxlarge-up-2>.column:nth-of-type(2n+1),.xxxlarge-up-2>.columns:nth-of-type(2n+1){clear:both}.xxxlarge-up-2>.column:last-child,.xxxlarge-up-2>.columns:last-child{float:left}.xxxlarge-up-3>.column,.xxxlarge-up-3>.columns{float:left;width:33.33333%}.xxxlarge-up-3>.column:nth-of-type(1n),.xxxlarge-up-3>.columns:nth-of-type(1n){clear:none}.xxxlarge-up-3>.column:nth-of-type(3n+1),.xxxlarge-up-3>.columns:nth-of-type(3n+1){clear:both}.xxxlarge-up-3>.column:last-child,.xxxlarge-up-3>.columns:last-child{float:left}.xxxlarge-up-4>.column,.xxxlarge-up-4>.columns{float:left;width:25%}.xxxlarge-up-4>.column:nth-of-type(1n),.xxxlarge-up-4>.columns:nth-of-type(1n){clear:none}.xxxlarge-up-4>.column:nth-of-type(4n+1),.xxxlarge-up-4>.columns:nth-of-type(4n+1){clear:both}.xxxlarge-up-4>.column:last-child,.xxxlarge-up-4>.columns:last-child{float:left}.xxxlarge-up-5>.column,.xxxlarge-up-5>.columns{float:left;width:20%}.xxxlarge-up-5>.column:nth-of-type(1n),.xxxlarge-up-5>.columns:nth-of-type(1n){clear:none}.xxxlarge-up-5>.column:nth-of-type(5n+1),.xxxlarge-up-5>.columns:nth-of-type(5n+1){clear:both}.xxxlarge-up-5>.column:last-child,.xxxlarge-up-5>.columns:last-child{float:left}.xxxlarge-up-6>.column,.xxxlarge-up-6>.columns{float:left;width:16.66667%}.xxxlarge-up-6>.column:nth-of-type(1n),.xxxlarge-up-6>.columns:nth-of-type(1n){clear:none}.xxxlarge-up-6>.column:nth-of-type(6n+1),.xxxlarge-up-6>.columns:nth-of-type(6n+1){clear:both}.xxxlarge-up-6>.column:last-child,.xxxlarge-up-6>.columns:last-child{float:left}.xxxlarge-up-7>.column,.xxxlarge-up-7>.columns{float:left;width:14.28571%}.xxxlarge-up-7>.column:nth-of-type(1n),.xxxlarge-up-7>.columns:nth-of-type(1n){clear:none}.xxxlarge-up-7>.column:nth-of-type(7n+1),.xxxlarge-up-7>.columns:nth-of-type(7n+1){clear:both}.xxxlarge-up-7>.column:last-child,.xxxlarge-up-7>.columns:last-child{float:left}.xxxlarge-up-8>.column,.xxxlarge-up-8>.columns{float:left;width:12.5%}.xxxlarge-up-8>.column:nth-of-type(1n),.xxxlarge-up-8>.columns:nth-of-type(1n){clear:none}.xxxlarge-up-8>.column:nth-of-type(8n+1),.xxxlarge-up-8>.columns:nth-of-type(8n+1){clear:both}.xxxlarge-up-8>.column:last-child,.xxxlarge-up-8>.columns:last-child{float:left}.xxxlarge-collapse>.column,.xxxlarge-collapse>.columns{padding-right:0;padding-left:0}.xxxlarge-collapse .row{margin-right:0;margin-left:0}.expanded.row .xxxlarge-collapse.row{margin-right:0;margin-left:0}.xxxlarge-uncollapse>.column,.xxxlarge-uncollapse>.columns{padding-right:2.5rem;padding-left:2.5rem}.xxxlarge-centered{margin-right:auto;margin-left:auto}.xxxlarge-centered,.xxxlarge-centered:last-child:not(:first-child){float:none;clear:both}.xxxlarge-uncentered,.xxxlarge-push-0,.xxxlarge-pull-0{position:static;margin-right:0;margin-left:0}.xxxlarge-uncentered,.xxxlarge-uncentered:last-child:not(:first-child),.xxxlarge-push-0,.xxxlarge-push-0:last-child:not(:first-child),.xxxlarge-pull-0,.xxxlarge-pull-0:last-child:not(:first-child){float:left;clear:none}.xxxlarge-uncentered:last-child:not(:first-child),.xxxlarge-push-0:last-child:not(:first-child),.xxxlarge-pull-0:last-child:not(:first-child){float:left}}.column-block{margin-bottom:1.25rem}.column-block>:last-child{margin-bottom:0}@media print, screen and (min-width: 40em){.column-block{margin-bottom:2.25rem}.column-block>:last-child{margin-bottom:0}}@media print, screen and (min-width: 64em){.column-block{margin-bottom:3.125rem}.column-block>:last-child{margin-bottom:0}}@media screen and (min-width: 75em){.column-block{margin-bottom:5rem}.column-block>:last-child{margin-bottom:0}}.container{max-width:1680px;padding:0 5.95238%;margin:0px auto;box-sizing:content-box !important}@media screen and (max-width: 74.99875em){.container{padding:0 8.33333%}}@media screen and (max-width: 39.99875em){.container{padding-right:calc(20px - 0.625rem);padding-left:calc(20px - 0.625rem)}}.row--bg{background-color:#fff}.row--full{max-width:initial}.row--flush{margin-left:-20px;margin-right:-20px}.column,.columns,.columns{position:relative}html{font-smoothing:antialiased;-webkit-font-smoothing:antialiased}html,body{overflow-x:hidden}body{font-family:"MaisonNeue", sans-serif;font-weight:400;font-style:normal;letter-spacing:1px;line-height:1.3;background-color:#FFE9E1;font-size:18px;font-size:1.125rem}@media screen and (max-width: 89.99875em){body{font-size:15px;font-size:0.9375rem}}@media screen and (max-width: 63.99875em){body{font-size:14px;font-size:0.875rem}}@media screen and (max-width: 39.99875em){body{font-size:13px;font-size:0.8125rem}}#app{overflow:hidden}blockquote{font-style:italic;font-weight:400;font-family:Georgia, Times, "Times New Roman", serif;padding-left:25px;font-size:1.4em;margin:0 0 22.5px;border-left:2px solid #1271db}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{font-family:"GalaxieCopernicus", serif;font-style:normal;font-weight:normal}h1,.h1{font-size:24px;font-size:1.5rem;margin:0 0 25px}@media screen and (max-width: 89.99875em){h1,.h1{font-size:20px;font-size:1.25rem}}@media screen and (max-width: 74.99875em){h1,.h1{font-size:16px;font-size:1rem}}@media screen and (max-width: 39.99875em){h1,.h1{font-size:13px;font-size:0.8125rem}}h2,.h2{font-size:24px;font-size:1.5rem;margin:0 0 25px}@media screen and (max-width: 89.99875em){h2,.h2{font-size:20px;font-size:1.25rem}}@media screen and (max-width: 74.99875em){h2,.h2{font-size:16px;font-size:1rem}}@media screen and (max-width: 39.99875em){h2,.h2{font-size:13px;font-size:0.8125rem}}h3,.h3{font-size:24px;font-size:1.5rem;margin:0 0 25px}@media screen and (max-width: 89.99875em){h3,.h3{font-size:20px;font-size:1.25rem}}@media screen and (max-width: 74.99875em){h3,.h3{font-size:16px;font-size:1rem}}@media screen and (max-width: 39.99875em){h3,.h3{font-size:13px;font-size:0.8125rem}}h4,.h4{font-size:18px;font-size:1.125rem;margin:0 0 25px}h5,.h5{font-size:16px;font-size:1rem;margin:0 0 25px}p{margin:0 0 22.5px}pre{font-family:Monaco, Menlo, Consolas, "Courier New", monospace;margin:0 0 22.5px;padding:10px;background:#f5f5f5;border:1px solid rgba(0,0,0,0.1);border-radius:5px;display:block;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word}@font-face{font-family:'GalaxieCopernicus';src:url("../fonts/Copernicus-Book.woff") format("woff"),url("../fonts/Copernicus-Book.woff2") format("woff2");font-weight:normal;font-style:normal}@font-face{font-family:'GalaxieCopernicus';src:url("../fonts/Copernicus-BookItalic.woff") format("woff"),url("../fonts/Copernicus-BookItalic.eot?#iefix") format("embedded-opentype");font-weight:normal;font-style:italic}@font-face{font-family:'MaisonNeue';src:url("../fonts/MaisonNeue-Book.woff") format("woff"),url("../fonts/MaisonNeue-Book.woff2") format("woff2");font-weight:normal;font-style:normal}.c-chevron--circle,.c-btn{display:inline-block;background:#fff;border-radius:100%;width:30px;height:30px;text-align:center;cursor:pointer;position:relative;transition:background-color 250ms linear}.c-chevron--circle:hover,.c-btn:hover{transition:background-color 250ms linear;background-color:#999999}.a--underline,.l-header__nav a,.a--underline--invert,.l-header__nav .l-header__nav__title h1{position:relative}.a--underline:after,.l-header__nav a:after,.a--underline--invert:after,.l-header__nav .l-header__nav__title h1:after{content:"";display:block;position:absolute;bottom:2px;left:0;right:0}.c-overlay--read:before,.c-overlay--view:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.c-chevron:before,.selectric .button:before{content:"";border-style:solid;border-width:2px 2px 0 0;border-color:#323232;display:inline-block;height:10px;left:0;position:relative;top:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);vertical-align:top;width:10px}.c-chevron:hover:before,.selectric .button:hover:before{border-color:#fff;transition:border-color 250ms linear}.c-chevron--small:before{width:5px;height:5px;border-width:1px 1px 0 0;vertical-align:middle;border-color:#999999}.c-chevron--right:before{left:-1px;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.c-chevron--down:before,.selectric .button:before{top:calc(50% - 2px);-webkit-transform:translateY(-50%) rotate(135deg);-ms-transform:translateY(-50%) rotate(135deg);transform:translateY(-50%) rotate(135deg)}.c-chevron--up:before{top:calc(50% + 1px);-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.c-chevron--left:before{left:1px;top:50%;-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.c-chevron--secondary{background-color:#F7F7F7}@media screen and (max-width: 39.99875em){.c-chevron--rwd{width:20px;height:20px}.c-chevron--rwd:before{width:6px;height:6px;border-width:1px 1px 0 0}}.c-btn{display:block}.c-btn svg{position:absolute;width:45%;height:auto;top:50%;margin:0 auto;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);transition:fill 250ms linear}.c-btn--secondary{background-color:#F7F7F7}.c-btn--outline{background:transparent;border:1px solid #EDEDED}.c-btn--social{line-height:22px;text-decoration:none;font-size:16px;transition:border-color 250ms linear}.c-btn--social:hover{background:transparent;border-color:#d4d4d4;transition:border-color 250ms linear}@media screen and (max-width: 39.99875em){.c-btn--rwd{width:20px;height:20px}}.c-block--margin-bottom{padding-bottom:90px}@media screen and (max-width: 39.99875em){.c-block--margin-bottom{padding-bottom:60px}}.c-block__content{padding-top:35px;line-height:1.35}.c-block__content p:last-child{margin-bottom:0}.c-block__content a{color:inherit;border-color:#323232}.c-block__image{margin-bottom:45px;background-color:#F3C2B2}@media screen and (max-width: 74.99875em){.c-block__image{margin-bottom:40px}}.c-block__image img{display:block}.c-block__title-primary{color:#323232}.c-block__title-secondary{color:#999999;margin-bottom:0;position:relative}.c-block__title-secondary .slideshow__pagination{position:absolute;bottom:0;right:0}.c-block__footer{margin-top:45px}@media screen and (max-width: 74.99875em){.c-block__footer{margin-top:25px}}@media screen and (max-width: 39.99875em){.c-block__footer{margin-top:20px}}.c-block [class^="c-block__title"]{letter-spacing:1px;line-height:1.2;font-size:20px;font-size:1.25rem}@media screen and (max-width: 74.99875em){.c-block [class^="c-block__title"]{font-size:14px;font-size:0.875rem}}.c-image{background-color:#F3C2B2}.c-image img{display:block}.c-dropdown .selectric-wrapper{max-width:310px}@media screen and (min-width: 64em){.c-dropdown .selectric-wrapper{float:left;margin-left:5px}}@media screen and (min-width: 64em){.c-dropdown .selectric-responsive{width:calc(100% - 100px)}}.c-dropdown--black .selectric{border-color:#000}.c-dropdown--black .selectric .label:before{color:#000}.c-filter{display:inline-block;text-transform:uppercase;margin:0 6px 0 0;letter-spacing:3px;font-size:14px;font-size:0.875rem}@media screen and (max-width: 74.99875em){.c-filter{font-size:12px;font-size:0.75rem}}@media screen and (max-width: 39.99875em){.c-filter{font-size:10px;font-size:0.625rem}}@media screen and (min-width: 64em){.c-filter{position:relative}}.c-filter--sticky{position:fixed;top:0;left:0;right:0;transition:background linear 200ms;z-index:-1}.c-filter--sticky.c-filter--active{z-index:9998}.c-filter--sticky.c-filter--active .btn{opacity:1}.c-filter--sticky.c-filter--active.js-menu-open{background-color:#F9F9F9;transition:background linear 200ms}.c-filter--sticky .hide-for-large{display:none;padding-top:80px;position:relative}.c-filter--sticky .btn{float:right;position:relative;margin-top:20px;margin-right:20px;background-color:#fff;text-transform:uppercase;border:none;color:#323232;opacity:0;padding-top:9px;padding-bottom:9px;z-index:1;font-size:10px;font-size:0.625rem}.c-filter__container{padding:0;margin:0}.c-filter__container.c-filter--mobile{border-top:1px solid #ddd;padding-top:10px;margin-bottom:90px}@media screen and (max-width: 39.99875em){.c-filter__container.c-filter--mobile{margin-bottom:20px}}.c-filter__container.c-filter--mobile .c-filter__option{padding-left:20px}.c-filter__container.c-filter--mobile .c-filter__option:before{left:0}.c-filter__container.c-filter--mobile .c-filter__option:last-child{border-bottom:1px solid #ddd}.c-filter__container.c-filter--mobile .c-filter__drop-down{background-color:#F9F9F9;margin-left:0;left:1.125rem;right:1.125rem;width:calc(100% - (1.125rem * 2));padding-bottom:25px}@media screen and (max-width: 39.99875em){.c-filter__container.c-filter--mobile .c-filter__drop-down{left:0;right:0;width:calc(100% - (0.625rem * 2));margin-left:-0.625rem;margin-right:-0.625rem;padding-left:1.25rem;padding-right:1.25rem;width:calc(100% + 1.25rem)}}.c-filter__drop-down{position:absolute;left:0;top:30px;padding:25px 0 0;text-align:left;width:250px;margin-left:calc(50% - 125px);background-color:#fff;height:0;opacity:0;z-index:-1}.c-filter__view{display:inline-block;margin:0 6px;cursor:pointer}@media screen and (min-width: 64em) and (max-width: 74.99875em){.c-filter__view{margin:0 1px}}.c-filter__view.c-filter__view--list svg{width:18px}@media screen and (min-width: 64em) and (max-width: 74.99875em){.c-filter__view.c-filter__view--list svg{width:14px}}.c-filter__view.c-filter__view--active svg,.c-filter__view:hover svg{fill:#323232}.c-filter__view svg{width:14px;height:auto;vertical-align:middle;fill:#999999;transition:fill 250ms linear}@media screen and (min-width: 64em) and (max-width: 74.99875em){.c-filter__view svg{width:12px}}.c-filter__option{display:block !important;padding:7px 10px 7px 40px;margin:0 !important;border-bottom:1px solid #FAFAFA;position:relative;line-height:normal}.c-filter__option:before{position:absolute;left:20px;top:11px;content:"";height:5px;width:5px;border-radius:100%;border:1px solid #999999}.c-filter__option:hover:before{background-color:#999999}.c-filter__option:last-child{border-bottom:0}.c-filter__option.c-filter__option--active:before{border-color:#323232;background-color:#323232}.c-filter__option.c-filter__option--active a{color:#323232}.c-filter.c-filter--active>a{color:#323232}.c-filter.c-filter--active>a:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.c-filter.c-filter--active .c-filter__drop-down{z-index:1}.c-filter a{text-decoration:none;color:#999999;transition:color 250ms linear}.c-filter a:hover{color:#323232}.c-filter>a{position:relative;padding-right:20px}.c-filter>a:after{content:"";position:absolute;top:calc(50% - 4px);right:5px;width:0;height:0;border-style:solid;border-width:4px 4px 0 4px;border-color:#323232 transparent transparent transparent;transition:-webkit-transform ease 300ms;transition:transform ease 300ms}.c-title{font-size:24px;font-size:1.5rem}@media screen and (max-width: 89.99875em){.c-title{font-size:20px;font-size:1.25rem}}@media screen and (max-width: 63.99875em){.c-title{font-size:16px;font-size:1rem}}@media screen and (max-width: 39.99875em){.c-title{font-size:14px;font-size:0.875rem}}.c-title--overline{padding-top:20px;border-top:1px solid #fff}.c-title--tertiary{font-size:18px;font-size:1.125rem;font-family:"MaisonNeue", sans-serif;margin-bottom:10px;color:#999999}@media screen and (max-width: 89.99875em){.c-title--tertiary{font-size:15px;font-size:0.9375rem}}@media screen and (max-width: 63.99875em){.c-title--tertiary{font-size:14px;font-size:0.875rem}}@media screen and (max-width: 39.99875em){.c-title--tertiary{font-size:13px;font-size:0.8125rem}}.c-title--small{font-family:"MaisonNeue", sans-serif;font-size:16px;font-size:1rem}@media screen and (max-width: 39.99875em){.c-title--small{font-size:12px;font-size:0.75rem}}.c-overlay{position:relative;background-color:#F3C2B2}.c-overlay--read:before{opacity:0;background-color:rgba(255,255,255,0.8);transition:opacity 350ms ease}.c-overlay--read:after{opacity:0;content:"Read";position:absolute;top:53%;left:0;width:100%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);transition-property:top, opacity;transition:350ms ease}.c-overlay--read:hover:before,.c-overlay--read:hover:after{opacity:1}.c-overlay--read:hover:after{top:50%}.c-overlay--read:before{background-color:rgba(255,199,179,0.7)}.c-overlay--read:after{color:#fff}.c-overlay--view:before{opacity:0;background-color:rgba(255,255,255,0.8);transition:opacity 350ms ease}.c-overlay--view:after{opacity:0;content:"View";position:absolute;top:53%;left:0;width:100%;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);transition-property:top, opacity;transition:350ms ease}.c-overlay--view:hover:before,.c-overlay--view:hover:after{opacity:1}.c-overlay--view:hover:after{top:50%}.c-list{margin:0;padding:0;list-style:none}.c-list--open li:last-child{border-bottom:0}.c-list--column li{width:calc(50% - (20px / 2));float:left}@media screen and (min-width: 64em){.c-list--column li{width:calc(50% - 45px)}}.c-list--column li:nth-child(2n+1){clear:left}@media screen and (min-width: 40em){.c-list--column li:nth-child(2n){margin-left:20px}}@media screen and (min-width: 64em){.c-list--column li:nth-child(2n){margin-left:90px}}@media screen and (max-width: 39.99875em){.c-list--column li{width:100%}}.c-list__item{padding-top:15px;padding-bottom:20px;border-top:1px solid #ccc}@media screen and (max-width: 39.99875em){.c-list__item{padding-top:5px;padding-bottom:6px}}.c-list__item:last-child{border-bottom:1px solid #ccc}.c-list__content{letter-spacing:1px;font-size:18px;font-size:1.125rem}@media screen and (max-width: 89.99875em){.c-list__content{font-size:15px;font-size:0.9375rem}}@media screen and (max-width: 63.99875em){.c-list__content{font-size:14px;font-size:0.875rem}}@media screen and (max-width: 39.99875em){.c-list__content{font-size:13px;font-size:0.8125rem}}.c-list__sub-title{color:#999999;text-transform:uppercase;margin-bottom:5px;letter-spacing:1px;font-size:12px;font-size:0.75rem}@media screen and (max-width: 39.99875em){.c-list__sub-title{font-size:9px;font-size:0.5625rem}}@media screen and (max-width: 39.99875em){.c-list__sub-title{margin-bottom:10px}}.c-quote{letter-spacing:1px;line-height:1.2;font-size:35px;font-size:2.1875rem}@media screen and (max-width: 102.49875em){.c-quote{font-size:30px;font-size:1.875rem}}@media screen and (max-width: 74.99875em){.c-quote{font-size:28px;font-size:1.75rem}}@media screen and (max-width: 63.99875em){.c-quote{font-size:24px;font-size:1.5rem}}@media screen and (max-width: 39.99875em){.c-quote{font-size:20px;font-size:1.25rem}}.c-quote:before{content:"\“"}.c-quote:after{content:"\”"}.c-pagination{text-align:center;font-size:20px;font-size:1.25rem}@media screen and (max-width: 74.99875em){.c-pagination{font-size:14px;font-size:0.875rem}}.c-pagination__ajax-loader svg{-webkit-animation:rotate infinite 400ms;animation:rotate infinite 400ms;-webkit-animation-timing-function:linear;animation-timing-function:linear;width:50px;height:50px}.c-pagination a{text-decoration:none;color:#999999}.c-pagination .page-numbers{display:inline-block !important;padding:0 5px 4px;margin:0 3px}.c-pagination .next,.c-pagination .prev{display:inline-block}.c-pagination .next{margin-left:55px}@media screen and (max-width: 39.99875em){.c-pagination .next{margin-left:20px}}.c-pagination .prev{margin-right:55px}@media screen and (max-width: 39.99875em){.c-pagination .prev{margin-right:20px}}.c-pagination .current{color:1px solid #323232;border-bottom:1px solid #323232}.c-social{margin:0;padding:0;list-style:none}.c-social--white svg{fill:#fff !important;opacity:1;transition:opacity 250ms linear}.c-social--white svg:hover{opacity:.6}.c-social--secondary svg{fill:#999999 !important}.c-social--text .c-social__network{margin:0;display:block}.c-social--text a{text-decoration:none;text-transform:capitalize}.c-social__network{display:inline-block;margin:0 13px}.c-social__network:first-child{margin-left:0}.c-social__network svg{width:15px;transition:fill 250ms linear;height:15px}.c-social-btn__share{display:none}.c-social-btn--active{border-radius:15px;height:160px;background-color:#fff !important}.c-social-btn--active .c-social-btn__share{display:block}.c-social-btn--active .c-social__network{display:block;margin:8px 0}.c-social-btn svg{position:relative;fill:#999999}.c-social-btn svg:hover{fill:#323232}.c-vertical{overflow:hidden;height:60px}@media screen and (max-width: 63.99875em){.c-vertical{height:40px}}.c-vertical__item{transition:margin .15s ease}.c-video{position:relative;padding-bottom:56%}.c-video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.c-video__length{padding-top:10px;color:#999999;font-size:12px;font-size:0.75rem}@media screen and (max-width: 39.99875em){.c-video__length{font-size:9px;font-size:0.5625rem}}a{color:#323232}a:hover,a:focus{text-decoration:none;outline:none}.a--p-link,.m-image__caption a,p>a{text-decoration:none;color:#999999;border-bottom:1px solid #999999}.a--p-link.c-white,.m-image__caption a.c-white,p>a.c-white{border-color:#fff}.a--p-link--inherit{border-bottom:1px solid}.a--transparency,.c-block__content a,.m-image__pin a,.site__pin,.site__pin a{opacity:1;transition:opacity 250ms linear}.a--transparency:hover,.c-block__content a:hover,.m-image__pin a:hover,.site__pin:hover,.site__pin a:hover{opacity:.6}.a--none{text-decoration:none;color:inherit;border-bottom:0}.a--color-inherit{color:inherit;border-color:inherit}.a--underline:hover:after,.l-header__nav a:hover:after{border-bottom:1px solid #999999}.a--underline--invert{text-decoration:none}.a--underline--invert:after{border-bottom:1px solid #323232}.a--underline--invert:hover:after{border-bottom:1px solid #323232}.a--underline--active,.l-nav .current-menu-item a{position:relative}.a--underline--active:after,.l-nav .current-menu-item a:after{content:"";display:block;position:absolute;bottom:2px;left:0;right:0;border-bottom:1px solid #999999}.btn{text-decoration:none;text-transform:uppercase;letter-spacing:3px;padding:20px;background-color:#fff;border:1px solid #fff;color:#323232;font-size:12px;font-size:0.75rem;transition:color 250ms linear, background ease 350ms, border-color 250ms linear}@media screen and (max-width: 74.99875em){.btn{font-size:9px;font-size:0.5625rem}}.btn:hover{background-color:rgba(255,255,255,0.8)}@media screen and (max-width: 74.99875em){.btn{padding:15px}}@media screen and (max-width: 39.99875em){.btn{padding:10px}}.btn--secondary{background-color:#999999;color:#fff}.btn--secondary:hover{background-color:#999999}.btn--submit{border-color:#323232;background-color:#323232;color:#fff;width:100%}.btn--submit:hover{border-color:#fff;color:#323232}.btn--full{width:100%;display:block;text-align:center}.btn--circle{text-transform:capitalize;border-radius:25px;padding:10px 20px;letter-spacing:1px;background-color:transparent;border-color:#DCDCDC;color:#999999}.btn--circle:hover{background-color:#DCDCDC;color:#323232}@media screen and (max-width: 39.99875em){.btn--circle{padding:6px 15px}}.btn--download{border-color:#323232;background-image:url("../img/icons/svg/download.svg");background-size:20px;background-repeat:no-repeat;background-position:center center;width:125px;height:125px;display:block;border-radius:100%}@media screen and (max-width: 74.99875em){.btn--download{height:100px;width:100px}}@media screen and (max-width: 63.99875em){.btn--download{height:60px;width:60px;background-size:15px}}.btn--download:hover{background-color:#fff;border-color:#fff}.btn--ghost{background-color:transparent}.btn--ghost:hover{background-color:#fff}.btn--white{border-color:#fff;color:#fff}.btn--white:hover{background-color:#fff;color:#323232}table{width:100%}table th,table td{text-align:left;padding:5px}table th{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.table--directory{margin-top:45px}.table--directory th,.table--directory td{text-align:left;padding:10px 0}.table--directory th:nth-of-type(1),.table--directory td:nth-of-type(1){width:calc( ( 100% / 12 * 6 ))}.table--directory th:nth-of-type(2),.table--directory td:nth-of-type(2){width:calc( ( 100% / 12 * 5 ));padding-left:40px}.table--directory th:nth-of-type(3),.table--directory td:nth-of-type(3){width:calc( ( 100% / 12 * 1 ))}.table--directory th{padding:15px 0}.table--directory th.can-sort{cursor:pointer}.table--directory th.can-sort.is-desc .table__header:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.table--directory th.can-sort .table__header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.table--directory th.can-sort .table__header:after{margin-left:30px;content:"";border-style:solid;border-width:2px 2px 0 0;border-color:#323232;display:inline-block;height:10px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);vertical-align:top;width:10px}.table--directory td{border-bottom:1px solid #e6e6e6}.table--directory .btn--circle{display:inline-block}form:not(.wpcf7-form) .field{margin-bottom:22.5px}form:not(.wpcf7-form) label{display:block;margin-bottom:5px}form:not(.wpcf7-form) input[type=text],form:not(.wpcf7-form) input[type=email],form:not(.wpcf7-form) input[type=phone],form:not(.wpcf7-form) input[type=password],form:not(.wpcf7-form) input[type=number],form:not(.wpcf7-form) input[type=tel],form:not(.wpcf7-form) input[type=search],form:not(.wpcf7-form) textarea{-webkit-font-smoothing:antialiased;width:100%;padding:5px;border:1px solid #ccc;outline:none;border-radius:0}form:not(.wpcf7-form) input[type=text]:focus,form:not(.wpcf7-form) input[type=email]:focus,form:not(.wpcf7-form) input[type=phone]:focus,form:not(.wpcf7-form) input[type=password]:focus,form:not(.wpcf7-form) input[type=number]:focus,form:not(.wpcf7-form) input[type=tel]:focus,form:not(.wpcf7-form) input[type=search]:focus,form:not(.wpcf7-form) textarea:focus{border-color:#1271db}form:not(.wpcf7-form) input[type=text].auto,form:not(.wpcf7-form) input[type=email].auto,form:not(.wpcf7-form) input[type=phone].auto,form:not(.wpcf7-form) input[type=password].auto,form:not(.wpcf7-form) input[type=number].auto,form:not(.wpcf7-form) input[type=tel].auto,form:not(.wpcf7-form) input[type=search].auto,form:not(.wpcf7-form) textarea.auto{width:auto}form:not(.wpcf7-form) .note{margin-top:5px;color:#aaa}form:not(.wpcf7-form) .req{font-style:italic}form:not(.wpcf7-form) .error .reason{margin-top:5px;color:#FF4136}form:not(.wpcf7-form) .error input[type=text],form:not(.wpcf7-form) .error input[type=email],form:not(.wpcf7-form) .error input[type=phone],form:not(.wpcf7-form) .error input[type=password],form:not(.wpcf7-form) .error input[type=number],form:not(.wpcf7-form) .error input[type=search],form:not(.wpcf7-form) .error textarea{border-color:#FF4136}input[type=submit]{border-radius:0}.wpcf7-not-valid-tip{display:none}.wpcf7-not-valid{color:#FF4136 !important;border-color:#FF4136 !important}.form__title{font-size:24px;font-size:1.5rem;margin-bottom:90px}@media screen and (max-width: 89.99875em){.form__title{font-size:20px;font-size:1.25rem}}@media screen and (max-width: 63.99875em){.form__title{font-size:16px;font-size:1rem}}@media screen and (max-width: 39.99875em){.form__title{font-size:14px;font-size:0.875rem}}@media screen and (max-width: 74.99875em){.form__title{margin-bottom:50px}}@media screen and (max-width: 39.99875em){.form__title{margin-bottom:40px}}.input{position:relative;z-index:1;display:inline-block;vertical-align:top;width:100%;margin-bottom:135px}@media screen and (max-width: 74.99875em){.input{margin-bottom:75px}}@media screen and (max-width: 39.99875em){.input{margin-bottom:40px}}.input.input--filled .input__label{cursor:default;pointer-events:none}.input.input--filled .input__label-content{color:#323232;-webkit-transform:scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0);transform:scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0)}.input__field{position:relative;display:block;float:right;width:100%;padding:20px;border:none;border-radius:0;border-bottom:1px solid #999999;background-color:transparent;-webkit-appearance:none;font-size:16px;font-size:1rem}@media screen and (max-width: 89.99875em){.input__field{font-size:15px;font-size:0.9375rem}}@media screen and (max-width: 63.99875em){.input__field{font-size:14px;font-size:0.875rem}}@media screen and (max-width: 39.99875em){.input__field{font-size:13px;font-size:0.8125rem}}@media screen and (max-width: 39.99875em){.input__field{padding:15px}}.input__field:focus{outline:none;background-color:#fff;border-color:#fff}.input__field:focus+.input__label{cursor:default;pointer-events:none}.input__field:focus+.input__label .input__label-content{-webkit-transform:scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0);transform:scale3d(0.81, 0.81, 1) translate3d(0, 4em, 0)}.input__label{display:inline-block;float:right;padding:20px;text-transform:uppercase;-webkit-font-smoothing:antialiased;color:#999999;position:absolute;width:100%;height:100%;cursor:text;letter-spacing:2px;font-size:14px;font-size:0.875rem}@media screen and (max-width: 74.99875em){.input__label{font-size:12px;font-size:0.75rem}}@media screen and (max-width: 39.99875em){.input__label{font-size:10px;font-size:0.625rem}}@media screen and (max-width: 39.99875em){.input__label{padding:15px 10px}}.input__label-content{position:relative;display:block;width:100%;-webkit-transform-origin:0% 50%;-ms-transform-origin:0% 50%;transform-origin:0% 50%;transition:-webkit-transform 0.3s;transition:transform 0.3s}.input--checkbox{margin-top:15px}@media screen and (max-width: 74.99875em){.input--checkbox{margin-top:10px}}@media screen and (max-width: 63.99875em){.input--checkbox{margin-top:7px}}.input--checkbox>span{float:left}.input--checkbox>label{display:block;float:left;padding-left:4px;text-transform:uppercase;color:#999999;width:130px;font-size:12px;font-size:0.75rem}.input--checkbox>label a{color:#999999}[type="checkbox"]:not(:checked),[type="checkbox"]:checked{position:absolute;left:-9999px}[type="checkbox"]:not(:checked)+span,[type="checkbox"]:checked+span{position:relative;padding-left:80px;cursor:pointer;font-size:12px;font-size:0.75rem;text-transform:uppercase}@media screen and (max-width: 74.99875em){[type="checkbox"]:not(:checked)+span,[type="checkbox"]:checked+span{padding-left:60px}}@media screen and (max-width: 39.99875em){[type="checkbox"]:not(:checked)+span,[type="checkbox"]:checked+span{padding-left:40px}}[type="checkbox"]:not(:checked)+span:before,[type="checkbox"]:checked+span:before{content:"";position:absolute;left:0;top:-20px;width:55px;height:55px;border:1px solid #999999}@media screen and (max-width: 74.99875em){[type="checkbox"]:not(:checked)+span:before,[type="checkbox"]:checked+span:before{width:40px;height:40px;top:-14px}}@media screen and (max-width: 63.99875em){[type="checkbox"]:not(:checked)+span:before,[type="checkbox"]:checked+span:before{top:-10px}}@media screen and (max-width: 39.99875em){[type="checkbox"]:not(:checked)+span:before,[type="checkbox"]:checked+span:before{width:25px;height:25px;top:0}}[type="checkbox"]:not(:checked)+span:after,[type="checkbox"]:checked+span:after{content:"✕";position:absolute;top:-17px;left:0;font-size:30px;line-height:55px;width:55px;text-align:center;color:#323232;transition:all .2s}@media screen and (max-width: 74.99875em){[type="checkbox"]:not(:checked)+span:after,[type="checkbox"]:checked+span:after{width:40px;height:40px;font-size:22px;line-height:40px;top:-13px}}@media screen and (max-width: 63.99875em){[type="checkbox"]:not(:checked)+span:after,[type="checkbox"]:checked+span:after{top:-9px}}@media screen and (max-width: 39.99875em){[type="checkbox"]:not(:checked)+span:after,[type="checkbox"]:checked+span:after{width:25px;height:25px;font-size:15px;line-height:25px;top:1px}}[type="checkbox"]:not(:checked)+span:after{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}[type="checkbox"]:checked+span:after{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}[type="checkbox"]:disabled:not(:checked)+span:before,[type="checkbox"]:disabled:checked+span:before{box-shadow:none;border-color:#bbb;background-color:#ddd}[type="checkbox"]:disabled:checked+span:after{color:#999}[type="checkbox"]:disabled+span{color:#aaa}label:hover:before{border:1px solid #4778d9 !important}div.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;margin:0;padding:0;border:0}div.wpcf7-validation-errors{position:relative;display:relative}.wpcf7-form-control-wrap{position:relative}.wpcf7-display-none{display:none}div.wpcf7 img.ajax-loader{border:none;vertical-align:middle;margin-top:20px}div.wpcf7 div.ajax-error{display:none}div.wpcf7-response-output{z-index:1;position:relative}@media screen and (min-width: 40em){div.wpcf7-response-output{z-index:9998;position:fixed;top:0;left:0;right:0;background-color:#f1f1f1;height:60px;line-height:60px;text-align:center}}.selectric-wrapper{position:relative;cursor:pointer}.selectric-responsive{width:100%}.selectric{border:1px solid #fff;position:relative;border-radius:0px}.selectric .label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:8px 23px}.selectric .label:before{content:"Filter: ";color:#fff}.selectric .button{display:block;position:absolute;right:0;top:8px;width:25px;height:25px;z-index:10}.selectric .button:hover:before{border-color:#323232}@media screen and (max-width: 63.99875em){.selectric .button{width:20px;height:20px}}@media screen and (max-width: 39.99875em){.selectric .button{margin-top:-1px}}@media screen and (max-width: 63.99875em){.selectric .button:before{width:8px;height:8px}}.selectric-open{z-index:9999}.selectric-open .selectric-items{display:block}.selectric-disabled{filter:alpha(opacity=50);opacity:0.5;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric-hide-select{position:relative;overflow:hidden;width:0;height:0}.selectric-hide-select select{position:absolute;left:-100%;display:none}.selectric-input{position:absolute !important;top:0 !important;left:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;outline:none !important;border:none !important;*font:0/0 a !important;background:none !important}.selectric-temp-show{position:absolute !important;visibility:hidden !important;display:block !important}.selectric-items{display:none;position:absolute;top:0;left:0;background:#fff;z-index:1}.selectric-items .selectric-scroll{height:100%;overflow:auto}.selectric-above .selectric-items{top:auto;bottom:100%}.selectric-items ul{padding:8px 0}.selectric-items ul,.selectric-items li{list-style:none;margin:0}.selectric-items li{display:block;padding:2px 23px;cursor:pointer}.selectric-items li.selected{color:#999999}.selectric-items li:hover{color:#999999}.selectric-items .disabled{filter:alpha(opacity=50);opacity:0.5;cursor:default !important;background:none !important;color:#666 !important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric-items .selectric-group .selectric-group-label{font-weight:bold;padding-left:10px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:none;color:#444}.selectric-items .selectric-group.disabled li{filter:alpha(opacity=100);opacity:1}.selectric-items .selectric-group li{padding-left:25px}.notification{border:1px solid;padding:10px;margin-bottom:45px;border-radius:5px}.notification::before,.notification::after{display:table;content:' '}.notification::after{clear:both}.notification--error{border-color:#FF4136;color:#e90d00;background:#ffeae9}.notification--success{border-color:#2ECC40;color:#25a233;background:#e6f9e8}.notification--warning{border-color:#FF851B;color:#e76b00;background:#fff2e7}.notification--info{border-color:#0074D9;color:#0059a6;background:#cfe9ff}.notification--empty{text-align:center;background:#f4f4f4;border:1px dashed #ddd}.notification p:last-child{margin-bottom:0}.m--bg{background-color:#fff}.m--border-top{border-top:2px solid #000}.m--padding-small{padding-top:90px;padding-bottom:90px}@media screen and (min-width: 102.5em){.m--padding-small{padding-top:135px;padding-bottom:180px}}@media screen and (max-width: 39.99875em){.m--padding-small{padding-top:45px;padding-bottom:45px}}.m--padding{padding-top:160px;padding-bottom:160px}@media screen and (max-width: 63.99875em){.m--padding{padding-top:100px;padding-bottom:100px}}@media screen and (max-width: 39.99875em){.m--padding{padding-top:60px;padding-bottom:60px}}.m--padding-bottom{padding-bottom:160px}@media screen and (max-width: 63.99875em){.m--padding-bottom{padding-bottom:100px}}@media screen and (max-width: 39.99875em){.m--padding-bottom{padding-bottom:60px}}.m--padding-top{padding-top:160px}@media screen and (max-width: 39.99875em){.m--padding-top{padding-top:60px}}.m--offset{position:relative}.m--offset:before{content:"";display:block;position:absolute;background-color:#fff;height:100%;width:100vw;top:0}.m--offset-left:before{right:0}.m--offset-right:before{left:0}.m--offset-top:before{height:9999px;bottom:0;top:auto}.module__title{text-transform:uppercase;letter-spacing:3px;line-height:1;margin-bottom:90px;font-family:"MaisonNeue", sans-serif;font-size:15px;font-size:0.9375rem}@media screen and (max-width: 74.99875em){.module__title{font-size:11px;font-size:0.6875rem}}@media screen and (max-width: 39.99875em){.module__title{margin-bottom:40px}}.module__title--large{letter-spacing:4px;margin-bottom:45px;font-size:19px;font-size:1.1875rem}@media screen and (max-width: 74.99875em){.module__title--large{font-size:16px;font-size:1rem}}@media screen and (max-width: 39.99875em){.module__title--large{font-size:13px;font-size:0.8125rem}}@media screen and (max-width: 39.99875em){.module__title--large{margin-bottom:20px}}.module__title .btn--circle{margin-left:20px}.module__image--left{position:relative;left:0;right:0;width:calc(100% + 20px * 2);margin-left:-20px;margin-right:-20px}@media screen and (min-width: 40em){.module__image--left{margin:0 auto;width:calc(100% - (36px ))}}@media screen and (min-width: 75em){.module__image--left{position:absolute;margin:initial;width:calc(50% - (80px / 2 ))}}.module__image--right{position:absolute;right:0;width:calc(50% - (80px / 2 ))}.module__image .slideshow{background-color:#F3C2B2}.module__grid{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:45px 0}@media print, screen and (min-width: 40em){.module__grid{gap:60px 0}}.m-a-board{padding:90px 0;background-color:#fae6dc}@media screen and (min-width: 102.5em){.m-a-board{padding:135px 0}}@media screen and (max-width: 39.99875em){.m-a-board{padding-top:45px}}.m-a-board .c-block{padding-bottom:10px;-webkit-transform:translateY(-65px);-ms-transform:translateY(-65px);transform:translateY(-65px)}@media print, screen and (min-width: 40em){.m-a-board .c-block{margin-right:36px}}@media print, screen and (min-width: 64em){.m-a-board .c-block{margin-right:50px}}@media screen and (min-width: 75em){.m-a-board .c-block{margin-right:80px}}.m-a-board .c-chevron--right{position:absolute;top:50%;right:calc(-50vw + 50% + 45px)}@media screen and (max-width: 74.99875em){.m-a-board .c-chevron--right{right:calc(-50vw + 50% + 25px)}}@media screen and (max-width: 39.99875em){.m-a-board .c-chevron--right{right:10px;top:auto;bottom:-50px}}.m-cta{margin-bottom:40px}@media screen and (min-width: 40em){.m-cta{margin-bottom:60px;padding:20px 0}}@media screen and (min-width: 64em){.m-cta{padding:60px 0}}.m-cta__title{font-family:"GalaxieCopernicus", serif;font-size:32px;font-size:2rem}@media screen and (max-width: 89.99875em){.m-cta__title{font-size:28px;font-size:1.75rem}}@media screen and (max-width: 74.99875em){.m-cta__title{font-size:24px;font-size:1.5rem}}@media screen and (max-width: 63.99875em){.m-cta__title{font-size:22px;font-size:1.375rem}}@media screen and (max-width: 39.99875em){.m-cta__title{font-size:18px;font-size:1.125rem}}@media screen and (max-width: 39.99875em){.m-cta__title{font-size:14px;font-size:0.875rem}}.m-cta__title--secondary{color:#999999;margin-bottom:45px}.m-careers .columns p:last-of-type{margin-bottom:45px}@media screen and (max-width: 39.99875em){.m-careers .columns .medium-6{margin-bottom:40px}.m-careers .columns .medium-6:last-of-type{margin-bottom:0}}.m-directory{padding-top:90px;background-color:#464646;color:#fff}@media screen and (min-width: 102.5em){.m-directory{padding-top:135px}}@media screen and (max-width: 39.99875em){.m-directory{padding-top:45px}}.m-directory__meta{position:relative;padding:40px 0;z-index:1;font-size:16px;font-size:1rem}@media screen and (max-width: 89.99875em){.m-directory__meta{font-size:15px;font-size:0.9375rem}}@media screen and (max-width: 63.99875em){.m-directory__meta{font-size:14px;font-size:0.875rem}}@media screen and (max-width: 39.99875em){.m-directory__meta{font-size:13px;font-size:0.8125rem}}@media screen and (min-width: 40em){.m-directory__meta{padding-top:260px;padding-bottom:135px}}@media screen and (min-width: 64em){.m-directory__meta{padding-top:400px}}.m-directory__meta p{margin-bottom:40px}@media screen and (min-width: 40em){.m-directory__meta p{margin-bottom:45px}}.m-directory__header{margin-bottom:40px}@media screen and (min-width: 40em){.m-directory__header{margin-bottom:45px}}.m-directory__title{margin-bottom:0;font-size:24px;font-size:1.5rem}@media screen and (max-width: 89.99875em){.m-directory__title{font-size:20px;font-size:1.25rem}}@media screen and (max-width: 74.99875em){.m-directory__title{font-size:16px;font-size:1rem}}@media screen and (max-width: 39.99875em){.m-directory__title{font-size:13px;font-size:0.8125rem}}.m-directory__title--secondary{color:#999999}.home .m-directory .slideshow__pagination{float:left;margin-top:45px;margin-left:45px}@media screen and (max-width: 63.99875em){.home .m-directory .slideshow__pagination{margin-top:20px;margin-left:20px;margin-bottom:20px}}.m-directory .m--bg:before{background-color:#323232}@media screen and (min-width: 40em){.m-directory .m--bg:after{content:"";position:absolute;top:0;right:0;height:130px;width:100vw;background-color:#464646}}@media screen and (min-width: 64em){.m-directory .module__title{margin-bottom:135px}}.m-featured{padding-top:90px;padding-bottom:90px;background-color:#f3f3f3}@media screen and (min-width: 102.5em){.m-featured{padding-top:135px}}@media screen and (max-width: 39.99875em){.m-featured{padding-top:45px;padding-bottom:45px}}.m-featured .properties li:nth-child(3){margin-bottom:80px}.m-featured .m-cta__title{font-size:24px;font-size:1.5rem}@media screen and (max-width: 89.99875em){.m-featured .m-cta__title{font-size:20px;font-size:1.25rem}}@media screen and (max-width: 74.99875em){.m-featured .m-cta__title{font-size:16px;font-size:1rem}}@media screen and (max-width: 39.99875em){.m-featured .m-cta__title{font-size:13px;font-size:0.8125rem}}.m-floorplan__floorplan{margin-top:160px;margin-bottom:45px}@media screen and (max-width: 39.99875em){.m-floorplan__floorplan{margin-top:20px;margin-bottom:40px}.m-floorplan__floorplan+.slideshow__pagination{margin-left:20px}}.m-floorplan__floorplan .c-image{cursor:url("../img/zoom-icon.svg"),crosshair}.m-gallery__header{margin-top:35px;padding-top:10px;position:relative;font-size:12px;font-size:0.75rem}@media screen and (max-width: 74.99875em){.m-gallery__header{font-size:9px;font-size:0.5625rem}}.m-gallery__header .c-social-btn{position:absolute;top:0;right:0}.m-gallery__content{padding-right:30px}.m-gallery__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#d6ddd1;padding:20px;opacity:0;font-size:12px;font-size:0.75rem;transition:opacity 350ms ease}@media screen and (max-width: 74.99875em){.m-gallery__overlay{font-size:9px;font-size:0.5625rem}}.m-gallery__social{position:absolute;top:0;left:0;width:100%;cursor:pointer;text-align:center;background-color:#F9F9F9;height:100%;padding-top:10px;display:none}.m-gallery__social:hover{display:block}.m-gallery__social svg{fill:#999999}.m-gallery__social svg:hover{fill:#323232}.m-gallery .c-social-btn{z-index:10}.m-gallery .c-social-btn:hover+.m-gallery__social{display:block}.m-gallery .c-image:hover .m-gallery__overlay{opacity:1}.m-gallery img{width:100%}@media screen and (max-width: 39.99875em){.m-map{padding-bottom:0}}.m-map p{margin-bottom:75px}@media screen and (max-width: 39.99875em){.m-map p{margin-bottom:40px}}@media screen and (max-width: 63.99875em){.m-press .c-block{margin-bottom:45px}}@media screen and (max-width: 63.99875em){.m-press .large-6:last-of-type .c-block{margin-bottom:0}}.m-stories{padding-top:90px;background-color:#fae6dc}@media screen and (min-width: 102.5em){.m-stories{padding-top:135px}}@media screen and (max-width: 74.99875em){.m-stories{padding-top:65px}}@media screen and (max-width: 39.99875em){.m-stories{padding-top:40px}}.m-stories .c-chevron--right{position:absolute;top:50%;right:calc(-50vw + 50% + 45px)}@media screen and (max-width: 74.99875em){.m-stories .c-chevron--right{right:calc(-50vw + 50% + 25px)}}@media screen and (max-width: 63.99875em){.m-stories .c-chevron--right{right:-30px;top:auto;bottom:20px}}@media screen and (max-width: 39.99875em){.m-stories .c-chevron--right{right:10px}}.m-stories--testimonials{background-color:#FFE9E1}.m-summary{padding-top:320px;margin-top:-160px;transition:background-color ease 1s}@media screen and (max-width: 63.99875em){.m-summary{padding-top:200px;margin-top:-100px}}@media screen and (max-width: 39.99875em){.m-summary{padding-top:120px;margin-top:-60px}}.m-summary--bg{background-color:#FFE9E1;transition:background-color ease 1s}@media screen and (max-width: 39.99875em){.m-team .medium-6{margin-bottom:40px}.m-team .medium-6:last-of-type{margin-bottom:0}}.m-related{background-color:#F8F2F2}.m-brochure{position:relative}.m-brochure:before{content:"";width:100%;position:absolute;top:0;left:0;right:0;height:160px;background-color:#FAFAFA}.m-brochure .c-quote{margin-top:40px}@media screen and (min-width: 40em){.m-brochure .c-quote{margin-top:45px}}@media screen and (min-width: 75em){.m-brochure .c-quote{margin-top:320px;margin-top:46%}}.m-intro{position:relative}.m-intro__bottom{position:absolute;bottom:auto;left:90px;text-transform:uppercase;line-height:30px;margin-top:45px;color:#999999;font-size:11px;font-size:0.6875rem}@media screen and (max-width: 74.99875em){.m-intro__bottom{left:45px}}@media screen and (max-width: 63.99875em){.m-intro__bottom{display:none}}.m-intro__bottom--inview{bottom:75px}.m-intro__bottom span{margin-right:20px}.m-intro__intro{padding:90px 0 0 90px;font-family:"GalaxieCopernicus", serif;max-width:550px;letter-spacing:2px;position:relative;z-index:1;font-size:24px;font-size:1.5rem}@media screen and (max-width: 89.99875em){.m-intro__intro{font-size:20px;font-size:1.25rem}}@media screen and (max-width: 74.99875em){.m-intro__intro{font-size:16px;font-size:1rem}}@media screen and (max-width: 39.99875em){.m-intro__intro{font-size:13px;font-size:0.8125rem}}@media screen and (max-width: 89.99875em){.m-intro__intro{max-width:450px}}@media screen and (max-width: 74.99875em){.m-intro__intro{max-width:350px;padding:45px 0 0 45px}}@media screen and (max-width: 63.99875em){.m-intro__intro{padding-bottom:90px}}@media screen and (max-width: 39.99875em){.m-intro__intro{padding:20px 0 0 20px;padding-bottom:20px}}.m-intro .module__image--right{top:0}@media screen and (min-width: 64em){.m-intro .module__image--right{width:400px}}@media screen and (min-width: 75em){.m-intro .module__image--right{width:500px}}@media screen and (min-width: 90em){.m-intro .module__image--right{width:600px}}@media screen and (min-width: 102.5em){.m-intro .module__image--right{width:700px}}@media screen and (max-width: 63.99875em){.m-intro .module__image--right{top:auto;bottom:0;width:70%}}@media screen and (max-width: 39.99875em){.m-intro .module__image--right{width:calc(100% - (20px * 2))}}@media screen and (min-width: 64em){.m-intro .slideshow__arrows,.m-intro .slideshow--arrows .slick-prev,.slideshow--arrows .m-intro .slick-prev,.m-intro .slideshow--arrows .slick-next,.slideshow--arrows .m-intro .slick-next,.m-intro .slick-lightbox .slick-prev,.slick-lightbox .m-intro .slick-prev,.m-intro .slick-lightbox .slick-next,.slick-lightbox .m-intro .slick-next,.m-intro .slideshow{-webkit-transform:translateY(-140px);-ms-transform:translateY(-140px);transform:translateY(-140px)}}.m-intro .slideshow__arrows img,.m-intro .slideshow--arrows .slick-prev img,.slideshow--arrows .m-intro .slick-prev img,.m-intro .slideshow--arrows .slick-next img,.slideshow--arrows .m-intro .slick-next img,.m-intro .slick-lightbox .slick-prev img,.slick-lightbox .m-intro .slick-prev img,.m-intro .slick-lightbox .slick-next img,.slick-lightbox .m-intro .slick-next img,.m-intro .slideshow img{width:100%}.m-lead{padding-top:90px;padding-bottom:420px}@media screen and (min-width: 102.5em){.m-lead{padding-top:135px}}@media screen and (max-width: 74.99875em){.m-lead{padding-top:65px}}@media screen and (max-width: 39.99875em){.m-lead{padding-top:40px;padding-bottom:175px}.m-lead .btn{margin-bottom:20px}}.m-lead__content{font-family:"GalaxieCopernicus", serif;letter-spacing:1px;line-height:1.3;margin-bottom:90px;font-size:24px;font-size:1.5rem}@media screen and (max-width: 89.99875em){.m-lead__content{font-size:20px;font-size:1.25rem}}@media screen and (max-width: 74.99875em){.m-lead__content{font-size:16px;font-size:1rem}}@media screen and (max-width: 39.99875em){.m-lead__content{font-size:13px;font-size:0.8125rem}}@media screen and (max-width: 39.99875em){.m-lead__content{margin-bottom:45px;line-height:1.4}}.m-pagination__content{position:absolute;top:0;right:0;bottom:0;left:0;color:#fff;overflow:hidden}.m-pagination__content div{height:100%}.m-pagination__item{background-size:cover;background-position:center center;height:330px}.m-pagination__item a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:11}.m-pagination__title{margin-top:-25px;font-size:20px;font-size:1.25rem}.m-pagination__title span{opacity:.5}.m-pagination__overlay{position:absolute;right:0;left:0;top:330px;height:285px !important;transition:top 0.5s cubic-bezier(1, 0, 0, 1)}.m-pagination__overlay--prev{background-color:#4D4A53;padding-left:40px}.m-pagination__overlay--next{background-color:#FEC340;padding-right:40px;text-align:right}.m-pagination__overlay--active{top:45px;transition:top 0.5s cubic-bezier(1, 0, 0, 1)}.m-pagination__overlay__bottom{height:auto !important;position:absolute;left:45px;right:45px;bottom:45px;font-size:14px;font-size:0.875rem}.m-full-width-image{height:90vh;background-position:center center;background-size:cover}@media screen and (orientation: portrait){.m-full-width-image{height:50vh}}.m-full-width-image+.container .c-quote{margin-bottom:100px}@media screen and (max-width: 39.99875em){.m-full-width-image+.container .c-quote{margin-bottom:60px}}.m-image{margin-top:65px;margin-bottom:65px}@media screen and (max-width: 39.99875em){.m-image{margin-top:40px;margin-bottom:40px}}.m-image__caption{padding-top:25px;padding-left:25px;max-width:360px;color:#999999;font-size:13px;font-size:0.8125rem}@media screen and (max-width: 63.99875em){.m-image__caption{font-size:11px;font-size:0.6875rem}}@media screen and (max-width: 39.99875em){.m-image__caption{font-size:9px;font-size:0.5625rem}}@media screen and (max-width: 63.99875em){.m-image__caption{padding-left:0}}@media screen and (max-width: 39.99875em){.m-image__caption{font-size:10px;font-size:0.625rem;padding-top:10px;padding-left:0}}.m-image__caption a{color:#323232}.m-image__pin{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;right:-50px;width:50px;top:0;bottom:0;text-align:center;opacity:0;cursor:pointer;font-size:14px;font-size:0.875rem}@media screen and (max-width: 74.99875em){.m-image__pin{font-size:12px;font-size:0.75rem}}@media screen and (max-width: 39.99875em){.m-image__pin{font-size:10px;font-size:0.625rem}}@media screen and (max-width: 63.99875em){.m-image__pin{right:-40px;width:40px}}@media screen and (max-width: 39.99875em){.m-image__pin{right:0}}.m-image__pin:hover{opacity:1}.m-image__pin a{text-decoration:none}.m-image--pin:hover+.m-image__pin{opacity:1}@media screen and (max-width: 39.99875em){.m-image--double>.row>.columns:nth-of-type(2) .c-image{margin-top:40px}}.m-text__block{margin-bottom:65px}@media screen and (max-width: 39.99875em){.m-text__block{margin-bottom:40px}}.m-text__block:last-of-type{margin-bottom:0}.m-text__title{color:#999999;margin-bottom:10px}.m-text__title:empty{margin-bottom:0}.m-text__content{font-family:"GalaxieCopernicus", serif;line-height:1.5}.m-text__content p:last-of-type{margin-bottom:0}.c-switcher{margin:0;padding:0;list-style:none;float:right;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.c-switcher li:first-of-type svg{width:18px}.c-switcher li+li{margin-left:12px}.c-switcher li.is-active svg{fill:#323232}.c-switcher a:hover svg{fill:#323232}.c-switcher svg{width:14px;height:auto;vertical-align:middle;display:block;fill:#999999;transition:fill 250ms linear}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background-color:#7A8E8D;border-radius:0}::-webkit-scrollbar-track{background-color:#fff}.site__bg{background-position:center center;background-size:cover;background-attachment:fixed;z-index:-2}.touch .site__bg{background-attachment:initial}.site__bg:before{position:fixed;top:0;right:0;bottom:0;left:0;content:""}@media screen and (min-width: 75em){.sell .site__bg:before,.buy .site__bg:before{background-color:rgba(0,0,0,0.1)}}.site__back{position:fixed;top:145px;left:40px;z-index:10}@media screen and (max-width: 74.99875em){.site__back{left:20px}}@media screen and (max-width: 63.99875em){.site__back{top:110px}}.site__close{position:absolute;top:-9999px;left:-9999px;width:100px;z-index:9999}.site__close__text{position:absolute;right:0;top:-10px}.site__close span{width:30px;height:2px;background-color:#000;display:block}.site__close span:first-of-type{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:13px 2px;-ms-transform-origin:13px 2px;transform-origin:13px 2px}.site__close span:last-of-type{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.site__logo{position:fixed;top:215px;left:5px;z-index:10;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;transition:opacity linear .25s}@media screen and (max-width: 74.99875em){.site__logo{left:-15px}}@media screen and (max-width: 63.99875em){.site__logo{top:180px}}@media screen and (max-width: 39.99875em){.site__logo{display:none}}.site__logo:before{content:"";width:1000px;height:40px;position:absolute;left:0;top:-43px}.single-cpt_designers .site__logo,.single-cpt_testimonial .site__logo,.single-post .site__logo,.single-property .site__logo{top:250px}@media screen and (max-width: 63.99875em){.single-cpt_designers .site__logo,.single-cpt_testimonial .site__logo,.single-post .site__logo,.single-property .site__logo{top:215px}}.site__logo--visible{opacity:1;transition:opacity linear .25s}.site__logo img{width:99px;height:auto;opacity:1;transition:opacity 250ms ease}.site__logo img:hover{opacity:.6}.site__pin{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:40px;cursor:pointer;text-align:center;font-size:12px;font-size:0.75rem}@media screen and (max-width: 63.99875em){.site__pin{right:30px}}.site__pin a{text-decoration:none}.site__top{display:none;margin-right:40px;float:right;transition:opacity .25s ease;position:relative !important;top:initial !important}@media screen and (min-width: 40em){.site__top{display:block}}@media screen and (max-width: 74.99875em){.site__top{margin-right:20px}}.site__top.scroll-to-fixed-fixed{position:fixed !important}.touch .site__top{display:none}.site__title{display:inline-block;text-transform:uppercase;font-family:"MaisonNeue", sans-serif;margin-bottom:50px;letter-spacing:2px;padding-bottom:2px;border-bottom:1px solid #323232;position:relative;z-index:1;font-size:14px;font-size:0.875rem}.site__overlay{background-color:initial !important;cursor:url("../img/icons/svg/close.svg"),e-resize}.site__overlay:hover:after{opacity:.6}.site__overlay:before{background-color:rgba(255,233,225,0.9) !important;position:absolute;top:0;right:0;bottom:0;left:0;content:"";display:block;z-index:-1}.no-touch .site__overlay:after{content:"Close";position:absolute;padding:75px;transition:opacity 250ms linear}.site__transition{opacity:0;transition:opacity linear .25s;background-color:#f6c9b6;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background-image:url("../img/logo.svg");background-position:center center;background-size:220px;background-repeat:no-repeat}@media screen and (max-width: 63.99875em){.site__transition{background-size:100px}}.map{width:100%;height:50vh;background-color:black}.map img{max-width:inherit !important}.post__container{position:relative}.post__container:before{content:"";display:block;background-color:#fae6dc;position:absolute;top:0;left:-50vw;right:-50vw;height:45px}.page-numbers{display:none !important}.l-header{padding-top:105px;line-height:1;text-transform:uppercase;margin-bottom:210px;position:relative;z-index:10}@media (min-height: 0px) and (max-height: 800px){.l-header{margin-bottom:180px}}@media screen and (max-width: 63.99875em){.l-header{margin-bottom:90px;padding-top:65px}}@media screen and (max-width: 39.99875em){.l-header{padding-top:30px;margin-bottom:40px}}.l-header__logo{text-align:center}@media screen and (max-width: 63.99875em){.l-header__logo{text-align:right}}.l-header__logo img{max-width:220px;width:100%;height:auto;display:block;margin:0 auto;opacity:1;transition:opacity 250ms ease}.l-header__logo img:hover{opacity:.6}@media screen and (max-width: 89.99875em){.l-header__logo img{max-width:130px}}@media screen and (max-width: 63.99875em){.l-header__logo img{margin:0 0 0 auto}}@media screen and (max-width: 39.99875em){.l-header__logo img{max-width:100px;display:inline-block}}.l-header__right .l-header__nav{float:right}.l-header__right li:last-child{margin-right:0}.l-header__nav{margin:0;padding:0;list-style:none;display:inline-block;letter-spacing:3px;font-size:13px;font-size:0.8125rem}@media screen and (max-width: 39.99875em){.l-header__nav{display:none}}.l-header__nav a{color:#707070;transition:color 250ms linear}.l-header__nav a:after{bottom:-4px;right:2px}.l-header__nav a:hover,.l-header__nav a.l-header__nav--active{color:#323232}.l-header__nav a:hover:after,.l-header__nav a.l-header__nav--active:after{transition:border-color 250ms linear;border-bottom:1px solid #323232}.l-header__nav .l-header__nav__title{border-left:1px solid black;padding-left:23px !important}@media screen and (max-width: 74.99875em){.l-header__nav .l-header__nav__title{display:none}}.l-header__nav .l-header__nav__title h1{margin-bottom:0;font-family:"MaisonNeue", sans-serif;font-weight:normal;font-size:14px;font-size:0.875rem}.l-header__nav .l-header__nav__title h1:after{bottom:-4px;right:2px;border-bottom:1px solid #323232}.l-header__nav+.c-filter__container{display:inline-block}.l-header__nav li{display:inline-block;margin-left:3px}@media screen and (min-width: 64em){.l-header__nav li{margin-left:6px}}.l-header__nav li:first-child{margin-left:0}.l-header a{text-decoration:none}@media screen and (max-width: 63.99875em){.l-header .l-header__right{display:none}}.l-header .c-subscribe{float:right}.l-header .c-subscribe .subscribe--link{letter-spacing:3px;text-align:right;font-size:0.875rem;line-height:20px;transition:color 250ms linear;color:#707070;position:relative}.l-header .c-subscribe .subscribe--link::after{content:'';position:absolute;bottom:0;right:0;width:100%}.l-header .c-subscribe .subscribe--link:hover{color:#323232}.l-header .c-subscribe .subscribe--link:hover::after{bottom:-4px;right:0;border-bottom:#323232;border:0.3px solid}.l-header .c-social{text-align:right}@media screen and (max-width: 63.99875em){.l-header .c-social__network{margin:0 10px}}.l-header .c-social svg{fill:#707070;transition:fill 250ms linear}.l-header .c-social svg:hover{fill:#323232;transition:fill 250ms linear}.l-header .c-social li:last-child{margin-right:0}.l-header-thin{background-color:#F9F9F9;position:fixed;top:0;left:0;right:0;height:60px;line-height:60px;text-transform:uppercase;letter-spacing:2px;color:#999999;z-index:15;font-size:12px;font-size:0.75rem}@media screen and (max-width: 63.99875em){.l-header-thin{font-size:10px;font-size:0.625rem;height:40px;line-height:40px}}@media screen and (max-width: 39.99875em){.l-header-thin{display:none}}.l-header-thin+div{padding-top:5px}@media screen and (min-width: 40em){.l-header-thin+div{padding-top:40px}}@media screen and (min-width: 64em){.l-header-thin+div{padding-top:60px}}@media (min-width: 0) and (max-width: 750px){.l-header-thin__right{display:none}}.l-header-thin a{color:#999999;text-decoration:none;transition:color 250ms linear}.l-header-thin a.js-anchor--active,.l-header-thin a:hover{color:#323232}.l-header-thin ul{list-style:none;padding:0;margin:0}.l-header-thin li:not(.c-filter__view):not(.c-filter){display:inline-block;margin-right:7px;margin-left:0}@media screen and (min-width: 75em){.l-header-thin li:not(.c-filter__view):not(.c-filter){margin-right:15px}}.l-header-thin li.btn{border:none;padding:0;font-size:inherit;margin-right:0 !important}@media screen and (min-width: 64em){.l-header-thin li.btn{margin-left:15px}}@media screen and (min-width: 75em){.l-header-thin li.btn{margin-left:30px}}.l-header-thin li.btn:hover{background-color:#999999}.l-header-thin li.btn:hover a{color:#fff}.l-header-thin li.btn a{padding:0 20px;display:block;color:#323232}@media screen and (min-width: 64em){.l-header-thin li.btn a{padding:0 25px}}@media screen and (min-width: 75em){.l-header-thin li.btn a{padding:0 35px}}.l-header-thin .l-header__nav{font-size:inherit}.l-header-thin .l-header__nav--active:after{display:none}.l-header-thin .c-filter{font-size:inherit}.l-header-thin .c-filter__container{display:none}@media screen and (min-width: 64em){.l-header-thin .c-filter__container{display:inline-block}}.l-header-thin .c-filter__drop-down{top:60px;padding-top:10px}.l-header-thin .property__availability{padding-right:15px}.l-header-thin--hidden{top:-60px;transition:.15s ease top}.l-header-thin--visible{top:0;transition:.25s ease top}.l-header__burger{position:fixed;top:100px;left:40px;background-color:#fff;height:30px;width:30px;border-radius:100%;cursor:pointer;transition:background-color 250ms linear;z-index:9998}@media screen and (max-width: 74.99875em){.l-header__burger{left:20px}}@media screen and (max-width: 63.99875em){.l-header__burger{top:60px}}@media screen and (max-width: 39.99875em){.l-header__burger{top:20px}}.l-header__burger:hover{background-color:#323232;transition:background-color 250ms linear}.l-header__burger:hover span{background-color:#fff;transition:background-color 250ms linear}.touch .l-header__burger{z-index:10000}@media screen and (min-width: 40em){.touch .pushy-open-left .l-header__burger{left:calc( 70vw + 40px)}}@media screen and (min-width: 64em){.touch .pushy-open-left .l-header__burger{left:calc( 50vw + 40px)}}.l-header__burger.l-header__burger--active{background-color:#323232}.l-header__burger.l-header__burger--active span{background-color:#fff;transition:-webkit-transform linear .25s;transition:transform linear .25s}.l-header__burger.l-header__burger--active span:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.l-header__burger.l-header__burger--active span:last-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.l-header__burger.l-header__burger--hover{background-color:#323232}.l-header__burger.l-header__burger--hover span{background-color:#fff}.l-header__burger span{display:block;height:2px;width:15px;background-color:#000;margin:0 auto;transition:-webkit-transform linear 0.25s, background-color 250ms linear;transition:transform linear 0.25s, background-color 250ms linear}.l-header__burger span:first-child{margin-top:10px;margin-bottom:5px;-webkit-transform-origin:3px 3px;-ms-transform-origin:3px 3px;transform-origin:3px 3px}.l-header__burger span:last-child{-webkit-transform-origin:4px 0;-ms-transform-origin:4px 0;transform-origin:4px 0}.l-nav{background-color:#fff;text-transform:uppercase;padding:75px}@media screen and (max-width: 74.99875em){.l-nav{padding:70px 40px}}@media screen and (max-width: 63.99875em){.l-nav{padding:70px 30px}}@media screen and (max-width: 39.99875em){.l-nav{padding:100px 20px 0}}.l-nav__contact{margin-top:15px;margin-bottom:50px}.l-nav__logo{display:none}@media screen and (max-width: 39.99875em){.l-nav__logo{display:block;width:100px;position:absolute;top:30px;right:30px}}.l-nav__top{margin-bottom:40px}.l-nav__top a{display:inline-block !important}.l-nav__top .menu-item{opacity:0;-webkit-transform:translateY(35px);-ms-transform:translateY(35px);transform:translateY(35px);transition-property:opacity, -webkit-transform;transition-property:opacity, transform;transition:600ms ease}.l-nav__top .menu-item--active{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.l-nav__bottom{color:#999999;letter-spacing:2px;margin-bottom:85px;line-height:1.5;opacity:0;font-size:14px;font-size:0.875rem}@media screen and (max-width: 39.99875em){.l-nav__bottom{font-size:12px;font-size:0.75rem;margin-bottom:40px}}body.pushy-open-left .l-nav__bottom{opacity:1;transition:opacity ease 2s}.l-nav__bottom .c-social__network:first-child{margin-left:0}.l-nav__sign-up{position:absolute;bottom:0;left:0;right:0;background-color:#F9F9F9;padding:30px 75px}@media screen and (max-width: 74.99875em){.l-nav__sign-up{padding:30px 40px}}@media screen and (max-width: 39.99875em){.l-nav__sign-up{padding:20px 20px;position:relative;margin-left:-20px;margin-right:-20px}}.l-nav__sign-up iframe{border:0;width:100%;height:30px}.l-nav ul{margin:0;padding:0;list-style:none}.l-nav li{margin-bottom:5px}.l-nav a{padding:0;color:#323232;transition:color 250ms linear}.l-nav a:hover{color:rgba(50,50,50,0.6);transition:color 250ms linear}.l-nav .c-social__network svg{fill:#323232;transition:fill 250ms linear}.l-nav .c-social__network svg:hover{fill:#999999;transition:fill 250ms linear}@media screen and (max-width: 39.99875em){.l-nav .flex{height:initial}}.l-nav .menu-main-menu-bottom-container a{color:#999999}.l-nav .menu-main-menu-bottom-container a:hover{color:rgba(153,153,153,0.6)}.l-nav [class^="menu-main-menu"]{letter-spacing:2px;font-size:20px;font-size:1.25rem}@media screen and (min-width: 102.5em){.l-nav [class^="menu-main-menu"]{font-size:30px;font-size:1.875rem}}@media screen and (max-width: 39.99875em){.l-nav [class^="menu-main-menu"]{font-size:14px;font-size:0.875rem}}.l-nav [class^="menu-main-menu"]:first-of-type{margin-bottom:30px}.l-sidebar--blog{color:#999999}@media screen and (max-width: 39.99875em){.l-sidebar--blog{margin-bottom:20px}}.l-sidebar--blog .c-title{color:#C3C3C3}.l-footer{position:relative;padding-top:125px;padding-bottom:80px;background-color:#fff;text-transform:uppercase;letter-spacing:1px;z-index:1;transition:background-color 500ms ease;font-size:14px;font-size:0.875rem}@media screen and (max-width: 74.99875em){.l-footer{font-size:11px;font-size:0.6875rem}}@media screen and (max-width: 39.99875em){.l-footer{font-size:14px;font-size:0.875rem}}@media screen and (max-width: 39.99875em){.l-footer{padding-top:40px;padding-bottom:20px}}.l-footer--bg{background-color:#FFE9E1}.l-footer--bg input[type="email"]{background-color:#FFE9E1}.l-footer--simple{margin-top:300px;padding-top:30px;padding-bottom:30px}.l-footer--simple .l-footer__lower{padding-top:0}.l-footer a{color:#323232;transition:color 250ms linear;text-decoration:none}.l-footer a:hover{color:#707070;transition:color 250ms linear}.l-footer ul{margin:0;padding:0;list-style:none}.l-footer__sign-up{letter-spacing:1px;text-transform:initial;font-size:30px;font-size:1.875rem}@media screen and (max-width: 74.99875em){.l-footer__sign-up{font-size:20px;font-size:1.25rem}}@media screen and (min-width: 102.5em){.l-footer__sign-up{font-size:38px;font-size:2.375rem}}@media screen and (max-width: 74.99875em){.l-footer__sign-up{margin-bottom:75px}}@media screen and (max-width: 63.99875em){.l-footer__sign-up{margin-bottom:50px}}@media screen and (max-width: 39.99875em){.l-footer__sign-up{margin-bottom:40px}}.l-footer__sign-up__cta{margin-top:30px;height:12px;overflow:hidden}@media screen and (max-width: 39.99875em){.l-footer__sign-up__cta{height:9px;margin-top:20px}}.l-footer__sign-up__send{cursor:pointer}.l-footer__sign-up form{margin-top:10px}.l-footer__sign-up input[type="email"]{border:none !important;padding:0 !important;color:#999999;letter-spacing:1px;transition:background-color 500ms ease}@media screen and (max-width: 74.99875em){.touch .l-footer__sign-up input[type="email"]{border-left:1px solid #999999 !important;padding-left:10px !important}}.l-footer__sign-up label{text-transform:uppercase;letter-spacing:2px;line-height:10px;margin-bottom:0 !important;transition:margin-top .15s linear;color:#707070;font-size:9px;font-size:0.5625rem}@media screen and (min-width: 40em){.l-footer__sign-up label{font-size:12px;font-size:0.75rem;line-height:1}}.l-footer__lower{color:#707070;letter-spacing:2px;font-size:9px;font-size:0.5625rem;padding-top:40px}@media screen and (min-width: 40em){.l-footer__lower{padding-top:100px}}@media screen and (min-width: 64em){.l-footer__lower{padding-top:75px}}@media screen and (min-width: 75em){.l-footer__lower{padding-top:125px;font-size:11px;font-size:0.6875rem}}.l-footer__lower a{color:#707070;transition:color 250ms linear}.l-footer__lower a:hover{color:#323232;transition:color 250ms linear}.l-footer__nav a{color:#707070;transition:color 250ms linear}.l-footer__nav a:hover{color:#323232;transition:color 250ms linear}.l-footer__ombudsman{position:relative;display:none}.l-footer__ombudsman svg{width:15px;height:15px;vertical-align:sub;fill:#707070}.l-footer__ombudsman a:hover+span{opacity:1;z-index:1;transition:all linear .25s}.l-footer__ombudsman a:hover svg{fill:#323232}.l-footer__ombudsman a+span{position:absolute;left:20px;top:1px;background-color:#fff;width:450px;opacity:0;z-index:-1;transition:all linear .25s}.l-footer__right{line-height:1.6}.l-footer .c-social{margin-bottom:90px}@media screen and (max-width: 74.99875em){.l-footer .c-social{margin-bottom:0}}@media screen and (max-width: 63.99875em){.l-footer .c-social{margin-bottom:50px}}@media screen and (max-width: 39.99875em){.l-footer .c-social{margin-top:40px;margin-bottom:40px}}.l-footer .c-social__network svg{fill:#323232;transition:fill 250ms linear}.l-footer .c-social__network svg:hover{fill:#707070;transition:fill 250ms linear}.l-footer__lower-left{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:5px;position:relative}.l-footer__logos{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px;position:absolute;left:0;bottom:calc( 100% + 20px)}.l-footer__logos img{height:35px;width:auto;-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.8;transition:opacity .25s ease}.l-footer__logos a:hover img{opacity:1}.l-footer__lower-nav{display:-webkit-flex;display:-ms-flexbox;display:flex;gap:5px}.l-footer__lower-nav li:before{content:'|';padding-right:5px}.no-filters-needed .c-filter__container{display:none}.l-popup__sign-up{position:fixed;left:0;background:#000;width:100%;bottom:-100px;transition:1s ease;z-index:9999}.l-popup__sign-up.cookie_show{bottom:0;transition:1s ease}.l-popup__sign-up.cookie_show .popup_error{background:#FF4136;opacity:0}.l-popup__sign-up.cookie_show .popup_error.error-active{width:100%;opacity:1;transition:0.5s ease;padding:5px 0}.l-popup__sign-up.cookie_show .popup_error #subscribe-result p{color:#fff;margin:0;line-height:25px;text-align:center;font-weight:500;width:100%;display:block}.l-popup__sign-up .popup_wrap{width:100%;padding:10px 0;position:relative}.l-popup__sign-up .popup_wrap form{width:100%;position:relative;font-family:"MaisonNeue", sans-serif}.l-popup__sign-up .popup_wrap form input[type="email"]{width:100%;background-color:#000;color:#fff;border:none;letter-spacing:3px;text-align:center}@media screen and (max-width: 39.99875em){.l-popup__sign-up .popup_wrap form input[type="email"]{text-align:left;letter-spacing:2px;width:80%}}.l-popup__sign-up .popup_wrap form span.c-chevron,.l-popup__sign-up .popup_wrap form .selectric span.button,.selectric .l-popup__sign-up .popup_wrap form span.button{opacity:0;transition:0.5s ease;position:absolute;right:35px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.l-popup__sign-up .popup_wrap form:focus-within span.c-chevron,.l-popup__sign-up .popup_wrap form:focus-within .selectric span.button,.selectric .l-popup__sign-up .popup_wrap form:focus-within span.button{opacity:1;transition:0.5s ease}.l-popup__sign-up .popup_wrap form:focus-within+.close-link{opacity:0.45;transition:0.5s ease}.l-popup__sign-up .popup_wrap #subscribe-positive-result{opacity:0}.l-popup__sign-up .popup_wrap #subscribe-positive-result.success-active{opacity:1;transition:0.5s ease}.l-popup__sign-up .popup_wrap #subscribe-positive-result.success-active p{color:#fff;margin:0;line-height:25px;text-align:center;font-weight:400;letter-spacing:3px;font-size:0.85rem;width:100%;display:block;padding:0 40px}@media screen and (max-width: 39.99875em){.l-popup__sign-up .popup_wrap #subscribe-positive-result.success-active p{letter-spacing:2px}}@media screen and (max-width: 63.99875em){.l-popup__sign-up .popup_wrap #subscribe-positive-result.success-active p{font-size:0.7rem;line-height:18px}}.l-popup__sign-up .popup_wrap .close-link{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.l-popup__sign-up .popup_wrap .close-link .close-popup{background:#fff;font-family:sans-serif;border-radius:100%;width:30px;height:30px;line-height:32px;border:none;font-size:0.75rem;font-weight:bolder;text-align:center;cursor:pointer;transition:background-color 250ms linear}.l-popup__sign-up .popup_wrap .close-link .close-popup:hover{background:#999999;color:#fff}.l-popup__sign-up .popup_wrap .close-link .close-popup.is-active{opacity:0;transition:0.5s ease-in}.l-popup__sign-up input[type="email"]::-webkit-input-placeholder{color:#fff;text-align:center;text-transform:uppercase;opacity:1;font-weight:400;transition:0.3s ease}@media screen and (max-width: 39.99875em){.l-popup__sign-up input[type="email"]::-webkit-input-placeholder{text-align:left}}.l-popup__sign-up input[type="email"]:-moz-placeholder{color:#fff;text-align:center;text-transform:uppercase;opacity:1;font-weight:400;transition:0.3s ease}@media screen and (max-width: 39.99875em){.l-popup__sign-up input[type="email"]:-moz-placeholder{text-align:left}}.l-popup__sign-up input[type="email"]::-moz-placeholder{color:#fff;text-align:center;text-transform:uppercase;opacity:1;font-weight:400;transition:0.3s ease}@media screen and (max-width: 39.99875em){.l-popup__sign-up input[type="email"]::-moz-placeholder{text-align:left}}.l-popup__sign-up input[type="email"]:-ms-input-placeholder{color:#fff;text-align:center;text-transform:uppercase;opacity:1;font-weight:400;transition:0.3s ease}@media screen and (max-width: 39.99875em){.l-popup__sign-up input[type="email"]:-ms-input-placeholder{text-align:left}}.l-popup__sign-up input[type="email"]:focus::-webkit-input-placeholder{opacity:0;transition:0.3s ease}.about{background-color:#fae6dc}.about .m-lead .module__title{margin-bottom:135px}.about .m--offset:before{width:100%;background:transparent}@media screen and (min-width: 102.5em){.about .m--offset:before{width:72vw}}.about .slideshow{background-color:#F3C2B2}@media screen and (max-width: 63.99875em){.about .slideshow{margin-bottom:45px}}@media screen and (min-width: 64em){.about .slideshow{-webkit-transform:translateY(-70px);-ms-transform:translateY(-70px);transform:translateY(-70px)}}@media screen and (min-width: 64em){.about .slideshow__arrows,.about .slideshow--arrows .slick-prev,.slideshow--arrows .about .slick-prev,.about .slideshow--arrows .slick-next,.slideshow--arrows .about .slick-next,.about .slick-lightbox .slick-prev,.slick-lightbox .about .slick-prev,.about .slick-lightbox .slick-next,.slick-lightbox .about .slick-next{-webkit-transform:translateY(-70px);-ms-transform:translateY(-70px);transform:translateY(-70px)}}.about .slideshow__pagination{position:absolute;bottom:0;left:20px}@media screen and (max-width: 63.99875em){.about .slideshow__pagination{bottom:20px}}.buy,.buypage{background-color:#f3f3f3}.blog,.category{background-color:#fae6dc}.contact{background-color:#fae6dc}.home{background-color:#f6c9b6}.home .m-lead__container{background-image:url("../img/aucoot-eames-wire-chair.png");background-repeat:no-repeat;background-position:top right;background-size:auto 100%}@media screen and (max-width: 89.99875em){.home .m-lead__container{background-position:top right -100px}}@media screen and (max-width: 74.99875em){.home .m-lead__container{background-position:top right -200px}}@media screen and (max-width: 63.99875em){.home .m-lead__container{background:none}}.home .m-lead__container .module__title{margin-bottom:180px}@media screen and (max-width: 74.99875em){.home .m-lead__container .module__title{margin-bottom:65px}}@media screen and (max-width: 39.99875em){.home .m-lead__container .module__title{margin-bottom:40px}}@media screen and (max-width: 39.99875em){.home .l-header{margin-bottom:110px;margin-bottom:60px}}.gallery{background-color:#f3f3f3}.post-type-archive-cpt_designers{background-color:#fae6dc}.post-type-archive-cpt_designers .post__container:before{background-color:#fae6dc}@media screen and (min-width: 64em){.post-type-archive-cpt_designers .c-dropdown .selectric-responsive{width:100%}}@media screen and (max-width: 39.99875em){.post-type-archive-cpt_designers .c-switcher{float:none;margin-top:22.5px}}.post-type-archive-cpt_press{background-color:#f6c9b6}.post-type-archive-cpt_press .post__container:before{background-color:#f6c9b6}.post-type-archive-cpt_testimonial .post__container:before{background-color:#FFE9E1}.sell [class*="m--offset"]:before,.sell .m--bg,.buy [class*="m--offset"]:before,.buy .m--bg{background-color:#FCE7C2}@media screen and (max-width: 74.99875em){.sell [class*="m--offset"]:before,.buy [class*="m--offset"]:before{display:none}}.sell .m--bg,.buy .m--bg{padding-bottom:90px;margin-bottom:450px}@media screen and (max-width: 74.99875em){.sell .m--bg,.buy .m--bg{margin-bottom:0}}@media screen and (min-width: 64em){.sell .wpcf7,.buy .wpcf7{margin-right:45px}}@media screen and (max-width: 74.99875em){.sell .site__bg,.buy .site__bg{background:#FCE7C2 !important}}@media screen and (max-width: 39.99875em){.sell hr,.buy hr{border:none;margin-bottom:20px}}.sell [class*="m--offset"]:before,.sell .m--bg{background-color:#fae6dc}@media screen and (max-width: 74.99875em){.sell .site__bg{background:#fae6dc !important}}.single-post{background-color:#FAFAFA}.single-post__bg{background-color:#FAFAFA;padding-top:65px;position:relative;z-index:1}@media screen and (max-width: 39.99875em){.single-post__bg{padding-top:40px}}.single-post__header{height:100vh;background-color:#F3C2B2}@media screen and (max-width: 39.99875em){.single-post__header{height:calc(100vh - 210px)}}.single-post__header .site__bg{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;-webkit-animation:fadeIn 1s ease forwards;animation:fadeIn 1s ease forwards;-webkit-animation-delay:1s;animation-delay:1s}.single-post__header__title-secondary{color:#999999;font-size:35px;font-size:2.1875rem}@media screen and (max-width: 89.99875em){.single-post__header__title-secondary{font-size:30px;font-size:1.875rem}}@media screen and (max-width: 74.99875em){.single-post__header__title-secondary{font-size:28px;font-size:1.75rem}}@media screen and (max-width: 63.99875em){.single-post__header__title-secondary{font-size:24px;font-size:1.5rem}}@media screen and (max-width: 39.99875em){.single-post__header__title-secondary{font-size:20px;font-size:1.25rem}}.single-post__header__title-primary{font-family:"MaisonNeue", sans-serif;margin-bottom:360px;font-size:35px;font-size:2.1875rem}@media screen and (max-width: 89.99875em){.single-post__header__title-primary{font-size:30px;font-size:1.875rem}}@media screen and (max-width: 74.99875em){.single-post__header__title-primary{font-size:28px;font-size:1.75rem}}@media screen and (max-width: 63.99875em){.single-post__header__title-primary{font-size:24px;font-size:1.5rem}}@media screen and (max-width: 39.99875em){.single-post__header__title-primary{font-size:20px;font-size:1.25rem}}@media screen and (max-width: 74.99875em){.single-post__header__title-primary{margin-bottom:200px}}@media screen and (max-width: 39.99875em){.single-post__header__title-primary{margin-bottom:40px}}.single-post__header__pin{text-transform:uppercase;line-height:15px;color:#999999;font-size:15px;font-size:0.9375rem}@media screen and (max-width: 74.99875em){.single-post__header__pin{font-size:11px;font-size:0.6875rem}}.single-post__header__pin svg{width:15px;height:15px;margin-right:10px;vertical-align:middle;fill:#999999}.single-post__header .m--bg{padding-top:45px;padding-bottom:45px}.single-post__header .m--bg:before{background-color:#FAFAFA}.single-post__header .c-social-btn{position:absolute;top:0;right:0}.single-post .m--offset-right:before{left:-40px}.single-post .m-related{background-color:#FFE9E1}@media screen and (max-width: 39.99875em){.single-post .m-related{padding-bottom:0}}.single-post .m-related .c-block{padding-bottom:0}@media screen and (max-width: 39.99875em){.single-post .m-related .c-block{padding-bottom:60px}}.single-post .m-pagination--mobile{z-index:1;position:relative;background-color:#fafafa}.single-post .c-social--share{padding-top:10px}.subscribe [class*="m--offset"]:before,.subscribe .m--bg{background-color:#FFC7B6}@media screen and (max-width: 74.99875em){.subscribe .site__bg{background:#FFC7B6 !important}}.subscribe .m--bg{padding-bottom:90px;margin-bottom:120px}@media print, screen and (min-width: 64em){.subscribe .m--bg{margin-bottom:450px}}@media print, screen and (min-width: 64em){.subscribe .l-header__nav__title{display:none}}.subscribe .c-subscribe .subscribe--link{color:#323232}.subscribe .c-subscribe .subscribe--link::after{bottom:-4px;right:0;border-bottom:#323232;border:0.3px solid}@media print, screen and (min-width: 64em){.subscribe .l-footer__sign-up .subscribe-page{width:110%;margin-bottom:80px}}.subscribe .l-footer__sign-up .subscribe-page form input[type="email"]{background:#FFC7B6}.availability-sold .m-brochure #anchor-brochure .columns:nth-child(-n+2){visibility:hidden;opacity:0}.page.download{overflow:hidden;height:100vh}.page.download .map{max-width:800px;margin-left:auto;margin-right:auto}.download__break{opacity:0}.download__pre-loader{position:absolute;top:calc(50vh - 25px);left:0;right:0;text-align:center}.download__pre-loader svg{-webkit-animation:rotate infinite 400ms;animation:rotate infinite 400ms;-webkit-animation-timing-function:linear;animation-timing-function:linear;width:50px;height:50px}@media print{.page.download{overflow:initial;height:initial;font-size:10px;font-size:0.625rem}.page.download .row{max-width:1070px;background-color:#fff;overflow:hidden}.page.download .c-list__item{padding:10px 0}.page.download .c-list__content{font-size:10px;font-size:0.625rem}.page.download .c-list__sub-title{font-size:7px;font-size:0.4375rem}.page.download .c-image{margin-bottom:40px}.page.download .l-footer{padding:20px 0;position:absolute;bottom:0;left:0;right:0;border-top:1px solid #dedede;font-size:10px;font-size:0.625rem}.page.download .l-footer img{max-width:100px}.page.download .map,.page.download .c-border{padding:75px;border:1px solid #dedede;margin-bottom:50px}.page.download .module__title{font-size:10px;font-size:0.625rem;letter-spacing:2px;margin-bottom:30px}.page.download header,.page.download nav,.page.download footer{display:none}.page.download img{opacity:1 !important}.download__ajax-loader{display:none}.download__break{opacity:1;page-break-after:always;position:relative;min-height:1040px}.download__logo{margin:40px 0 60px;text-align:center}.download__logo img{max-width:180px}.download__intro img{margin-bottom:60px}}.page.post p+h2{margin-top:45px}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:before,.slick-track:after{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slideshow__arrows,.slideshow--arrows .slick-prev,.slideshow--arrows .slick-next,.slick-lightbox .slick-prev,.slick-lightbox .slick-next{position:absolute;top:0;bottom:0;width:50%}.slideshow__arrows--prev,.slideshow--arrows .slick-prev,.slick-lightbox .slick-prev{left:0;cursor:url("../img/arrow-left.svg"),w-resize}.slideshow__arrows--next,.slideshow--arrows .slick-next,.slick-lightbox .slick-next{right:0;cursor:url("../img/arrow-right.svg"),e-resize}.slideshow__slide{outline:none}.slideshow--two-up{top:45px;margin-left:45px;margin-right:-135px}@media screen and (max-width: 74.99875em){.slideshow--two-up{top:25px;margin-left:25px;margin-right:-75px}}@media screen and (max-width: 39.99875em){.slideshow--two-up{top:20px;margin-left:20px;margin-right:0}}.slideshow--two-up .c-block{margin-right:90px;padding-bottom:160px}@media screen and (max-width: 74.99875em){.slideshow--two-up .c-block{margin-right:50px;padding-bottom:100px}}@media screen and (max-width: 39.99875em){.slideshow--two-up .c-block{margin-right:0;padding-bottom:60px}}.slideshow--two-up img{width:100%}@media print, screen and (min-width: 40em){.slideshow--four-up{width:calc(100% + 36px)}}@media print, screen and (min-width: 64em){.slideshow--four-up{width:calc(100% + 50px)}}@media screen and (min-width: 75em){.slideshow--four-up{width:calc(100% + 80px)}}.slideshow--arrows .slick-prev,.slideshow--arrows .slick-next{background:transparent;font-size:0;border:0;outline:0;z-index:1}.slideshow--listings{background-color:#F3C2B2}.slideshow--listings+.slideshow__link{display:none}.slideshow--listings .slick-arrow.slick-disabled+div+.slick-next{width:100%}.slideshow--last{overflow:hidden}.slideshow--last:after{content:"";width:70%;height:100%;background-color:rgba(233,233,233,0.95);position:absolute;top:0;right:0;bottom:0;left:100%;transition:left ease 250ms;z-index:10}.slideshow--last+.slideshow__link{display:block;position:absolute;top:0;bottom:0;left:100%;width:70%;z-index:15;transition:left ease 250ms}.slideshow--last+.slideshow__link:before{content:"View Full Property \A Details";white-space:pre;text-align:center;position:absolute;left:0;right:0;top:calc(50% - 15px)}.slideshow--last.slideshow--last--active:after{left:30%}.slideshow--last.slideshow--last--active:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:30%;z-index:10;cursor:url("../img/arrow-left.svg"),w-resize}.slideshow--last.slideshow--last--active+.slideshow__link{left:30%}.slideshow__pagination{text-align:center;line-height:1.1;font-size:12px;font-size:0.75rem}@media screen and (max-width: 39.99875em){.slideshow__pagination{font-size:9px;font-size:0.5625rem}}@media screen and (min-width: 40em){.slideshow__pagination--property{right:30px;position:absolute;bottom:0}}@media screen and (min-width: 64em){.slideshow__pagination--property{right:40px}}@media screen and (max-width: 39.99875em){.slideshow__pagination--property{float:right;margin-top:20px;margin-right:1.25rem;margin-left:5px}}@media screen and (max-width: 39.99875em){.slideshow__pagination__number{display:inline-block}}.slideshow__pagination__number--current{margin-bottom:5px}@media screen and (max-width: 39.99875em){.slideshow__pagination__number--current{margin-right:5px;margin-bottom:0}}.slideshow__pagination__number--total{color:#999999}.entry-content img{margin:0 0 1.5em 0}.alignleft,img.alignleft{margin-right:1.5em;display:inline;float:left}.alignright,img.alignright{margin-left:1.5em;display:inline;float:right}.aligncenter,img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both}.wp-caption{margin-bottom:1.5em;text-align:center;padding-top:5px}.wp-caption img{border:0 none;padding:0;margin:0}.wp-caption p.wp-caption-text{line-height:1.5;font-size:10px;margin:0}.wp-smiley{margin:0 !important;max-height:1em}blockquote.left{margin-right:20px;text-align:right;margin-left:0;width:33%;float:left}blockquote.right{margin-left:20px;text-align:left;margin-right:0;width:33%;float:right}.slick-lightbox{position:fixed;top:0;left:0;z-index:10000;width:100%;height:100%;background:#F9F9F9}.slick-lightbox .slick-lightbox-inner{position:fixed;top:0;left:0;width:100%;height:100%}.slick-lightbox .slick-lightbox-slick-item-inner{display:inline-block;vertical-align:middle;max-width:90%;max-height:90%}.slick-lightbox .slideshow__slide{text-align:center;overflow:hidden}.slick-lightbox .slideshow__slide:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.slick-lightbox .slideshow__slide img{margin:0 auto;display:block;max-width:90%;max-height:90%;width:auto}.slick-lightbox__title{position:absolute;top:45px;left:100px;right:100px;text-align:center;text-transform:uppercase;letter-spacing:3px;font-size:12px;font-size:0.75rem;z-index:1}@media screen and (max-width: 39.99875em){.slick-lightbox__title{display:none}}@media (min-height: 0px) and (max-height: 1000px){.slick-lightbox__title{top:calc(5% - 7px)}}.slick-lightbox img{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);transition:-webkit-transform ease 300ms;transition:transform ease 300ms}.slick-lightbox.slick-lightbox--active img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.slick-lightbox.slick-lightbox--thumbnails .slideshow__pagination{display:none}.slick-lightbox.slick-lightbox--thumbnails .slick-lightbox-bottom-right span{display:block}.slick-lightbox.slick-lightbox--thumbnails .slideshow__slide{cursor:-webkit-grab;cursor:grab}.slick-lightbox.slick-lightbox--thumbnails .slideshow__slide img{max-width:100%;cursor:url("../img/zoom-icon.svg"),crosshair;transition:-webkit-transform 250ms ease-out;transition:transform 250ms ease-out}.slick-lightbox.slick-lightbox--thumbnails .slideshow__slide img:hover{-webkit-transform:scale(1.025);-ms-transform:scale(1.025);transform:scale(1.025)}.slick-lightbox .slick-lightbox-close{position:absolute;top:105px;right:30px;z-index:2}@media screen and (max-width: 39.99875em){.slick-lightbox .slick-lightbox-close{top:20px;right:20px}}.slick-lightbox .slick-lightbox-bottom-right{position:absolute;right:30px;bottom:45px}.slick-lightbox .slick-lightbox-bottom-right span{display:none;text-transform:uppercase;color:#999999;letter-spacing:2px;font-size:12px;font-size:0.75rem}@media screen and (max-width: 39.99875em){.slick-lightbox .slick-lightbox-bottom-right span{font-size:9px;font-size:0.5625rem}}.slick-lightbox .slick-lightbox-views{position:absolute;top:150px;right:30px;z-index:2}@media screen and (max-width: 39.99875em){.slick-lightbox .slick-lightbox-views{top:40px;right:20px}}.slick-lightbox .slick-prev,.slick-lightbox .slick-next{background:transparent;font-size:0;border:0;outline:0}.slick-lightbox .slick-prev{z-index:1}.slick-lightbox .slick-next{z-index:1}.slick-lightbox .slideshow__pagination{right:0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:10000;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:0.001;will-change:opacity;transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;transition:-webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);transition:transform 333ms cubic-bezier(0.4, 0, 0.22, 1)}.pswp__bg{will-change:opacity;transition:opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100% !important;height:auto !important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}.pswp__error-msg a{color:#CCC;text-decoration:underline}.pswp__bg{background-color:#fff}.c-pswp__button{position:absolute;z-index:9998}.c-pswp__button--close{top:45px;right:45px}@media screen and (max-width: 39.99875em){.c-pswp__button--close{top:20px;right:20px}}.c-pswp__button--arrow--right{top:50%;right:45px}@media screen and (max-width: 39.99875em){.c-pswp__button--arrow--right{top:auto;bottom:20px;left:80px}}.c-pswp__button--arrow--left{top:50%;left:45px}@media screen and (max-width: 39.99875em){.c-pswp__button--arrow--left{top:auto;bottom:20px;left:20px}}.pswp .slideshow__pagination{bottom:45px;right:45px;position:absolute}@media screen and (max-width: 39.99875em){.pswp .slideshow__pagination{bottom:20px;right:20px}}.pswp__img--placeholder--blank{background:#F3C2B2}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.properties{padding:0}.properties .property__availability{text-transform:uppercase}.properties .property .price{color:#999999}.properties .property .price-qualifier{margin-left:5px;font-size:12px;letter-spacing:1px;white-space:nowrap;text-transform:uppercase}.buy--list .properties .property{margin-bottom:40px}@media screen and (min-width: 40em){.buy--list .properties .property{margin-bottom:60px}}@media screen and (min-width: 75em){.buy--list .properties .property{margin-bottom:160px}}@media screen and (min-width: 102.5em){.buy--list .properties .property{margin-bottom:300px}}.buy--list .properties .property__availability{margin-bottom:45px;font-size:16px;font-size:1rem}@media screen and (max-width: 89.99875em){.buy--list .properties .property__availability{font-size:15px;font-size:0.9375rem}}@media screen and (max-width: 63.99875em){.buy--list .properties .property__availability{font-size:14px;font-size:0.875rem}}@media screen and (max-width: 39.99875em){.buy--list .properties .property__availability{font-size:13px;font-size:0.8125rem}}@media screen and (max-width: 39.99875em){.buy--list .properties .property__availability{margin-bottom:20px}}.buy--list .properties .property__availability:empty{margin-bottom:0}.buy--list .properties .property--right .thumbnail{right:0;left:initial !important}.buy--list .properties .property--right .details__container:before{right:0;left:0}@media screen and (min-width: 64em){.buy--list .properties .property--right .details__container:before{right:-20px;left:initial}}.buy--list .properties .property--left .details__container:before{left:0;right:0}@media screen and (min-width: 64em){.buy--list .properties .property--left .details__container:before{left:-20px;right:initial}}.buy--list .properties .property h3{max-width:300px;margin-bottom:0}.buy--list .properties .property a{text-decoration:none}.buy--list .properties .property .columns{height:100%}.buy--list .properties .property .details{z-index:1;height:100%;position:relative}@media screen and (min-width: 40em){.buy--list .properties .property .details{padding-top:45px}}.buy--list .properties .property .details__message{text-transform:uppercase;color:#ff2400;font-size:16px;font-size:1rem}@media screen and (max-width: 89.99875em){.buy--list .properties .property .details__message{font-size:15px;font-size:0.9375rem}}@media screen and (max-width: 63.99875em){.buy--list .properties .property .details__message{font-size:14px;font-size:0.875rem}}@media screen and (max-width: 39.99875em){.buy--list .properties .property .details__message{font-size:13px;font-size:0.8125rem}}.buy--list .properties .property .details__container:before{display:none;content:"";position:absolute;top:-45px;width:100%;bottom:-45px;transition:background linear 250ms}@media screen and (min-width: 75em){.buy--list .properties .property .details__container:before{display:block;width:50vw}}.buy--list .properties .property .thumbnail{position:relative;overflow:hidden;z-index:1;left:0;margin-bottom:20px;width:calc(100% + 20px * 2);margin-left:-20px;margin-right:-20px}@media screen and (min-width: 40em){.buy--list .properties .property .thumbnail{margin:0 auto;width:calc(100% - (36px ))}}@media screen and (min-width: 75em){.buy--list .properties .property .thumbnail{position:absolute;margin:initial;width:calc(50vw + 8.33333% - 80px)}}@media screen and (min-width: 1900px){.buy--list .properties .property .thumbnail{width:calc(50vw + 135px - 80px)}}.buy--list .properties .property .price{font-family:"GalaxieCopernicus", serif;margin-bottom:45px;font-size:24px;font-size:1.5rem}@media screen and (max-width: 89.99875em){.buy--list .properties .property .price{font-size:20px;font-size:1.25rem}}@media screen and (max-width: 74.99875em){.buy--list .properties .property .price{font-size:16px;font-size:1rem}}@media screen and (max-width: 39.99875em){.buy--list .properties .property .price{font-size:13px;font-size:0.8125rem}}@media screen and (max-width: 39.99875em){.buy--list .properties .property .price{margin-bottom:20px}}.buy--list .properties .property .slideshow__pagination{position:absolute;bottom:0}@media screen and (max-width: 74.99875em){.buy--list .properties .property .slideshow__pagination{right:0}}.buy--thumb .properties{max-width:1680px;margin-right:auto;margin-left:auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.buy--thumb .properties::before,.buy--thumb .properties::after{display:table;content:' '}.buy--thumb .properties::after{clear:both}.buy--thumb .properties li{list-style:none}.buy--thumb .properties li:not(.property){-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}@media screen and (min-width: 40em){.buy--thumb .properties li:not(.property) ~ li:nth-child(2n+1){clear:initial}}@media screen and (min-width: 40em){.buy--thumb .properties li:not(.property) ~ li:nth-child(2n+1)+li{clear:both}}@media screen and (min-width: 75em){.buy--thumb .properties li:not(.property) ~ li:nth-child(2n+1)+li{clear:initial}}.buy--thumb .properties .property{list-style:none;clear:initial;margin-bottom:40px;width:100%;float:left;padding-right:0.625rem;padding-left:0.625rem}@media print, screen and (min-width: 40em){.buy--thumb .properties .property{padding-right:1.125rem;padding-left:1.125rem}}@media print, screen and (min-width: 64em){.buy--thumb .properties .property{padding-right:1.5625rem;padding-left:1.5625rem}}@media screen and (min-width: 75em){.buy--thumb .properties .property{padding-right:2.5rem;padding-left:2.5rem}}.buy--thumb .properties .property,.buy--thumb .properties .property:last-child:not(:first-child){float:left;clear:none}.buy--thumb .properties .property:last-child:not(:first-child){float:left}@media screen and (min-width: 40em){.buy--thumb .properties .property{margin-bottom:90px;width:50%;float:left;padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 40em) and (min-width: 40em){.buy--thumb .properties .property{padding-right:1.125rem;padding-left:1.125rem}}@media screen and (min-width: 40em) and (min-width: 64em){.buy--thumb .properties .property{padding-right:1.5625rem;padding-left:1.5625rem}}@media screen and (min-width: 40em) and (min-width: 75em){.buy--thumb .properties .property{padding-right:2.5rem;padding-left:2.5rem}}@media screen and (min-width: 40em){.buy--thumb .properties .property,.buy--thumb .properties .property:last-child:not(:first-child){float:left;clear:none}.buy--thumb .properties .property:last-child:not(:first-child){float:left}}@media screen and (min-width: 75em){.buy--thumb .properties .property{width:33.33333%;float:left;padding-right:0.625rem;padding-left:0.625rem}}@media screen and (min-width: 75em) and (min-width: 40em){.buy--thumb .properties .property{padding-right:1.125rem;padding-left:1.125rem}}@media screen and (min-width: 75em) and (min-width: 64em){.buy--thumb .properties .property{padding-right:1.5625rem;padding-left:1.5625rem}}@media screen and (min-width: 75em) and (min-width: 75em){.buy--thumb .properties .property{padding-right:2.5rem;padding-left:2.5rem}}@media screen and (min-width: 75em){.buy--thumb .properties .property,.buy--thumb .properties .property:last-child:not(:first-child){float:left;clear:none}.buy--thumb .properties .property:last-child:not(:first-child){float:left}}@media screen and (min-width: 40em){.buy--thumb .properties .property:nth-child(2n+1){clear:both}}@media screen and (min-width: 75em){.buy--thumb .properties .property:nth-child(2n+1){clear:initial}}@media screen and (min-width: 75em){.buy--thumb .properties .property:nth-child(3n+1){clear:both}}@media screen and (min-width: 75em){.buy--thumb .properties .property:nth-child(10),.buy--thumb .properties .property:nth-child(13){clear:initial}}.buy--thumb .properties .property a{text-decoration:none}.buy--thumb .properties .property__availability{text-align:right;color:#999999}@media screen and (min-width: 75em) and (max-width: 89.99875em){.buy--thumb .properties .property__availability{margin-top:10px;text-align:left}}.buy--thumb .properties .property__message{position:absolute;width:100%;height:35px;line-height:35px;background-color:#fff;text-decoration:none;margin-top:-35px;padding-left:15px;font-size:14px;font-size:0.875rem}@media screen and (max-width: 74.99875em){.buy--thumb .properties .property__message{font-size:12px;font-size:0.75rem}}@media screen and (max-width: 39.99875em){.buy--thumb .properties .property__message{font-size:10px;font-size:0.625rem}}@media screen and (max-width: 39.99875em){.buy--thumb .properties .property__message+img{margin-top:35px}}.buy--thumb .properties .thumbnail{margin-bottom:30px}.buy--thumb .properties .details{font-size:16px;font-size:1rem}@media screen and (max-width: 89.99875em){.buy--thumb .properties .details{font-size:15px;font-size:0.9375rem}}@media screen and (max-width: 63.99875em){.buy--thumb .properties .details{font-size:14px;font-size:0.875rem}}@media screen and (max-width: 39.99875em){.buy--thumb .properties .details{font-size:13px;font-size:0.8125rem}}@media screen and (min-width: 40em) and (max-width: 63.99875em){.buy--thumb .properties .details{font-size:13px;font-size:0.8125rem}}.buy--thumb .properties .details h3{display:none}.buy--thumb .properties .price{text-align:right}@media screen and (min-width: 75em) and (max-width: 89.99875em){.buy--thumb .properties .price{text-align:left}}.property__availability--primary{color:#323232}.property__availability--alert{color:#ff2400}.property__message{color:#ff2400}.propertyhive-none-found .propertyhive-pagination{display:none}.propertyhive-none-found .c-filter__container,.propertyhive-none-found .c-filter--sticky,.propertyhive-none-found .c-filter--mobile{display:none}.propertyhive-none-found .l-header-thin{display:none}.single-property{background-color:#F9F9F9}.single-property .l-main>.a-item--active{-webkit-transform:initial;-ms-transform:initial;transform:initial}.single-property .l-header-thin .price{display:inline-block}.single-property .l-header-thin .medium-6:last-of-type{text-align:right}.single-property .description{line-height:1.25;margin-bottom:90px}@media screen and (max-width: 39.99875em){.single-property .description{margin-bottom:40px}}.single-property .description h4{display:none}@media screen and (min-width: 40em){.single-property .slideshow__views{right:30px;position:absolute;top:65px;width:20px}}@media screen and (min-width: 64em){.single-property .slideshow__views{right:40px;top:105px}}@media screen and (max-width: 39.99875em){.single-property .slideshow__views{float:right;margin-top:20px;margin-right:1.25rem;margin-bottom:40px}}@media screen and (min-width: 40em){.single-property .slideshow__views .c-btn{margin-bottom:15px}}@media screen and (max-width: 39.99875em){.single-property .slideshow__pagination__number{line-height:20px}}.single-property .sidebar--property .price{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-right:10px;gap:10px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.single-property .sidebar--property .price .price-qualifier{font-size:12px;letter-spacing:1px;white-space:nowrap;text-transform:uppercase}.single-property .c-quote{display:none}@media screen and (min-width: 40em){.single-property .c-quote{display:block}}.single-property .c-chevron.js-slideshow__arrows--prev,.single-property .selectric .js-slideshow__arrows--prev.button,.selectric .single-property .js-slideshow__arrows--prev.button,.single-property .c-chevron.js-slideshow__arrows--next,.single-property .selectric .js-slideshow__arrows--next.button,.selectric .single-property .js-slideshow__arrows--next.button{float:left;margin-top:20px;margin-left:20px}.single-property .c-chevron.js-slideshow__arrows--next,.single-property .selectric .js-slideshow__arrows--next.button,.selectric .single-property .js-slideshow__arrows--next.button{margin-left:50px}@media screen and (min-width: 40em){.single-property .properties .property{margin-bottom:0}}.single-property #anchor-information>.container:last-of-type{display:none;margin-top:45px}@media screen and (max-width: 39.99875em){.single-property #anchor-information>.container:last-of-type{display:block}}@media screen and (max-width: 39.99875em){.single-property #anchor-information>.container:first-of-type{height:250px;overflow:hidden;position:relative}.single-property #anchor-information>.container:first-of-type:before{content:"";display:block;height:100px;width:100%;background:linear-gradient(to top, #FAFAFA, rgba(255,255,255,0));position:absolute;bottom:0px;z-index:1}.single-property #anchor-information>.container:first-of-type.container--active{height:auto}.single-property #anchor-information>.container:first-of-type.container--active:before{display:none}}.slideshow--property{max-height:1050px;overflow:hidden}@media print, screen and (min-width: 40em){.slideshow--property{margin-top:40px}}@media print, screen and (min-width: 64em){.slideshow--property{margin-top:60px}}@media screen and (max-width: 39.99875em){.slideshow--property{margin-right:-0.625rem;margin-left:-0.625rem}}.slideshow--property img{height:auto;width:auto;margin-left:auto;margin-right:auto;float:left}.slideshow--property img:nth-of-type(2){max-width:800px}.slideshow--property .slideshow__image--portrait{width:50%}.slideshow--property .slideshow__image--portrait:last-of-type{margin-right:0}.pushy-open-left .site-overlay{left:0}.pushy-open-left .site-overlay:after{left:50vw}@media screen and (max-width: 63.99875em){.pushy-open-left .site-overlay:after{left:70vw}}@media screen and (max-width: 39.99875em){.pushy-open-left .site-overlay:after{left:0}}#container,.pushy,.push{transition:-webkit-transform 400ms cubic-bezier(0.57, 0.06, 0.05, 0.95);transition:transform 400ms cubic-bezier(0.57, 0.06, 0.05, 0.95)}@media screen and (max-width: 63.99875em){.pushy{width:70vw}.pushy-left{-webkit-transform:translate3d(-70vw, 0, 0);transform:translate3d(-70vw, 0, 0)}.pushy-open-left #container,.pushy-open-left .push{-webkit-transform:translate3d(70vw, 0, 0);transform:translate3d(70vw, 0, 0)}}@media screen and (max-width: 39.99875em){.pushy{width:100vw}.pushy-left{-webkit-transform:translate3d(-100vw, 0, 0);transform:translate3d(-100vw, 0, 0)}.pushy-open-left #container,.pushy-open-left .push{-webkit-transform:translate3d(100vw, 0, 0);transform:translate3d(100vw, 0, 0)}}.align--center{text-align:center}.align--right{text-align:right}.bare-list{list-style:none;padding-left:0;margin-left:0}.c-white{color:#fff}.c-grey{color:#707070}.c-text--primary{color:#323232}.clear{clear:both}.db{display:block}.dib{display:inline-block}.float--right{float:right}.float--left{float:left}.flex{display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%}.flex--space-between{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex--column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex--center-center{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex--v-center{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.f-serif{font-family:"GalaxieCopernicus", serif}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=102.5em"}hr{border:none;border-bottom:2px solid #323232;margin-bottom:45px}.relative{position:relative}.position-initial{position:initial !important}.position-static{position:static}.table{display:table;width:100%;height:100%}.table__cell{display:table-cell;vertical-align:middle;width:100%;height:100%}.table__cell--bottom{vertical-align:bottom}.uppercase{text-transform:uppercase}.valign{vertical-align:middle}@media screen and (max-width: 39.99875em){.show-for--medium{display:none !important}}@media print, screen and (min-width: 40em){.hide-for--medium{display:none !important}}html .mt5{margin-top:5px}html .mb0{margin-bottom:0px}html .mb--large{margin-bottom:225px}html .pr0{padding-right:0px}.rwd-helper{position:fixed;bottom:0;right:0;width:100%;height:25px;background:rgba(0,0,0,0.5);color:white;line-height:25px;text-align:center;text-transform:uppercase;font-size:12px;pointer-events:none;z-index:9999;display:none}.rwd-helper:before{content:"small 0 up"}@media screen and (min-width: 40em){.rwd-helper:before{content:"medium 640px up"}}@media screen and (min-width: 64em){.rwd-helper:before{content:"large 1024px up"}}@media screen and (min-width: 75em){.rwd-helper:before{content:"xlarge 1200px up"}}@media screen and (min-width: 90em){.rwd-helper:before{content:"xxlarge 1440px up"}}@media screen and (min-width: 102.5em){.rwd-helper:before{content:"xxxlarge 1640px up"}}.grid-helper{display:none;position:fixed;top:0;bottom:0;right:10px;left:10px;max-width:1680px;margin:0 auto;pointer-events:none;z-index:999}@media print, screen and (min-width: 40em){.grid-helper{right:30px;left:30px}}@media print, screen and (min-width: 64em){.grid-helper{right:40px;left:40px}}.grid-helper span{float:left;display:block;height:100vh;display:none;text-align:center}.grid-helper span:nth-child(1){display:block;width:calc( 100% / 12);border:10px solid rgba(255,0,0,0.2);border-top:0;border-bottom:0}@media print, screen and (min-width: 40em){.grid-helper span:nth-child(1){border:18px solid rgba(255,0,0,0.2)}}@media print, screen and (min-width: 64em){.grid-helper span:nth-child(1){border:25px solid rgba(255,0,0,0.2)}}.grid-helper span:nth-child(1):before{content:"1"}.grid-helper span:nth-child(2){display:block;width:calc( 100% / 12);border:10px solid rgba(255,0,0,0.2);border-top:0;border-bottom:0}@media print, screen and (min-width: 40em){.grid-helper span:nth-child(2){border:18px solid rgba(255,0,0,0.2)}}@media print, screen and (min-width: 64em){.grid-helper span:nth-child(2){border:25px solid rgba(255,0,0,0.2)}}.grid-helper span:nth-child(2):before{content:"2"}.grid-helper span:nth-child(3){display:block;width:calc( 100% / 12);border:10px solid rgba(255,0,0,0.2);border-top:0;border-bottom:0}@media print, screen and (min-width: 40em){.grid-helper span:nth-child(3){border:18px solid rgba(255,0,0,0.2)}}@media print, screen and (min-width: 64em){.grid-helper span:nth-child(3){border:25px solid rgba(255,0,0,0.2)}}.grid-helper span:nth-child(3):before{content:"3"}.grid-helper span:nth-child(4){display:block;width:calc( 100% / 12);border:10px solid rgba(255,0,0,0.2);border-top:0;border-bottom:0}@media print, screen and (min-width: 40em){.grid-helper span:nth-child(4){border:18px solid rgba(255,0,0,0.2)}}@media print, screen and (min-width: 64em){.grid-helper span:nth-child(4){border:25px solid rgba(255,0,0,0.2)}}.grid-helper span:nth-child(4):before{content:"4"}.grid-helper span:nth-child(5){display:block;width:calc( 100% / 12);border:10px solid rgba(255,0,0,0.2);border-top:0;border-bottom:0}@media print, screen and (min-width: 40em){.grid-helper span:nth-child(5){border:18px solid rgba(255,0,0,0.2)}}@media print, screen and (min-width: 64em){.grid-helper span:nth-child(5){border:25px solid rgba(255,0,0,0.2)}}.grid-helper span:nth-child(5):before{content:"5"}.grid-helper span:nth-child(6){display:block;width:calc( 100% / 12);border:10px solid rgba(255,0,0,0.2);border-top:0;border-bottom:0}@media print, screen and (min-width: 40em){.grid-helper span:nth-child(6){border:18px solid rgba(255,0,0,0.2)}}@media print, screen and (min-width: 64em){.grid-helper span:nth-child(6){border:25px solid rgba(255,0,0,0.2)}}.grid-helper span:nth-child(6):before{content:"6"}.grid-helper span:nth-child(7){display:block;width:calc( 100% / 12);border:10px solid rgba(255,0,0,0.2);border-top:0;border-bottom:0}@media print, screen and (min-width: 40em){.grid-helper span:nth-child(7){border:18px solid rgba(255,0,0,0.2)}}@media print, screen and (min-width: 64em){.grid-helper span:nth-child(7){border:25px solid rgba(255,0,0,0.2)}}.grid-helper span:nth-child(7):before{content:"7"}.grid-helper span:nth-child(8){display:block;width:calc( 100% / 12);border:10px solid rgba(255,0,0,0.2);border-top:0;border-bottom:0}@media print, screen and (min-width: 40em){.grid-helper span:nth-child(8){border:18px solid rgba(255,0,0,0.2)}}@media print, screen and (min-width: 64em){.grid-helper span:nth-child(8){border:25px solid rgba(255,0,0,0.2)}}.grid-helper span:nth-child(8):before{content:"8"}.grid-helper span:nth-child(9){display:block;width:calc( 100% / 12);border:10px solid rgba(255,0,0,0.2);border-top:0;border-bottom:0}@media print, screen and (min-width: 40em){.grid-helper span:nth-child(9){border:18px solid rgba(255,0,0,0.2)}}@media print, screen and (min-width: 64em){.grid-helper span:nth-child(9){border:25px solid rgba(255,0,0,0.2)}}.grid-helper span:nth-child(9):before{content:"9"}.grid-helper span:nth-child(10){display:block;width:calc( 100% / 12);border:10px solid rgba(255,0,0,0.2);border-top:0;border-bottom:0}@media print, screen and (min-width: 40em){.grid-helper span:nth-child(10){border:18px solid rgba(255,0,0,0.2)}}@media print, screen and (min-width: 64em){.grid-helper span:nth-child(10){border:25px solid rgba(255,0,0,0.2)}}.grid-helper span:nth-child(10):before{content:"10"}.grid-helper span:nth-child(11){display:block;width:calc( 100% / 12);border:10px solid rgba(255,0,0,0.2);border-top:0;border-bottom:0}@media print, screen and (min-width: 40em){.grid-helper span:nth-child(11){border:18px solid rgba(255,0,0,0.2)}}@media print, screen and (min-width: 64em){.grid-helper span:nth-child(11){border:25px solid rgba(255,0,0,0.2)}}.grid-helper span:nth-child(11):before{content:"11"}.grid-helper span:nth-child(12){display:block;width:calc( 100% / 12);border:10px solid rgba(255,0,0,0.2);border-top:0;border-bottom:0}@media print, screen and (min-width: 40em){.grid-helper span:nth-child(12){border:18px solid rgba(255,0,0,0.2)}}@media print, screen and (min-width: 64em){.grid-helper span:nth-child(12){border:25px solid rgba(255,0,0,0.2)}}.grid-helper span:nth-child(12):before{content:"12"}
