@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3243414, 2016-07-04T03:54:34-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: DINNextLTPro-Bold by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/din-next/pro-bold/
 * Copyright: Copyright &#x00A9; 2008 - 2009 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH.
 * Licensed pageviews: 500,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3243414
 * 
 * ┬® 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/317d96");
@font-face {
  font-family: 'DINNextLTPro-Bold';
  src: url("/fonts/webfonts/317D96_0_0.eot");
  src: url("/fonts/webfonts/317D96_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/webfonts/317D96_0_0.woff2") format("woff2"), url("/fonts/webfonts/317D96_0_0.woff") format("woff"), url("/fonts/webfonts/317D96_0_0.ttf") format("truetype"); }
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  overflow-y: scroll; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #747373;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 10px;
  height: 10px;
  background: #fff; }

#cboxTopCenter {
  height: 10px;
  background: #fff; }

#cboxTopRight {
  width: 10px;
  height: 10px;
  background: #fff; }

#cboxBottomLeft {
  width: 10px;
  height: 10px;
  background: #fff; }

#cboxBottomCenter {
  height: 10px;
  background: #fff; }

#cboxBottomRight {
  width: 10px;
  height: 10px;
  background: #fff; }

#cboxMiddleLeft {
  width: 10px;
  background: #fff; }

#cboxMiddleRight {
  width: 10px;
  background: #fff; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 20px; }

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999; }

#cboxLoadingOverlay {
  background: #fff url(../i/colorbox-images/loading.gif) no-repeat 5px 5px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444; }

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444; }

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #323232;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  border: 0 !important; }
  @media screen and (min-width: 700px) {
    #cboxClose {
      margin: 15px; } }

#cboxClose:before {
  content: '\00d7 ';
  color: #747373;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(../i/owl-images/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  opacity: 0.85;
  transition: opacity 0.2s ease; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 5px;
  height: 5px;
  margin: 5px 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #626366; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  background: #cfd0d1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../i/owl-images/AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
body {
  margin: 0;
  padding: 0;
  background: #cfd0d1;
  font-family: 'roboto', 'helvetica neue', arial, helvetica, sans-serif;
  line-height: 1.35;
  color: #323232;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.content {
  flex: 1; }

header {
  padding: 20px 0 30px 20px;
  overflow: hidden;
  background: #ffffff; }
  @media screen and (min-width: 700px) {
    header {
      padding: 60px 0 30px 20px; } }
  header .header {
    max-width: 610px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header h1 {
    font-family: "DINNextLTPro-Bold", roboto, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    line-height: 1;
    background: url(../i/basis-logo.svg) left bottom no-repeat;
    text-indent: -8000em;
    background-size: contain;
    width: 170px;
    height: 100px; }
    @media screen and (min-width: 700px) {
      header h1 {
        width: 260px;
        height: 120px; } }
  header h1 a {
    color: #323232;
    text-decoration: none;
    display: block;
    height: 75px; }
  header .nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-self: flex-end; }
    @media screen and (max-width: 700px) {
      header .nav {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0; } }
  header .nav__item a {
    font-family: "DINNextLTPro-Bold", roboto, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 10px;
    color: #626366;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 0 30px; }
  header .nav__item a:hover {
    color: #323232; }
  header .important--item a {
    color: #323232; }

.mobile__nav {
  display: inline-block;
  background: #cfd0d1;
  padding: 10px 30px;
  margin-right: 30px;
  border-radius: 0.2em;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #323232;
  font-family: "DINNextLTPro-Bold", roboto, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  align-self: flex-end; }
  @media screen and (min-width: 700px) {
    .mobile__nav {
      display: none; } }

footer {
  padding: 30px 20px 60px 20px; }
  @media screen and (min-width: 700px) {
    footer {
      margin-top: 3em; } }

.footer {
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden; }
  @media screen and (min-width: 700px) {
    .footer {
      border-top: 1px solid rgba(98, 99, 102, 0.25);
      padding-top: 20px; } }

.contact__basis {
  font-family: "DINNextLTPro-Bold", roboto, sans-serif;
  color: #323232;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

@media screen and (min-width: 700px) {
  .contact__col {
    width: 48%;
    float: left;
    overflow: hidden;
    padding-bottom: 20px; } }

.contact__phone {
  font-family: "DINNextLTPro-Bold", roboto, sans-serif;
  color: #626366;
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 2em;
  line-height: 0.9; }

.contact__email {
  color: #323232;
  margin: 0;
  padding: 0; }

.contact__address {
  color: #323232;
  margin: 10px 0 0 0;
  padding: 0; }

.contact__legal {
  color: #626366;
  margin: 2em 0 0 0;
  font-size: 0.85em;
  padding: 0; }
  @media screen and (min-width: 700px) {
    .contact__legal {
      clear: both;
      float: left;
      width: 50%; } }

.footer__nav {
  margin: 5em 0 0 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff; }
  @media screen and (min-width: 700px) {
    .footer__nav {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; } }
  .footer__nav .nav__item a {
    font-family: "DINNextLTPro-Bold", roboto, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    color: #626366;
    text-decoration: none;
    transform: all 0.2s ease;
    padding: 15px 20px;
    line-height: 1;
    border-bottom: 1px solid rgba(98, 99, 102, 0.25); }
  .footer__nav .nav__item a:hover {
    color: #323232; }

.courtyard-banner {
  background: #323232 url(../i/homepage.jpg) left top no-repeat;
  background-size: cover;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff; }
  @media screen and (min-width: 700px) {
    .courtyard-banner {
      min-height: 500px; } }

.courtyard-banner__content {
  margin-top: 40px; }

.courtyard-banner__text {
  margin-top: 30px; }

.courtyard-banner__name {
  width: 90%;
  height: 0;
  padding-bottom: 30%;
  text-align: center;
  margin: 0 auto;
  text-indent: -8000em;
  background: url(../i/courtyard-sign.svg) center center no-repeat;
  background-size: cover; }

.courtyard-banner__available {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: "DINNextLTPro-Bold", roboto, sans-serif;
  font-size: 1.2em;
  max-width: 400px;
  line-height: 1.2; }

.courtyard-banner__cta {
  text-align: center; }

.courtyard-banner__cta-link {
  display: inline-block;
  background: #ffffff;
  padding: 12px 20px 8px 20px;
  text-decoration: none;
  color: #323232;
  border-radius: 0.2em;
  font-family: "DINNextLTPro-Bold", roboto, sans-serif;
  text-transform: uppercase;
  transition: background-color 0.2s ease; }

.courtyard-banner__cta-link:hover {
  background: #cfd0d1; }

.about__cta {
  margin: 3em auto;
  text-align: center;
  clear: both; }

.about__cta-link {
  display: inline-block;
  border: 1px solid #626366;
  color: #323232;
  background: none;
  padding: 15px 20px 13px 20px;
  text-transform: uppercase;
  font-family: "DINNextLTPro-Bold", roboto, sans-serif;
  text-decoration: none;
  border-radius: 0.2em;
  margin: 0 20px; }

.inner--banner {
  background: #747373;
  text-align: center;
  padding: 30px 0 20px 0; }

.inner--banner__content {
  max-width: 610px;
  margin: 0 auto; }

.inner--banner__content .courtyard-banner__name {
  width: 70%;
  padding-bottom: 17%; }

.inner--banner__content .courtyard-banner__available {
  margin: 20px auto 0 auto;
  color: #ffffff;
  max-width: 550px;
  text-align: center; }

.owl-carousel {
  background: #747373;
  position: relative; }

.carousel-image {
  overflow: hidden; }
  @media screen and (min-width: 700px) {
    .carousel-image {
      margin: 10px 0 10px 10px; } }

.carousel-image img {
  display: block;
  max-width: 100%; }

.owl-buttons .owl-next {
  position: absolute;
  top: 40%;
  margin-top: -25px;
  right: 10px;
  background: #ffffff url(../i/right-arrow.svg) center center no-repeat;
  background-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 0 0.3em 0 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #323232;
  font-size: 0.7em;
  text-indent: -8000em; }
  @media screen and (min-width: 700px) {
    .owl-buttons .owl-next {
      width: 50px;
      height: 50px;
      right: 20px; } }

.owl-buttons .owl-prev {
  position: absolute;
  top: -9999px; }
  @media screen and (min-width: 700px) {
    .owl-buttons .owl-prev {
      top: 40%;
      margin-top: -25px;
      left: 20px;
      background: #ffffff url(../i/left-arrow.svg) center center no-repeat;
      background-size: 20px;
      width: 50px;
      height: 50px;
      border-radius: 0.3em 0 0 0;
      text-transform: uppercase;
      font-weight: bold;
      color: #323232;
      font-size: 0.7em;
      text-indent: -8000em; } }

.owl-carousel .owl-pagination {
  margin-bottom: 10px; }

.content.expand-to-max {
  max-width: 1111px;
  padding-top: 30px; }

.space {
  background: #cfd0d1;
  margin: 0 15px; }
  @media screen and (min-width: 700px) {
    .space {
      max-width: 1111px;
      padding: 0 15px;
      margin: 0 auto;
      min-width: 70%; } }

.space + .space {
  border-top: 1px solid rgba(98, 99, 102, 0.25); }

.space__container {
  max-width: 1111px;
  margin: 0 auto; }

.space__label {
  font-family: "DINNextLTPro-Bold", roboto, sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-size: 2em;
  margin-top: 40px;
  line-height: 1; }

.space__label b {
  font-size: 0.8em;
  font-weight: normal;
  color: #626366;
  display: block; }

@media screen and (min-width: 700px) {
  .space__image {
    width: 40%;
    float: left;
    padding-right: 30px; } }

.image-space {
  background: #fff;
  height: 380px;
  margin: 0 auto 30px auto; }

.image-space img {
  max-height: 100%;
  display: block;
  margin: 0 auto; }

.space__text.content {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 700px) {
    .space__text.content {
      padding-top: 0;
      width: 60%;
      float: left; } }

@media screen and (min-width: 700px) {
  .space__text.content.no--floorplan {
    float: none;
    margin: 0 auto; } }

.google-map {
  margin: 0.5em auto 2em auto;
  height: 230px;
  border: 10px solid #fff;
  width: 100%; }
  @media screen and (min-width: 700px) {
    .google-map {
      height: 400px; } }

.building__intro {
  max-width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 700px) {
    .building__intro {
      max-width: 80%; } }

.content .building__intro p.starter {
  font-size: 1.35em;
  text-align: center;
  color: #323232;
  padding-bottom: 0;
  margin-bottom: 10px;
  line-height: 1.2; }
  @media screen and (min-width: 700px) {
    .content .building__intro p.starter {
      font-size: 1.5em; } }

.js-magnify {
  background-image: url(../i/magnifier.svg);
  background-position: 95% 5%;
  background-size: 24px;
  background-repeat: no-repeat; }

.content .courtyard__cta {
  margin: 20px 0; }

.content .courtyard__cta p {
  margin-bottom: 5px; }

.content .courtyard__cta a.asbutton[href="#register-form"], .content .courtyard__cta input[href="#register-form"][type="submit"], .content .courtyard__cta button[href="#register-form"] {
  color: #ffffff;
  background: #323232; }

.content .courtyard__cta a.asbutton, .content .courtyard__cta input[type="submit"], .content .courtyard__cta button {
  color: #ffffff; }

.courtyard-cta__form input, textarea, button {
  border: 1px solid #cfd0d1 !important; }

.content.inside--lightbox {
  padding: 0;
  height: 100%; }

.content.inside--lightbox h2 {
  font-size: 1.4em;
  margin: 20px 0; }

.content.inside--lightbox input, .content.inside--lightbox textarea {
  max-width: 85%; }

@media screen and (max-width: 700px) {
  .content.inside--lightbox label {
    font-size: 0.75em;
    line-height: 1.2; } }

.content {
  max-width: 610px;
  margin: 0 auto;
  padding: 20px; }
  .content h1 {
    font-family: "DINNextLTPro-Bold", roboto, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1; }
  .content h2 {
    font-family: "DINNextLTPro-Bold", roboto, sans-serif;
    font-weight: normal;
    margin: 0.5em 0 0 0;
    padding: 0;
    font-size: 45px;
    letter-spacing: -1px;
    line-height: 1;
    color: #323232; }
  .content h3 {
    font-family: "DINNextLTPro-Bold", roboto, sans-serif;
    font-weight: normal;
    margin: 2em 0 0.5em 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1;
    color: #323232; }
  .content h3 b {
    display: block;
    font-size: 0.8em;
    color: #626366;
    font-weight: normal; }
  .content h4 {
    font-family: "DINNextLTPro-Bold", roboto, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0 0 0;
    font-weight: normal; }
  .content ul {
    list-style-type: square;
    margin: 0 0 1em 1.5em;
    padding: 0; }
  .content p {
    margin: 0 0 1em 0;
    padding: 0; }
  .content a {
    color: #323232;
    text-decoration: none;
    border-bottom: 1px solid rgba(98, 99, 102, 0.25); }
  .content a:hover {
    border-color: rgba(98, 99, 102, 0.25); }
  .content li > strong {
    display: inline-block;
    width: 120px; }
  .content ul.list {
    list-style-type: none;
    border-top: 1px solid rgba(98, 99, 102, 0.25);
    margin-left: 0; }
  .content ul.list li {
    border-bottom: 1px solid rgba(98, 99, 102, 0.25);
    padding: 10px 5px; }
  .content a.asbutton, .content input[type="submit"], .content button {
    font-weight: bold;
    border: 1px solid rgba(98, 99, 102, 0.25);
    display: inline-block;
    padding: 10px 20px;
    background: #626366;
    border-radius: 0.2em;
    text-transform: uppercase;
    font-size: 0.85em;
    transition: all 0.2s ease;
    margin-right: 10px; }
  .content a.asbutton:hover, .content input[type="submit"]:hover, .content button:hover {
    opacity: 0.9; }
  .content a.asbutton.ghost, .content input.ghost[type="submit"], .content button.ghost {
    border: 1px solid rgba(98, 99, 102, 0.25);
    color: #323232;
    background: none; }
  .content input[type="submit"], .content button {
    color: #323232;
    background: #ffffff;
    transition: background-color 0.2s ease;
    border: none;
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 0.2em; }
  .content input[type="submit"]:hover, .content button:hover {
    background: rgba(255, 255, 255, 0.85);
    cursor: pointer; }
  .content .box {
    background: #ffffff;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0 1em 0 0; }
  .content .box h4 {
    margin: 0;
    padding: 0;
    font-family: "DINNextLTPro-Bold", roboto, sans-serif;
    text-transform: uppercase;
    font-weight: normal; }
  .content .box p {
    margin-bottom: 0; }
  .content p.starter {
    font-size: 21px;
    color: #323232;
    line-height: 1.1;
    margin-top: 10px;
    font-weight: 300; }
    @media screen and (min-width: 700px) {
      .content p.starter {
        font-size: 29px; } }
  .content p.starter a {
    border: 0;
    font-weight: bold; }
  .content label {
    display: block;
    font-family: "DINNextLTPro-Bold", roboto, sans-serif;
    font-size: 1em;
    text-transform: uppercase; }
  .content label b {
    color: #773434;
    font-weight: normal; }
  .content form input[type="text"], .content form input[type="email"], .content form textarea {
    padding: 10px;
    font-size: 1.2em;
    border: 0;
    border-radius: 0 0.3em 0 0;
    background: #fff; }
    @media screen and (min-width: 700px) {
      .content form input[type="text"], .content form input[type="email"], .content form textarea {
        min-width: 600px; } }
  .content form input[type="text"]:valid, .content form input[type="email"]:valid, .content form textarea:valid {
    background-image: url(../i/tick.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 98% center; }
  .content form textarea:valid {
    background-position: 98% 5%; }

.no--validity form input[type="text"]:valid,
.no--validity form input[type="email"]:valid,
.no--validity form textarea:valid {
  background: none !important; }

.about-image__caption {
  background: #747373;
  font-family: "DINNextLTPro-Bold", roboto, sans-serif;
  margin: 0;
  color: #ffffff;
  text-align: center;
  padding: 0 0 20px 0; }

.about-image__container {
  max-width: 1111px;
  margin: 10px auto;
  text-align: center; }

.about-image__image {
  width: 320px;
  height: 213px;
  display: inline-block;
  margin: 0 5px 10px 5px; }

.about-us__header {
  background: #747373;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "DINNextLTPro-Bold", roboto, sans-serif;
  font-weight: normal;
  padding: 25px 0 5px 0;
  font-size: 45px;
  letter-spacing: -1px;
  line-height: 1;
  text-align: center; }

.content a.big-cta {
  display: inline-block;
  background: #323232;
  padding: 12px 30px;
  border-radius: 0.3em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 0;
  font-size: 1.2em;
  margin-bottom: 30px; }

/*# sourceMappingURL=basis.css.map */
