@charset "UTF-8";
/* Theme colors */
/* Button colors */
/* Text link colors */
/* Text colors */
/* Helper colors */
/* Typography */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
  Dependency-free breakpoint mixin
  http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
*/
.cft-g {
  margin-left: -70px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cft-g > .cft-gi {
  width: 100%;
  padding-left: 70px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/** * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) * Richard Clark (http://richclarkdesign.com) * http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select, a {
  outline: none;
}

sticky,
.bypostauthor,
.gallery-caption {
  display: normal;
}

.alignnone {
  margin: 0 auto 1em;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter, div.aligncenter {
  display: block;
  clear: both;
  margin: 0em auto 1em !important;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100% !important;
  height: auto;
  width: auto;
  display: block;
}

article img.wp-post-image {
  margin-bottom: 1em;
}

img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

img.alignright {
  margin-left: 0 0 1em 1em;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

img#wpstats {
  display: block;
  margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
.gallery .gallery-icon img {
  border: none;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  position: relative;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 0;
}

.gallery {
  margin: 0 auto;
}

.gallery .gallery-item {
  margin: 0;
  float: left;
  text-align: center;
  width: 33%;
}

.gallery a img {
  border: none;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body,
input,
textarea,
button,
select {
  font-size: 20px;
  line-height: 31px;
  font-size: 2rem;
  line-height: 3.1rem;
  letter-spacing: 0.42px;
  font-family: "brandon-grotesque", sans-serif;
  color: #000;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.10em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  font-weight: inherit;
}

h1, .h1 {
  font-size: 30px;
  line-height: 38px;
  font-size: 3rem;
  line-height: 3.8rem;
}

h2, .h2 {
  font-size: 26px;
  line-height: 34px;
  font-size: 2.6rem;
  line-height: 3.4rem;
}

h3, .h3 {
  font-size: 24px;
  line-height: 32px;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h4, .h4 {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
}

h5, .h5 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p {
  margin: 0 0 1.5em 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

blockquote {
  font-size: 20px;
  line-height: 28px;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #777;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #ebebeb;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #777;
}
blockquote cite:before {
  content: "\2014 \0020";
}

hr {
  clear: both;
  border-top: solid #ebebeb;
  border-width: 1px 0 0;
  margin: 60px 0;
}
hr.hr-small {
  margin: 30px 0;
}
hr.hr-clear {
  border-top: 0 none;
}

form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select, select[id^='nf-field-'] {
  border: 1px solid #ccc;
  padding: 5px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px;
  color: #000;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

select, select[id^='nf-field-'] {
  padding: 5px 4px;
  -webkit-appearance: none;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}

select {
  width: 220px;
}

input[type="checkbox"] {
  display: inline;
}

label span, legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
form.cft-form {
  max-width: 600px;
  margin: 0;
  padding: 25px 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d7e4e5+0,c9d4d6+100 */
  background: #d7e4e5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d7e4e5 0%, #c9d4d6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d7e4e5 0%, #c9d4d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e4e5', endColorstr='#c9d4d6',GradientType=1 );
  /* IE6-9 */
}
form.cft-form p.form-message {
  display: none;
  padding: 5px;
  margin: 0 0 20px;
  clear: both;
}
form.cft-form p.form-message.error {
  background: #f4d7d7;
  color: #ab4545;
  border: 1px solid #ab4545;
}
form.cft-form p.form-message.success {
  background: #e6f9da;
  color: #519e20;
  border: 1px solid #519e20;
}
form.cft-form .req {
  color: #b90000;
}
form.cft-form input[type="text"].error, form.cft-form input[type="email"].error, form.cft-form input[type="tel"].error, form.cft-form textarea.error, form.cft-form select.error {
  background: #f4d7d7;
}
form.cft-form button[type="submit"].pulse {
  pointer-events: none;
  -webkit-animation: pulse .6s infinite ease-in-out;
  -o-animation: pulse .6s infinite ease-in-out;
  -ms-animation: pulse .6s infinite ease-in-out;
  -moz-animation: pulse .6s infinite ease-in-out;
  animation: pulse .6s infinite ease-in-out;
}
form.cft-form input, form.cft-form textarea {
  width: 100%;
  border: none;
  border-radius: 0;
}
form.cft-form .field-container {
  margin-bottom: 25px;
  position: relative;
}
form.cft-form .field-container label {
  pointer-events: none;
  font-size: 16px;
  line-height: 20px;
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
form.cft-form .field-container.active label {
  color: #fff;
  background: #000;
  font-size: 12px;
  line-height: 16px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 0 3px;
  top: -17px;
  left: 0;
}
form.cft-form textarea {
  min-height: 100px;
}

.btn, .btn-secondary,
a.btn-secondary,
a.btn,
a.btn-secondary {
  display: inline-block;
  padding: 15px 40px;
  margin: 0;
  font-size: 20px;
  line-height: 29px;
  font-size: 2rem;
  line-height: 2.9rem;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-family: "brandon-grotesque", sans-serif;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  background-color: #141414;
}
.btn.small, .small.btn-secondary,
a.btn.small,
a.small.btn-secondary {
  padding: 4px 5px;
  font-size: 13px;
  line-height: 24px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}
.btn.full, .full.btn-secondary,
a.btn.full,
a.full.btn-secondary {
  width: 100%;
}
.btn:hover, .btn-secondary:hover,
a.btn:hover,
a.btn-secondary:hover {
  background-color: #2e2e2e;
  color: #fff;
}
.btn:active, .btn-secondary:active,
a.btn:active,
a.btn-secondary:active {
  background-color: #474747;
  color: #fff;
}
.btn[disabled], [disabled].btn-secondary, .btn.disabled, .disabled.btn-secondary,
a.btn[disabled],
a[disabled].btn-secondary,
a.btn.disabled,
a.disabled.btn-secondary {
  cursor: default;
  color: #ababab;
  background-color: #dfdfdf;
}

.ghost {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}
.ghost:hover {
  background: #fff;
  color: #c20606;
}

.btn-secondary,
a.btn-secondary {
  background-color: #424242;
}
.btn-secondary:hover,
a.btn-secondary:hover {
  background-color: #5c5c5c;
  color: #fff;
}
.btn-secondary:active,
a.btn-secondary:active {
  background-color: #757575;
  color: #fff;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

/*
General Fixed Header Styling
Author: Drew Daigle
© Confit Design 2017
*/
header.banner {
  position: relative;
  width: 100%;
  z-index: 1001;
  background: #fff;
}
header.banner a.brand {
  position: relative;
  display: block;
  padding-top: 15px;
}
header.banner a.brand img {
  width: 200px;
  padding: 20px 0;
  margin: auto;
}
header.banner a.menu-toggle {
  display: block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
header.banner a.menu-toggle span.bars {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
header.banner a.menu-toggle span.bars:before, header.banner a.menu-toggle span.bars:after {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  display: block;
  top: -8px;
  position: absolute;
}
header.banner a.menu-toggle span.bars:after {
  top: 8px;
}
header.banner a.menu-toggle.closer {
  z-index: 12;
}
header.banner a.menu-toggle.closer span.bars {
  background: transparent;
}
header.banner a.menu-toggle.closer span.bars:before {
  top: 0;
  transform: rotate(-45deg);
}
header.banner a.menu-toggle.closer span.bars:after {
  top: 0;
  transform: rotate(45deg);
}
header.banner nav.nav-primary {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.95);
}
header.banner nav.nav-primary.open {
  opacity: 1;
  z-index: 11;
  visibility: visible;
}
header.banner nav.nav-primary ul#menu-nav-primary {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  text-align: center;
}
header.banner nav.nav-primary ul#menu-nav-primary li {
  margin: 40px 0;
}
header.banner nav.nav-primary ul#menu-nav-primary li a {
  font-size: 25px;
  line-height: 29px;
  font-size: 2.5rem;
  line-height: 2.9rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: lowercase;
  text-decoration: none;
  letter-spacing: 1.1px;
  color: #000;
  font-weight: 400;
}
header.banner nav.nav-primary ul#menu-nav-primary li a:hover, header.banner nav.nav-primary ul#menu-nav-primary li a:focus {
  color: #000;
}
@media screen and (min-width: 800px) {
  header.banner a.brand img {
    width: 350px;
    margin: auto;
    padding: 20px;
  }
  header.banner a.menu-toggle {
    display: none;
  }
  header.banner nav.nav-primary {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    transform: translateY(0);
    opacity: 1;
    z-index: 11;
    visibility: visible;
    padding-bottom: 25px;
  }
  header.banner nav.nav-primary ul#menu-nav-primary {
    position: relative;
  }
  header.banner nav.nav-primary ul#menu-nav-primary li {
    display: inline-block;
    margin: 0 70px 0 0;
    position: relative;
  }
  header.banner nav.nav-primary ul#menu-nav-primary li:last-of-type {
    margin: 0;
  }
  header.banner nav.nav-primary ul#menu-nav-primary li:after {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    content: "";
    background: #000;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 50%;
    right: 50%;
  }
  header.banner nav.nav-primary ul#menu-nav-primary li a {
    font-size: 20px;
    line-height: 29px;
    font-size: 2rem;
    line-height: 2.9rem;
  }
  header.banner nav.nav-primary ul#menu-nav-primary li.active:after, header.banner nav.nav-primary ul#menu-nav-primary li:hover:after {
    left: 0;
    right: 0;
  }
}

footer {
  padding: 30px 0;
  text-align: center;
}
footer .social-links {
  list-style-type: none;
  margin-bottom: 10px;
}
footer .social-links li {
  display: inline-block;
  background: #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  position: relative;
  margin-right: 15px;
}
footer .social-links li:last-of-type {
  margin: 0;
}
footer .social-links li a {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer .social-links li a i {
  font-size: 28px;
  line-height: 30px;
  font-size: 2.8rem;
  line-height: 3rem;
  color: #fff;
}
footer .copy {
  font-weight: 400;
}
@media screen and (min-width: 800px) {
  footer {
    padding: 50px 0;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
}

.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* 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;
}

.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-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

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

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

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

.slick-next {
  right: -25px;
}

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

.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-family: 'slick';
  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;
}

#wpadminbar {
  opacity: .3;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  -webkit-transform: translateZ(0);
  position: absolute;
  pointer-events: none;
}
#wpadminbar ul li {
  pointer-events: all;
}

#wp-admin-bar-top-secondary {
  display: none;
}

html[lang="en-us"] {
  margin-top: 0 !important;
}

#wpadminbar:focus, #wpadminbar:hover {
  opacity: 1 !important;
}

@media screen and (min-width: 50.125em) {
  #wpadminbar {
    position: fixed;
    top: 0;
  }
}
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1100px;
}
.container.welcome-container {
  max-width: 650px;
}
.container.thin {
  max-width: 825px;
}
.container.wide {
  max-width: 1250px;
}

.secondary-page-title {
  padding: 50px 0;
  text-align: center;
  background: #F5F5F5;
}
.secondary-page-title .title, .secondary-page-title .title-caption {
  font-weight: 400;
}
.secondary-page-title .title {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 31px;
  font-size: 2.6rem;
  line-height: 3.1rem;
  margin-bottom: 20px;
}
.secondary-page-title .title-caption {
  font-size: 24px;
  line-height: 31px;
  font-size: 2.4rem;
  line-height: 3.1rem;
  letter-spacing: 0.48px;
}
.secondary-page-title .title-caption *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .secondary-page-title {
    padding: 80px 0;
  }
}

.cft-g.page-grid > .cft-gi:first-of-type {
  margin-bottom: 30px;
}
.about .cft-g.page-grid > .cft-gi {
  position: relative;
  vertical-align: top;
}
.about .cft-g.page-grid > .cft-gi .image img {
  margin: auto;
}
.contact .cft-g.page-grid {
  margin-left: -40px;
}
.contact .cft-g.page-grid > .cft-gi {
  padding-left: 40px;
}
@media screen and (min-width: 800px) {
  .cft-g.page-grid {
    direction: rtl;
  }
  .cft-g.page-grid > .cft-gi {
    direction: ltr;
  }
  .cft-g.page-grid > .cft-gi .image img {
    margin: 0;
  }
  .cft-g.page-grid > .cft-gi:first-of-type {
    width: 33.333%;
    margin-bottom: 0;
  }
  .cft-g.page-grid > .cft-gi:last-of-type {
    width: 66.666%;
  }
  .contact .cft-g.page-grid > .cft-gi:first-of-type {
    width: 30%;
  }
  .contact .cft-g.page-grid > .cft-gi:last-of-type {
    width: 70%;
  }
}

.welcome {
  position: relative;
  height: 400px;
  height: 100vh;
}
.welcome .welcome-slider .single-slide {
  height: 400px;
  height: 100vh;
}
.welcome .welcome-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.welcome .caption-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  z-index: 1000;
}
@media screen and (min-width: 800px) {
  .welcome {
    height: 800px;
    height: 100vh;
  }
  .welcome .welcome-slider .single-slide {
    height: 800px;
    height: 100vh;
  }
  .welcome .welcome-container {
    position: static;
  }
  .welcome .caption-box {
    top: 50%;
    left: 50%;
    right: auto;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 650px;
    padding: 30px 40px;
  }
  .welcome .caption-box p {
    font-size: 36px;
    line-height: 43px;
    font-size: 3.6rem;
    line-height: 4.3rem;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}

.site-section.page {
  padding: 40px 0 35px 0;
  font-weight: 400;
}
.site-section.page .content {
  padding: 15px 0;
}
.site-section.page .container.wide .content {
  padding: 0;
}
@media screen and (min-width: 800px) {
  .site-section.page {
    padding: 80px 0 70px 0;
  }
  .site-section.page .content {
    padding: 25px 0;
  }
  .site-section.page .container.wide .content {
    padding: 0;
  }
  .site-section.page .services-link {
    padding: 50px 0;
  }
}

.services-link {
  font-size: 26px;
  line-height: 31px;
  font-size: 2.6rem;
  line-height: 3.1rem;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: .10em;
  background: #F7E4E4;
  padding: 25px 0;
}
.services-link a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  color: #000;
}
.services-link a:hover {
  color: #4d4d4d;
}
@media screen and (min-width: 800px) {
  .services-link {
    padding: 50px 0;
  }
}

.site-section.services .service-row {
  position: relative;
  background: #fff;
  height: auto;
}
.site-section.services .service-row .service-image {
  position: relative;
  padding-bottom: 60%;
  max-height: 400px;
}
.site-section.services .service-row .service-text {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
}
.site-section.services .service-row .service-text .service-text-inner {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}
.site-section.services .service-row .service-text .service-name, .site-section.services .service-row .service-text .service-description {
  font-weight: 400;
}
.site-section.services .service-row .service-text .service-name {
  text-transform: uppercase;
}
@media screen and (min-width: 800px) {
  .site-section.services .service-row .service-image {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    max-height: none;
  }
  .site-section.services .service-row .service-text {
    min-height: 400px;
    position: relative;
    width: 50%;
    background: transparent;
  }
  .site-section.services .service-row .service-text .service-text-inner {
    padding: 30px 30px 30px 0;
  }
  .site-section.services .service-row.reverse {
    background: #F7E4E4;
  }
  .site-section.services .service-row.reverse.grey {
    background: #F5F5F5;
  }
  .site-section.services .service-row.reverse .service-image {
    left: 0;
    right: 50%;
  }
  .site-section.services .service-row.reverse .service-text {
    left: 50%;
    right: 0;
  }
  .site-section.services .service-row.reverse .service-text .service-text-inner {
    padding: 30px 0 30px 30px;
  }
}

.site-section.testimonials {
  text-align: center;
}
.site-section.testimonials .single-testimonial {
  padding: 30px 0;
}
.site-section.testimonials .single-testimonial.pink {
  background: #F7E4E4;
}
.site-section.testimonials .single-testimonial.grey {
  background: #F5F5F5;
}
.site-section.testimonials .single-testimonial .quote, .site-section.testimonials .single-testimonial .cite {
  font-weight: 400;
}
.site-section.testimonials .single-testimonial .cite {
  margin-top: 20px;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  font-size: 2.4rem;
  line-height: 3rem;
}
@media screen and (min-width: 800px) {
  .site-section.testimonials .single-testimonial {
    padding: 65px 0;
  }
}

.contact .content {
  padding: 0;
}
.contact .content * {
  font-weight: 500;
}
.contact .content .nf-form-cont {
  background: #F5F5F5;
  padding: 30px 10px;
}
.contact .content .nf-form-title h3 {
  text-transform: uppercase;
}
.contact .content .nf-field-container .nf-field-label label {
  font-size: 18px;
  line-height: 26px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.36px;
}
.contact .content .nf-field-container.one-half {
  width: 100%;
  margin-left: 0;
}
.contact .content .nf-field-container.one-fourth {
  width: 100%;
  margin-left: 0;
}
.contact .content div#nf-field-8-wrap {
  text-align: center;
}
.contact .content div#nf-field-8-wrap .ninja-forms-field.btn, .contact .content div#nf-field-8-wrap .ninja-forms-field.btn-secondary {
  border-radius: 0;
}
.contact .content .style-dropdown .nf-field-element:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 5px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.contact .contact-sidebar h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.contact .contact-sidebar a {
  color: #000;
  text-decoration: none;
}
.contact .contact-sidebar div {
  margin-bottom: 25px;
}
@media screen and (min-width: 400px) {
  .contact .content .nf-field-container.one-fourth {
    width: 48.717948717948715%;
  }
  .contact .content .nf-field-container.one-fourth:not(.first) {
    margin-left: 2.564102564102564%;
  }
  .contact .content .nf-field-container.one-fourth.third {
    clear: both;
    margin-left: 0;
  }
}
@media screen and (min-width: 800px) {
  .contact .content .nf-field-container.one-half.first, .contact .content .nf-field-container.one-fourth.first {
    clear: both;
    margin-left: 0;
  }
  .contact .content .nf-field-container.one-half {
    width: 48.717948717948715%;
    margin-left: 2.564102564102564%;
  }
  .contact .content .nf-field-container.one-fourth {
    width: 23.076923076923077%;
    margin-left: 2.564102564102564%;
  }
  .contact .content .nf-field-container.one-fourth.third {
    clear: none;
    width: 23.076923076923077%;
    margin-left: 2.564102564102564%;
  }
}

.fourohfour {
  text-align: center;
}
.fourohfour a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  color: black;
  font-weight: 600;
}
.fourohfour a:hover {
  color: #333333;
}

/*# sourceMappingURL=main.css.map */
