@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@charset "UTF-8";

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

.text-right,
.unw-popup .unw-popup-description .community-cta {
  text-align: right;
}

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

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

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/

/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/

/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */

.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/

/* default theme ("light") */

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */

/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "minimal", "minimal-dark" */

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */

/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */

/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2016 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			https://kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/

/* Global settings */

.ls-container {
  visibility: hidden;
  position: relative;
}

.ls-lt-container {
  position: absolute;
}

.ls-lt-container,
.ls-lt-container * {
  text-align: left !important;
  direction: ltr !important;
}

.ls-container-fullscreen {
  margin: 0 auto !important;
  padding: 2% !important;
  background: black !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: none !important;
}

.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
  display: none !important;
}

.ls-overflow-hidden {
  overflow: hidden;
}

.ls-inner {
  position: relative;
  background-position: center center;
  z-index: 2;
  overflow: hidden;
}

.ls-loading-container {
  position: absolute !important;
  display: none;
  z-index: 3 !important;
  left: 50% !important;
  top: 50% !important;
}

.ls-loading-indicator {
  margin: 0 auto;
}

.ls-inner,
.ls-slide {
  width: 100%;
  height: 100%;
}

.ls-slide,
.ls-layer {
  position: absolute;
  display: none;
  background-position: center center;
  overflow: hidden;
}

.ls-active,
.ls-animating {
  display: block !important;
}

.ls-slide > * {
  position: absolute;
  line-height: normal;
  margin: 0;
  left: 0;
  top: 0;
}

.ls-slide .ls-bg {
  left: 0px;
  top: 0px;
  transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
}

.ls-yourlogo {
  position: absolute;
  z-index: 99;
}

/* Timers */

.ls-bar-timer {
  position: absolute;
  width: 0;
  height: 2px;
  background: white;
  border-bottom: 2px solid #555;
  opacity: 0.55;
  filter: alpha(opacity=55);
  z-index: 4;
  top: 0;
}

.ls-circle-timer {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 4;
  opacity: 0.65;
  filter: alpha(opacity=65);
  display: none;
}

.ls-ct-half {
  background: white;
}

.ls-ct-center {
  background: #444;
}

.ls-ct-left,
.ls-ct-right {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.ls-ct-left,
.ls-ct-right {
  float: left;
  position: relative;
}

.ls-ct-rotate {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
}

.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
  left: 0;
}

.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
  right: 0;
}

.ls-ct-hider,
.ls-ct-half {
  position: absolute;
  top: 0;
}

.ls-ct-hider {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.ls-ct-half {
  width: 200%;
  height: 100%;
}

.ls-ct-center {
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
  position: absolute;
}

.ls-ct-half,
.ls-ct-center {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

/* Navigation */

.ls-bottom-nav-wrapper {
  height: 0;
}

.ls-bottom-slidebuttons {
  text-align: left;
}

.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
  z-index: 2;
  height: 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.ls-below-thumbnails {
  display: none;
  z-index: 6;
}

.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
  outline: none;
}

* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
  direction: ltr !important;
}

.ls-bottom-slidebuttons {
  position: relative;
  z-index: 1000;
}

.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
  position: relative;
}

.ls-nothumb {
  text-align: center !important;
}

.ls-link {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  background-image: url(blank.gif);
}

.ls-slide > a > * {
  background-image: url(blank.gif);
}

/* Embedded videos */

.ls-vpcontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ls-videopreview {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.ls-playvideo {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
}

/* Thumbnails */

.ls-tn {
  display: none !important;
}

.ls-thumbnail-hover {
  display: none;
  position: absolute;
  left: 0;
}

.ls-thumbnail-hover-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.ls-thumbnail-hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ls-thumbnail-hover-img {
  position: absolute;
  overflow: hidden;
}

.ls-thumbnail-hover img {
  max-width: none !important;
  position: absolute;
  display: inline-block;
  visibility: visible !important;
  left: 50%;
  top: 0;
}

.ls-thumbnail-hover span {
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

.ls-thumbnail-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
}

.ls-thumbnail {
  position: relative;
  margin: 0 auto;
}

.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
  width: 100%;
}

.ls-thumbnail-slide-container {
  overflow: hidden !important;
  position: relative;
}

.ls-touchscroll {
  overflow-x: auto !important;
}

.ls-thumbnail-slide {
  text-align: center;
  white-space: nowrap;
  float: left;
  position: relative;
}

.ls-thumbnail-slide a {
  overflow: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
}

.ls-thumbnail-slide img {
  max-width: none !important;
  max-height: 100% !important;
  height: 100%;
  visibility: visible !important;
}

.ls-shadow {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  left: 0;
  overflow: hidden !important;
  visibility: hidden;
}

.ls-shadow img {
  width: 100% !important;
  height: auto !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}

.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
  visibility: hidden;
}

/* WP plugin fullwidth */

.ls-wp-fullwidth-container {
  width: 100%;
  position: relative;
}

.ls-wp-fullwidth-helper {
  position: absolute;
}

/* 2D & 3D Layer Transitions */

.ls-overflow-hidden {
  overflow: hidden;
}

.ls-lt-tile {
  position: relative;
  float: left;
  perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
}

.ls-lt-tile img {
  visibility: visible;
  display: inline-block;
}

.ls-curtiles {
  overflow: hidden;
}

.ls-curtiles,
.ls-nexttiles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ls-curtile,
.ls-nexttile {
  overflow: hidden;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ls-curtile {
  left: 0;
  top: 0;
}

.ls-curtile img,
.ls-nexttile img {
  position: absolute;
  filter: inherit;
}

.ls-3d-container {
  position: relative;
  overflow: visible !important;
}

.ls-3d-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
  overflow: hidden;
  background: #777;
  margin: 0;
  padding: 0;
  position: absolute;
}

/* Full screen */

.ls-fullscreen {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: block;
}

/* Removing all default global styles of WordPress themes */

html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  line-height: normal;
  outline: none;
  padding: 0;
  border: 0;
}

html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
  transition: none;
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
  margin: 0;
}

html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
  background: none !important;
  min-width: 0 !important;
  max-width: none !important;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
}

/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
	min-width: 100% !important;
}
*/

html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
  line-height: normal;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
}

html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
  margin: 0;
}

html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
  text-decoration: none;
}

.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}

html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
  margin: 0;
}

html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
  display: none;
}

.site {
  overflow: visible !important;
}

/* Style of LayerSlider Debug Console */

.ls-debug-console * {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: white !important;
  text-shadow: none !important;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif !important;
  line-height: normal !important;
  -webkit-font-smoothing: antialiased !important;
  text-align: left !important;
  font-style: normal !important;
}

.ls-debug-console h1 {
  padding-top: 10px !important;
  font-size: 17px !important;
  font-weight: bold !important;
}

.ls-debug-console h1:first-child {
  padding-top: 0 !important;
}

.ls-debug-console ul {
  padding-top: 10px !important;
  list-style: none !important;
}

.ls-debug-console li {
  margin-left: 10px !important;
  font-size: 13px !important;
  position: relative !important;
  font-weight: normal !important;
}

html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
  display: none;
  width: 260px;
  left: -10px;
}

.ls-debug-console li ul {
  position: absolute !important;
  bottom: 100% !important;
  padding: 10px 10px 10px 0 !important;
  background: white !important;
  border-radius: 10px !important;
  box-shadow: 0 0 20px black !important;
}

html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
  display: block;
}

.ls-debug-console li ul * {
  color: black !important;
}

.ls-debug-console a {
  text-decoration: none !important;
  border-bottom: 1px dotted white !important;
}

.ls-error {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -wenkit-border-radius: 5px !important;
  background: white !important;
  height: auto !important;
  width: auto !important;
  color: white !important;
  padding: 20px 40px 30px 80px !important;
  position: relative !important;
  box-shadow: 0 2px 20px -5px black;
}

.ls-error p {
  line-height: normal !important;
  text-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: justify !important;
  font-family: Arial, sans-serif !important;
}

.ls-error .ls-error-title {
  line-height: 40px !important;
  color: red !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.ls-error .ls-error-text {
  color: #555 !important;
  font-weight: normal !important;
  font-size: 13px !important;
}

.ls-error .ls-exclam {
  width: 40px !important;
  height: 40px !important;
  position: absolute !important;
  left: 20px !important;
  top: 20px !important;
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  font-size: 30px !important;
  font-weight: bold !important;
  color: white !important;
  line-height: 40px !important;
  background: red !important;
  text-align: center !important;
}

/* GPU Hardware Acceleration */

html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
  transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.ls-videohack {
  transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform-origin: none !important;
  -o-transform-origin: none !important;
  -ms-transform-origin: none !important;
  -moz-transform-origin: none !important;
  -webkit-transform-origin: none !important;
}

.ls-oldiepnghack {
  filter: none !important;
}

.ls-gpuhack {
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  top: 0px !important;
}

html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/* GPU */

@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
  #ls-test3d {
    position: absolute;
    left: 9px;
    height: 3px;
  }
}

/* Mobile features */

.ls-forcehide {
  display: none !important;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

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

/* Icons */

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

/* Arrows */

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

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

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

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

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

/* Dots */

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

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

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

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

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

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

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

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

/**
 * 	Angular RangeSlider SCSS
 * 
 *	Version: 0.0.14
 *
 * 	Author: Daniel Crisp, danielcrisp.com
 *
 * 	The rangeSlider has been styled to match the default styling
 * 	of form elements styled using Twitter's Bootstrap
 * 
 * 	Originally forked from https://github.com/leongersen/noUiSlider
 *

	This code is released under the MIT Licence - http://opensource.org/licenses/MIT

	Copyright (c) 2013 Daniel Crisp

	Permission is hereby granted, free of charge, to any person obtaining a copy
	of this software and associated documentation files (the "Software"), to deal
	in the Software without restriction, including without limitation the rights
	to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
	copies of the Software, and to permit persons to whom the Software is
	furnished to do so, subject to the following conditions:

	The above copyright notice and this permission notice shall be included in
	all copies or substantial portions of the Software.

	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
	LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
	OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
	THE SOFTWARE.

 */

/*------------------------------------*\
    COMPASS IMPORTS
\*------------------------------------*/

/*------------------------------------*\
    SETTINGS
\*------------------------------------*/

/*------------------------------------*\
    THE CSS
\*------------------------------------*/

/* line 25, scss/_rangeSlider.scss */

.ngrs-range-slider {
  position: relative;
  margin: 10px 0 30px;
  padding: 4px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border 0.2s linear, box-shadow 0.2s linear;
  -webkit-tap-highlight-color: transparent;
  /*------------------------------------*\
      RUNNER
  \*------------------------------------*/
  /*------------------------------------*\
      JOIN (connects the two handles)
  \*------------------------------------*/
  /*------------------------------------*\
      HANDLE
  \*------------------------------------*/
  /*------------------------------------*\
      HANDLE SPECIFICS
  \*------------------------------------*/
  /*------------------------------------*\
      VALUE LABELS
  \*------------------------------------*/
  /*------------------------------------*\
      ATTACHED VALUE RUNNER
  \*------------------------------------*/
  /*------------------------------------*\
      VERTICAL SLIDER
  \*------------------------------------*/
  /*------------------------------------*\
      FOCUS STATE
  \*------------------------------------*/
  /*------------------------------------*\
      DISABLED STATE
  \*------------------------------------*/
}

/* line 28, scss/_rangeSlider.scss */

.ngrs-range-slider,
.ngrs-range-slider * {
  display: block;
  cursor: default;
  box-sizing: border-box;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 53, scss/_rangeSlider.scss */

.ngrs-range-slider .ngrs-runner {
  position: relative;
  margin: 0 9px;
  height: 18px;
}

/* line 63, scss/_rangeSlider.scss */

.ngrs-range-slider .ngrs-join {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 100%;
  height: 8px;
  margin: -4px 0 0 0;
  border-radius: 4px;
  background-color: #2f96b4;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYzBkZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmOTZiNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: linear-gradient(#5bc0de, #2f96b4);
}

/* line 81, scss/_rangeSlider.scss */

.ngrs-range-slider .ngrs-handle {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 18px;
  margin: 0 0 0 -9px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
  /*------------------------------------*\
      HANDLE ICON
  \*------------------------------------*/
}

/* line 95, scss/_rangeSlider.scss */

.ngrs-range-slider .ngrs-handle i {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat -9999px -9999px;
  cursor: pointer;
}

/* line 104, scss/_rangeSlider.scss */

.ngrs-range-slider .ngrs-handle.ngrs-over i {
  background-position: 50% 50%;
}

/* line 109, scss/_rangeSlider.scss */

.ngrs-range-slider .ngrs-handle.ngrs-down {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* line 120, scss/_rangeSlider.scss */

.ngrs-range-slider .ngrs-handle-min i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFNJREFUeNpiYMAEXEDsA+OwoEnKALETEHOgK2AEYhMgNkQ3DqSAB6pLAot1DExIJmAFzED8C4hvQdnIppyFKYCBp0D8CohloVafxWUqN7I3AQIMAKw6B24pOi8lAAAAAElFTkSuQmCC");
}

/* line 127, scss/_rangeSlider.scss */

.ngrs-range-slider .ngrs-handle-max i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFdJREFUeNpiYEAAHyDmYkADzEhsByBWA+K3QPwJmwJjIGYBYlUgZgLi59gUwIAkEEsD8VMmBtyAkQFqJDZwAYjPAPE/dAU/gHg/ED/GpgvkTW50QYAAAwADfwrM5sqplgAAAABJRU5ErkJggg==");
}

/* line 137, scss/_rangeSlider.scss */

.ngrs-range-slider .ngrs-value {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px 0 0 0;
  font-size: 12px;
  color: #999;
}

/* line 145, scss/_rangeSlider.scss */

.ngrs-range-slider .ngrs-value.ngrs-value-max {
  left: auto;
  right: 0;
  text-align: right;
}

/* line 152, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-handle-min-down .ngrs-value-min,
.ngrs-range-slider.ngrs-handle-max-down .ngrs-value-max {
  color: #333;
}

/* line 160, scss/_rangeSlider.scss */

.ngrs-range-slider .ngrs-attached-handles {
  margin: 0 9px;
  position: relative;
  /*------------------------------------*\
      ATTACHED VALUE RUNNER LABELS
  \*------------------------------------*/
}

/* line 167, scss/_rangeSlider.scss */

.ngrs-range-slider .ngrs-attached-handles .ngrs-value {
  text-align: left;
}

/* line 172, scss/_rangeSlider.scss */

.ngrs-range-slider .ngrs-attached-handles .ngrs-value > div {
  margin: 0 0 0 -50%;
}

/* line 181, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical {
  width: 28px;
  margin: 10px auto;
  /*------------------------------------*\
      RUNNER
  \*------------------------------------*/
  /*------------------------------------*\
      ATTACHED VALUE RUNNER
  \*------------------------------------*/
  /*------------------------------------*\
      JOIN
  \*------------------------------------*/
  /*------------------------------------*\
      HANDLE
  \*------------------------------------*/
  /*------------------------------------*\
      HANDLE SPECIFICS
  \*------------------------------------*/
  /*------------------------------------*\
      VALUE LABELS
  \*------------------------------------*/
  /*------------------------------------*\
      VERTICAL LEFT SLIDER
  \*------------------------------------*/
  /*------------------------------------*\
      VERTICAL RIGHT SLIDER
  \*------------------------------------*/
}

/* line 189, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical .ngrs-runner {
  margin: 9px 0;
  height: 300px;
  width: 18px;
}

/* line 199, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical .ngrs-value-runner.ngrs-attached-handles {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  margin: 9px 0;
}

/* line 212, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical .ngrs-join {
  width: 8px;
  height: auto;
  top: 0;
  bottom: 100%;
  left: 50%;
  right: auto;
  margin: 0 0 0 -4px;
}

/* line 226, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical .ngrs-handle {
  width: 100%;
  height: 18px;
  margin: -9px 0 0 0;
}

/* line 237, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical .ngrs-handle-min i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFFJREFUeNpiYEAFPFAMB0xIbEYgdoJiRpggM5ICUyBWhZoA0vgMWYEsENsg6ZQE4ldA/AmkkguIHZGNhQKQGBfIBHcgFmTABCxALMJAMQAIMAAcNgVQJ7t7JQAAAABJRU5ErkJggg==");
}

/* line 244, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical .ngrs-handle-max i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeNpiYKAUMAKxDxBL4ZB/xgQk9gHxDyySILF9zEDiNxC/A2JVNAW7gfgtM5TzCYhZgFgCyr8IxNdADGZk+4BYGoi/APEBIP6PzVE8UAwHAAEGAArIDvzRFIA6AAAAAElFTkSuQmCC");
}

/* line 254, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical .ngrs-value {
  top: 0;
  left: 100%;
  padding: 0 0 0 5px;
}

/* line 259, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical .ngrs-value.ngrs-value-max {
  top: auto;
  bottom: 0;
  right: auto;
  text-align: left;
}

/* line 269, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical .ngrs-attached-handles .ngrs-value > div {
  margin: -50% 0 0 0;
}

/* line 279, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical.ngrs-left {
  margin: 10px 0;
}

/* line 287, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical.ngrs-right {
  margin: 10px 0 10px auto;
  /*------------------------------------*\
      VALUE LABELS
  \*------------------------------------*/
}

/* line 294, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical.ngrs-right .ngrs-value {
  left: auto;
  right: 100%;
  padding: 0 5px 0 0;
  text-align: right;
}

/* line 300, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical.ngrs-right .ngrs-value.ngrs-value-max {
  text-align: right;
}

/* line 306, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-vertical.ngrs-right .ngrs-value-runner.ngrs-attached-handles {
  left: 0;
}

/* line 318, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 329, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-disabled,
.ngrs-range-slider.ngrs-disabled.ngrs-focus {
  border-color: #ddd;
  box-shadow: none;
}

/* line 335, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-disabled .ngrs-handle {
  background: #fff;
  border-color: #ddd;
}

/* line 339, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-disabled .ngrs-handle i {
  background: none !important;
  cursor: default;
}

/* line 345, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-disabled .ngrs-join {
  background: #ddd;
}

/* line 349, scss/_rangeSlider.scss */

.ngrs-range-slider.ngrs-disabled .ngrs-value {
  color: #ddd;
}

/*------------------------------------*\
    TOUCH STATE
\*------------------------------------*/

/* line 361, scss/_rangeSlider.scss */

body.ngrs-touching {
  -ms-touch-action: none;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 25px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  perspective: 50px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  perspective: 50px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  perspective: 50px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  perspective: 50px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.1s;
}

/*
   * Emphatic
   */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -50px;
  top: -50px;
  transform: translate3d(50px, 50px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -50px;
  top: -50px;
  transform: translate3d(-50px, 50px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -50px;
  top: 50px;
  transform: translate3d(50px, -50px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -50px;
  top: 50px;
  transform: translate3d(-50px, -50px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.5714285714px, -5px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.5714285714px, -5px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.15s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

@font-face {
  font-family: 'dragon_is_comingregular';
  src: url("/fonts/dragon_is_coming-webfont.woff2") format("woff2"), url("/fonts/dragon_is_coming-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ano_halfwide';
  src: url("/fonts/anohalf-wide-webfont.woff2") format("woff2"), url("/fonts/anohalf-wide-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'atelas_personal_use_onlyRg';
  src: url("/fonts/atelas_personaluseonly-webfont.woff2") format("woff2"), url("/fonts/atelas_personaluseonly-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", "Open Sans";
}

h2 {
  font-family: "Oswald", "Open Sans";
}

h2,
h3,
h4,
h5 {
  letter-spacing: 0px;
}

a:hover {
  text-decoration: none;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.no-padding-left {
  padding-left: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

.green {
  color: #667D47;
}

.purple {
  color: #724876;
}

.white {
  color: #FFF;
}

.dark-gray {
  color: #575752;
}

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

.center-list li {
  display: inline-block;
}

.col-centered {
  float: none;
  text-align: left;
  margin: auto;
}

.center-block {
  float: none;
}

.row.is-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
a.button,
button {
  transition: all 0.2s ease-out;
  text-shadow: none;
}

a:hover,
a.button:hover,
button:hover {
  transition: all 0.2s ease-in;
  text-decoration: none;
}

a:focus,
a.button:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

.bordered-link-btn {
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 100px auto 0;
  padding: 10px 30px 13px 40px;
  display: inline-block;
}

.bordered-link-btn span {
  vertical-align: middle;
  margin-right: 20px;
}

.bordered-link-btn:hover,
.bordered-link-btn:focus {
  color: #724876;
  text-decoration: none;
  background-color: #FFF;
  text-shadow: none;
}

.bordered-link-btn:hover .dotted-arrow path.st0,
.bordered-link-btn:focus .dotted-arrow path.st0 {
  fill: #724876;
}

.bordered-link-btn.left {
  padding: 10px 40px 13px 30px;
}

.bordered-link-btn.left span {
  margin-right: 0;
  margin-left: 20px;
}

.bordered-link-btn.left .dotted-arrow {
  transform: rotate(-180deg);
}

.bordered-link-btn.primary-button {
  background: #724876;
  border-color: #724876;
}

.bordered-link-btn.primary-button:hover {
  color: #FFF;
  background: #87638a;
  border-color: #87638a;
}

.bordered-link-btn.primary-button:hover .dotted-arrow path.st0 {
  fill: #FFF;
}

.bordered-link-btn.secondary-button {
  background: #FFF;
  border-color: #FFF;
  color: #724876;
}

.bordered-link-btn.secondary-button .dotted-arrow path.st0 {
  fill: #724876;
}

.bordered-link-btn.secondary-button:hover {
  border-color: #724876;
  background: #724876;
}

.bordered-link-btn.secondary-button:hover span {
  color: #FFF;
}

.bordered-link-btn.secondary-button:hover .dotted-arrow path.st0 {
  fill: #FFF;
}

.bordered-link-btn.muted-button {
  border-color: #a2a2a2;
  color: #a2a2a2;
}

.bordered-link-btn.muted-button .dotted-arrow path.st0 {
  fill: #a2a2a2;
}

.bordered-link-btn.muted-button:hover {
  border-color: #FFF;
  color: #724876;
}

.bordered-link-btn.muted-button:hover .dotted-arrow path.st0 {
  fill: #724876;
}

.bordered-link-btn.up-arrow .dotted-arrow {
  transform: rotate(-90deg);
}

.bordered-link-btn.down-arrow .dotted-arrow {
  transform: rotate(90deg);
}

.signature .bordered-link-btn.primary-button {
  background: transparent;
  border-color: #724876;
  color: #724876;
}

.signature .bordered-link-btn.primary-button .dotted-arrow path.st0 {
  fill: #724876;
}

.signature .bordered-link-btn.primary-button:hover {
  background: #724876;
  color: #FFF;
}

.signature .bordered-link-btn.primary-button:hover .dotted-arrow path.st0 {
  fill: #FFF;
}

.signature .bordered-link-btn.secondary-button {
  background: #667D47;
  border-color: #667D47;
  color: #FFF;
}

.signature .bordered-link-btn.secondary-button .dotted-arrow path.st0 {
  fill: #FFF;
}

.signature .bordered-link-btn.secondary-button:hover {
  background: #84bc3e;
  border-color: #84bc3e;
}

.signature .bordered-link-btn.secondary-button:hover .dotted-arrow path.st0 {
  fill: #FFF;
}

button.dropdown-toggle {
  font-size: 16px;
  text-transform: capitalize;
  color: #727272;
  height: 45px;
  transition: all 0.2s ease-out;
}

button.dropdown-toggle .dotted-arrow {
  float: right;
  margin-top: 2px;
}

button.dropdown-toggle i.fa {
  color: #a3a3a3;
  font-size: 20px;
  margin-left: 8px;
}

button.dropdown-toggle:hover {
  color: #FFF;
  background: #724876;
  transition: all 0.2s ease-in;
}

button.dropdown-toggle:hover i.fa {
  color: #FFF;
}

.form-dropdown.open button.dropdown-toggle {
  color: #FFF;
  background: #724876;
}

.form-dropdown.open button.dropdown-toggle i.fa {
  color: #FFF;
}

.btn-default:focus,
.btn-default.focus {
  background-color: #FFF;
}

.mCSB_scrollTools {
  opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #724876;
  opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar.scrollTools_onDrag {
  opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #724876;
  width: 12px;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #724876;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #D6D6D6;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
}

.mCSB_inside > .mCSB_container {
  padding-bottom: 40px;
}

.checkbox-custom,
.radio-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
  position: relative;
}

.checkbox-custom.transparent + .checkbox-custom-label {
  color: #FFF;
}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
  content: '';
  background: #697776;
  border: 1px solid #FFF;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 1px;
  margin-right: .25em;
  text-align: center;
  margin-top: -5px;
}

.checkbox-custom.light-gray + .checkbox-custom-label:before {
  background: #eaeaea;
}

.checkbox-custom.transparent + .checkbox-custom-label:before {
  background: transparent;
}

.radio-custom + .radio-custom-label:before {
  background: #FFF;
  border: 1px solid #dcdcdc;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  background: #697776;
  color: #fff;
  line-height: 15px;
}

.checkbox-custom.light-gray:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  background: #eaeaea;
  color: #91aa6e;
  font-size: 16px;
  line-height: 15px;
}

.checkbox-custom.transparent:checked + .checkbox-custom-label:before {
  background: transparent;
  color: #91aa6e;
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
  border-width: 4px;
}

.radio-custom:checked + .radio-custom-label:before {
  background: #724876;
}

label {
  font-weight: normal;
}

.form-dropdown ul.dropdown-menu {
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 100%;
}

.form-dropdown ul.dropdown-menu li a {
  transition: all 0.2s ease-out;
}

.form-dropdown ul.dropdown-menu li a:hover {
  transition: all 0.2s ease-in;
}

.form-dropdown svg.dotted-arrow {
  transition: all 0.2s ease-out;
  transform: rotate(90deg);
}

.form-dropdown i.fa {
  transition: all 0.2s ease-out;
  transform: rotate(0deg);
}

.form-dropdown.open svg.dotted-arrow {
  transform: rotate(-90deg);
  transition: all 0.2s ease-in;
}

.form-dropdown.open i.fa {
  transition: all 0.2s ease-out;
  transform: rotate(180deg);
}

.form-dropdown.state ul.dropdown-menu {
  max-height: 294px;
  overflow-x: hidden;
  overflow-y: auto;
}

.get-updates-form form > .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.get-updates-form form > .row > div[class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.get-updates-form form input,
.get-updates-form form select {
  color: #FFF;
}

.get-updates-form select {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #FFF;
  color: #FFF;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  text-align: left;
  height: 38px;
  text-transform: uppercase;
}

.get-updates-form select.form-control {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-updates-form select.form-control {
    width: 100%;
  }
}

.get-updates-form .checkbox-custom + .checkbox-custom-label[for^="schedule-a-tour"] {
  font-size: 14px;
  font-weight: 300;
}

.get-updates-form textarea.form-control {
  color: #FFF;
  height: 97px;
}

.get-updates-form .form-dropdown.community-interest {
  float: left;
  width: 305px;
  margin-right: 15px;
}

.get-updates-form .form-dropdown .btn.btn-default {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #FFF;
  color: #FFF;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
  text-align: left;
  float: left;
}

.get-updates-form .form-dropdown .btn.btn-default.community-interest {
  width: 305px;
  font-weight: 300;
  font-size: 14px;
}

.get-updates-form .form-dropdown svg.dotted-arrow {
  width: 14px;
  height: 19px;
  float: right;
}

.get-updates-form .form-dropdown .dropdown-menu {
  width: 100%;
  background: #464a4d;
  padding: 30px 0px;
}

.get-updates-form .form-dropdown .dropdown-menu li {
  padding: 0px !important;
  margin-right: 0px !important;
  width: 100%;
  text-align: left;
}

.get-updates-form .form-dropdown .dropdown-menu li a {
  color: #FFF;
  text-transform: uppercase;
  line-height: 40px !important;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px !important;
}

.get-updates-form .form-dropdown .dropdown-menu li a:hover {
  background: #585c5f;
  color: #FFF !important;
}

.get-updates-form .btn.btn-default {
  vertical-align: top;
}

.btn.btn-default {
  border: 0;
  border-radius: 0;
  color: #724876;
  text-transform: uppercase;
  padding: 8px 15px;
}

.btn.btn-default img {
  width: 14px;
  margin-top: -4px;
  margin-left: 10px;
}

input.form-control,
textarea.form-control {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #FFF;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  color: #FFF;
  text-transform: uppercase;
}

input.form-control:-moz-placeholder,
textarea.form-control:-moz-placeholder {
  color: #FFF;
  text-transform: uppercase;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder {
  color: #FFF;
  text-transform: uppercase;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  color: #FFF;
  text-transform: uppercase;
}

.get-updates-form {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(78, 78, 78, 0.9);
  white-space: nowrap;
  position: absolute;
  top: 40px;
  width: 100%;
  color: #FFF;
  transition: all 0.5s ease-in-out;
  left: 0;
  right: 0;
  z-index: 1031;
}

.get-updates-form.active {
  opacity: 1;
  visibility: visible;
  top: 40px;
  height: 146px;
  padding: 30px 0;
}

.get-updates-form.active .top-section,
.get-updates-form.active .bottom-section {
  opacity: 1;
  transition-delay: 0.4s;
}

.get-updates-form h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}

.get-updates-form .top-section {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.get-updates-form .bottom-section {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.get-updates-form .full-interest-form {
  font-size: 18px;
  color: #C2C2C2;
  text-transform: initial;
  letter-spacing: 1px;
  font-family: "Oswald", "Open Sans";
}

.get-updates-form .full-interest-form a {
  color: #FFF;
  text-transform: uppercase;
}

.get-updates-form .full-interest-form a:hover {
  color: #C2C2C2;
}

.get-updates-form .form-control {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-updates-form .form-control {
    width: 100%;
  }
}

section.filters {
  background: #565656;
  padding: 15px 0px;
}

section.filters form ul {
  margin-bottom: 0px;
}

section.filters .form-dropdown ul.dropdown-menu li a {
  line-height: 30px;
}

section.filters .form-dropdown ul.dropdown-menu li a:hover {
  color: #FFF;
  background: #724876;
}

section.filters .form-dropdown .checkbox-custom-label {
  color: #FFF;
}

section.filters button.dropdown-toggle {
  font-size: 16px;
  text-transform: capitalize;
  color: #727272;
  height: 45px;
  transition: all 0.2s ease-out;
  letter-spacing: 0px;
}

section.filters button.dropdown-toggle i.fa {
  color: #a3a3a3;
  font-size: 20px;
  margin-left: 8px;
}

section.filters button.dropdown-toggle.choose-a-collection {
  min-width: 176px;
}

section.filters button.dropdown-toggle.school-district {
  min-width: 145px;
  max-width: 145px;
}

section.filters button.dropdown-toggle.sq-ft {
  min-width: 150px;
}

section.filters button.dropdown-toggle.stories {
  min-width: 105px;
}

section.filters button.dropdown-toggle.beds,
section.filters button.dropdown-toggle.baths {
  min-width: 90px;
}

section.filters button.dropdown-toggle:hover {
  color: #FFF;
  background: #724876;
  transition: all 0.2s ease-in;
}

section.filters button.dropdown-toggle:hover i.fa {
  color: #FFF;
}

section.filters .form-dropdown.open button.dropdown-toggle {
  color: #FFF;
  background: #724876;
}

section.filters .form-dropdown.open button.dropdown-toggle i.fa {
  color: #FFF;
}

section.filters .range-slider {
  width: 200px;
  margin: 0px 0 0px;
  background: none;
  border: none;
  box-shadow: none;
}

section.filters .range-slider .ngrs-runner {
  background: #91aa6e;
  height: 8px;
  border-radius: 5px;
}

section.filters .range-slider .ngrs-handle {
  border-radius: 50%;
  background: #724876;
  height: 20px;
  width: 20px;
  top: -5px;
}

section.filters .range-slider .ngrs-handle i {
  background-image: none;
}

section.filters .range-slider .ngrs-join {
  background: #FFF;
}

section.filters .bordered-link-btn {
  margin-top: 0px;
  font-size: 14px;
  padding: 9px 15px 9px 15px;
}

section.filters .bordered-link-btn span {
  margin-right: 12px;
}

section.filters .bordered-link-btn .dotted-arrow {
  margin-top: 2px;
  width: 17px;
}

form.gray-bg .form-dropdown .btn {
  text-align: left;
}

form.gray-bg .form-dropdown .btn .dotted-arrow path.st0 {
  fill: #724876;
}

form.gray-bg .form-dropdown .btn:hover {
  background: #724876;
  color: #FFF;
}

form.gray-bg .form-dropdown .btn:hover .dotted-arrow path.st0 {
  fill: #FFF;
}

form.gray-bg .form-dropdown.open .btn {
  background: #724876;
  color: #FFF;
}

form.gray-bg .form-dropdown.open .btn .dotted-arrow path.st0 {
  fill: #FFF;
}

form.gray-bg .form-dropdown ul.dropdown-menu li a {
  line-height: 35px;
  color: #7b7b7b;
}

form.gray-bg .form-dropdown ul.dropdown-menu li a:hover {
  background: #724876;
  color: #FFF;
}

form.gray-bg .form-component {
  padding-top: 18px;
}

form.gray-bg input[type="text"],
form.gray-bg input[type="tel"],
form.gray-bg input[type="email"],
form.gray-bg input[type="password"],
form.gray-bg .btn,
form.gray-bg select {
  height: 41px;
  background: #FFF;
  border: none;
  width: 100%;
}

form.gray-bg .form-dropdown .btn {
  font-size: 14px;
}

form.gray-bg .form-dropdown .btn .dotted-arrow path.st0 {
  fill: #7b7b7b;
}

form.gray-bg .btn.choose-a-collection {
  margin-top: 0px;
}

form.gray-bg textarea {
  border: none;
  background: #FFF;
  height: 135px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

form.gray-bg select {
  color: #5F6269;
}

form.gray-bg input::-webkit-input-placeholder,
form.gray-bg textarea::-webkit-input-placeholder {
  color: #7b7b7b;
  font-weight: normal;
  text-transform: uppercase;
}

form.gray-bg input:-moz-placeholder,
form.gray-bg textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #7b7b7b;
  font-weight: normal;
  text-transform: uppercase;
}

form.gray-bg input::-moz-placeholder,
form.gray-bg textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #7b7b7b;
  font-weight: normal;
  text-transform: uppercase;
}

form.gray-bg input:-ms-input-placeholder,
form.gray-bg textarea:-ms-input-placeholder {
  color: #7b7b7b;
  font-weight: normal;
  text-transform: uppercase;
}

form.gray-bg .select-a-community {
  width: 50%;
}

form.gray-bg hr {
  float: left;
  width: 100%;
  border-color: #d3d3d3;
  margin: 45px 0px;
}

form.gray-bg h5 {
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
}

form.gray-bg button.bordered-link-btn {
  margin: 55px auto 0;
  letter-spacing: 1px;
  padding: 8px 30px 8px 40px;
  font-size: 16px;
}

form.gray-bg button.bordered-link-btn.white-button {
  background: #FFF;
  border-color: #FFF;
  color: #724876;
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

form.gray-bg button.bordered-link-btn.white-button .dotted-arrow path.st0 {
  fill: #724876;
}

form.gray-bg button.bordered-link-btn.white-button:hover {
  background: #724876;
  border-color: #724876;
  color: #FFF;
}

form.gray-bg button.bordered-link-btn.white-button:hover .dotted-arrow path.st0 {
  fill: #FFF;
}

form.gray-bg button.bordered-link-btn.purple-button {
  background: #724876;
  border-color: #724876;
}

form.gray-bg button.bordered-link-btn.purple-button:hover {
  background: #87638a;
  color: #FFF;
  border-color: #87638a;
}

form.gray-bg button.bordered-link-btn.purple-button:hover .dotted-arrow path.st0 {
  fill: #FFF;
}

form.gray-bg i.fa {
  position: absolute;
  right: 26px;
  top: 37px;
  font-size: 17px;
  color: #724876;
}

form.gray-bg button.additional-warranty {
  float: left;
}

form.gray-bg button.additional-warranty:focus {
  color: #FFF;
}

form.gray-bg button.additional-warranty:focus svg path.st0 {
  fill: #FFF;
}

form.gray-bg button.form-submit {
  float: right;
}

form.gray-bg.bordered input,
form.gray-bg.bordered textarea {
  border: 1px solid #d3d3d3;
}

form.gray-bg.bordered input {
  margin-top: 15px;
}

form.gray-bg.bordered i.fa {
  top: 27px;
}

form.gray-bg.bordered div {
  margin-top: 40px;
  /* Overriding this for these classe */
}

form.gray-bg.bordered div .form-component,
form.gray-bg.bordered div .datepicker-wrapper {
  margin-top: 0px;
}

form.gray-bg.bordered label {
  font-size: 14px;
  color: #7b7b7b;
  text-transform: uppercase;
  display: inline-block;
}

form.gray-bg.bordered label.before-input {
  text-align: right;
  width: 100%;
  margin-top: 25px;
}

form.gray-bg.bordered label.full-width {
  width: 100%;
  text-align: left;
}

form.gray-bg.bordered ul li {
  line-height: 40px;
}

form.gray-bg.bordered ul li label {
  text-transform: none;
}

form.gray-bg.bordered ul li input {
  margin-top: 0px;
}

form.gray-bg.bordered ul li input.indent {
  margin-left: 36px;
}

form.gray-bg.bordered ul li.indent {
  padding-left: 36px;
}

form.gray-bg.bordered .checkbox-custom + .checkbox-custom-label:before {
  background: #eaeaea;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

form.gray-bg.bordered .checkbox-custom:checked + .checkbox-custom-label:before {
  color: #93ac71;
}

form.gray-bg.bordered button.submit {
  float: right;
  margin-top: 35px;
}

form.gray-bg.sign-up .checkbox-custom + .checkbox-custom-label:before {
  background: #eaeaea;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

form.gray-bg.sign-up .checkbox-custom:checked + .checkbox-custom-label:before {
  color: #93ac71;
}

/* Special classes for validation warnings --dj */

form.ng-submitted button.ng-invalid,
form.ng-submitted input.ng-invalid,
form.ng-submitted select.ng-invalid,
form.ng-submitted textarea.ng-invalid,
form.ng-submitted input[type="radio"].ng-invalid + label:before,
form.ng-submitted input[type="checkbox"].ng-invalid + label:before {
  background: pink !important;
  border-color: red !important;
  box-shadow: none !important;
}

form .help-block {
  position: absolute;
  bottom: -32px;
}

form .help-block i.fa {
  position: static;
}

.get-updates-form .form-component {
  margin-bottom: 15px;
  position: relative;
}

.get-updates-form .help-block {
  position: absolute;
  bottom: -13.5px;
  color: #fff;
  text-transform: none;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.get-updates-form .help-block i.fa {
  position: static;
}

svg.house-icon {
  width: 30px;
  height: 28px;
  float: left;
}

svg.house-icon path,
svg.house-icon polygon {
  fill: #FFF;
}

.floorplan-card .snapshot-info svg.house-icon {
  width: 28px;
  height: 26px;
  float: left;
  margin-top: 5px;
  margin-right: 12px;
}

.floorplan-card .snapshot-info svg.house-icon path,
.floorplan-card .snapshot-info svg.house-icon polygon {
  fill: #506362;
}

.floorplan-card-new .snapshot-info svg.house-icon {
  width: 28px;
  height: 26px;
  float: left;
  margin-top: 5px;
  margin-right: 12px;
}

.floorplan-card-new .snapshot-info svg.house-icon path,
.floorplan-card-new .snapshot-info svg.house-icon polygon {
  fill: #506362;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes continuous-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.continuous-bounce {
  animation: continuous-bounce 2s infinite;
}

@keyframes continuous-down-arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) rotate(90deg);
  }

  40% {
    transform: translateY(-10px) rotate(90deg);
  }

  60% {
    transform: translateY(-5px) rotate(90deg);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fill {
  0% {
    fill: #435555;
    height: 0;
    opacity: 1;
  }

  50% {
    fill: #435555;
    height: 106px;
    opacity: 1;
  }

  100% {
    fill: #435555;
    height: 213px;
    opacity: 1;
  }
}

@keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  display: none;
  overflow-y: auto;
  width: 256px;
  background-color: #7f8384;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.slideout-menu ul.nav {
  margin: 20px 0 64px;
  position: relative;
  padding-bottom: 64px;
  z-index: 1;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slideout-menu ul.nav {
    float: none;
  }
}

@media only screen and (min-width: 1200px) {
  .slideout-menu ul.nav {
    min-height: 75%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slideout-menu ul.nav {
    min-height: 67.5%;
  }
}

.slideout-menu ul.nav li {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slideout-menu ul.nav li {
    float: none;
  }
}

.slideout-menu ul.nav li:hover {
  background-color: #724876;
}

.slideout-menu ul.nav li.get-updates {
  background-color: #667D47;
  margin-top: 40px;
}

.slideout-menu ul.nav li.get-updates .fa {
  font-size: 20px;
  padding-right: 5px;
}

.slideout-menu ul.nav li.realtor-extranet .fa {
  font-size: 18px;
  padding-right: 5px;
}

.slideout-menu ul.nav li > a {
  background-color: transparent;
  color: white;
}

.slideout-menu ul.nav li > a .arrow {
  float: right;
  width: 20px;
  height: 20px;
  display: block;
  transition: all 0.2s ease-in;
  transform: rotate(90deg);
}

.slideout-menu ul.nav li > a .arrow svg.dotted-arrow {
  width: 20px;
  height: 20px;
}

.slideout-menu ul.nav li > a.collapsed .arrow {
  transform: rotate(0deg);
}

.slideout-menu ul.nav li > a:focus {
  background-color: transparent;
  color: white;
}

.slideout-menu ul.nav li a {
  color: white;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slideout-menu ul.nav li a {
    font-size: 16px;
  }
}

.slideout-menu ul.nav li .nav-submenu {
  background-color: #696969;
}

.slideout-menu ul.nav li .nav-submenu .nav-submenu-item a {
  display: block;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slideout-menu ul.nav li .nav-submenu .nav-submenu-item a {
    padding: 10px 20px 10px 15%;
  }
}

@media only screen and (max-width: 767px) {
  .slideout-menu ul.nav li .nav-submenu .nav-submenu-item a {
    padding: 10px 30px;
  }
}

.slideout-menu ul.nav li .nav-submenu .nav-submenu-item a:hover {
  background-color: #724876;
}

.slideout-menu ul.nav li .nav-submenu .nav-submenu-item:first-child {
  padding-top: 10px;
}

.slideout-menu ul.nav li .nav-submenu .nav-submenu-item:last-child {
  padding-bottom: 10px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slideout-menu ul.nav li .nav-submenu .list-unstyled li a {
    padding: 10px 20px 10px 22.5%;
  }
}

@media only screen and (max-width: 767px) {
  .slideout-menu ul.nav li .nav-submenu .list-unstyled li a {
    padding: 10px 15px 10px 18.75%;
  }
}

.slideout-menu ul.nav > li > a {
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slideout-menu ul.nav > li > a {
    padding: 15px 45px;
  }
}

@media only screen and (max-width: 767px) {
  .slideout-menu ul.nav > li > a {
    padding: 15px;
  }
}

.slideout-menu .stay-connected {
  height: 50px;
  padding: 15px;
  background-color: #696969;
  z-index: 2;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slideout-menu .stay-connected {
    width: 375px;
  }
}

@media only screen and (max-width: 767px) {
  .slideout-menu .stay-connected {
    width: 256px;
  }
}

.slideout-menu .stay-connected span {
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  float: left;
  width: 25%;
  color: white;
  white-space: nowrap;
}

.slideout-menu .stay-connected ul.social-nav {
  float: right;
  margin: 0;
}

.slideout-menu .stay-connected ul.social-nav li {
  display: inline-block;
  margin: 0;
}

.slideout-menu .stay-connected ul.social-nav li .fa {
  font-size: 20px;
  display: block;
  text-align: center;
  color: #fff;
}

.slideout-menu .stay-connected ul.social-nav li a.facebook:hover .fa,
.slideout-menu .stay-connected ul.social-nav li a.instagram:hover .fa {
  color: #724876;
}

.slideout-menu .stay-connected ul.social-nav li a.blog svg {
  width: 20px;
  height: 20px;
}

.slideout-menu .stay-connected ul.social-nav li a.blog svg path {
  transition: all 0.2s ease-in-out;
  fill: white;
}

.slideout-menu .stay-connected ul.social-nav li a.blog:hover svg path {
  fill: #724876;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slideout-menu {
    transition: all 0.45s ease-in;
    transition-property: right;
    display: initial;
    right: -450px;
    width: 375px;
    z-index: 102;
  }
}

.slideout-menu.open {
  transition: all 0.45s ease-in;
  transition-property: right;
  opacity: 1;
  right: 0;
  z-index: 105;
}

@media only screen and (max-width: 767px) {
  .slideout-panel {
    position: relative;
    z-index: 1;
    background: white;
    will-change: transform;
  }
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
  opacity: 1;
}

.mobile-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 60px;
  padding-top: 5px;
  background-color: rgba(87, 87, 82, 0.5);
  transition: all 1s ease-in-out;
}

.mobile-header #logo {
  height: 50px;
}

.mobile-header #logo .st0 {
  fill: #FFF;
}

.mobile-header #logo .st1 {
  fill: #667D47;
}

.mobile-header .hamburger {
  z-index: 2;
}

.mobile-header .hamburger:hover {
  opacity: 1;
}

.mobile-header.fixed {
  background-color: white;
}

.mobile-header.fixed #logo {
  height: 50px;
}

.mobile-header.fixed #logo .st0 {
  fill: #724876;
}

.mobile-header.fixed #logo .st1 {
  fill: #667D47;
}

.mobile-header.fixed .hamburger .hamburger-inner {
  background-color: #5F6269;
}

.mobile-header.fixed .hamburger .hamburger-inner:before,
.mobile-header.fixed .hamburger .hamburger-inner:after {
  background-color: #5F6269;
}

#layerslider .carousel-arrow-down {
  width: 100%;
  margin-top: -135px;
  position: relative;
  z-index: 10;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #layerslider .carousel-arrow-down {
    margin-top: -130px;
  }
}

#layerslider .carousel-arrow-down a {
  color: #FFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#layerslider .carousel-arrow-down a svg {
  transform: rotate(90deg);
  width: 25px;
  height: 25px;
  margin-top: 10px;
}

#layerslider .carousel-arrow-down a svg path.st0 {
  fill: #FFF;
}

#layerslider .carousel-arrow-down.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 2s;
}

#layerslider video#house-video,
#layerslider video#tree-video,
#layerslider .ls-video-layer {
  width: 100% !important;
  height: 100% !important;
}

#layerslider video#house-video,
#layerslider video#tree-video {
  object-fit: cover;
}

#layerslider img.house {
  width: 100% !important;
  height: auto !important;
}

@media screen and (min-height: 837px) {
  #layerslider img.house {
    min-height: 100%;
  }
}

@media screen and (min-width: 1600px) {
  #layerslider img.house {
    width: 95% !important;
  }
}

#layerslider .open-doors img.door-left {
  left: 0% !important;
  height: 100% !important;
  width: 50% !important;
}

@media only screen and (min-width: 1450px) {
  #layerslider .open-doors img.door-left {
    height: 100% !important;
  }
}

#layerslider .open-doors img.door-right {
  left: 50% !important;
  height: 100% !important;
  width: 50% !important;
}

@media only screen and (min-width: 1450px) {
  #layerslider .open-doors img.door-right {
    height: 100% !important;
  }
}

#layerslider .open-doors.ls-active img.door-left {
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  transition: transform 0.7s ease-in;
  -webkit-transition: transform 0.7s ease-in;
  -moz-transition: transform 0.7s ease-in;
}

#layerslider .open-doors.ls-active img.door-right {
  transform: translateX(50%) !important;
  -webkit-transform: translateX(50%) !important;
  -moz-transform: translateX(50%) !important;
  transition: transform 0.7s ease-in;
  -webkit-transition: transform 0.7s ease-in;
  -moz-transition: transform 0.7s ease-in;
}

#layerslider .carousel-caption {
  bottom: auto;
}

#layerslider .carousel-caption.dark-background {
  padding: 50px;
  letter-spacing: 0px;
}

#layerslider .carousel-caption.dark-background.text-left h2 {
  text-align: left;
}

#layerslider .carousel-caption.dark-background.text-left p {
  text-align: left;
}

#layerslider .carousel-caption.dark-background.text-left a {
  float: left;
}

#layerslider .carousel-caption.dark-background h2 {
  font-size: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #layerslider .carousel-caption.dark-background h2 {
    font-size: 28px;
  }
}

#layerslider .carousel-caption.dark-background p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  margin-top: 50px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #layerslider .carousel-caption.dark-background p {
    font-size: 18px;
    line-height: 36px;
    margin-top: 30px;
  }
}

#layerslider .carousel-caption.dark-background a {
  margin-top: 25px;
}

#layerslider .carousel-caption.dark-background a.bordered-link-btn {
  padding: 10px 10px 13px 20px;
}

#layerslider .carousel-caption a.button {
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
}

#layerslider .carousel-caption a.button.bordered-link-btn {
  transition: background 0.2s ease-out, color 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, color 0.2s ease-out;
}

#layerslider .carousel-caption a.button.bordered-link-btn:hover {
  transition: background 0.2s ease-in, color 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in, color 0.2s ease-in;
  -moz-transition: background 0.2s ease-in, color 0.2s ease-in;
}

#layerslider .carousel-caption i.fa-leaf {
  color: #84bc3e;
  font-size: 36px;
}

#layerslider .carousel-control {
  opacity: 1;
  overflow: hidden;
}

#layerslider .carousel-control .hover-ellipse {
  position: absolute;
  top: 49%;
  height: 140px;
  width: 140px;
  background-color: #FFF;
  border-radius: 50%;
  margin-top: -60px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity 0.4s ease-out;
}

#layerslider .carousel-control.left {
  background-image: none;
}

#layerslider .carousel-control.left .icon-prev {
  left: 23px;
}

#layerslider .carousel-control.left:hover .hover-ellipse {
  left: -75px;
  opacity: 0.2;
  visibility: visible;
  transition: opacity 0.4s ease-in;
}

#layerslider .carousel-control.right {
  background-image: none;
}

#layerslider .carousel-control.right .icon-next {
  right: 23px;
}

#layerslider .carousel-control.right:hover .hover-ellipse {
  right: -75px;
  opacity: 0.2;
  visibility: visible;
  transition: opacity 0.4s ease-in;
}

.carousel.carousel-fade {
  opacity: 1;
}

.carousel.carousel-fade .carousel-inner > .item {
  transition: opacity ease-in-out 1.5s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}

.carousel.carousel-fade .carousel-inner > .item.active {
  transition: opacity ease-in-out 1.5s;
  opacity: 1;
  z-index: 2;
}

.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right,
.carousel.carousel-fade .carousel-inner .item {
  opacity: 0;
  z-index: 0;
}

.carousel.carousel-fade .carousel-inner .next.left,
.carousel.carousel-fade .carousel-inner .prev.right,
.carousel.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel.carousel-fade .carousel-inner .next,
.carousel.carousel-fade .carousel-inner .prev,
.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
}

.carousel.carousel-fade .carousel-inner .carousel-control {
  z-index: 2;
}

.carousel.carousel-fade.fade-fast .carousel-inner > .item {
  transition: opacity ease-in-out .8s;
}

.carousel.carousel-fade.fade-fast .carousel-inner > .item.active {
  transition: opacity ease-in-out .8s;
}

.carousel .carousel-control {
  opacity: 1;
  overflow: hidden;
}

.carousel .carousel-control .hover-ellipse {
  position: absolute;
  top: 49%;
  height: 140px;
  width: 140px;
  background-color: #FFF;
  border-radius: 50%;
  margin-top: -60px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity 0.4s ease-out;
}

.carousel .carousel-control.left {
  background-image: none;
}

.carousel .carousel-control.left .icon-prev {
  left: 23px;
}

.carousel .carousel-control.left:hover .hover-ellipse {
  left: -75px;
  opacity: 0.2;
  visibility: visible;
  transition: opacity 0.4s ease-in;
}

.carousel .carousel-control.right {
  background-image: none;
}

.carousel .carousel-control.right .icon-next {
  right: 23px;
}

.carousel .carousel-control.right:hover .hover-ellipse {
  right: -75px;
  opacity: 0.2;
  visibility: visible;
  transition: opacity 0.4s ease-in;
}

/* Styles for custom datepicker directive */

div.datepicker-wrapper input:hover {
  cursor: pointer;
}

div.datepicker-wrapper .dropdown-menu {
  padding: 5px;
  background-color: white;
  color: black;
}

div.datepicker-wrapper .dropdown-menu > li:last-child {
  display: none;
}

div.datepicker-wrapper .dropdown-menu table,
div.datepicker-wrapper .dropdown-menu button,
div.datepicker-wrapper .dropdown-menu ul,
div.datepicker-wrapper .dropdown-menu li,
div.datepicker-wrapper .dropdown-menu div {
  box-shadow: none;
}

div.datepicker-wrapper .dropdown-menu table {
  font-size: 16px;
}

div.datepicker-wrapper .dropdown-menu table button.btn-default {
  background-color: white;
  color: black;
  border-radius: none;
  border: none;
  margin: 0px;
  padding: 5px 10px;
  height: auto;
}

div.datepicker-wrapper .dropdown-menu table button.btn-default[role='heading'] {
  text-transform: uppercase;
  color: #5F6269;
}

div.datepicker-wrapper .dropdown-menu table .btn-default:active,
div.datepicker-wrapper .dropdown-menu table .btn-default.active,
div.datepicker-wrapper .dropdown-menu table .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

div.datepicker-wrapper .dropdown-menu table .btn-default.active:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

div.datepicker-wrapper .dropdown-menu table .btn-default:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

div.datepicker-wrapper .dropdown-menu table small {
  font-weight: 100;
}

div.datepicker-wrapper .dropdown-menu table .text-muted {
  opacity: .2;
}

div.datepicker-wrapper .dropdown-menu table th[colspan='5'] {
  border: none;
}

/* Global loader transition for form submits, etc */

div.form-results-loader {
  text-align: center;
}

div.form-results-loader i.fa {
  font-size: 80px;
  color: #724876;
}

.get-updates-form div.form-results-loader i.fa {
  font-size: 40px;
  color: #fff;
}

html,
body {
  height: 100%;
  font-family: 'Oswald', 'Open Sans';
  font-weight: 300;
  letter-spacing: 1px;
}

html .carousel,
body .carousel {
  height: 500px;
}

html .carousel.standard-height,
body .carousel.standard-height {
  height: 750px;
}

html .carousel .item,
html .carousel .active,
html .carousel .carousel-inner,
body .carousel .item,
body .carousel .active,
body .carousel .carousel-inner {
  height: 100%;
}

html .carousel .fill,
body .carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -o-background-size: cover;
}

body.no-header-animation span.nav-trigger {
  top: 0px;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #5c706f;
}

.loader svg.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 191px;
  height: 261px;
}

.loader svg.preloader .st0.no-fill {
  fill: #5c706f;
}

.loader svg.preloader .delay {
  fill: url(#lg);
}

.loader h2.rw-sentence {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  font-size: 45px;
  color: #FFF;
}

.loader div.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  top: 67%;
}

.loader .dot {
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 1px;
}

.loader .dot.first {
  animation-delay: -0.6s;
}

.loader .dot.second {
  animation-delay: -0.4s;
}

.loader .dot.third {
  animation-delay: -0.2s;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.no-header-animation {
    margin-top: 101px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.no-header-animation {
    margin-top: 71px;
  }
}

body.no-header-animation header.menu {
  top: 0;
  transform: translateY(0px);
}

section {
  position: relative;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-attachment {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .fixed-attachment {
    background-attachment: scroll;
  }
}

.dark-background {
  background-color: rgba(0, 0, 0, 0.5);
}

svg.dotted-arrow {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
}

svg.dotted-arrow path.st0 {
  fill: #FFF;
}

svg.dotted-arrow path.st0 {
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #9b9b9b;
  letter-spacing: 0px;
}

.angular-google-map,
.angular-google-map-container {
  height: 660px;
  max-height: 100%;
}

.ngrs-range-slider .ngrs-value {
  color: white !important;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  font-size: 1em;
}

.disclaimer-floor-plans {
  font-size: 12px;
  margin-top: 30px;
}

.covid19-updates {
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .covid19-updates {
    background-color: #575752;
  }
}

.covid19-updates p {
  color: #FFF;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .covid19-updates p {
    font-size: 13.5px;
    line-height: 1.3em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .covid19-updates p {
    font-size: 12px;
  }
}

.covid19-updates p span {
  font-weight: 700;
}

.covid19-updates p a {
  text-decoration: underline;
  color: #FFF;
}

header.menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(0px);
  z-index: 100;
  transition: transform 0s ease-out;
  opacity: 0;
}

header.menu.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 0.9s;
}

header.menu a.logo-container svg {
  width: 80px;
  height: 91px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.menu a.logo-container svg {
    width: 53px;
    height: 59px;
  }
}

header.menu a.logo-container svg .st0 {
  fill: #FFF;
}

header.menu a.logo-container svg .st1 {
  fill: #667D47;
}

header.menu.fixed {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  transition: transform 0.6s ease-in;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  header.menu.fixed {
    transform: translateY(101px);
    height: 101px;
    top: -101px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.menu.fixed {
    transform: translateY(71px);
    height: 71px;
    top: -71px;
  }
}

header.menu.fixed:before {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
  width: 80%;
  height: 50%;
  border-radius: 100%;
  left: 10%;
  right: 10%;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  header.menu.fixed:before {
    bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.menu.fixed:before {
    bottom: 30px;
  }
}

header.menu.fixed .navbar .menu-container {
  padding-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.menu.fixed .navbar .menu-container {
    padding-top: 10px;
  }
}

header.menu.fixed a.logo-container svg {
  width: 80px;
  height: 91px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header.menu.fixed a.logo-container svg {
    width: 53px;
    height: 59px;
  }
}

header.menu.fixed a.logo-container svg .st0 {
  fill: #724876;
}

header.menu.fixed a.logo-container svg .st1 {
  fill: #667D47;
}

header.menu.fixed .navbar-absolute.bottom-bar {
  background: #FFF;
}

header.menu.fixed .navbar-absolute.bottom-bar .navbar-nav > li > a {
  color: #9a9a9a;
}

header.menu.fixed .navbar-absolute.bottom-bar .navbar-nav > li > a:hover {
  color: #FFF;
}

header.menu.fixed .navbar-absolute.bottom-bar .navbar-nav > li:hover a,
header.menu.fixed .navbar-absolute.bottom-bar .navbar-nav > li.hovered a {
  color: #FFF;
}

header.menu.fixed .navbar-absolute.bottom-bar .navbar-nav > li.burger .hamburger .hamburger-inner {
  background-color: #5F6269;
}

header.menu.fixed .navbar-absolute.bottom-bar .navbar-nav > li.burger .hamburger .hamburger-inner:before,
header.menu.fixed .navbar-absolute.bottom-bar .navbar-nav > li.burger .hamburger .hamburger-inner:after {
  background-color: #5F6269;
}

header.menu.push-it-up {
  transform: translateY(-100px);
}

span.nav-trigger {
  position: absolute;
  top: 165px;
  width: 100%;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.navbar {
  min-height: 0;
  border: 0;
}

.navbar .navbar-nav > li {
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-nav > li {
    font-size: 15px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .navbar .navbar-nav > li {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav > li {
    font-size: 12px;
  }
}

.navbar .navbar-nav > li > a {
  color: #FFF;
  padding: 0;
  line-height: 40px;
  font-size: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-nav > li > a {
    font-size: 15px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .navbar .navbar-nav > li > a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav > li > a {
    font-size: 12px;
  }
}

.navbar .navbar-nav .fa {
  margin-right: 3px;
  padding: 0 1px;
  text-align: center;
}

.navbar .navbar-nav .fa-phone {
  font-size: 18px;
}

.navbar .navbar-nav .fa-envelope {
  line-height: 40px;
  vertical-align: bottom;
}

.navbar .navbar-nav .fa-pencil {
  font-size: 18px;
}

.navbar .contact .navbar-nav li {
  margin: 12px 0;
  margin-right: 40px;
  padding-right: 40px;
  border-right: 2px solid #FFF;
}

.navbar .contact .navbar-nav li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.navbar .contact .navbar-nav li a {
  margin: -12px;
}

.navbar .stay-connected .navbar-nav li {
  margin-right: 15px;
}

.navbar .stay-connected .navbar-nav li.divider {
  height: 15px;
  margin-top: 12px;
  border-left: 2px solid #FFF;
}

.navbar .stay-connected .navbar-nav .fa {
  margin-right: 0;
}

.navbar .stay-connected .navbar-nav .get-updates a.get-updates-link {
  background-color: rgba(114, 114, 114, 0.5);
  padding: 0 15px;
  margin: 0;
}

.navbar .stay-connected .navbar-nav .get-updates:hover a.get-updates-link,
.navbar .stay-connected .navbar-nav .get-updates.active a.get-updates-link {
  background-color: rgba(78, 78, 78, 0.9);
}

.navbar .stay-connected .navbar-nav .social-links a {
  display: inline;
  margin-right: 3px;
}

.navbar .stay-connected .navbar-nav .social-links .pinterest {
  margin-right: 5px;
}

.navbar .stay-connected .navbar-nav .social-links a.blog svg {
  width: 16px;
  height: 16px;
}

.navbar .stay-connected .navbar-nav .social-links a.blog svg path {
  transition: all 0.2s ease-in-out;
  fill: white;
}

.navbar .stay-connected .navbar-nav .social-links a.blog:hover svg path {
  fill: #724876;
}

.navbar.bottom-bar .navbar-nav > li:hover,
.navbar.bottom-bar .navbar-nav > li.hovered {
  background-color: rgba(133, 134, 134, 0.99);
  transition: background-color 0.4s ease-in;
}

.navbar.bottom-bar .navbar-nav > li:hover a,
.navbar.bottom-bar .navbar-nav > li.hovered a {
  transition: all 0.3s ease-in;
}

.navbar.bottom-bar .navbar-nav > li:hover .nav-submenu,
.navbar.bottom-bar .navbar-nav > li.hovered .nav-submenu {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in;
  transform: rotateX(0deg);
}

.navbar.bottom-bar .navbar-nav > li:hover .nav-submenu a,
.navbar.bottom-bar .navbar-nav > li.hovered .nav-submenu a {
  opacity: 1;
  transition: opacity 0.4s ease-in-out 0.4s, background-color 0.4s ease-in-out;
}

.navbar .menu-container {
  padding-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .menu-container {
    padding-top: 10px;
  }
}

.navbar .menu-container .navbar-nav li {
  padding: 0 15px;
  margin-left: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .menu-container .navbar-nav li {
    padding: 0 10px;
    margin-left: 5px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .navbar .menu-container .navbar-nav li {
    padding: 0 10px;
    margin-left: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .menu-container .navbar-nav li {
    padding: 0 10px;
    margin-left: 5px;
  }
}

.navbar .menu-container .navbar-nav li.get-updates {
  position: static;
}

.navbar .menu-container .navbar-nav li.get-updates .get-updates-form {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(78, 78, 78, 0.9);
  white-space: nowrap;
  position: absolute;
  width: 100%;
  color: #FFF;
  transition: all 0.5s ease-in-out;
  left: 0;
  right: 0;
  z-index: 1031;
  height: 0px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .menu-container .navbar-nav li.get-updates .get-updates-form {
    top: 101px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .menu-container .navbar-nav li.get-updates .get-updates-form {
    top: 71px;
  }
}

.navbar .menu-container .navbar-nav li.get-updates .get-updates-form h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .menu-container .navbar-nav li.get-updates .get-updates-form h2 {
    font-size: 20px;
  }
}

.navbar .menu-container .navbar-nav li.get-updates .get-updates-form .top-section {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.navbar .menu-container .navbar-nav li.get-updates .get-updates-form .bottom-section {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.navbar .menu-container .navbar-nav li.get-updates .get-updates-form .full-interest-form {
  font-size: 18px;
  color: #C2C2C2;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .menu-container .navbar-nav li.get-updates .get-updates-form .full-interest-form {
    float: left !important;
    font-size: 16px;
  }
}

.navbar .menu-container .navbar-nav li.get-updates .get-updates-form .full-interest-form a {
  color: #FFF;
  text-transform: uppercase;
}

.navbar .menu-container .navbar-nav li.get-updates .get-updates-form .full-interest-form a:hover {
  color: #C2C2C2;
}

.navbar .menu-container .navbar-nav li.get-updates .get-updates-form form select option {
  color: #5F6269;
}

.navbar .menu-container .navbar-nav li.get-updates:hover:before,
.navbar .menu-container .navbar-nav li.get-updates.hovered:before {
  content: "";
  height: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.navbar .menu-container .navbar-nav li.get-updates:hover .get-updates-form,
.navbar .menu-container .navbar-nav li.get-updates.hovered .get-updates-form {
  opacity: 1;
  visibility: visible;
  height: 270px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .menu-container .navbar-nav li.get-updates:hover .get-updates-form,
  .navbar .menu-container .navbar-nav li.get-updates.hovered .get-updates-form {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .menu-container .navbar-nav li.get-updates:hover .get-updates-form,
  .navbar .menu-container .navbar-nav li.get-updates.hovered .get-updates-form {
    top: 101px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .menu-container .navbar-nav li.get-updates:hover .get-updates-form,
  .navbar .menu-container .navbar-nav li.get-updates.hovered .get-updates-form {
    top: 71px;
  }
}

.navbar .menu-container .navbar-nav li.get-updates:hover .get-updates-form .top-section,
.navbar .menu-container .navbar-nav li.get-updates:hover .get-updates-form .bottom-section,
.navbar .menu-container .navbar-nav li.get-updates.hovered .get-updates-form .top-section,
.navbar .menu-container .navbar-nav li.get-updates.hovered .get-updates-form .bottom-section {
  opacity: 1;
  transition-delay: 0.4s;
}

.navbar .menu-container .navbar-nav li.burger .hamburger {
  padding: 2.5px 0 0;
}

.navbar .nav-submenu {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(133, 134, 134, 0.99);
  position: absolute;
  top: 40px;
  left: 0;
  padding: 5px 20px;
  text-transform: none;
  transform-style: preserve-3d;
  perspective: 1000px;
  transform: rotateX(-90deg);
  transform-origin: top;
}

.navbar .nav-submenu a {
  color: #FFF;
  line-height: 3;
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  transition: background-color 0.4s ease-in-out;
  opacity: 0;
}

.navbar .nav-submenu a:hover,
.navbar .nav-submenu a:focus {
  text-decoration: none;
  background-color: rgba(114, 72, 118, 0.5);
}

.navbar .nav-submenu .nav-submenu-item {
  white-space: nowrap;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  padding: 5px 0;
}

.navbar .nav-submenu .nav-submenu-item:last-child {
  border: none;
}

.navbar-absolute {
  position: absolute;
  margin: 0;
}

.navbar-absolute.bottom-bar {
  top: 0;
  background-color: transparent;
  padding-top: 5px;
  padding-bottom: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-absolute.bottom-bar {
    padding-top: 5px;
    padding-bottom: 3px;
  }

  .navbar-absolute.bottom-bar .container {
    padding: 0;
  }
}

.header-with-image {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  opacity: 0;
}

.header-with-image.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 0.5s;
}

.header-with-image.fade-in .text-center {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.7s ease-in;
  transition-delay: 1.3s;
}

.header-with-image .text-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(50px);
}

.header-with-image .text-center h2 {
  font-size: 72px;
  line-height: 35px;
}

.header-with-image .text-center hr {
  width: 65px;
  margin-top: 70px;
  border-color: #FFF;
}

.header-with-image .text-center h4 {
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 40px;
}

footer {
  background-color: #B3A68F;
  padding-top: 50px;
  color: #FFF;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  footer {
    padding-top: 0;
  }
}

footer .footer-left p .telephone {
  color: #e1d7c6;
}

footer .footer-left p .telephone:hover {
  color: #FFF;
}

footer p {
  color: #e1d7c6;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 27px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  font-size: 12px;
  line-height: 2.5;
  font-family: "Open Sans", sans-serif;
}

footer ul li.header {
  font-family: "Oswald", "Open Sans";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

footer ul li.header a:hover,
footer ul li.header a:focus {
  text-decoration: none;
  padding-left: 0px;
}

footer ul li.social-links {
  font-size: 28px;
  letter-spacing: 5px;
  line-height: 2;
}

footer ul li.social-links .pinterest {
  margin-right: 4px;
}

footer ul li.social-links a:hover {
  padding-left: 0px;
}

footer ul li.social-links a.blog svg {
  width: 28px;
  height: 28px;
}

footer ul li.social-links a.blog svg path {
  transition: all 0.2s ease-in-out;
  fill: white;
}

footer ul li.social-links a.blog:hover svg path {
  fill: #724876;
}

footer ul li a {
  color: #FFF;
}

footer ul li a:hover,
footer ul li a:focus {
  color: #724876;
  text-decoration: none;
  padding-left: 5px;
}

footer ul li a:visited {
  color: #FFF;
}

footer .top-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

footer .bottom-footer {
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .bottom-footer {
    padding: 50px 0 20px;
  }
}

footer .bottom-footer .logo-container {
  margin-right: 40px;
}

footer .bottom-footer .logo-container svg {
  width: 105px;
  height: 105px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .bottom-footer .logo-container svg {
    width: 90px;
    height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .bottom-footer .logo-container svg {
    width: 75px;
    height: 75px;
  }
}

footer .bottom-footer .logo-container svg path.st0,
footer .bottom-footer .logo-container svg path.st1 {
  fill: #FFF;
}

footer .bottom-footer .footer-right .badges {
  margin-top: 15px;
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .bottom-footer .footer-right .badges {
    margin-top: 2px;
  }
}

footer .bottom-footer .footer-right .badges img {
  margin-left: 20px;
  margin-bottom: 15px;
}

footer .bottom-footer .footer-right p {
  clear: left;
}

footer .bottom-footer .reserved-rights {
  margin-top: 12px;
  margin-bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .bottom-footer .reserved-rights {
    margin-top: 0;
  }
}

footer .bottom-footer a {
  color: #FFF;
}

footer .bottom-footer a:hover,
footer .bottom-footer a:focus {
  color: #724876;
  text-decoration: none;
}

footer .bottom-footer .privacy-policy span {
  padding: 0px 7px;
}

footer .disclaimer {
  padding-top: 10px;
}

footer .disclaimer p {
  line-height: 15px;
}

footer .footer-mobile {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 15000;
}

footer .footer-mobile ul.information {
  border-top: 6px solid #87638a;
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 0;
}

footer .footer-mobile ul.information li {
  float: left;
  padding: 0;
  width: 25%;
}

footer .footer-mobile ul.information li:last-child a {
  border-right: none;
}

footer .footer-mobile ul.information li a {
  border-right: 1px solid #915b96;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
  padding: 5px 0;
  text-align: center;
  background-color: #724876;
  color: white;
  font-size: 10px;
  line-height: 18px;
  font-family: "Oswald", "Open Sans";
}

@media only screen and (max-width: 320px) {
  footer .footer-mobile ul.information li a {
    font-size: 8px;
    line-height: 14px;
  }
}

footer .footer-mobile ul.information li a:hover,
footer .footer-mobile ul.information li a.active {
  color: white;
  text-decoration: none;
  background-color: #667D47;
}

footer .footer-mobile ul.information li a:hover svg path,
footer .footer-mobile ul.information li a.active svg path {
  fill: white !important;
}

footer .footer-mobile ul.information li a span {
  display: block;
  text-align: center;
  width: 100%;
}

footer .footer-mobile ul.information li a svg {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 30px;
}

footer .footer-mobile ul.information li a svg path {
  fill: white;
}

footer .contact-container {
  width: 100%;
  background-color: rgba(40, 40, 40, 0.9);
  bottom: 0;
  position: fixed;
}

footer .contact-container a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  text-align: left;
  border-bottom: 1px solid #724876;
  padding: 12px 0 9px;
}

footer .contact-container a:last-child {
  border-bottom: none;
}

footer .contact-container .close {
  color: white;
  padding: 5px 10px 8px 12px;
  text-shadow: none;
  opacity: 1;
  font-weight: 300;
  line-height: 1;
  font-size: 14px;
  float: none;
  position: absolute;
  right: 0;
}

footer .contact-container .panel-body {
  padding: 36px 0 15px;
}

footer .contact-container .panel-body .get-updates-form {
  background-color: transparent;
  opacity: 1;
  visibility: visible;
  position: relative;
  top: 0;
}

footer .contact-container .panel-body .get-updates-form .form-control,
footer .contact-container .panel-body .get-updates-form .form-component,
footer .contact-container .panel-body .get-updates-form select,
footer .contact-container .panel-body .get-updates-form input[type="text"] {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  footer .contact-container .panel-body .get-updates-form .checkbox-custom + .checkbox-custom-label[for^="schedule-a-tour"] {
    padding-left: 0;
  }
}

footer .contact-container .panel-body .get-updates-form button[type="submit"] {
  float: none;
  display: block;
  margin: 15px auto;
}

footer .contact-container .panel-body .get-updates-form textarea:focus,
footer .contact-container .panel-body .get-updates-form input:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

footer .contact-container .panel-body .get-updates-form .top-section {
  opacity: 1;
}

footer .contact-container .panel-body .get-updates-form .top-section p.full-interest-form {
  display: none;
}

footer .contact-container .panel-body .get-updates-form .top-section h2 {
  padding: 0px 0px 10px 0px;
  width: 100%;
  float: none !important;
  white-space: normal;
  font-size: 17px;
  text-align: center;
}

footer .contact-container .panel-body .get-updates-form .bottom-section {
  opacity: 1;
}

.popup-wrapper img[align="right"] {
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 1000;
}

.unw-popup {
  width: 550px;
  cursor: pointer;
  clear: both;
}

@media only screen and (max-width: 767px) {
  .unw-popup {
    width: 300px;
  }
}

.unw-popup.map-pin-popup {
  display: block;
}

.unw-popup.map-pin-popup .unw-popup-description .bottom-section {
  padding: 15px 10px;
  top: auto;
  left: auto;
}

.unw-popup .left-thumb {
  width: 202px;
  height: 176px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  .unw-popup .left-thumb {
    display: none;
  }
}

.unw-popup .unw-popup-description {
  width: 348px;
}

@media only screen and (max-width: 767px) {
  .unw-popup .unw-popup-description {
    width: 300px;
  }
}

.unw-popup .unw-popup-description .top-section {
  padding-left: 30px;
  padding-bottom: 21px;
  background-color: rgba(255, 255, 255, 0.9);
}

.unw-popup .unw-popup-description .top-section h2 {
  font-size: 20px;
  color: #575752;
  margin-top: 0;
  padding-top: 23px;
}

.unw-popup .unw-popup-description .top-section p {
  font-size: 16px;
  font-weight: 500;
  color: #8A8977;
  margin-bottom: 0;
  margin-top: 7px;
}

.unw-popup .unw-popup-description .top-section p.location {
  color: #9b9b9b;
  font-size: 15px;
  font-family: "Oswald", "Open Sans";
}

.unw-popup .unw-popup-description .top-section p.location span.divide {
  padding: 0px 4px;
}

.unw-popup .unw-popup-description .community-cta {
  transition: all 0.2s ease-in;
  font-family: "Oswald", "Open Sans";
  background-color: rgba(228, 227, 214, 0.9);
  text-transform: uppercase;
  padding: 14px 10px;
  display: block;
  color: #667D47;
  font-weight: 500;
  vertical-align: baseline;
  font-size: 14px;
}

.unw-popup .unw-popup-description .community-cta .dotted-arrow {
  width: 1em;
  height: 1em;
  margin-left: .5em;
}

.unw-popup .unw-popup-description .community-cta .dotted-arrow path.st0 {
  fill: #9B9B9B;
  transition: all 0.2s ease-in;
}

.unw-popup .unw-popup-description .community-cta:hover,
.unw-popup .unw-popup-description .community-cta:focus {
  transition: all 0.2s ease-in;
  text-decoration: none;
  background: #724876;
  color: #FFF;
}

.unw-popup .unw-popup-description .community-cta:hover .dotted-arrow path.st0,
.unw-popup .unw-popup-description .community-cta:focus .dotted-arrow path.st0 {
  fill: #FFF;
}

.unw-popup a.popup:hover .community-cta,
.unw-popup a.popup:focus .community-cta {
  transition: all 0.2s ease-in;
  text-decoration: none;
  background: #724876;
  color: #FFF;
}

.unw-popup a.popup:hover .community-cta .dotted-arrow path.st0,
.unw-popup a.popup:focus .community-cta .dotted-arrow path.st0 {
  fill: #FFF;
}

.unw-popup:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -17px;
  left: 50%;
  margin-left: -14px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 17px solid rgba(228, 227, 214, 0.9);
}

.unw-popup.active {
  display: block;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

.unw-popup.active.fade-in {
  opacity: 1;
  transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .1s ease-in-out;
}

ul.nav-tabs li a {
  text-transform: uppercase;
  color: #c0c0c0;
  font-size: 16px;
  border-radius: 0px;
  margin-right: 20px;
  padding: 15px 25px;
}

ul.nav-tabs li a:hover {
  background: none;
  color: #667D47;
  border-color: #FFF;
  border-bottom-color: transparent;
}

ul.nav-tabs li.active a {
  color: #667D47;
}

ul.nav-tabs li.active:hover a {
  border-color: #ddd;
  border-bottom-color: #FFF;
}

.homepage-container p {
  color: #FFF;
}

.homepage-container .header-mobile {
  position: relative;
  min-height: 846px;
}

.homepage-container .header-mobile .item {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.homepage-container .header-mobile .item .carousel-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  height: calc(100vh - 240px);
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .homepage-container .header-mobile .item .carousel-caption {
    top: 45%;
    left: 5%;
    right: 5%;
  }
}

.homepage-container .header-mobile .item .carousel-caption h2 {
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .homepage-container .header-mobile .item .carousel-caption h2 {
    font-size: 38px;
  }
}

.homepage-container .header-mobile .item .carousel-caption .bordered-link-btn {
  font-size: 4.5vw;
  padding: 10px 20px 13px 20px;
  margin: 30px auto 0;
}

.homepage-container .header-mobile .item.item-1 {
  background-image: url("/images/site/homepage/slide-bg-01-v4.jpg");
  background-position: center;
}

.homepage-container #homepageCarousel {
  opacity: 0;
}

.homepage-container #homepageCarousel.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 0.5s;
}

.homepage-container .carousel-caption {
  top: 450px;
}

.homepage-container .carousel-caption.center-vertically {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.homepage-container .carousel-caption h2 {
  margin-top: 40px;
  font-size: 56px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-container .carousel-caption h2 {
    font-size: 46px;
  }
}

.homepage-container .carousel-caption .bordered-link-btn.white-button {
  background: #FFF;
  border-color: #FFF;
  color: #724876;
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.homepage-container .carousel-caption .bordered-link-btn.white-button .dotted-arrow path.st0 {
  fill: #724876;
}

.homepage-container .carousel-caption .bordered-link-btn.white-button:hover {
  background: #87638a;
  color: #FFF;
  border-color: #87638a;
}

.homepage-container .carousel-caption .bordered-link-btn.white-button:hover .dotted-arrow path.st0 {
  fill: #FFF;
}

.homepage-container .caption-box {
  width: 720px;
  padding: 50px 90px 70px 90px;
}

.homepage-container .caption-box h2 {
  font-size: 48px;
  margin-bottom: 60px;
}

.homepage-container .caption-box p {
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 2;
  color: #FFF;
}

.homepage-container .caption-box .bordered-link-btn {
  margin-top: 30px;
}

.homepage-container .seal {
  position: absolute;
  z-index: 11;
}

@media only screen and (min-width: 1200px) {
  .homepage-container .seal {
    right: 30px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-container .seal {
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
  }
}

@media only screen and (max-width: 767px) {
  .homepage-container .seal {
    transform: translateX(-50%);
    left: 50%;
    bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage-container .seal img {
    width: 165px;
  }
}

.homepage-container .the-authority-in-green-building .carousel-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.homepage-container .your-vision-container .carousel-caption {
  left: 0;
  right: 0;
}

.homepage-container .your-vision-container .caption-box {
  padding: 40px 40px 50px 100px;
}

.homepage-container .green-building-container .caption-box {
  margin: 0 auto;
  width: 880px;
}

.homepage-container .welcome-home-container .caption-box {
  margin: 0 auto;
  width: 640px;
}

.homepage-container .welcome-home-container .fa-leaf {
  font-size: 48px;
  color: #8BC741;
  opacity: 0.8;
}

.homepage-container .half-page-container {
  position: relative;
  opacity: 0;
}

@media only screen and (min-width: 1200px) {
  .homepage-container .half-page-container {
    height: 762px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage-container .half-page-container {
    height: 784px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-container .half-page-container {
    height: 838px;
  }
}

.homepage-container .half-page-container.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.homepage-container .half-page-container .where-we-build {
  padding: 50px;
  width: 50%;
  position: relative;
  background: white;
}

.homepage-container .half-page-container .where-we-build .section-title {
  margin-left: 30px;
}

.homepage-container .half-page-container .where-we-build-list .title {
  font-size: 22px;
  font-weight: 400;
  color: #667D47;
  margin: 5px 0;
}

.homepage-container .half-page-container .where-we-build-list .title .coming-soon {
  color: #9B9B9B;
  font-size: 16px;
}

.homepage-container .half-page-container .where-we-build-list .price,
.homepage-container .half-page-container .where-we-build-list .location {
  font-size: 14px;
  color: #5F6269;
  font-weight: 400;
  margin: 0;
}

.homepage-container .half-page-container .where-we-build-list .location {
  margin: 15px 0px 10px 0px;
  color: #9b9b9b;
}

.homepage-container .half-page-container .where-we-build-list .scroll-wrap {
  max-height: 470px;
  height: 100%;
  overflow: auto;
}

.homepage-container .half-page-container .where-we-build-list .list-item {
  margin: 0;
  display: block;
  transition: all 0.4s ease-out;
  width: 100%;
  cursor: pointer;
}

.homepage-container .half-page-container .where-we-build-list .list-item:hover {
  background-color: rgba(232, 227, 195, 0.4);
  transition: all 0.4s ease-in;
}

.homepage-container .half-page-container .where-we-build-list .list-item:hover .dotted-arrow path.st0 {
  fill: #724876;
}

.homepage-container .half-page-container .where-we-build-list .list-item-content {
  padding: 30px;
}

.homepage-container .half-page-container .where-we-build-list .visit-community {
  color: #9B9B9B;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}

.homepage-container .half-page-container .where-we-build-list .visit-community .dotted-arrow {
  width: 14px;
  height: 14px;
  float: right;
  margin-top: 4px;
  margin-left: 5px;
}

.homepage-container .half-page-container .where-we-build-list .visit-community .dotted-arrow path.st0 {
  fill: #9B9B9B;
  transition: all 0.4s ease-in-out;
}

.homepage-container .half-page-container .where-we-build-list .visit-community span {
  vertical-align: middle;
  margin-right: 2px;
}

.homepage-container .half-page-container .map-container {
  background-image: url("/images/site/homepage/where-we-build-map.png");
  background-position-x: 120%;
  background-position-y: 45%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 1200px) {
  .homepage-container .half-page-container .map-container {
    height: 762px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage-container .half-page-container .map-container {
    height: 784px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-container .half-page-container .map-container {
    height: 838px;
  }
}

@media only screen and (max-width: 767px) {
  .homepage-container .half-page-container .map-container {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .homepage-container .half-page-container .map-container .angular-google-map,
  .homepage-container .half-page-container .map-container .angular-google-map-container {
    height: 762px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homepage-container .half-page-container .map-container .angular-google-map,
  .homepage-container .half-page-container .map-container .angular-google-map-container {
    height: 784px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-container .half-page-container .map-container .angular-google-map,
  .homepage-container .half-page-container .map-container .angular-google-map-container {
    height: 838px;
  }
}

.homepage-container .half-page-container .map-container .map-gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #000 -60%, transparent 20%);
}

.homepage-container .half-page-container .map-pin {
  position: absolute;
  display: none;
}

.homepage-container .half-page-container .map-pin:hover {
  cursor: pointer;
  z-index: 100;
}

.homepage-container .build-green-container {
  background-image: url("/images/site/homepage/built-to-reduce-your-carbon-footprint-bg.jpg");
  background-size: cover;
  color: #FFF;
  background-color: #506362;
  background-position: center 0%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-repeat: no-repeat;
  opacity: 0;
  height: 763px;
}

@media only screen and (max-width: 767px) {
  .homepage-container .build-green-container {
    background-position: -460px top;
    height: 100%;
    padding: 60px 15px 120px;
  }

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .homepage-container .build-green-container {
      background-position: -660px top;
    }
}
}

@media only screen and (max-width: 320px) {
  .homepage-container .build-green-container {
    padding: 30px 15px 120px;
  }

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .homepage-container .build-green-container {
      background-position: -860px top;
    }
}
}

.homepage-container .build-green-container h1 {
  font-size: 60px;
  margin-bottom: 90px;
  opacity: 0;
  color: #FFF;
  transform: translateY(50px);
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .homepage-container .build-green-container h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 1.2;
  }
}

.homepage-container .build-green-container p {
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 2;
  opacity: 0;
  transform: translateY(50px);
}

@media only screen and (max-width: 767px) {
  .homepage-container .build-green-container p {
    max-width: 100%;
    line-height: 2;
  }
}

.homepage-container .build-green-container a.button {
  opacity: 0;
  transform: translateX(-100px);
}

@media only screen and (max-width: 767px) {
  .homepage-container .build-green-container a.button {
    padding: 10px 50px 13px 20px;
    margin: 50px auto 0;
  }

  .homepage-container .build-green-container a.button svg.dotted-arrow {
    position: absolute;
    top: 35%;
    right: 30px;
  }
}

@media only screen and (max-width: 320px) {
  .homepage-container .build-green-container a.button {
    font-size: 19px;
  }
}

.homepage-container .build-green-container.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.homepage-container .build-green-container.in h1 {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s ease-in;
  transition-delay: 0.3s;
}

.homepage-container .build-green-container.in p {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s ease-in;
  transition-delay: 0.5s;
}

.homepage-container .build-green-container.in a.button {
  opacity: 1;
  transform: translateX(0px);
  transition: transform 1s ease-in 0.7s, opacity 1s ease-in 0.7s, background 0.4s ease-in-out;
}

.homepage-container .awards-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 472px;
  opacity: 0;
}

.homepage-container .awards-container.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.homepage-container .awards-background {
  width: 100%;
  min-height: 100%;
}

.homepage-container .awards-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.homepage-container .awards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homepage-container .award {
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  text-align: center;
}

@media screen and (min-width: 400px) {
  .homepage-container .award {
    gap: 70px;
  }
}

@media screen and (min-width: 768px) {
  .homepage-container .award {
    gap: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .homepage-container .award {
    font-size: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .homepage-container .award {
    font-size: 40px;
  }
}

.homepage-container .award__title {
  margin: 0;
  padding: 0 20px;
  font-size: 36px;
  line-height: normal;
  color: white;
}

@media screen and (min-width: 1024px) {
  .homepage-container .award__title {
    font-size: 40px;
  }
}

.homepage-container .award .button {
  margin: 0;
}

.homepage-container .custom-built-homes-container {
  opacity: 0;
  background: #506362;
}

.homepage-container .custom-built-homes-container .left-panel {
  background-image: url("/images/site/homepage/custom-built-homes-left-bg.jpg");
  background-color: #506362;
  background-size: cover;
  background-position: bottom;
  height: 580px;
  width: 40%;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateX(-35px);
}

@media only screen and (max-width: 767px) {
  .homepage-container .custom-built-homes-container .left-panel {
    height: 100%;
  }
}

.homepage-container .custom-built-homes-container .right-panel {
  width: 60%;
  background-color: #506362;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  padding: 50px 80px 0;
  height: 580px;
  opacity: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .homepage-container .custom-built-homes-container .right-panel {
    width: 100%;
    height: 100%;
    padding: 60px 30px 120px;
    background-image: url("/images/site/homepage/trees.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 100px;
  }
}

@media only screen and (max-width: 320px) {
  .homepage-container .custom-built-homes-container .right-panel {
    padding: 30px 30px 120px;
  }
}

.homepage-container .custom-built-homes-container .right-panel .trees {
  background-image: url("/images/site/homepage/trees.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  transform: translateY(50px);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .homepage-container .custom-built-homes-container .right-panel .trees {
    display: none;
  }
}

.homepage-container .custom-built-homes-container .right-panel-wrap {
  opacity: 0;
  transform: translateY(50px);
}

.homepage-container .custom-built-homes-container h1 {
  font-size: 60px;
}

@media only screen and (max-width: 767px) {
  .homepage-container .custom-built-homes-container h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}

.homepage-container .custom-built-homes-container p {
  font-size: 20px;
  font-family: "Open Sans";
  line-height: 2;
  margin-top: 60px;
  max-width: 85%;
}

@media only screen and (max-width: 767px) {
  .homepage-container .custom-built-homes-container p {
    max-width: 100%;
    line-height: 2;
  }
}

.homepage-container .custom-built-homes-container .bordered-link-btn {
  margin-top: 35px;
  padding: 10px 20px 13px 30px;
}

@media only screen and (max-width: 320px) {
  .homepage-container .custom-built-homes-container .bordered-link-btn {
    font-size: 14px;
  }
}

.homepage-container .custom-built-homes-container.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.homepage-container .custom-built-homes-container.in .left-panel {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1s ease-in;
  transition-delay: 0.3s;
}

.homepage-container .custom-built-homes-container.in .right-panel {
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 0.3s;
}

.homepage-container .custom-built-homes-container.in .trees {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-in;
  transition-delay: 1.6s;
}

.homepage-container .custom-built-homes-container.in .right-panel-wrap {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s ease-in;
  transition-delay: 0.6s;
}

.already-own-land-you-love {
  border: 3px solid #724876;
  display: block;
  margin-top: 30px;
  padding: 15px;
}

.already-own-land-you-love .row .title {
  color: #724876;
  margin-top: 0;
  margin-bottom: 15px;
}

.already-own-land-you-love .row p {
  color: #667D47;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .already-own-land-you-love .row p {
    text-align: right;
  }
}

.already-own-land-you-love > p {
  color: #5F6269;
  margin-bottom: 0;
}

.microsite section {
  z-index: 1;
}

.microsite section.welcome {
  z-index: 21;
}

.microsite span.nav-trigger {
  top: 255px;
}

.microsite .floorplans {
  margin-top: 60px;
}

.microsite .floorplans h2 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .microsite .floorplans h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .microsite .floorplans .move-in-ready-filters {
    float: none !important;
  }

  .microsite .floorplans .move-in-ready-filters ul {
    text-align: center;
    margin: 0 !important;
  }

  .microsite .floorplans .move-in-ready-filters ul:first-child {
    padding-left: 0;
  }
}

.microsite .floorplans .move-in-ready-filters ul {
  margin-right: 10px;
}

.microsite .floorplans .move-in-ready-filters ul li {
  color: #FFF;
  font-size: 17px;
  padding-left: 15px;
  padding-right: 23px;
  text-transform: uppercase;
}

@media only screen and (max-width: 320px) {
  .microsite .floorplans .move-in-ready-filters ul li {
    padding-left: 0;
    padding-right: 15px;
  }
}

.microsite .floorplans .move-in-ready-filters ul li:first-child {
  padding-right: 15px;
}

.microsite .floorplans .move-in-ready-filters ul li a {
  color: #FFF;
  display: inline-block;
  padding-right: 1em;
  position: relative;
}

.microsite .floorplans .move-in-ready-filters ul li a i {
  color: inherit;
  position: absolute;
  right: 0;
}

.microsite .floorplans .move-in-ready-filters ul li a i.fa-caret-up {
  top: -3px;
}

.microsite .floorplans .move-in-ready-filters ul li a i.fa-caret-down {
  bottom: -1px;
}

.microsite .floorplans #floorplanCarousel {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .microsite .floorplans #floorplanCarousel {
    overflow: visible;
  }
}

.microsite .floorplans #floorplanCarousel .carousel-inner.fc {
  padding-bottom: 20px;
}

.microsite .floorplans #floorplanCarousel .carousel-inner.fc > .item {
  perspective: none;
}

.microsite .floorplans #floorplanCarousel .carousel-indicators.fc {
  bottom: -15px;
}

@media only screen and (max-width: 767px) {
  .microsite .floorplans #floorplanCarousel .carousel-indicators.fc {
    bottom: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .microsite .floorplans .floorplan-card {
    height: 100%;
  }

  .microsite .floorplans .floorplan-card .card-left {
    height: 100%;
  }

  .microsite .floorplans .floorplan-card .card-left .community-thumbnail {
    position: relative;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .microsite .floorplans {
    margin-top: 0px;
  }

  .microsite .floorplans .filter-floorplans h3 {
    display: block;
    font-size: 16px;
  }

  .microsite .floorplans .filter-floorplans label {
    font-size: 12px;
    float: left;
    padding: 15px 10px;
  }
}

.microsite section.interactive-360-tour {
  padding-bottom: 60px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .microsite section.interactive-360-tour > .container-fluid > .row:first-child h2 {
    font-size: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .microsite section.interactive-360-tour > .container-fluid > .row:first-child h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

.microsite section.gallery {
  background: #dcdcdc;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .microsite section.gallery .transition img.trees-top {
    top: -140px;
  }
}

@media only screen and (max-width: 767px) {
  .microsite section.gallery .row.visible-xs {
    position: relative;
  }

  .microsite section.gallery h2.top {
    font-size: 36px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .microsite section.gallery .gallery-caption {
    bottom: 50px;
  }

  .microsite section.gallery .gallery-caption h2 {
    font-size: 22px;
  }

  .microsite section.gallery .transition img.trees-top {
    top: -140px;
  }

  .microsite section.gallery .slick-dots {
    display: none !important;
  }
}

.microsite section.gallery .thumbnail-carousel .slick-dots li {
  margin-bottom: 10px;
  padding: 0 10px 10px;
}

.microsite section.gallery .thumbnail-carousel .slick-dots li button {
  padding: 0;
  margin: -10px -10px;
}

.microsite section.gallery .thumbnail-carousel .slick-dots li button:before {
  padding: 0;
  margin-bottom: 15px;
}

.microsite section.gallery > .container-fluid > .row:first-child h2 {
  font-size: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.microsite section.gallery > .container-fluid > .row:first-child .nav-tabs {
  border-color: #FFF;
}

.microsite section.gallery > .container-fluid > .row:first-child .nav-tabs > li {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.microsite section.gallery > .container-fluid > .row:first-child .nav-tabs > li.active > a {
  border-color: #FFF;
  border-bottom-color: #dcdcdc;
  color: #667D47;
}

.microsite section.gallery > .container-fluid > .row:first-child .nav-tabs > li > a {
  background-color: transparent;
  color: #575752;
  margin-right: 0;
}

#micrositeCarousel {
  height: 852px;
  opacity: 0;
}

#micrositeCarousel.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

#micrositeCarousel.fade-in .carousel-arrow-down,
#micrositeCarousel.fade-in .carousel-control {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.5s;
}

#micrositeCarousel .fill {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #micrositeCarousel .fill {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  #micrositeCarousel .fill {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  #micrositeCarousel .fill {
    background-size: 100%;
  }
}

#micrositeCarousel .snapshot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  #micrositeCarousel .snapshot {
    width: 70%;
  }
}

#micrositeCarousel .snapshot .dark-background {
  text-align: center;
  padding: 50px 50px 25px 50px;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #micrositeCarousel .snapshot .dark-background {
    padding: 20px 70px 25px 70px;
  }
}

@media only screen and (max-width: 767px) {
  #micrositeCarousel .snapshot .dark-background {
    padding: 5px 20px;
  }
}

#micrositeCarousel .snapshot .dark-background h2 {
  font-size: 72px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #micrositeCarousel .snapshot .dark-background h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  #micrositeCarousel .snapshot .dark-background h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

#micrositeCarousel .snapshot .dark-background hr {
  width: 100px;
}

#micrositeCarousel .snapshot .dark-background .price {
  font-size: 18px;
  text-transform: uppercase;
}

#micrositeCarousel .snapshot .dark-background ul.snapshot-list-info {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #micrositeCarousel .snapshot .dark-background ul.snapshot-list-info {
    display: block;
    width: 200px;
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  #micrositeCarousel .snapshot .dark-background ul.snapshot-list-info {
    display: block;
    width: 200px;
    margin: 20px auto 0;
  }
}

#micrositeCarousel .snapshot .dark-background ul.snapshot-list-info li {
  padding: 0px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #micrositeCarousel .snapshot .dark-background ul.snapshot-list-info li {
    display: block;
    padding-bottom: 15px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  #micrositeCarousel .snapshot .dark-background ul.snapshot-list-info li {
    display: block;
    padding-bottom: 15px;
    text-align: left;
  }
}

#micrositeCarousel .snapshot .dark-background ul.snapshot-list-info li span {
  font-size: 18px;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #micrositeCarousel .snapshot .dark-background ul.snapshot-list-info li span {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #micrositeCarousel .snapshot .dark-background ul.snapshot-list-info li span {
    margin-left: 30px;
  }
}

#micrositeCarousel .carousel-arrow-down {
  width: 100%;
  margin-top: -185px;
  position: relative;
  z-index: 10;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #micrositeCarousel .carousel-arrow-down {
    margin-top: -130px;
  }
}

#micrositeCarousel .carousel-arrow-down a {
  color: #FFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#micrositeCarousel .carousel-arrow-down a svg {
  transform: rotate(90deg);
  width: 25px;
  height: 25px;
  margin-top: 10px;
}

#micrositeCarousel .carousel-arrow-down a svg path.st0 {
  fill: #FFF;
}

#micrositeCarousel .carousel-control {
  width: 5%;
  background: none;
  z-index: 10;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #micrositeCarousel .carousel-control {
    width: 50px;
  }

  #micrositeCarousel .carousel-control.left .icon-prev {
    left: 15px;
  }

  #micrositeCarousel .carousel-control.right .icon-next {
    right: 15px;
  }

  #micrositeCarousel .carousel-control .hover-ellipse {
    display: none;
  }
}

#sub-nav {
  padding: 30px 0px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 757px;
  z-index: 1;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #sub-nav {
    padding-top: 0 !important;
    z-index: 999;
  }

  #sub-nav.affix-top .explore-microsite {
    bottom: -95px;
  }

  #sub-nav.affix-top .explore-microsite button.dropdown-toggle {
    margin-top: 0 !important;
  }

  #sub-nav .explore-microsite {
    margin-top: 0 !important;
    position: absolute;
    top: 60px;
    width: 100%;
  }

  #sub-nav .explore-microsite button.dropdown-toggle {
    margin-top: 0;
    width: 100%;
    color: white;
    background-color: #949494;
    border: none;
    outline: 0;
  }

  #sub-nav .explore-microsite svg.dotted-arrow {
    fill: white;
  }

  #sub-nav .explore-microsite svg.dotted-arrow path.st0 {
    fill: white;
  }

  #sub-nav .explore-microsite ul.dropdown-menu {
    margin: 0;
    border: 0;
  }

  #sub-nav .explore-microsite ul.dropdown-menu li {
    display: block;
    padding: 0;
  }

  #sub-nav .explore-microsite ul.dropdown-menu li a {
    color: #9B9B9B;
    text-transform: none;
    font-size: 16px;
    font-weight: 300;
  }

  #sub-nav .explore-microsite ul.dropdown-menu li.active a {
    background-color: #87638a;
    color: white;
  }
}

@media only screen and (max-width: 767px) {
  #sub-nav {
    padding: 0;
  }
}

#sub-nav.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.8s;
}

#sub-nav.affix {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: #999999;
  padding: 20px 0px 0px 0px;
}

#sub-nav.affix img.scrolling-trees {
  opacity: 0;
  visibility: hidden;
}

#sub-nav.affix li.show-when-fixed {
  display: block;
  margin-top: -13px;
  margin-right: 104px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sub-nav.affix li.show-when-fixed {
    margin-right: 0;
  }
}

#sub-nav.affix div.show-when-fixed {
  display: block;
}

#sub-nav.affix ul li a:hover {
  color: #724876;
}

#sub-nav.affix ul li a.active {
  color: #724876;
}

#sub-nav li.show-when-fixed {
  float: left;
  display: none;
}

#sub-nav li.show-when-fixed svg {
  width: 55px;
  height: 55px;
}

#sub-nav li.show-when-fixed svg path,
#sub-nav li.show-when-fixed svg polygon,
#sub-nav li.show-when-fixed svg rect {
  fill: #FFF;
}

#sub-nav div.show-when-fixed {
  display: none;
  background: #565656;
  margin-top: 5px;
}

#sub-nav div.show-when-fixed ul.left-snapshot {
  float: left;
}

#sub-nav div.show-when-fixed ul.left-snapshot li {
  float: left;
}

#sub-nav div.show-when-fixed ul.left-snapshot h4 {
  font-size: 36px;
}

#sub-nav div.show-when-fixed ul.left-snapshot p {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 18px;
  color: #FFF;
}

#sub-nav div.show-when-fixed ul.right-snapshot {
  float: right;
  margin-top: 18px;
}

#sub-nav div.show-when-fixed ul.right-snapshot li {
  float: left;
}

#sub-nav div.show-when-fixed ul.right-snapshot li svg path,
#sub-nav div.show-when-fixed ul.right-snapshot li svg polygon,
#sub-nav div.show-when-fixed ul.right-snapshot li svg rect,
#sub-nav div.show-when-fixed ul.right-snapshot li svg circle {
  fill: #FFF;
}

#sub-nav div.show-when-fixed ul.right-snapshot li span {
  padding-top: 4px;
  display: inline-block;
  padding-left: 7px;
}

#sub-nav div.show-when-fixed ul.right-snapshot li a.trigger {
  background: #724876;
  font-size: 12px;
  padding: 1px 15px;
  margin-top: -7px;
  float: left;
}

#sub-nav div.show-when-fixed ul.right-snapshot li a.trigger:hover {
  background: #87638a;
  color: #FFF;
}

#sub-nav div.show-when-fixed ul.right-snapshot li .get-updates-form {
  top: 136px;
}

#sub-nav div.show-when-fixed ul.right-snapshot li:hover a.trigger {
  padding: 1px 15px 13px 15px;
  background: #87638a;
}

#sub-nav div.show-when-fixed ul.right-snapshot li:hover .get-updates-form {
  opacity: 1;
  visibility: visible;
  top: 136px;
  height: 160px;
  padding: 30px 0;
}

#sub-nav div.show-when-fixed ul.right-snapshot li:hover .get-updates-form .top-section,
#sub-nav div.show-when-fixed ul.right-snapshot li:hover .get-updates-form .bottom-section {
  opacity: 1;
  transition-delay: 0.4s;
}

#sub-nav ul {
  text-align: center;
  margin-bottom: 0px;
}

#sub-nav ul li {
  display: inline-block;
  padding: 0px 9px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sub-nav ul li {
    padding: 0px 10px;
  }
}

#sub-nav ul li a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sub-nav ul li a {
    font-size: 14px;
  }
}

#sub-nav ul li a:hover {
  color: #84bc3e;
}

#sub-nav img.scrolling-trees {
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  top: 80px;
  transition: top 1.3s ease-out;
}

@media only screen and (min-height: 1212px) {
  #sub-nav img.scrolling-trees {
    top: 800px;
  }
}

#sub-nav img.scrolling-trees.slide-up {
  top: -270px;
  z-index: 1;
  transition: top 1.3s ease-in;
}

.welcome {
  padding: 85px 0px 0px;
  background: #FFF;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .welcome {
    padding: 45px 0px 0px;
  }
}

.welcome .new-homes-tour {
  padding-left: 15px;
  padding-right: 15px;
}

.welcome .new-homes-tour .box {
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
  padding: 30px;
}

.welcome .new-homes-tour p {
  line-height: 33px;
  margin-bottom: 0;
}

.welcome .new-homes-tour p .thenewhomestour {
  color: #724876;
}

.welcome .new-homes-tour .btn-more-info {
  font-family: "Oswald", "Open Sans";
  font-size: 12px;
  line-height: 24px;
  padding: 0 12px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome .new-homes-tour .btn-more-info {
    margin-top: 0;
    margin-left: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .welcome .new-homes-tour .btn-more-info {
    margin-top: 15px;
  }
}

.welcome .new-homes-tour .btn-more-info:focus {
  color: #FFF;
}

.welcome .new-homes-tour .btn-more-info:hover {
  border-color: #87638a;
}

.welcome #welcome-wrap {
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome #welcome-wrap {
    padding-right: 15px;
  }
}

.welcome #welcome-wrap.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.welcome #welcome-wrap.in .right-col img {
  transition: all 1s ease-in;
  transform: translateX(0px);
}

.welcome h3 {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 30px;
}

.welcome p {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #9B9B9B;
  line-height: 40px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .welcome p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.welcome a.btn-brochure {
  margin-top: 10px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .welcome a.btn-brochure {
    margin-top: 25px;
    font-size: 16px;
    padding: 10px 25px 13px 20px;
  }

  .welcome a.btn-brochure svg.dotted-arrow {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome .right-col {
    padding-right: 15px;
  }
}

.welcome .right-col img {
  position: relative;
  transform: translateX(200px);
  padding: 22px 0 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .welcome .right-col img {
    padding: 18px 0 0;
  }
}

section.floorplans {
  background: #506362;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #506362), color-stop(40%, #445554), color-stop(100%, #445554));
  background: linear-gradient(to bottom, #506362 0%, #445554 40%, #445554 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506362', endColorstr='#445554', GradientType=0 );
  padding: 120px 0px 100px 0px;
  background-repeat: no-repeat;
  z-index: 20;
  opacity: 0;
  overflow: hidden;
}

section.floorplans .form-wrapper {
  text-align: center;
  font-size: 18px;
}

section.floorplans.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

section.floorplans.in img.trees {
  top: 85px;
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 0.6s;
}

@media only screen and (max-width: 767px) {
  section.floorplans.in img.trees {
    top: 125px;
  }
}

section.floorplans img.trees {
  position: absolute;
  left: 0;
  top: 115px;
  width: 100%;
  opacity: 0;
}

section.floorplans img.wavey {
  position: absolute;
  top: -112px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  section.floorplans img.wavey {
    top: -50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.floorplans img.wavey {
    top: -1px;
    width: 101%;
  }
}

@media only screen and (max-width: 767px) {
  section.floorplans img.wavey {
    top: 0;
  }
}

section.floorplans h2 {
  font-size: 60px;
}

section.floorplans .form-label {
  background: #FFF;
  color: #697776;
  padding: 15px 18px;
  margin: 0;
  display: inline-block;
  font-size: 1em;
  line-height: 1.4em;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

section.floorplans form {
  display: inline-block;
  margin: 70px auto;
  background: #697776;
  padding: 0;
}

section.floorplans form label {
  color: #FFF;
  padding: 15px 18px;
  margin: 0;
  font-size: 1em;
  line-height: 1.4em;
  vertical-align: middle;
}

section.floorplans .carousel-control {
  width: 7.5%;
  top: 48%;
  transform: translateY(-50%);
  background-image: none;
  z-index: 1;
}

section.floorplans .floorplan-card-new .card {
  margin-top: 30px;
  margin-bottom: 30px;
}

#floorplanCarousel {
  overflow: hidden;
  height: 800px;
  width: 100%;
  margin: auto;
}

#floorplanCarousel .carousel-indicators.fc {
  bottom: -55px;
}

@media only screen and (max-width: 767px) {
  #floorplanCarousel .carousel-indicators.fc {
    left: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#floorplanCarousel .carousel-indicators.fc li {
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
  margin: 5px;
  border: none;
}

@media only screen and (max-width: 767px) {
  #floorplanCarousel .carousel-indicators.fc li {
    width: 24px;
    height: 24px;
    margin: 10px;
    border-radius: 50%;
  }
}

#floorplanCarousel .carousel-indicators.fc li.active,
#floorplanCarousel .carousel-indicators.fc li:hover {
  width: 16px;
  height: 16px;
  background: #724876;
  margin: 5px;
}

@media only screen and (max-width: 767px) {
  #floorplanCarousel .carousel-indicators.fc li.active,
  #floorplanCarousel .carousel-indicators.fc li:hover {
    width: 24px;
    height: 24px;
    margin: 10px;
    border-radius: 50%;
  }
}

.floorplan-card {
  display: block;
  height: 338px;
  margin-bottom: 40px;
  padding-top: 20px;
}

.floorplan-card .card {
  display: block;
  transition: all 0.2s ease-out;
  height: 100%;
  width: 100%;
}

.floorplan-card .card:hover {
  cursor: pointer;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in;
}

.floorplan-card img.community-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 318px;
}

.floorplan-card .ribbon {
  position: absolute;
  left: 0;
  top: 0;
}

.floorplan-card .card-left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 318px;
}

.floorplan-card .card-right {
  background: #FFF;
  height: 100%;
  text-align: left;
  padding: 25px;
  position: relative;
  height: 318px;
}

.floorplan-card h3 {
  text-transform: uppercase;
  margin-top: 0px;
}

.floorplan-card .price {
  font-size: 15px;
  text-transform: uppercase;
  color: #9B9B9B;
  line-height: 35px;
}

.floorplan-card ul.snapshot-info {
  margin-top: 15px;
}

.floorplan-card ul.snapshot-info li {
  line-height: 40px;
  font-size: 16px;
  color: #9B9B9B;
}

.floorplan-card ul.snapshot-info li img {
  margin-right: 10px;
}

.floorplan-card .floorplan-modals-links {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.floorplan-card .floorplan-modals-links a {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  display: block;
  text-transform: uppercase;
  background: #724876;
  padding: 10px;
}

.floorplan-card .floorplan-modals-links a i.fa {
  margin-right: 10px;
}

.floorplan-card .floorplan-modals-links a:hover {
  background: #87638a;
  color: white;
}

@media only screen and (max-width: 767px) {
  .floorplan-card {
    height: auto;
    margin-bottom: 10px;
  }

  .floorplan-card .card {
    height: auto;
    overflow: hidden;
  }

  .floorplan-card .card .card-left {
    height: auto;
    position: absolute;
    z-index: 2;
    width: 150px;
    height: 150px;
    min-height: 150px !important;
    max-height: 150px;
  }

  .floorplan-card .card .card-left img.community-thumbnail {
    height: auto;
  }

  .floorplan-card .card .card-right {
    width: 100%;
    height: 240px;
    padding-left: 0;
  }

  .floorplan-card .card .card-right h3,
  .floorplan-card .card .card-right p,
  .floorplan-card .card .card-right .price {
    padding-left: 170px;
  }

  .floorplan-card .card .card-right ul.snapshot-info {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f0f0f0;
  }

  .floorplan-card .card .card-right ul.snapshot-info li {
    display: inline-block;
    padding: 5px 10px;
  }

  .floorplan-card .card .card-right ul.snapshot-info li svg.house-icon {
    margin-right: 5px;
  }

  .floorplan-card .card .card-right ul.snapshot-info li:first-child {
    padding-left: 0;
  }

  .floorplan-card .card .card-right ul.snapshot-info li:last-child {
    padding-right: 0;
  }
}

@media only screen and (max-width: 320px) {
  .floorplan-card .card .card-right h3,
  .floorplan-card .card .card-right p,
  .floorplan-card .card .card-right .price {
    padding-left: 160px;
  }

  .floorplan-card .card .card-right h3 {
    font-size: 20px;
  }

  .floorplan-card .card .card-right p {
    line-height: 1;
  }

  .floorplan-card .card .card-right .price {
    line-height: 1.2;
  }

  .floorplan-card .card .card-right ul.snapshot-info li {
    font-size: 14px;
  }

  .floorplan-card .card .card-right ul.snapshot-info li svg.house-icon {
    width: 20px;
    height: 20px;
    margin-top: 10px;
  }
}

.floorplan-card-new .card {
  background-color: #FFF;
  display: block;
  transition: all 0.2s ease-out;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 1px;
  width: 100%;
}

.floorplan-card-new .card:hover {
  cursor: pointer;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in;
}

.floorplan-card-new img.community-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 318px;
}

.floorplan-card-new .ribbon {
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan-card-new .card-left {
    padding-right: 0;
  }
}

.floorplan-card-new .card-left > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .floorplan-card-new .card-left > div {
    min-height: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan-card-new .card-left > div {
    min-height: 300px;
  }
}

.floorplan-card-new .card-left > div .ribbon-wrapper-green {
  top: -5px;
  left: -4px;
}

.floorplan-card-new .card-left > div > a {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.floorplan-card-new .card-left > div > a i.fa {
  color: #FFF;
  font-size: 23px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .floorplan-card-new .card-left > div .carousel {
    max-height: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan-card-new .card-left > div .carousel {
    max-height: 300px;
  }
}

.floorplan-card-new .card-left > div .carousel .award-winning-home-badge {
  max-width: 75px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}

.floorplan-card-new .card-left > div .carousel p.tag-name {
  background-color: #667D47;
  margin-bottom: 0;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: capitalize;
  width: 100%;
}

.floorplan-card-new .card-left > div .carousel .indicators {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.floorplan-card-new .card-left > div .carousel .indicators a {
  z-index: 16;
}

.floorplan-card-new .card-left > div .carousel .indicators i.fa {
  color: #FFF;
  font-size: 18px;
}

.floorplan-card-new .card-left > div .carousel .indicators .previous-page,
.floorplan-card-new .card-left > div .carousel .indicators .next-page {
  position: absolute;
  bottom: 45px;
  z-index: 16;
}

.floorplan-card-new .card-left > div .carousel .indicators .previous-page {
  right: 135px;
}

.floorplan-card-new .card-left > div .carousel .indicators .next-page {
  right: 15px;
}

.floorplan-card-new .card-left > div .carousel ol.carousel-indicators {
  bottom: 36px;
  width: 100%;
  left: 0;
  margin-left: 0;
}

.floorplan-card-new .card-left > div .carousel ol.carousel-indicators li {
  display: none;
  text-indent: 0px;
  width: 165px;
  float: right;
  height: auto;
  font-size: 15px;
  color: #FFF;
  background: none;
  border: none;
}

.floorplan-card-new .card-left > div .carousel ol.carousel-indicators li.active {
  display: block;
}

.floorplan-card-new .card-left > div .carousel .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan-card-new .card-right {
    padding-left: 0;
  }
}

.floorplan-card-new .card-right > div {
  text-align: left;
  position: relative;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .floorplan-card-new .card-right > div {
    height: 240px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan-card-new .card-right > div {
    height: 300px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .floorplan-card-new .card-right > div {
    padding: 22.5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .floorplan-card-new .card-right > div {
    padding: 16.5px;
  }
}

.floorplan-card-new h3 {
  text-transform: uppercase;
  margin-top: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .floorplan-card-new h3 {
    font-size: 21px;
  }
}

.floorplan-card-new .price {
  font-size: 15px;
  text-transform: uppercase;
  color: #9B9B9B;
  line-height: 35px;
}

.floorplan-card-new ul.snapshot-info {
  margin-top: 15px;
}

.floorplan-card-new ul.snapshot-info li {
  line-height: 40px;
  font-size: 16px;
  color: #9B9B9B;
}

.floorplan-card-new ul.snapshot-info li img {
  margin-right: 10px;
}

.floorplan-card-new .floorplan-modals-links {
  border-top: 1px solid transparent;
  position: relative;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan-card-new .floorplan-modals-links.two-btns::before {
    background-color: #FFF;
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
  }
}

@media only screen and (max-width: 767px) {
  .floorplan-card-new .floorplan-modals-links.two-btns::before {
    background-color: #FFF;
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan-card-new .floorplan-modals-links.two-btns > .row > div[class^="col-"]:first-child {
    padding-right: 0;
  }

  .floorplan-card-new .floorplan-modals-links.two-btns > .row > div[class^="col-"]:last-child {
    padding-left: 0;
  }
}

.floorplan-card-new .floorplan-modals-links > .row > div[class^="col-"] a {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  display: block;
  text-transform: uppercase;
  background: #724876;
  padding: 10px;
}

.floorplan-card-new .floorplan-modals-links > .row > div[class^="col-"] a i.fa {
  font-size: 18px;
  margin-right: 7.5px;
}

.floorplan-card-new .floorplan-modals-links > .row > div[class^="col-"] a:hover {
  background: #87638a;
  color: white;
}

.floorplan-card-new .floorplan-modals-links > .row > div[class^="col-"] a svg.dotted-arrow {
  margin-top: -3px;
  margin-left: 7.5px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan-card-new .floorplan-modals-links > .row > div[class^="col-"] a.btn-where-we-build-this-plan,
  .floorplan-card-new .floorplan-modals-links > .row > div[class^="col-"] a.btn-see-the-video {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .floorplan-card-new .floorplan-modals-links > .row > div[class^="col-"] a.btn-where-we-build-this-plan,
  .floorplan-card-new .floorplan-modals-links > .row > div[class^="col-"] a.btn-see-the-video {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan-card-new .floorplan-modals-links > .row > div[class^="col-"] a.btn-view-floorplan-details,
  .floorplan-card-new .floorplan-modals-links > .row > div[class^="col-"] a.btn-view-plan-details {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .floorplan-card-new .floorplan-modals-links > .row > div[class^="col-"] a.btn-view-floorplan-details,
  .floorplan-card-new .floorplan-modals-links > .row > div[class^="col-"] a.btn-view-plan-details {
    text-align: center;
  }
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
  z-index: 1;
}

.ribbon-green {
  text-align: center;
  transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  right: -5px;
  top: 15px;
  width: 120px;
  background: #80ae42;
  color: #FFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  float: right;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.ribbon-green.innovation {
  background: #679492;
}

.ribbon-green.distinction {
  background: #7e5b47;
}

.ribbon-green.custom {
  background: #c16929;
}

.ribbon-wrapper-green.innovation .ribbon-green {
  background: #679492;
}

.ribbon-green:before,
.ribbon-green:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}

.ribbon-green:after {
  right: 0;
}

.available-homes {
  background: #f0f0f0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.available-homes h2 {
  color: #724876;
  font-size: 60px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .available-homes h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .available-homes .move-in-ready-filters {
    float: none !important;
  }

  .available-homes .move-in-ready-filters ul {
    text-align: center;
    margin: 0 !important;
  }

  .available-homes .move-in-ready-filters ul:first-child {
    padding-left: 0;
  }
}

.available-homes .move-in-ready-filters ul {
  margin-right: 10px;
}

.available-homes .move-in-ready-filters ul li {
  color: #575752;
  font-size: 17px;
  padding-left: 15px;
  padding-right: 23px;
  text-transform: uppercase;
}

@media only screen and (max-width: 320px) {
  .available-homes .move-in-ready-filters ul li {
    padding-left: 0;
    padding-right: 15px;
  }
}

.available-homes .move-in-ready-filters ul li:first-child {
  padding-right: 15px;
}

.available-homes .move-in-ready-filters ul li a {
  color: #575752;
  display: inline-block;
  padding-right: 1em;
  position: relative;
}

.available-homes .move-in-ready-filters ul li a:hover {
  color: #724876;
}

.available-homes .move-in-ready-filters ul li a i {
  color: inherit;
  position: absolute;
  right: 0;
}

.available-homes .move-in-ready-filters ul li a i.fa-caret-up {
  top: -3px;
}

.available-homes .move-in-ready-filters ul li a i.fa-caret-down {
  bottom: -1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .available-homes .cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.available-homes .move-in-ready-card {
  margin-top: 25px;
  margin-bottom: 25px;
  background: #FFF;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .available-homes .move-in-ready-card {
    max-width: calc(50vw - 33px);
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .available-homes .move-in-ready-card .card > .row {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .available-homes .move-in-ready-card .card > .row {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .available-homes .move-in-ready-card .card-left {
    padding-right: 0;
  }
}

.available-homes .move-in-ready-card .card-left > div {
  background-size: cover;
  height: 100%;
  background-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .available-homes .move-in-ready-card .card-left > div {
    min-height: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  .available-homes .move-in-ready-card .card-left > div {
    min-height: 67.5vw;
  }
}

.available-homes .move-in-ready-card .card-left img {
  width: 100%;
}

.available-homes .move-in-ready-card .card-left .ribbon-wrapper-green .ribbon-green {
  background: #80ae42;
}

.available-homes .move-in-ready-card .card-left .banner {
  font-family: "Oswald", "Open Sans";
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  position: absolute;
  bottom: 0;
  left: 15px;
  text-align: center;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .available-homes .move-in-ready-card .card-left .banner {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .available-homes .move-in-ready-card .card-left .banner {
    right: 15px;
  }
}

.available-homes .move-in-ready-card .card-left .banner.open-house {
  background-color: #84bc3e;
}

.available-homes .move-in-ready-card .card-left .banner.pending {
  background-color: #42c2f4;
}

.available-homes .move-in-ready-card .card-left .banner.sold {
  background-color: #d05621;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .available-homes .move-in-ready-card .top .card-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .available-homes .move-in-ready-card .card-middle {
    padding-left: 0;
    padding-right: 0;
  }
}

.available-homes .move-in-ready-card .card-middle .inner-card {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .available-homes .move-in-ready-card .card-middle .inner-card {
    min-height: 135px;
  }
}

.available-homes .move-in-ready-card .card-middle h3 {
  font-size: 26px;
  text-transform: uppercase;
}

.available-homes .move-in-ready-card .card-middle h3 span.elevation,
.available-homes .move-in-ready-card .card-middle h3 span.address,
.available-homes .move-in-ready-card .card-middle h3 span.lot {
  color: #808080;
  font-size: 18px;
  line-height: 35px;
}

.available-homes .move-in-ready-card .card-middle .community {
  font-size: 18px;
  color: #bdbdbd;
  text-transform: uppercase;
}

.available-homes .move-in-ready-card .card-middle .rmls-number {
  font-family: "Oswald", "Open Sans";
  margin-top: 5px;
}

.available-homes .move-in-ready-card .card-middle ul.snapshot-info {
  padding: 15px 15px 34px 15px;
  border-top: 1px solid #f0f0f0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .available-homes .move-in-ready-card .card-middle ul.snapshot-info {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 15px 15px 15px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .available-homes .move-in-ready-card .card-middle ul.snapshot-info {
    min-height: 102px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .available-homes .move-in-ready-card .card-middle ul.snapshot-info:before,
  .available-homes .move-in-ready-card .card-middle ul.snapshot-info:after {
    display: table;
    content: " ";
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .available-homes .move-in-ready-card .card-middle ul.snapshot-info:after {
    clear: both;
  }
}

.available-homes .move-in-ready-card .card-middle ul.snapshot-info li {
  float: left;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .available-homes .move-in-ready-card .card-middle ul.snapshot-info li {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .available-homes .move-in-ready-card .card-middle ul.snapshot-info li {
    padding-right: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .available-homes .move-in-ready-card .card-middle ul.snapshot-info li {
    display: inline-block;
    padding: 5px 10px;
  }

  .available-homes .move-in-ready-card .card-middle ul.snapshot-info li svg.house-icon {
    margin-right: 5px;
  }

  .available-homes .move-in-ready-card .card-middle ul.snapshot-info li span {
    padding-left: 5px;
  }

  .available-homes .move-in-ready-card .card-middle ul.snapshot-info li:first-child {
    padding-left: 0;
  }

  .available-homes .move-in-ready-card .card-middle ul.snapshot-info li:last-child {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .available-homes .move-in-ready-card .card-middle ul.snapshot-info li.see-the-video {
    float: right;
  }
}

.available-homes .move-in-ready-card .card-middle ul.snapshot-info li.see-the-video .btn-see-the-video {
  color: #9B9B9B;
  cursor: pointer;
  font-size: 15px;
}

.available-homes .move-in-ready-card .card-middle ul.snapshot-info li.see-the-video .btn-see-the-video i.fa {
  font-size: 18px;
  margin-right: 7.5px;
}

.available-homes .move-in-ready-card .card-middle ul.snapshot-info li svg path,
.available-homes .move-in-ready-card .card-middle ul.snapshot-info li svg polygon,
.available-homes .move-in-ready-card .card-middle ul.snapshot-info li svg rect {
  fill: #506362;
}

.available-homes .move-in-ready-card .card-middle ul.snapshot-info li span {
  padding-left: 12px;
  color: #9b9b9b;
  font-size: 20px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .available-homes .move-in-ready-card .card-right {
    padding-left: 0;
  }
}

.available-homes .move-in-ready-card .card-right .price {
  color: #808080;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  text-align: right;
  padding-right: 15px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .available-homes .move-in-ready-card .card-right .price {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .available-homes .move-in-ready-card .card-right .price {
    font-size: 16.5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .available-homes .move-in-ready-card .card-right .price {
    padding-left: 15px;
  }
}

.available-homes .move-in-ready-card .card-right .availability {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 34px;
  text-align: right;
  padding-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .available-homes .move-in-ready-card .card-right .availability {
    font-size: 13.5px;
  }
}

.available-homes .move-in-ready-card .card-right a.move-in-ready-cta {
  background: #724876;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.available-homes .move-in-ready-card .card-right a.move-in-ready-cta:hover {
  background: #87638a;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .available-homes .move-in-ready-card {
    height: auto;
    margin-bottom: 10px;
  }

  .available-homes .move-in-ready-card .card {
    height: auto;
  }

  .available-homes .move-in-ready-card .card .card-left {
    height: auto;
    min-height: 150px;
  }

  .available-homes .move-in-ready-card .card .card-left img.community-thumbnail {
    height: auto;
  }

  .available-homes .move-in-ready-card .card .card-middle {
    width: 100%;
    height: auto;
  }

  .available-homes .move-in-ready-card .card .card-middle .inner-card {
    padding-top: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .available-homes .move-in-ready-card .card .card-middle h3,
  .available-homes .move-in-ready-card .card .card-middle p,
  .available-homes .move-in-ready-card .card .card-middle .community {
    padding-bottom: 0;
    line-height: 1.2;
  }

  .available-homes .move-in-ready-card .card .card-middle h3 {
    margin: 0;
    font-size: 18px;
  }

  .available-homes .move-in-ready-card .card .card-middle h3 .elevation,
  .available-homes .move-in-ready-card .card .card-middle h3 .address,
  .available-homes .move-in-ready-card .card .card-middle h3 .lot {
    line-height: 1;
    font-size: 18px;
  }

  .available-homes .move-in-ready-card .card .card-middle .community {
    padding-top: 5px;
    font-size: 13.5px;
  }

  .available-homes .move-in-ready-card .card .card-middle .rmls-number {
    font-size: 12px;
  }

  .available-homes .move-in-ready-card .card .card-right .price {
    font-size: 18px;
  }

  .available-homes .move-in-ready-card .card .card-right .availability {
    font-size: 17px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 320px) {
  .available-homes .move-in-ready-card .card .card-middle h3 .elevation,
  .available-homes .move-in-ready-card .card .card-middle h3 .address,
  .available-homes .move-in-ready-card .card .card-middle h3 .lot {
    font-size: 16px;
  }

  .available-homes .move-in-ready-card .card .card-right .price {
    line-height: 1.3;
  }
}

/* bootstrap slickslideshow embedded in tab fix */

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  height: 0;
  overflow: hidden;
}

.tab-content > .active,
.pill-content > .active {
  height: auto;
}

/* end */

#gallery {
  opacity: 0;
}

#gallery.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

#gallery .swipe-text {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  z-index: 20;
}

#gallery .gallery-with-thumbnails {
  position: relative;
  overflow: hidden;
}

#gallery .gallery-with-thumbnails .swipe-text {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  z-index: 20;
}

#gallery #thumbs.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

#gallery #thumbnail-carousel .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1000;
}

#gallery #thumbnail-carousel .slick-arrow .hover-ellipse {
  position: absolute;
  top: 49%;
  height: 140px;
  background-color: #FFF;
  border-radius: 50%;
  margin-top: -60px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity 0.4s ease-out;
}

#gallery #thumbnail-carousel .slick-arrow.left {
  left: 0;
}

#gallery #thumbnail-carousel .slick-arrow.left .icon-prev {
  position: absolute;
  top: 50%;
  left: 23px;
  margin-top: -10px;
  margin-left: -10px;
}

#gallery #thumbnail-carousel .slick-arrow.left:hover .hover-ellipse {
  left: -75px;
  opacity: 0.2;
  visibility: visible;
  transition: opacity 0.4s ease-in;
}

#gallery #thumbnail-carousel .slick-arrow.right {
  right: 0;
}

#gallery #thumbnail-carousel .slick-arrow.right .icon-next {
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -10px;
  margin-right: -10px;
}

#gallery #thumbnail-carousel .slick-arrow.right:hover .hover-ellipse {
  right: -75px;
  opacity: 0.2;
  visibility: visible;
  transition: opacity 0.4s ease-in;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #gallery #thumbnail-carousel .slick-track {
    min-height: 670px;
  }
}

@media only screen and (max-width: 767px) {
  #gallery #thumbnail-carousel .slick-track {
    height: 300px;
  }
}

#gallery #thumbnail-carousel .slick-dots {
  bottom: auto;
}

#gallery #thumbs .thumb {
  max-width: 150px;
  width: 100%;
}

#gallery .gallery-thumb {
  padding: 5px;
}

#gallery .gallery-thumb > a {
  background-position: center;
  background-size: cover;
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

#gallery .gallery-thumb > a .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(114, 72, 118, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out;
}

#gallery .gallery-thumb > a .hover i.fa {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: #FFF;
  transition: all 0.2s ease-out;
}

#gallery .gallery-thumb > a:hover {
  cursor: pointer;
}

#gallery .gallery-thumb > a:hover .hover {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in;
}

#gallery .gallery-thumb > a:hover .hover i.fa {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in;
  transition-delay: 0.2s;
}

#gallery .load-more-images-btn {
  font-family: "Oswald", "Open Sans";
  background-color: transparent;
  border-color: #724876;
  color: #724876;
  font-weight: 400;
  margin-top: 60px;
  padding-left: 30px;
}

#gallery .load-more-images-btn:hover {
  background-color: #724876;
  color: #FFF;
}

#galleryCarousel .transition {
  position: absolute;
  bottom: -400px !important;
  width: 100%;
  height: 0%;
  z-index: 10;
  background: #445554;
}

#galleryCarousel .transition img.trees-top {
  position: absolute;
  top: -400px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #galleryCarousel .transition img.trees-top {
    top: -120px;
  }
}

@media only screen and (max-width: 767px) {
  #galleryCarousel .transition img.trees-top {
    top: -120px;
  }
}

#galleryCarousel .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#galleryCarousel h2.top {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 15;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 35px;
}

#galleryCarousel ul.gallery-filters {
  position: absolute;
  right: 40px;
  top: 50px;
  z-index: 10;
}

#galleryCarousel ul.gallery-filters li {
  margin: 0px 5px;
}

#galleryCarousel ul.gallery-filters li a,
#galleryCarousel ul.gallery-filters li button {
  padding: 10px 15px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #FFF;
  color: #FFF;
}

#galleryCarousel ul.gallery-filters li a.active,
#galleryCarousel ul.gallery-filters li button.active {
  background: #FFF;
  color: #724876;
}

#galleryCarousel ul.gallery-filters li a:hover,
#galleryCarousel ul.gallery-filters li button:hover {
  background: #FFF;
  color: #724876;
}

#galleryCarousel ul.gallery-filters li:last-child {
  margin-right: 0px;
}

#galleryCarousel .gallery-caption {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  color: #FFF;
}

#galleryCarousel .gallery-caption.top-left {
  bottom: 0;
  text-align: left;
  top: 40px;
  left: 40px;
}

#galleryCarousel .gallery-caption h2 {
  text-transform: uppercase;
  font-weight: light;
  font-size: 36px;
  line-height: 35px;
}

#galleryCarousel .gallery-caption p {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  margin-top: 35px;
  color: #FFF;
}

#galleryCarousel .carousel-indicators {
  right: 50px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  left: auto;
  height: auto;
  top: 59%;
}

#galleryCarousel .carousel-indicators li {
  border: none;
  display: block;
  background: #FFF;
  margin-bottom: 10px;
  width: 9px;
  height: 9px;
  margin-left: 4px;
  transition: all 0.1s ease-out;
}

#galleryCarousel .carousel-indicators li.active,
#galleryCarousel .carousel-indicators li:hover {
  transition: all 0.1s ease-in;
  transform: scale(1.5);
}

.transition {
  position: absolute;
  bottom: -400px !important;
  width: 100%;
  height: 0%;
  z-index: 10;
  background: #445554;
}

@media only screen and (max-width: 767px) {
  .transition {
    bottom: -127px !important;
  }
}

.transition img.trees-top {
  position: absolute;
  top: -400px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .transition img.trees-top {
    top: -120px;
  }
}

@media only screen and (max-width: 767px) {
  .transition img.trees-top {
    top: -120px;
  }
}

.gallery-caption {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  color: #FFF;
}

.gallery-caption.top-left {
  bottom: 0;
  text-align: left;
  top: 15px;
}

.gallery-caption h2 {
  text-transform: uppercase;
  font-weight: light;
  font-size: 36px;
  line-height: 35px;
}

.gallery-caption p {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  margin-top: 35px;
}

ul.gallery-filters {
  position: absolute;
  right: 40px;
  top: 50px;
  z-index: 10;
}

ul.gallery-filters li {
  margin: 0px 5px;
}

@media only screen and (max-width: 767px) {
  ul.gallery-filters li {
    margin: 0px;
  }
}

ul.gallery-filters li a {
  padding: 10px 15px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #FFF;
  color: #FFF;
}

ul.gallery-filters li a.active {
  background: #FFF;
  color: #724876;
}

ul.gallery-filters li a:hover {
  background: #FFF;
  color: #724876;
}

ul.gallery-filters li:last-child {
  margin-right: 0px;
}

.thumbnail-carousel {
  width: 100%;
  background: gray;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .thumbnail-carousel {
    min-height: 670px;
  }
}

.thumbnail-carousel.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.thumbnail-carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -o-background-size: cover;
  min-width: 100%;
}

.thumbnail-carousel .slick-dots {
  bottom: 10%;
  left: auto;
  right: 50px;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 50px;
  vertical-align: middle;
  list-style: none;
}

.thumbnail-carousel .slick-dots li {
  vertical-align: middle;
  display: inline-block;
  list-style: none;
  margin: 4px 5px;
}

.thumbnail-carousel .slick-dots li button:before {
  font-size: 30px;
  opacity: 1;
  color: #FFF;
  transition: all 0.1s ease-out;
}

.thumbnail-carousel .slick-dots li.slick-active button:before,
.thumbnail-carousel .slick-dots li:hover button:before {
  font-size: 50px;
  transition: all 0.1s ease-in;
}

.thumbnail-carousel .slick-slider .slick-track,
.thumbnail-carousel .slick-slider .slick-list {
  height: 100%;
}

.thumbnail-carousel .slick-list,
.thumbnail-carousel .slick-track,
.thumbnail-carousel .slick-track .image-wrap,
.thumbnail-carousel .slick-slide,
.thumbnail-carousel .slick-slide > div {
  height: 100%;
  position: relative;
}

#thumbs {
  background: #fff;
  z-index: 11;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #thumbs {
    display: none !important;
  }
}

#thumbs .slick-list {
  padding-top: 30px;
  margin-left: 30px;
  margin-right: 40px;
}

#thumbs.slick-dotted.slick-slider {
  z-index: 11;
  margin-bottom: 5px;
  padding-bottom: 36px;
  background: #FFF;
}

#thumbs .slick-next {
  right: 0;
}

#thumbs .slick-prev {
  left: 0;
}

#thumbs .slick-prev,
#thumbs .slick-next {
  width: 25px;
  height: 55%;
  background: #f2f2f2;
  z-index: 1;
  top: 35%;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 767px) {
  #thumbs .slick-prev,
  #thumbs .slick-next {
    height: 35%;
    top: 25%;
  }
}

#thumbs .slick-prev .fa,
#thumbs .slick-next .fa {
  color: #000;
  font-size: 20px;
  top: 40%;
  position: absolute;
}

#thumbs .slick-prev .fa.fa-angle-left,
#thumbs .slick-next .fa.fa-angle-left {
  left: 37%;
}

#thumbs .slick-prev .fa.fa-angle-right,
#thumbs .slick-next .fa.fa-angle-right {
  right: 37%;
}

#thumbs .slick-prev:before,
#thumbs .slick-next:before {
  color: #000;
  opacity: 1;
  display: none;
}

#thumbs .slick-prev:hover,
#thumbs .slick-next:hover {
  background: #724876;
  transition: all 0.2s ease-in;
}

#thumbs .slick-prev:hover .fa,
#thumbs .slick-next:hover .fa {
  color: #FFF;
}

#thumbs .thumb {
  margin: 0px 10px;
}

#thumbs .thumb img {
  height: 94px;
  width: 100%;
  border: 3px solid #FFF;
  transition: all 0.2s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #thumbs .thumb img {
    height: 78px;
  }
}

#thumbs .thumb.slick-current img,
#thumbs .thumb:hover img {
  border: 3px solid #84bc3e;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

#thumbs .thumb:focus {
  outline: none;
}

.video {
  background: #dcdcdc;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video .transition img.trees-top {
    top: -140px;
  }
}

@media only screen and (max-width: 767px) {
  .video .row.visible-xs {
    position: relative;
  }

  .video h2.top {
    font-size: 36px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .video .gallery-caption {
    bottom: 50px;
  }

  .video .gallery-caption h2 {
    font-size: 22px;
  }

  .video .transition img.trees-top {
    top: -140px;
  }

  .video .slick-dots {
    display: none !important;
  }
}

.video > .container > .row:first-child h2 {
  font-size: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.video > .container > .row:first-child .nav-tabs {
  border-color: #FFF;
}

.video > .container > .row:first-child .nav-tabs > li {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.video > .container > .row:first-child .nav-tabs > li.active > a {
  border-color: #FFF;
  border-bottom-color: #dcdcdc;
  color: #667D47;
}

.video > .container > .row:first-child .nav-tabs > li > a {
  background-color: transparent;
  color: #575752;
  margin-right: 0;
}

.site-plan {
  background: #FFF;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .site-plan {
    padding-top: 105px;
  }
}

@media only screen and (max-width: 767px) {
  .site-plan {
    padding-top: 60px;
  }
}

.site-plan h2 {
  color: #724876;
  font-size: 60px;
}

@media only screen and (max-width: 767px) {
  .site-plan h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

.site-plan .note {
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1200px) {
  .site-plan .map {
    padding-left: 9vw;
    padding-right: 9vw;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .site-plan .map {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-plan .map > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .site-plan .map > div {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.site-plan .map > div .map-key {
  border: 1px solid #9B9B9B;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-plan .map > div .map-key {
    width: calc(25% - 7.5px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .site-plan .map > div .map-key {
    width: 100%;
  }
}

.site-plan .map > div .map-key p,
.site-plan .map > div .map-key li {
  color: #575752;
}

.site-plan .map > div .map-key p,
.site-plan .map > div .map-key ul {
  margin-bottom: 0;
}

.site-plan .map > div .map-key p {
  font-family: "Oswald", "Open Sans";
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .site-plan .map > div .map-key p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .site-plan .map > div .map-key p {
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site-plan .map > div .map-key ul {
    text-align: right;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .site-plan .map > div .map-key li {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-plan .map > div .map-key li {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .site-plan .map > div .map-key li {
    font-size: 4.2vw;
  }
}

@media only screen and (max-width: 767px) {
  .site-plan .map > div .map-key img {
    max-width: 4.5vw;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-plan .map > div .angular-google-map {
    width: calc(75% - 7.5px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .site-plan .map > div .angular-google-map {
    width: 100%;
  }
}

.site-plan .map > div .angular-google-map .popup-wrapper {
  background-color: #FFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .site-plan .map > div .angular-google-map .popup-wrapper {
    width: 513px;
  }
}

@media only screen and (max-width: 767px) {
  .site-plan .map > div .angular-google-map .popup-wrapper {
    width: 270px;
  }
}

.site-plan .map > div .angular-google-map .popup-wrapper .img-container {
  background-color: #9B9B9B;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 138px;
}

.site-plan .map > div .angular-google-map .popup-wrapper .img-container.logo {
  background-size: auto;
}

.site-plan .map > div .angular-google-map .popup-wrapper .snapshot {
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-plan .map > div .angular-google-map .popup-wrapper .snapshot p,
.site-plan .map > div .angular-google-map .popup-wrapper .snapshot li {
  font-family: "Oswald", "Open Sans";
}

.site-plan .map > div .angular-google-map .popup-wrapper .plan-name {
  padding-right: 0;
}

.site-plan .map > div .angular-google-map .popup-wrapper .plan-name p {
  color: #667D47;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.site-plan .map > div .angular-google-map .popup-wrapper .lot-number,
.site-plan .map > div .angular-google-map .popup-wrapper .lot-size {
  padding-right: 0;
}

.site-plan .map > div .angular-google-map .popup-wrapper .lot-number p,
.site-plan .map > div .angular-google-map .popup-wrapper .lot-size p {
  font-weight: 400;
  /* line-height: 36px; */
  margin-bottom: 0;
}

.site-plan .map > div .angular-google-map .popup-wrapper .lot-number p {
  font-size: 18px;
  margin-top: 7.5px;
}

@media only screen and (max-width: 767px) {
  .site-plan .map > div .angular-google-map .popup-wrapper .lot-size p {
    margin-bottom: 10px;
  }
}

.site-plan .map > div .angular-google-map .popup-wrapper .list-inline {
  margin-bottom: 0;
  margin-left: -7.5px;
}

.site-plan .map > div .angular-google-map .popup-wrapper .list-inline li {
  color: #9B9B9B;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.site-plan .map > div .angular-google-map .popup-wrapper .list-inline li span {
  font-size: 16px;
  line-height: 28px;
  padding-left: 7.5px;
}

.site-plan .map > div .angular-google-map .popup-wrapper svg path,
.site-plan .map > div .angular-google-map .popup-wrapper svg polygon,
.site-plan .map > div .angular-google-map .popup-wrapper svg rect,
.site-plan .map > div .angular-google-map .popup-wrapper svg circle {
  fill: #9B9B9B;
}

.site-plan .map > div .angular-google-map .popup-wrapper .bottom {
  background-color: #f0f0f0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-plan .map > div .angular-google-map .popup-wrapper .bottom p {
  color: #575752;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .site-plan .map > div .angular-google-map .popup-wrapper .bottom p {
    margin-bottom: 0;
  }
}

.site-plan .map > div .angular-google-map .popup-wrapper .bottom .bordered-link-btn.primary-button {
  font-family: "Oswald", "Open Sans";
  margin-top: 0;
  padding: 5px 15px;
}

.features {
  padding: 100px 0px;
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  .features {
    padding: 50px 0px;
  }
}

.features #features-container {
  opacity: 0;
}

.features #features-container.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.features h2 {
  font-size: 48px;
}

@media only screen and (max-width: 767px) {
  .features h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

.features .features-wrap {
  margin-top: 60px;
}

.features .features-wrap ul.nav-tabs {
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .features .features-wrap ul.nav-tabs {
    margin-bottom: 35px;
  }

  .features .features-wrap ul.nav-tabs li a {
    font-size: 12px;
    padding: 15px 15px;
    margin-right: 10px;
  }
}

.features .panel-group {
  margin: 0 -2.5%;
  vertical-align: top;
}

.features .panel {
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: inline-block;
  width: 45%;
  margin: 0 2.5% 30px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .features .panel {
    width: 100%;
    margin: 0 2.5% 10px;
  }
}

.features .panel .panel-heading {
  background: #FFF;
  position: relative;
  -moz-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px;
  position: relative;
  background: linear-gradient(to left, transparent 50%, #724876 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background .4s ease;
  -webkit-transition: background .4s ease;
  -moz-transition: background .4s ease;
  -o-transition: background .4s ease;
}

.features .panel .panel-heading:hover {
  background-position: left bottom;
}

.features .panel .panel-heading:hover h4.panel-title a span {
  color: #FFF;
}

.features .panel .panel-heading:hover h4.panel-title a span svg path {
  fill: #FFF;
}

.features .panel .panel-heading h4.panel-title a {
  display: block;
  padding: 20px;
}

.features .panel .panel-heading h4.panel-title a span {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features .panel .panel-heading h4.panel-title a span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .features .panel .panel-heading h4.panel-title a span {
    font-size: 14px;
    line-height: 28px;
  }
}

.features .panel .panel-heading h4.panel-title a svg {
  margin-top: 7px;
  margin-right: 30px;
  transition: all 0.5s ease-out;
  float: right;
}

.features .panel .panel-heading h4.panel-title a svg path.st0 {
  fill: #724876;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features .panel .panel-heading h4.panel-title a svg {
    margin-right: 10px;
  }
}

.features .panel .panel-heading + .panel-collapse > .panel-body {
  background: #ebeceb;
  max-height: 405px;
  overflow: auto;
}

.features .panel .panel-heading + .panel-collapse > .panel-body p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 48px;
  color: #9B9B9B;
  padding-left: 2em;
}

.features .panel .panel-heading + .panel-collapse > .panel-body ul {
  list-style-type: none;
}

.features .panel .panel-heading + .panel-collapse > .panel-body ul li {
  color: #9B9B9B;
  font-size: 16px;
  line-height: 48px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 2em;
  text-indent: -2em;
}

.features .panel .panel-heading + .panel-collapse > .panel-body ul li:before {
  content: '\2022';
  padding-right: 20px;
  color: #724876;
}

.features .panel.panel-open > .panel-heading {
  background-position: left bottom;
}

.features .panel.panel-open > .panel-heading h4.panel-title a span {
  color: #FFF;
}

.features .panel.panel-open > .panel-heading h4.panel-title a span svg path {
  fill: #FFF;
}

.features .panel.panel-open svg {
  transform: rotate(90deg);
  transition: all 0.5s ease-in;
}

.local-amenities {
  background: #ebeceb;
  height: 620px;
  overflow: hidden;
  opacity: 0;
}

.local-amenities.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.local-amenities h2 {
  font-size: 48px;
  line-height: 35px;
  letter-spacing: 0px;
  margin-bottom: 70px;
}

.local-amenities .shadow-1 {
  position: absolute;
  background: url("/images/site/microsite/shadow-1.png") repeat-y;
  width: 80px;
  height: 100%;
  right: calc(50% - 80px);
  z-index: 999;
  pointer-events: none;
}

.local-amenities .list {
  padding-top: 55px;
}

.local-amenities .list a {
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 30px;
  width: 45%;
  margin-right: 5%;
  float: left;
  display: inline-block;
  letter-spacing: 0px;
  padding-left: 15px;
}

.local-amenities .list a:visited {
  color: #667D47;
}

.local-amenities .list a.selected {
  background: #FFF;
  color: #724876;
}

.local-amenities .list a svg {
  margin-top: 19px;
  margin-right: 18px;
  width: 15px;
  height: 15px;
  float: right;
}

.local-amenities .list a svg path.st0 {
  fill: #a2a2a2;
}

.local-amenities .list a:hover {
  background: #FFF;
  color: #724876;
  cursor: pointer;
}

.local-amenities .map-container {
  /*
		background-image: url('/images/site/homepage/where-we-build-map.png');
	      background-position-x: 120%;
	      background-position-y: 45%;
	      */
  height: 660px;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
}

.local-amenities .map-container .map-gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #000 -60%, transparent 20%);
  position: absolute;
  left: 0;
  z-index: 1;
}

.local-amenities .map-container .map-pin {
  position: absolute;
}

.local-amenities .map-container .map-pin:hover {
  cursor: pointer;
}

.local-amenities .map-container .unw-popup {
  width: 290px;
  top: -79px;
  left: -125px;
}

.local-amenities .map-container .unw-popup .unw-popup-description {
  width: 290px;
}

.local-amenities .map-container .unw-popup .unw-popup-description .top-section {
  padding-left: 0px;
  padding-bottom: 15px;
  text-align: center;
}

.contact-us {
  padding: 100px 0;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .contact-us {
    padding: 0 0 100px;
  }
}

.contact-us.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

.contact-us h2 {
  font-size: 48px;
  line-height: 35px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .contact-us h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

.contact-us h4 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
  font-family: "Oswald", "Open Sans";
}

.contact-us .contact-section {
  margin-top: 60px;
  font-family: "Open Sans", sans-serif;
}

.contact-us .note {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
  .contact-us .note {
    margin-right: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us .note {
    margin-right: 15px;
  }
}

.contact-us .location {
  border: 1px solid #e2e2e2;
  margin-bottom: 36px;
  padding: 30px;
}

@media only screen and (min-width: 1200px) {
  .contact-us .location {
    margin-right: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us .location {
    margin-right: 15px;
  }
}

.contact-us .location > p {
  color: #724876;
  font-weight: bold;
  margin-bottom: 24px;
}

.contact-us .location > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .contact-us .location > div {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-us .location > div p {
  color: #9B9B9B;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .location > div p {
    margin-bottom: 0;
  }
}

.contact-us .location > div p:last-child {
  margin-bottom: 0px;
}

.contact-us .location > div p i.fa {
  color: #724876;
  float: left;
  font-size: 28px;
  margin-right: 15px;
}

.contact-us .location > div .bordered-link-btn.primary-button {
  font-size: 15px;
  margin: 0;
  padding: 10.5px 15px;
  text-align: center;
}

.contact-us .sales-contact p {
  line-height: 30px;
  margin-bottom: 25px;
}

.contact-us .sales-contact p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .contact-us .sales-contact p:last-child {
    margin-bottom: 0px;
  }
}

.contact-us .sales-contact a {
  color: #9B9B9B;
}

.contact-us .sales-contact i.fa {
  font-size: 28px;
  float: left;
  margin-right: 15px;
  color: #724876;
}

.contact-us .sales-contact span {
  font-weight: bold;
}

.contact-us .contact h3 {
  font-size: 30px;
  margin-bottom: 60px;
  color: #9B9B9B;
}

.contact-us .contact form input,
.contact-us .contact form select,
.contact-us .contact form textarea {
  background: #e2e2e2;
}

.contact-us .contact form .submit {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact form .submit {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-us .contact form .submit {
    margin-right: 15px;
  }
}

.contact-us .contact form .disclaimer {
  margin-top: 18px;
}

.contact-us .perferred-lenders {
  overflow: hidden;
  margin-top: 40px;
  padding: 35px 35px 64px 35px;
  border: 1px solid #e2e2e2;
}

@media only screen and (max-width: 767px) {
  .contact-us .perferred-lenders {
    padding: 35px;
    margin-top: 0;
  }
}

.contact-us .perferred-lenders h4 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .contact-us .perferred-lenders h4 {
    margin-bottom: 0;
  }
}

.contact-us .perferred-lenders p {
  font-weight: 500;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  letter-spacing: 0;
  color: #9B9B9B;
}

.contact-us .perferred-lenders p span {
  font-weight: 600;
  color: #828282;
}

.contact-us .perferred-lenders p i.fa {
  font-size: 25px;
  float: left;
  margin-right: 15px;
  color: #724876;
}

.contact-us .perferred-lenders p i.fa.fa-envelope {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .contact-us .perferred-lenders p:first-child {
    margin-top: 40px;
  }
}

.contact-us .perferred-lenders p a:hover {
  color: #87638a;
}

@media only screen and (max-width: 767px) {
  .contact-us .perferred-lenders .bordered-link-btn {
    margin-top: 25px;
    font-size: 16px;
    padding: 10px 25px 13px 20px;
  }

  .contact-us .perferred-lenders .bordered-link-btn svg.dotted-arrow {
    margin-left: 20px;
  }
}

.find-your-home .find-your-home-map {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .find-your-home .find-your-home-map {
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    padding-top: 115px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .find-your-home .find-your-home-map.visible {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in;
    transition-delay: 0.3s;
  }
}

.find-your-home .map-mobile-header {
  background: #565656;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 1;
  padding: 5px 20px;
  border-top: 1px solid #9B9B9B;
}

.find-your-home .map-mobile-header h2 {
  font-size: 20px;
  float: left;
  color: #FFF;
  margin-top: 13px;
}

.find-your-home .map-mobile-header .tab-buttons {
  float: right;
  margin-top: 6px;
}

.find-your-home .map-mobile-header .tab-buttons a {
  display: inline-block;
  background: #FFF;
  padding: 8px;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  text-align: center;
}

.find-your-home .map-mobile-header .tab-buttons a i.fa {
  color: #724876;
  font-size: 18px;
}

.find-your-home .map-mobile-header .tab-buttons a.active {
  background: #724876;
}

.find-your-home .map-mobile-header .tab-buttons a.active i.fa {
  color: #FFF;
}

.community-list-item,
section.map #community-panel .list-item,
section.our-communities-mobile .tab-content .list-item {
  padding: 13px 10px 10px 40px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
  position: static !important;
  transition: all 0.2s ease-out;
}

.community-list-item:hover,
section.map #community-panel .list-item:hover,
section.our-communities-mobile .tab-content .list-item:hover {
  background: rgba(232, 227, 195, 0.4);
  transition: all 0.2s ease-in;
}

.community-list-item p.title,
section.map #community-panel .list-item p.title,
section.our-communities-mobile .tab-content .list-item p.title {
  font-size: 22px;
  font-weight: 400;
  color: #91AB6E;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .community-list-item p.title,
  section.map #community-panel .list-item p.title,
  section.our-communities-mobile .tab-content .list-item p.title {
    font-size: 20px;
  }
}

.community-list-item p.title span.coming-soon,
section.map #community-panel .list-item p.title span.coming-soon,
section.our-communities-mobile .tab-content .list-item p.title span.coming-soon {
  color: #ababab;
  font-size: 16px;
}

.community-list-item .visit-community,
section.map #community-panel .list-item .visit-community,
section.our-communities-mobile .tab-content .list-item .visit-community {
  color: #9B9B9B;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 32px;
  display: inline-block;
  text-decoration: none;
}

.community-list-item .visit-community svg.dotted-arrow,
section.map #community-panel .list-item .visit-community svg.dotted-arrow,
section.our-communities-mobile .tab-content .list-item .visit-community svg.dotted-arrow {
  width: 14px;
  height: 14px;
  float: right;
  margin-top: 4px;
  margin-left: 5px;
}

.community-list-item .visit-community svg.dotted-arrow path,
section.map #community-panel .list-item .visit-community svg.dotted-arrow path,
section.our-communities-mobile .tab-content .list-item .visit-community svg.dotted-arrow path {
  fill: #9B9B9B;
}

.community-list-item .price,
section.map #community-panel .list-item .price,
section.our-communities-mobile .tab-content .list-item .price {
  font-size: 14px;
  color: #5F6269;
  font-weight: 400;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .community-list-item .price,
  section.map #community-panel .list-item .price,
  section.our-communities-mobile .tab-content .list-item .price {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .community-list-item .school-district,
  section.map #community-panel .list-item .school-district,
  section.our-communities-mobile .tab-content .list-item .school-district {
    margin-top: 10px;
    font-size: 14px;
  }
}

section.map .angular-google-map {
  height: 100%;
  width: 100%;
}

section.map .angular-google-map-container {
  height: 100%;
}

section.map #community-panel {
  width: 615px;
  position: absolute;
  left: -617px;
  top: 12%;
  padding: 40px 40px 40px 0px;
  background: #FFF;
  transition: all 0.6s ease-out;
}

@media only screen and (max-width: 767px) {
  section.map #community-panel {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    padding: 20px 0 0;
    min-height: auto;
    max-height: 100%;
    overflow: auto;
    transition: all 0.3s ease-out;
    transition-delay: 0.3s;
    background-color: #FFF;
    left: 0;
    top: 18%;
  }
}

section.map #community-panel.opened {
  left: 0;
  transition: all 0.6s ease-in;
}

section.map #community-panel.visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in;
  transition-delay: 0.3s;
}

@media only screen and (max-width: 767px) {
  section.map #community-panel .mCSB_inside > .mCSB_container {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  section.map #community-panel .scroll-wrap {
    height: 80vh !important;
    padding: 10px 0 60px;
    overflow-y: scroll;
  }
}

section.map #community-panel h2 {
  margin-bottom: 50px;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  section.map #community-panel h2 {
    display: none;
  }
}

section.map #community-panel .list-item {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  section.map #community-panel .list-item {
    border-bottom: 1px solid #C2C2C2;
    padding: 20px 20px 23px 20px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  section.map #community-panel .list-item .community-image {
    width: 80px;
    height: 80px;
    float: left;
    background-size: cover;
    background-position: center center;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  section.map #community-panel .list-item .pull-right {
    display: none;
  }
}

section.map a.toggle-communities {
  position: absolute;
  right: -83px;
  top: 14%;
  padding: 10px 15px;
  color: #FFF;
  background: #724876;
  transform: rotate(90deg);
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  section.map a.toggle-communities {
    display: none;
  }
}

section.map a.toggle-communities span {
  padding-left: 5px;
}

.gm-style-iw {
  padding: 0 !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw-chr {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.gm-style-iw-chr button[title='Close'] {
  pointer-events: auto;
  width: 40px !important;
  height: 40px !important;
}

.gm-style-iw-chr button[title='Close'] span {
  width: 20px !important;
  height: 20px !important;
}

section.our-communities-mobile {
  padding-top: 60px;
}

section.our-communities-mobile .page-title {
  font-size: 22px;
  color: #5F6269;
  position: absolute;
  margin: 20px 0 0 20px;
}

section.our-communities-mobile .nav-pills {
  border-bottom: 1px solid #C2C2C2;
  padding: 10px 20px;
}

section.our-communities-mobile .nav-pills > li {
  float: right;
  margin: 0 5px;
}

section.our-communities-mobile .nav-pills > li.active > a {
  background-color: #724876;
  color: white;
}

section.our-communities-mobile .nav-pills > li > a {
  width: 40px;
  height: 40px;
  font-size: 20px;
  padding: 3px;
  text-align: center;
  border: 1px solid #724876;
  color: #724876;
}

section.our-communities-mobile .tab-content {
  margin-top: 0;
}

section.our-communities-mobile .tab-content .list-item {
  display: block;
  margin-bottom: 0;
  padding: 15px 10px 15px 15px;
  border-bottom: 1px solid #ccc;
}

section.our-communities-mobile .tab-content .list-item .community-image {
  width: 125px;
  height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 320px) {
  section.our-communities-mobile .tab-content .list-item .community-image {
    width: 100px;
    height: 100px;
  }
}

section.our-communities-mobile .tab-content .list-item .title {
  font-size: 22px;
}

section.our-communities-mobile .tab-content .list-item .school_district {
  font-size: 14px;
  margin-top: 10px;
}

section.our-communities-mobile .tab-content .list-item .visit-community {
  font-size: 12px;
  height: 110px;
  margin-top: 0;
}

section.our-communities-mobile .tab-content .list-item .visit-community svg.dotted-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 15px;
  margin-left: 0;
}

section.our-communities-mobile .tab-content .scroll-wrap {
  padding: 10px 0 60px;
  overflow-y: scroll;
}

.floorplan-detail {
  margin-top: 230px;
  background: #f0f0f0;
}

@media only screen and (max-width: 767px) {
  .floorplan-detail {
    margin-top: 0;
  }
}

.floorplan-detail .disclaimer-floor-plans {
  margin-bottom: 90px;
}

.floorplan-detail footer {
  position: relative;
  z-index: 10;
}

body.floorplan-detail header.menu:not(.fixed) {
  background: url("/images/site/floorplan-detail/header.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  height: 230px;
}

@media only screen and (min-width: 1450px) {
  body.floorplan-detail header.menu:not(.fixed) {
    background-size: 100%;
  }
}

section.sub-header {
  background: #565656;
  padding: 20px 0px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  section.sub-header {
    padding: 60px 0 0 !important;
  }
}

section.sub-header.fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
  transition-delay: 0.9s;
}

section.sub-header .left-half button.button {
  margin-top: 0px;
  font-size: 16px;
  padding: 10px 25px 13px 25px;
  background: none;
}

section.sub-header .left-half button.button .dotted-arrow {
  transform: rotate(-180deg);
}

section.sub-header .left-half button.button span {
  margin-left: 20px;
  margin-right: 0px;
}

section.sub-header .left-half button.button:hover {
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  section.sub-header .left-half {
    padding-right: 0;
  }

  section.sub-header .left-half button.button {
    font-size: 14px;
    padding: 15px;
    width: 100%;
    border: 0;
    background: rgba(255, 255, 255, 0.5);
  }

  section.sub-header .left-half button.button .dotted-arrow {
    left: 15px;
    margin-top: 0;
    position: absolute;
    width: 18px;
    height: 18px;
  }
}

section.sub-header .right-half .dropdown {
  float: right;
}

section.sub-header .right-half .dropdown .btn.btn-default {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #FFF;
  height: 49px;
  font-weight: 300;
  padding: 8px 25px;
}

section.sub-header .right-half .dropdown .btn.btn-default span {
  margin-right: 20px;
}

section.sub-header .right-half .dropdown .btn.btn-default .dotted-arrow {
  float: none;
  margin-top: 0px;
}

section.sub-header .right-half .dropdown .btn.btn-default:hover {
  background: #FFF;
  color: #724876;
}

section.sub-header .right-half .dropdown .btn.btn-default:hover .dotted-arrow path.st0 {
  fill: #724876;
}

section.sub-header .right-half .dropdown.open .btn.btn-default {
  background: #FFF;
  color: #724876;
}

section.sub-header .right-half .dropdown.open .btn.btn-default .dotted-arrow path.st0 {
  fill: #724876;
}

section.sub-header .right-half .dropdown ul.dropdown-menu {
  width: 100%;
  max-height: 465px;
  overflow: auto;
}

section.sub-header .right-half .dropdown ul.dropdown-menu li a {
  line-height: 35px;
}

section.sub-header .right-half .dropdown ul.dropdown-menu li a:hover {
  background: #724876;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  section.sub-header .right-half {
    padding-left: 0;
  }

  section.sub-header .right-half .dropdown {
    width: 100%;
  }

  section.sub-header .right-half .dropdown .btn.btn-default {
    border: 0 !important;
    box-shadow: none;
  }

  section.sub-header .right-half .dropdown .btn.btn-default span {
    font-size: 14px;
  }

  section.sub-header .right-half .dropdown .btn.btn-default .dotted-arrow {
    position: absolute;
    margin-top: 0;
    right: 15px;
    top: 16px;
    width: 18px;
    height: 18px;
  }
}

.floorplan {
  opacity: 0;
}

.floorplan.fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
  transition-delay: 0.9s;
}

.floorplan .floorplan-container {
  background: #FFF;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .floorplan .floorplan-container {
    margin-top: 15px;
    padding: 0 15px 45px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .floorplan .img-container {
    max-height: 379px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan .img-container {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .floorplan .img-container {
    padding: 0;
  }
}

.floorplan .img-container a {
  position: absolute;
  top: 20px;
  right: 33px;
  z-index: 1;
}

.floorplan .img-container a i.fa {
  color: #FFF;
  font-size: 23px;
}

.floorplan .see-where-build {
  text-align: center;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .floorplan .see-where-build {
    position: absolute;
    bottom: -54px;
    left: 0;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .floorplan .see-where-build {
    right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan .see-where-build {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .floorplan .see-where-build {
    right: 0;
  }
}

.floorplan .see-where-build a {
  background: #e3e3e3;
  color: #9b9b9b;
  position: relative;
  top: 0px;
  right: 0px;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: block;
  padding: 17px 0px;
}

.floorplan .see-where-build a i.fa {
  color: #9b9b9b;
}

.floorplan .see-where-build a span {
  margin-left: 6px;
}

.floorplan .see-where-build a:hover {
  background: #724876;
  color: #FFF;
}

.floorplan .see-where-build a:hover i.fa {
  color: #FFF;
}

.floorplan #carousel-floorplan-detail {
  max-height: 379px;
}

.floorplan #carousel-floorplan-detail .award-winning-home-badge {
  max-width: 105px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}

.floorplan #carousel-floorplan-detail p.tag-name {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  left: 15px;
  background: #667D47;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 10px 0px;
}

.floorplan #carousel-floorplan-detail .indicators {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.floorplan #carousel-floorplan-detail .indicators a {
  z-index: 16;
}

.floorplan #carousel-floorplan-detail .indicators i.fa {
  color: #FFF;
  font-size: 18px;
}

.floorplan #carousel-floorplan-detail .indicators .previous-page {
  position: absolute;
  right: 69px;
  top: -42px;
}

.floorplan #carousel-floorplan-detail .indicators .next-page {
  position: absolute;
  right: 9px;
  top: -42px;
}

.floorplan #carousel-floorplan-detail ol.carousel-indicators {
  bottom: 38px;
  width: 100%;
  left: 0;
  margin-left: 0;
  padding: 15px 0px 17px 0px;
}

.floorplan #carousel-floorplan-detail ol.carousel-indicators li {
  display: none;
  text-indent: 0px;
  width: 170px;
  float: right;
  height: auto;
  font-size: 15px;
  color: #FFF;
  background: none;
  border: none;
}

.floorplan #carousel-floorplan-detail ol.carousel-indicators li.active {
  display: block;
}

.floorplan #carousel-floorplan-detail .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.floorplan .detail-info {
  padding-left: 50px;
  padding-top: 40px;
  padding-right: 35px;
}

@media only screen and (max-width: 767px) {
  .floorplan .detail-info {
    padding: 80px 0 0;
  }
}

.floorplan .detail-info h2 {
  font-size: 42px;
  text-transform: uppercase;
}

.floorplan .detail-info .btn-build-this-plan {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  padding: 7px 0 10px;
  text-align: center;
}

.floorplan .detail-info .btn-build-this-plan:hover {
  cursor: pointer;
}

.floorplan .detail-info .btn-build-this-plan span {
  margin-right: 0;
}

.floorplan .detail-info a.download {
  margin-top: 30px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 13px;
  text-align: center;
}

.floorplan .detail-info a.download i.fa {
  font-size: 22px;
  margin-right: 10px;
  vertical-align: text-bottom;
  transition: all 0.2s ease-out;
}

.floorplan .detail-info a.download:hover {
  color: #84bc3e;
}

.floorplan .detail-info a.download:hover i.fa {
  color: #84bc3e;
  transition: all 0.2s ease-in;
}

.floorplan .detail-info .price {
  color: #9B9B9B;
  font-size: 20px;
  margin-top: 15px;
}

.floorplan .detail-info ul.snapshot-list-info {
  margin-top: 40px;
  margin-bottom: 30px;
}

.floorplan .detail-info ul.snapshot-list-info li {
  color: #9B9B9B;
  font-size: 20px;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .floorplan .detail-info ul.snapshot-list-info li {
    display: block;
    padding-bottom: 15px;
  }
}

.floorplan .detail-info ul.snapshot-list-info li:last-child {
  margin-right: 0px;
}

.floorplan .detail-info ul.snapshot-list-info li svg {
  margin-right: 15px;
}

.floorplan .detail-info ul.snapshot-list-info li svg path,
.floorplan .detail-info ul.snapshot-list-info li svg polygon {
  fill: #506362;
}

.floorplan .detail-info p {
  font-size: 16px;
  line-height: 40px;
  color: #9B9B9B;
  font-family: "Open Sans", sans-serif;
  padding-right: 60px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan .detail-info .buttons {
    position: absolute;
    right: 35px;
  }
}

.floorplan .tabs {
  margin-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .floorplan .tabs {
    margin-top: 50px;
    padding: 0;
  }
}

.floorplan .tabs ul.nav-tabs li a {
  text-transform: uppercase;
  color: #c0c0c0;
  font-size: 16px;
  border-radius: 0px;
  margin-right: 20px;
  padding: 15px 25px;
}

@media only screen and (max-width: 767px) {
  .floorplan .tabs ul.nav-tabs li a {
    font-size: 12px;
    padding: 15px;
    margin-right: 10px;
  }
}

.floorplan .tabs ul.nav-tabs li a:hover {
  background: none;
  color: #667D47;
  border-color: #FFF;
  border-bottom-color: transparent;
}

.floorplan .tabs ul.nav-tabs li.active a {
  color: #667D47;
}

.floorplan .tabs ul.nav-tabs li.active:hover a {
  border-color: #ddd;
  border-bottom-color: #FFF;
}

.floorplan .tabs .no-style {
  margin-top: 50px;
}

.floorplan .tabs .no-style .nav-tabs {
  border-bottom: none;
  text-align: center;
}

.floorplan .tabs .no-style .nav-tabs li {
  float: none;
  display: inline-block;
  margin-left: -4px;
  border-right: 1px solid #c0c0c0;
}

.floorplan .tabs .no-style .nav-tabs li:last-child {
  border-right: none;
}

.floorplan .tabs .no-style .nav-tabs li a {
  border: none;
  line-height: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 25px;
}

.floorplan .tabs .no-style .nav-tabs li a.active {
  border: none;
}

.floorplan .tabs .no-style .tab-content {
  padding-top: 50px;
}

.floorplan .tabs .no-style .tab-content img {
  width: 100%;
  display: inline-block;
  margin-bottom: 100px;
  width: 50vw;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .floorplan .tabs .no-style .tab-content img {
    width: 60vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .floorplan .tabs .no-style .tab-content img {
    width: 65vw;
  }
}

@media only screen and (max-width: 767px) {
  .floorplan .tabs .no-style .tab-content img {
    width: 80vw;
  }
}

.floorplan .tabs #gallery {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
  background: #FFF;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan .tabs #gallery {
    min-height: 840px;
  }
}

@media only screen and (max-width: 767px) {
  .floorplan .tabs #gallery .slick-dots {
    display: none !important;
  }
}

.floorplan .tabs #gallery #galleryCarousel {
  overflow: hidden;
}

.floorplan .tabs #gallery ul#slider-thumbs {
  position: relative;
  z-index: 10;
  transform: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  padding-top: 20px;
  background: #FFF;
  height: 300px;
}

.floorplan .tabs #gallery ul#slider-thumbs li {
  text-indent: 0px;
  width: 140px;
  float: left;
  height: auto;
  border-radius: 0px;
  margin: auto 10px;
  display: block;
}

.floorplan .tabs #gallery ul#slider-thumbs li:first-child {
  margin-left: -4px;
}

.floorplan .tabs #gallery ul#slider-thumbs li:hover {
  cursor: pointer;
}

.floorplan .tabs #gallery ul#slider-thumbs li img {
  width: 140px;
}

.floorplan .tabs #gallery ul#slider-thumbs li.active,
.floorplan .tabs #gallery ul#slider-thumbs li:hover {
  transition: all 0s ease-in;
  transform: scale(1);
}

.floorplan .tabs #gallery ul#slider-thumbs li.active img,
.floorplan .tabs #gallery ul#slider-thumbs li:hover img {
  border: 3px solid #667D47;
}

.floorplan .tabs .tab-content-video,
.floorplan .tabs .tab-content-virtual-tour {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .floorplan .tabs .tab-content-virtual-tour .embed-responsive-16by9 {
    padding-bottom: 75vh;
  }
}

.floorplan-detail-revision {
  margin-top: 230px;
}

@media only screen and (max-width: 767px) {
  .floorplan-detail-revision {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .floorplan-detail-revision .slideout-panel {
    will-change: initial;
  }
}

.floorplan-detail-revision .mobile-header.fixed {
  display: none !important;
}

.floorplan-detail-revision form.gray-bg .col-custom {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan-detail-revision form.gray-bg .first-name,
  .floorplan-detail-revision form.gray-bg .last-name,
  .floorplan-detail-revision form.gray-bg .email,
  .floorplan-detail-revision form.gray-bg .phone {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .floorplan-detail-revision form.gray-bg .first-name,
  .floorplan-detail-revision form.gray-bg .last-name,
  .floorplan-detail-revision form.gray-bg .email,
  .floorplan-detail-revision form.gray-bg .phone {
    width: 100%;
  }
}

.floorplan-detail-revision form.gray-bg .form-control {
  border: 1px solid #d3d3d3;
}

.floorplan-detail-revision form.gray-bg .help-block {
  bottom: -27px;
}

.floorplan-detail-revision form.gray-bg button.bordered-link-btn {
  margin-top: 18px;
}

.floorplan-detail-revision footer {
  position: relative;
  z-index: 10;
}

body.floorplan-detail-revision header.menu:not(.fixed) {
  background: url("/images/site/floorplan-detail/header.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  height: 230px;
}

@media only screen and (min-width: 1450px) {
  body.floorplan-detail-revision header.menu:not(.fixed) {
    background-size: 100%;
  }
}

section.sub-header-revision {
  opacity: 0;
}

section.sub-header-revision.fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
  transition-delay: 0.9s;
}

section.sub-header-revision > div:first-child {
  background: #565656;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
}

@media only screen and (max-width: 767px) {
  section.sub-header-revision > div:first-child {
    padding: 60px 0 0 !important;
  }
}

section.sub-header-revision > div:first-child .left-half .list-inline {
  margin-top: 9px;
}

section.sub-header-revision > div:first-child .left-half .list-inline > li {
  color: #FFF;
}

section.sub-header-revision > div:first-child .left-half .list-inline > li a {
  color: #FFF;
}

section.sub-header-revision > div:first-child .right-half .dropdown {
  float: right;
}

section.sub-header-revision > div:first-child .right-half .dropdown .btn.btn-default {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #FFF;
  height: 39px;
  font-weight: 300;
  padding: 3.75px 21px;
}

section.sub-header-revision > div:first-child .right-half .dropdown .btn.btn-default span {
  margin-right: 20px;
}

section.sub-header-revision > div:first-child .right-half .dropdown .btn.btn-default .dotted-arrow {
  float: none;
  margin-top: 0px;
}

section.sub-header-revision > div:first-child .right-half .dropdown .btn.btn-default:hover {
  background: #FFF;
  color: #724876;
}

section.sub-header-revision > div:first-child .right-half .dropdown .btn.btn-default:hover .dotted-arrow path.st0 {
  fill: #724876;
}

section.sub-header-revision > div:first-child .right-half .dropdown.open .btn.btn-default {
  background: #FFF;
  color: #724876;
}

section.sub-header-revision > div:first-child .right-half .dropdown.open .btn.btn-default .dotted-arrow path.st0 {
  fill: #724876;
}

section.sub-header-revision > div:first-child .right-half .dropdown ul.dropdown-menu {
  width: 100%;
  max-height: 465px;
  overflow: auto;
}

section.sub-header-revision > div:first-child .right-half .dropdown ul.dropdown-menu li a {
  line-height: 35px;
}

section.sub-header-revision > div:first-child .right-half .dropdown ul.dropdown-menu li a:hover {
  background: #724876;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  section.sub-header-revision > div:first-child .right-half .dropdown {
    margin-bottom: 15px;
    width: 100%;
  }

  section.sub-header-revision > div:first-child .right-half .dropdown .btn.btn-default span {
    font-size: 14px;
  }

  section.sub-header-revision > div:first-child .right-half .dropdown .btn.btn-default .dotted-arrow {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 18px;
    height: 18px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.sub-header-revision > div:nth-child(2) > .container-fluid > .row {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div {
    padding: 45px 45px 60px 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div {
    padding: 15px 15px 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div h2 {
  font-size: 45px;
  margin-bottom: 22.5px;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div h2 .community {
  display: block;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div h2 .community > a,
section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div h2 .community > span {
  color: #9B9B9B;
  font-size: 21px;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .address,
section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .price,
section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .availability p {
  font-size: 21px;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .price-btn-see-where-we-build-this-plan {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .price {
  color: #575752;
  font-weight: 400;
  margin-top: 10px;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .availability {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .availability > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .availability p {
  text-transform: uppercase;
  line-height: 34px;
  margin-bottom: 0;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .availability .btn-schedule-a-tour {
  background: transparent;
  color: #724876;
  font-size: 16px;
  margin: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .availability .btn-schedule-a-tour {
    padding: 8px 30px;
  }
}

@media only screen and (max-width: 767px) {
  section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .availability .btn-schedule-a-tour {
    padding: 8px 22.5px;
  }
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .availability .btn-schedule-a-tour span {
  margin-right: 0;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .btn-see-where-we-build-this-plan {
  font-size: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .btn-see-where-we-build-this-plan .fa {
  margin-right: 7.5px;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .snapshot-list-info {
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 22.5px;
  margin-left: 0;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .snapshot-list-info > li {
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .snapshot-list-info svg {
  margin-right: 15px;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .snapshot-list-info svg path,
section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .snapshot-list-info svg polygon {
  fill: #506362;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .more-about-this-plan {
  padding-top: 15px;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .more-about-this-plan .title {
  margin-bottom: 15px;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div .more-about-this-plan h5 {
  font-size: 18px;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div form.gray-bg .col-custom.left,
section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div form.gray-bg .col-custom.right {
  width: 100%;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .left-half > div form.gray-bg .floorplan-interested-in {
  display: none;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .right-half {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .right-half {
    height: 30vh;
  }
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .right-half img {
  position: absolute;
  top: 0;
  left: 0;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .right-half img.award-winning-home-badge {
  left: 15px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .right-half img.award-winning-home-badge {
    max-width: 112.5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .right-half img.award-winning-home-badge {
    max-width: 75px;
  }
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .right-half .view-images {
  color: #FFF;
  position: absolute;
  top: 30px;
  right: 30px;
}

section.sub-header-revision > div:nth-child(2) > .container-fluid > .row .right-half .view-images .fa {
  font-size: 21px;
  margin-left: 7.5px;
}

#sub-nav-revision {
  background-color: #565656;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #sub-nav-revision {
    z-index: 9999;
  }
}

#sub-nav-revision.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.8s;
}

#sub-nav-revision .navbar {
  margin-bottom: 0;
}

#sub-nav-revision .navbar-toggle {
  color: #FFF;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 100%;
}

#sub-nav-revision .navbar-toggle.collapsed .dotted-arrow {
  transform: rotate(90deg);
}

#sub-nav-revision .navbar-toggle .dotted-arrow {
  transform: rotate(-90deg);
  float: right;
  margin-top: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sub-nav-revision .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

#sub-nav-revision .navbar-nav {
  border-bottom: none;
  float: none;
  text-align: center;
  margin: 0;
  text-align: center;
}

#sub-nav-revision .navbar-nav > li {
  float: none;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #sub-nav-revision .navbar-nav > li {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  #sub-nav-revision .navbar-nav > li {
    margin-top: 0;
    margin-right: 0;
  }
}

#sub-nav-revision .navbar-nav > li.active {
  background-color: #667D47;
}

#sub-nav-revision .navbar-nav > li > a {
  color: #FFF;
  font-size: 15px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #sub-nav-revision .navbar-nav > li > a {
    padding: 12px 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sub-nav-revision .navbar-nav > li > a {
    padding: 12px 6px;
  }
}

@media only screen and (max-width: 767px) {
  #sub-nav-revision .navbar-nav > li > a {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}

#sub-nav-revision .navbar-nav > li > a:focus {
  background-color: transparent;
}

#sub-nav-revision .navbar-nav > li > a:hover {
  background-color: #667D47;
}

#sub-nav-revision .navbar-nav > li > button {
  background-color: transparent;
  color: #FFF;
  font-size: 15px;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #sub-nav-revision .navbar-nav > li > button {
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  #sub-nav-revision .navbar-nav > li > button {
    padding-left: 6px;
    padding-right: 6px;
  }
}

#sub-nav-revision .navbar-nav > li > button:focus {
  background-color: transparent;
}

#sub-nav-revision .navbar-nav > li > button:hover {
  background-color: #667D47;
}

section.the-floorplan-promotion {
  background-color: #f0f0f0;
}

@media only screen and (min-width: 1200px) {
  section.the-floorplan-promotion {
    display: -ms-flexbox;
    display: flex;
  }
}

section.the-floorplan-promotion > section.the-floorplan > .container,
section.the-floorplan-promotion > section.promotion > .container {
  width: auto;
}

@media only screen and (min-width: 1200px) {
  section.the-floorplan-promotion > section.the-floorplan {
    width: 58.33333333%;
  }
}

@media only screen and (min-width: 1200px) {
  section.the-floorplan-promotion > section.promotion {
    width: 41.66666667%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.the-floorplan-promotion > section.promotion {
    margin: 0 auto;
    width: 75%;
  }
}

section.description {
  background-color: #f0f0f0;
  opacity: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.description {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  section.description {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

section.description.fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
  transition-delay: 0.9s;
}

section.description h3,
section.description h5,
section.description p,
section.description li {
  color: #575752;
}

section.description h3 {
  font-size: 36px;
  margin-bottom: 75px;
}

section.description p {
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 45px;
}

section.description ul {
  list-style-position: inside;
  padding-left: 0;
}

section.description li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 45px;
}

section.description .buttons-ph {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  section.description .buttons-ph {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section.description .bordered-link-btn.primary-button {
  margin-left: 0;
  margin-right: 0;
  width: 240px;
}

@media only screen and (max-width: 767px) {
  section.description .bordered-link-btn.primary-button {
    margin-top: 0;
  }
}

section.description .bordered-link-btn.primary-button:focus {
  color: #FFF;
}

section.elevations {
  opacity: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.elevations {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.elevations.fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
  transition-delay: 0.9s;
}

section.elevations h3 {
  color: #575752;
  font-size: 36px;
  margin-bottom: 75px;
}

section.elevations .row.hidden-xs > div[class^="col-"] > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

section.elevations .row.visible-xs {
  position: relative;
}

section.elevations .elevation-thumb {
  padding: 15px;
}

section.elevations .elevation-thumb > a {
  background-position: center;
  background-size: cover;
  display: block;
  padding-bottom: 66%;
  position: relative;
  width: 100%;
}

section.elevations .elevation-thumb > a .tag-name {
  font-family: "Oswald", "Open Sans";
  background-color: #724876;
  color: #FFF;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

section.elevations .elevation-thumb > a .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(114, 72, 118, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out;
}

section.elevations .elevation-thumb > a .hover i.fa {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: #FFF;
  transition: all 0.2s ease-out;
}

section.elevations .elevation-thumb > a:hover {
  cursor: pointer;
}

section.elevations .elevation-thumb > a:hover .hover {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in;
}

section.elevations .elevation-thumb > a:hover .hover i.fa {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in;
  transition-delay: 0.2s;
}

section.elevations h2.top {
  font-size: 36px;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  z-index: 15;
}

section.elevations .swipe-text {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  z-index: 20;
}

section.elevations #elevations-thumbnail-carousel .gallery-caption {
  font-family: "Oswald", "Open Sans";
  background-color: #724876;
  bottom: 0;
  font-weight: 400;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

section.elevations #elevations-thumbnail-carousel .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15%;
  z-index: 1000;
}

section.elevations #elevations-thumbnail-carousel .slick-arrow .hover-ellipse {
  position: absolute;
  top: 49%;
  height: 140px;
  background-color: #FFF;
  border-radius: 50%;
  margin-top: -60px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity 0.4s ease-out;
}

section.elevations #elevations-thumbnail-carousel .slick-arrow.left {
  left: 0;
}

section.elevations #elevations-thumbnail-carousel .slick-arrow.left .icon-prev {
  position: absolute;
  top: 50%;
  left: 23px;
  margin-top: -10px;
  margin-left: -10px;
}

section.elevations #elevations-thumbnail-carousel .slick-arrow.left:hover .hover-ellipse {
  left: -75px;
  opacity: 0.2;
  visibility: visible;
  transition: opacity 0.4s ease-in;
}

section.elevations #elevations-thumbnail-carousel .slick-arrow.right {
  right: 0;
}

section.elevations #elevations-thumbnail-carousel .slick-arrow.right .icon-next {
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -10px;
  margin-right: -10px;
}

section.elevations #elevations-thumbnail-carousel .slick-arrow.right:hover .hover-ellipse {
  right: -75px;
  opacity: 0.2;
  visibility: visible;
  transition: opacity 0.4s ease-in;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.elevations #elevations-thumbnail-carousel .slick-track {
    min-height: 670px;
  }
}

@media only screen and (max-width: 767px) {
  section.elevations #elevations-thumbnail-carousel .slick-track {
    height: 300px;
  }
}

section.elevations #elevations-thumbnail-carousel .slick-dots {
  bottom: auto;
}

section.the-floorplan {
  background-color: #f0f0f0;
  opacity: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.the-floorplan {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  section.the-floorplan {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

section.the-floorplan.fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
  transition-delay: 0.9s;
}

section.the-floorplan h3 {
  color: #575752;
  font-size: 36px;
  margin-bottom: 75px;
}

section.the-floorplan .plan-tabs > .nav-tabs {
  text-align: center;
}

section.the-floorplan .plan-tabs > .nav-tabs > li {
  display: inline-block;
  float: none;
}

section.the-floorplan .plan-tabs > .nav-tabs > li.active > a {
  background-color: #724876;
  border-color: #724876;
}

section.the-floorplan .plan-tabs > .nav-tabs > li > a {
  background-color: #575752;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  color: #FFF;
  font-weight: 400;
  margin-right: 7.5px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.the-floorplan .plan-tabs > .nav-tabs > li > a {
    font-size: 18px;
    padding: 12px 75px;
  }
}

@media only screen and (max-width: 767px) {
  section.the-floorplan .plan-tabs > .nav-tabs > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.the-floorplan .plan-tabs > .tab-content {
    padding-top: 60px;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  section.the-floorplan .plan-tabs > .tab-content {
    padding-top: 30px;
  }
}

section.the-floorplan .plan-tabs > .tab-content .btn-download-floorplan-pdf {
  color: #724876;
  font-weight: 400;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.the-floorplan .plan-tabs > .tab-content .btn-download-floorplan-pdf {
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.the-floorplan .plan-tabs > .tab-content .btn-download-floorplan-pdf {
    display: block;
    margin-bottom: 15px;
    text-align: right;
  }
}

section.the-floorplan .floor-tabs > .nav-tabs {
  border-bottom-color: transparent;
  display: inline-block;
}

section.the-floorplan .floor-tabs > .nav-tabs > li {
  border-right: 1px solid #575752;
}

section.the-floorplan .floor-tabs > .nav-tabs > li:last-child {
  border-right-color: transparent;
}

section.the-floorplan .floor-tabs > .nav-tabs > li.active > a {
  color: #667D47;
}

section.the-floorplan .floor-tabs > .nav-tabs > li > a {
  background-color: transparent;
  border-color: transparent;
  color: #575752;
  font-weight: 400;
  line-height: 18px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.the-floorplan .floor-tabs > .nav-tabs > li > a {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  section.the-floorplan .floor-tabs > .nav-tabs > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

section.the-floorplan .floor-tabs > .tab-content {
  padding-top: 45px;
}

section.the-floorplan .floor-tabs > .tab-content img {
  display: inline-block;
  max-width: 100%;
  max-height: 90vh;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.promotion {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  section.promotion {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

section.promotion > .container > .row > div[class^="col-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

section.promotion .box-promotion {
  background-color: #724876;
  padding: 30px;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  section.promotion .box-promotion {
    max-width: 30vw;
  }
}

section.promotion .box-promotion h3,
section.promotion .box-promotion p {
  color: #FFF;
}

section.promotion .box-promotion h3 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 37.5px;
}

section.promotion .box-promotion p {
  line-height: 30px;
}

section.promotion .highlights {
  border: 1px solid #724876;
  width: 30vw;
}

@media only screen and (min-width: 1200px) {
  section.promotion .highlights {
    padding: 15px 75px;
    width: 30vw;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.promotion .highlights {
    padding: 15px 45px;
    width: 100%;
  }
}

section.promotion .highlights ul {
  padding-left: 30px;
}

section.promotion .highlights h3 {
  font-size: 36px;
  margin-bottom: 37.5px;
}

section.promotion .highlights li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 45px;
}

section.form-more-about-this-plan {
  background-color: #724876;
  opacity: 0;
  padding-top: 45px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.form-more-about-this-plan {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px) {
  section.form-more-about-this-plan {
    padding-left: 45px;
    padding-right: 45px;
  }
}

section.form-more-about-this-plan.fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
  transition-delay: 0.9s;
}

section.form-more-about-this-plan p {
  color: #575752;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

section.form-more-about-this-plan .title {
  color: #FFF;
  font-weight: 300;
  line-height: 52.5px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.form-more-about-this-plan .title {
    font-size: 33px;
  }
}

@media only screen and (min-width: 1200px) {
  section.form-more-about-this-plan .title {
    max-width: 285px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.form-more-about-this-plan .title {
    font-size: 24px;
  }
}

section.form-more-about-this-plan div.form-results-loader i.fa {
  color: #FFF;
}

section.form-more-about-this-plan h5 {
  color: #FFF;
  font-size: 18px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.form-more-about-this-plan form.gray-bg .col-custom.left {
    width: 58.33333333%;
  }
}

@media only screen and (max-width: 767px) {
  section.form-more-about-this-plan form.gray-bg .col-custom.left {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.form-more-about-this-plan form.gray-bg .col-custom.right {
    width: 41.66666667%;
  }
}

@media only screen and (max-width: 767px) {
  section.form-more-about-this-plan form.gray-bg .col-custom.right {
    width: 100%;
  }
}

section.form-more-about-this-plan form.gray-bg label {
  color: #FFF;
}

section.form-more-about-this-plan form.gray-bg .floorplan-interested-in {
  width: 100%;
}

section.form-more-about-this-plan form.gray-bg textarea {
  height: 90px;
}

section.form-more-about-this-plan form.gray-bg .help-block {
  color: #FFF;
}

section.form-more-about-this-plan form.gray-bg .help-block i.fa {
  color: #FFF;
}

section.form-more-about-this-plan form.gray-bg button.bordered-link-btn {
  border-color: #FFF;
  border-width: 1px;
  color: #FFF;
}

section.form-more-about-this-plan.form-more-about-this-plan-calendly {
  padding-top: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.form-more-about-this-plan.form-more-about-this-plan-calendly {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  section.form-more-about-this-plan.form-more-about-this-plan-calendly {
    padding-left: 0;
    padding-right: 0;
  }
}

section.form-more-about-this-plan.form-more-about-this-plan-calendly > .container-fluid > .row {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.form-more-about-this-plan.form-more-about-this-plan-calendly > .container-fluid > .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section.form-more-about-this-plan.form-more-about-this-plan-calendly > .container-fluid > .row > div[class^="col-"]:nth-of-type(1) {
  padding-left: 0;
  padding-right: 0;
}

section.form-more-about-this-plan.form-more-about-this-plan-calendly > .container-fluid > .row > div[class^="col-"]:nth-of-type(1) > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.form-more-about-this-plan.form-more-about-this-plan-calendly > .container-fluid > .row > div[class^="col-"]:nth-of-type(1) > div {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.form-more-about-this-plan.form-more-about-this-plan-calendly > .container-fluid > .row > div[class^="col-"]:nth-of-type(1) > div {
    height: 30vh;
  }
}

section.form-more-about-this-plan.form-more-about-this-plan-calendly > .container-fluid > .row > div[class^="col-"]:nth-of-type(1) > div .btn-schedule-a-tour {
  background: #FFF;
  color: #724876;
  font-size: 16px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.form-more-about-this-plan.form-more-about-this-plan-calendly > .container-fluid > .row > div[class^="col-"]:nth-of-type(1) > div .btn-schedule-a-tour {
    padding: 8px 30px;
  }
}

@media only screen and (max-width: 767px) {
  section.form-more-about-this-plan.form-more-about-this-plan-calendly > .container-fluid > .row > div[class^="col-"]:nth-of-type(1) > div .btn-schedule-a-tour {
    padding: 8px 22.5px;
  }
}

section.form-more-about-this-plan.form-more-about-this-plan-calendly > .container-fluid > .row > div[class^="col-"]:nth-of-type(1) > div .btn-schedule-a-tour span {
  margin-right: 0;
}

section.form-more-about-this-plan.form-more-about-this-plan-calendly > .container-fluid > .row > div[class^="col-"]:nth-of-type(2) > div {
  padding-top: 45px;
  padding-bottom: 60px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.form-more-about-this-plan.form-more-about-this-plan-calendly > .container-fluid > .row > div[class^="col-"]:nth-of-type(2) > div {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 1200px) {
  section.form-more-about-this-plan.form-more-about-this-plan-calendly .title {
    max-width: none;
  }
}

section.image-gallery {
  opacity: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.image-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.image-gallery.fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
  transition-delay: 0.9s;
}

section.image-gallery h3 {
  color: #575752;
  font-size: 36px;
  margin-bottom: 75px;
}

section.image-gallery #gallery {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  section.image-gallery #gallery .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  section.image-gallery #gallery .swipe-text {
    left: 0;
  }
}

section.image-gallery .load-more-images-btn {
  font-family: "Oswald", "Open Sans";
  background-color: transparent;
  border-color: #724876;
  color: #724876;
  font-weight: 400;
  margin-top: 60px;
  padding-left: 30px;
}

section.image-gallery .load-more-images-btn:hover {
  background-color: #724876;
  color: #FFF;
}

section.image-gallery .disclaimer-image-gallery {
  color: #575752;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  margin-top: 45px;
}

section.home-location {
  background-color: #f0f0f0;
  opacity: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.home-location {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  section.home-location {
    padding-top: 45px;
  }
}

section.home-location.fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
  transition-delay: 0.9s;
}

section.home-location h3,
section.home-location h5,
section.home-location p {
  color: #575752;
}

section.home-location h3 {
  font-size: 36px;
  margin-bottom: 75px;
}

section.home-location p {
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 45px;
}

section.home-location .unw-popup {
  width: 348px;
}

section.watch-video {
  background-color: #f0f0f0;
  opacity: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.watch-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  section.watch-video {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

section.watch-video.fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
  transition-delay: 0.9s;
}

section.watch-video h3 {
  color: #575752;
  font-size: 36px;
  margin-bottom: 75px;
}

section.disclaimer {
  opacity: 0;
  padding-top: 15px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.disclaimer {
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  section.disclaimer {
    padding-bottom: 110px;
  }
}

section.disclaimer.fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
  transition-delay: 0.9s;
}

section.disclaimer p {
  color: #575752;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.floorplan {
  opacity: 0;
}

.floorplan.fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
  transition-delay: 0.9s;
}

.floorplan .floorplan-container {
  background: #FFF;
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  .floorplan .floorplan-container {
    margin-top: 15px;
    padding: 0 15px 45px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .floorplan .img-container {
    max-height: 379px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan .img-container {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .floorplan .img-container {
    padding: 0;
  }
}

.floorplan .img-container a {
  position: absolute;
  top: 20px;
  right: 33px;
  z-index: 1;
}

.floorplan .img-container a i.fa {
  color: #FFF;
  font-size: 23px;
}

.floorplan .see-where-build {
  text-align: center;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .floorplan .see-where-build {
    position: absolute;
    bottom: -54px;
    left: 0;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .floorplan .see-where-build {
    right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan .see-where-build {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .floorplan .see-where-build {
    right: 0;
  }
}

.floorplan .see-where-build a {
  background: #e3e3e3;
  color: #9b9b9b;
  position: relative;
  top: 0px;
  right: 0px;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: block;
  padding: 17px 0px;
}

.floorplan .see-where-build a i.fa {
  color: #9b9b9b;
}

.floorplan .see-where-build a span {
  margin-left: 6px;
}

.floorplan .see-where-build a:hover {
  background: #724876;
  color: #FFF;
}

.floorplan .see-where-build a:hover i.fa {
  color: #FFF;
}

.floorplan #carousel-floorplan-detail {
  max-height: 379px;
}

.floorplan #carousel-floorplan-detail .award-winning-home-badge {
  max-width: 105px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}

.floorplan #carousel-floorplan-detail p.tag-name {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  left: 15px;
  background: #667D47;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 10px 0px;
}

.floorplan #carousel-floorplan-detail .indicators {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.floorplan #carousel-floorplan-detail .indicators a {
  z-index: 16;
}

.floorplan #carousel-floorplan-detail .indicators i.fa {
  color: #FFF;
  font-size: 18px;
}

.floorplan #carousel-floorplan-detail .indicators .previous-page {
  position: absolute;
  right: 69px;
  top: -42px;
}

.floorplan #carousel-floorplan-detail .indicators .next-page {
  position: absolute;
  right: 9px;
  top: -42px;
}

.floorplan #carousel-floorplan-detail ol.carousel-indicators {
  bottom: 38px;
  width: 100%;
  left: 0;
  margin-left: 0;
  padding: 15px 0px 17px 0px;
}

.floorplan #carousel-floorplan-detail ol.carousel-indicators li {
  display: none;
  text-indent: 0px;
  width: 170px;
  float: right;
  height: auto;
  font-size: 15px;
  color: #FFF;
  background: none;
  border: none;
}

.floorplan #carousel-floorplan-detail ol.carousel-indicators li.active {
  display: block;
}

.floorplan #carousel-floorplan-detail .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.floorplan .detail-info {
  padding-left: 50px;
  padding-top: 40px;
  padding-right: 35px;
}

@media only screen and (max-width: 767px) {
  .floorplan .detail-info {
    padding: 80px 0 0;
  }
}

.floorplan .detail-info h2 {
  font-size: 42px;
  text-transform: uppercase;
}

.floorplan .detail-info .btn-build-this-plan {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  padding: 7px 0 10px;
  text-align: center;
}

.floorplan .detail-info .btn-build-this-plan:hover {
  cursor: pointer;
}

.floorplan .detail-info .btn-build-this-plan span {
  margin-right: 0;
}

.floorplan .detail-info a.download {
  margin-top: 30px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 13px;
  text-align: center;
}

.floorplan .detail-info a.download i.fa {
  font-size: 22px;
  margin-right: 10px;
  vertical-align: text-bottom;
  transition: all 0.2s ease-out;
}

.floorplan .detail-info a.download:hover {
  color: #84bc3e;
}

.floorplan .detail-info a.download:hover i.fa {
  color: #84bc3e;
  transition: all 0.2s ease-in;
}

.floorplan .detail-info .price {
  color: #9B9B9B;
  font-size: 20px;
  margin-top: 15px;
}

.floorplan .detail-info ul.snapshot-list-info {
  margin-top: 40px;
  margin-bottom: 30px;
}

.floorplan .detail-info ul.snapshot-list-info li {
  color: #9B9B9B;
  font-size: 20px;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .floorplan .detail-info ul.snapshot-list-info li {
    display: block;
    padding-bottom: 15px;
  }
}

.floorplan .detail-info ul.snapshot-list-info li:last-child {
  margin-right: 0px;
}

.floorplan .detail-info ul.snapshot-list-info li svg {
  margin-right: 15px;
}

.floorplan .detail-info ul.snapshot-list-info li svg path,
.floorplan .detail-info ul.snapshot-list-info li svg polygon {
  fill: #506362;
}

.floorplan .detail-info p {
  font-size: 16px;
  line-height: 40px;
  color: #9B9B9B;
  font-family: "Open Sans", sans-serif;
  padding-right: 60px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan .detail-info .buttons {
    position: absolute;
    right: 35px;
  }
}

.floorplan .tabs {
  margin-top: 100px;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .floorplan .tabs {
    margin-top: 50px;
    padding: 0;
  }
}

.floorplan .tabs ul.nav-tabs li a {
  text-transform: uppercase;
  color: #c0c0c0;
  font-size: 16px;
  border-radius: 0px;
  margin-right: 20px;
  padding: 15px 25px;
}

@media only screen and (max-width: 767px) {
  .floorplan .tabs ul.nav-tabs li a {
    font-size: 12px;
    padding: 15px;
    margin-right: 10px;
  }
}

.floorplan .tabs ul.nav-tabs li a:hover {
  background: none;
  color: #667D47;
  border-color: #FFF;
  border-bottom-color: transparent;
}

.floorplan .tabs ul.nav-tabs li.active a {
  color: #667D47;
}

.floorplan .tabs ul.nav-tabs li.active:hover a {
  border-color: #ddd;
  border-bottom-color: #FFF;
}

.floorplan .tabs .no-style {
  margin-top: 50px;
}

.floorplan .tabs .no-style .nav-tabs {
  border-bottom: none;
  text-align: center;
}

.floorplan .tabs .no-style .nav-tabs li {
  float: none;
  display: inline-block;
  margin-left: -4px;
  border-right: 1px solid #c0c0c0;
}

.floorplan .tabs .no-style .nav-tabs li:last-child {
  border-right: none;
}

.floorplan .tabs .no-style .nav-tabs li a {
  border: none;
  line-height: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 25px;
}

.floorplan .tabs .no-style .nav-tabs li a.active {
  border: none;
}

.floorplan .tabs .no-style .tab-content {
  padding-top: 50px;
}

.floorplan .tabs .no-style .tab-content img {
  width: 100%;
  display: inline-block;
  margin-bottom: 100px;
  width: 50vw;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .floorplan .tabs .no-style .tab-content img {
    width: 60vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .floorplan .tabs .no-style .tab-content img {
    width: 65vw;
  }
}

@media only screen and (max-width: 767px) {
  .floorplan .tabs .no-style .tab-content img {
    width: 80vw;
  }
}

.floorplan .tabs #gallery {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
  background: #FFF;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .floorplan .tabs #gallery {
    min-height: 840px;
  }
}

@media only screen and (max-width: 767px) {
  .floorplan .tabs #gallery .slick-dots {
    display: none !important;
  }
}

.floorplan .tabs #gallery #galleryCarousel {
  overflow: hidden;
}

.floorplan .tabs #gallery ul#slider-thumbs {
  position: relative;
  z-index: 10;
  transform: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  padding-top: 20px;
  background: #FFF;
  height: 300px;
}

.floorplan .tabs #gallery ul#slider-thumbs li {
  text-indent: 0px;
  width: 140px;
  float: left;
  height: auto;
  border-radius: 0px;
  margin: auto 10px;
  display: block;
}

.floorplan .tabs #gallery ul#slider-thumbs li:first-child {
  margin-left: -4px;
}

.floorplan .tabs #gallery ul#slider-thumbs li:hover {
  cursor: pointer;
}

.floorplan .tabs #gallery ul#slider-thumbs li img {
  width: 140px;
}

.floorplan .tabs #gallery ul#slider-thumbs li.active,
.floorplan .tabs #gallery ul#slider-thumbs li:hover {
  transition: all 0s ease-in;
  transform: scale(1);
}

.floorplan .tabs #gallery ul#slider-thumbs li.active img,
.floorplan .tabs #gallery ul#slider-thumbs li:hover img {
  border: 3px solid #667D47;
}

.floorplan .tabs .tab-content-video,
.floorplan .tabs .tab-content-virtual-tour {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .floorplan .tabs .tab-content-virtual-tour .embed-responsive-16by9 {
    padding-bottom: 75vh;
  }
}

.our-floorplans-header {
  background: url("/images/site/our-floorplans/header-bkg.jpg?v=2");
  height: 426px;
  background-repeat: no-repeat;
  background-position: center -128px;
  background-size: cover;
  opacity: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .our-floorplans-header {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .our-floorplans-header {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  .our-floorplans-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .our-floorplans-header {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 400px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1200px), only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .our-floorplans-header {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 767px) {
@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .our-floorplans-header {
      background-attachment: scroll;
    }
}
}

@media only screen and (max-width: 767px) and (min-width: 1450px) {
  .our-floorplans-header {
    background-size: 100%;
  }
}

.our-floorplans-header.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 0.5s;
}

.our-floorplans-header.fade-in .text-center {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.7s ease-in;
  transition-delay: 1.3s;
}

.our-floorplans-header .text-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(50px);
}

.our-floorplans-header .text-center h2 {
  font-size: 72px;
  line-height: 35px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .our-floorplans-header .text-center {
    top: 30%;
  }

  .our-floorplans-header .text-center h2 {
    font-size: 50px;
    line-height: 1.2;
  }

  .our-floorplans-header .text-center hr {
    margin-top: 50px !important;
  }

  .our-floorplans-header .text-center h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.our-floorplans-header .text-center hr {
  width: 65px;
  margin-top: 70px;
  border-color: #FFF;
}

body.our-floorplans section.filters {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  body.our-floorplans section.filters {
    padding: 10px 0;
  }
}

body.our-floorplans section.filters.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1s;
}

body.our-floorplans section.filters ul.form-filters li.filter {
  padding-left: 9px;
  padding-right: 9px;
}

body.our-floorplans section.filters ul.form-filters li.filter.range-slider {
  width: 310px;
}

body.our-floorplans section.filters ul.form-filters li.filter.range-slider .range-slider {
  width: 295px;
}

@media only screen and (max-width: 767px) {
  body.our-floorplans section.filters .filters-label {
    margin: 5px 10px 0 0;
    color: white;
    font-size: 22px;
  }

  body.our-floorplans section.filters .filters-toggle ul {
    margin-bottom: 0;
  }

  body.our-floorplans section.filters .filters-toggle span.pill {
    background-color: #724876;
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 10px 15px;
  }

  body.our-floorplans section.filters .filters-toggle span.pill i.fa {
    font-size: 16px;
    color: white;
  }

  body.our-floorplans section.filters .filters-collapse {
    display: none;
  }

  body.our-floorplans section.filters ul.form-filters {
    padding-top: 20px;
  }

  body.our-floorplans section.filters ul.form-filters li.filter {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
  }

  body.our-floorplans section.filters ul.form-filters li.filter-half-left,
  body.our-floorplans section.filters ul.form-filters li.filter-half-right {
    width: 50%;
    float: left;
  }

  body.our-floorplans section.filters .dropdown .dropdown-toggle {
    min-width: 100% !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 320px) {
  body.our-floorplans section.filters .filters-label {
    font-size: 18px;
  }
}

section.our-floorplans {
  background: #f0f0f0;
  opacity: 0;
  padding: 37.5px 0px 100px 0px;
}

@media only screen and (max-width: 767px) {
  section.our-floorplans {
    padding-top: 10px;
  }
}

section.our-floorplans.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.6s;
}

section.our-floorplans .note {
  background-color: #FFF;
  font-weight: 400;
  padding: 15px 30px;
}

@media only screen and (min-width: 1200px) {
  section.our-floorplans .note {
    line-height: 36px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.our-floorplans .note {
    font-size: 13.5px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  section.our-floorplans .note {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

section.our-floorplans .note a {
  color: #667D47;
}

section.our-floorplans .no-results-found {
  margin-top: 75px;
}

section.our-floorplans .floorplan-card .card-left a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

section.our-floorplans .floorplan-card .floorplan-modals-links .vertical-line {
  left: 65%;
  position: absolute;
  width: 1px;
  height: 100%;
  background: #87638a;
}

section.our-floorplans .floorplan-card .floorplan-modals-links a {
  letter-spacing: 0px;
  width: 65%;
  float: left;
}

section.our-floorplans .floorplan-card .floorplan-modals-links a.view-floorplan {
  width: 35%;
}

section.our-floorplans .disclaimer-floor-plans {
  margin-top: 0;
}

section.move-in-ready-header {
  background: url("/images/site/move-in-ready/header-bkg.jpg");
  height: 396px;
  max-height: 396px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-header {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  section.move-in-ready-header {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  section.move-in-ready-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-header .page-title {
    top: 30%;
  }

  section.move-in-ready-header .page-title hr {
    margin-top: 40px;
  }

  section.move-in-ready-header .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

section.move-in-ready-header .page-title h2 {
  line-height: normal;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.move-in-ready-header .page-title h2 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-header .page-title h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-header .page-title h2 {
    font-size: 9vw;
  }
}

body.move-in-ready .filters.disabled {
  position: relative;
}

body.move-in-ready .filters.disabled:before {
  background-color: rgba(95, 98, 105, 0.6);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

body.move-in-ready .filters ul.form-filters li.filter {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  body.move-in-ready .filters ul.form-filters li.filter {
    margin: 5px 0;
  }
}

body.move-in-ready .filters ul.form-filters li.filter p {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Oswald", "Open Sans";
}

body.move-in-ready .filters ul.form-filters li.filter button.btn {
  text-align: left;
  width: 100%;
}

body.move-in-ready .filters ul.form-filters li.filter ul.dropdown-menu li {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body.move-in-ready .filters .filters-label {
    margin: 5px 10px 0 0;
    color: white;
    font-size: 22px;
  }

  body.move-in-ready .filters .filters-toggle ul {
    margin-bottom: 0;
  }

  body.move-in-ready .filters .filters-toggle span.pill {
    background-color: #724876;
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 10px 15px;
  }

  body.move-in-ready .filters .filters-toggle span.pill i.fa {
    font-size: 16px;
    color: white;
  }

  body.move-in-ready .filters .filters-collapse {
    display: none;
  }

  body.move-in-ready .filters ul.form-filters {
    padding-top: 20px;
  }

  body.move-in-ready .filters ul.form-filters li.filter {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
  }

  body.move-in-ready .filters ul.form-filters li.filter-half-left,
  body.move-in-ready .filters ul.form-filters li.filter-half-right {
    width: 50%;
    float: left;
  }

  body.move-in-ready .filters .dropdown .dropdown-toggle {
    min-width: 100% !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 320px) {
  body.move-in-ready .filters .filters-label {
    font-size: 18px;
  }
}

.filters .form-filters {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.filters .form-filters .filter {
  display: inline-block;
}

.filters .checkbox-custom + .checkbox-custom-label[for="is-first-floor-master"] {
  margin-top: 12.5px;
}

section.move-in-ready-list {
  background: #f0f0f0;
  padding: 37.5px 0px 75px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-list {
    padding: 37.5px 0px 75px;
  }
}

section.move-in-ready-list.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 0.5s;
}

section.move-in-ready-list .padding-mobile {
  padding-left: 15px;
  padding-right: 15px;
}

section.move-in-ready-list .get-notified {
  margin-bottom: 37.5px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-list .get-notified {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

section.move-in-ready-list .get-notified > div {
  background-color: #FFF;
  position: relative;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-list .get-notified > div {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    padding: 22.5px 22.5px 22.5px 120px;
  }
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-list .get-notified > div {
    padding: 7.5px 7.5px 7.5px 90px;
  }
}

section.move-in-ready-list .get-notified > div > div:nth-of-type(1) {
  border: 7.5px solid #FFF;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  width: 135px;
  height: 135px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-list .get-notified > div > div:nth-of-type(1) {
    top: -18px;
    left: -30px;
  }
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-list .get-notified > div > div:nth-of-type(1) {
    top: -10.5px;
    left: -30px;
  }
}

section.move-in-ready-list .get-notified > div > div:nth-of-type(1) img {
  object-fit: cover;
  object-position: center;
  width: 120px;
  height: 120px;
}

section.move-in-ready-list .get-notified > div > div:nth-of-type(2) {
  text-align: center;
}

section.move-in-ready-list .get-notified > div > div:nth-of-type(2) p {
  font-family: "Oswald", "Open Sans";
  color: #000;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-list .get-notified > div > div:nth-of-type(2) p {
    font-size: 19.5px;
  }
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-list .get-notified > div > div:nth-of-type(2) p {
    font-size: 4.5vw;
  }
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-list .get-notified > div > div:nth-of-type(3) {
    margin-top: 7.5px;
    text-align: center;
  }
}

section.move-in-ready-list .get-notified .btn-get-notified {
  background-color: #724876;
  border-color: #724876;
  margin-top: 0;
  padding-top: 3.75px;
  padding-bottom: 3.75px;
  padding-left: 30px;
}

section.move-in-ready-list .get-notified .btn-get-notified:hover {
  background: #87638a;
  border-color: #87638a;
  color: #FFF;
}

section.move-in-ready-list .no-homes h3 {
  line-height: 45px;
  margin-top: 75px;
  margin-bottom: 75px;
}

section.move-in-ready-list .no-homes a {
  color: #667D47;
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-list .move-in-ready-filters {
    float: none !important;
  }

  section.move-in-ready-list .move-in-ready-filters ul {
    text-align: center;
    margin: 0 !important;
  }

  section.move-in-ready-list .move-in-ready-filters ul:first-child {
    padding-left: 0;
  }
}

section.move-in-ready-list .move-in-ready-filters ul {
  margin-right: 10px;
}

section.move-in-ready-list .move-in-ready-filters ul li {
  color: #575752;
  font-size: 17px;
  padding-left: 15px;
  padding-right: 23px;
  text-transform: uppercase;
}

@media only screen and (max-width: 320px) {
  section.move-in-ready-list .move-in-ready-filters ul li {
    padding-left: 0;
    padding-right: 15px;
  }
}

section.move-in-ready-list .move-in-ready-filters ul li:first-child {
  padding-right: 15px;
}

section.move-in-ready-list .move-in-ready-filters ul li a {
  color: #575752;
  display: inline-block;
  padding-right: 1em;
  position: relative;
}

section.move-in-ready-list .move-in-ready-filters ul li a:hover {
  color: #724876;
}

section.move-in-ready-list .move-in-ready-filters ul li a i {
  color: inherit;
  position: absolute;
  right: 0;
}

section.move-in-ready-list .move-in-ready-filters ul li a i.fa-caret-up {
  top: -3px;
}

section.move-in-ready-list .move-in-ready-filters ul li a i.fa-caret-down {
  bottom: -1px;
}

section.move-in-ready-list .no-results-message {
  margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-list .cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

section.move-in-ready-list .move-in-ready-card {
  margin-top: 25px;
  margin-bottom: 25px;
  background: #FFF;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-list .move-in-ready-card {
    max-width: calc(50vw - 33px);
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-list .move-in-ready-card .card > .row {
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-list .move-in-ready-card .card > .row {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.move-in-ready-list .move-in-ready-card .card-left {
    padding-right: 0;
  }
}

section.move-in-ready-list .move-in-ready-card .card-left > div {
  background-size: cover;
  height: 100%;
  background-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-list .move-in-ready-card .card-left > div {
    min-height: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-list .move-in-ready-card .card-left > div {
    min-height: 67.5vw;
  }
}

section.move-in-ready-list .move-in-ready-card .card-left img {
  width: 100%;
}

section.move-in-ready-list .move-in-ready-card .card-left .ribbon-wrapper-green .ribbon-green {
  background: #80ae42;
}

section.move-in-ready-list .move-in-ready-card .card-left .banner {
  font-family: "Oswald", "Open Sans";
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  position: absolute;
  bottom: 0;
  left: 15px;
  text-align: center;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.move-in-ready-list .move-in-ready-card .card-left .banner {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.move-in-ready-list .move-in-ready-card .card-left .banner {
    right: 15px;
  }
}

section.move-in-ready-list .move-in-ready-card .card-left .banner.open-house {
  background-color: #84bc3e;
}

section.move-in-ready-list .move-in-ready-card .card-left .banner.pending {
  background-color: #42c2f4;
}

section.move-in-ready-list .move-in-ready-card .card-left .banner.sold {
  background-color: #d05621;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.move-in-ready-list .move-in-ready-card .top .card-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.move-in-ready-list .move-in-ready-card .card-middle {
    padding-left: 0;
    padding-right: 0;
  }
}

section.move-in-ready-list .move-in-ready-card .card-middle .inner-card {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-list .move-in-ready-card .card-middle .inner-card {
    min-height: 135px;
  }
}

section.move-in-ready-list .move-in-ready-card .card-middle h3 {
  font-size: 26px;
  text-transform: uppercase;
}

section.move-in-ready-list .move-in-ready-card .card-middle h3 span.elevation,
section.move-in-ready-list .move-in-ready-card .card-middle h3 span.address,
section.move-in-ready-list .move-in-ready-card .card-middle h3 span.lot {
  color: #808080;
  font-size: 18px;
  line-height: 35px;
}

section.move-in-ready-list .move-in-ready-card .card-middle .community {
  font-size: 18px;
  color: #bdbdbd;
  text-transform: uppercase;
}

section.move-in-ready-list .move-in-ready-card .card-middle .rmls-number {
  font-family: "Oswald", "Open Sans";
  margin-top: 5px;
}

section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info {
  padding: 15px 15px 34px 15px;
  border-top: 1px solid #f0f0f0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px 15px 15px 15px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info {
    min-height: 102px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info:before,
  section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info:after {
    display: table;
    content: " ";
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info:after {
    clear: both;
  }
}

section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li {
  float: left;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li {
    padding-right: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li {
    display: inline-block;
    padding: 5px 10px;
  }

  section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li svg.house-icon {
    margin-right: 5px;
  }

  section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li span {
    padding-left: 5px;
  }

  section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li:first-child {
    padding-left: 0;
  }

  section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li:last-child {
    padding-right: 0;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li.see-the-video {
    float: right;
  }
}

section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li.see-the-video .btn-see-the-video {
  color: #9B9B9B;
  cursor: pointer;
  font-size: 15px;
}

section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li.see-the-video .btn-see-the-video i.fa {
  font-size: 18px;
  margin-right: 7.5px;
}

section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li svg path,
section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li svg polygon,
section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li svg rect {
  fill: #506362;
}

section.move-in-ready-list .move-in-ready-card .card-middle ul.snapshot-info li span {
  padding-left: 12px;
  color: #9b9b9b;
  font-size: 20px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.move-in-ready-list .move-in-ready-card .card-right {
    padding-left: 0;
  }
}

section.move-in-ready-list .move-in-ready-card .card-right .price {
  color: #808080;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  text-align: right;
  padding-right: 15px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.move-in-ready-list .move-in-ready-card .card-right .price {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.move-in-ready-list .move-in-ready-card .card-right .price {
    font-size: 16.5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.move-in-ready-list .move-in-ready-card .card-right .price {
    padding-left: 15px;
  }
}

section.move-in-ready-list .move-in-ready-card .card-right .availability {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 34px;
  text-align: right;
  padding-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.move-in-ready-list .move-in-ready-card .card-right .availability {
    font-size: 13.5px;
  }
}

section.move-in-ready-list .move-in-ready-card .card-right a.move-in-ready-cta {
  background: #724876;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

section.move-in-ready-list .move-in-ready-card .card-right a.move-in-ready-cta:hover {
  background: #87638a;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-list .move-in-ready-card {
    height: auto;
    margin-bottom: 10px;
  }

  section.move-in-ready-list .move-in-ready-card .card {
    height: auto;
  }

  section.move-in-ready-list .move-in-ready-card .card .card-left {
    height: auto;
    min-height: 150px;
  }

  section.move-in-ready-list .move-in-ready-card .card .card-left img.community-thumbnail {
    height: auto;
  }

  section.move-in-ready-list .move-in-ready-card .card .card-middle {
    width: 100%;
    height: auto;
  }

  section.move-in-ready-list .move-in-ready-card .card .card-middle .inner-card {
    padding-top: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  section.move-in-ready-list .move-in-ready-card .card .card-middle h3,
  section.move-in-ready-list .move-in-ready-card .card .card-middle p,
  section.move-in-ready-list .move-in-ready-card .card .card-middle .community {
    padding-bottom: 0;
    line-height: 1.2;
  }

  section.move-in-ready-list .move-in-ready-card .card .card-middle h3 {
    margin: 0;
    font-size: 18px;
  }

  section.move-in-ready-list .move-in-ready-card .card .card-middle h3 .elevation,
  section.move-in-ready-list .move-in-ready-card .card .card-middle h3 .address,
  section.move-in-ready-list .move-in-ready-card .card .card-middle h3 .lot {
    line-height: 1;
    font-size: 18px;
  }

  section.move-in-ready-list .move-in-ready-card .card .card-middle .community {
    padding-top: 5px;
    font-size: 13.5px;
  }

  section.move-in-ready-list .move-in-ready-card .card .card-middle .rmls-number {
    font-size: 12px;
  }

  section.move-in-ready-list .move-in-ready-card .card .card-right .price {
    font-size: 18px;
  }

  section.move-in-ready-list .move-in-ready-card .card .card-right .availability {
    font-size: 17px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 320px) {
  section.move-in-ready-list .move-in-ready-card .card .card-middle h3 .elevation,
  section.move-in-ready-list .move-in-ready-card .card .card-middle h3 .address,
  section.move-in-ready-list .move-in-ready-card .card .card-middle h3 .lot {
    font-size: 16px;
  }

  section.move-in-ready-list .move-in-ready-card .card .card-right .price {
    line-height: 1.3;
  }
}

section.move-in-ready-list .seo-copy {
  font-weight: 400;
  margin-top: 30px;
}

.homeowner-testimonials-header {
  background: url("/images/site/homeowner-testimonials/header-bkg.jpg");
  height: 650px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .homeowner-testimonials-header {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .homeowner-testimonials-header {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  .homeowner-testimonials-header {
    background-size: 100%;
  }
}

@media only screen and (min-width: 1450px) {
  .homeowner-testimonials-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .homeowner-testimonials-header {
    background-repeat: no-repeat;
    background-position: 61% top;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1200px), only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .homeowner-testimonials-header {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 767px) {
@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .homeowner-testimonials-header {
      background-attachment: scroll;
    }
}
}

@media only screen and (max-width: 767px) and (min-width: 1450px) {
  .homeowner-testimonials-header {
    background-size: 100%;
  }
}

.homeowner-testimonials-header .page-title {
  top: 41%;
}

@media only screen and (max-width: 767px) {
  .homeowner-testimonials-header .page-title {
    top: 20%;
  }

  .homeowner-testimonials-header .page-title h2 {
    font-size: 50px;
    line-height: 1.2;
  }

  .homeowner-testimonials-header .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

section.social-links {
  background: #724876;
  opacity: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.social-links {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  section.social-links {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

section.social-links.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.2s;
}

section.social-links .list-unstyled {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.social-links .list-unstyled {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  section.social-links .list-unstyled {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

section.social-links .list-unstyled > li {
  color: #FFF;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (min-width: 1200px) {
  section.social-links .list-unstyled > li {
    font-size: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.social-links .list-unstyled > li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  section.social-links .list-unstyled > li {
    font-size: 4.5vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  section.social-links .list-unstyled > li:nth-child(2),
  section.social-links .list-unstyled > li:nth-child(3),
  section.social-links .list-unstyled > li:nth-child(4),
  section.social-links .list-unstyled > li:nth-child(5) {
    width: 39vw;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.social-links .list-unstyled > li img {
    width: 82.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.social-links .list-unstyled > li img {
    width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  section.social-links .list-unstyled > li img {
    width: 90%;
  }
}

section.testimonials {
  background: #dcdcdc;
  padding: 70px 0px;
  opacity: 0;
}

section.testimonials.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.2s;
}

section.testimonials .homeowner-testimonials.grid-item {
  margin-bottom: 40px;
}

section.testimonials .homeowner-testimonials .testimonial {
  padding: 25px 25px 50px 25px;
  background: #FFF;
  overflow: hidden;
  position: relative;
}

section.testimonials .homeowner-testimonials .quotes {
  font-size: 122px;
  font-weight: 100;
  color: #dcdcdc;
  line-height: 0px;
  margin-top: 50px;
  margin-bottom: 0px;
}

section.testimonials .homeowner-testimonials .quotes.left-quote {
  float: left;
}

section.testimonials .homeowner-testimonials .quotes.right-quote {
  float: right;
}

section.testimonials .homeowner-testimonials h4.testimonial-title {
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0px;
  color: #8bc741;
  font-weight: 100;
  clear: both;
  text-align: center;
}

section.testimonials .homeowner-testimonials .testimonial-copy {
  margin-top: 25px;
  margin-bottom: 20px;
  max-height: 100px;
  overflow: hidden;
}

section.testimonials .homeowner-testimonials .testimonial-copy.ellipsis {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

section.testimonials .homeowner-testimonials .testimonial-copy p {
  color: #797979;
  line-height: 36px;
  font-size: 16px;
}

section.testimonials .homeowner-testimonials .quote-source {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
  font-size: 15px;
  color: #6c6c6c;
  font-weight: 400;
  letter-spacing: 0px;
}

section.testimonials .homeowner-testimonials .quote-source span {
  padding-left: 5px;
  padding-right: 5px;
}

section.testimonials .homeowner-testimonials .read-more {
  position: absolute;
  bottom: -61px;
  width: 100%;
  text-align: center;
  left: 0;
}

section.testimonials .homeowner-testimonials .read-more a {
  color: #FFF;
  background: #c3c3c3;
  padding: 15px 0px;
  border-radius: 50% 50% 0% 0%;
  width: 110px;
  height: 100px;
  display: inline-block;
}

section.testimonials .homeowner-testimonials .read-more a:hover {
  background: #724876;
}

section.testimonials .homeowner-testimonials.opened .testimonial-copy {
  max-height: 100%;
  height: 100%;
  display: block;
}

section.testimonials .homeowner-testimonials.opened .read-more a {
  background: #724876;
}

@media only screen and (max-width: 767px) {
  section.testimonials .testimonial-nav .testimonials-count {
    display: none;
  }
}

section.testimonials .testimonial-nav ul {
  text-align: center;
}

section.testimonials .testimonial-nav ul li {
  text-transform: uppercase;
  color: #FFF;
  font-size: 18px;
  width: 14%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.testimonials .testimonial-nav ul li {
    width: 20%;
  }
}

@media only screen and (max-width: 767px) {
  section.testimonials .testimonial-nav ul li {
    width: auto;
  }
}

section.testimonials .testimonial-nav ul li a {
  padding: 5px 15px 5px 10px;
  background: #FFF;
  color: #724876;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  section.testimonials .testimonial-nav ul li a {
    margin-top: 0;
    padding: 25px;
    line-height: 1;
  }
}

section.testimonials .testimonial-nav ul li a .dotted-arrow {
  width: 17px;
  height: 13px;
  margin-top: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.testimonials .testimonial-nav ul li a .dotted-arrow {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.testimonials .testimonial-nav ul li a .dotted-arrow {
    margin-top: 0;
  }
}

section.testimonials .testimonial-nav ul li a .dotted-arrow path.st0 {
  fill: #724876;
}

section.testimonials .testimonial-nav ul li a span {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  section.testimonials .testimonial-nav ul li a span {
    display: none;
  }
}

section.testimonials .testimonial-nav ul li a:hover {
  background: #724876;
  color: #FFF;
  border-color: #724876;
}

section.testimonials .testimonial-nav ul li a:hover .dotted-arrow path.st0 {
  fill: #FFF;
}

@media only screen and (max-width: 767px) {
  section.testimonials .testimonial-nav ul li.previous {
    float: left;
  }
}

section.testimonials .testimonial-nav ul li.previous a .dotted-arrow {
  transform: rotate(-180deg);
}

section.testimonials .testimonial-nav ul li.previous a span {
  margin-left: 10px;
  margin-right: 0px;
}

@media only screen and (max-width: 767px) {
  section.testimonials .testimonial-nav ul li.next {
    float: right;
    padding: 0;
  }
}

.warranty-request-header {
  background: url("/images/site/warranty-request/header-bkg.jpg");
  height: 451px;
  background-attachment: fixed;
  background-position: center 70px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1450px) {
  .warranty-request-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .warranty-request-header {
    background-position: center top;
  }
}

.warranty-request-header .page-title {
  top: 27%;
}

@media only screen and (max-width: 767px) {
  .warranty-request-header .page-title {
    top: 30%;
  }

  .warranty-request-header .page-title h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .warranty-request-header .page-title hr {
    margin-top: 50px;
  }

  .warranty-request-header .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

section.warranty-request-form {
  background: #e2e2e2;
  padding: 70px 0px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  section.warranty-request-form {
    padding-top: 0;
  }
}

section.warranty-request-form.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.3s;
}

section.warranty-request-form h4 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 41px;
}

@media only screen and (max-width: 767px) {
  section.warranty-request-form h4 {
    clear: both;
    padding-top: 30px;
    display: block;
  }
}

section.warranty-request-form p {
  font-size: 16px;
  line-height: 35px;
  color: #616161;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0px;
  margin: 20px 0px 35px 0px;
}

section.warranty-request-form .btn.btn-default {
  color: #7b7b7b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.warranty-request-form .form-submit {
    float: none !important;
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  section.warranty-request-form .form-submit {
    float: none !important;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  section.warranty-request-form .additional-warranty {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  section.warranty-request-form .additional-assets {
    padding-right: 15px;
  }

  section.warranty-request-form .additional-assets h4 {
    text-align: center;
  }
}

section.warranty-request-form .additional-assets .asset-block {
  margin-bottom: 25px;
  text-align: center;
  height: 209px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.warranty-request-form .additional-assets .asset-block {
    width: 280px;
    margin: 40px;
  }
}

@media only screen and (max-width: 767px) {
  section.warranty-request-form .additional-assets .asset-block {
    width: 280px;
    margin: 25px auto;
    float: none;
  }
}

section.warranty-request-form .additional-assets .asset-block.one-year-warranty {
  background: url("/images/site/warranty-request/one-year-warranty.jpg");
  background-repeat: no-repeat;
}

section.warranty-request-form .additional-assets .asset-block.one-year-warranty .title {
  background: rgba(114, 72, 118, 0.8);
}

section.warranty-request-form .additional-assets .asset-block.mold {
  background: url("/images/site/warranty-request/mold.jpg");
  background-repeat: no-repeat;
}

section.warranty-request-form .additional-assets .asset-block.mold .title {
  background: rgba(145, 171, 110, 0.8);
}

section.warranty-request-form .additional-assets .asset-block.crawlspace {
  background: url("/images/site/warranty-request/crawlspace.jpg");
  background-repeat: no-repeat;
}

section.warranty-request-form .additional-assets .asset-block.crawlspace .title {
  background: rgba(218, 176, 102, 0.8);
}

section.warranty-request-form .additional-assets .asset-block.drain {
  background: url("/images/site/warranty-request/drain.jpg");
  background-repeat: no-repeat;
}

section.warranty-request-form .additional-assets .asset-block.drain .title {
  background: rgba(133, 190, 220, 0.8);
}

section.warranty-request-form .additional-assets .asset-block.checklist {
  background: url("/images/site/warranty-request/checklist.jpg");
  background-repeat: no-repeat;
}

section.warranty-request-form .additional-assets .asset-block.checklist .title {
  background: rgba(203, 90, 64, 0.8);
}

section.warranty-request-form .additional-assets .asset-block .title {
  font-size: 22px;
  color: #FFF;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 20px 12px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.warranty-request-form .additional-assets .asset-block .title {
    font-size: 17px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.warranty-request-form .additional-assets .asset-block .title {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  section.warranty-request-form .additional-assets .asset-block .title {
    font-size: 18px;
    line-height: 1.5;
  }
}

section.warranty-request-form .additional-assets .asset-block a {
  margin-top: 25px;
  font-size: 14px;
  line-height: 35px;
  padding: 2px 20px;
  border-color: #FFF;
}

@media only screen and (max-width: 767px) {
  section.warranty-request-form .additional-assets .asset-block a {
    margin-top: 45px;
  }
}

.full-interest-list-header {
  background: url("/images/site/full-interest-list/header-bkg.jpg");
  height: 497px;
  background-attachment: fixed;
  background-position-y: 142px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1450px) {
  .full-interest-list-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .full-interest-list-header {
    background-position-y: 0;
  }
}

.full-interest-list-header .text-center {
  top: 27%;
}

@media only screen and (max-width: 767px) {
  .full-interest-list-header .text-center {
    top: 20%;
  }

  .full-interest-list-header .text-center h2 {
    font-size: 50px;
    line-height: 1.2;
  }

  .full-interest-list-header .text-center h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

section.form {
  background: #e2e2e2;
  padding: 70px 0px 90px 0px;
  opacity: 0;
}

section.form.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.form {
    padding: 35px 0px 35px;
  }

  section.form .no-padding-left {
    padding-left: 15px;
  }

  section.form .no-padding-right {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  section.form {
    padding: 35px 0px 35px;
  }

  section.form .no-padding-left {
    padding-left: 15px;
  }

  section.form .no-padding-right {
    padding-right: 15px;
  }
}

section.interested-communities {
  background: url("/images/site/full-interest-list/community-bkg.jpg");
  height: auto;
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  section.interested-communities {
    padding: 50px 0px;
  }
}

section.interested-communities.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

section.interested-communities.in .community-card {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s ease-in;
  transition-delay: 0.3s;
}

section.interested-communities h2 {
  font-size: 48px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  section.interested-communities h2 {
    font-size: 32px;
    line-height: 1.2;
    float: none;
  }
}

section.interested-communities .community-card {
  margin-bottom: 30px;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
}

section.interested-communities .community-card.selected .right-side {
  background: #724876;
}

section.interested-communities .community-card.selected .right-side h3 {
  color: #FFF;
}

section.interested-communities .community-card.selected .right-side .price {
  color: rgba(255, 255, 255, 0.6);
}

section.interested-communities .community-card.selected .right-side ul.snapshot li {
  color: #FFF;
}

section.interested-communities .community-card.selected .right-side ul.snapshot li svg path,
section.interested-communities .community-card.selected .right-side ul.snapshot li svg clip,
section.interested-communities .community-card.selected .right-side ul.snapshot li svg polygon,
section.interested-communities .community-card.selected .right-side ul.snapshot li svg rect {
  fill: #FFF;
}

section.interested-communities .community-card.selected hr {
  border-color: #FFF;
}

section.interested-communities .community-card .thumb-img {
  float: left;
  min-height: 176px;
  background-size: cover;
  width: 100%;
  background-position: center;
}

section.interested-communities .community-card .right-side {
  background: #FFF;
  min-height: 176px;
}

section.interested-communities .community-card .right-side h3 {
  font-size: 28px;
  text-transform: uppercase;
  max-width: 90%;
}

@media only screen and (max-width: 767px) {
  section.interested-communities .community-card .right-side h3 {
    font-size: 20px;
    margin: 10px 0;
  }
}

section.interested-communities .community-card .right-side .checkbox,
section.interested-communities .community-card .right-side label.checkbox-custom-label {
  position: absolute;
  right: 20px;
  top: 20px;
}

@media only screen and (max-width: 767px) {
  section.interested-communities .community-card .right-side .checkbox,
  section.interested-communities .community-card .right-side label.checkbox-custom-label {
    right: 10px;
    top: 10px;
  }
}

section.interested-communities .community-card .right-side .checkbox span,
section.interested-communities .community-card .right-side label.checkbox-custom-label span {
  display: none;
}

section.interested-communities .community-card .right-side .checkbox-custom + .checkbox-custom-label:before {
  width: 40px;
  height: 40px;
  background: #FFF;
  border: 2px solid #724876;
  box-shadow: 4px 4px #d2d2d2;
  margin-right: 0px;
}

@media only screen and (max-width: 767px) {
  section.interested-communities .community-card .right-side .checkbox-custom + .checkbox-custom-label:before {
    width: 20px;
    height: 20px;
  }
}

section.interested-communities .community-card .right-side .checkbox-custom:checked + .checkbox-custom-label:before {
  background: #91ab6e;
  border-color: #91ab6e;
  box-shadow: 4px 4px #6f2076;
  font-size: 28px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  section.interested-communities .community-card .right-side .checkbox-custom:checked + .checkbox-custom-label:before {
    font-size: 14px;
    line-height: 14px;
  }
}

section.interested-communities .community-card .right-side .price {
  color: #b8b8b8;
  text-transform: uppercase;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  section.interested-communities .community-card .right-side .price {
    font-size: 16px;
  }
}

section.interested-communities .community-card .right-side ul.snapshot {
  position: absolute;
  bottom: 0;
  left: 5px;
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  section.interested-communities .community-card .right-side ul.snapshot {
    width: 100%;
  }
}

section.interested-communities .community-card .right-side ul.snapshot li {
  float: left;
  color: #9b9b9b;
  font-size: 17px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  section.interested-communities .community-card .right-side ul.snapshot li {
    float: none;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    clear: both;
    width: 100%;
  }
}

section.interested-communities .community-card .right-side ul.snapshot li svg path,
section.interested-communities .community-card .right-side ul.snapshot li svg clip,
section.interested-communities .community-card .right-side ul.snapshot li svg polygon,
section.interested-communities .community-card .right-side ul.snapshot li svg rect {
  fill: #506362;
}

section.interested-communities .community-card .right-side ul.snapshot li span {
  padding-left: 10px;
}

section.additional-information {
  padding: 100px 0px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  section.additional-information {
    padding: 50px 0px 100px;
  }
}

section.additional-information.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

section.additional-information h2 {
  text-transform: uppercase;
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  section.additional-information h2 {
    font-size: 32px;
  }
}

section.additional-information p {
  text-align: center;
  font-size: 18px;
  color: #797979;
  margin: auto;
  font-family: "Open Sans", sans-serif;
  padding: 65px 0px;
  line-height: 36px;
}

@media only screen and (max-width: 767px) {
  section.additional-information p {
    font-size: 16px;
    line-height: 1.5;
    padding: 30px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.additional-information .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.additional-information .no-padding-left {
    padding-left: 15px;
  }

  section.additional-information .no-padding-right {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  section.additional-information .no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.additional-information .no-padding-left {
    padding-left: 15px;
  }

  section.additional-information .no-padding-right {
    padding-right: 15px;
  }
}

section.additional-information form.additional-information input[type="radio"].radio-custom {
  width: auto;
}

section.additional-information form.additional-information input[type="text"].indent {
  width: calc(100% - 36px);
}

section.additional-information form.additional-information input[type="text"][name="hear_other"] {
  margin-top: 0;
}

section.additional-information form.additional-information select {
  border: 1px solid #d3d3d3;
  margin-top: 0;
}

section.additional-information form.additional-information .indent input[type="text"] {
  width: calc(100% - 36px);
}

section.additional-information form.additional-information .checkbox-custom + .checkbox-custom-label:before {
  margin-right: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.additional-information form.additional-information .no-margin-top {
    margin-top: 0;
  }

  section.additional-information form.additional-information .before-input {
    text-align: left;
  }

  section.additional-information form.additional-information .checkbox-list {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.additional-information form.additional-information .row {
    margin: 0;
  }

  section.additional-information form.additional-information .no-margin-top {
    margin-top: 0;
  }

  section.additional-information form.additional-information .before-input {
    text-align: left;
  }

  section.additional-information form.additional-information .display_block {
    display: block;
  }

  section.additional-information form.additional-information .checkbox-list {
    margin-top: 0;
    margin-bottom: 0;
  }

  section.additional-information form.additional-information button.submit {
    padding: 8px 20px 8px 30px;
    width: 100%;
  }
}

.get-in-touch-header {
  background: url("/images/site/get-in-touch/header-bkg.jpg");
  height: 195px;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1450px) {
  .get-in-touch-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .get-in-touch-header {
    background-position: center top;
  }
}

.get-in-touch-header .page-title {
  top: 27%;
}

@media only screen and (max-width: 767px) {
  .get-in-touch-header .page-title {
    top: 30%;
  }

  .get-in-touch-header .page-title h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .get-in-touch-header .page-title hr {
    margin-top: 50px;
  }

  .get-in-touch-header .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.get-in-touch-header h2 {
  font-size: 48px;
  margin-top: 75px;
}

section.get-in-touch-form {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: 60%;
  overflow: hidden;
  padding-bottom: 75px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.get-in-touch-form {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  section.get-in-touch-form {
    padding-top: 30px;
  }
}

section.get-in-touch-form.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 0.5s;
}

section.get-in-touch-form .header-image {
  position: absolute;
  width: 60%;
  height: 100%;
  max-height: 200px;
  left: 0;
  top: -10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.get-in-touch-form .header-image {
    width: 100%;
    max-height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  section.get-in-touch-form .header-image {
    width: 100%;
    max-height: 150px;
    top: 0;
  }
}

section.get-in-touch-form h2 {
  font-size: 48px;
  line-height: 35px;
}

section.get-in-touch-form h4 {
  text-transform: uppercase;
  font-size: 22px;
  color: #575752;
  line-height: 35px;
}

section.get-in-touch-form .offices .office-contact {
  margin-bottom: 45px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.get-in-touch-form .offices .office-contact .media-left {
    padding-right: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.get-in-touch-form .offices .office-contact .media-left {
    padding-right: 18px;
  }
}

section.get-in-touch-form .offices .office-contact .media-heading {
  font-size: 21px;
  margin-bottom: 15px;
}

section.get-in-touch-form .offices .office-contact .media-body a {
  color: #667D47;
}

@media only screen and (max-width: 767px) {
  section.get-in-touch-form .offices .office-contact .media-body a {
    font-size: 4.2vw;
    word-break: break-all;
  }
}

section.get-in-touch-form .offices .office-contact .media-body a i.fa {
  margin-top: 7.5px;
  vertical-align: top;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.get-in-touch-form .offices .office-contact .media-body a i.fa {
    font-size: 16.5px;
    margin-right: 15px;
  }
}

section.get-in-touch-form .offices .office-contact .media-body a i.fa.fa-map-marker {
  margin-right: 21px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.get-in-touch-form .offices .office-contact .media-body a i.fa.fa-map-marker {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.get-in-touch-form .offices .office-contact .media-body a i.fa.fa-phone {
    font-size: 21px;
  }
}

section.get-in-touch-form .offices .office-contact .media-body a span {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  section.get-in-touch-form .offices .office-contact.main-office .media-body a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  section.get-in-touch-form .offices .office-contact.main-office .media-body a i.fa {
    font-size: 16.5px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  section.get-in-touch-form .offices .office-contact.main-office .media-body a i.fa.fa-map-marker {
    font-size: 24px;
    margin-right: 21px;
  }
}

@media only screen and (max-width: 767px) {
  section.get-in-touch-form .offices .office-contact.main-office .media-body a i.fa.fa-phone {
    font-size: 21px;
  }
}

section.get-in-touch-form .offices .office-contact.sales-inquiries .media-left {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

section.get-in-touch-form .offices .office-contact.sales-inquiries .media-heading {
  margin-top: 15px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.get-in-touch-form .offices p {
    line-height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  section.get-in-touch-form .offices p {
    line-height: 7.5vw;
  }
}

section.get-in-touch-form .send-us-message {
  padding-bottom: 75px;
}

section.get-in-touch-form .send-us-message form input,
section.get-in-touch-form .send-us-message form select,
section.get-in-touch-form .send-us-message form textarea {
  background: #e2e2e2;
}

section.get-in-touch-form .send-us-message form .submit {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.get-in-touch-form .send-us-message form .submit {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  section.get-in-touch-form .send-us-message form .submit {
    margin-right: 15px;
  }
}

section.get-in-touch-form .existing-homeowners {
  border-top: 1px solid #d0d0d0;
  padding-top: 45px;
}

section.get-in-touch-form .existing-homeowners p {
  line-height: 36px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  section.get-in-touch-form .existing-homeowners p {
    font-size: 16px;
    line-height: 1.5;
  }
}

section.get-in-touch-form .existing-homeowners a.bordered-link-btn {
  margin-top: 25px;
  font-size: 14px;
  padding: 8px 20px 7px 25px;
}

section.get-in-touch-form .existing-homeowners a.bordered-link-btn .dotted-arrow {
  width: 17px;
  height: 17px;
  margin-top: 4px;
}

section.get-in-touch-form .existing-homeowners a.bordered-link-btn:hover {
  border-color: #87638a;
}

.realtor-extranet-header {
  background: url("/images/site/realtor-extranet/header-bkg.jpg");
  height: 464px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .realtor-extranet-header {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .realtor-extranet-header {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  .realtor-extranet-header {
    background-size: 100%;
  }
}

@media only screen and (min-width: 1450px) {
  .realtor-extranet-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .realtor-extranet-header {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1200px), only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .realtor-extranet-header {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 767px) {
@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .realtor-extranet-header {
      background-attachment: scroll;
    }
}
}

@media only screen and (max-width: 767px) and (min-width: 1450px) {
  .realtor-extranet-header {
    background-size: 100%;
  }
}

.realtor-extranet-header .page-title {
  top: 27%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .realtor-extranet-header .page-title {
    top: 30%;
  }

  .realtor-extranet-header .page-title h2 {
    line-height: 1.5;
  }

  .realtor-extranet-header .page-title h4 {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .realtor-extranet-header .page-title {
    top: 20%;
  }

  .realtor-extranet-header .page-title h2 {
    font-size: 50px;
    line-height: 1.2;
  }

  .realtor-extranet-header .page-title hr {
    margin-top: 60px;
  }

  .realtor-extranet-header .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 30px;
  }
}

section.realtor-extranet-form {
  padding: 65px 0px 130px 0px;
  background: #f0f0f0;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  section.realtor-extranet-form {
    padding: 30px 0px 130px 0px;
  }
}

section.realtor-extranet-form.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.realtor-extranet-form .no-padding-left {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  section.realtor-extranet-form .no-padding-left {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.realtor-extranet-form .no-padding-right {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  section.realtor-extranet-form .no-padding-right {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  section.realtor-extranet-form .left-form,
  section.realtor-extranet-form .right-form {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  section.realtor-extranet-form .left-form .form-dropdown .btn,
  section.realtor-extranet-form .right-form .form-dropdown .btn {
    font-size: 12px;
  }
}

@media only screen and (max-width: 320px) {
  section.realtor-extranet-form .left-form .form-dropdown .btn,
  section.realtor-extranet-form .right-form .form-dropdown .btn {
    font-size: 10px;
  }
}

section.realtor-extranet-form a:hover {
  color: #87638a;
}

section.realtor-extranet-form h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 48px;
}

@media only screen and (max-width: 767px) {
  section.realtor-extranet-form h3 {
    font-size: 22px;
    line-height: 1.5;
  }
}

section.realtor-extranet-form p {
  font-weight: 400;
  color: #666666;
}

section.realtor-extranet-form p.directions {
  margin-top: 20px;
  margin-bottom: 50px;
  clear: left;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.realtor-extranet-form .link-sign-in p,
  section.realtor-extranet-form .link-register p {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  section.realtor-extranet-form .link-sign-in,
  section.realtor-extranet-form .link-register {
    padding: 0;
  }
}

section.realtor-extranet-form hr {
  border-color: #e0e0e0;
  width: 100%;
}

section.realtor-extranet-form ul.register-points {
  float: left;
}

section.realtor-extranet-form ul.register-points li {
  float: left;
  width: 100%;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
}

section.realtor-extranet-form ul.register-points li i.fa {
  font-size: 20px;
  color: #724876;
}

section.realtor-extranet-form form h4 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 40px;
  margin-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.realtor-extranet-form form h4 {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  section.realtor-extranet-form form h4 {
    padding-left: 15px;
  }
}

section.realtor-extranet-form form input[type="text"],
section.realtor-extranet-form form input[type="tel"],
section.realtor-extranet-form form input[type="email"],
section.realtor-extranet-form form input[type="password"] {
  margin-top: 10px;
}

section.realtor-extranet-form form .btn-forgot-password {
  position: absolute;
  right: 15px;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 0px;
}

section.realtor-extranet-form form .btn-terms-and-conditions {
  font-family: "Open Sans", sans-serif;
  color: #667D47;
  display: inline-block;
  font-weight: normal;
  margin-top: 15px;
  margin-left: 20px;
  text-decoration: underline;
}

section.realtor-extranet-form form button.form-submit {
  float: none;
  margin-top: 10px;
  margin-left: 20px;
  padding: 8px 20px 8px 20px;
}

section.realtor-extranet-form form .popover-terms-and-conditions {
  border-radius: 0;
  box-shadow: none;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.realtor-extranet-form form .popover-terms-and-conditions {
    max-width: 480px;
    width: 480px;
  }
}

@media only screen and (max-width: 767px) {
  section.realtor-extranet-form form .popover-terms-and-conditions {
    max-width: 300px;
    width: 300px;
  }
}

section.realtor-extranet-form form .popover-terms-and-conditions .popover-content {
  padding: 24px 24px 14px;
}

section.realtor-extranet-form form .popover-terms-and-conditions .popover-content ol {
  padding-left: 15px;
}

section.realtor-extranet-form form .popover-terms-and-conditions .popover-content ol li {
  font-family: "Open Sans", sans-serif;
  color: #666666;
  margin-bottom: 10px;
}

section.realtor-extranet-form form .popover-terms-and-conditions .popover-content li,
section.realtor-extranet-form form .popover-terms-and-conditions .popover-content p {
  font-size: 13.5px;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  section.realtor-extranet-form form .no-padding-left {
    padding-left: 15px;
  }

  section.realtor-extranet-form form .no-padding-right {
    padding-right: 15px;
  }

  section.realtor-extranet-form form button.form-submit {
    margin-top: 30px;
    margin-left: 0;
  }
}

section.realtor-extranet-form form.sign-up input[type="text"],
section.realtor-extranet-form form.sign-up input[type="tel"],
section.realtor-extranet-form form.sign-up input[type="email"],
section.realtor-extranet-form form.sign-up input[type="password"],
section.realtor-extranet-form form.sign-up .btn,
section.realtor-extranet-form form.sign-up select {
  margin-top: 25px;
}

section.realtor-extranet-form form.sign-up .btn {
  color: #7b7b7b;
}

section.realtor-extranet-form form.sign-up .checkbox-terms-and-conditions label {
  font-family: "Open Sans", sans-serif;
}

section.realtor-extranet-form form.sign-up .checkbox-terms-and-conditions .terms-and-conditions {
  color: #667D47;
  text-decoration: underline;
}

section.realtor-extranet-form form.sign-up .checkbox-terms-and-conditions .popover-terms-and-conditions {
  display: none;
}

section.realtor-extranet-form .state ul.dropdown-menu li a {
  float: left;
  width: 100%;
  line-height: 30px;
  margin-top: 0px;
}

section.realtor-extranet-form .communtiy-of-interest ul.dropdown-menu {
  background: #e0e0e0;
}

section.realtor-extranet-form .communtiy-of-interest ul.dropdown-menu li {
  float: left;
  width: 50%;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 30px;
  padding-left: 15px;
}

body.realtor-dashboard {
  background: #f0f0f0;
}

.realtor-dashboard-wrap .menu {
  padding-top: 50px;
  text-align: center;
  padding-right: 0px;
}

@media only screen and (max-width: 767px) {
  .realtor-dashboard-wrap .menu {
    float: left;
    padding: 0px 15px;
  }
}

.realtor-dashboard-wrap .menu .user h2 {
  color: #575752;
  font-size: 28px;
  line-height: 48px;
  text-transform: uppercase;
}

.realtor-dashboard-wrap .menu .date-joined {
  margin-top: 25px;
}

.realtor-dashboard-wrap .menu .date-joined p {
  letter-spacing: 0px;
  color: #575752;
  font-weight: 400;
}

.realtor-dashboard-wrap .menu .realtor-menu ul {
  border-top: 1px solid #e2e2e2;
  padding-top: 25px;
  margin-top: 40px;
}

.realtor-dashboard-wrap .menu .realtor-menu ul li {
  float: left;
  width: 100%;
}

.realtor-dashboard-wrap .menu .realtor-menu ul li a {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 60px;
  display: block;
  text-align: left;
  padding-left: 50px;
  margin-bottom: 25px;
}

.realtor-dashboard-wrap .menu .realtor-menu ul li a i.fa {
  font-size: 25px;
  margin-right: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .realtor-dashboard-wrap .menu .realtor-menu ul li a i.fa {
    margin-right: 10px;
  }
}

.realtor-dashboard-wrap .menu .realtor-menu ul li a:hover,
.realtor-dashboard-wrap .menu .realtor-menu ul li a.active {
  background: #724876;
  color: #FFF;
}

.realtor-dashboard-wrap .menu .realtor-menu ul li a:hover i.fa,
.realtor-dashboard-wrap .menu .realtor-menu ul li a.active i.fa {
  color: #FFF;
}

.realtor-dashboard-wrap .menu .realtor-menu ul li a.terms-and-conditions {
  font-family: "Open Sans", sans-serif;
  color: #575752;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  padding-right: 50px;
  text-align: center;
  text-transform: none;
}

.realtor-dashboard-wrap .menu .realtor-menu ul li a.terms-and-conditions:hover {
  background-color: transparent;
  text-decoration: underline;
}

.dashboard-panel {
  background: #bcbcbc;
  padding: 70px 0px 115px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-panel {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-panel {
    padding-left: 0px;
    float: left;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-panel .no-padding-right {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-panel .no-padding-right {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-panel .no-padding-left {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-panel .no-padding-left {
    padding-left: 15px;
  }
}

.dashboard-panel h4 {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .dashboard-panel form.realtor-dashboard-form button.form-submit {
    width: 100%;
    float: none;
  }
}

.dashboard-panel form.realtor-dashboard-form label {
  color: #FFF;
  font-size: 14px;
  margin-top: 25px;
  text-transform: uppercase;
}

.dashboard-panel form.realtor-dashboard-form label.checkbox-custom-label {
  text-indent: -36px;
  padding-left: 31px;
  line-height: 25px;
  text-transform: none;
}

.dashboard-panel form.realtor-dashboard-form input,
.dashboard-panel form.realtor-dashboard-form select,
.dashboard-panel form.realtor-dashboard-form textarea {
  margin-top: 3px;
}

.dashboard-panel form.realtor-dashboard-form .form-dropdown .btn .dotted-arrow path.st0 {
  fill: #7b7b7b;
}

.dashboard-panel form.realtor-dashboard-form .form-dropdown .btn:hover .dotted-arrow path.st0 {
  fill: #FFF;
}

.dashboard-panel form.realtor-dashboard-form .dropdown.open .btn .dotted-arrow path.st0 {
  fill: #FFF;
}

.dashboard-panel form.realtor-dashboard-form .section-title {
  margin: 25px 0px 25px 0px;
}

.dashboard-panel form.realtor-dashboard-form .checkbox {
  margin-bottom: 20px;
}

.dashboard-panel form.realtor-dashboard-form .checkbox-4,
.dashboard-panel form.realtor-dashboard-form .checkbox-8 {
  clear: left;
}

.dashboard-panel form.realtor-dashboard-form .checkbox + .checkbox {
  margin-top: 10px;
}

.dashboard-panel form.realtor-dashboard-form .checkbox-custom + .checkbox-custom-label:before {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  background: #eaeaea;
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .dashboard-panel form.realtor-dashboard-form .checkbox-custom + .checkbox-custom-label:before {
    margin-right: 8px;
  }
}

.dashboard-panel form.realtor-dashboard-form .checkbox-custom:checked + .checkbox-custom-label:before {
  color: #667D47;
  text-indent: 0px;
}

.dashboard-panel form.realtor-dashboard-form button.btn {
  color: #7b7b7b;
  width: 100%;
  border-radius: 0px;
  margin-top: 3px;
}

.dashboard-panel form.realtor-dashboard-form .communtiy-of-interest ul.dropdown-menu {
  background: #e0e0e0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-panel form.realtor-dashboard-form .communtiy-of-interest ul.dropdown-menu {
    max-height: 150px;
    overflow: auto;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-panel form.realtor-dashboard-form .communtiy-of-interest ul.dropdown-menu {
    max-height: 150px;
    overflow: auto;
    padding-bottom: 50px;
  }
}

.dashboard-panel form.realtor-dashboard-form .communtiy-of-interest ul.dropdown-menu li {
  float: left;
  width: 50%;
  line-height: 30px;
  padding-left: 15px;
}

.dashboard-panel form.realtor-dashboard-form .communtiy-of-interest ul.dropdown-menu li label {
  color: #6f6f6f;
  font-size: 15px;
}

.dashboard-panel .table-header {
  margin-top: 30px;
}

.dashboard-panel .table-header .search {
  position: relative;
}

.dashboard-panel .table-header .search:before {
  font-family: 'FontAwesome';
  position: absolute;
  top: 4px;
  left: 10px;
  font-size: 20px;
  content: "\f002";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #724876;
  z-index: 1;
}

.dashboard-panel .table-header input {
  background: #FFF;
  color: #adadad;
  position: relative;
  padding-left: 38px;
}

.dashboard-panel .table-header input::-webkit-input-placeholder {
  color: #a0a0a0;
}

.dashboard-panel .table-header input:-moz-placeholder {
  /* Firefox 18- */
  color: #a0a0a0;
}

.dashboard-panel .table-header input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a0a0a0;
}

.dashboard-panel .table-header input:-ms-input-placeholder {
  color: #a0a0a0;
}

.dashboard-panel .client-list-table {
  margin-top: 40px;
  float: left;
  width: 100%;
}

.dashboard-panel table.client-list {
  width: 100%;
}

.dashboard-panel table.client-list td,
.dashboard-panel table.client-list th {
  font-weight: 400;
}

.dashboard-panel table.client-list th {
  padding: 15px 35px;
}

@media only screen and (max-width: 767px) {
  .dashboard-panel table.client-list th {
    padding: 15px;
    font-size: 12px;
  }
}

.dashboard-panel table.client-list th.date-registered {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .dashboard-panel table.client-list th.date-registered {
    text-align: left;
  }
}

.dashboard-panel table.client-list td {
  padding: 40px 35px;
}

.dashboard-panel table.client-list thead {
  background: #9c9c9c;
  color: #FFF;
  padding: 10px 0px;
  text-transform: uppercase;
}

.dashboard-panel table.client-list tbody tr {
  font-size: 15px;
  color: #595959;
}

.dashboard-panel table.client-list tbody tr td.client-name {
  color: #724876;
}

.dashboard-panel table.client-list tbody tr td.communities {
  width: 200px;
  line-height: 30px;
}

.dashboard-panel table.client-list tbody tr td.date-registered {
  text-align: right;
}

.dashboard-panel table.client-list tbody tr:nth-child(even) {
  background: #dedede;
}

.dashboard-panel table.client-list tbody tr:nth-child(odd) {
  background: #d2d2d2;
}

.net-zero-homes-header {
  height: 935px;
  background: url("/images/site/net-zero-homes/header-bkg.jpg");
  background-repeat: no-repeat;
  background-position: left 60px;
  background-size: cover;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .net-zero-homes-header {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .net-zero-homes-header {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  .net-zero-homes-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .net-zero-homes-header {
    background-position-y: -60px;
  }

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .net-zero-homes-header {
      background-position-y: -10px;
    }
}
}

@media only screen and (max-width: 320px) {
  .net-zero-homes-header {
    background-position-y: 60px;
  }

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .net-zero-homes-header {
      background-position-y: -10px;
    }
}
}

.net-zero-homes-header .page-title {
  top: 12%;
}

@media only screen and (max-width: 767px) {
  .net-zero-homes-header .page-title {
    top: 20%;
  }
}

.net-zero-homes-header .page-title h2.title-green {
  font-size: 60px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 1px;
  color: #80ae42;
}

@media only screen and (max-width: 767px) {
  .net-zero-homes-header .page-title h2.title-green {
    font-size: 50px;
    line-height: 1.2;
    padding: 0 15px;
  }
}

.net-zero-homes-header .page-title .title-overlay {
  margin-top: 90px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .net-zero-homes-header .page-title .title-overlay {
    margin-top: 45px;
  }
}

.net-zero-homes-header .page-title .title-overlay h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  margin: 35px 0;
  text-transform: inherit;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 767px) {
  .net-zero-homes-header .page-title .title-overlay h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 5% 15px;
  }
}

@media only screen and (max-width: 320px) {
  .net-zero-homes-header .page-title .title-overlay h4 {
    margin: 5% 15px;
  }
}

.net-zero-homes-header .trees-container {
  line-height: 0;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .net-zero-homes-header .trees-container {
    bottom: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .net-zero-homes-header .trees-container {
    bottom: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .net-zero-homes-header .trees-container {
    bottom: -90px;
  }
}

@media only screen and (max-width: 767px) {
  .net-zero-homes-header .trees-container {
    bottom: 150px;
  }
}

.net-zero-homes-header .trees-container .trees {
  position: absolute;
  width: 100%;
  z-index: 3;
  left: 0;
  right: 0;
  top: 80px;
  transition: top 1.3s ease-out;
}

@media only screen and (max-width: 767px) {
  .net-zero-homes-header .trees-container .trees {
    top: 52px !important;
  }
}

@media only screen and (max-width: 320px) {
  .net-zero-homes-header .trees-container .trees {
    top: 82px !important;
  }
}

.net-zero {
  padding: 70px 0;
  background: #698e35;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .net-zero {
    padding-top: 15px;
    padding-bottom: 37.5px;
  }
}

.net-zero.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.3s;
}

.net-zero .text {
  opacity: 0;
  color: #FFF;
  transform: translateX(-50px);
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .net-zero .text {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .net-zero .text {
    padding: 0 15px;
  }
}

.net-zero .text h5 {
  font-size: 21px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .net-zero .text h5 {
    line-height: 1.5;
  }
}

.net-zero .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 40px;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .net-zero .text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.net-zero .text.in {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease-out;
}

.net-zero .video {
  padding-left: 4%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .net-zero .video {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .net-zero .video {
    padding: 0 15px;
  }
}

.net-zero .video .trees {
  overflow: hidden;
  margin: -60px 0 0;
  z-index: 3;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .net-zero .video .trees {
    margin-bottom: -1px;
  }
}

.net-zero .video .trees svg {
  margin: 0 -10px -85px;
  fill: #80ae42;
}

@media only screen and (max-width: 767px) {
  .net-zero .video .trees svg {
    margin: 0 -10px -45px;
  }
}

@media only screen and (max-width: 767px) {
  .net-zero .video .trees {
    margin: 0;
  }
}

.net-zero .video .wrap {
  line-height: .8;
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 48.7%;
  border: 20px solid #80ae42;
}

@media only screen and (max-width: 767px) {
  .net-zero .video .wrap {
    padding-bottom: 41.7%;
  }
}

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

.net-zero .video .caption {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  padding-top: 20px;
  opacity: 0;
  color: #FFF;
  transform: translateY(50px);
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 767px) {
  .net-zero .video .caption {
    font-size: 16px;
    line-height: 1.5;
  }
}

.net-zero .video .caption.in {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s ease-out;
}

.net-zero .video .view-more {
  max-width: 300px;
}

.net-zero .video .view-more .button {
  font-size: 15px;
  position: relative;
  margin-top: 65px;
}

.net-zero .video .view-more .button #arrow {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
}

section.interested {
  background: #e2e2e2;
  opacity: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.interested {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
}

@media only screen and (max-width: 767px) {
  section.interested {
    padding-top: 15px;
    padding-bottom: 100px;
  }
}

section.interested.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

section.interested.in .team-member {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s ease-in;
  transition-delay: 0.3s;
}

section.interested h2 {
  font-weight: 200;
  margin-bottom: 37.5px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  section.interested h2 {
    font-size: 60px;
    line-height: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.interested h2 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  section.interested h2 {
    font-size: 24px;
    line-height: 39px;
  }
}

section.interested p.center-text {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 37.5px;
  line-height: 30px;
}

@media only screen and (min-width: 1200px) {
  section.interested p.center-text {
    width: 60%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.interested p.center-text {
    width: 86.25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.interested p.center-text {
    width: 82.5%;
  }
}

@media only screen and (max-width: 767px) {
  section.interested p.center-text {
    width: 93.75%;
    margin-bottom: 30px;
  }
}

section.interested p.center-text a {
  color: #667D47;
}

section.interested .checkbox-row {
  text-align: center;
  text-transform: uppercase;
  color: #7b7b7b;
  font-size: 14px;
  padding-bottom: 20px;
}

section.interested .checkbox-row .radio-custom + .radio-custom-label:before {
  border-color: white;
}

section.interested .checkbox-row .radio-custom-label {
  padding-left: 10px;
  padding-right: 10px;
}

section.interested .checkbox-row input {
  width: auto;
}

@media only screen and (max-width: 767px) {
  section.interested .checkbox-row {
    text-align: left;
    padding: 15px;
  }
}

section.interested .sumbit-request {
  float: right;
}

body.our-team h2 {
  font-size: 62px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 95px;
}

.our-team-header {
  background: url("/images/site/our-team/header-bkgd.jpg");
  height: 654px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .our-team-header {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .our-team-header {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  .our-team-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .our-team-header {
    background-repeat: no-repeat;
    background-position: 48% top;
    background-size: 850px 350px;
    height: 350px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1200px), only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .our-team-header {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 767px) {
@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .our-team-header {
      background-attachment: scroll;
    }
}
}

@media only screen and (max-width: 767px) and (min-width: 1450px) {
  .our-team-header {
    background-size: 100%;
  }
}

.our-team-header .page-title {
  top: 42%;
}

@media only screen and (max-width: 767px) {
  .our-team-header .page-title {
    top: 40%;
  }

  .our-team-header .page-title h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .our-team-header .page-title hr {
    margin-top: 30px;
  }

  .our-team-header .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

section.about-unw {
  padding: 120px 0px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  section.about-unw {
    padding: 30px 0 0;
  }
}

section.about-unw.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.5s;
}

@media only screen and (max-width: 767px) {
  section.about-unw h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 45px;
  }
}

section.about-unw p {
  margin-top: 55px;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 48px;
}

@media only screen and (max-width: 767px) {
  section.about-unw p {
    margin-top: 0;
    margin-bottom: 55px;
    font-size: 16px;
    line-height: 1.5;
  }
}

section.about-unw .video {
  margin-top: 90px;
}

@media only screen and (max-width: 767px) {
  section.about-unw .video {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  section.about-unw .video .video-img {
    padding: 0;
  }
}

section.about-unw .video .video-img img {
  width: 100%;
}

section.about-unw .video .text-copy {
  background: #efefef;
  padding-left: 45px;
}

@media only screen and (max-width: 767px) {
  section.about-unw .video .text-copy {
    padding: 25px 15px;
  }
}

section.about-unw .video .text-copy h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 200;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  section.about-unw .video .text-copy h3 {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }
}

section.about-unw .video .text-copy p {
  letter-spacing: 0px;
  margin-top: 20px;
  padding-bottom: 9px;
}

section.meet-the-team {
  padding: 115px 0px;
  background: #dcdcdc;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  section.meet-the-team {
    padding: 55px 0;
  }
}

section.meet-the-team.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

section.meet-the-team.in .team-member {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s ease-in;
  transition-delay: 0.3s;
}

@media only screen and (max-width: 767px) {
  section.meet-the-team h2 {
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 45px;
  }
}

section.meet-the-team .team-member {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(50px);
}

section.meet-the-team .team-card {
  background: #FFF;
}

section.meet-the-team .team-card .member-left-side {
  min-height: 178px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.meet-the-team .team-card .member-left-side {
    background-position: center top;
  }
}

@media only screen and (max-width: 767px) {
  section.meet-the-team .team-card .member-left-side {
    background-position: center top;
  }
}

section.meet-the-team .team-card .member-right-side {
  padding: 0px 25px;
  background: #FFF;
  min-height: 178px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

section.meet-the-team .team-card .member-right-side h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 200;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.meet-the-team .team-card .member-right-side h4 {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.meet-the-team .team-card .member-right-side h4 {
    margin: 0;
  }
}

section.where-we-build-map {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: 60%;
  overflow: hidden;
}

section.where-we-build-map.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 0.5s;
}

section.where-we-build-map .map .legend {
  background-color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  box-shadow: 0 3.75px 7.5px rgba(0, 0, 0, 0.45);
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.where-we-build-map .map .legend {
    gap: 45px;
  }
}

@media only screen and (max-width: 767px) {
  section.where-we-build-map .map .legend {
    gap: 7.5px;
  }
}

section.where-we-build-map .map .legend > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.where-we-build-map .map .legend > li {
    font-size: 21px;
    gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  section.where-we-build-map .map .legend > li {
    font-size: 3.6vw;
    gap: 7.5px;
  }
}

section.where-we-build-map .map .legend > li span {
  display: inline-block;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.where-we-build-map .map .legend > li span {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  section.where-we-build-map .map .legend > li span {
    width: 24px;
    height: 24px;
  }
}

section.where-we-build-map .map .legend > li.sold span {
  background-color: #B20B0C;
}

section.where-we-build-map .map .legend > li.available-land span {
  background-color: #BDD629;
}

section.where-we-build-map .map .legend > li.available-custom-home span {
  background-color: #724876;
}

section.where-we-build-map .map .popup-wrapper {
  overflow: visible !important;
}

section.where-we-build-map .map .angular-google-map .unw-popup {
  width: 360px;
}

section.where-we-build-map .map .angular-google-map .unw-popup .unw-popup-description {
  width: 360px;
}

section.where-we-build-map .map .angular-google-map .unw-popup .unw-popup-description .top-section {
  padding-right: 30px;
}

section.where-we-build-map .map .angular-google-map .unw-popup .unw-popup-description .top-section > p {
  font-family: "Oswald", "Open Sans";
}

section.where-we-build-map .map .angular-google-map .unw-popup .unw-popup-description .top-section div p {
  font-size: 14px;
}

section.where-we-build-map .map .unw-popup:before {
  top: 60px;
  bottom: auto;
  left: -17px;
  margin-left: 0;
  border-left: none;
  border-bottom: 15px solid transparent;
  border-right: 17px solid rgba(255, 255, 255, 0.9);
  border-top: 15px solid transparent;
}

section.where-we-build-map .map .map-image {
  position: relative;
  background: url("/images/site/where-we-build/bigmap-bg.jpg");
  background-size: cover;
  height: 490px;
  width: 100%;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.where-we-build-map .map .map-image {
    overflow: hidden;
    height: 400px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  section.where-we-build-map .map .map-image {
    overflow: hidden;
    height: 300px;
    margin-top: 30px;
  }
}

section.where-we-build-map .map .map-image .contact-map {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.where-we-build-map .map .map-image .contact-map {
    margin-top: -300px;
  }
}

section.where-we-build-map .map .map-image .pin-box {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

section.where-we-build-map .map .map-image .map-pin {
  position: absolute;
  top: 55%;
  left: 51%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.where-we-build-map .map .map-image .map-pin {
    top: 65%;
  }
}

@media only screen and (max-width: 767px) {
  section.where-we-build-map .map .map-image .map-pin {
    top: 65%;
  }
}

section.where-we-build-map .map .map-image .map-pin:hover {
  cursor: pointer;
}

.where-we-build-header {
  background: url("/images/site/where-we-build/header-bkg.jpg");
  height: 585px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .where-we-build-header {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .where-we-build-header {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  .where-we-build-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .where-we-build-header {
    background-repeat: no-repeat;
    background-position: 48% top;
    background-size: 850px 350px;
    height: 350px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1200px), only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .where-we-build-header {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 767px) {
@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .where-we-build-header {
      background-attachment: scroll;
    }
}
}

@media only screen and (max-width: 767px) and (min-width: 1450px) {
  .where-we-build-header {
    background-size: 100%;
  }
}

.where-we-build-header .page-title {
  top: 40%;
}

.where-we-build-header .page-title h2 {
  font-weight: 500;
  margin-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  .where-we-build-header .page-title {
    top: 40%;
  }

  .where-we-build-header .page-title h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .where-we-build-header .page-title hr {
    margin-top: 30px;
  }

  .where-we-build-header .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.where-we-build-header .page-title p.white {
  font-size: 18px;
  width: 60%;
  margin: 0 auto;
  margin-top: 30px;
  font-weight: 500;
  line-height: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .where-we-build-header .page-title p.white {
    width: 95%;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .where-we-build-header .page-title p.white {
    width: 98%;
    display: none;
  }
}

.marketing-text {
  padding-top: 20px;
}

.marketing-text p {
  font-size: 18px;
  font-weight: 400;
}

section.about-unw {
  padding: 120px 0px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  section.about-unw {
    padding: 30px 0;
  }
}

section.about-unw.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.5s;
}

section.about-unw h2 {
  font-size: 56px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.about-unw h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  section.about-unw h2 {
    font-size: 36px;
    line-height: 45px;
  }
}

section.about-unw p {
  margin-top: 55px;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 48px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  section.about-unw p {
    margin-top: 0;
    margin-bottom: 55px;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  section.about-unw .urban-images .img-responsive {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

section.intrested {
  padding: 115px 0px;
  background: #e2e2e2;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  section.intrested {
    padding: 55px 0;
    padding-bottom: 100px;
  }
}

section.intrested.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

section.intrested.in .team-member {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s ease-in;
  transition-delay: 0.3s;
}

section.intrested h2 {
  font-size: 62px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  section.intrested h2 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}

section.intrested p.center-text {
  font-size: 16px;
  font-weight: 500;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 90px;
  line-height: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.intrested p.center-text {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  section.intrested p.center-text {
    width: 95%;
    margin-bottom: 30px;
  }
}

section.intrested p.center-text a {
  color: #667D47;
}

section.intrested .checkbox-row {
  text-align: center;
  text-transform: uppercase;
  color: #7b7b7b;
  font-size: 14px;
  padding-bottom: 20px;
}

section.intrested .checkbox-row .radio-custom + .radio-custom-label:before {
  border-color: white;
}

section.intrested .checkbox-row .radio-custom-label {
  padding-left: 10px;
  padding-right: 10px;
}

section.intrested .checkbox-row input {
  width: auto;
}

@media only screen and (max-width: 767px) {
  section.intrested .checkbox-row {
    text-align: left;
    padding: 15px;
  }
}

section.intrested .sumbit-request {
  float: right;
}

.home-gallery-header {
  background: url("/images/site/home-gallery/header-bkg.jpg");
  height: 503px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .home-gallery-header {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .home-gallery-header {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  .home-gallery-header {
    background-size: 100%;
  }
}

@media only screen and (min-width: 1450px) {
  .home-gallery-header {
    background-size: 100%;
    height: 473px;
  }
}

.home-gallery-header .text-center {
  top: 42%;
}

@media only screen and (max-width: 767px) {
  .home-gallery-header .text-center {
    top: 30%;
  }

  .home-gallery-header .text-center h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .home-gallery-header .text-center hr {
    margin-top: 50px;
  }

  .home-gallery-header .text-center h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.collections {
  padding-top: 75px;
  background: #dcdcdc;
}

.home-gallery-collections.fade-in#gallery {
  opacity: 1;
  transition: all 1s ease-in;
}

.home-gallery-collections.fade-in .gallery-tabs {
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 1.5s;
}

.home-gallery-collections.fade-in .gallery-tabs ul.nav-tabs {
  top: -52px;
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 1.5s;
}

@media only screen and (max-width: 767px) {
  .home-gallery-collections.fade-in .gallery-tabs ul.nav-tabs {
    top: -33px;
  }
}

.home-gallery-collections .gallery-tabs {
  opacity: 0;
}

.home-gallery-collections .gallery-tabs ul {
  text-align: center;
  border-bottom: none;
  position: absolute;
  top: 52px;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0;
}

.home-gallery-collections .gallery-tabs ul li {
  display: inline-block;
  float: none;
}

.home-gallery-collections .gallery-tabs ul li a {
  border: none;
  color: #FFF;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px 4px 0px 0px;
  padding: 15px 40px;
}

@media only screen and (max-width: 767px) {
  .home-gallery-collections .gallery-tabs ul li a {
    padding: 10px 13px;
    font-size: 10px;
    margin: 0;
  }
}

@media only screen and (max-width: 320px) {
  .home-gallery-collections .gallery-tabs ul li a {
    padding: 10px 4px;
  }
}

.home-gallery-collections .gallery-tabs ul li.active a,
.home-gallery-collections .gallery-tabs ul li.active a:focus,
.home-gallery-collections .gallery-tabs ul li:hover a,
.home-gallery-collections .gallery-tabs ul li:hover a:focus {
  color: #FFF;
  background: #8bc741;
  border-radius: 4px 4px 0px 0px;
  border: none;
}

.home-gallery-collections .gallery-tabs ul li.active a:hover,
.home-gallery-collections .gallery-tabs ul li:hover a:hover {
  color: #FFF;
  background: #8bc741;
  border-radius: 4px 4px 0px 0px;
  border: none;
}

.gallery-filters-section {
  background: #bfbfbf;
  padding: 20px 0px;
  bottom: -72px;
  left: 0;
  z-index: 1;
  position: absolute;
  width: 100%;
  opacity: 0;
}

.gallery-filters-section.fade-in {
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 1.7s;
}

.gallery-filters-section ul.gallery-filters.home-gallery-filters {
  right: 0;
  top: 0;
  left: 0;
  position: relative;
  margin: auto;
  text-align: center;
}

.gallery-filters-section ul.gallery-filters.home-gallery-filters li.filter-label {
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0px;
}

.gallery-filters-section ul.gallery-filters.home-gallery-filters li button {
  padding: 5px 15px;
  color: #FFF;
  background: transparent;
  border: 1px solid #FFF;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .gallery-filters-section ul.gallery-filters.home-gallery-filters li button {
    font-size: 12px;
  }
}

.gallery-filters-section ul.gallery-filters.home-gallery-filters li button:hover {
  background: #FFF;
  color: #724876;
}

.gallery-filters-section ul.gallery-filters.home-gallery-filters li.active button {
  background: #FFF;
  color: #724876;
}

.home-gallery {
  /* The starting CSS styles for the enter animation */
  /* The finishing CSS styles for the enter animation */
  /* now the element will fade out before it is removed from the DOM */
}

.home-gallery .flexgrid {
  column-count: 3;
  transition: all 2s opacity;
}

@media only screen and (max-width: 767px) {
  .home-gallery .flexgrid {
    padding-right: 15px;
    margin-bottom: 85px;
  }
}

.home-gallery .flexgrid .grid-item {
  width: 33.33vw;
  transition: all 2s opacity;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .home-gallery .flexgrid .grid-item {
    column-width: 33.33vw;
  }
}

.home-gallery .grid-item.ng-enter {
  transition: 2s linear all;
  opacity: 0;
}

.home-gallery .grid-item.ng-enter.ng-enter-active {
  opacity: 1;
}

.home-gallery .grid-item.ng-leave {
  transition: 2s linear all;
  opacity: 1;
}

.home-gallery .grid-item.ng-leave.ng-leave-active {
  opacity: 0;
}

.home-gallery .flexgrid .grid-item {
  margin-bottom: 0px;
  padding: 5px;
  position: relative;
}

.home-gallery .flexgrid .grid-item a {
  display: block;
}

.home-gallery .flexgrid .grid-item img {
  width: 100%;
}

.home-gallery .flexgrid .grid-item .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(114, 72, 118, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out;
}

.home-gallery .flexgrid .grid-item .hover i.fa {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: #FFF;
  transition: all 0.2s ease-out;
}

.home-gallery .flexgrid .grid-item:hover {
  cursor: pointer;
}

.home-gallery .flexgrid .grid-item:hover .hover {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in;
}

.home-gallery .flexgrid .grid-item:hover .hover i.fa {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in;
  transition-delay: 0.2s;
}

.modal .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: none;
}

.modal .modal-dialog {
  margin: 70px auto;
}

.modal a.close {
  position: absolute;
  right: -20px;
  top: -32px;
  font-size: 20px;
  color: #FFF;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .modal a.close {
    color: #ccc;
  }
}

.modal a.close:hover {
  opacity: 0.7;
}

.modal.modal-auto-size .modal-content {
  min-height: 500px;
  padding: 30px;
}

#signature-gallery .modal-body,
#innovation-gallery .modal-body,
#custom-gallery .modal-body,
#carousel-floorplan .modal-body,
.video-modal .modal-body,
.gallery .modal-body {
  background: transparent;
}

#signature-gallery .close,
#innovation-gallery .close,
#custom-gallery .close,
#carousel-floorplan .close,
.video-modal .close,
.gallery .close {
  width: 32px;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1020;
}

#signature-gallery .close i.fa,
#innovation-gallery .close i.fa,
#custom-gallery .close i.fa,
#carousel-floorplan .close i.fa,
.video-modal .close i.fa,
.gallery .close i.fa {
  color: #FFF;
}

#signature-gallery .close:hover,
#innovation-gallery .close:hover,
#custom-gallery .close:hover,
#carousel-floorplan .close:hover,
.video-modal .close:hover,
.gallery .close:hover {
  opacity: 0.7;
}

#signature-gallery .embed-responsive .modal-dialog,
#innovation-gallery .embed-responsive .modal-dialog,
#custom-gallery .embed-responsive .modal-dialog,
#carousel-floorplan .embed-responsive .modal-dialog,
.video-modal .embed-responsive .modal-dialog,
.gallery .embed-responsive .modal-dialog {
  top: 11%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin: auto;
  width: 90%;
}

#signature-gallery .modal-dialog,
#innovation-gallery .modal-dialog,
#custom-gallery .modal-dialog,
#carousel-floorplan .modal-dialog,
.video-modal .modal-dialog,
.gallery .modal-dialog {
  width: auto;
  max-height: 96vh;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin: auto;
}

#signature-gallery .modal-content,
#innovation-gallery .modal-content,
#custom-gallery .modal-content,
#carousel-floorplan .modal-content,
.video-modal .modal-content,
.gallery .modal-content {
  background: transparent;
}

#signature-gallery .modal-content .modal-body,
#innovation-gallery .modal-content .modal-body,
#custom-gallery .modal-content .modal-body,
#carousel-floorplan .modal-content .modal-body,
.video-modal .modal-content .modal-body,
.gallery .modal-content .modal-body {
  padding: 0px;
}

#signature-gallery .modal-content .modal-body h2,
#innovation-gallery .modal-content .modal-body h2,
#custom-gallery .modal-content .modal-body h2,
#carousel-floorplan .modal-content .modal-body h2,
.video-modal .modal-content .modal-body h2,
.gallery .modal-content .modal-body h2 {
  color: #ffffff;
}

#signature-gallery .modal-content .modal-body hr.left-aligned,
#innovation-gallery .modal-content .modal-body hr.left-aligned,
#custom-gallery .modal-content .modal-body hr.left-aligned,
#carousel-floorplan .modal-content .modal-body hr.left-aligned,
.video-modal .modal-content .modal-body hr.left-aligned,
.gallery .modal-content .modal-body hr.left-aligned {
  width: 49%;
  float: left;
}

#signature-gallery .carousel,
#innovation-gallery .carousel,
#custom-gallery .carousel,
#carousel-floorplan .carousel,
.video-modal .carousel,
.gallery .carousel {
  height: auto;
  overflow: hidden;
}

#signature-gallery .carousel .carousel-inner .item img,
#innovation-gallery .carousel .carousel-inner .item img,
#custom-gallery .carousel .carousel-inner .item img,
#carousel-floorplan .carousel .carousel-inner .item img,
.video-modal .carousel .carousel-inner .item img,
.gallery .carousel .carousel-inner .item img {
  width: auto;
  max-height: 83vh;
  margin: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

#signature-gallery .carousel-control,
#innovation-gallery .carousel-control,
#custom-gallery .carousel-control,
#carousel-floorplan .carousel-control,
.video-modal .carousel-control,
.gallery .carousel-control {
  top: 48%;
  width: 5%;
}

#signature-gallery a.left,
#innovation-gallery a.left,
#custom-gallery a.left,
#carousel-floorplan a.left,
.video-modal a.left,
.gallery a.left {
  left: 6px;
}

#signature-gallery a.left svg,
#innovation-gallery a.left svg,
#custom-gallery a.left svg,
#carousel-floorplan a.left svg,
.video-modal a.left svg,
.gallery a.left svg {
  transform: rotate(-180deg);
}

.modal.floorplan-elevations-modal a.close {
  width: 32px;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: -30px;
  z-index: 1020;
}

.modal.floorplan-elevations-modal a.close i.fa {
  color: #FFF;
}

.modal.floorplan-elevations-modal a.close:hover {
  opacity: 0.7;
}

.modal.floorplan-elevations-modal .modal-dialog {
  width: auto;
  max-height: 96vh;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  margin: auto;
}

.modal.floorplan-elevations-modal .modal-content {
  background: transparent;
}

.modal.floorplan-elevations-modal .modal-content .modal-body {
  padding: 0px;
}

.modal.floorplan-elevations-modal .modal-content .modal-body h2 {
  color: #ffffff;
}

.modal.floorplan-elevations-modal .modal-content .modal-body hr.left-aligned {
  width: 49%;
  float: left;
}

.modal.floorplan-elevations-modal .carousel {
  height: auto;
  overflow: hidden;
}

.modal.floorplan-elevations-modal .carousel .carousel-inner .item img {
  width: auto;
  max-height: 83vh;
  margin: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal.floorplan-elevations-modal .carousel-control {
  top: 48%;
  width: 9%;
}

.modal.floorplan-elevations-modal a.left {
  left: 6px;
}

.modal.floorplan-elevations-modal a.left svg {
  transform: rotate(-180deg);
}

.modal.floorplan-elevations-modal a.right {
  right: 6px;
}

.gallery.modal .modal-dialog {
  top: 7%;
}

@media only screen and (max-width: 767px) {
  .gallery.modal .modal-dialog {
    top: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery.modal .modal-dialog #signature-gallery {
    top: 45%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
}

@media only screen and (min-width: 1450px) {
  .gallery.modal .modal-dialog .carousel-inner {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .gallery.modal .modal-dialog .carousel-control {
    right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery.modal .modal-dialog .carousel-control.right {
    width: 9% !important;
  }
}

.gallery.modal a.close {
  right: 2px;
  top: -39px;
}

.award.modal .modal-body {
  background: transparent;
}

.award.modal .close {
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1020;
}

.award.modal .close i.fa {
  color: #724876;
}

.award.modal .close:hover {
  opacity: 0.7;
}

.award.modal .modal-content {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.award.modal .modal-content > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .award.modal .modal-content img {
    max-width: 240px;
    max-height: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .award.modal .modal-content img {
    max-width: 180px;
    max-height: 90px;
  }
}

.award.modal .modal-content .name,
.award.modal .modal-content .blurb {
  font-weight: 400;
}

.award.modal .modal-content .name {
  color: #000;
  font-size: 21px;
  margin-top: 30px;
}

.award.modal .modal-content .blurb {
  color: #5F6269;
  font-size: 18px;
}

.award.modal .modal-content a {
  color: #724876;
}

.award.modal .modal-content a:hover {
  color: #667D47;
}

.video-modal a.close {
  top: -70px;
  right: 20px;
}

.video-modal .modal-dialog {
  top: 11%;
}

.get-updates-modal {
  border-radius: 0px;
}

@media only screen and (max-width: 767px) {
  .get-updates-modal {
    position: relative;
  }
}

.get-updates-modal .modal-body {
  overflow: hidden;
  padding: 35px;
}

.get-updates-modal .modal-body h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.get-updates-modal .modal-body form .help-block {
  bottom: -6px;
}

.get-updates-modal .modal-body .form-control {
  border: 1px solid #d3d3d3;
  margin-bottom: 25px;
  width: 100%;
}

.get-updates-modal .modal-body input.form-control::-webkit-input-placeholder,
.get-updates-modal .modal-body textarea.form-control::-webkit-input-placeholder {
  color: #7b7b7b;
}

.get-updates-modal .modal-body input.form-control:-moz-placeholder,
.get-updates-modal .modal-body textarea.form-control:-moz-placeholder {
  color: #7b7b7b;
}

.get-updates-modal .modal-body input.form-control::-moz-placeholder,
.get-updates-modal .modal-body textarea.form-control::-moz-placeholder {
  color: #7b7b7b;
}

.get-updates-modal .modal-body input.form-control:-ms-input-placeholder,
.get-updates-modal .modal-body textarea.form-control:-ms-input-placeholder {
  color: #7b7b7b;
}

.get-updates-modal .modal-body textarea.form-control {
  height: 135px;
}

.get-updates-modal .modal-body button {
  float: right;
  margin-top: 40px;
  color: #FFF;
  padding: 5px 15px 7px 15px;
}

.calendly-modal {
  border-radius: 0px;
}

@media only screen and (max-width: 767px) {
  .calendly-modal {
    position: relative;
  }
}

.calendly-modal .modal-body {
  height: 75vh;
  padding: 0;
}

.calendly-modal .modal-body iframe {
  width: 100%;
  height: 100%;
}

.on-your-lot-inquiry-modal {
  border-radius: 0px;
}

@media only screen and (max-width: 767px) {
  .on-your-lot-inquiry-modal {
    position: relative;
  }
}

.on-your-lot-inquiry-modal .modal-body {
  overflow: hidden;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .on-your-lot-inquiry-modal .modal-body {
    padding: 35px;
  }
}

.on-your-lot-inquiry-modal .modal-body h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .on-your-lot-inquiry-modal .modal-body h2 {
    font-size: 6vw;
  }
}

.on-your-lot-inquiry-modal .modal-body form .help-block {
  bottom: -6px;
}

.on-your-lot-inquiry-modal .modal-body .form-control {
  border: 1px solid #d3d3d3;
  height: auto;
  margin-top: 0;
  margin-bottom: 25px;
  width: 100%;
}

.on-your-lot-inquiry-modal .modal-body input.form-control::-webkit-input-placeholder,
.on-your-lot-inquiry-modal .modal-body textarea.form-control::-webkit-input-placeholder {
  color: #7b7b7b;
}

.on-your-lot-inquiry-modal .modal-body input.form-control:-moz-placeholder,
.on-your-lot-inquiry-modal .modal-body textarea.form-control:-moz-placeholder {
  color: #7b7b7b;
}

.on-your-lot-inquiry-modal .modal-body input.form-control::-moz-placeholder,
.on-your-lot-inquiry-modal .modal-body textarea.form-control::-moz-placeholder {
  color: #7b7b7b;
}

.on-your-lot-inquiry-modal .modal-body input.form-control:-ms-input-placeholder,
.on-your-lot-inquiry-modal .modal-body textarea.form-control:-ms-input-placeholder {
  color: #7b7b7b;
}

.on-your-lot-inquiry-modal .modal-body textarea.form-control {
  height: 135px;
}

.on-your-lot-inquiry-modal .modal-body button {
  float: right;
  margin-top: 40px;
  color: #FFF;
  padding: 5px 15px 7px 15px;
}

.get-notified-modal a.close {
  color: #724876;
  top: 15px;
  right: 15px;
}

.get-notified-modal form.gray-bg .form-control {
  border: 1px solid #d3d3d3;
}

#where-we-build .modal-body {
  overflow: hidden;
  padding: 35px;
}

#where-we-build .border-left {
  border-left: 1px solid #eeeeee;
  padding-left: 15px;
}

#where-we-build h4 {
  color: #6b6b6b;
  text-transform: uppercase;
}

#where-we-build h2 {
  margin-top: 32px;
}

#where-we-build h2 span {
  font-family: "Oswald", "Open Sans";
  color: #828282;
  font-size: 30px;
}

#where-we-build h2.signature {
  font-family: 'dragon_is_comingregular';
  font-weight: normal;
  font-style: normal;
  font-size: 200px;
  line-height: 49px;
}

#where-we-build h2.innovation {
  font-family: 'ano_halfwide';
  font-weight: normal;
  font-style: normal;
  font-size: 70px;
  line-height: 48px;
}

#where-we-build h2.distinction,
#where-we-build h2.distinctive {
  font-family: 'atelas_personal_use_onlyRg';
  font-weight: normal;
  font-style: normal;
  font-size: 70px;
  line-height: 35px;
}

#where-we-build h2.distinction span,
#where-we-build h2.distinctive span {
  margin-left: 20px;
}

#where-we-build .image {
  width: 140px;
  height: 140px;
  background-size: cover;
  float: left;
}

#where-we-build ul.snapshot-info {
  float: right;
  width: 52.5%;
}

#where-we-build ul.snapshot-info li svg path,
#where-we-build ul.snapshot-info li svg polygon,
#where-we-build ul.snapshot-info li svg circle {
  fill: #506362;
}

#where-we-build ul.snapshot-info li span {
  margin-left: 40px;
  margin-top: 4px;
  display: block;
  color: #a2a2a2;
}

#where-we-build hr {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

#where-we-build ul li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#where-we-build ul li a {
  display: block;
  width: 100%;
  float: left;
}

#where-we-build ul li a:hover h3 {
  color: #a2a4aa;
}

#where-we-build ul li a:hover p {
  color: #C2C2C2;
}

#where-we-build ul li h3 {
  float: left;
  color: #724876;
  text-transform: uppercase;
}

#where-we-build ul li p {
  float: right;
  color: #667D47;
  margin-top: 21px;
}

#where-we-build .sorry > p {
  font-family: "Oswald", "Open Sans";
  color: #5F6269;
  font-weight: 400;
  margin-bottom: 45px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #where-we-build .sorry > p {
    font-size: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #where-we-build .sorry > p {
    font-size: 6vw;
  }
}

#where-we-build .on-your-own-land {
  background-color: #f0f0f0;
  clear: both;
  padding-top: 15px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  #where-we-build .on-your-own-land {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #where-we-build .on-your-own-land {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#where-we-build .on-your-own-land p {
  font-family: "Oswald", "Open Sans";
  color: #5F6269;
  font-size: 21px;
}

#where-we-build .on-your-own-land p span {
  font-weight: 400;
}

#where-we-build .on-your-own-land .btn-contact-our-sales-team {
  font-size: 18px;
  margin-top: 7.5px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

#team-video .modal-body {
  text-align: center;
}

#team-video iframe {
  width: 90%;
  margin: auto;
  right: 0;
}

.modal.modal-auto-size.modal-realtor-extranet-terms-and-conditions .modal-content {
  min-height: initial;
}

.realtor-extranet-terms-and-conditions-modal h2 {
  margin-bottom: 30px;
}

.realtor-extranet-terms-and-conditions-modal ol {
  padding-left: 15px;
}

.realtor-extranet-terms-and-conditions-modal ol li {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.realtor-extranet-terms-and-conditions-modal li,
.realtor-extranet-terms-and-conditions-modal p {
  color: #333;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 24px;
}

.realtor-extranet-terms-and-conditions-modal .checkbox-terms-and-conditions {
  margin-top: 30px;
}

.realtor-extranet-terms-and-conditions-modal .checkbox-terms-and-conditions label {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.realtor-extranet-terms-and-conditions-modal .checkbox-terms-and-conditions .terms-and-conditions {
  color: #333;
}

.realtor-extranet-terms-and-conditions-modal button {
  margin-top: 30px;
  padding: 5px 15px 7px 15px;
}

.our-process-header {
  height: 100%;
  padding: 10% 0 0;
  background: url("/images/site/our-process/header-bkg-1.jpg");
  background-position-y: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1450px) {
  .our-process-header {
    min-height: 1350px;
  }
}

@media only screen and (min-width: 1200px) {
  .our-process-header {
    min-height: 1350px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-process-header {
    min-height: 1350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-process-header {
    min-height: 1350px;
  }
}

@media only screen and (max-width: 767px) {
  .our-process-header {
    min-height: 1150px;
  }
}

.our-process-header.fade-in {
  transition: all 0.5s ease-in-out;
}

.our-process-header:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("/images/site/our-process/header-bkg-1.jpg") url("/images/site/our-process/header-bkg-2.jpg") url("/images/site/our-process/header-bkg-3.jpg") url("/images/site/our-process/header-bkg-4.jpg") url("/images/site/our-process/header-bkg-5.jpg") url("/images/site/our-process/header-bkg-6.jpg") url("/images/site/our-process/header-bkg-7.jpg") url("/images/site/our-process/header-bkg-8.jpg") url("/images/site/our-process/header-bkg-9.jpg");
}

.our-process-header .text-center {
  position: relative;
}

.our-process-header .text-center.page-title {
  position: relative;
}

.our-process-header .text-center.page-title h2 {
  font-size: 100px;
  font-weight: 400;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .our-process-header .text-center.page-title h2 {
    margin-top: 20%;
    font-size: 50px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .our-process-header .text-center.page-title hr {
    margin-top: 35px;
  }
}

.our-process-header .process-number {
  font-size: 100px;
  font-weight: 400;
  position: absolute;
  top: -75px;
  left: -100px;
  width: 200px;
  height: 200px;
  padding-top: 30px;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  background-color: #724876;
  z-index: 5;
  font-family: "Oswald", "Open Sans";
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-process-header .process-number {
    font-size: 50px;
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .our-process-header .process-number {
    font-size: 25px;
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    padding-top: 7px;
  }
}

.our-process-header .carousel .carousel-inner {
  border-image-source: url("/images/site/dots.svg");
  border-style: dotted;
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  border-width: 10px 10px 10px 10px;
}

.our-process-header .carousel .carousel-inner .item {
  padding: 9% 11% 11%;
}

.our-process-header .carousel .carousel-inner .carousel-caption {
  position: relative;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 0;
  color: #fff;
  text-shadow: none;
}

.our-process-header .carousel .carousel-inner .carousel-caption h3 {
  font-size: 44px;
  line-height: 48px;
  margin: 0 0 55px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .our-process-header .carousel .carousel-inner .carousel-caption h3 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 22px;
  }
}

.our-process-header .carousel .carousel-inner .carousel-caption p {
  font-size: 20px;
  line-height: 48px;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .our-process-header .carousel .carousel-inner .carousel-caption p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.our-process-header .carousel .carousel-control {
  width: auto;
  text-align: center;
  opacity: 1;
  text-shadow: none;
  position: relative;
}

.our-process-header .carousel .carousel-control.left,
.our-process-header .carousel .carousel-control.right {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-process-header .carousel .carousel-control.left,
  .our-process-header .carousel .carousel-control.right {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .our-process-header .carousel .carousel-control.left,
  .our-process-header .carousel .carousel-control.right {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.our-process-header .carousel .carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 5% 5% 13%;
  z-index: 2;
  float: left;
}

.our-process-header .carousel .carousel-indicators li {
  font-size: 22px;
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  margin: 0 72px 0 0;
  padding-top: 4px;
  cursor: pointer;
  text-indent: 0;
  color: #FFF;
  border-image-source: url("/images/site/dots-circle.svg");
  border-style: dotted;
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  border-width: 17px;
  border-radius: 50%;
  background-color: transparent;
  float: left;
  text-align: center;
  font-family: "Oswald", "Open Sans";
  transition: all 0.2s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-process-header .carousel .carousel-indicators li {
    width: 54px;
    height: 54px;
    margin: 0 52px 0 0;
    padding-top: 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-process-header .carousel .carousel-indicators li {
    width: 54px;
    height: 54px;
    margin: 0 26px 0 0;
    padding-top: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .our-process-header .carousel .carousel-indicators li {
    font-size: 12px;
    width: 27px;
    height: 27px;
    margin: 0 13px 0 0;
    padding-top: 3px;
  }
}

.our-process-header .carousel .carousel-indicators li span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.our-process-header .carousel .carousel-indicators li.active {
  border: 17px solid #724876;
  background-color: #724876;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .our-process-header .carousel .carousel-indicators li.active {
    border: 2px solid #724876;
  }
}

.our-process-header .carousel .carousel-indicators li:after {
  position: absolute;
  top: 25%;
  left: 27px;
  display: block;
  width: 55px;
  height: 1px;
  margin: 0 0 0 19px;
  content: '';
  border-image-source: url("/images/site/dots.svg");
  border-style: dotted;
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  border-width: 0px 10px 10px 10px;
  background: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-process-header .carousel .carousel-indicators li:after {
    width: 40px;
    left: 25px;
    top: 36%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-process-header .carousel .carousel-indicators li:after {
    width: 15px;
    left: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .our-process-header .carousel .carousel-indicators li:after {
    display: none;
  }
}

.our-process-header .carousel .carousel-indicators li:first-child {
  margin-left: 0;
}

.our-process-header .carousel .carousel-indicators li:last-child {
  margin-right: 0;
}

.our-process-header .carousel .carousel-indicators li:last-child:after {
  display: none;
}

section.homecare-tip-section {
  padding: 100px 0px 75px 0px;
  overflow: hidden;
}

section.homecare-tip-section h3.sub-section-title {
  font-size: 65px;
  line-height: 42px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.homecare-tip-section h3.sub-section-title {
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  section.homecare-tip-section h3.sub-section-title {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 35px;
  }
}

section.homecare-tip-section p {
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0px;
  margin-bottom: 65px;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  section.homecare-tip-section p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.homecare-tips-header {
  background: #102a4b;
  height: 754px;
  overflow: hidden;
}

.homecare-tips-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-55deg, #0a1c32, #0a1c32 2px, transparent 2px, transparent 4px);
}

.homecare-tips-header .page-title {
  top: 41%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .homecare-tips-header .page-title {
    top: 30%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .homecare-tips-header .page-title {
    top: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homecare-tips-header .page-title {
    top: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .homecare-tips-header .page-title {
    top: 20%;
  }

  .homecare-tips-header .page-title h2 {
    font-size: 50px;
    line-height: 1.2;
  }

  .homecare-tips-header .page-title hr {
    margin-top: 30px;
  }

  .homecare-tips-header .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }

  .homecare-tips-header .page-title a.button {
    margin-top: 30px;
  }
}

.homecare-tips-header .page-title a.button {
  margin-top: 67px;
}

.homecare-tips-header.fade-in img.tool {
  opacity: 1;
  transition: all 1s ease-in;
}

@media only screen and (max-width: 767px) {
  .homecare-tips-header.fade-in img.tool {
    transform: scale(0.4);
  }
}

.homecare-tips-header.fade-in img.tool.hack-saw {
  left: -72px;
  bottom: -220px;
  transition-delay: 1.2s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homecare-tips-header.fade-in img.tool.hack-saw {
    left: -112px;
    bottom: -420px;
  }
}

@media only screen and (max-width: 767px) {
  .homecare-tips-header.fade-in img.tool.hack-saw {
    left: -102px;
    bottom: -320px;
  }
}

.homecare-tips-header.fade-in img.tool.plyers {
  bottom: -108px;
  left: 183px;
  transition-delay: 1.35s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homecare-tips-header.fade-in img.tool.plyers {
    bottom: -158px;
  }
}

@media only screen and (max-width: 767px) {
  .homecare-tips-header.fade-in img.tool.plyers {
    bottom: -128px;
    left: 173px;
  }
}

.homecare-tips-header.fade-in img.tool.paint-roller {
  left: 290px;
  bottom: -128px;
  transition-delay: 1.45s;
}

@media only screen and (max-width: 767px) {
  .homecare-tips-header.fade-in img.tool.paint-roller {
    left: 230px;
  }
}

.homecare-tips-header.fade-in img.tool.pencil {
  left: 365px;
  bottom: -105px;
  transition-delay: 1.55s;
}

.homecare-tips-header.fade-in img.tool.wrench {
  bottom: -283px;
  right: 300px;
  transition-delay: 1.65s;
}

.homecare-tips-header.fade-in img.tool.screwdriver {
  right: 156px;
  bottom: -88px;
  transition-delay: 1.75s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homecare-tips-header.fade-in img.tool.screwdriver {
    right: 126px;
    bottom: -108px;
  }
}

@media only screen and (max-width: 767px) {
  .homecare-tips-header.fade-in img.tool.screwdriver {
    right: 146px;
    bottom: -108px;
  }
}

.homecare-tips-header.fade-in img.tool.clamp {
  right: 10px;
  bottom: -180px;
  transition-delay: 1.85s;
}

@media only screen and (max-width: 767px) {
  .homecare-tips-header.fade-in img.tool.clamp {
    bottom: -100px;
  }
}

.homecare-tips-header.fade-in img.tool.pan {
  right: -123px;
  bottom: 100px;
  transition-delay: 1.95s;
}

.homecare-tips-header img.tool {
  position: absolute;
  opacity: 0;
}

.homecare-tips-header img.tool.hack-saw {
  left: -72px;
  bottom: -100%;
}

.homecare-tips-header img.tool.plyers {
  bottom: -100%;
  left: 183px;
}

.homecare-tips-header img.tool.paint-roller {
  left: 290px;
  bottom: -100%;
}

.homecare-tips-header img.tool.pencil {
  left: 365px;
  bottom: -100%;
}

.homecare-tips-header img.tool.wrench {
  bottom: -100%;
  right: 300px;
}

.homecare-tips-header img.tool.screwdriver {
  right: 156px;
  bottom: -100%;
}

.homecare-tips-header img.tool.clamp {
  right: 10px;
  bottom: -100%;
}

.homecare-tips-header img.tool.pan {
  right: -123px;
  bottom: -100%;
}

section.once-around-the-sun {
  background: #102b4d;
  opacity: 0;
}

section.once-around-the-sun.fade-in {
  opacity: 1;
  transition: all 1.5s ease-in;
  transition-delay: 2s;
  background-position: right center;
}

section.once-around-the-sun .left-side {
  z-index: 2;
}

section.once-around-the-sun .right-side {
  z-index: 1;
}

section.once-around-the-sun .right-side .sun {
  position: absolute;
  top: 280px;
  left: 280px;
  width: 1200px;
  height: 1200px;
  background: #102b4d;
  background: radial-gradient(#167289 10%, #102b4d 70%);
}

@media only screen and (max-width: 767px) {
  section.once-around-the-sun .right-side .sun {
    top: auto;
    left: auto;
    bottom: 470px;
    width: 600px;
    height: 600px;
    bottom: 200px;
  }
}

section.once-around-the-sun .right-side .sun img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

section.once-around-the-sun .right-side .sun.in {
  transition: all 1s ease-in;
  top: -100px;
  left: -100px;
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spinnerRotate;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  section.once-around-the-sun .right-side .sun.in {
    top: auto;
    left: auto;
    bottom: 170px;
  }

  section.once-around-the-sun .right-side .sun.in img {
    width: 440px;
    height: 440px;
  }
}

section.tips {
  opacity: 0;
}

section.tips.in {
  opacity: 1;
  transition: opacity 1s ease-in, background-position 1.1s ease-in;
  -webkit-transition: opacity 1s ease-in, background-position 1.1s ease-in;
  -moz-transition: opacity 1s ease-in, background-position 1.1s ease-in;
}

section.tips.in:after {
  opacity: 1;
  transition: opacity 1s ease-in, right 1.1s ease-in .1s;
  -webkit-transition: opacity 1s ease-in, right 1.1s ease-in .1s;
  -moz-transition: opacity 1s ease-in, right 1.1s ease-in .1s;
}

section.tips.in .tip-bubble {
  transform: scale(1);
  transition: transform 0.5s ease-in;
  transition-delay: 0.3s;
}

section.tips .tip-bubble {
  position: absolute;
  left: -63px;
  top: -35px;
  color: #FFF;
  font-size: 50px;
  letter-spacing: 0px;
  width: 150px;
  height: 150px;
  border-radius: 0px 50% 50% 0;
  text-align: center;
  padding-left: 39px;
  line-height: 37px;
  padding-top: 28px;
  transform: scale(0);
}

section.tips .tip-bubble span {
  text-transform: uppercase;
  font-size: 23px;
}

section.tips .tips-list ul {
  list-style: none;
}

section.tips .tips-list ul li {
  color: #FFF;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 36px;
  letter-spacing: 0px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}

section.tips .tips-list ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 27px;
}

section.tips.tip-1 {
  background: #bd8d4c;
  background-image: url("/images/site/homecare-tips/tip-1-bg.png");
  background-repeat: no-repeat;
  background-position: 168% center;
}

section.tips.tip-1.in {
  background-position: 95% center;
}

section.tips.tip-1 .tip-bubble {
  background: #c4995e;
}

section.tips.tip-2 {
  background: #af4b27;
  background-image: url("/images/site/homecare-tips/tip-2-bg.png");
  background-repeat: no-repeat;
  background-position: 145% center;
}

section.tips.tip-2.in {
  background-position: 95% center;
}

section.tips.tip-2 .tip-bubble {
  background: #b75d3d;
}

section.tips.tip-3 {
  background: url("/images/site/homecare-tips/tip-3-bg.png");
  background-size: cover;
  background-position: center center;
}

section.tips.tip-3:after {
  content: '';
  position: absolute;
  background-image: url("/images/site/homecare-tips/tree.png");
  background-repeat: no-repeat;
  width: 741px;
  height: 781px;
  right: -781px;
  bottom: 0;
}

section.tips.tip-3.in:after {
  right: -90px;
}

section.tips.tip-3 .tip-bubble {
  background: #68911e;
}

section.tips.tip-4 {
  background: #99c087;
  background-image: url("/images/site/homecare-tips/tip-4-bg.png");
  background-repeat: no-repeat;
  background-position: 180% top;
}

section.tips.tip-4.in {
  background-position: right top;
}

section.tips.tip-4 .tip-bubble {
  background: #a3c693;
}

ul.page-nav {
  position: fixed;
  top: 50%;
  right: 30px;
}

ul.page-nav li {
  position: relative;
}

ul.page-nav li div.tip-tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 37px;
  top: -13px;
  width: 166px;
  font-size: 18px;
  text-transform: uppercase;
  background: #fff;
  padding: 3px 20px 4px 20px;
  color: #135e77;
  letter-spacing: 0px;
  transition: all 0.2s ease-out;
  transform: scale(1);
}

ul.page-nav li div.tip-tooltip .arrow-right {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #FFF;
  position: absolute;
  right: -16px;
  top: 0;
}

ul.page-nav li a {
  width: 8px;
  height: 8px;
  margin-bottom: 16px;
  display: block;
  border-radius: 50%;
  background: #FFF;
  line-height: 24px;
  transition: transform 0.2s ease-out;
}

ul.page-nav li a:hover {
  transform: scale(2.3);
  transition: transform 0.2s ease-in;
}

ul.page-nav li a.active {
  transform: scale(2.3);
}

ul.page-nav li:hover div.tip-tooltip {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease-in;
}

.portfolio-communities-header {
  background: url("/images/site/portfolio-communities/header-bkg.jpg");
  height: 778px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-communities-header {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .portfolio-communities-header {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  .portfolio-communities-header {
    background-size: 100%;
  }
}

@media only screen and (min-width: 1450px) {
  .portfolio-communities-header {
    background-size: 100%;
  }
}

.portfolio-communities-header .text-center {
  top: 41%;
}

@media only screen and (max-width: 767px) {
  .portfolio-communities-header .text-center {
    top: 20%;
  }

  .portfolio-communities-header .text-center h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .portfolio-communities-header .text-center hr {
    margin-top: 50px;
  }

  .portfolio-communities-header .text-center h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

section.portfolio-communities {
  background: #dcdcdc;
  padding-bottom: 60px;
  opacity: 0;
}

section.portfolio-communities.fade-in {
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 1.8s;
}

section.portfolio-communities.fade-in .portfolio-communities-container {
  margin-top: -175px;
  transition: all 1s ease-in;
  transition-delay: 1.8s;
}

section.portfolio-communities .portfolio-communities-container {
  margin-top: -135px;
}

section.portfolio-communities .portfolio-communities-container .portfolio {
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  section.portfolio-communities .carousel {
    height: 250px;
  }
}

section.portfolio-communities .carousel .indicators {
  position: absolute;
  bottom: 0;
  width: 100%;
}

section.portfolio-communities .carousel .indicators a {
  z-index: 16;
}

section.portfolio-communities .carousel .indicators i.fa {
  color: #FFF;
  font-size: 18px;
}

section.portfolio-communities .carousel .indicators .previous-page {
  position: absolute;
  right: 69px;
  top: -18px;
}

section.portfolio-communities .carousel .indicators .next-page {
  position: absolute;
  right: 9px;
  top: -18px;
}

section.portfolio-communities .carousel ol.carousel-indicators {
  bottom: -10px;
  background: rgba(103, 59, 76, 0.9);
  width: 100%;
  left: 0;
  margin-left: 0;
  padding: 15px 0px 17px 0px;
}

section.portfolio-communities .carousel ol.carousel-indicators li {
  display: none;
  text-indent: 0px;
  width: 170px;
  float: right;
  height: auto;
  font-size: 15px;
  color: #FFF;
  background: none;
  border: none;
}

section.portfolio-communities .carousel ol.carousel-indicators li.active {
  display: block;
}

section.portfolio-communities .carousel .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section.portfolio-communities .description {
  padding: 45px;
}

section.portfolio-communities .description h3 {
  color: #8bc741;
  font-size: 48px;
  line-height: 36px;
  font-weight: 300;
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  section.portfolio-communities .description h3 {
    font-size: 42px;
  }
}

section.portfolio-communities .description p {
  color: #797979;
  margin-top: 45px;
  line-height: 35px;
}

@media only screen and (max-width: 767px) {
  section.portfolio-communities .description p {
    margin-bottom: 30px;
    line-height: 2;
  }
}

.our-process-header {
  height: 100%;
  padding: 10% 0 0;
  background: url("/images/site/our-process/header-bkg-1.jpg");
  background-position-y: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1450px) {
  .our-process-header {
    min-height: 1350px;
  }
}

@media only screen and (min-width: 1200px) {
  .our-process-header {
    min-height: 1350px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-process-header {
    min-height: 1350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-process-header {
    min-height: 1350px;
  }
}

@media only screen and (max-width: 767px) {
  .our-process-header {
    min-height: 1150px;
  }
}

.our-process-header.fade-in {
  transition: all 0.5s ease-in-out;
}

.our-process-header:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("/images/site/our-process/header-bkg-1.jpg") url("/images/site/our-process/header-bkg-2.jpg") url("/images/site/our-process/header-bkg-3.jpg") url("/images/site/our-process/header-bkg-4.jpg") url("/images/site/our-process/header-bkg-5.jpg") url("/images/site/our-process/header-bkg-6.jpg") url("/images/site/our-process/header-bkg-7.jpg") url("/images/site/our-process/header-bkg-8.jpg") url("/images/site/our-process/header-bkg-9.jpg");
}

.our-process-header .text-center {
  position: relative;
}

.our-process-header .text-center.page-title {
  position: relative;
}

.our-process-header .text-center.page-title h2 {
  font-size: 100px;
  font-weight: 400;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .our-process-header .text-center.page-title h2 {
    margin-top: 20%;
    font-size: 50px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .our-process-header .text-center.page-title hr {
    margin-top: 35px;
  }
}

.our-process-header .process-number {
  font-size: 100px;
  font-weight: 400;
  position: absolute;
  top: -75px;
  left: -100px;
  width: 200px;
  height: 200px;
  padding-top: 30px;
  text-align: center;
  color: #FFF;
  border-radius: 50%;
  background-color: #724876;
  z-index: 5;
  font-family: "Oswald", "Open Sans";
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-process-header .process-number {
    font-size: 50px;
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    padding-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .our-process-header .process-number {
    font-size: 25px;
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    padding-top: 7px;
  }
}

.our-process-header .carousel .carousel-inner {
  border-image-source: url("/images/site/dots.svg");
  border-style: dotted;
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  border-width: 10px 10px 10px 10px;
}

.our-process-header .carousel .carousel-inner .item {
  padding: 9% 11% 11%;
}

.our-process-header .carousel .carousel-inner .carousel-caption {
  position: relative;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 0;
  color: #fff;
  text-shadow: none;
}

.our-process-header .carousel .carousel-inner .carousel-caption h3 {
  font-size: 44px;
  line-height: 48px;
  margin: 0 0 55px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .our-process-header .carousel .carousel-inner .carousel-caption h3 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 22px;
  }
}

.our-process-header .carousel .carousel-inner .carousel-caption p {
  font-size: 20px;
  line-height: 48px;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .our-process-header .carousel .carousel-inner .carousel-caption p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.our-process-header .carousel .carousel-control {
  width: auto;
  text-align: center;
  opacity: 1;
  text-shadow: none;
  position: relative;
}

.our-process-header .carousel .carousel-control.left,
.our-process-header .carousel .carousel-control.right {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-process-header .carousel .carousel-control.left,
  .our-process-header .carousel .carousel-control.right {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .our-process-header .carousel .carousel-control.left,
  .our-process-header .carousel .carousel-control.right {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.our-process-header .carousel .carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 5% 5% 13%;
  z-index: 2;
  float: left;
}

.our-process-header .carousel .carousel-indicators li {
  font-size: 22px;
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  margin: 0 72px 0 0;
  padding-top: 4px;
  cursor: pointer;
  text-indent: 0;
  color: #FFF;
  border-image-source: url("/images/site/dots-circle.svg");
  border-style: dotted;
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  border-width: 17px;
  border-radius: 50%;
  background-color: transparent;
  float: left;
  text-align: center;
  font-family: "Oswald", "Open Sans";
  transition: all 0.2s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-process-header .carousel .carousel-indicators li {
    width: 54px;
    height: 54px;
    margin: 0 52px 0 0;
    padding-top: 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-process-header .carousel .carousel-indicators li {
    width: 54px;
    height: 54px;
    margin: 0 26px 0 0;
    padding-top: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .our-process-header .carousel .carousel-indicators li {
    font-size: 12px;
    width: 27px;
    height: 27px;
    margin: 0 13px 0 0;
    padding-top: 3px;
  }
}

.our-process-header .carousel .carousel-indicators li span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.our-process-header .carousel .carousel-indicators li.active {
  border: 17px solid #724876;
  background-color: #724876;
  transition: all 0.2s ease-in;
}

@media only screen and (max-width: 767px) {
  .our-process-header .carousel .carousel-indicators li.active {
    border: 2px solid #724876;
  }
}

.our-process-header .carousel .carousel-indicators li:after {
  position: absolute;
  top: 25%;
  left: 27px;
  display: block;
  width: 55px;
  height: 1px;
  margin: 0 0 0 19px;
  content: '';
  border-image-source: url("/images/site/dots.svg");
  border-style: dotted;
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  border-width: 0px 10px 10px 10px;
  background: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-process-header .carousel .carousel-indicators li:after {
    width: 40px;
    left: 25px;
    top: 36%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-process-header .carousel .carousel-indicators li:after {
    width: 15px;
    left: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .our-process-header .carousel .carousel-indicators li:after {
    display: none;
  }
}

.our-process-header .carousel .carousel-indicators li:first-child {
  margin-left: 0;
}

.our-process-header .carousel .carousel-indicators li:last-child {
  margin-right: 0;
}

.our-process-header .carousel .carousel-indicators li:last-child:after {
  display: none;
}

.building-process-header {
  background: url("/images/site/building-process/header-bkg.jpg");
  height: 650px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .building-process-header {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .building-process-header {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  .building-process-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .building-process-header {
    background-repeat: no-repeat;
    background-position: -655px top;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1200px), only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .building-process-header {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 767px) {
@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .building-process-header {
      background-attachment: scroll;
    }
}
}

@media only screen and (max-width: 767px) and (min-width: 1450px) {
  .building-process-header {
    background-size: 100%;
  }
}

.building-process-header .page-title {
  top: 41%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .building-process-header .page-title {
    top: 30%;
  }

  .building-process-header .page-title h2 {
    line-height: 1.5;
  }

  .building-process-header .page-title h4 {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .building-process-header .page-title {
    top: 20%;
  }

  .building-process-header .page-title h2 {
    font-size: 50px;
    line-height: 1.2;
  }

  .building-process-header .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
    padding: 0 30px;
  }
}

section.process {
  background-color: #dcdcdc;
  padding: 70px 0;
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.process {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  section.process {
    padding: 35px 0;
  }
}

section.process.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.2s;
}

section.process .building-process .timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}

section.process .building-process .timeline > li {
  opacity: 0;
  position: relative;
  margin-bottom: 0;
}

section.process .building-process .timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 46%;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  section.process .building-process .timeline > li .timeline-panel {
    width: 76%;
    padding: 30px 0;
  }
}

section.process .building-process .timeline > li .circle {
  position: absolute;
  z-index: 2;
  top: 75px;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -12px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #999;
}

@media only screen and (max-width: 767px) {
  section.process .building-process .timeline > li .circle {
    left: 90%;
  }
}

section.process .building-process .timeline > li .step {
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 40px;
  height: 55px;
  margin-left: -20px;
  color: #828282;
  text-align: center;
}

section.process .building-process .timeline > li .step .number {
  font-size: 36px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  section.process .building-process .timeline > li .step {
    left: 90%;
  }
}

section.process .building-process .timeline > li .dots {
  border-style: dotted;
  border-color: #FFF;
  border-image-source: url("/images/site/dots.svg");
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -12px;
  width: 15px;
  height: calc(100% - 90px);
  border-width: 0 15px 0 0;
}

@media only screen and (max-width: 767px) {
  section.process .building-process .timeline > li .dots {
    left: 90%;
  }
}

section.process .building-process .timeline > li .pin {
  position: relative;
}

@media only screen and (max-width: 767px) {
  section.process .building-process .timeline > li .pin {
    float: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.process .building-process .timeline > li .pin {
    width: 134px;
    float: right;
    margin-right: 45px;
  }
}

section.process .building-process .timeline > li .pin svg#pin {
  width: 134px;
  height: 88px;
  transform: rotate(180deg);
}

section.process .building-process .timeline > li .pin svg#pin path.st0 {
  fill: #000;
}

section.process .building-process .timeline > li .pin svg#pin path.st1 {
  fill: #fff;
}

section.process .building-process .timeline > li .pin .icon {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 17px;
  left: 16px;
}

section.process .building-process .timeline > li .text {
  padding-right: 45px;
  padding-left: 15px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  section.process .building-process .timeline > li .text {
    padding-right: 15px;
    padding-left: 35px;
  }
}

@media only screen and (max-width: 767px) {
  section.process .building-process .timeline > li .text {
    padding-right: 25px;
    text-align: right;
    padding-top: 15px;
  }
}

section.process .building-process .timeline > li .text p {
  color: #9b9b9b;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.process .building-process .timeline > li .text p {
    color: #828181;
    font-size: 20px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  section.process .building-process .timeline > li .text p {
    color: #828181;
    font-size: 16px;
    line-height: 1.5;
  }
}

section.process .building-process .timeline > li:before,
section.process .building-process .timeline > li:after {
  display: table;
  content: ' ';
}

section.process .building-process .timeline > li:after {
  clear: both;
}

section.process .building-process .timeline > li:last-child .dots {
  display: none;
}

section.process .building-process .timeline > li.right .timeline-panel {
  transform: translateX(-50px);
}

@media only screen and (max-width: 767px) {
  section.process .building-process .timeline > li.right .timeline-panel {
    transform: translateX(50px);
  }
}

section.process .building-process .timeline > li.right .timeline-panel,
section.process .building-process .timeline > li.right .image {
  float: right;
}

@media only screen and (max-width: 767px) {
  section.process .building-process .timeline > li.right .timeline-panel,
  section.process .building-process .timeline > li.right .image {
    float: left;
  }
}

section.process .building-process .timeline > li.right .text {
  padding-right: 15px;
  padding-left: 45px;
}

@media only screen and (max-width: 767px) {
  section.process .building-process .timeline > li.right .text {
    padding-left: 15px;
    padding-right: 25px;
    text-align: right;
  }
}

section.process .building-process .timeline > li.right .pin {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  section.process .building-process .timeline > li.right .pin {
    text-align: left;
    float: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.process .building-process .timeline > li.right .pin {
    width: 134px;
    float: left;
    margin-left: 45px;
  }
}

section.process .building-process .timeline > li.right .pin svg#pin {
  transform: rotate(0deg);
}

@media only screen and (max-width: 767px) {
  section.process .building-process .timeline > li.right .pin svg#pin {
    transform: rotate(180deg);
  }
}

section.process .building-process .timeline > li.right .pin .icon {
  top: 17px;
  right: 16px;
  left: auto;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  section.process .building-process .timeline > li.right .pin .icon {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.process .building-process .timeline > li.right .pin .icon {
    top: 17px;
    right: 0;
    left: 16px;
  }
}

section.process .building-process .timeline > li.left .timeline-panel {
  transform: translateX(50px);
}

section.process .building-process .timeline > li.in {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

section.process .building-process .timeline > li.in.left .timeline-panel,
section.process .building-process .timeline > li.in.right .timeline-panel {
  transform: translateX(0px);
  transition: all 0.5s ease-out;
}

section.process .building-process .timeline > li.blue .circle {
  background-color: #679392;
}

section.process .building-process .timeline > li.blue .pin {
  position: relative;
}

section.process .building-process .timeline > li.blue .pin svg#pin path.st0 {
  fill: #679392;
}

section.process .building-process .timeline > li.purple .circle {
  background-color: #714776;
}

section.process .building-process .timeline > li.purple .pin {
  position: relative;
}

section.process .building-process .timeline > li.purple .pin svg#pin path.st0 {
  fill: #714776;
}

section.process .building-process .timeline > li.green .circle {
  background-color: #80ad42;
}

section.process .building-process .timeline > li.green .pin {
  position: relative;
}

section.process .building-process .timeline > li.green .pin svg#pin path.st0 {
  fill: #80ad42;
}

section.process .building-process .timeline > li.brown .circle {
  background-color: #95866c;
}

section.process .building-process .timeline > li.brown .pin {
  position: relative;
}

section.process .building-process .timeline > li.brown .pin svg#pin path.st0 {
  fill: #95866c;
}

.news-and-press-header {
  background: url("/images/site/news-and-press/header-bkg.jpg");
  height: 654px;
  background-attachment: fixed;
  background-position: center 0px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1450px) {
  .news-and-press-header {
    background-size: 100%;
  }
}

.news-and-press-header .text-center {
  top: 42%;
}

@media only screen and (max-width: 767px) {
  .news-and-press-header .text-center {
    top: 20%;
  }

  .news-and-press-header .text-center h2 {
    font-size: 50px;
    line-height: 1.2;
  }

  .news-and-press-header .text-center h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

section.news-items {
  background: #dcdcdc;
  padding-bottom: 100px;
  opacity: 0;
}

section.news-items.fade-in {
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 1.8s;
}

section.news-items.fade-in .news-items-container {
  margin-top: -100px;
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 1.8s;
}

section.news-items .news-items-container {
  margin-top: -70px;
  opacity: 0;
}

section.news-items .news-item {
  background: #FFF;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

section.news-items .news-item .news-image {
  background-size: cover;
  padding-bottom: 21%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

section.news-items .news-item .right-news-section {
  background: #FFF;
  padding: 24px 37px 25px 50px;
}

section.news-items .news-item h3.news-title {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  line-height: 35px;
  margin-top: 30px;
}

section.news-items .news-item .date p {
  font-weight: 400;
}

section.news-items .news-item a {
  border-color: #724876;
  color: #724876;
  margin-top: 0;
  font-size: 15px;
  padding: 10px 15px;
}

section.news-items .news-item a .dotted-arrow path.st0 {
  fill: #724876;
}

section.news-items .news-item a:hover {
  background: #724876;
  color: #FFF;
}

section.news-items .news-item a:hover .dotted-arrow path.st0 {
  fill: #FFF;
}

section.news-items .news-nav ul {
  text-align: center;
}

section.news-items .news-nav ul li {
  text-transform: uppercase;
  color: #565656;
  font-size: 18px;
  width: 33%;
}

section.news-items .news-nav ul li.previous {
  text-align: left;
}

section.news-items .news-nav ul li.next {
  text-align: right;
}

section.news-items .news-nav ul li a {
  padding: 5px 15px 5px 10px;
  background: #FFF;
  color: #724876;
  font-size: 14px;
}

section.news-items .news-nav ul li a svg#arrow {
  width: 17px;
  height: 13px;
  margin-top: 6px;
}

section.news-items .news-nav ul li a svg#arrow path.st0 {
  fill: #724876;
}

section.news-items .news-nav ul li a span {
  margin-right: 10px;
}

section.news-items .news-nav ul li.previous a .dotted-arrow {
  transform: rotate(-180deg);
}

section.news-items .news-nav ul li.previous a span {
  margin-left: 10px;
  margin-right: 0px;
}

section.news-detail {
  background: #dcdcdc;
  padding: 60px 0px;
  opacity: 0;
}

section.news-detail.fade-in {
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 0.3s;
}

section.news-detail .back {
  margin-bottom: 40px;
}

section.news-detail .back a {
  margin-top: 10px;
  background: #FFF;
  color: #724876;
  padding: 10px 15px 13px 15px;
  font-size: 14px;
}

section.news-detail .back a.left span {
  margin-left: 13px;
}

section.news-detail .detail-section {
  background: #FFF;
  padding: 50px 35px;
  float: left;
}

section.news-detail .detail-section img.detail-image {
  margin-right: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.news-detail .detail-section img.detail-image {
    float: left;
  }
}

section.news-detail .detail-section h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
}

section.news-detail .detail-section .date {
  color: #797979;
  font-weight: 400;
  margin-top: 15px;
}

section.news-detail .detail-section .by-line {
  color: #a3a3a3;
  margin-top: 15px;
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

section.news-detail .detail-section .detail-copy p {
  color: #797979;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 35px;
}

section.news-detail .detail-section a.muted-button {
  float: right;
  margin-top: 0px;
  font-size: 14px;
}

section.news-detail .detail-section a.muted-button:hover {
  border-color: #724876;
}

section.news-detail a.previous {
  float: left;
  font-size: 14px;
}

section.news-detail a.next {
  float: right;
  font-size: 14px;
}

section.our-collections {
  opacity: 0;
  height: 100%;
  background: #000;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  section.our-collections {
    height: 100% !important;
  }
}

section.our-collections .wrap {
  position: relative;
}

section.our-collections .wrap:hover div.collections {
  opacity: 0.5;
}

section.our-collections .wrap:hover div.collections:hover {
  opacity: 1;
  transition: all 0.2s ease-in;
}

section.our-collections .wrap:hover div.collections:hover div.arrow-down .dotted-arrow {
  transform: rotate(90deg);
  animation: continuous-down-arrow-bounce 2s infinite;
}

section.our-collections .collections {
  transition: all 0.2s ease-out;
}

section.our-collections a.collection-item-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

section.our-collections.fade-in {
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 0.3s;
}

section.our-collections.fade-in .box {
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 0.8s;
  top: 56%;
}

@media only screen and (max-width: 767px) {
  section.our-collections.fade-in .box {
    top: 46%;
  }
}

section.our-collections .signature {
  background: url("/images/site/our-collections/signature-bg.jpg");
  background-size: cover;
  background-position-y: center;
}

section.our-collections .signature h1 {
  font-family: 'dragon_is_comingregular';
  font-weight: normal;
  font-style: normal;
  font-size: 195px;
  line-height: 35px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  section.our-collections .signature h1 {
    font-size: 135px;
  }
}

section.our-collections .innovation {
  background: url("/images/site/our-collections/innovation-bg.jpg");
  background-size: cover;
  background-position-y: center;
}

section.our-collections .innovation h1 {
  font-family: 'ano_halfwide';
  font-weight: normal;
  font-style: normal;
  font-size: 68px;
  line-height: 35px;
  margin-bottom: 40px;
  text-shadow: 5px 0px #828282;
}

@media only screen and (max-width: 767px) {
  section.our-collections .innovation h1 {
    font-size: 45px;
  }
}

section.our-collections .distinction {
  background: url("/images/site/our-collections/distinctive-bg.jpg");
  background-size: cover;
  background-position-y: center;
}

section.our-collections .distinction h1 {
  font-family: 'atelas_personal_use_onlyRg';
  font-weight: normal;
  font-style: normal;
  font-size: 67px;
  line-height: 35px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  section.our-collections .distinction h1 {
    font-size: 45px;
  }
}

section.our-collections .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  padding: 50px 0px;
  width: 80%;
  opacity: 0;
  top: 63%;
}

@media only screen and (max-width: 767px) {
  section.our-collections .box {
    padding: 25px 0px 30px;
  }
}

@media only screen and (max-width: 320px) {
  section.our-collections .box {
    padding: 20px;
  }
}

section.our-collections .box h2 {
  font-size: 44px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 25px;
}

section.our-collections .box hr {
  width: 60px;
}

section.our-collections .box p {
  color: #FFF;
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans";
  font-size: 17px;
}

section.our-collections .box .box-text {
  font-size: 22px;
  line-height: 35px;
  text-transform: uppercase;
  margin-top: 30px;
}

section.our-collections .box div.arrow-down {
  color: #FFF;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  display: block;
  margin-top: 40px;
}

section.our-collections .box div.arrow-down .dotted-arrow {
  transform: rotate(90deg);
  width: 1.75em;
  height: 1.75em;
}

section.custom-floorplans {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  section.custom-floorplans {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.custom-floorplans .floorplan-card {
    height: 338px;
  }
}

section.custom-floorplans .floorplan-card .floorplan-modals-links {
  background: #724876;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}

section.custom-floorplans .floorplan-card .floorplan-modals-links a {
  display: inline-block;
  min-width: 35%;
  float: none;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

section.custom-floorplans .floorplan-card .floorplan-modals-links a:nth-child(2) {
  border-left: 1px solid #87638a;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.custom-floorplans-header {
  background: url("/images/site/custom-floorplans/header-bg.jpg");
  height: 430px;
  background-position: center 0px;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1450px) {
  .custom-floorplans-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .custom-floorplans-header .page-title {
    top: 30%;
  }

  .custom-floorplans-header .page-title h2 {
    font-size: 42px;
    line-height: 1.2;
  }

  .custom-floorplans-header .page-title hr {
    margin-top: 50px;
  }

  .custom-floorplans-header .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.custom-floorplans-header .page-title p.white {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-floorplans-header .page-title p.white {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .custom-floorplans-header .page-title p.white {
    margin-top: 30px;
  }
}

body.custom-floorplans section.build-on-your-own-lot {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:first-child > div {
    padding-right: 30px;
  }
}

body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:first-child > div p {
  margin-bottom: 30px;
}

body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:first-child > div p:nth-child(2),
body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:first-child > div p:nth-child(3) {
  font-weight: 400;
  line-height: 36px;
}

body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:first-child > div p:nth-child(2) a,
body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:first-child > div p:nth-child(3) a {
  color: #667D47;
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:first-child > div p:nth-child(1) {
    line-height: 52.5px;
  }
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:first-child > div p:nth-child(4) {
    text-align: center;
  }
}

body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:first-child > div a.bordered-link-btn {
  font-family: "Oswald", "Open Sans";
  font-size: 15px;
  line-height: 24px;
  margin-top: 0;
  padding: 3.75px 12px;
}

body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:first-child > div a.bordered-link-btn:focus {
  color: #FFF;
}

body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:first-child > div a.bordered-link-btn:hover {
  border-color: #87638a;
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:first-child > div a.bordered-link-btn {
    margin-bottom: 15px;
    width: 67.5vw;
  }
}

body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:last-child h4 {
  text-transform: uppercase;
  font-size: 22px;
  color: #575752;
  line-height: 35px;
}

body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:last-child form input,
body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:last-child form select,
body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:last-child form textarea {
  background: #e2e2e2;
}

body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:last-child form .submit {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:last-child form .submit {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.build-on-your-own-lot > .container > .row > div[class^="col-"]:last-child form .submit {
    margin-right: 15px;
  }
}

body.custom-floorplans section.easy-with-unw {
  background-color: #724876;
  padding-top: 60px;
  padding-bottom: 90px;
}

body.custom-floorplans section.easy-with-unw .h1 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.easy-with-unw .h1 {
    line-height: 52.5px;
  }
}

body.custom-floorplans section.easy-with-unw .nav-tabs-phase {
  border-bottom-color: #724876;
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li {
    width: 21%;
  }
}

@media only screen and (min-width: 1200px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(1) {
    width: 20.5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(1) {
    width: 18%;
  }
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(1) {
    width: 16%;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(1) > a {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(1) > a {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(1) > a {
    padding-left: 7.5px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(2) {
    width: 17.5%;
  }
}

@media only screen and (min-width: 1200px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(3) {
    width: 24%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(3) {
    width: 25.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(3) {
    width: 26.5%;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(4) {
    width: 17.5%;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(5) {
    width: 20.5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(5) {
    width: 21.5%;
  }
}

body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(5) > a:before,
body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li:nth-child(5) > a:after {
  display: none;
}

body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li.active > a {
  background-color: #84bc3e;
  border-color: #84bc3e;
}

body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li.active > a:after {
  border-left-color: #84bc3e;
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li.active > a span {
    display: inline;
  }
}

body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a {
  background-color: #533556;
  border-color: #533556;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #FFF;
  margin-right: 0;
  transition: none;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a {
    padding-left: 75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a {
    font-size: 13.5px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-left: 52.5px;
  }
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a {
    font-size: 3vw;
    height: 33.5px;
    padding: 7.5px 3.75px 7.5px 7.5vw;
  }
}

body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a:before {
  content: '';
  border-left-color: #724876;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 50%;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a:before {
    border-top-width: 33px;
    border-bottom-width: 33px;
    border-left-width: 33px;
    margin-top: -33px;
    right: -34px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a:before {
    border-top-width: 44px;
    border-bottom-width: 44px;
    border-left-width: 44px;
    margin-top: -44px;
    right: -45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a:before {
    border-top-width: 33.5px;
    border-bottom-width: 33.5px;
    border-left-width: 33.5px;
    margin-top: -33.5px;
    right: -34.5px;
  }
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a:before {
    border-top-width: 22.75px;
    border-bottom-width: 22.75px;
    border-left-width: 22.75px;
    margin-top: -22.75px;
    right: -23.75px;
  }
}

body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a:after {
  content: '';
  border-left-color: #533556;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 50%;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a:after {
    border-top-width: 27px;
    border-bottom-width: 27px;
    border-left-width: 27px;
    margin-top: -27px;
    right: -28px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a:after {
    border-top-width: 38px;
    border-bottom-width: 38px;
    border-left-width: 38px;
    margin-top: -38px;
    right: -39px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a:after {
    border-top-width: 27.5px;
    border-bottom-width: 27.5px;
    border-left-width: 27.5px;
    margin-top: -27.5px;
    right: -28.5px;
  }
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.easy-with-unw .nav-tabs-phase > li > a:after {
    border-top-width: 16.75px;
    border-bottom-width: 16.75px;
    border-left-width: 16.75px;
    margin-top: -16.75px;
    right: -17.75px;
  }
}

body.custom-floorplans section.easy-with-unw .tab-pane-phase {
  position: relative;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.easy-with-unw .tab-pane-phase {
    padding-top: 75px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.easy-with-unw .tab-pane-phase {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.easy-with-unw .tab-pane-phase .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.easy-with-unw .tab-pane-phase .row > div[class^="col-"]:first-child {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.easy-with-unw .tab-pane-phase .row > div[class^="col-"]:first-child > div {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.easy-with-unw .tab-pane-phase .row > div[class^="col-"]:last-child > div {
    padding-left: 15px;
  }
}

body.custom-floorplans section.easy-with-unw .tab-pane-phase p {
  color: #FFF;
  line-height: 30px;
}

body.custom-floorplans section.easy-with-unw .tab-pane-phase p.h3 {
  font-family: "Open Sans", sans-serif;
  margin-top: 15px;
}

body.custom-floorplans section.easy-with-unw .tab-pane-phase p:not(.h3) {
  font-size: 18px;
}

body.custom-floorplans section.easy-with-unw .tab-pane-phase .bordered-link-btn {
  border-color: white;
  font-size: 15px;
  line-height: 24px;
  margin-top: 30px;
  padding: 3.75px 12px;
}

body.custom-floorplans section.easy-with-unw .tab-pane-phase .bordered-link-btn span {
  margin-right: 0;
}

body.custom-floorplans section.filters {
  opacity: 0;
}

body.custom-floorplans section.filters.disabled {
  position: relative;
}

body.custom-floorplans section.filters.disabled:before {
  background-color: rgba(95, 98, 105, 0.6);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

body.custom-floorplans section.filters.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1s;
}

body.custom-floorplans section.filters button.dropdown-toggle {
  text-align: left;
}

body.custom-floorplans section.filters button.dropdown-toggle i.fa {
  position: absolute;
  right: 15px;
  top: 13px;
}

body.custom-floorplans section.filters button.dropdown-toggle.sq-ft {
  min-width: 145px;
}

body.custom-floorplans section.filters ul.form-filters li.filter.range-slider {
  width: 310px;
}

body.custom-floorplans section.filters ul.form-filters li.filter.range-slider .range-slider {
  width: 295px;
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.filters .filters-label {
    margin: 5px 10px 0 0;
    color: white;
    font-size: 22px;
  }

  body.custom-floorplans section.filters .filters-toggle ul {
    margin-bottom: 0;
  }

  body.custom-floorplans section.filters .filters-toggle span.pill {
    background-color: #724876;
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 10px 15px;
  }

  body.custom-floorplans section.filters .filters-toggle span.pill i.fa {
    font-size: 16px;
    color: white;
  }

  body.custom-floorplans section.filters .filters-collapse {
    display: none;
  }

  body.custom-floorplans section.filters ul.form-filters {
    padding-top: 20px;
  }

  body.custom-floorplans section.filters ul.form-filters li.filter {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
  }

  body.custom-floorplans section.filters ul.form-filters li.filter-half-left,
  body.custom-floorplans section.filters ul.form-filters li.filter-half-right {
    width: 50%;
    float: left;
  }

  body.custom-floorplans section.filters .dropdown .dropdown-toggle {
    min-width: 100% !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 320px) {
  body.custom-floorplans section.filters .filters-label {
    font-size: 18px;
  }
}

body.custom-floorplans section.floorplans .h1 {
  margin-bottom: 45px;
}

body.custom-floorplans section.floorplans .gallery-tabs > ul {
  text-align: center;
  margin: auto;
}

body.custom-floorplans section.floorplans .gallery-tabs > ul > li {
  float: none;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.floorplans .gallery-tabs > ul > li {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.floorplans .gallery-tabs > ul > li {
    display: block;
    margin-bottom: 3.75px;
  }
}

body.custom-floorplans section.floorplans .gallery-tabs > ul > li a {
  border: none;
  color: #FFF;
  background: #C2C2C2;
  border-radius: 4px 4px 0px 0px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.floorplans .gallery-tabs > ul > li a {
    padding: 15px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.floorplans .gallery-tabs > ul > li a {
    font-size: 15px;
    padding: 10px 13px;
  }
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.floorplans .gallery-tabs > ul > li a {
    padding: 10px 13px;
    font-size: 13.5px;
    margin: 0;
  }
}

@media only screen and (max-width: 320px) {
  body.custom-floorplans section.floorplans .gallery-tabs > ul > li a {
    padding: 10px 4px;
  }
}

body.custom-floorplans section.floorplans .gallery-tabs > ul > li.active a,
body.custom-floorplans section.floorplans .gallery-tabs > ul > li.active a:focus,
body.custom-floorplans section.floorplans .gallery-tabs > ul > li:hover a,
body.custom-floorplans section.floorplans .gallery-tabs > ul > li:hover a:focus {
  color: #FFF;
  background: #8bc741;
  border-radius: 4px 4px 0px 0px;
  border: none;
}

body.custom-floorplans section.floorplans .gallery-tabs > ul > li.active a:hover,
body.custom-floorplans section.floorplans .gallery-tabs > ul > li:hover a:hover {
  color: #FFF;
  background: #8bc741;
  border-radius: 4px 4px 0px 0px;
  border: none;
}

body.custom-floorplans section.floorplans .gallery-tabs > .tab-content > .tab-pane:last-child {
  padding-top: 30px;
  padding-bottom: 30px;
}

body.custom-floorplans section.floorplans .gallery-tabs > .tab-content > .tab-pane:last-child iframe {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  body.custom-floorplans section.floorplans .gallery-tabs > .tab-content > .tab-pane:last-child iframe {
    height: 2760px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.custom-floorplans section.floorplans .gallery-tabs > .tab-content > .tab-pane:last-child iframe {
    height: 3510px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.custom-floorplans section.floorplans .gallery-tabs > .tab-content > .tab-pane:last-child iframe {
    height: 4275px;
  }
}

@media only screen and (max-width: 767px) {
  body.custom-floorplans section.floorplans .gallery-tabs > .tab-content > .tab-pane:last-child iframe {
    height: 4950px;
  }
}

.on-your-lot-process-header {
  background: url("/images/site/on-your-lot-process/header-bg.jpg");
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.on-your-lot-process-header:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.on-your-lot-process-header .page-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1350px;
  top: 24%;
}

@media only screen and (max-width: 767px) {
  .on-your-lot-process-header .page-title {
    top: 22.5%;
  }

  .on-your-lot-process-header .page-title h2 {
    font-size: 42px;
    line-height: 1.2;
  }

  .on-your-lot-process-header .page-title hr {
    margin-top: 50px;
  }

  .on-your-lot-process-header .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.on-your-lot-process-header .page-title h2 {
  line-height: normal;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .on-your-lot-process-header .page-title h2 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .on-your-lot-process-header .page-title h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .on-your-lot-process-header .page-title h2 {
    font-size: 9vw;
  }
}

.on-your-lot-process-header .page-title p.white {
  font-weight: 500;
}

@media only screen and (min-width: 1200px) {
  .on-your-lot-process-header .page-title p.white {
    font-size: 21px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .on-your-lot-process-header .page-title p.white {
    line-height: 45px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .on-your-lot-process-header .page-title p.white {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .on-your-lot-process-header .page-title p.white {
    line-height: 37.5px;
    margin-top: 30px;
  }
}

.on-your-lot-process-header .page-title ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}

@media only screen and (min-width: 1200px) {
  .on-your-lot-process-header .page-title ul {
    gap: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .on-your-lot-process-header .page-title ul {
    gap: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .on-your-lot-process-header .page-title ul {
    gap: 15px;
  }
}

.on-your-lot-process-header .page-title ul > li {
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .on-your-lot-process-header .page-title ul svg {
    width: 45px;
    height: auto;
  }
}

body.on-your-lot-process section.steps > div {
  opacity: 0;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 90px;
}

body.on-your-lot-process section.steps > div.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

body.on-your-lot-process section.steps > div.in .image > div img,
body.on-your-lot-process section.steps > div.in .image > div .white-pattern,
body.on-your-lot-process section.steps > div.in .image > div .purple-pattern {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1s ease-in;
  transition-delay: 0.6s;
}

body.on-your-lot-process section.steps > div.in .image > div .icon {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s ease-in;
  transition-delay: 0.6s;
}

body.on-your-lot-process section.steps > div:nth-child(odd) {
  background-color: #724876;
}

body.on-your-lot-process section.steps > div:nth-child(odd).in .step {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1s ease-in;
  transition-delay: 0.6s;
}

body.on-your-lot-process section.steps > div:nth-child(odd) .step {
  border-color: #CF93D4;
  opacity: 0;
  transform: translateX(-50px);
}

body.on-your-lot-process section.steps > div:nth-child(even).in .step {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1s ease-in;
  transition-delay: 0.6s;
}

body.on-your-lot-process section.steps > div:nth-child(even) .step {
  opacity: 0;
  transform: translateX(50px);
}

body.on-your-lot-process section.steps .container-fluid {
  max-width: 1350px;
}

body.on-your-lot-process section.steps .container-fluid > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.on-your-lot-process section.steps .container-fluid > .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.on-your-lot-process section.steps .container-fluid > .row .box {
    -ms-flex-order: 0;
    order: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px), only screen and (max-width: 767px) and (max-width: 767px) {
  body.on-your-lot-process section.steps .container-fluid > .row .image {
    -ms-flex-order: 1;
    order: 1;
  }
}

body.on-your-lot-process section.steps .step {
  border: 1.5px solid #C2C2C2;
  padding: 45px 30px 15px;
}

body.on-your-lot-process section.steps .h1 {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 0;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.steps .h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.steps .h1 {
    line-height: 37.5px;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body.on-your-lot-process section.steps .h1 .number {
  color: #84bc3e;
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.steps .h1 .number {
    font-size: 27px;
  }
}

body.on-your-lot-process section.steps .desc {
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

body.on-your-lot-process section.steps .image > div {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.on-your-lot-process section.steps .image > div {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.steps .image > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 465px;
  }
}

body.on-your-lot-process section.steps .image > div img {
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: translateX(-50px);
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.steps .image > div img {
    width: 399px;
    height: 399px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.steps .image > div img {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.steps .image > div img {
    width: 75vw;
    height: 75vw;
  }
}

body.on-your-lot-process section.steps .image > div .white-pattern,
body.on-your-lot-process section.steps .image > div .purple-pattern {
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  top: 45px;
  left: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.steps .image > div .white-pattern,
  body.on-your-lot-process section.steps .image > div .purple-pattern {
    width: 300px;
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.steps .image > div .white-pattern,
  body.on-your-lot-process section.steps .image > div .purple-pattern {
    width: 75vw;
    height: 75vw;
  }
}

body.on-your-lot-process section.steps .image > div .icon {
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(50px);
  position: absolute;
  z-index: 2;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.steps .image > div .icon {
    top: 345px;
    left: 82.5px;
    width: 90px;
    height: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.steps .image > div .icon {
    top: 255px;
    left: 75px;
    width: 75px;
    height: 75px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.steps .image > div .icon {
    top: 277.5px;
    left: 75px;
    width: 60px;
    height: 60px;
  }
}

body.on-your-lot-process section.steps .image > div .icon.white {
  background-color: #FFF;
}

body.on-your-lot-process section.steps .image > div .icon.white path {
  stroke: #724876;
}

body.on-your-lot-process section.steps .image > div .icon.light-green {
  background-color: #84bc3e;
}

body.on-your-lot-process section.steps .image > div .icon .design-and-budget-icon path {
  fill: #724876;
}

body.on-your-lot-process section.steps .image > div .icon svg {
  width: 45px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.steps .image > div .icon svg {
    width: 30px;
    height: auto;
  }
}

body.on-your-lot-process section.steps .tab-pane-phase {
  position: relative;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.steps .tab-pane-phase {
    padding-top: 75px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.steps .tab-pane-phase {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.steps .tab-pane-phase .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.steps .tab-pane-phase .row > div[class^="col-"]:first-child {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.steps .tab-pane-phase .row > div[class^="col-"]:first-child > div {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.steps .tab-pane-phase .row > div[class^="col-"]:last-child > div {
    padding-left: 15px;
  }
}

body.on-your-lot-process section.steps .tab-pane-phase p {
  color: #FFF;
  line-height: 30px;
}

body.on-your-lot-process section.steps .tab-pane-phase p.h3 {
  font-family: "Open Sans", sans-serif;
  margin-top: 15px;
}

body.on-your-lot-process section.steps .tab-pane-phase p:not(.h3) {
  font-size: 18px;
}

body.on-your-lot-process section.steps .tab-pane-phase .bordered-link-btn {
  border-color: white;
  font-size: 15px;
  line-height: 24px;
  margin-top: 30px;
  padding: 3.75px 12px;
}

body.on-your-lot-process section.steps .tab-pane-phase .bordered-link-btn span {
  margin-right: 0;
}

body.on-your-lot-process section.ready-to-get-started {
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.ready-to-get-started {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body.on-your-lot-process section.ready-to-get-started.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.ready-to-get-started > img {
    width: 50%;
  }
}

body.on-your-lot-process section.ready-to-get-started .box {
  background-color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.ready-to-get-started .box {
    gap: 60px;
    padding: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.ready-to-get-started .box {
    gap: 45px;
    padding: 45px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.ready-to-get-started .box {
    gap: 30px;
    padding: 30px;
  }
}

body.on-your-lot-process section.ready-to-get-started .box > p {
  font-family: "Oswald", "Open Sans";
  color: #724876;
  font-weight: 400;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.ready-to-get-started .box > p {
    font-size: 33.75px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.ready-to-get-started .box > p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.ready-to-get-started .box > p {
    font-size: 24px;
  }
}

body.on-your-lot-process section.ready-to-get-started .box .bordered-link-btn.primary-button {
  font-weight: 400;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.ready-to-get-started .box .bordered-link-btn.primary-button {
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.ready-to-get-started .box .bordered-link-btn.primary-button {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.ready-to-get-started .box .bordered-link-btn.primary-button {
    font-size: 15px;
  }
}

body.on-your-lot-process section.faqs {
  background-color: #fbfbfb;
  opacity: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.faqs {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.faqs {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
}

body.on-your-lot-process section.faqs.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

body.on-your-lot-process section.faqs .container-fluid {
  max-width: 1350px;
}

body.on-your-lot-process section.faqs .section-title {
  font-family: "Oswald", "Open Sans";
  color: #724876;
  font-weight: 400;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.faqs .section-title {
    font-size: 37.5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.faqs .section-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.faqs .section-title {
    font-size: 24px;
  }
}

body.on-your-lot-process section.faqs .panel-group {
  margin-top: 45px;
}

body.on-your-lot-process section.faqs .panel-default {
  background-color: transparent;
  border-color: transparent;
}

body.on-your-lot-process section.faqs .panel-default > .panel-heading {
  background-color: transparent;
  padding: 22.5px 0;
}

body.on-your-lot-process section.faqs .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
  padding: 15px 0 22.5px;
}

body.on-your-lot-process section.faqs .panel-default > .panel-heading + .panel-collapse > .panel-body p,
body.on-your-lot-process section.faqs .panel-default > .panel-heading + .panel-collapse > .panel-body li {
  color: #9B9B9B;
  font-weight: 400;
  font-size: 18px;
  line-height: 33.75px;
}

body.on-your-lot-process section.faqs .panel-default > .panel-heading + .panel-collapse > .panel-body li {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

body.on-your-lot-process section.faqs .panel-title > a {
  color: #575752;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  font-size: 22.5px;
}

body.on-your-lot-process section.faqs .panel-title > a[aria-expanded="false"] .plus-icon {
  display: none;
}

body.on-your-lot-process section.faqs .panel-title > a[aria-expanded="false"] .minus-icon {
  display: block;
}

body.on-your-lot-process section.faqs .panel-title > a[aria-expanded="true"] .plus-icon {
  display: block;
}

body.on-your-lot-process section.faqs .panel-title > a[aria-expanded="true"] .minus-icon {
  display: none;
}

body.on-your-lot-process section.faqs .panel {
  border-radius: 0;
  box-shadow: 0 1px 0 rgba(87, 87, 82, 0.5);
}

body.on-your-lot-process section.price-breakdown {
  opacity: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
}

body.on-your-lot-process section.price-breakdown.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

body.on-your-lot-process section.price-breakdown .container-fluid {
  max-width: 1350px;
}

body.on-your-lot-process section.price-breakdown .section-title {
  font-family: "Oswald", "Open Sans";
  color: #724876;
  font-weight: 400;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .section-title {
    font-size: 37.5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .section-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .section-title {
    font-size: 24px;
  }
}

body.on-your-lot-process section.price-breakdown .boxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .boxes {
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .boxes {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}

body.on-your-lot-process section.price-breakdown .box {
  position: relative;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box {
    width: 27%;
  }
}

@media only screen and (min-width: 1200px) {
  body.on-your-lot-process section.price-breakdown .box {
    height: 600px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .box {
    width: 30%;
    height: 525px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box {
    width: 30%;
    height: 375px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .box {
    width: 100%;
    height: 375px;
  }
}

body.on-your-lot-process section.price-breakdown .box svg {
  position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .box svg {
    height: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .box svg {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box svg {
    width: 82.5%;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .box svg {
    width: 60%;
  }
}

body.on-your-lot-process section.price-breakdown .box.lot-development {
  background-color: #724876;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .box.lot-development {
    border-top-left-radius: 135px 135px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .box.lot-development {
    border-top-left-radius: 90px 90px;
  }
}

body.on-your-lot-process section.price-breakdown .box.lot-development svg {
  right: 0;
}

@media only screen and (min-width: 1200px) {
  body.on-your-lot-process section.price-breakdown .box.lot-development svg {
    top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .box.lot-development svg {
    top: 22.5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box.lot-development svg {
    top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .box.lot-development svg {
    top: -15px;
  }
}

body.on-your-lot-process section.price-breakdown .box.home-base-price {
  background-color: #84bc3e;
}

body.on-your-lot-process section.price-breakdown .box.home-base-price:before,
body.on-your-lot-process section.price-breakdown .box.home-base-price:after {
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2226%22%20viewBox%3D%220%200%2028%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2214.2736%22%20cy%3D%222.49023%22%20r%3D%221.85497%22%20fill%3D%22%23533556%22%2F%3E%0A%3Ccircle%20cx%3D%222.40173%22%20cy%3D%2212.8782%22%20r%3D%221.85497%22%20transform%3D%22rotate(-90%202.40173%2012.8782)%22%20fill%3D%22%23533556%22%2F%3E%0A%3Ccircle%20cx%3D%2214.2736%22%20cy%3D%227.68408%22%20r%3D%221.85497%22%20fill%3D%22%23533556%22%2F%3E%0A%3Ccircle%20cx%3D%227.5957%22%20cy%3D%2212.8782%22%20r%3D%221.85497%22%20transform%3D%22rotate(-90%207.5957%2012.8782)%22%20fill%3D%22%23533556%22%2F%3E%0A%3Ccircle%20cx%3D%2214.2736%22%20cy%3D%2212.8782%22%20r%3D%221.85497%22%20fill%3D%22%23533556%22%2F%3E%0A%3Ccircle%20cx%3D%2214.2734%22%20cy%3D%2223.2656%22%20r%3D%221.85497%22%20fill%3D%22%23533556%22%2F%3E%0A%3Ccircle%20cx%3D%2226.145%22%20cy%3D%2212.8779%22%20r%3D%221.85497%22%20transform%3D%22rotate(-90%2026.145%2012.8779)%22%20fill%3D%22%23533556%22%2F%3E%0A%3Ccircle%20cx%3D%2214.2736%22%20cy%3D%2218.072%22%20r%3D%221.85497%22%20fill%3D%22%23533556%22%2F%3E%0A%3Ccircle%20cx%3D%2220.2092%22%20cy%3D%2212.8779%22%20r%3D%221.85497%22%20transform%3D%22rotate(-90%2020.2092%2012.8779)%22%20fill%3D%22%23533556%22%2F%3E%0A%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 22.5%;
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .box.home-base-price:before,
  body.on-your-lot-process section.price-breakdown .box.home-base-price:after {
    width: 52.5px;
    height: 52.5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box.home-base-price:before,
  body.on-your-lot-process section.price-breakdown .box.home-base-price:after {
    width: 45px;
    height: 45px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .box.home-base-price:before {
    left: -42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box.home-base-price:before {
    left: -39px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .box.home-base-price:after {
    right: -42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box.home-base-price:after {
    right: -39px;
  }
}

@media only screen and (min-width: 1200px) {
  body.on-your-lot-process section.price-breakdown .box.home-base-price svg {
    bottom: 30px;
    right: -39px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .box.home-base-price svg {
    bottom: 30px;
    right: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box.home-base-price svg {
    bottom: 30px;
    right: -22.5px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .box.home-base-price svg {
    bottom: 15px;
    right: -22.5px;
  }
}

body.on-your-lot-process section.price-breakdown .box.finishes-and-customizations {
  background-color: #232323;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .box.finishes-and-customizations {
    border-bottom-right-radius: 135px 135px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .box.finishes-and-customizations {
    border-bottom-right-radius: 90px 90px;
  }
}

body.on-your-lot-process section.price-breakdown .box.finishes-and-customizations svg {
  right: -15px;
  transform: rotate(-7.5deg);
}

@media only screen and (min-width: 1200px) {
  body.on-your-lot-process section.price-breakdown .box.finishes-and-customizations svg {
    top: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .box.finishes-and-customizations svg {
    top: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box.finishes-and-customizations svg {
    top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .box.finishes-and-customizations svg {
    top: 30px;
  }
}

body.on-your-lot-process section.price-breakdown .box .icon {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body.on-your-lot-process section.price-breakdown .box .title {
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  body.on-your-lot-process section.price-breakdown .box .title {
    padding-left: 52.5px;
    padding-right: 52.5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .box .title {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box .title {
    padding-left: 22.5px;
    padding-right: 22.5px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .box .title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box .title.bottom {
    bottom: 15%;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .box .title.bottom {
    bottom: 7.5%;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box .title.top {
    top: 11.25%;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .box .title.top {
    top: 7.5%;
  }
}

body.on-your-lot-process section.price-breakdown .box p {
  color: #FFF;
  font-weight: 400;
}

body.on-your-lot-process section.price-breakdown .box p:nth-of-type(1) {
  font-family: "Oswald", "Open Sans";
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .box p:nth-of-type(1) {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box p:nth-of-type(1) {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .box p:nth-of-type(1) {
    font-size: 7.5vw;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.price-breakdown .box p:nth-of-type(2) {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.price-breakdown .box p:nth-of-type(2) {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.price-breakdown .box p:nth-of-type(2) {
    font-size: 4.5vw;
  }
}

body.on-your-lot-process section.reach-to-us {
  background-color: #724876;
  opacity: 0;
}

body.on-your-lot-process section.reach-to-us.in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

body.on-your-lot-process section.reach-to-us .container-fluid > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.reach-to-us .container-fluid > .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body.on-your-lot-process section.reach-to-us .container-fluid > .row > div[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

body.on-your-lot-process section.reach-to-us .left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.reach-to-us .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1200px) {
  body.on-your-lot-process section.reach-to-us .right > div {
    padding: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.on-your-lot-process section.reach-to-us .right > div {
    padding: 30px;
  }
}

body.on-your-lot-process section.reach-to-us .right .section-title {
  font-family: "Oswald", "Open Sans";
  color: #FFF;
  font-weight: 400;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.on-your-lot-process section.reach-to-us .right .section-title {
    font-size: 37.5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.on-your-lot-process section.reach-to-us .right .section-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body.on-your-lot-process section.reach-to-us .right .section-title {
    font-size: 24px;
  }
}

body.on-your-lot-process section.reach-to-us .right label {
  display: none;
}

body.on-your-lot-process section.reach-to-us .right form.gray-bg button.bordered-link-btn.purple-button {
  background-color: #FFF;
  color: #724876;
  padding-left: 30px;
}

body.on-your-lot-process section.reach-to-us .right form.gray-bg button.bordered-link-btn.purple-button span {
  margin-right: 0;
}

body.on-your-lot-process section.reach-to-us .right form.gray-bg button.bordered-link-btn.purple-button svg {
  display: none;
}

section.urban-bru-bus {
  padding-top: 90px;
}

@media only screen and (max-width: 767px) {
  section.urban-bru-bus {
    padding-top: 10px;
  }
}

.urban-bru-bus-header {
  background-attachment: scroll;
  background-image: url("/images/site/urban-bru-bus/header-bg.jpg?v=1");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .urban-bru-bus-header {
    height: 90vh;
  }
}

@media only screen and (max-width: 767px) {
  .urban-bru-bus-header {
    height: 45vh;
  }
}

@media only screen and (max-width: 767px) {
  .urban-bru-bus-header .page-title {
    top: 24%;
  }

  .urban-bru-bus-header .page-title h2 {
    font-size: 42px;
    line-height: 1.2;
  }

  .urban-bru-bus-header .page-title hr {
    margin-top: 30px;
  }

  .urban-bru-bus-header .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.urban-bru-bus-header .page-title p.white {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .urban-bru-bus-header .page-title p.white {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .urban-bru-bus-header .page-title p.white {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.urban-bru-bus section.overview {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  body.urban-bru-bus section.overview {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:first-child > div {
    padding-right: 30px;
  }
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:first-child > div p {
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 45px;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:first-child > div a.bordered-link-btn {
  font-family: "Oswald", "Open Sans";
  border-color: #724876;
  color: #724876;
  font-size: 15px;
  line-height: 24px;
  margin-top: 0;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:first-child > div a.bordered-link-btn:focus {
  color: #FFF;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:first-child > div a.bordered-link-btn:hover {
  background-color: #724876;
  color: #FFF;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:first-child > div a.bordered-link-btn:hover .dotted-arrow path.st0 {
  fill: #FFF;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:first-child > div a.bordered-link-btn span {
  margin-left: 20px;
  margin-right: 0;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:first-child > div a.bordered-link-btn .dotted-arrow path.st0 {
  fill: #724876;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:first-child > div a.bordered-link-btn svg {
  transform: rotate(90deg);
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:first-child > div a.bordered-link-btn {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 767px) {
  body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:first-child > div a.bordered-link-btn {
    padding-right: 40px;
  }
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child > div {
  background-color: #4a4a46;
  padding: 30px;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child h4 {
  text-transform: uppercase;
  font-size: 22px;
  color: #FFF;
  line-height: 35px;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child h5 {
  color: #FFF;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child form input,
body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child form select,
body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child form textarea {
  background: transparent;
  color: #FFF;
  margin-top: 25px;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child form select {
  border-color: #FFF;
  border-radius: 0;
  color: #FFF;
  height: 38px;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child form select option {
  color: #5F6269;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child form textarea {
  height: 98px;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child form .submit {
  background-color: #FFF;
  color: #724876;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 25px;
  padding: 8px 30px 8px 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child form .submit {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child form .submit {
    margin-right: 15px;
  }
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child form .submit:hover {
  background-color: #724876;
  border-color: #724876;
  color: #FFF;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child form .submit:hover .dotted-arrow path.st0 {
  fill: #FFF;
}

body.urban-bru-bus section.overview > .container > .row > div[class^="col-"]:last-child form .submit .dotted-arrow path.st0 {
  fill: #724876;
}

body.urban-bru-bus section.gallery {
  background: #dcdcdc;
  padding-bottom: 90px;
}

body.urban-bru-bus section.gallery h2 {
  font-size: 60px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.urban-bru-bus section.gallery h2 {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  body.urban-bru-bus section.gallery h2 {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

body.urban-bru-bus section.gallery #gallery {
  opacity: 1;
}

.excellence-in-everything-we-do-header {
  background-attachment: scroll;
  background-image: url("/images/site/excellence-in-everything-we-do/header-bg.jpg");
  background-position: center;
  position: relative;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .excellence-in-everything-we-do-header {
    height: 67.5vh;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .excellence-in-everything-we-do-header {
    height: 75vh;
  }
}

@media only screen and (max-width: 767px) {
  .excellence-in-everything-we-do-header {
    height: 71.25vh;
  }
}

.excellence-in-everything-we-do-header:before {
  background-image: linear-gradient(0deg, black 0%, transparent 100%);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) {
  .excellence-in-everything-we-do-header:before {
    height: 67.5vh;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .excellence-in-everything-we-do-header:before {
    height: 75vh;
  }
}

@media only screen and (max-width: 767px) {
  .excellence-in-everything-we-do-header:before {
    height: 71.25vh;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .excellence-in-everything-we-do-header .page-title {
    top: 37.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .excellence-in-everything-we-do-header .page-title {
    top: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .excellence-in-everything-we-do-header .page-title {
    top: 12%;
  }

  .excellence-in-everything-we-do-header .page-title h2 {
    font-size: 42px;
    line-height: 1.2;
  }

  .excellence-in-everything-we-do-header .page-title hr {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .excellence-in-everything-we-do-header .page-title h2 {
    font-size: 60px;
  }
}

.excellence-in-everything-we-do-header .page-title p.white {
  font-weight: 500;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .excellence-in-everything-we-do-header .page-title p.white {
    font-size: 18px;
    line-height: 45px;
    margin-top: 60px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .excellence-in-everything-we-do-header .page-title p.white {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .excellence-in-everything-we-do-header .page-title p.white {
    font-size: 16.5px;
    line-height: 37.5px;
    margin-top: 30px;
  }
}

body.excellence-in-everything-we-do section.overview {
  background-color: #000;
  opacity: 0;
  padding-bottom: 75px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.excellence-in-everything-we-do section.overview {
    padding-top: 75px;
  }
}

body.excellence-in-everything-we-do section.overview.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 0.5s;
}

body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] > div {
  background-color: #f0f0f0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1px;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo {
  background-color: #FFF;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:after {
    content: '';
    display: block;
    padding-bottom: 75%;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(1),
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(2),
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(3),
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(4),
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(5),
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(6) {
    width: calc(33.33333333% - .675px);
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(1):after,
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(2):after,
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(3):after,
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(4):after,
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(5):after,
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(6):after {
    padding-bottom: 75%;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(7),
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(8) {
    width: calc(50% - .5px);
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(7):after,
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:nth-of-type(8):after {
    padding-bottom: 50%;
  }
}

body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo:hover img {
  filter: grayscale(100%);
}

body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo .content {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo .content {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px) {
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo img {
    max-width: 240px;
    max-height: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo img {
    max-width: 180px;
    max-height: 90px;
  }
}

body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo .name,
body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo .blurb {
  font-weight: 400;
}

body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo .name {
  color: #000;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo .name {
    font-size: 4.5vw;
  }
}

body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo .blurb {
  color: #5F6269;
}

@media only screen and (max-width: 767px) {
  body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo .blurb {
    font-size: 3.75vw;
  }
}

body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo a {
  color: #724876;
}

body.excellence-in-everything-we-do section.overview > .container > .row > div[class^="col-"] .logo a:hover {
  color: #667D47;
}

section.privacy-policy {
  padding: 50px 0px;
  opacity: 0;
}

section.privacy-policy.fade-in {
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 0.3s;
}

section.privacy-policy h2 {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.privacy-policy h2 {
    font-size: 72px;
  }
}

@media only screen and (max-width: 767px) {
  section.privacy-policy h2 {
    font-size: 45px;
  }
}

section.privacy-policy hr {
  border-color: #724876;
  width: 75px;
}

section.privacy-policy h3 {
  margin-top: 30px;
}

section.privacy-policy p,
section.privacy-policy ul {
  margin-bottom: 15px;
}

section.privacy-policy p,
section.privacy-policy li {
  color: #5F6269;
  line-height: 30px;
}

section.privacy-policy ul li {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
}

section.privacy-policy a {
  color: #5F6269;
  text-decoration: underline;
}

section.site-map {
  padding: 50px 0px;
  opacity: 0;
}

section.site-map.fade-in {
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 0.3s;
}

section.site-map h2 {
  font-size: 72px;
  margin-bottom: 40px;
}

section.site-map hr {
  border-color: #724876;
  width: 75px;
  margin: 75px auto;
}

section.site-map ul {
  list-style: none;
  padding: 0;
  margin-bottom: 45px;
}

section.site-map ul li {
  font-size: 12px;
  line-height: 2.5;
  font-family: "Open Sans", sans-serif;
}

section.site-map ul li.header {
  font-family: "Oswald", "Open Sans";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

section.site-map ul li.header a {
  color: #724876;
}

section.site-map ul li.header a:hover,
section.site-map ul li.header a:focus {
  text-decoration: none;
  padding-left: 0px;
}

section.site-map ul li a {
  color: #5F6269;
  font-size: 15px;
}

section.site-map ul li a:hover,
section.site-map ul li a:focus {
  color: #724876;
  text-decoration: none;
}

section.collection-single-header {
  overflow: hidden;
  opacity: 0;
  padding-bottom: 195px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.collection-single-header {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.collection-single-header {
    padding-bottom: 0;
  }
}

section.collection-single-header.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
}

section.collection-single-header.fade-in img.collection-detail-img {
  right: -7%;
  opacity: 1;
  width: 100%;
  transition: all 1s ease-in;
  transition-delay: 0.5s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.collection-single-header.fade-in img.collection-detail-img {
    right: 0;
    position: relative;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  section.collection-single-header.fade-in img.collection-detail-img {
    right: 0;
    position: relative;
    width: 100%;
  }
}

section.collection-single-header.fade-in h2 {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 0.7s;
}

section.collection-single-header.fade-in p {
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: 0.9s;
}

section.collection-single-header.fade-in a.button,
section.collection-single-header.fade-in button.dropdown-toggle {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.1s;
}

section.collection-single-header img.collection-detail-img {
  position: absolute;
  right: -105%;
  oapcity: 0;
}

@media only screen and (max-width: 767px) {
  section.collection-single-header img.collection-detail-img {
    margin-top: 40px;
  }
}

@media (max-width: 1410px) {
  section.collection-single-header .new-collection-wrap,
  section.collection-single-header .where-we-build-wrap {
    width: 75%;
    float: none;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  section.collection-single-header .new-collection-wrap,
  section.collection-single-header .where-we-build-wrap {
    padding: 0;
  }

  section.collection-single-header .new-collection-wrap .button,
  section.collection-single-header .new-collection-wrap .dropdown-toggle,
  section.collection-single-header .where-we-build-wrap .button,
  section.collection-single-header .where-we-build-wrap .dropdown-toggle {
    margin-top: 30px;
  }
}

section.collection-single-header h2 {
  width: 84%;
  text-align: left;
  margin-top: 150px;
  opacity: 0;
}

section.collection-single-header h2.signature {
  font-family: 'dragon_is_comingregular';
  font-weight: normal;
  font-style: normal;
  font-size: 300px;
  line-height: 49px;
}

@media only screen and (max-width: 767px) {
  section.collection-single-header h2.signature {
    font-size: 200px;
  }
}

section.collection-single-header h2.innovation {
  font-family: 'ano_halfwide';
  font-weight: normal;
  font-style: normal;
  font-size: 101px;
  line-height: 48px;
}

@media only screen and (max-width: 767px) {
  section.collection-single-header h2.innovation {
    font-size: 71px;
  }
}

section.collection-single-header h2.distinction,
section.collection-single-header h2.distinctive {
  font-family: 'atelas_personal_use_onlyRg';
  font-weight: normal;
  font-style: normal;
  font-size: 102px;
  line-height: 35px;
}

@media only screen and (max-width: 767px) {
  section.collection-single-header h2.distinction,
  section.collection-single-header h2.distinctive {
    font-size: 72px;
  }
}

section.collection-single-header h2 span {
  color: #828282;
  font-size: 61px;
  font-weight: 200;
  text-align: right;
  width: 100%;
  font-family: "Oswald", "Open Sans";
  display: inline-block;
  margin-top: 25px;
}

section.collection-single-header p {
  margin-top: 70px;
  font-weight: 400;
  line-height: 40px;
  opacity: 0;
}

section.collection-single-header a.button svg.dotted-arrow {
  float: right;
  margin-top: 4px;
}

section.collection-single-header a.button,
section.collection-single-header button.dropdown-toggle {
  font-size: 14px;
  padding: 10px 15px 9px 15px;
  letter-spacing: 0px;
  margin-top: 60px;
  width: 100%;
  opacity: 0;
}

section.collection-single-header ul.dropdown-menu li a {
  line-height: 35px;
  color: #9a9a9a;
}

section.collection-single-header ul.dropdown-menu li a:hover {
  background: #84bc3e;
  color: #FFF;
}

section.collection-single-header .dropdown.open button.dropdown-toggle {
  background: #84bc3e;
}

section.collection-single-header .dropdown.open button.dropdown-toggle:focus {
  background: #84bc3e;
  color: #FFF;
}

body.collections-single section.floorplans {
  margin-top: 30px;
  z-index: 1;
  padding: 120px 0px 150px 0px;
}

body.collections-single section.floorplans h2 {
  margin-bottom: 150px;
  margin-top: 55px;
}

@media only screen and (max-width: 767px) {
  body.collections-single section.floorplans h2 {
    margin-bottom: 100px;
  }
}

body.collections-single section.floorplans #floorplanCarousel {
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.collections-single section.floorplans #floorplanCarousel {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  body.collections-single section.floorplans #floorplanCarousel {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.collections-single section.floorplans #floorplanCarousel .carousel-control .hover-ellipse {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  body.collections-single section.floorplans #floorplanCarousel .carousel-control {
    width: 20px;
    height: 20px;
    top: auto;
    overflow: visible;
    bottom: 0;
  }

  body.collections-single section.floorplans #floorplanCarousel .carousel-control .hover-ellipse {
    display: none;
  }
}

body.collections-single section.floorplans #floorplanCarousel .carousel-inner.fc > .item {
  perspective: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.collections-single section.floorplans .wavey {
    top: -1px;
    width: 101%;
  }
}

@media only screen and (max-width: 767px) {
  body.collections-single section.floorplans .wavey {
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.collections-single section.floorplans .trees {
    object-fit: cover;
    width: 1200px;
  }
}

@media only screen and (max-width: 767px) {
  body.collections-single section.floorplans.in .trees {
    object-fit: cover;
    top: 2%;
  }
}

@media only screen and (max-width: 767px) {
  body.collections-single section.floorplans .floorplan-card {
    height: auto;
    margin-bottom: 10px;
  }

  body.collections-single section.floorplans .floorplan-card .card {
    height: auto;
    overflow: hidden;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-left {
    height: auto;
    position: absolute;
    z-index: 2;
    width: 150px;
    height: 150px;
    min-height: 150px !important;
    max-height: 150px;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-left img.community-thumbnail {
    height: auto;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-right {
    width: 100%;
    height: 240px;
    padding-left: 0;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-right h3,
  body.collections-single section.floorplans .floorplan-card .card .card-right p,
  body.collections-single section.floorplans .floorplan-card .card .card-right .price {
    padding-left: 170px;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-right ul.snapshot-info {
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f0f0f0;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-right ul.snapshot-info li {
    display: inline-block;
    padding: 5px 10px;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-right ul.snapshot-info li svg.house-icon {
    margin-right: 5px;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-right ul.snapshot-info li:first-child {
    padding-left: 0;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-right ul.snapshot-info li:last-child {
    padding-right: 0;
  }
}

@media only screen and (max-width: 320px) {
  body.collections-single section.floorplans .floorplan-card .card .card-right h3,
  body.collections-single section.floorplans .floorplan-card .card .card-right p,
  body.collections-single section.floorplans .floorplan-card .card .card-right .price {
    padding-left: 160px;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-right h3 {
    font-size: 20px;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-right p {
    line-height: 1;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-right .price {
    line-height: 1.2;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-right ul.snapshot-info li {
    font-size: 14px;
  }

  body.collections-single section.floorplans .floorplan-card .card .card-right ul.snapshot-info li svg.house-icon {
    width: 20px;
    height: 20px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.collections-single section.floorplans .floorplan-card {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.collections-single section.floorplans .floorplan-card .card-left {
    height: 318px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.collections-single section.floorplans .floorplan-card .card-right {
    height: 100%;
  }

  body.collections-single section.floorplans .floorplan-card .card-right ul.snapshot-info {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}

body.collections-single section.floorplans .next-section {
  margin-top: 40px;
}

body.collections-single section.floorplans .next-section a {
  color: #FFF;
}

body.collections-single section.floorplans .next-section a .dotted-arrow path.st0 {
  fill: #FFF;
}

section.gallery {
  overflow: hidden;
}

section.gallery .thumbnail-carousel .item {
  height: 100%;
}

section.gallery .thumbnail-carousel .item .img-wrap {
  height: 100%;
}

section.gallery .thumbnail-carousel .item .fill {
  height: 670px;
}

section.gallery h2.top {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 15;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 35px;
}

section.gallery .gallery-caption p {
  color: #FFF;
}

.collection-widget {
  position: fixed;
  right: -200px;
  top: 27%;
  width: 200px;
  height: 170px;
  background: #FFF;
  padding: 10px 0px;
  z-index: 100;
  transition: all 0.5s ease-out;
}

.collection-widget.slide-open {
  right: 0;
  transition: all 0.5s ease-in;
}

.collection-widget.slide-open a.collection-title {
  background: #724876;
}

.collection-widget.slide-open a.collection-title .dotted-arrow {
  transform: rotate(90deg);
  transition: all 0.2s ease-in;
}

.collection-widget a.collection-title {
  background: #679492;
  transform: rotate(90deg);
  padding: 14px 15px;
  position: absolute;
  color: #FFF;
  text-transform: uppercase;
  width: 170px;
  text-align: center;
  left: -104px;
  top: 61px;
  z-index: 10px;
}

.collection-widget a.collection-title span.title {
  margin-right: 12px;
}

.collection-widget a.collection-title .dotted-arrow {
  transform: rotate(-90deg);
  transition: all 0.2s ease-out;
}

.collection-widget a.collection-title:hover {
  background: #724876;
}

.collection-widget .collection-panel ul li {
  float: left;
  width: 100%;
}

.collection-widget .collection-panel ul li a {
  line-height: 38px;
  color: #5F6269;
  padding-left: 30px;
  text-transform: uppercase;
  width: 100%;
  display: inline-block;
}

.collection-widget .collection-panel ul li a:hover {
  background: #724876;
  color: #FFF;
}

.next-section {
  margin-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .next-section {
    margin: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .next-section {
    margin: 60px 0;
  }
}

.next-section a {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0px;
}

.next-section a span {
  display: inline-block;
  margin-bottom: 15px;
}

.next-section a .dotted-arrow {
  transform: rotate(90deg);
  width: 1.75em;
  height: 1.75em;
}

.next-section a .dotted-arrow path.st0 {
  fill: #724876;
}

.next-section a:hover {
  color: #724876;
}

.next-section a:hover .dotted-arrow {
  animation: continuous-down-arrow-bounce 2s infinite;
}

section.move-in-ready-detail-header {
  background: url("/images/site/move-in-ready-detail/header-bg.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  height: 230px;
}

@media only screen and (min-width: 1450px) {
  section.move-in-ready-detail-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail-header {
    height: 0;
  }
}

section.sub-header {
  background: #565656;
  padding: 20px 0px;
  opacity: 0;
}

section.sub-header.fade-in {
  opacity: 1;
  transition: opacity 1s ease-out;
  transition-delay: 0.9s;
}

section.sub-header .left-half a.button {
  margin-top: 0px;
  font-size: 16px;
  padding: 10px 25px 13px 25px;
}

section.sub-header .left-half a.button .dotted-arrow {
  transform: rotate(-180deg);
}

section.sub-header .left-half a.button span {
  margin-left: 20px;
  margin-right: 0px;
}

section.sub-header .right-half .dropdown {
  float: right;
}

section.sub-header .right-half .dropdown .btn.btn-default {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #FFF;
  height: 49px;
  font-weight: 300;
  padding: 8px 25px;
}

section.sub-header .right-half .dropdown .btn.btn-default:hover {
  background: #FFF;
  color: #724876;
}

section.sub-header .right-half .dropdown .btn.btn-default:hover .dotted-arrow path.st0 {
  fill: #724876;
}

section.sub-header .right-half .dropdown.open .btn.btn-default {
  background: #FFF;
  color: #724876;
}

section.sub-header .right-half .dropdown.open .btn.btn-default .dotted-arrow path.st0 {
  fill: #724876;
}

section.sub-header .right-half .dropdown ul.dropdown-menu {
  width: 100%;
}

section.sub-header .right-half .dropdown ul.dropdown-menu li a {
  line-height: 35px;
}

section.sub-header .right-half .dropdown ul.dropdown-menu li a:hover {
  background: #724876;
  color: #FFF;
}

section.move-in-ready-detail {
  background: #f0f0f0;
  opacity: 0;
  /* bootstrap slickslideshow embedded in tab fix */
  /* end */
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.move-in-ready-detail {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail {
    padding-top: 30px;
    padding-bottom: 90px;
  }
}

section.move-in-ready-detail.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.1s;
}

section.move-in-ready-detail .detail-container {
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail .detail-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

section.move-in-ready-detail .detail-container .img-container {
  background-size: cover;
  min-height: 381px;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail .detail-container .img-container {
    min-height: 203px;
    padding: 0;
  }
}

section.move-in-ready-detail .detail-container .img-container img {
  width: 100%;
  min-height: 380px;
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail .detail-container .img-container img {
    min-height: auto;
  }
}

section.move-in-ready-detail .detail-container .img-container a {
  position: absolute;
  top: 15px;
  right: 30px;
}

section.move-in-ready-detail .detail-container .img-container a i.fa {
  color: #FFF;
  font-size: 25px;
}

section.move-in-ready-detail .detail-container .img-container .banner {
  font-family: "Oswald", "Open Sans";
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

section.move-in-ready-detail .detail-container .img-container .banner.pending {
  background-color: #42c2f4;
}

section.move-in-ready-detail .detail-container .img-container .banner.sold {
  background-color: #d05621;
}

section.move-in-ready-detail .detail-container .detail-info {
  padding: 35px 35px 55px 35px;
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail .detail-container .detail-info {
    padding-left: 0;
    padding-right: 0;
  }
}

section.move-in-ready-detail .detail-container .detail-info h2,
section.move-in-ready-detail .detail-container .detail-info .address,
section.move-in-ready-detail .detail-container .detail-info .price {
  width: 64%;
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail .detail-container .detail-info h2,
  section.move-in-ready-detail .detail-container .detail-info .address,
  section.move-in-ready-detail .detail-container .detail-info .price {
    width: 100%;
  }
}

section.move-in-ready-detail .detail-container .detail-info h2 {
  text-transform: uppercase;
  font-size: 42px;
}

section.move-in-ready-detail .detail-container .detail-info h2 small {
  color: #808080;
}

section.move-in-ready-detail .detail-container .detail-info .btn-contact-us-about-this-home {
  float: right;
  font-size: 14px;
  margin-top: -53px;
  padding: 7px 15px 10px 15px;
  letter-spacing: 0px;
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail .detail-container .detail-info .btn-contact-us-about-this-home {
    position: absolute;
    bottom: 0;
  }
}

section.move-in-ready-detail .detail-container .detail-info .btn-contact-us-about-this-home:hover {
  cursor: pointer;
}

section.move-in-ready-detail .detail-container .detail-info .community > a {
  color: #9B9B9B;
  font-size: 20px;
}

section.move-in-ready-detail .detail-container .detail-info .address {
  font-size: 20px;
  color: #808080;
  margin: 17px 0px;
}

section.move-in-ready-detail .detail-container .detail-info .price {
  font-size: 20px;
  text-transform: uppercase;
  color: #9b9b9b;
}

section.move-in-ready-detail .detail-container .detail-info .availability {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 34px;
}

section.move-in-ready-detail .detail-container .detail-info ul.snapshot-list-info {
  margin-top: 40px;
  margin-bottom: 30px;
}

section.move-in-ready-detail .detail-container .detail-info ul.snapshot-list-info li {
  color: #9B9B9B;
  font-size: 20px;
  margin-right: 25px;
}

section.move-in-ready-detail .detail-container .detail-info ul.snapshot-list-info li:last-child {
  margin-right: 0px;
}

section.move-in-ready-detail .detail-container .detail-info ul.snapshot-list-info li svg {
  margin-right: 15px;
}

section.move-in-ready-detail .detail-container .detail-info ul.snapshot-list-info li svg path,
section.move-in-ready-detail .detail-container .detail-info ul.snapshot-list-info li svg polygon {
  fill: #506362;
}

section.move-in-ready-detail .detail-container .detail-info p {
  font-size: 16px;
  line-height: 40px;
}

section.move-in-ready-detail .tabs {
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail .tabs {
    margin-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail .tabs ul.nav-tabs li a {
    font-size: 12px;
    padding: 15px;
    margin-right: 10px;
  }
}

section.move-in-ready-detail .no-style {
  margin-top: 50px;
}

section.move-in-ready-detail .no-style .nav-tabs {
  border-bottom: none;
  text-align: center;
}

section.move-in-ready-detail .no-style .nav-tabs li {
  float: none;
  display: inline-block;
  margin-left: -4px;
  border-right: 1px solid #c0c0c0;
}

section.move-in-ready-detail .no-style .nav-tabs li:last-child {
  border-right: none;
}

section.move-in-ready-detail .no-style .nav-tabs li a {
  border: none;
  line-height: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 25px;
}

section.move-in-ready-detail .no-style .nav-tabs li a.active {
  border: none;
}

section.move-in-ready-detail .no-style .tab-content {
  padding-top: 50px;
}

section.move-in-ready-detail .no-style .tab-content img {
  width: 100%;
  display: inline-block;
  margin-bottom: 100px;
  width: 50vw;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.move-in-ready-detail .no-style .tab-content img {
    width: 60vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  section.move-in-ready-detail .no-style .tab-content img {
    width: 65vw;
  }
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail .no-style .tab-content img {
    width: 100% !important;
  }
}

section.move-in-ready-detail a.download {
  float: right;
  margin: 35px 0px;
  text-transform: uppercase;
}

section.move-in-ready-detail a.download i.fa {
  transition: all 0.2s ease-out;
}

section.move-in-ready-detail a.download:hover {
  color: #667D47;
}

section.move-in-ready-detail a.download:hover i.fa {
  color: #667D47;
  transition: all 0.2s ease-in;
}

section.move-in-ready-detail .details {
  padding: 50px 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #9b9b9b;
  letter-spacing: 0px;
}

section.move-in-ready-detail .details table {
  width: 100%;
}

section.move-in-ready-detail .details th {
  font-weight: 300;
  padding: 1em;
}

section.move-in-ready-detail .details td {
  font-weight: 300;
  color: #91AB6E;
  padding: 1em;
}

section.move-in-ready-detail img.home-detail-map {
  position: relative;
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail img.home-detail-map {
    margin-left: -100px;
  }
}

section.move-in-ready-detail i.map-pin {
  position: absolute;
  left: 59%;
  top: 38%;
  font-size: 60px;
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail i.map-pin {
    top: 68%;
  }
}

section.move-in-ready-detail .tab-content > .tab-pane,
section.move-in-ready-detail .pill-content > .pill-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

section.move-in-ready-detail .tab-content > .active,
section.move-in-ready-detail .pill-content > .active {
  height: auto;
}

section.move-in-ready-detail #gallery {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

section.move-in-ready-detail .tab-content-video,
section.move-in-ready-detail .tab-content-virtual-tour {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  section.move-in-ready-detail .tab-content-virtual-tour .embed-responsive-16by9 {
    padding-bottom: 75vh;
  }
}

.reasons-to-choose-us-full {
  height: 100%;
  padding: 10% 0 200px;
  background: url("/images/site/reasons-to-choose-us/header-bkg.jpg");
  background-position-y: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .reasons-to-choose-us-full {
    padding: 5% 0 100px;
  }
}

.reasons-to-choose-us-full .text-center {
  position: relative;
}

.reasons-to-choose-us-full .page-title {
  position: relative;
}

.reasons-to-choose-us-full .page-title h2 {
  font-weight: 400;
  margin-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reasons-to-choose-us-full .page-title h2 {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .reasons-to-choose-us-full .page-title h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-top: 20%;
  }
}

.reasons-to-choose-us-full .page-title .h3 {
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reasons-to-choose-us-full .page-title .h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .reasons-to-choose-us-full .page-title .h3 {
    font-size: 22px;
    line-height: 1.5;
  }
}

.reasons-to-choose-us-full .page-title h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 48px;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reasons-to-choose-us-full .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .reasons-to-choose-us-full .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.reasons-to-choose-us-full .grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reasons-to-choose-us-full .reasons {
  opacity: 0;
  transform: translateY(30px);
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reasons-to-choose-us-full .reasons {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .reasons-to-choose-us-full .reasons {
    padding: 0 15px;
  }
}

.reasons-to-choose-us-full .reasons:nth-child(odd) {
  padding: 0 50px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reasons-to-choose-us-full .reasons:nth-child(odd) {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .reasons-to-choose-us-full .reasons:nth-child(odd) {
    padding: 0 15px;
  }
}

.reasons-to-choose-us-full .reasons:nth-child(even) {
  padding: 0 0 0 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reasons-to-choose-us-full .reasons:nth-child(even) {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .reasons-to-choose-us-full .reasons:nth-child(even) {
    padding: 0 15px;
  }
}

.reasons-to-choose-us-full .reasons.in {
  opacity: 1;
  transition: all 0.5s ease-out;
  transform: translate(0px);
}

.reasons-to-choose-us-full .reason {
  margin-top: 100px;
  position: relative;
  border-style: dotted;
  border-color: #FFF;
  border-image-source: url("/images/site/dots.svg");
  border-image-slice: 33% 33%;
  border-image-repeat: round;
  border-width: 0 10px 10px 0;
  padding: 0 0 0 0;
}

.reasons-to-choose-us-full .reason .number {
  font-family: "Oswald", "Open Sans";
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .reasons-to-choose-us-full .reason .number {
    font-size: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .reasons-to-choose-us-full .reason .number {
    font-size: 80px;
  }
}

.reasons-to-choose-us-full .reason .title {
  font-weight: 400;
  font-size: 27px;
  line-height: 40px;
  margin: 30px 0 40px;
  padding: 0 40px 0 50px;
}

.reasons-to-choose-us-full .reason .text {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  padding: 0 40px 50px 50px;
}

@media only screen and (max-width: 767px) {
  .reasons-to-choose-us-full .reason .text {
    line-height: 1.5;
    padding: 0 25px 80px 50px;
  }
}

.reasons-to-choose-us-full .reason .arrow-big {
  height: 60px;
  width: 187px;
  position: absolute;
  left: -46px;
  bottom: 38px;
  overflow: hidden;
  transform: rotate(-60deg);
  background: url("/images/site/arrow-big.svg") no-repeat;
  background-position-x: 0px;
}

@media only screen and (max-width: 767px) {
  .reasons-to-choose-us-full .reason .arrow-big {
    background-position-x: -101px;
  }
}

.why-build-green-header {
  height: 900px;
  background-image: url("/images/site/why-build-green/header-bkg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green-header {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .why-build-green-header {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  .why-build-green-header {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .why-build-green-header {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 1391px 900px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1200px), only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .why-build-green-header {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 767px) {
@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .why-build-green-header {
      background-attachment: scroll;
    }
}
}

@media only screen and (max-width: 767px) and (min-width: 1450px) {
  .why-build-green-header {
    background-size: 100%;
  }
}

.why-build-green-header .page-title {
  top: 28%;
}

@media only screen and (max-width: 767px) {
  .why-build-green-header .page-title {
    top: 20%;
  }

  .why-build-green-header .page-title h2 {
    font-size: 48px;
    line-height: 1.2;
  }

  .why-build-green-header .page-title h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.why-build-green-header .page-title .h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  display: block;
  margin: 55px 0 75px;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 767px) {
  .why-build-green-header .page-title .h3 {
    font-size: 5.1vw;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green-header .page-title .h3 {
    line-height: 1.5;
  }
}

.why-build-green-header .page-title .explore {
  font-size: 16px;
  font-weight: 400;
  width: 70px;
  height: 80px;
}

.why-build-green-header .page-title .explore a {
  color: #FFF;
}

.why-build-green-header .page-title .explore span {
  display: block;
  margin-bottom: 15px;
}

.why-build-green-header .page-title .explore .arrow {
  text-align: center;
}

.why-build-green-header .page-title .explore .arrow svg.dotted-arrow {
  transform: rotate(90deg);
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 1200px) {
  .why-build-green-header .building-excellence-award {
    position: absolute;
    bottom: 165px;
    left: 60px;
    height: 195px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green-header .building-excellence-award {
    position: absolute;
    bottom: 180px;
    left: 60px;
    height: 138px;
  }
}

@media only screen and (max-width: 767px) {
  .why-build-green-header .building-excellence-award {
    margin-bottom: 30px;
    margin-right: 15px;
    height: 103px;
  }
}

@media only screen and (min-width: 1200px) {
  .why-build-green-header .ngbs-green-seal {
    position: absolute;
    bottom: 165px;
    right: 60px;
    width: 255px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green-header .ngbs-green-seal {
    position: absolute;
    bottom: 180px;
    right: 60px;
    width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .why-build-green-header .ngbs-green-seal {
    margin-bottom: 30px;
    margin-left: 15px;
    width: 135px;
  }
}

.why-build-green-header .trees {
  background: url("/images/site/why-build-green/trees.png") repeat-x;
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media only screen and (max-height: 950px) {
  .why-build-green-header .trees {
    margin-bottom: -1px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green-header .trees {
    margin-bottom: -1px;
  }
}

.why-build-green-sub-nav {
  position: fixed;
  z-index: 100;
  right: 0;
  width: 270px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-build-green-sub-nav {
    top: 50% !important;
  }
}

@media only screen and (max-height: 950px) {
  .why-build-green-sub-nav {
    top: 50% !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .why-build-green-sub-nav {
    top: 50% !important;
  }
}

.why-build-green-sub-nav li {
  display: block;
  height: 50px;
}

.why-build-green-sub-nav li .nav-item {
  font-size: 18px;
  text-transform: uppercase;
  color: #135e77;
  font-family: "Oswald", "Open Sans";
  background: #FFF;
  padding: 7px 0 0 15px;
  width: 200px;
  display: block;
  height: 38px;
  margin-top: -25px;
  margin-bottom: 5px;
  opacity: 0;
  pointer-events: none;
}

.why-build-green-sub-nav li .nav-item:after {
  left: 200px;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-left-color: white;
  border-width: 19px;
  margin-top: 0;
}

.why-build-green-sub-nav li a {
  position: relative;
  display: block;
}

.why-build-green-sub-nav li a .nav-position {
  position: absolute;
  right: 0;
  width: 50px;
  height: 20px;
  margin-top: -33px;
}

.why-build-green-sub-nav li a .nav-position .circle {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #667D47;
  border-radius: 50%;
  background: #FFF;
  transition: all 0.1s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.why-build-green-sub-nav li a.active .nav-position .circle {
  width: 20px;
  height: 20px;
}

.why-build-green-sub-nav li a:hover .nav-item {
  opacity: 1;
}

.why-build-green .section-1 {
  font-size: 24px;
  margin: 120px 0 0;
  padding: 0 0 70px;
  opacity: 0;
  color: #797979;
  background: #FFF;
  background: url("/images/site/why-build-green/section-1-right-bkg.jpg") no-repeat top right;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-1 {
    background-position: 400px top;
  }
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-1 {
    font-size: 16px;
    margin-top: 60px;
  }
}

.why-build-green .section-1.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.2s;
}

.why-build-green .section-1 .title {
  font-size: 60px;
  font-weight: 300;
  margin: 45px 0 90px;
  color: #84bc3e;
  font-family: "Oswald", "Open Sans";
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-1 .title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-1 .title {
    margin-top: 0;
  }
}

.why-build-green .section-1 .burst {
  width: 161px;
  height: 156px;
}

.why-build-green .section-1 .checks {
  max-width: 700px;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-1 .checks {
    margin-top: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-1 ul {
    margin-left: 60px;
  }
}

.why-build-green .section-1 ul li {
  font-weight: 500;
  margin-bottom: 40px;
}

.why-build-green .section-1 ul li .fa {
  top: -2px;
  font-size: 36px;
  color: #84bc3e;
}

.why-build-green .section-1 .button {
  margin-top: 60px;
  font-size: 14px;
  font-family: "Oswald", "Open Sans";
  font-weight: 400;
}

.why-build-green .section-2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 70px;
  opacity: 0;
  color: #FFF;
  background-image: url("/images/site/why-build-green/section-2-bkg-v2.jpg");
  background-repeat: no-repeat;
  background-position: left 75px;
  background-size: cover;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-2 {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .why-build-green .section-2 {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  .why-build-green .section-2 {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-2 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    background-repeat: no-repeat;
    background-position: -200px top;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1200px), only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-2 {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 767px) {
@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .why-build-green .section-2 {
      background-attachment: scroll;
    }
}
}

@media only screen and (max-width: 767px) and (min-width: 1450px) {
  .why-build-green .section-2 {
    background-size: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-2 {
    background-repeat: no-repeat;
    background-position: left 37.5px;
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-2 {
    background-attachment: fixed;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .why-build-green .section-2 {
      background-attachment: scroll;
    }
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 1450px) {
  .why-build-green .section-2 {
    background-size: 100%;
  }
}

.why-build-green .section-2.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.2s;
}

.why-build-green .section-2 .waves {
  position: absolute;
  top: 0;
  height: 174px;
  width: 100%;
  background: url("/images/site/why-build-green/wave-white.png") no-repeat bottom;
  background-size: cover;
}

@media only screen and (max-height: 950px) {
  .why-build-green .section-2 .waves {
    top: -1px;
  }
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-2 .waves {
    height: 60px;
  }
}

.why-build-green .section-2 .title {
  padding-top: 300px;
  font-size: 60px;
  font-weight: 300;
  margin: 45px 0 70px;
  color: #FFF;
  font-family: "Oswald", "Open Sans";
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-2 .title {
    padding-top: 90px;
    font-size: 50px;
  }
}

.why-build-green .section-2 p {
  line-height: 48px;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-2 p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.why-build-green .section-2 ul li {
  font-weight: 500;
  display: inline;
  float: left;
  width: 45%;
  margin-bottom: 40px;
}

.why-build-green .section-2 ul li .fa {
  font-size: 36px;
  top: -2px;
  color: #84bc3e;
}

.why-build-green .section-2 .button {
  font-size: 14px;
  margin-top: 60px;
  font-family: "Oswald", "Open Sans";
}

.why-build-green .section-2.sub {
  background: #667D47 url("/images/site/why-build-green/green-striped-bkg.png") repeat;
  background-size: inherit;
  color: #FFF;
  padding: 100px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-2.sub {
    font-size: 16px;
    line-height: 1.5;
    padding: 50px 0;
  }
}

.why-build-green .section-2.sub h4 {
  margin-bottom: 45px;
  font-size: 26px;
  line-height: 45px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-2.sub h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.why-build-green .section-3 {
  font-size: 24px;
  line-height: 48px;
  font-weight: 500;
  margin: 120px 0 0;
  padding: 0 0 70px;
  opacity: 0;
  color: #797979;
  background: #FFF;
  background: url("/images/site/why-build-green/section-3-right-bkg.jpg") no-repeat top right;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-3 {
    background-position: 500px 100px;
  }
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-3 {
    margin-top: 0;
    background-size: cover;
    background-position-y: -540px;
  }
}

.why-build-green .section-3.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.2s;
}

.why-build-green .section-3 .col-left {
  max-width: 899px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .why-build-green .section-3 .col-left {
    max-width: 455px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .why-build-green .section-3 .col-left {
    max-width: 55%;
  }
}

@media only screen and (max-height: 950px) {
  .why-build-green .section-3 .text {
    width: 60%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .why-build-green .section-3 .text {
    line-height: 2;
  }
}

.why-build-green .section-3 .title {
  font-size: 60px;
  font-weight: 300;
  margin: 45px 0 70px;
  color: #84bc3e;
  font-family: "Oswald", "Open Sans";
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-3 .title {
    margin: 0 0 35px;
  }
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-3 .title {
    font-size: 38px;
    background-color: rgba(132, 168, 62, 0.7);
    color: white;
    margin: 0 0 38px;
    padding: 40px 15px;
  }
}

.why-build-green .section-3 ul li {
  font-weight: 500;
  display: inline;
  float: left;
  width: 45%;
  margin-bottom: 40px;
}

.why-build-green .section-3 ul li .fa {
  top: -2px;
  font-size: 36px;
  color: #84bc3e;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-3 p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.why-build-green .section-3 .button {
  margin-top: 60px;
  font-size: 14px;
  font-family: "Oswald", "Open Sans";
  line-height: 20px;
  font-weight: 400;
  position: relative;
}

.why-build-green .section-3 .button svg.dotted-arrow {
  position: absolute;
  top: 30%;
  right: 20px;
}

.why-build-green .section-4 {
  font-size: 22px;
  font-weight: 500;
  margin: 80px 0 0;
  padding: 0 0 140px;
  opacity: 0;
  color: #FFF;
  background-image: url("/images/site/why-build-green/section-4-bkg.jpg");
  background-repeat: no-repeat;
  background-position: center -280px;
  background-size: cover;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-4 {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .why-build-green .section-4 {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  .why-build-green .section-4 {
    background-size: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-4 {
    background-position: center top;
  }
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-4 {
    margin: 0;
    background-position: center top;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 0 70px;
  }
}

.why-build-green .section-4.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.2s;
}

.why-build-green .section-4 .waves {
  height: 300px;
  width: 100%;
  background: url("/images/site/why-build-green/wave-purple.png") no-repeat top;
  background-size: cover;
}

.why-build-green .section-4 .waves .title {
  font-size: 36px;
  font-weight: 400;
  padding: 75px 0 30px;
  color: #FFF;
  font-family: "Oswald", "Open Sans";
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-4 .waves .title {
    padding: 75px 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-4 .waves .title {
    font-size: 22px;
    line-height: 1.5;
  }
}

.why-build-green .section-4 .waves .arrow {
  text-align: center;
}

.why-build-green .section-4 .waves .arrow svg.dotted-arrow {
  transform: rotate(90deg);
  width: 30px;
  height: 30px;
}

.why-build-green .section-4 h4 {
  font-size: 32px;
  line-height: 64px;
  margin-bottom: 60px;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-4 h4 {
    font-size: 25px;
    line-height: 1.5;
    padding: 0 15px;
  }
}

.why-build-green .section-4 h5 {
  font-size: 24px;
  font-style: italic;
}

.why-build-green .section-4 p {
  font-size: 18px;
  line-height: 48px;
  color: #FFF;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-4 p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.why-build-green .section-4 ul {
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-4 ul {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-4 ul {
    margin-bottom: 0;
    margin-left: 60px;
  }
}

.why-build-green .section-4 ul li {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 40px;
}

.why-build-green .section-4 ul li .fa {
  font-size: 36px;
  top: -2px;
  color: #84bc3e;
}

.why-build-green .section-4 .button {
  font-size: 14px;
  margin-top: 60px;
  font-family: "Oswald", "Open Sans";
}

.why-build-green .section-5 {
  font-size: 18px;
  line-height: 48px;
  font-weight: 500;
  margin: 120px 0 0;
  padding: 0;
  opacity: 0;
  color: #797979;
  background: #FFF;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-5 {
    margin-top: 60px;
  }
}

.why-build-green .section-5.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.2s;
}

.why-build-green .section-5 .title {
  font-size: 60px;
  font-weight: 300;
  margin: 0 0 70px;
  color: #84bc3e;
  font-family: "Oswald", "Open Sans";
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-5 .title {
    font-size: 38px;
    line-height: 1.2;
  }
}

.why-build-green .section-5 .mCustomScrollbar {
  height: 460px;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-5 .mCustomScrollbar {
    height: 260px;
  }
}

.why-build-green .section-5 .mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin-right: 60px;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-5 .mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin-right: 30px;
  }
}

.why-build-green .section-5 p {
  font-size: 18px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-5 p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0px;
  }
}

.why-build-green .section-5 ul li {
  font-weight: 500;
  display: inline;
  float: left;
  width: 45%;
  margin-bottom: 40px;
}

.why-build-green .section-5 ul li .fa {
  top: -2px;
  font-size: 36px;
  color: #84bc3e;
}

.why-build-green .section-5 .chart {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-5 .chart img {
    height: 475px;
  }
}

.why-build-green .section-5 .button {
  margin-top: 60px;
  font-size: 14px;
  font-family: "Oswald", "Open Sans";
  line-height: 20px;
}

.why-build-green .section-5.sub {
  color: #FFF;
  padding: 0;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  background: #f0f0f0;
}

.why-build-green .section-5.sub h4 {
  margin-top: 55px;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  color: #373737;
  font-family: "Oswald", "Open Sans";
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-5.sub h4 span {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    margin-top: -5px;
  }
}

.why-build-green .section-5.sub h4 .fa {
  color: #724876;
  font-size: 36px;
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-5.sub h4 .fa {
    display: inline-block;
    vertical-align: top;
    width: 15%;
  }
}

.why-build-green .section-5.sub .wave {
  background: url("/images/site/why-build-green/wave-gray.png") no-repeat center bottom;
  background-size: cover;
  height: 100px;
  width: 100%;
  margin-top: -2px;
}

.why-build-green .section-6 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 0 0 140px;
  opacity: 0;
  color: #FFF;
  background-image: url("/images/site/why-build-green/section-6-bkg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-6 {
    background-attachment: fixed;
  }
}

@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
  .why-build-green .section-6 {
    background-attachment: scroll;
  }
}

@media only screen and (min-width: 1450px) {
  .why-build-green .section-6 {
    background-size: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-6 {
    background-repeat: no-repeat;
    background-position: -355px bottom;
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 1200px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-6 {
    background-attachment: fixed;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .why-build-green .section-6 {
      background-attachment: scroll;
    }
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 1450px) {
  .why-build-green .section-6 {
    background-size: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-6 {
    background-repeat: no-repeat;
    background-position: -355px bottom;
    background-size: auto;
  }
}

@media only screen and (max-width: 767px) and (min-width: 1200px), only screen and (max-width: 767px) and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  .why-build-green .section-6 {
    background-attachment: fixed;
  }
}

@media only screen and (max-width: 767px) {
@supports (overflow: -webkit-marquee) and (justify-content:inherit) {
    .why-build-green .section-6 {
      background-attachment: scroll;
    }
}
}

@media only screen and (max-width: 767px) and (min-width: 1450px) {
  .why-build-green .section-6 {
    background-size: 100%;
  }
}

.why-build-green .section-6.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.2s;
}

.why-build-green .section-6 .waves {
  width: 100%;
  height: 100px;
  background: url("/images/site/why-build-green/wave-gray.png") no-repeat center bottom;
  background-size: cover;
}

.why-build-green .section-6 .title {
  margin-top: 150px;
  margin-bottom: 45px;
  font-size: 26px;
  line-height: 45px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-6 .title {
    margin-top: 50px;
    line-height: 1.5;
  }
}

.why-build-green .section-6 p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .why-build-green .section-6 p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.why-build-green .section-6 ul {
  margin-bottom: 80px;
}

.why-build-green .section-6 ul li {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}

.why-build-green .section-6 ul li .fa {
  font-size: 36px;
  top: -2px;
  color: #84bc3e;
}

.why-build-green .section-6 .button {
  font-size: 14px;
  margin-top: 60px;
  font-family: "Oswald", "Open Sans";
  font-weight: 400;
}

.green-components-full {
  height: 100%;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .green-components-full {
    background-image: url("/images/site/green-components/slide-intro.jpg");
  }
}

@media only screen and (max-width: 767px) {
  .green-components-full {
    background-image: url("/images/site/green-components/slide-intro.jpg");
  }
}

.green-components-full .text-center {
  position: relative;
}

.green-components-full .page-title {
  position: relative;
}

.green-components-full .page-title h2 {
  font-weight: 400;
  margin-top: 150px;
}

.green-components-full .page-title .h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 48px;
  font-family: "Open Sans", sans-serif;
}

.green-components-full .page-title h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 48px;
  margin-top: 50px;
}

.green-components-full .green-components-mobile {
  padding-top: 100px;
  padding-bottom: 100px;
}

.green-components-full .green-components-mobile .green-components-logo {
  margin-bottom: 50px;
}

.green-components-full .green-components-mobile .card {
  border: 3px solid white;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  margin: 15px 0;
}

.green-components-full .green-components-mobile .card .icon {
  padding: 15px 0;
}

.green-components-full .green-components-mobile .card .description {
  padding: 15px 0;
}

.green-components-full .green-components-mobile .card .description h4 {
  font-size: 18px;
  line-height: 1.5;
  color: white;
}

.green-components-full .green-components-mobile .card .description p {
  font-size: 16px;
  line-height: 1.5;
  color: white;
}

.green-components-full .carousel {
  height: 100%;
}

.green-components-full .carousel .green-components-logo {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 50px;
}

.green-components-full .carousel .carousel-control {
  z-index: 2;
  width: 33px;
  height: auto;
  padding: 0 35px;
}

.green-components-full .carousel .carousel-control .arrow {
  position: absolute;
  top: 48.5%;
  display: block;
}

.green-components-full .carousel .carousel-control .arrow svg {
  width: 32px;
  height: 32px;
}

.green-components-full .carousel .carousel-control.left .arrow {
  left: 12px;
  transform: rotate(-180deg);
}

.green-components-full .carousel .carousel-control.right .arrow {
  right: 12px;
}

.green-components-full .intro-wrap {
  position: absolute;
  z-index: 3;
  width: 100%;
  transition: all opacity 1s ease-out ease-in-out;
}

.green-components-full .intro {
  position: absolute;
  z-index: 2;
  top: 25%;
  width: 100%;
  text-align: center;
}

.green-components-full .intro h3 {
  font-weight: 400;
  margin: 50px 0;
  text-transform: uppercase;
  color: #FFF;
}

.green-components-full .intro .control-intro-wrap {
  width: 164px;
}

.green-components-full .intro .control-intro-wrap .control-intro,
.green-components-full .intro .control-intro-wrap .left,
.green-components-full .intro .control-intro-wrap .right {
  float: left;
  display: block;
}

.green-components-full .intro .control-intro-wrap .control-intro {
  font-size: 16px;
  float: left;
  width: 100px;
  color: #FFF;
  margin-top: 5px;
}

.green-components-full .intro .control-intro-wrap .left {
  width: 32px;
  transform: rotate(-180deg);
}

.green-components-full .intro .control-intro-wrap .left .arrow svg {
  width: 32px;
  height: 32px;
}

.green-components-full .intro .control-intro-wrap .right {
  width: 32px;
}

.green-components-full .intro .control-intro-wrap .right .arrow svg {
  width: 32px;
  height: 32px;
}

.green-components-full .house {
  position: relative;
  width: 100%;
}

.green-components-full .pins-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.green-components-full .pins-box .pin {
  position: absolute;
  width: 82px;
  height: 82px;
  cursor: pointer;
}

.green-components-full .pins-box .pin .icon {
  position: relative;
  z-index: 2;
}

.green-components-full .pins-box .pin .card {
  position: absolute;
  z-index: 1;
  display: none;
  width: 380px;
  opacity: 0;
  border: 3px solid #FFF;
  background: rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .green-components-full .pins-box .pin .card {
    width: 300px;
  }
}

.green-components-full .pins-box .pin .card .description {
  overflow: hidden;
  padding: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .green-components-full .pins-box .pin .card .description {
    padding: 25px;
  }
}

.green-components-full .pins-box .pin .card .description h4 {
  font-size: 27px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 0;
  text-transform: uppercase;
  color: #FFF;
  font-family: "Oswald", "Open Sans";
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .green-components-full .pins-box .pin .card .description h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}

.green-components-full .pins-box .pin .card .description p {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 0;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .green-components-full .pins-box .pin .card .description p {
    font-size: 14px;
  }
}

.green-components-full .pins-box .pin .card .plug {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 34px;
  height: 78px;
  margin: auto;
  background: url("/images/site/green-components/card-plug.png") no-repeat;
}

.green-components-full .pins-box .pin.top .card {
  top: -200px;
  left: -150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .green-components-full .pins-box .pin.top .card {
    left: -110px;
  }
}

.green-components-full .pins-box .pin.top .card .plug {
  right: 0;
  left: 0;
  margin: auto;
}

.green-components-full .pins-box .pin.right .card {
  left: 0;
}

.green-components-full .pins-box .pin.right .card .plug {
  top: 37%;
  right: 0;
  left: -60px;
  margin: 0;
  transform: rotate(90deg);
}

.green-components-full .pins-box .pin.left .card {
  left: -300px;
}

.green-components-full .pins-box .pin.left .card .plug {
  top: 33%;
  right: 0;
  left: 400px;
  margin: 0;
  transform: rotate(-90deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .green-components-full .pins-box .pin.left .card .plug {
    top: 25%;
    left: 320px;
  }
}

.green-components-full .pins-box .pin.bottom .card {
  bottom: -100px;
  left: -150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .green-components-full .pins-box .pin.bottom .card {
    left: -110px;
  }
}

.green-components-full .pins-box .pin.bottom .card .plug {
  top: -78px;
  right: 0;
  left: 0;
  margin: auto;
  transform: rotate(-180deg);
}

.stormwater-and-standing-water-policy-full {
  height: 100%;
  padding-top: 10%;
  padding-bottom: 75px;
  background-image: url("/images/site/stormwater-and-standing-water-policy/header-bkg.jpg");
  background-position-y: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .stormwater-and-standing-water-policy-full {
    padding: 5% 0 100px;
  }
}

.stormwater-and-standing-water-policy-full .text-center {
  position: relative;
}

.stormwater-and-standing-water-policy-full .page-title {
  position: relative;
}

.stormwater-and-standing-water-policy-full .page-title h2 {
  font-weight: 400;
  margin-top: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .stormwater-and-standing-water-policy-full .page-title h2 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .stormwater-and-standing-water-policy-full .page-title h2 {
    font-size: 45px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .stormwater-and-standing-water-policy-full .page-title h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-top: 20%;
  }
}

.stormwater-and-standing-water-policy-full > .container .row:last-child > div[class^="col-"] div {
  background-color: rgba(0, 0, 0, 0.75);
  margin-top: 45px;
  opacity: 0;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .stormwater-and-standing-water-policy-full > .container .row:last-child > div[class^="col-"] div {
    padding: 60px 60px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .stormwater-and-standing-water-policy-full > .container .row:last-child > div[class^="col-"] div {
    padding: 30px 30px 1.5px;
  }
}

.stormwater-and-standing-water-policy-full > .container .row:last-child > div[class^="col-"] div.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.2s;
}

.stormwater-and-standing-water-policy-full > .container .row:last-child > div[class^="col-"] div p {
  color: #FFF;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.stormwater-and-standing-water-policy-full > .container .row:last-child > div[class^="col-"] div p a {
  color: #667D47;
}

.coat-drive-header {
  background-image: url("/images/site/homepage/slide-bg-coat-drive.jpg");
  height: 600px;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1200px) {
  .coat-drive-header {
    background-position: left -195px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .coat-drive-header {
    background-position: left -120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coat-drive-header {
    background-position: -720px -210px;
  }
}

@media only screen and (max-width: 767px) {
  .coat-drive-header {
    background-position: -540px top;
  }
}

@media only screen and (min-width: 1200px) {
  .coat-drive-header .page-title {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .coat-drive-header .page-title {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coat-drive-header .page-title {
    padding-top: 105px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .coat-drive-header .page-title {
    padding-top: 24vh;
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .coat-drive-header .page-title h2 {
    font-size: 52.5px;
    line-height: 75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .coat-drive-header .page-title h2 {
    font-size: 39px;
    line-height: 60px;
  }
}

.coat-drive-header .page-title h2 span {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .coat-drive-header .page-title h2 span {
    font-size: 69px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .coat-drive-header .page-title h2 span {
    font-size: 51px;
  }
}

@media only screen and (max-width: 767px) {
  .coat-drive-header .page-title h2 span {
    font-size: 43.5px;
  }
}

.coat-drive-header .page-title h4 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
  .coat-drive-header .page-title h4 {
    font-size: 27px;
    line-height: 39px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .coat-drive-header .page-title h4 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .coat-drive-header .page-title h4 {
    font-size: 21px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .coat-drive-header .page-title img {
    width: 300px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .coat-drive-header .page-title img {
    width: 270px;
  }
}

@media only screen and (max-width: 767px) {
  .coat-drive-header .page-title img {
    width: 240px;
  }
}

section.coat-driver-content {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  section.coat-driver-content {
    padding-bottom: 75px;
  }
}

section.coat-driver-content.fade-in {
  opacity: 1;
  transition: opacity 1s ease-in;
  transition-delay: 1.3s;
}

section.coat-driver-content h4 {
  line-height: 41px;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.coat-driver-content h4 {
    font-size: 24px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  section.coat-driver-content h4 {
    font-size: 22.5px;
    margin-top: 30px;
  }
}

section.coat-driver-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 30px;
  color: #616161;
  font-family: "Open Sans", sans-serif;
}

section.coat-driver-content p a {
  color: #667D47;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.coat-driver-content > .container-fluid > .row {
    padding-top: 75px;
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  section.coat-driver-content > .container-fluid > .row {
    padding-top: 45px;
    padding-bottom: 15px;
  }
}

section.coat-driver-content > .container-fluid > .row:nth-child(2) {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 1200px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  section.coat-driver-content .open-house-ministries-logo {
    margin-top: 45px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  section.coat-driver-content .open-house-ministries-logo {
    max-width: 240px;
  }
}

.bad-url-header {
  background: url("/images/site/bad-url/bad-url-banner.jpg");
  height: 1015px;
  background-attachment: fixed;
  background-position: center 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media only screen and (min-width: 1450px) {
  .bad-url-header {
    background-size: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bad-url-header {
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 767px) {
  .bad-url-header {
    background-size: 100% 100%;
  }
}

.bad-url-header .text-center {
  top: 30%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bad-url-header .text-center {
    top: 20%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bad-url-header .text-center {
    top: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .bad-url-header .text-center {
    top: 15%;
  }
}

.bad-url-header .text-center h1 {
  font-size: 100px;
}

@media only screen and (max-width: 767px) {
  .bad-url-header .text-center h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}

.bad-url-header .text-center p {
  font-size: 24px;
  font-family: "Oswald", "Open Sans";
  padding-top: 50px;
  line-height: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bad-url-header .text-center p {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .bad-url-header .text-center p {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .bad-url-header .text-center a.primary-button {
    margin: 20px auto;
  }
}

.bad-url-header .text-center a.primary-button svg {
  transform: rotate(180deg);
  transition: all ease-in-out 1s;
}

.bad-url-header .text-center a.primary-button:hover svg {
  transform: rotate(180deg);
  transform: scale(1.3);
}

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