@charset "UTF-8";
/* Create your variables here. */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: 700; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #eee;
  color: #222; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* 
====================
	MEDIA QUERIES
	// USAGE:
	//
	// There are several ways you can use this mixin, but by default the mixin 
	// assumes a min-width mq (see $width & $min options) so by using these
	// options as needed you can create a variety of different mqs to suit
	// your needs, EXAMPLE: @include mq(600px, false, false)
	// would be a mq of: (max-height: 600px)
	//
	// VARS:
	//
	// $point - Breakpoint in pixels (ex: 768px). Options: retina, #px.
	// $width - If this is a width mq, if not, it's a height mq. Default: true. Options: true, false.
	// $min   - If this is a min-# mq, if not, it's a max-# mq. Default: true. Options: true, false.
	// $no-mq - Whether to output mq styles in @media wrapper or not. Var is set in parent stylesheets with $legacy.
====================
*/
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0); }
  to {
    opacity: 1;
    transform: scale(1); } }
.content-area #standard-form .form-submit {
  transition: all 0.5s ease-in-out; }

/* fonts */
@font-face {
  font-family: 'core-icons';
  src: url("../fonts/core-icons.eot?vbtv8s");
  src: url("../fonts/core-icons.eot?vbtv8s#iefix") format("embedded-opentype"), url("../fonts/core-icons.ttf?vbtv8s") format("truetype"), url("../fonts/core-icons.woff?vbtv8s") format("woff"), url("../fonts/core-icons.svg?vbtv8s#core-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.font-icon,
.slick-arrow:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'core-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-left:before {
  content: "\e905"; }

.icon-chevron-right:before {
  content: "\e906"; }

.icon-arrow {
  width: 18px;
  height: 21px;
  vertical-align: sub;
  fill: #FFFFFF; }

/* Base Styles */
.phoney-field {
  display: none; }

.content-area .flex-contact {
  display: block; }
  @media (min-width: 640px) {
    .content-area .flex-contact {
      display: flex;
      justify-content: center;
      align-items: center; } }
  .content-area .flex-contact .content-side {
    flex-basis: 40%; }
  .content-area .flex-contact .contact {
    flex-basis: 60%; }
    @media (min-width: 640px) {
      .content-area .flex-contact .contact {
        padding-left: 60px; } }
.content-area [type=color],
.content-area [type=date],
.content-area [type=datetime-local],
.content-area [type=datetime],
.content-area [type=email],
.content-area [type=month],
.content-area [type=number],
.content-area [type=password],
.content-area [type=search],
.content-area [type=tel],
.content-area [type=text],
.content-area [type=time],
.content-area [type=url],
.content-area [type=week],
.content-area textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: .5rem;
  margin: 0 0 1rem;
  font-family: inherit;
  border: none;
  border-color: none;
  border-bottom: 1px solid #969696;
  margin-bottom: 2.25rem;
  font-size: .875rem !important;
  padding-bottom: .875rem;
  font-weight: 500;
  color: #989898;
  background: transparent;
  outline: none; }
.content-area #standard-form {
  padding-top: 12px; }
  .content-area #standard-form .flex-outter {
    display: flex;
    flex-direction: column; }
    @media (min-width: 640px) {
      .content-area #standard-form .flex-outter {
        flex-direction: row; } }
    .content-area #standard-form .flex-outter input {
      justify-content: center;
      border-color: #8A8A8A; }
      .content-area #standard-form .flex-outter input:first-of-type {
        margin-right: 12px; }
  .content-area #standard-form textarea {
    height: 150px;
    border-color: #8A8A8A; }
  .content-area #standard-form .form-submit {
    border: none;
    background-color: #126bc5;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 12px 20px;
    cursor: pointer; }
    .content-area #standard-form .form-submit:hover {
      background-color: #000;
      color: #FFFFFF; }

#request-form {
  margin-top: 16px; }
  #request-form label {
    font-size: 12px;
    display: block; }
  #request-form [type=color],
  #request-form [type=date],
  #request-form [type=datetime-local],
  #request-form [type=datetime],
  #request-form [type=email],
  #request-form [type=month],
  #request-form [type=number],
  #request-form [type=password],
  #request-form [type=search],
  #request-form [type=tel],
  #request-form [type=text],
  #request-form [type=time],
  #request-form [type=url],
  #request-form [type=week],
  #request-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 8px 8px 8px 0;
    margin: 0 0 0 0;
    font-family: inherit;
    font-size: 14px;
    color: #808080;
    border-radius: 0;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    background-color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  #request-form .input-item {
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    padding: 16px; }
  #request-form textarea {
    height: 150px; }
  #request-form .button {
    width: 100%;
    margin-top: 0; }

#calc-container label {
  font-size: 12px;
  display: block; }
#calc-container .loan-item {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  padding: 16px;
  font-size: 14px; }
#calc-container input {
  background-color: transparent;
  font-size: 14px;
  padding-left: 0;
  margin-bottom: 0;
  color: #808080;
  border-bottom: 0; }
#calc-container #payments {
  display: none; }
#calc-container .calc-button {
  width: 100%;
  background-color: #126bc5;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
  cursor: pointer;
  letter-spacing: .02em;
  transition: all .8s; }
  #calc-container .calc-button:hover {
    background-color: #000;
    color: #fff; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 100;
  letter-spacing: .03em; }

h1,
.h1 {
  line-height: 1.2; }

h2,
.h2 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 40px; }
  @media (min-width: 640px) {
    h2,
    .h2 {
      font-size: 32px; } }

h3,
.h3 {
  line-height: 1.4;
  font-size: 22px; }
  @media (min-width: 640px) {
    h3,
    .h3 {
      font-size: 36px; } }

.site-content ul {
  list-style: square; }
.site-content li {
  padding-bottom: 10px;
  font-weight: 300;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.1em; }

.check-marks ul {
  list-style: none !important;
  padding-left: 0 !important; }
.check-marks ul li:before {
  content: '✓';
  color: #126bc5;
  padding-right: 8px; }

.content-pages ul {
  list-style: none;
  padding-left: 20px; }
  @media (min-width: 640px) {
    .content-pages ul {
      padding-left: 40px; } }
.content-pages li {
  font-size: 16px;
  font-weight: 100;
  border: solid 1px #cacaca;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding-top: 10px; }
  @media (min-width: 640px) {
    .content-pages li {
      font-size: 20px; } }

a {
  color: inherit;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  z-index: 99;
  position: relative; }
  a:active, a:focus {
    outline: 1px dotted; }
  a.base-content:hover, .base-content a:hover {
    color: #000; }

.spin {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  50% {
    transform: translateY(8%); }
  65% {
    transform: translateY(-4%); }
  80% {
    transform: translateY(4%); }
  95% {
    transform: translateY(-2%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(8%); }
  65% {
    -webkit-transform: translateY(-4%); }
  80% {
    -webkit-transform: translateY(4%); }
  95% {
    -webkit-transform: translateY(-2%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(-8%); }
  65% {
    transform: translateY(4%); }
  80% {
    transform: translateY(-4%); }
  95% {
    transform: translateY(2%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%); }
  50% {
    -webkit-transform: translateY(-8%); }
  65% {
    -webkit-transform: translateY(4%); }
  80% {
    -webkit-transform: translateY(-4%); }
  95% {
    -webkit-transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideLeft {
  0% {
    transform: translateX(150%); }
  50% {
    transform: translateX(-8%); }
  65% {
    transform: translateX(4%); }
  80% {
    transform: translateX(-4%); }
  95% {
    transform: translateX(2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%); }
  50% {
    -webkit-transform: translateX(-8%); }
  65% {
    -webkit-transform: translateX(4%); }
  80% {
    -webkit-transform: translateX(-4%); }
  95% {
    -webkit-transform: translateX(2%); }
  100% {
    -webkit-transform: translateX(0%); } }
/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  50% {
    transform: translateX(8%); }
  65% {
    transform: translateX(-4%); }
  80% {
    transform: translateX(4%); }
  95% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%); }
  50% {
    -webkit-transform: translateX(8%); }
  65% {
    -webkit-transform: translateX(-4%); }
  80% {
    -webkit-transform: translateX(4%); }
  95% {
    -webkit-transform: translateX(-2%); }
  100% {
    -webkit-transform: translateX(0%); } }
/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important; }

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5); }
  30% {
    transform: translateY(-8%) scaleX(0.5); }
  40% {
    transform: translateY(2%) scaleX(0.5); }
  50% {
    transform: translateY(0%) scaleX(1.1); }
  60% {
    transform: translateY(0%) scaleX(0.9); }
  70% {
    transform: translateY(0%) scaleX(1.05); }
  80% {
    transform: translateY(0%) scaleX(0.95); }
  90% {
    transform: translateY(0%) scaleX(1.02); }
  100% {
    transform: translateY(0%) scaleX(1); } }
@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5); }
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5); }
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5); }
  50% {
    -webkit-transform: translateY(0%) scaleX(1.1); }
  60% {
    -webkit-transform: translateY(0%) scaleX(0.9); }
  70% {
    -webkit-transform: translateY(0%) scaleX(1.05); }
  80% {
    -webkit-transform: translateY(0%) scaleX(0.95); }
  90% {
    -webkit-transform: translateY(0%) scaleX(1.02); }
  100% {
    -webkit-transform: translateY(0%) scaleX(1); } }
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5); }
  60% {
    transform: translateY(-7%) scaleY(1.12); }
  75% {
    transform: translateY(3%); }
  100% {
    transform: translateY(0%) scale(1) scaleY(1); } }
@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5); }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12); }
  75% {
    -webkit-transform: translateY(3%); }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1); } }
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  60% {
    transform: scale(1.1); }
  80% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  60% {
    -webkit-transform: scale(1.1); }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes expandOpen {
  0% {
    transform: scale(1.8); }
  50% {
    transform: scale(0.95); }
  80% {
    transform: scale(1.05); }
  90% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8); }
  50% {
    -webkit-transform: scale(0.95); }
  80% {
    -webkit-transform: scale(1.05); }
  90% {
    -webkit-transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1); } }
/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }
/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important; }

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6); }
  20% {
    transform: rotate(-2deg) scaleY(1.05); }
  35% {
    transform: rotate(2deg) scaleY(1); }
  50% {
    transform: rotate(-2deg); }
  65% {
    transform: rotate(1deg); }
  80% {
    transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg); } }
@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6); }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05); }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1); }
  50% {
    -webkit-transform: rotate(-2deg); }
  65% {
    -webkit-transform: rotate(1deg); }
  80% {
    -webkit-transform: rotate(-1deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6); }
  60% {
    transform: translateY(-100%) scaleY(1.1); }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1); }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1); }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1); } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6); }
  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1); }
  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1); }
  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1); }
  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1); } }
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.9);
    opacity: 0.7; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; } }
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(8%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(8%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes tossing {
  0% {
    transform: rotate(-4deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(-4deg); } }
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg); } }
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes pullUp {
  0% {
    transform: scaleY(0.1); }
  40% {
    transform: scaleY(1.02); }
  60% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(1); } }
@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.02); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%; }

@keyframes pullDown {
  0% {
    transform: scaleY(0.1); }
  40% {
    transform: scaleY(1.02); }
  60% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(1); } }
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.02); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%; }

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3); }
  40% {
    transform: scaleX(1.02); }
  60% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(1); } }
@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3); }
  40% {
    transform: scaleX(1.02); }
  60% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(1); } }
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }
/* Global HTML & Body */
html {
  background: #fff;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: auto; }

img {
  height: auto;
  max-width: 100%;
  border-style: none;
  margin-left: auto;
  margin-right: auto; }

p {
  margin-top: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em; }
  @media (min-width: 640px) {
    p {
      font-size: 16px; } }

* {
  box-sizing: border-box; }

.div {
  display: block;
  clear: both; }

.gold {
  color: #126bc5; }

#page {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100vh; }

body,
form,
button,
input,
select,
textarea {
  color: #282828;
  line-height: 1.8;
  font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; }

.button {
  background-color: transparent;
  color: #126bc5;
  margin-top: 20px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all .8s;
  display: inline-block;
  border: 2px solid #126bc5;
  font-weight: 500;
  font-size: 20px; }
  .button:hover {
    background-color: #000;
    color: #fff; }

/* Global Text Selection */
::selection {
  background: #000;
  color: #FFFFFF;
  text-shadow: none; }

/* Global Wrapper */
.main-container {
  min-height: 100vh;
  position: relative;
  width: 100%; }

.l-wrapper {
  max-width: 1230px;
  width: auto;
  margin: 0 auto;
  padding: 0 16px; }
  @media (min-width: 640px) {
    .l-wrapper {
      padding: 0 32px; } }

.small-wrap {
  max-width: 846px; }

.section-spacing {
  margin-top: 70px;
  margin-bottom: 70px; }
  @media (min-width: 640px) {
    .section-spacing {
      margin-top: 100px;
      margin-bottom: 100px; } }

.section-spacing-top {
  padding-top: 70px; }
  @media (min-width: 640px) {
    .section-spacing-top {
      padding-top: 100px; } }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.section-spacing-bottom {
  padding-bottom: 70px; }
  @media (min-width: 640px) {
    .section-spacing-bottom {
      padding-bottom: 100px; } }

.text-center {
  text-align: center; }

/* 2.0 Accessibility  */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*  Alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/* 4.0 Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both; }

/* Header Styles */
#masthead {
  border: 2px solid #126bc5; }
  #masthead .top-bar {
    background-color: #126bc5;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center; }
    #masthead .top-bar p {
      color: #fff;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400;
      text-align: center; }
  #masthead .top-bar-text {
    display: none; }
    @media (min-width: 960px) {
      #masthead .top-bar-text {
        display: block; } }
  #masthead .top-bar-phone {
    display: block; }
    @media (min-width: 960px) {
      #masthead .top-bar-phone {
        display: none; } }
  #masthead .top-bar-wrap {
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999999;
    left: 0;
    right: 0;
    background-color: #126bc5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    @media (min-width: 960px) {
      #masthead .top-bar-wrap {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        box-shadow: none; } }
  #masthead .phone-top {
    display: none; }
    @media (min-width: 960px) {
      #masthead .phone-top {
        display: block;
        font-size: 20px; } }
  #masthead .mobile-number {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 18px !important;
    display: block; }
    @media (min-width: 960px) {
      #masthead .mobile-number {
        display: none; } }
  #masthead .social-icons {
    display: none; }
    @media (min-width: 960px) {
      #masthead .social-icons {
        display: block; } }
    #masthead .social-icons ul {
      list-style: none;
      padding-left: 0;
      margin: 0; }
    #masthead .social-icons li {
      display: inline-block;
      padding-bottom: 0; }
      #masthead .social-icons li i {
        color: #fff;
        font-size: 20px;
        padding: 0 3px; }
  #masthead nav {
    display: none; }
    @media (min-width: 960px) {
      #masthead nav {
        display: block; } }
  #masthead .top-bar-nav {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    #masthead .top-bar-nav li {
      display: inline-block;
      padding: 5px 5px;
      color: #fff;
      font-weight: 100; }

/* Header Styles */
footer {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px; }
  footer .logo {
    display: block; }
    footer .logo img {
      max-width: 150px; }
  footer p {
    font-size: 14px; }

/* Navigation Styles */
.navigation-top {
  text-align: center;
  padding: 1px 0;
  width: 100%; }
  .navigation-top .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .navigation-top .logo {
    display: inline-grid;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 960px) {
      .navigation-top .logo {
        padding-top: 0;
        padding-bottom: 0; } }
    .navigation-top .logo img {
      max-width: 100px; }
      @media (min-width: 960px) {
        .navigation-top .logo img {
          margin-top: 0;
          max-width: 160px; } }

.hide-mobile {
  display: none; }

.main-navigation ul {
  padding: 0;
  list-style: none;
  display: flex;
  text-align: center;
  align-items: center;
  margin: 0; }
  .main-navigation ul li {
    position: relative;
    cursor: pointer;
    padding: 34px 0; }
    .main-navigation ul li:hover:first-child {
      opacity: 1; }
    .main-navigation ul li:hover .navdrop {
      visibility: visible;
      opacity: 1; }
  .main-navigation ul a {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 18px;
    position: relative;
    margin: 0 20px;
    padding: 10px 0;
    transition: all .8s;
    font-weight: 600; }
    .main-navigation ul a:before {
      content: '';
      position: absolute;
      top: 0px;
      right: 50%;
      height: 2px;
      background: #126bc5;
      width: 0;
      transition: all .4s ease-in-out; }
    .main-navigation ul a:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 50%;
      height: 2px;
      background: #126bc5;
      width: 0;
      transition: all .4s ease-in-out; }
    .main-navigation ul a:hover:after, .main-navigation ul a:hover:before {
      width: 50%; }
  .main-navigation ul .current-menu-item a {
    color: #126bc5; }
    .main-navigation ul .current-menu-item a:after, .main-navigation ul .current-menu-item a:before {
      width: 50%; }
  .main-navigation ul svg {
    width: 100px;
    height: 100px; }
.main-navigation .navdrop {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: end;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  position: absolute;
  top: 96px;
  left: 16px;
  min-width: 200px;
  width: auto;
  z-index: 999;
  transition: all .2s ease-in-out;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background-color: #333;
  border-bottom: 4px solid #126bc5;
  border-top: 4px solid #126bc5; }
  .main-navigation .navdrop li {
    display: block;
    text-align: left;
    padding: 0 0;
    cursor: pointer; }
  .main-navigation .navdrop a {
    cursor: pointer;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 0;
    display: block; }
    .main-navigation .navdrop a:after, .main-navigation .navdrop a:before {
      display: none; }
.main-navigation .logo-svg a:after {
  display: none; }
.main-navigation .landing-page-logo {
  display: none; }

/*.landing-header {
	.desktop-logo {
		display: none;
	}

	.landing-page-logo {
		display: inline-block;
	}

	.main-navigation {

		a {
			color: $brown;
		}
	}


	.main-pages-logo {
		display: none;
	}

	.landing-page-mobile {
		display: block;
		@include mq($mq-full) {
			display: none;
		}
	}
}

.page-template-main_pages,
.home {
	.landing-page-mobile {
		display: none;
	}
}*/
.mob-menu-active {
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0; }
  .mob-menu-active .hide-mobile {
    display: block; }

@media (max-width: 960px) {
  #site-navigation {
    display: none; }

  .desktop-logo {
    display: none; } }
.mobile-nav-border {
  display: block; }

#site-navigation.mobile-nav {
  display: block;
  background-color: #126bc5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  #site-navigation.mobile-nav ul.navbar {
    display: block;
    height: 100%;
    text-align: left;
    margin-top: 80px; }
    #site-navigation.mobile-nav ul.navbar a {
      color: #fff;
      font-size: 20px;
      padding-left: 10px; }
    #site-navigation.mobile-nav ul.navbar li {
      width: auto;
      text-align: left;
      padding: 0 0; }
  #site-navigation.mobile-nav .navdrop {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    top: auto;
    left: auto;
    border: none;
    background-color: #126bc5;
    padding-left: 16px;
    box-shadow: none; }
    #site-navigation.mobile-nav .navdrop li {
      border: none; }
  #site-navigation.mobile-nav .logo-svg {
    display: none; }
  #site-navigation.mobile-nav .menu-main-container {
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    bottom: 0; }
  #site-navigation.mobile-nav .mobile-logo-wrap {
    width: calc(100% - 31px);
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #35282d;
    z-index: 999; }

.mobile-icon {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  height: auto; }
  @media (min-width: 960px) {
    .mobile-icon {
      display: none; } }

.hamburger {
  z-index: 999999;
  position: absolute;
  top: 43px;
  right: 30px;
  display: inline-block;
  cursor: pointer; }

@media (min-width: 960px) {
  .hamburger {
    display: none; } }
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 2px;
  background-color: #126bc5;
  margin: 8px 0;
  transition: 0.4s; }

.change .bar1, .change .bar2, .change .bar3 {
  background-color: #35282d; }

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-51deg) translate(-7px, 5px);
  transform: rotate(-51deg) translate(-7px, 5px); }

/* Fade out the second bar */
.change .bar2 {
  opacity: 0; }

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px); }

.landing-header .bar1, .landing-header .bar2, .landing-header .bar3 {
  background-color: #35282d; }

.crazy-nav {
  background-color: #ccc; }
  .crazy-nav ul {
    padding: 0 0;
    display: flex;
    justify-content: space-around;
    list-style: none;
    text-align: center; }
  .crazy-nav li {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 8px;
    cursor: pointer;
    line-height: 1.2;
    padding: 16px 8px; }
    @media (min-width: 640px) {
      .crazy-nav li {
        font-size: 12px; } }
    @media (min-width: 1176px) {
      .crazy-nav li {
        font-size: 14px; } }
  .crazy-nav .active {
    background-color: #fafafa; }

.tabbed-content {
  background-color: #fafafa;
  margin-top: -16px; }
  .tabbed-content .tab-content {
    opacity: 0;
    position: absolute; }
  .tabbed-content h2 {
    font-weight: 600; }
  .tabbed-content .active {
    opacity: 1;
    position: static; }

/* Sliders */
/* Arrows */
.slick-image {
  object-fit: cover;
  height: 80vh;
  width: 100%;
  position: relative;
  z-index: -1; }

.slider-nav-wrap {
  padding-left: 60px;
  padding-right: 60px;
  display: none; }
  @media (min-width: 960px) {
    .slider-nav-wrap {
      display: block; } }

.slick-image-nav {
  object-fit: cover;
  padding: 1px;
  height: 120px;
  width: 100%; }
  @media (min-width: 640px) {
    .slick-image-nav {
      height: 160px; } }
  @media (min-width: 960px) {
    .slick-image-nav {
      height: 200px; } }

.slider-wrap {
  z-index: 1;
  position: relative; }

.listing-address-flex {
  padding: 16px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.95) 100%); }
  @media (min-width: 640px) {
    .listing-address-flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-direction: row; } }
  .listing-address-flex h1 {
    color: #fff;
    font-weight: 300;
    font-size: 22px; }
    @media (min-width: 640px) {
      .listing-address-flex h1 {
        font-size: 26px; } }
    @media (min-width: 960px) {
      .listing-address-flex h1 {
        font-size: 32px; } }
  .listing-address-flex .the-price {
    display: flex;
    flex-direction: column; }
  .listing-address-flex .for-sale {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: -10px; }
  .listing-address-flex .price {
    font-weight: 400;
    font-size: 18px;
    color: #126bc5;
    font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    @media (min-width: 640px) {
      .listing-address-flex .price {
        font-size: 26px; } }
    @media (min-width: 960px) {
      .listing-address-flex .price {
        font-size: 32px; } }

.carousel-slider {
  z-index: -1; }

.slick-arrow {
  position: absolute;
  display: block;
  height: 36px;
  width: 36px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 51%;
  transform: translate(0, -51%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 5; }
  @media (min-width: 640px) {
    .slick-arrow {
      height: 36px;
      width: 36px; } }
  @media (min-width: 960px) {
    .slick-arrow {
      height: 60px;
      width: 60px; } }
  .slick-arrow:hover, .slick-arrow:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-arrow:hover:before, .slick-arrow:focus:before {
      opacity: .8; }
  .slick-arrow:focus {
    outline: 1px dotted #FFFFFF; }
  .slick-arrow.slick-disabled:before {
    opacity: 0; }
  .slick-arrow:before {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #126bc5;
    opacity: 1; }
  .slick-arrow .fa {
    font-weight: 900;
    font-size: 50px;
    color: #126bc5;
    position: relative; }
    @media (min-width: 640px) {
      .slick-arrow .fa {
        font-size: 80px; } }

.slick-prev {
  left: 20px; }
  .slick-prev:before {
    display: none; }

.slick-next {
  right: 20px; }
  .slick-next:before {
    display: none; }

.slick-disabled {
  display: none; }

.slick-track,
.slick-slide,
.slick-slide img {
  transform: translate3d(0, 0, 0); }

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

/* Page Styles */
.apply-button {
  display: inline-block;
  background-color: #126bc5;
  color: white;
  font-size: 14px;
  line-height: 20px;
  min-width: 250px;
  max-width: 100%;
  padding: 15px 30px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 30px; }
  @media (min-width: 640px) {
    .apply-button {
      font-size: 18px;
      min-width: 250px; } }

.page-opening-statement {
  text-align: center; }
  .page-opening-statement .top-text {
    font-size: 32px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0; }
    @media (min-width: 640px) {
      .page-opening-statement .top-text {
        font-size: 48px; } }
  .page-opening-statement .middle-text {
    font-size: 32px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 0; }
    @media (min-width: 640px) {
      .page-opening-statement .middle-text {
        font-size: 48px; } }
  .page-opening-statement .bottom-text {
    font-size: 18px;
    margin-bottom: 0; }
    @media (min-width: 640px) {
      .page-opening-statement .bottom-text {
        font-size: 20px; } }

.banner-cta {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px; }
  .banner-cta h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0; }
    @media (min-width: 640px) {
      .banner-cta h2 {
        font-size: 50px; } }
  .banner-cta p {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400; }
  .banner-cta span {
    font-size: 24px;
    display: block;
    color: #fff;
    font-weight: 900; }

.hero-image {
  width: auto;
  height: calc(100vh - 158px);
  min-height: 500px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #126bc5;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .hero-image .gradient {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100px;
    width: 100%; }
  .hero-image .caption-box {
    padding: 16px 16px;
    position: relative;
    z-index: 9;
    width: 100%;
    text-align: center; }
    .hero-image .caption-box .headline {
      color: #fff;
      font-size: 32px;
      margin-top: 0;
      margin-bottom: 16px;
      line-height: 1;
      font-weight: 100; }
      .hero-image .caption-box .headline span {
        font-weight: 800; }
    .hero-image .caption-box h1 {
      color: #fff;
      margin-bottom: 0;
      font-size: 40px;
      margin-top: 0;
      line-height: 1.2;
      font-weight: 400;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
      @media (min-width: 640px) {
        .hero-image .caption-box h1 {
          font-size: 60px; } }
      .hero-image .caption-box h1 b {
        font-weight: 500; }
      .hero-image .caption-box h1 span {
        display: block; }
    .hero-image .caption-box p {
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
    .hero-image .caption-box .button {
      margin-top: 30px;
      display: block;
      text-align: center;
      letter-spacing: 4.03px;
      font-size: 20px;
      margin-bottom: 0;
      color: #fff; }
    .hero-image .caption-box p {
      color: #fff;
      margin-bottom: 0;
      letter-spacing: .08em;
      padding-top: 5px;
      font-size: 20px;
      font-weight: 400; }
    .hero-image .caption-box .top-text {
      font-size: 18px;
      font-weight: 100; }
    .hero-image .caption-box .middle-text {
      font-size: 40px;
      font-weight: 900;
      line-height: 1; }
    .hero-image .caption-box .bottom-text {
      font-size: 18px;
      font-weight: 100; }
    @media (min-width: 640px) {
      .hero-image .caption-box .top-text {
        font-size: 30px; }
      .hero-image .caption-box .middle-text {
        font-size: 80px;
        font-weight: 900; }
      .hero-image .caption-box .bottom-text {
        font-size: 30px; } }
    .hero-image .caption-box .locations {
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-direction: column; }
      @media (min-width: 640px) {
        .hero-image .caption-box .locations {
          flex-direction: row; } }
    .hero-image .caption-box .fa-map-marker-alt {
      color: #e9853b; }

.hero-image.sub-page-hero {
  background-color: #333;
  text-align: center;
  padding: 20px;
  border-bottom: 4px solid #126bc5;
  background-position: 50% 50%;
  background-size: cover;
  height: 300px;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero-image.sub-page-hero h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 400; }
    @media (min-width: 640px) {
      .hero-image.sub-page-hero h1 {
        font-size: 40px; } }

.botton-bar {
  max-width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .botton-bar .apply-button {
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent;
    border: 2px solid #fff;
    min-width: auto;
    font-size: 12px; }
    @media (min-width: 640px) {
      .botton-bar .apply-button {
        min-width: 250px;
        font-size: 18px; } }
  .botton-bar p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 100;
    text-transform: uppercase; }
    .botton-bar p b {
      font-weight: bold;
      color: #C5A95E; }
    @media (min-width: 640px) {
      .botton-bar p {
        font-size: 30px; } }

.featured-properties {
  background-color: #F7F7F7;
  padding-bottom: 0; }
  .featured-properties h2 {
    margin-top: 0;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 10px; }
    .featured-properties h2 b {
      color: #126bc5; }
  .featured-properties .button {
    text-transform: uppercase; }

.flex-image {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px; }
  .flex-image .price-flag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #126bc5;
    padding: 3px 10px 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff; }
  .flex-image h3 {
    font-size: 18px;
    font-weight: 500; }
  .flex-image .home-features {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: space-between; }
  .flex-image footer {
    padding: 16px; }
  .flex-image img {
    object-fit: cover;
    height: 220px;
    width: 100%; }
  .flex-image .sqft {
    font-size: 12px; }
  .flex-image .remarks {
    font-size: 12px; }
  .flex-image .flex-listings {
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
    width: 331px;
    margin: 16px;
    position: relative; }
  .flex-image .fas {
    font-size: 22px;
    color: #b3b3b3; }
  .flex-image .variable {
    font-size: 14px;
    font-weight: 400;
    margin-left: 3px; }
  .flex-image .pricing {
    color: #126bc5;
    margin-bottom: 0;
    font-weight: 400;
    position: absolute;
    bottom: 16px;
    left: 16px; }

.property-types .skew-item {
  background-color: black;
  transform: skewY(-5deg);
  height: 400px; }
.property-types .back-skew {
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  width: 120%;
  overflow: hidden;
  margin: auto;
  margin-left: -10%;
  height: 100%;
  margin-bottom: -70px;
  position: relative;
  z-index: 0; }

.team {
  background-color: #F7F7F7;
  transform: skewY(-5deg); }
  .team .l-wrapper {
    transform: skewY(5deg); }
  .team .team-header {
    text-align: center;
    margin-bottom: 100px; }
    .team .team-header p {
      margin-bottom: 0;
      font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 300; }
    .team .team-header h3 {
      font-weight: 300;
      margin-bottom: 10px;
      margin-top: 10px;
      color: #126bc5; }
  .team .members {
    display: flex; }
  .team .agent-wrap {
    text-align: center;
    flex-basis: 25%;
    background: #fff;
    position: relative;
    margin: 15px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05); }
  .team img {
    max-width: 130px;
    margin-top: -40px; }
  .team p {
    margin-bottom: 3px;
    font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 300; }
  .team .agent-contact {
    padding: 20px 15px; }

.gold-mark-touch {
  background-color: #FFFFFF;
  text-align: center; }
  .gold-mark-touch h2 {
    margin-top: 0;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 10px; }
    .gold-mark-touch h2 b {
      color: #126bc5; }
  .gold-mark-touch h4 {
    margin-bottom: 10px;
    font-weight: 500; }
  .gold-mark-touch p {
    color: #2d2d2d; }
  .gold-mark-touch .gold-mark-items {
    display: flex;
    flex-direction: column; }
    @media (min-width: 900px) {
      .gold-mark-touch .gold-mark-items {
        flex-direction: row; } }
    .gold-mark-touch .gold-mark-items .gold-item {
      padding: 20px; }

.image-back-section {
  position: relative;
  background-color: #F7F7F7; }
  .image-back-section .skew {
    background-color: #F7F7F7;
    margin-bottom: -100px;
    height: 185px;
    transform: skewY(-5deg);
    position: relative;
    z-index: 2; }
  .image-back-section img {
    max-width: 300px;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px; }
  .image-back-section .gradient {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 0; }
  .image-back-section .gradient {
    z-index: 0; }
  .image-back-section .back-image {
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    margin: auto;
    height: 100%;
    margin-bottom: -70px;
    position: relative;
    z-index: 0; }
  .image-back-section .button {
    border: 2px solid #126bc5;
    background-color: transparent;
    color: #126bc5; }
  .image-back-section h2 {
    color: #fff;
    font-weight: 500; }
  .image-back-section p {
    position: relative;
    color: #fff;
    font-weight: 300;
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 19px; }
  .image-back-section .content-wrap {
    margin: 200px 0;
    position: relative;
    z-index: 99; }

.so-boxy .caption-area {
  position: relative;
  margin: 4px;
  cursor: pointer;
  overflow: hidden; }
  @media (min-width: 660px) {
    .so-boxy .caption-area {
      margin: 6px; } }
  @media (min-width: 960px) {
    .so-boxy .caption-area {
      margin: 8px; } }
  .so-boxy .caption-area .caption {
    position: absolute; }
    .so-boxy .caption-area .caption h3 {
      color: #fff;
      font-weight: 100;
      font-family: "Lato", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .so-boxy .caption-area .caption span {
      font-weight: bold; }
  .so-boxy .caption-area:hover .border:before, .so-boxy .caption-area:hover .border:after {
    transition: opacity 0.35s, transform 0.35s;
    opacity: 1;
    transform: scale(1); }
.so-boxy .border {
  display: flex;
  justify-content: center;
  align-items: center; }
  .so-boxy .border:before, .so-boxy .border:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    left: 8px;
    bottom: 8px;
    opacity: 0;
    border: 1px solid transparent;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    pointer-events: none; }
    @media (min-width: 960px) {
      .so-boxy .border:before, .so-boxy .border:after {
        top: 16px;
        right: 16px;
        left: 16px;
        bottom: 16px; } }
  .so-boxy .border:after {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  .so-boxy .border:before {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
.so-boxy img {
  display: block;
  width: 100%; }
.so-boxy .flex-box {
  display: flex;
  flex-direction: column; }
  @media (min-width: 960px) {
    .so-boxy .flex-box {
      flex-direction: row; } }
.so-boxy .left-s {
  flex-basis: 50%;
  display: flex;
  flex-direction: column; }
.so-boxy .right-s {
  flex-basis: 50%;
  display: flex;
  flex-direction: column; }
.so-boxy .tiny-flex {
  display: flex; }

.testi-flex {
  display: flex;
  flex-direction: column; }
  @media (min-width: 640px) {
    .testi-flex {
      flex-direction: row; } }
  .testi-flex .testi-wrap {
    margin: 8px;
    flex-basis: 50%; }

.quick-quote-callout {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 2px;
  padding: 7px 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

/* CSS Document */
#map-window #title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: 0; }
#map-window p {
  margin-bottom: 1px;
  font-size: 14px; }
#map-window a {
  color: #126bc5;
  text-decoration: underline; }

.callout-contact-page {
  display: inline-block;
  background-color: #000;
  color: #FFFFFF !important;
  border-radius: 2px;
  padding: 7px 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }

.sub-pages .gold {
  color: #126bc5 !important; }
.sub-pages h2 {
  font-size: 50px;
  margin-top: 0; }
  @media (min-width: 960px) {
    .sub-pages h2 {
      font-size: 80px; } }
.sub-pages .home-warranty h2 {
  font-size: 60px; }
.sub-pages .everyone-wins {
  text-align: center; }
.sub-pages .everyone-wins-flex {
  display: flex;
  align-items: baseline;
  flex-direction: column; }
  @media (min-width: 960px) {
    .sub-pages .everyone-wins-flex {
      flex-direction: row; } }
  .sub-pages .everyone-wins-flex img {
    height: 48px;
    margin-bottom: 20px; }
  .sub-pages .everyone-wins-flex .middle-item img {
    height: 64px; }
  .sub-pages .everyone-wins-flex .flex-item {
    flex-basis: 33%;
    margin-bottom: 60px; }
    @media (min-width: 960px) {
      .sub-pages .everyone-wins-flex .flex-item {
        margin: 20px; } }
.sub-pages .list-with-us {
  display: flex;
  align-items: center; }
  .sub-pages .list-with-us .image-side {
    flex-basis: 50%; }
  .sub-pages .list-with-us .content-side {
    flex-basis: 50%;
    padding-left: 32px; }
.sub-pages h2 {
  font-family: "bebas-neue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #fff; }
.sub-pages .our-coolture {
  background-image: url("http://realtyonegroupgoldmark.com/wp-content/themes/realty/assets/images/brickwall.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .sub-pages .our-coolture p {
    color: #fff; }
.sub-pages .coolture-wrap {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column; }
  @media (min-width: 960px) {
    .sub-pages .coolture-wrap {
      flex-direction: row; } }
.sub-pages .word-side {
  flex-basis: 60%; }
  @media (min-width: 960px) {
    .sub-pages .word-side {
      padding-right: 30px; } }
  .sub-pages .word-side p {
    margin-bottom: 0; }
.sub-pages .image-size {
  flex-basis: 40%; }
  .sub-pages .image-size img {
    margin-top: 30px;
    max-width: 200px; }
    @media (min-width: 960px) {
      .sub-pages .image-size img {
        margin-top: 0;
        max-width: 100%; } }
.sub-pages .gold-mark-touch {
  background-color: #FFFFFF;
  text-align: center; }
  .sub-pages .gold-mark-touch h2 {
    margin-top: 0;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 10px;
    color: black; }
    .sub-pages .gold-mark-touch h2 b {
      color: #126bc5; }
  .sub-pages .gold-mark-touch h4 {
    margin-bottom: 10px;
    font-weight: 500; }
  .sub-pages .gold-mark-touch p {
    color: #2d2d2d; }
  .sub-pages .gold-mark-touch .gold-mark-items {
    display: flex;
    flex-direction: column; }
    @media (min-width: 900px) {
      .sub-pages .gold-mark-touch .gold-mark-items {
        flex-direction: row; } }
    .sub-pages .gold-mark-touch .gold-mark-items .gold-item {
      padding: 20px; }
.sub-pages .button {
  color: #fff; }
.sub-pages .join-cta {
  background-color: #e8e8e8;
  text-align: center; }
  .sub-pages .join-cta h3 {
    margin-top: 0;
    color: black;
    text-transform: uppercase;
    font-family: "bebas-neue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 100;
    font-size: 60px; }
  .sub-pages .join-cta .button {
    color: black; }
  .sub-pages .join-cta p {
    color: black; }

.content-pages .opening-statement h2 {
  font-size: 54px;
  margin-top: 0;
  font-weight: 900;
  line-height: 1; }
.content-pages .button {
  display: block;
  text-align: center;
  background-color: #126bc5;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  font-weight: 100;
  transition: all .8s; }
  .content-pages .button:hover {
    background-color: #000; }

.about-us .members {
  margin-bottom: 120px; }
.about-us .agent-wrap {
  flex-basis: 25%;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  padding: 30px; }
  .about-us .agent-wrap img {
    margin-top: -80px;
    max-width: 165px; }
  .about-us .agent-wrap .fas {
    color: #126bc5; }
  .about-us .agent-wrap span {
    font-weight: 400; }
.about-us .agent-flex {
  display: flex; }
.about-us h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "bebas-neue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: .1em; }
.about-us .agent-contact p {
  margin-bottom: 0;
  margin-top: 20px; }
.about-us .job-title {
  margin-left: 30px; }

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .image-gallery figure {
    margin: 10px;
    width: 100%;
    text-align: center; }
    @media (min-width: 640px) {
      .image-gallery figure {
        width: 30%; } }
    .image-gallery figure img {
      border: 1px solid; }

.sitemap ul {
  display: flex;
  flex-wrap: wrap; }
.sitemap li {
  flex-basis: 30%; }

.listing-page {
  background: #F7F7F7;
  padding-top: 150px; }

.split-page-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 960px) {
    .split-page-wrap {
      flex-direction: row;
      align-items: normal; } }
  .split-page-wrap .main-content {
    width: 100%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
    padding: 16px;
    background-color: #fff; }
    @media (min-width: 960px) {
      .split-page-wrap .main-content {
        margin-right: 32px; } }
    .split-page-wrap .main-content ul {
      padding-left: 0; }
  .split-page-wrap h3 {
    font-weight: 300;
    font-size: 24px;
    color: #126bc5;
    margin-bottom: 10px;
    margin-top: 40px; }
  .split-page-wrap .general-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 640px) {
      .split-page-wrap .general-wrap {
        flex-direction: row; } }
    .split-page-wrap .general-wrap .flex-wrap-details {
      flex-basis: 50%; }
      .split-page-wrap .general-wrap .flex-wrap-details:first-of-type {
        margin-right: 0; }
        @media (min-width: 640px) {
          .split-page-wrap .general-wrap .flex-wrap-details:first-of-type {
            margin-right: 32px; } }
    .split-page-wrap .general-wrap .list-details {
      display: flex;
      justify-content: space-between;
      padding-bottom: 0; }
      .split-page-wrap .general-wrap .list-details:first-of-type {
        border-top: 0; }
      .split-page-wrap .general-wrap .list-details p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 300; }
  .split-page-wrap .other-info .list-flex {
    display: flex;
    flex-wrap: wrap; }
    .split-page-wrap .other-info .list-flex li {
      width: 50%;
      padding: 0; }
      @media (min-width: 640px) {
        .split-page-wrap .other-info .list-flex li {
          width: 33%; } }
  .split-page-wrap .other-info .flex-other-info {
    display: flex;
    margin-bottom: 20px; }
    .split-page-wrap .other-info .flex-other-info ul {
      flex-basis: 50%; }
  .split-page-wrap .other-info ul {
    padding-left: 16px;
    list-style-type: disc; }
    .split-page-wrap .other-info ul p {
      margin-bottom: 0; }
    .split-page-wrap .other-info ul li {
      font-size: 16px;
      display: list-item;
      border: none;
      padding: 0;
      margin-top: 0;
      font-weight: 300;
      letter-spacing: 0.1em; }

.side-bar {
  width: 100%;
  margin-top: 64px; }
  @media (min-width: 640px) {
    .side-bar {
      width: 400px; } }
  @media (min-width: 960px) {
    .side-bar {
      margin-top: 0; } }
  .side-bar h4 {
    font-size: 24px; }

.side-wrap {
  background-color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05); }

.bio-contact .bio-contact-wrap {
  padding: 16px; }
.bio-contact img {
  max-width: 140px; }
  @media (min-width: 960px) {
    .bio-contact img {
      margin-top: -50px; } }
.bio-contact .fas {
  color: #126bc5; }
.bio-contact a {
  padding-bottom: 8px;
  display: block;
  font-weight: 300; }
.bio-contact h4 {
  margin: 16px 0;
  font-size: 16px;
  font-weight: 500; }

.request-showing h3 {
  width: 100%;
  background-color: #126bc5;
  text-align: center;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: .02em;
  margin-bottom: -16px;
  margin-top: 0; }

.similar-homes {
  margin-top: 50px;
  padding-bottom: 150px; }
  .similar-homes h2 {
    margin-bottom: 0; }
    .similar-homes h2 b {
      color: #126bc5; }
  .similar-homes .flex-image {
    justify-content: end;
    margin-top: 20px; }

.smaller-font {
  font-size: 12px !important; }

.search-results-heading {
  text-align: center; }
  .search-results-heading b {
    color: #126bc5; }

.subpage-results-heading {
  text-align: center; }
  .subpage-results-heading b {
    color: #126bc5; }

.pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  .pagination .prev-page {
    margin-right: 10px; }
  .pagination .next-page {
    margin-left: 10px; }
  .pagination .next-page,
  .pagination .prev-page {
    border: 1px solid #282828;
    padding: 0 8px;
    font-size: 14px; }
    .pagination .next-page i,
    .pagination .prev-page i {
      color: #126bc5; }
  .pagination .current-page {
    background-color: black; }
    .pagination .current-page a {
      color: #fff; }
  .pagination .search-pagination {
    padding-left: 0;
    margin: 0; }
    .pagination .search-pagination li {
      margin: 0 2px;
      display: inline-block;
      padding: 0 8px;
      font-size: 14px;
      border: 1px solid #282828; }

.pagination.bottom {
  margin-top: 100px;
  margin-bottom: 150px; }

.top-bar-funnel {
  background: #edeff0;
  color: #999;
  font-size: 10px;
  line-height: 1.1em;
  padding: 5px 0;
  text-align: center; }
  .top-bar-funnel p {
    font-size: 11px;
    padding: 5px 0;
    margin-bottom: 0;
    color: #434343;
    font-weight: 400; }

.funnel-head {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .funnel-head img {
    max-width: 160px; }
  .funnel-head p {
    font-weight: 900;
    color: #22374e; }
    .funnel-head p span {
      color: #dd6536; }
  .funnel-head .phone-mobile {
    display: block; }
    @media (min-width: 960px) {
      .funnel-head .phone-mobile {
        display: none; } }
  .funnel-head .phone-desk {
    display: none; }
    @media (min-width: 960px) {
      .funnel-head .phone-desk {
        display: block; } }

.box-section {
  margin-top: 80px;
  margin-bottom: 160px; }
  .box-section h1 {
    text-align: center;
    color: #22374e;
    font-weight: 900;
    font-size: 40px; }

.box-wrap {
  margin-bottom: 80px; }

.boxes {
  background: #edeff0;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  @media (min-width: 640px) {
    .boxes {
      flex-direction: row; } }

.wrap-wrap {
  flex-basis: 50%;
  position: relative; }

.box-wrapper {
  margin: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
  text-align: center;
  transform: scale(1, 1);
  transition: all .8s;
  cursor: pointer; }
  .box-wrapper:hover {
    transform: scale(1.1, 1.1); }
  .box-wrapper .main-img {
    width: 200px; }
  .box-wrapper h3 {
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0; }
    .box-wrapper h3 span {
      color: #dd6536; }

.arrow {
  position: absolute;
  width: 140px;
  bottom: -40px;
  right: 5px;
  transform: scale(1, 1);
  display: none; }
  @media (min-width: 640px) {
    .arrow {
      display: block; } }

.cta-funnel {
  background-color: #dd6536;
  text-align: center;
  color: #fff;
  padding: 20px 0; }
  .cta-funnel p {
    margin-bottom: 0; }
  .cta-funnel .phone {
    font-size: 40px;
    font-weight: bold; }
  .cta-funnel .bolder-top {
    font-weight: 400; }
  .cta-funnel .light-bottom {
    font-weight: 100;
    color: #e8e4de;
    font-size: 14px; }

.testi {
  justify-content: space-between;
  display: flex;
  margin-bottom: 40px;
  flex-direction: column; }
  @media (min-width: 960px) {
    .testi {
      flex-direction: row; } }
  .testi .test-wrapper {
    margin: 20px; }
    .testi .test-wrapper p {
      color: #999;
      font-size: 22px;
      font-weight: 600;
      text-align: center;
      font-style: italic; }

/* Forms */
.property-refinement {
  max-width: 1280px;
  padding: 0 20px;
  margin: -84px auto; }
  .property-refinement__form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 1px solid rgba(128, 128, 128, 0.2); }
  .property-refinement__fields {
    display: block;
    flex: 0 1 auto;
    flex-direction: column;
    justify-content: flex-start;
    background: #FFFFFF;
    position: relative;
    margin-right: -1px;
    z-index: 999;
    width: 100%; }
    @media (min-width: 960px) {
      .property-refinement__fields {
        width: 80%; } }
  .property-refinement__top-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .property-refinement__option {
    flex: 1 1 auto;
    width: 50%;
    background: #FFFFFF;
    border-right: 1px solid rgba(128, 128, 128, 0.2);
    border-bottom: 1px solid rgba(128, 128, 128, 0.2); }
    @media (min-width: 960px) {
      .property-refinement__option {
        width: 25%; } }
  .property-refinement__label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 15px 15px 5px; }
    @media (min-width: 960px) {
      .property-refinement__label {
        padding: 20px 25px 10px; } }
  .property-refinement__select-wrap {
    display: block;
    font-size: 0.9375rem;
    outline: 0;
    border: none;
    padding: 0 0 15px 0;
    border-radius: 0;
    margin-top: 5px; }
    @media (min-width: 960px) {
      .property-refinement__select-wrap {
        padding: 0; } }
  .property-refinement__text-input {
    border: 0;
    box-shadow: none; }

.property-refinement__collapsed-fields {
  display: none; }
.property-refinement__collapsed-fields-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.property-refinement__more-options-wrapper {
  width: 100%;
  position: relative;
  z-index: 999999;
  background: #ffffff;
  -webkit-box-shadow: 0 30px 95px -27px rgba(0, 0, 0, 0.69);
  box-shadow: 0 30px 95px -27px rgba(0, 0, 0, 0.69); }
.property-refinement__more-options {
  display: none;
  padding: 20px 0 0 20px; }
.property-refinement__open-more-options {
  width: 100%;
  display: block;
  -webkit-transition: .2s all;
  transition: .2s all;
  padding: 15px 20px;
  background: #333;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  border: 0;
  -webkit-appearance: none; }
  @media (min-width: 960px) {
    .property-refinement__open-more-options {
      background: #126bc5;
      margin-bottom: 0;
      padding: 4px 20px;
      width: 100%; } }
  .property-refinement__open-more-options:before {
    content: "-";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    text-align: center;
    line-height: 1.2;
    margin-top: -3px; }
  .property-refinement__open-more-options.is-active:before {
    content: '-'; }
.property-refinement__more-option {
  color: #333;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: middle;
  position: relative; }
  .property-refinement__more-option input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    visibility: hidden; }
  .property-refinement__more-option input[type="checkbox"]:checked + label:before {
    background: #333; }
  .property-refinement__more-option input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 7px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg); }
.property-refinement__more-option-label {
  vertical-align: middle;
  font-size: 0.8125rem;
  cursor: pointer;
  padding-left: 25px;
  font-weight: 400;
  line-height: 1.2;
  position: relative; }
  .property-refinement__more-option-label:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #CACACA;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0; }

.property-refinement .property-refinement__form .property-refinement__fields .property-refinement__option span {
  display: block;
  font-size: 0.9375rem;
  outline: 0;
  border: none;
  padding-left: 0;
  border-radius: 0;
  font-weight: 400;
  color: #8A8A8A;
  background: transparent; }
  .property-refinement .property-refinement__form .property-refinement__fields .property-refinement__option span.unit {
    display: inline; }
.property-refinement .property-refinement__form .property-refinement__fields .property-refinement__active {
  background-color: #126bc5;
  border-right: 0; }
  .property-refinement .property-refinement__form .property-refinement__fields .property-refinement__active .property-refinement__label {
    color: #FFFFFF; }
  .property-refinement .property-refinement__form .property-refinement__fields .property-refinement__active .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFFFFF; }
  .property-refinement .property-refinement__form .property-refinement__fields .property-refinement__active .select2-selection__arrow {
    color: #FFFFFF; }
.property-refinement .select2-dropdown {
  background: #126bc5;
  border-radius: 0;
  border: none; }

.select2-container .select2-dropdown {
  background: #126bc5;
  color: #FFFFFF; }

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background-color: transparent; }
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #b99943;
  color: #fff;
  transition: 0.2s all linear; }
.select2-container.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #b99943; }
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px; }
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #FFFFFF transparent; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  font-size: 8px;
  display: flex;
  align-items: center; }

.search-buttons__buttons {
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative; }
  @media (min-width: 960px) {
    .search-buttons__buttons {
      width: 20%; } }
.search-buttons__btnWrap {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between; }
.search-buttons__advance {
  position: relative;
  display: inline-block;
  width: 25%;
  text-align: center;
  background: #b99943;
  z-index: 99; }
  @media (min-width: 960px) {
    .search-buttons__advance {
      width: 38%; } }
.search-buttons__advance-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 25px 0;
  transition: 0.2s background linear;
  border: 0;
  background: transparent;
  cursor: pointer; }
  @media (min-width: 960px) {
    .search-buttons__advance-btn {
      padding: 36px 0; } }
  .search-buttons__advance-btn svg {
    display: inline-block;
    width: 20px;
    height: 23px; }
.search-buttons__search-arrow {
  position: absolute;
  top: 100%;
  margin-top: 6px;
  left: 0;
  right: 0;
  margin-left: 24px; }
  .search-buttons__search-arrow svg {
    transform: scaleX(-1);
    /*@include mq($mq-full) {
        transform: none;
    }*/ }
.search-buttons__arrow-inner {
  position: relative;
  display: inline-block; }
.search-buttons__arrow-inner-text {
  position: absolute;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  left: 40px;
  top: 22px;
  color: #333; }
  @media (min-width: 960px) {
    .search-buttons__arrow-inner-text {
      left: 40px;
      right: auto; } }
.search-buttons__search-button {
  width: 100%;
  text-align: center;
  z-index: 99;
  cursor: pointer; }
  @media (min-width: 960px) {
    .search-buttons__search-button {
      width: 62%; } }
.search-buttons__btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 36px 0;
  transition: 0.2s background linear;
  box-shadow: none;
  background: #126bc5;
  color: #fff;
  border: none;
  outline: 0;
  -webkit-appearance: button;
  min-height: 1.5em;
  text-align: center;
  cursor: pointer; }
  .search-buttons__btn:hover {
    background-color: #282828; }
  .search-buttons__btn svg {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 0.5rem; }

/* Tours */
/* Zion property*/
.zion-hero {
  width: auto;
  height: calc(70vh);
  min-height: 350px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #126bc5;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 640px) {
    .zion-hero {
      height: calc(100vh); } }

.image-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4px; }
  .image-flex a {
    display: inline-grid !important;
    position: relative; }
  .image-flex .the-image {
    flex-basis: calc(50% - 4px);
    margin: 2px;
    display: inherit;
    position: relative;
    z-index: 0;
    transition: all .7s; }
    .image-flex .the-image .overlay {
      background-color: #000;
      opacity: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      cursor: pointer;
      transition: all .7s;
      z-index: 3; }
    .image-flex .the-image:hover .overlay {
      position: absolute;
      background-color: #000;
      opacity: 0.5; }
    @media (min-width: 960px) {
      .image-flex .the-image {
        flex-basis: calc(25% - 8px);
        margin: 4px; } }

.tour-price h3 {
  font-family: "bebas-neue", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.flex-highlgihts {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start; }
  @media (min-width: 960px) {
    .flex-highlgihts {
      flex-direction: row; } }
  .flex-highlgihts h3 {
    font-size: 26px;
    margin-bottom: 16px;
    margin-top: 10px;
    font-family: "bebas-neue", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .flex-highlgihts .flex-item {
    flex-basis: 30%;
    text-align: center;
    padding: 10px; }
    .flex-highlgihts .flex-item i {
      font-size: 40px !important;
      margin-top: 20px; }

.zion-opening {
  text-align: center; }
  .zion-opening h2 {
    margin-top: 0;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 10px; }
    .zion-opening h2 b {
      color: #126bc5; }
  .zion-opening h3 {
    margin-bottom: 10px;
    letter-spacing: .1em;
    font-family: "bebas-neue", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .zion-opening p {
    color: #2d2d2d; }
  .zion-opening .gold-mark-items {
    display: flex;
    flex-direction: column; }
    @media (min-width: 960px) {
      .zion-opening .gold-mark-items {
        flex-direction: row; } }
    .zion-opening .gold-mark-items .gold-item {
      flex-basis: 50%;
      padding: 0 40px; }

.render {
  max-width: 400px !important;
  width: 100% !important;
  text-align: center; }

/* Vendor */

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