@charset "UTF-8";
/*============================================================================
5 Park | by TomSiodlak.com
==============================================================================*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000; }

strong, b {
  font-weight: 700; }

p {
  margin: 0;
  margin-bottom: 24px; }

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

.titleExtraSmall,
.titleSmall,
.titleMedium,
.titleLarge,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0 0 24px 0;
  color: #000;
  font-weight: 400;
  font-family: 'Caladea', serif; }

.titleExtraSmall, h4, h4.titleExtraSmall {
  font-size: 16px; }
  @media (min-width: 768px) {
    .titleExtraSmall, h4, h4.titleExtraSmall {
      font-size: 20px; } }

.titleSmall, h3, h3.titleSmall {
  font-size: 15px;
  margin: 0 0 20px 0;
  color: #425C52;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 900; }

.titleMedium, h2, h2.titleMedium {
  font-size: 23px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .titleMedium, h2, h2.titleMedium {
      font-size: 26px;
      line-height: 31px; } }

.titleLarge, h1, h1.titleLarge {
  font-size: 35px;
  margin-bottom: 24px;
  line-height: 27px; }
  @media (min-width: 768px) {
    .titleLarge, h1, h1.titleLarge {
      font-size: 70px;
      line-height: 81px; } }

.large {
  font-size: 20px;
  line-height: 35px; }

.button {
  display: inline-block;
  border: 0;
  background: #425C52;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 8px 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none; }
  .button:hover {
    background: #2d3e38;
    text-decoration: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  outline: none; }

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

ul, ol {
  margin: 0 0 1.5em 3em; }
  ul.strip, ol.strip {
    margin: 0;
    padding: 0; }
    ul.strip li, ol.strip li {
      list-style: none;
      margin: 0;
      padding: 0; }
  ul li.last:last-child, ol li.last:last-child {
    margin-right: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
/* ------------------------------------------------------------
-- Top
--------------------------------------------------------------*/
.top {
  background: #425C52 url(../img/top.jpg) no-repeat;
  background-size: cover;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .top {
      font-size: 20px; } }
  .top a {
    color: #fff;
    text-decoration: none; }
    .top a:hover {
      text-decoration: underline; }
  .top span {
    padding: 0 4px; }
  .top p {
    margin: 0;
    padding: 0; }

/* ------------------------------------------------------------
-- Site Footer
--------------------------------------------------------------*/
/* ------------------------------------------------------------
-- Wrap
--------------------------------------------------------------*/
body {
  overflow-x: hidden;
  position: relative; }

.wrap {
  padding: 0 30px;
  max-width: 1290px;
  margin: auto; }

/* ------------------------------------------------------------
-- Slider
--------------------------------------------------------------*/
.slick-slider {
  position: relative;
  overflow-x: hidden;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 1196px) {
    .slick-slider {
      overflow-x: visible; } }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 2; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-size: 60px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1196px) {
    .slick-prev:before,
    .slick-next:before {
      color: black; } }

.slick-prev {
  left: 50px; }
  @media (min-width: 1196px) {
    .slick-prev {
      left: -60px; } }

[dir='rtl'] .slick-prev {
  right: 50px;
  left: auto; }

.slick-prev:before {
  content: '<'; }

[dir='rtl'] .slick-prev:before {
  content: '<'; }

.slick-next {
  right: 50px; }
  @media (min-width: 1196px) {
    .slick-next {
      right: -45px; } }

[dir='rtl'] .slick-next {
  right: auto;
  left: 50px; }

.slick-next:before {
  content: '>'; }

[dir='rtl'] .slick-next:before {
  content: '>'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/* ------------------------------------------------------------
-- Home - ALT
--------------------------------------------------------------*/
body.alt .top {
  background: #77c6d7; }

body.alt .form .inner {
  background: #76c5d6; }

body.alt .hero ul .title {
  color: #77c6d7; }

body.alt .hero .wrap .logo h1:after {
  background: #bfc7cd;
  height: 2px; }

/* ------------------------------------------------------------
-- Home
--------------------------------------------------------------*/
.hero ul {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 29px;
  font-family: 'Caladea', serif; }
  .hero ul li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .hero ul .title {
    font-style: italic;
    font-weight: 700;
    color: #425C52;
    font-size: 22px; }
  .hero ul a {
    color: #000; }
    .hero ul a:hover {
      color: #425C52; }

.hero h1 {
  line-height: 0; }
  .hero h1 img {
    max-width: 300px; }
    @media (min-width: 768px) {
      .hero h1 img {
        max-width: 420pxs; } }

.hero .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .hero .wrap .location {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .hero .wrap .location {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        text-align: left;
        width: 30%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0; } }
  .hero .wrap .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    padding: 30px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .hero .wrap .logo {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 40%;
        padding: 40px 0 30px 0; } }
    .hero .wrap .logo h1:after {
      display: block;
      content: '';
      width: 140px;
      margin: auto;
      height: 1px;
      background: #000;
      margin-top: 30px; }
    .hero .wrap .logo p {
      text-transform: uppercase; }
  .hero .wrap .offered {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .hero .wrap .offered {
        text-align: right;
        width: 30%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.render {
  margin: 40px 0; }
  @media (min-width: 768px) {
    .render {
      margin: 0 0 40px 0; } }
  .render .inner {
    padding: 30px;
    text-align: center;
    font-size: 22px;
    font-style: italic;
    font-family: 'Caladea', serif;
    background: #EDF2F3; }
    @media (min-width: 768px) {
      .render .inner {
        padding: 50px;
        background: #EDF2F3 url(../img/render.jpg) no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 640px; } }
  .render .mobile {
    display: block;
    margin: auto; }
    @media (min-width: 768px) {
      .render .mobile {
        display: none !important; } }
  .render .description {
    max-width: 480px;
    margin: auto; }
    .render .description span {
      text-decoration: underline; }

.bottom {
  text-align: center; }
  .bottom .title {
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 700; }
  .bottom ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .bottom ul {
        max-width: 70%; } }
    .bottom ul li {
      margin: 0;
      padding: 0;
      list-style-type: none; }

.form {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .form {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; } }
  @media (min-width: 768px) {
    .form .wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .form .inner {
    background: rgba(51, 79, 68, 0.9);
    padding: 40px;
    text-align: center;
    max-width: 435px;
    width: 100%;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .form .inner {
        position: relative;
        right: -70px; } }
  .form h2 {
    color: #fff; }
