html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

html,
body,
.vestibule,
.wrapper-full-gate {
    height: 100%;
    width: 100%;
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}

@font-face {
    font-family: "icomoon";
    src: url("/fonts/icomoon.eot?pyjr6z");
    src:
        url("/fonts/icomoon.eot?pyjr6z#iefix") format("embedded-opentype"),
        url("/fonts/icomoon.ttf?pyjr6z") format("truetype"),
        url("/fonts/icomoon.woff?pyjr6z") format("woff"),
        url("/fonts/icomoon.svg?pyjr6z#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !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-circle-plus:before {
    content: "\e90d";
}

.icon-user:before {
    content: "\e910";
}

.icon-search:before {
    content: "\e911";
}

.icon-bulb:before {
    content: "\e912";
}

.icon-widget2:before {
    content: "\e913";
}

.icon-sms-key:before {
    content: "\e914";
}

.icon-spacecraft2:before {
    content: "\e915";
}

.icon-circle-cross:before {
    content: "\e916";
}

.icon-ico-question:before {
    content: "\e917";
}

.icon-widget:before {
    content: "\e918";
}

.icon-office:before {
    content: "\e919";
}

.icon-chevron-right2:before {
    content: "\e91a";
}

.icon-chevron-left2:before {
    content: "\e91b";
}

.icon-lock2:before {
    content: "\e91c";
}

.icon-engage:before {
    content: "\e91d";
}

.icon-camera:before {
    content: "\e91e";
}

.icon-left-arrow:before {
    content: "\e91f";
}

.icon-right-arrow:before {
    content: "\e920";
}

.icon-chat:before {
    content: "\e921";
}

.icon-mail:before {
    content: "\e922";
}

.icon-phone:before {
    content: "\e923";
}

.icon-phone-o:before {
    content: "\e924";
}

.icon-site:before {
    content: "\e925";
}

.icon-earth:before {
    content: "\e900";
}

.icon-pen-angled:before {
    content: "\e901";
}

.icon-thumbs-up:before {
    content: "\e902";
}

.icon-check:before {
    content: "\e903";
}

.icon-camera-outline:before {
    content: "\e904";
}

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

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

.icon-chevron-thin-up:before {
    content: "\e907";
}

.icon-chevron-thin-down:before {
    content: "\e908";
}

.icon-arrow_forward:before {
    content: "\e909";
}

.icon-arrow_back:before {
    content: "\e90a";
}

.icon-check2:before {
    content: "\e90b";
}

.icon-lock:before {
    content: "\e90c";
}

.icon-plane:before {
    content: "\e90e";
}

.icon-loader:before {
    content: "\e90f";
}

.icon-facebook:before {
    content: "\ea91";
}

.icon-quote:before {
    content: "\1f327";
}

/*
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?lzurs0");
  src: url("../fonts/icomoon.eot?lzurs0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?lzurs0") format("truetype"), url("../fonts/icomoon.woff?lzurs0") format("woff"), url("../fonts/icomoon.svg?lzurs0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e901";
}

.icon-left-arrow:before {
  content: "\e902";
}

.icon-right-arrow:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e900";
}
*/

@font-face {
    font-family: "Avenir Black";
    src:
        url("../fonts/Avenir-Black-webfont.woff") format("woff"),
        url("../fonts/Avenir-Black-webfont.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Avenir Roman";
    src:
        url("../fonts/Avenir-Roman-webfont.woff") format("woff"),
        url("../fonts/Avenir-Roman-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.calc-list,
.list-holder,
.request-form .form-row {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}

body {
    color: #797979;
    background: #fff;
    font:
        16px/1.4 "Helvetica",
        "Arial",
        "Helvetica Neue",
        sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 320px;
}

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

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 28px;
}

h2,
.h2 {
    font-size: 14px;
}

h3,
.h3 {
    font-size: 14px;
}

h4,
.h4 {
    font-size: 14px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #4a90e2;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    padding: 0.4em 0.7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #424242;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a9a9a9;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #a9a9a9;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #a9a9a9;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a9a9a9;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #a9a9a9;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font:
        14px/20px "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox/fancybox_loading.gif") center center
        no-repeat;
}

.fancybox-close {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    position: fixed;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 8040;
    background: #f7f7f7 !important;
    text-align: center;
}

.fancybox-close:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 10px;
    line-height: 60px;
    /*content: "\e901";*/ /* icon-close -> icon-cross */
    content: "\e905";
    color: #999;
}

.fancybox-close:hover {
    opacity: 0.8;
}

.fancybox-nav {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-nav:hover {
    opacity: 0.8;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
    background: none !important;
    text-align: center;
}

.fancybox-prev span {
    left: 0;
}

.fancybox-prev span:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 21px;
    line-height: 60px;
    /*content: "\e902";*/ /* icon-left-arrow */
    content: "\e91f"; /* icon-left-arrow */
    color: #000;
}

.fancybox-next span {
    right: 0;
}

.fancybox-next span:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 21px;
    line-height: 60px;
    /*content: "\e903";*/ /* icon-right-arrow */
    content: "\e920"; /* icon-right-arrow */
    color: #000;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font:
        normal 16px/18px "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -45px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: transparent;
    border-radius: 15px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

.wrapper {
    max-width: 768px;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 66px;
}

.wrapper--video-play {
    padding-top: 20px;
}

.wrapper--no-mb {
    margin-bottom: 0;
}

.slide-active,
.reminder-active,
.gate-active,
.fb-connect-address-active,
.fb-connect-calendar-active,
.fb-connect-photo-active,
.variant-10-message-active,
.variant-10-thank-you-active,
.variant-11-message-active,
.fancybox-lock,
.no-scroll,
.slide-next {
    overflow: hidden;
}

.slide-active body,
.reminder-active body,
.gate-active body,
.fb-connect-address-active body,
.fb-connect-calendar-active body,
.fb-connect-photo-active body,
.variant-10-message-active body,
.variant-10-thank-you-active body,
.variant-11-message-active body,
.fancybox-lock body,
.no-scroll body,
.slide-next body {
    overflow: hidden;
}

h2 {
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-secondary {
    -webkit-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    background-color: #f7f7f7;
    border-radius: 32px;
    box-shadow: 0 10px 15px #ccc;
    color: #333;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    padding: 12px 48px 10px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    outline: none;
}

.btn-secondary:hover {
    box-shadow: 0 2px 5px #ccc;
    color: #333;
}

#header {
    text-align: center;
}

.header-hold {
    padding: 14px 0 0;
}

.header-hold .cost {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #333;
    display: block;
    margin: 20px 0 6px;
}

.cost .price-reduction {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    background: #2cc651;
    border-radius: 24px;
    padding: 3px 12px;
    vertical-align: 5px;
}

.cost .just-sold-flag {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    background: #c62c2c;
    border-radius: 24px;
    padding: 3px 12px;
    vertical-align: 5px;
}

.cost.just-sold-price-text,
.just-sold-price-text {
    color: #c62c2c;
}

.just-sold-sold-on-date-section {
    width: 100%;
    background-color: #f8f8f8;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e4e4e4;
    margin: 0 0 10px 0;
}

.cost .price-reduction:before {
    font-size: 8px;
    content: "\25BC";
    vertical-align: middle;
}

.header-hold address {
    font-style: normal;
    line-height: 18px;
    color: #333;
    margin: 0 0 6px;
}

.header-hold address div {
    display: block;
    margin: 0 0 4px;
}

.header-hold address .small {
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

.logo {
    display: block;
    margin: 0 auto 27px;
}

#logo-default {
    align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

.carousel-section {
}

.carousel-section--watch-video {
    display: none;
}

.main-carousel {
    position: relative;
    margin: 0 -10px;
}

.main-carousel .mask {
    position: relative;
    overflow: hidden;
}

.main-carousel .slideset {
    width: 99999px;
    float: left;
}

.main-carousel .slide {
    float: left;
}

.slide img {
    margin-left: auto;
    margin-top: 1em;
    margin-right: auto;
    margin-bottom: 1em;
}

.main-carousel img {
    display: block;
    width: 100%;
    height: auto;
}

.main-carousel a {
    display: block;
}

.slides-info {
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    padding: 6px 8px 6px 7px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
}

.new-house-info {
    position: relative;
    z-index: 3;
    margin-top: -35px;
    border-radius: 4px 4px 0 0;
    background: #fff;
    overflow: hidden;
}

.virtual-house-info {
    margin: -10px;
    margin-bottom: 0;
}

.virtual-house-info .new-house-info {
    overflow: visible;
}

.virtual-house-info .counter-box {
    padding: 0;
}

.virtual-house-info .counter-box:after {
    background-color: inherit;
    height: 0;
}

.virtual-house-info .virtual {
    position: relative;
    z-index: 3;
    margin-top: 0;
    border-radius: 4px 4px 0 0;
    background: #fff;
    overflow: hidden;
}

.virtual-house-info .counter-hold .item {
    font-size: 12px;
    width: 5rem;
    color: #000;
}

.virtual-house-info .counter-hold {
    justify-content: center;
}

.virtual-house-info .counter-heading {
    background: inherit;
    font-size: 16px;
    padding: 15px 3rem 1px;
}

.virtual-house-info .counter-hold .count {
    font-size: 27px;
}

.counter-heading .title.virtual {
    color: #000;
    background: inherit;
    font-weight: bold;
}

.new-house-info .btn-hold {
    text-align: center;
    margin: 0 0 10px;
}

.counter-box {
    padding: 0 0 23px;
    margin: 0 0 11px;
    position: relative;
}

.counter-box:after {
    content: "";
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
}

.counter-heading {
    text-align: center;
    background: #fff;
    padding: 15px 10px 1px;
}

.counter-heading .title {
    display: block;
    text-transform: capitalize;
    color: #666;
    margin: 0 0 10px;
    font-weight: normal;
}

.counter-hold {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 33px 12px;
}

.counter-hold .item {
    width: 25%;
    position: relative;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #999;
}

.counter-hold .item:last-child:after {
    display: none;
}

.counter-hold .item:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.counter-hold .count {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 1px;
    display: block;
    color: #333;
}

.counter-progress {
    border-radius: 11px;
    background: #ededed;
    height: 14px;
    margin: 0 9px 22px;
    position: relative;
}

.counter-progress .line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ff2900;
    border-radius: 11px;
}

.reminder-drop,
.fb-connect-address-drop,
.fb-connect-calendar-drop,
.fb-connect-photo-drop,
.generic-popup-drop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.69);
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.reminder-drop .remind-message,
.gate-drop .gate-message,
.fb-connect-address-drop .fb-connect-address-message,
.fb-connect-calendar-drop .fb-connect-calendar-message,
.fb-connect-photo-drop .fb-connect-photo-message,
.generic-popup-drop .generic-popup-message {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    background: #fff;
    border-radius: 4px;
    padding: 24px 10px;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}

.fb-connect-address-drop .fb-connect-address-message,
.fb-connect-calendar-drop .fb-connect-calendar-message,
.fb-connect-photo-drop .fb-connect-photo-message,
.generic-popup-drop .generic-popup-message {
    height: 380px; /*70%;*/
    width: 320px;
}

.generic-popup-drop .generic-virtual-tour {
    height: 600px;
}

.fb-connect-address-drop .fb-connect-address-message,
.fb-connect-calendar-drop .fb-connect-calendar-message,
.fb-connect-photo-drop .fb-connect-photo-message {
    height: 600px;
}

.fb-connect-address-vcenter,
.fb-connect-calendar-vcenter,
.fb-connect-photo-vcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 24px 10px;
}

.fb-connect-address-vcenter .modal-home,
.fb-connect-calendar-vcenter .modal-home {
    width: 77px;
    height: 88px;
    background: url(../images/modal_home.png);
    content: " ";
    text-align: center;
    margin: 0 auto 20px;
}

.test-address-vcenter .modal-home,
.fb-connect-photo-vcenter .modal-home {
    width: 71px;
    height: 78px;
    background: url(../images/icon_photos.png);
    content: " ";
    text-align: center;
    margin: 0 auto 20px;
}

.fb-modal-image {
    width: 78px;
    height: auto;
    text-align: center;
    padding-bottom: 20px;
    display: inline-block;
}

.fb-connect-video-drop .fb-lock-close,
.fb-connect-address-drop .fb-lock-close,
.fb-connect-calendar-drop .fb-lock-close,
.fb-connect-photo-drop .fb-lock-close,
.generic-popup-drop .generic-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.fb-connect-video-drop .fb-message,
.fb-connect-address-drop .fb-message,
.fb-connect-calendar-drop .fb-message,
.fb-connect-photo-drop .fb-message {
    color: #aaa;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    bottom: 20px;
    width: 300px;
    text-align: center;
}

.fb-connect-address-drop .btn-first,
.fb-connect-calendar-drop .btn-first,
.fb-connect-photo-drop .btn-first,
.generic-popup-drop .btn-first {
    background: #4360b4;
    font-weight: 400;
    line-height: 25px;
}

.generic-popup-drop button[disabled] {
    background: grey;
}

.fb-connect-address-drop .btn-first span,
.fb-connect-calendar-drop .btn-first span,
.fb-connect-photo-drop .btn-first span,
.fb-connect-video-drop .btn-first span,
.generic-popup-drop .btn-first span {
    position: relative;
}

.fb-connect-address-drop .btn-first span:before,
.fb-connect-calendar-drop .btn-first span:before,
.fb-connect-video-drop .btn-first span:before,
.fb-connect-photo-drop .btn-first span:before {
    position: absolute;
    content: "\ea91"; /* icon-facebook */
    top: -2px;
    left: 0;
    color: #fff;
    font-family: "icomoon";
    font-size: 20px;
}

.sign-out-fb-link {
    display: none;
    color: #797979;
    font-size: 17px;
    text-decoration: underline;
    cursor: pointer;
}

.sign-out-fb-link__wrapper {
    text-align: center;
    margin: 25px auto;
}

.not-now {
    padding: 10px;
}

.get-address-link {
    color: #333;
    text-decoration: underline;
}

.get-address-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.reminder-drop .ttl,
.gate-drop .ttl,
.fb-connect-address-drop .ttl,
.fb-connect-calendar-drop .ttl,
.fb-connect-photo-drop .ttl,
.generic-popup-drop .ttl {
    display: block;
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 7px;
}

.reminder-drop .remind-form,
.gate-drop .gate-form {
    padding: 6px 0;
    margin: 0 0 21px;
}

.fb-connect-address-drop .fb-connect-address-form,
.fb-connect-video-drop .fb-connect-address-form,
.fb-connect-photo-drop .fb-connect-address-form {
    padding: 6px 0;
    margin: 0;
}

.reminder-drop .remind-form.success-form .thanks-message,
.gate-drop .gate-form.success-form .thanks-message,
.fb-connect-address-drop .fb-connect-address-form.success-form .thanks-message,
.fb-connect-calendar-drop
    .fb-connect-calendar-form.success-form
    .thanks-message,
.fb-connect-video-drop .fb-connect-photo-form.success-form .thanks-message,
.fb-connect-photo-drop .fb-connect-photo-form.success-form .thanks-message {
    display: block;
}

.fb-connect-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boost-alternate-unlock-submit {
    margin-top: 10px;
}

.unlock-popup-message {
    color: #797979;
    font-size: 12px;
    text-align: center;
}

.no-facebook-form span {
    margin: 10px 0;
}
.no-facebook-form_error {
    height: 20px;
}

.no-facebook-form_separtor_line {
    display: flex;
    flex-direction: row;
    margin: 15px 0;
}
.no-facebook-form_separtor_line::before,
.no-facebook-form_separtor_line::after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
}
.no-facebook-form_separtor_line::before {
    margin-right: 10px;
}
.no-facebook-form_separtor_line::after {
    margin-left: 10px;
}

.reminder-drop input,
.gate-drop input,
.fb-connect-address-drop input,
.fb-connect-video-drop input,
.fb-connect-photo-drop input {
    margin: 0 0 10px;
    width: 100%;
    padding: 15px 10px;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    outline: none;
}

.reminder-drop .reminder-opener,
.gate-drop .gate-opener,
.fb-connect-address-drop .fb-connect-address-opener,
.fb-connect-photo-drop .fb-connect-address-opener,
.fb-connect-video-drop .fb-connect-address-opener {
    font-size: 15px;
    line-height: 17px;
    color: #999;
}

.reminder-drop .thanks-message,
.fb-connect-address-drop .thanks-message,
.fb-connect-calendar-drop .thanks-message,
.fb-connect-video-drop .thanks-message,
.fb-connect-photo-drop .thanks-message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 94px 16px 0;
    display: none;
}

.reminder-drop .thanks-message a,
.gate-drop .thanks-message a,
.fb-connect-address-drop .thanks-message a,
.fb-connect-calendar-drop .thanks-message a,
.fb-connect-video-drop .thanks-message a,
.fb-connect-photo-drop .thanks-message a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    font-size: 15px;
    line-height: 17px;
    color: #999;
}

.reminder-active .reminder-drop,
.fb-connect-address-active .fb-connect-address-drop,
.fb-connect-calendar-active .fb-connect-calendar-drop,
.fb-connect-photo-active .fb-connect-photo-drop,
.fb-connect-video-active .fb-connect-video-drop,
.variant-10-message-active #variant-10-message-drop,
.variant-10-thank-you-active #variant-10-thank-you-drop,
.variant-11-message-active #variant-11-message-drop,
.variant-12-message-active #variant-12-message-drop,
.variant-12-thank-you-active #variant-12-thank-you-drop,
.variant-13-message-active #variant-13-message-drop,
.variant-14-message-active #variant-14-message-drop,
.variant-14-thank-you-active #variant-14-thank-you-drop,
.variant-15-message-active #variant-15-message-drop,
.variant-17-message-active #variant-17-message-drop {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.approved-drop {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    position: fixed;
    top: 120%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 768px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 8001;
    background: #fff;
}

.approved-drop .approved-message {
    height: 100vh;
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 1.28;
    padding: 0 10px;
}

.approved-drop .ttl {
    display: block;
    background-color: #85cb37;
    box-shadow: inset 0 1px 0 rgba(185, 185, 185, 0.5);
    color: #fff;
    font-family: "Avenir Black", "Arial", "Helvetica Neue", sans-serif;
    font-size: 20px;
    line-height: 23px;
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    padding: 62px 10px 22px;
    margin: 0 -10px 33px;
}

.approved-drop .request-form {
    background: #fff;
}

.approved-drop .request-form.success-form .success-massage {
    display: block;
    padding: 33px 45px;
}

.approved-drop .request-form.success-form .success-massage strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.approved-drop .request-form.success-form .success-massage .btn-first {
    display: inline-block;
    vertical-align: top;
    margin: 68px -45px 0;
}

.approved-drop .request-form.success-form fieldset {
    display: none;
}

.approved-drop input {
    margin: 0 0 10px;
    width: 100%;
    padding: 15px 10px;
    color: #999;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    outline: none;
}

.approved-drop .close {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
}

.approved-drop .thanks-message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 94px 16px 0;
    display: none;
}

.approved-drop .thanks-message a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    font-size: 15px;
    line-height: 17px;
    color: #999;
}

.approved-drop .btn-first {
    min-width: 300px;
    background-color: #85cb37;
    color: #fff;
    margin-top: 11px;
}

.approved-drop .btn-first:hover {
    background-color: #5c9a17;
    box-shadow: inset 0 1px 0 rgba(185, 185, 185, 0.5);
}

.terms-of-use {
    color: #797979;
    font-size: 12px;
    text-align: left;
}
.terms-of-use-center {
    color: #797979;
    font-size: 12px;
    text-align: center;
    max-width: 90%;
}
.terms-of-use__link {
    color: #797979;
    text-decoration: underline;
}

.slide-next .approved-drop {
    z-index: 9999;
    -webkit-transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
}

.info-description {
    position: relative;
    padding: 14px 0 0;
    text-align: center;
}

.info-description p {
    margin-bottom: 30px;
    padding: 0 20px;
    text-align: left;
}

.house-parameters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 19px;
}

.house-parameters .item {
    width: 25%;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #999;
}

.house-parameters .item span {
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 20px;
}

.map-placeholder {
    position: relative;
}

.map-placeholder img {
    display: block;
    width: 100%;
    height: auto;
}

.map-placeholder-obscure {
    z-index: 10;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.88);
}

.map-placeholder .btn-hold {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    z-index: 11;
}

.map-placeholder .btn-get-address {
    position: absolute;
    bottom: 144px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    z-index: 11;
}

.map-placeholder .btn-secondary {
    padding: 12px 20px 10px;
}

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

.lightbox {
    padding: 5px;
    width: 300px;
}

.lightbox h2 {
    margin: 0 0 10px;
}

.lightbox p {
    margin: 0;
}

/* example lightbox styles */

.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}

.btn-first {
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    display: block;
    width: 100%;
    background: #023b79;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 4px;
    padding: 11px 10px;
    margin-bottom: 10px;
    outline: none;
}

.btn-first:hover {
    background: #00254e;
}

.btn-third {
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    width: 100%;
    background-color: #85cb37;
    color: white;
    font-family: "Avenir Black", "Arial", "Helvetica Neue", sans-serif;
    font-size: 17px;
    font-weight: 900;
    box-shadow: inset 0 1px 0 rgba(185, 185, 185, 0.5);
    border: none;
    padding: 22px 10px;
    outline: none;
}

.btn-third:hover {
    background-color: #5c9a17;
}

.close {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.21);
    color: #999;
    font-size: 12px;
    border-radius: 50%;
    margin-bottom: 27px;
}

.close:hover {
    opacity: 0.7;
}

.fixed-block {
    -webkit-transition:
        visibility 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    transition:
        visibility 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 768px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ebebeb;
    padding: 10px 10px 0;
    margin: 0 auto;
    z-index: 8000;
}

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

.fixed-block .bold {
    font-weight: bold;
}

.fixed-block .black {
    color: #000;
}

.fixed-block .bottom-padding {
    padding-bottom: 8px;
}

.top-margin {
    margin-top: 24px;
}

.mortgage-calc {
    background-color: #85cb37;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 15px 10px;
    margin: 0 -10px;
}

.mortgage-calc + .image-section {
    padding-bottom: 0;
}

.mortgage-calc .btn-secondary {
    color: #333;
    font-size: 17px;
    box-shadow: 0 10px 15px rgba(88, 129, 44, 0.5);
    padding: 12px 40px 10px;
    margin-bottom: 15px;
}

.mortgage-calc .btn-secondary:hover {
    box-shadow: 0 2px 5px rgba(88, 129, 44, 0.5);
}

.mortgage-calc p {
    opacity: 0.6;
    margin-bottom: 2px;
}

.icon-holder {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #72af2f;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 13px;
}

.price {
    display: block;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin-bottom: 3px;
}

.price-info {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.calc-drop {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    position: fixed;
    top: 120%;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 768px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 8001;
    background: #f7f7f7;
}

.slide-active .calc-drop {
    -webkit-transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
}

.slide-next .calc-drop {
    -webkit-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
}

.drop-header {
    padding: 10px 10px 4px;
}

.drop-body {
    background: #fff;
    border-top: 1px solid #ebebeb;
    color: #333;
    padding-top: 17px;
}

.calc-list {
    overflow: hidden;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.calc-list li {
    margin-bottom: 8px;
}

.calc-list li strong {
    float: right;
    color: #333;
    font-size: 16px;
}

.lightbox-holder {
    padding: 0;
}

.calc-form fieldset {
    padding: 0 10px;
    margin-bottom: 15px;
}

.calc-form label {
    display: block;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
}

.calc-form .input-holder {
    position: relative;
}

.calc-form .currency {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999;
    line-height: 1;
}

.calc-form .form-control {
    padding: 5px 10px;
    margin-bottom: 16px;
}

.calc-form .form-col {
    position: relative;
    margin-bottom: 10px;
}

.calc-form .form-col .form-control {
    padding-left: 18px;
    margin-bottom: 0;
}

.calc-form .price,
.calc-form .price-info {
    color: #333;
    margin-bottom: 6px;
}

.calc-form .price-info {
    margin-bottom: 24px;
}

.inclusion-section {
    font-size: 15px;
    line-height: 1.6;
    padding: 15px 0 14px;
}

.inclusion-section p {
    margin-bottom: 10px;
}

.image-section {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
}

.image-section figure,
.image-section .main-carousel {
    margin: 0 0 15px;
}

.image-section figure img,
.image-section .main-carousel img {
    display: block;
    width: 100%;
    height: auto;
}

.list-holder {
    margin-bottom: 13px;
}

.list-holder.two-columns li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
}

.list-check-grid-container {
    padding: 20px 20px 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.5rem;
    overflow: hidden;
}

.add-features-container {
    padding: 20px 20px 20px 0;
    overflow: hidden;
}

.add-features-left {
    float: left;
    width: 50%;
}

.add-features-right {
    float: right;
    width: 50%;
}

.list-holder.list-check li {
    padding-left: 20px;
}

.list-holder.list-check li:before {
    position: absolute;
    /*content: "\e900";*/ /* icon-check */
    content: "\e903"; /* icon-check */
    top: 4px;
    left: 0;
    color: #4a90e2;
    font-family: "icomoon";
    font-size: 10px;
}

.list-holder li {
    position: relative;
    margin-bottom: 3px;
}

.list-holder span {
    display: inline-block;
    vertical-align: top;
    width: 42%;
}

.form-section {
    background-color: #f7f7f7;
    padding: 17px 10px 10px;
    margin: -10px;
}

.form-section.in-viewport .fixed-block {
    opacity: 0;
    visibility: hidden;
}

.form-section h2 {
    margin-bottom: 11px;
}

.error-counter {
    color: #d0021b;
    font-size: 14px;
    font-weight: 400;
}

.success-massage {
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 0;
    color: #333;
    text-align: center;
}

.success-form .success-massage {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 30px 14%;
}

.request-form {
    position: relative;
    margin-bottom: 10px;
}

.request-form .error-counter {
    position: absolute;
    top: -25px;
    right: 10px;
}

.request-form .form-control {
    background-color: #fff;
    border-radius: 4px;
    border-width: 1px;
    width: 100%;
    height: 45px;
    letter-spacing: -0.06em;
    box-shadow: none;
    outline: none;
    padding: 5px 8px;
    margin-bottom: 10px;
}

.request-form input[type="radio"] {
    display: none;
}

.request-form input[type="radio"]:checked + label {
    background: #fff;
    color: #424242;
}

.request-form .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.request-form .form-row li {
    width: 31%;
}

.request-form label {
    -webkit-transition:
        background 0.3s ease-in-out,
        color 0.3s ease-in-out;
    transition:
        background 0.3s ease-in-out,
        color 0.3s ease-in-out;
    display: block;
    background-color: #ccc;
    color: #fff;
    font-family: "Avenir Black", "Arial", "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: 900;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    padding: 6px 5px;
    margin-bottom: 20px;
}

.request-form label:hover {
    background: #fff;
    color: #424242;
}

input.form-control {
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 4px;
    border-width: 1px;
    width: 100%;
    height: 45px;
    letter-spacing: -0.06em;
    font-weight: 400;
    box-shadow: none;
    outline: none;
    padding: 5px 8px;
    margin-bottom: 10px;
}
input.form-control.skinny-input {
    height: 30px;
}

input.form-control.input-error {
    border-color: #d0021b;
}

input.form-control::-webkit-input-placeholder {
    font-weight: 400;
}

input.form-control::-moz-placeholder {
    opacity: 1;
    font-weight: 400;
}

input.form-control:-moz-placeholder {
    font-weight: 400;
}

input.form-control:-ms-input-placeholder {
    font-weight: 400;
}

input.form-control.placeholder {
    font-weight: 400;
}

.contact-info {
    background: #023b79;
    padding: 38px 20px 58px;
    margin: 0 -10px;
}

.contact-info .content-holder {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.contact-info .block-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #ebebeb;
    text-align: center;
}

.contact-info .block-row:first-child {
    background-color: #f7f7f7;
    border-top: none;
    padding: 22px 10px 7px;
}

.contact-info .block-row strong {
    display: block;
    font-size: 15px;
    text-align: center;
    color: #4a4a4a;
}

.contact-info a.block-row {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.contact-info a.block-row:hover {
    background-color: #eaeaea;
    opacity: 1;
}

.contact-info .block-row-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 70px;
}

.contact-info .img-holder {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 14px;
}

.contact-info a {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    display: inline-block;
    vertical-align: top;
    color: #4a4a4a;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-decoration: none;
}

.contact-info a:hover {
    opacity: 0.7;
}

.name {
    display: block;
    color: #4a4a4a;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
}

.listed-by {
    display: block;
    color: #cccccc;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.download-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px 10px 18px;
}

.compliance-section {
    margin: 5px 0 8px;
    text-align: center;
}
.compliance-section__compliance_link {
    color: #666666;
    font-size: 13px;
    text-decoration: underline;
}
.compliance-section__compliance_link:hover {
    text-decoration: underline;
}

.text-holder {
    width: 73%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.26;
    font-weight: 400;
    margin-top: -5px;
}

.text-holder a {
    color: #333;
}

.text-holder p {
    margin-bottom: 2px;
}

.logo-footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.logo-footer a {
    width: 40px;
    height: 40px;
}

.logo-footer img {
    width: 66px;
    height: 40px;
}

@media (orientation: landscape) {
    .fancybox-close {
        bottom: auto;
        top: 15px;
        left: auto;
        right: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("../images/fancybox/fancybox_sprite@2x.png");
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url("../images/fancybox/fancybox_loading@2x.gif");
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }

    .fb-connect-address-vcenter .modal-home {
        background-image: url(../images/modal_home@2x.png);
        background-size: 77px 88px;
    }

    .fb-connect-photo-vcenter .modal-home {
        background-image: url(../images/icon_photos@2x.png);
        background-size: 71px 78px;
    }
}

@media (max-width: 768px) {
    .fancybox-wrap {
        left: 0 !important;
        width: 100% !important;
    }

    .fancybox-inner {
        height: auto !important;
        width: 100% !important;
    }

    .fancybox-lock {
        height: 100%;
    }

    .fb-connect-address-drop .fb-connect-address-message,
    .fb-connect-calendar-drop .fb-connect-calendar-message,
    .fb-connect-photo-drop .fb-connect-photo-message,
    .fb-connect-video-drop .generic-virtual-tour {
        overflow: scroll;
    }

    .fb-connect-address-vcenter,
    .fb-connect-calendar-vcenter,
    .fb-connect-photo-vcenter {
        height: 100%;
    }
}

.busy * {
    cursor: wait !important;
}

.variant {
    display: none;
}

.vestibule,
.wrapper-full-gate {
    background-image: url("../images/bg_gate.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.vestibule p {
    padding: 10px;
}

.faded {
    color: #999;
}

.address-footer {
    text-align: center;
    margin-top: 10px;
}

.contact-info-small {
    margin: 10px;
    text-align: left;
}

.contact-info-small-borders {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.contact-info-small .header {
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    color: #999999;
    padding: 5px;
}

.contact-info-small .img-holder {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px 14px;
}

@media screen and (min-width: 768px) {
    .contact-info-small .img-holder {
        width: 100px;
        height: 100px;
    }
}

.contact-info-small .agent-info {
    float: right;
    text-align: left;
    width: 75%;
}

.contact-info-small .agent-info .office-phone {
    display: block;
}

.cta-abbrev {
    padding-top: 10px;
}

.cta-abbrev .btn-first {
    display: inline-block;
    width: auto;
    min-width: 25%;
}

.agent-info .name,
.office {
    font-family: HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    color: #2e3335;
    text-align: left;
}

.download-my-app {
    padding: 16px;
}

.download-my-app p {
    color: #262626;
    text-align: center;
    padding: 0;
    margin: 0 0 8px;
    line-height: 1.1em;
}

.download-my-app a.btn.btn-first {
    padding: 16px 0 !important;
    margin: 15px 0 0 0;
}

/* This only hides elements when the LLP is being shown as part of a Single Agent Website */
.single_agent_website .single_agent_website_hidden {
    display: none;
}
.llp__videos {
    height: auto;
    overflow: hidden;
    margin-bottom: 2em;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.llp__virtual-tour-gated-video-placeholder {
    width: 100%;
    height: auto;
    cursor: pointer;
    padding-bottom: 55.3385%;
    position: relative;
    max-width: 768px;
    margin: 10px auto 1.5em;
}
.llp__virtual-tour-gated-video-placeholder--ungated {
    display: none;
}

.no_facebook_unlock_title {
    display: flex;
    text-align: left;
    margin: 0;
    color: #374151;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 4px;
}

.no_facebook_unlock_separator_lined {
    margin: 15px 0;
}

@media only screen and (min-width: 768px) {
    .llp__virtual-tour-gated-video-placeholder {
        padding-bottom: 0;
        height: 425px;
    }
}

.llp__virtual-tour-gated-video-placeholder__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    width: 100%;
    height: 100%;
    position: relative;
}

.llp__virtual-tour-gated-video-placeholder__wrap {
    justify-content: center;
    background: url(/system/application/views/boost/llp_layout/images/bg-vh.jpg);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.llp__virtual-tour-gated-video-placeholder__icon circle {
    fill: var(--customer-styles--primary-color);
}

.llp__virtual-tour-gated-video-placeholder__text {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    margin-top: 16px;
    margin-bottom: 0;
}

video {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    background: black;
    max-width: 100%;
    height: auto;
    display: block;
}

.llp__virtual-tour-ungate-virtual-tour:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.664387V7.33316C8.07318e-06 7.45118 0.0375891 7.56709 0.108906 7.66904C0.180223 7.77099 0.282721 7.85535 0.405934 7.91348C0.529147 7.97162 0.668661 8.00145 0.810231 7.99995C0.951801 7.99844 1.09035 7.96564 1.21174 7.9049L7.6118 4.5714C7.73021 4.51214 7.82819 4.42833 7.89622 4.32814C7.96425 4.22795 8 4.11479 8 3.99966C8 3.88454 7.96425 3.77137 7.89622 3.67118C7.82819 3.57099 7.73021 3.48719 7.6118 3.42793L1.21174 0.0944287C1.09045 0.0340563 0.95216 0.00149627 0.810899 5.03499e-05C0.669639 -0.00139557 0.530431 0.0283242 0.407395 0.0861956C0.284359 0.144067 0.18187 0.228032 0.110323 0.329574C0.0387758 0.431117 0.000715049 0.546626 0 0.664387Z' fill='black'/%3E%3C/svg%3E%0A");
    background-position: center;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    margin-left: 10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-repeat: no-repeat;
}

.llp__virtual-tour-ungate-virtual-tour {
    position: relative;
    display: block;
    width: 100%;
    color: white;
    background-color: var(--customer-styles--primary-color);
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    max-width: 768px;
    margin: 1.5em auto;
}

.llp__virtual-tour-ungate-virtual-tour-ungated {
    display: block;
}
.llp__virtual-tour-ungate-virtual-tour-gated {
    display: none;
}
