/* Styles for website Studio21 */
/* Reset */
/* Reset */
/* line 1, scss/reset/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 21, scss/reset/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 23, scss/reset/_reset.scss */
body {
  line-height: 1;
}

/* line 24, scss/reset/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 25, scss/reset/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 26, scss/reset/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 31, scss/reset/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 35, scss/reset/_reset.scss */
input[type=text],
input[type=password],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 41, scss/reset/_reset.scss */
input[type=text]:focus,
input[type=password]:focus,
input[type=checkbox],
input[type=radio],
select,
textarea:focus {
  outline: none;
  box-shadow: none;
}

/* line 50, scss/reset/_reset.scss */
img {
  vertical-align: top;
}

/* Utilities */
/* Utilities */
/* Clearfix */
/* Hide text */
/* Transitions */
/* Transforms */
/* Center align vertically */
/* Center align horisontally */
/* Media queries */
/* Settings */
/* Settings */
/* Dirs */
/* Urban Green */
/* Black */
/* Red */
/* Blue */
/* Green */
/* Yellow */
@font-face {
  font-family: 'gotham_bold';
  src: url("fonts/gotham-bold-webfont.eot");
  src: url("fonts/gotham-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-bold-webfont.ttf") format("truetype"), url("fonts/gotham-bold-webfont.svg") format("svg"), url("fonts/gotham-bold-webfont.woff2") format("woff2"), url("fonts/gotham-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: 'gotham_book';
  src: url("fonts/gotham-book-webfont.eot");
  src: url("fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-book-webfont.ttf") format("truetype"), url("fonts/gotham-book-webfont.svg") format("svg"), url("fonts/gotham-book-webfont.woff2") format("woff2"), url("fonts/gotham-book-webfont.woff") format("woff");
}
@font-face {
  font-family: 'gotham_light';
  src: url("fonts/gotham-light-webfont.eot");
  src: url("fonts/gotham-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/gotham-light-webfont.ttf") format("truetype"), url("fonts/gotham-light-webfont.svg") format("svg"), url("fonts/gotham-light-webfont.woff2") format("woff2"), url("fonts/gotham-light-webfont.woff") format("woff");
}
/* Base */
/* Base */
/* line 1, scss/base/_html-body.scss */
body {
  font-size: 14px;
  line-height: 20px;
  font-family: "gotham_book", Arial, Helvetica, sans-serif;
  color: #000;
  background: #f2f2f2;
}
/* line 7, scss/base/_html-body.scss */
body.isModal {
  overflow: hidden;
}

/* line 12, scss/base/_html-body.scss */
.wrapper {
  max-width: 1220px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}

/* A start */
/* line 2, scss/base/_a.scss */
a {
  text-decoration: none;
  color: #c1d641;
}

/* line 6, scss/base/_a.scss */
a:hover,
a:active {
  text-decoration: underline;
  color: #c1d641;
}

/* A end */
/* line 1, scss/base/_headings.scss */
h1 {
  font-size: 32px;
  line-height: 40px;
}

/* line 5, scss/base/_headings.scss */
h2 {
  font-size: 22px;
  line-height: 28px;
  font-family: "gotham_bold", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}

/* line 11, scss/base/_headings.scss */
h3 {
  font-size: 16px;
  line-height: 24px;
  font-family: "gotham_bold", Arial, Helvetica, sans-serif;
}

/* line 1, scss/base/_text.scss */
sup {
  font-size: 8px;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}

/* line 7, scss/base/_text.scss */
.regular-font {
  font-family: "gotham_book", Arial, Helvetica, sans-serif;
}

/* line 10, scss/base/_text.scss */
.highlight {
  background: #b5dcf3;
}

/* line 3, scss/utilities/_mixins.scss */
form:after {
  content: '';
  display: block;
  clear: both;
}

/* line 3, scss/utilities/_mixins.scss */
.form-row:after {
  content: '';
  display: block;
  clear: both;
}

/* line 7, scss/base/_form.scss */
input {
  outline: 0 !important;
  box-shadow: none !important;
}
/* line 10, scss/base/_form.scss */
input.error {
  border-color: #ed433c !important;
}
/* line 12, scss/base/_form.scss */
input.error + .error-message {
  position: absolute;
  left: 0;
  bottom: -18px;
  right: 0;
  font-size: 12px;
  color: #ed433c;
}

/* line 22, scss/base/_form.scss */
input[type="submit"] {
  cursor: pointer;
}

/* line 25, scss/base/_form.scss */
input[type="text"],
input[type="password"],
input[type="email"] {
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-right: 7px;
  font-size: 14px;
}

/* line 33, scss/base/_form.scss */
input[type="text"], input[type="password"], input[type="email"] {
  margin-right: 7px;
  box-sizing: border-box;
  padding: 14px 10px;
  height: 44px;
  transition-duration: .25s;
  transition-property: border-color;
  transition-timing-function: ease-in-out;
}

/* line 40, scss/base/_form.scss */
input[type="text"], input[type="password"], input[type="email"] {
  background: #fff;
  color: #7f7f7f;
  font-family: "gotham_book", Arial, Helvetica, sans-serif;
  border: 1px solid #e5e5e5;
}
/* line 45, scss/base/_form.scss */
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
  color: #bfbfbf;
}
/* line 48, scss/base/_form.scss */
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder {
  color: #bfbfbf;
}
/* line 51, scss/base/_form.scss */
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
  color: #bfbfbf;
}
/* line 54, scss/base/_form.scss */
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
  color: #bfbfbf;
}
/* line 57, scss/base/_form.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
  border-color: #7f7f7f;
}

/* line 73, scss/base/_form.scss */
textarea {
  font-size: 14px;
  background: #fff;
  color: #7f7f7f;
  font-family: "gotham_book", Arial, Helvetica, sans-serif;
  border: 1px solid #e5e5e5;
  resize: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  height: 172px;
  transition-duration: .25s;
  transition-property: border-color;
  transition-timing-function: ease-in-out;
}
/* line 85, scss/base/_form.scss */
textarea:focus {
  border-color: #7f7f7f;
}

/* Patterns */
/* Patterns */
/* line 1, scss/patterns/_p-icons.scss */
.icon {
  fill: #000;
}

/* line 4, scss/patterns/_p-icons.scss */
.i-explore {
  width: 44px;
  height: 44px;
}

/* line 8, scss/patterns/_p-icons.scss */
.i-resources {
  width: 44px;
  height: 44px;
}

/* line 12, scss/patterns/_p-icons.scss */
.i-about {
  width: 44px;
  height: 44px;
}

/* line 17, scss/patterns/_p-icons.scss */
.info-link {
  float: left;
  height: 24px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
/* line 23, scss/patterns/_p-icons.scss */
.info-link svg {
  width: 100%;
  height: 100%;
  fill: #bfbfbf;
  transition-duration: .25s;
  transition-property: fill;
  transition-timing-function: ease-in-out;
}
/* line 30, scss/patterns/_p-icons.scss */
.info-link:hover svg {
  fill: #000;
}
/* line 34, scss/patterns/_p-icons.scss */
.info-link .tooltip {
  margin-bottom: 15px;
}

/* line 39, scss/patterns/_p-icons.scss */
.add-link {
  float: left;
  position: relative;
  width: 24px;
  height: 24px;
}
/* line 44, scss/patterns/_p-icons.scss */
.add-link svg {
  width: 100%;
  height: 100%;
  fill: #b5dcf3;
  opacity: 1;
  transition-duration: .25s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
/* line 50, scss/patterns/_p-icons.scss */
.add-link svg:nth-child(2n) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  fill: #0094cd;
}
/* line 61, scss/patterns/_p-icons.scss */
.add-link:hover svg {
  fill: #0094cd;
}
/* line 67, scss/patterns/_p-icons.scss */
.add-link.active svg, .add-link:active svg {
  opacity: 0;
}
/* line 69, scss/patterns/_p-icons.scss */
.add-link.active svg:nth-child(2n), .add-link:active svg:nth-child(2n) {
  opacity: 1;
}
/* line 73, scss/patterns/_p-icons.scss */
.add-link.active .tooltip, .add-link:active .tooltip {
  opacity: 0 !important;
}

/* line 78, scss/patterns/_p-icons.scss */
.icon-data-toggle {
  width: 46px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  background: #fbcdbc;
  border-radius: 40px;
  position: relative;
  transition-duration: .25s;
  transition-property: background;
  transition-timing-function: ease-in-out;
}
/* line 87, scss/patterns/_p-icons.scss */
.icon-data-toggle:not(.active) .tooltip:first-of-type {
  opacity: 0 !important;
}
/* line 90, scss/patterns/_p-icons.scss */
.icon-data-toggle:hover, .icon-data-toggle.active:hover {
  background: #ed433c;
}
/* line 93, scss/patterns/_p-icons.scss */
.icon-data-toggle:hover .icon-data-toggle-holder, .icon-data-toggle.active:hover .icon-data-toggle-holder {
  left: 14px;
}
/* line 95, scss/patterns/_p-icons.scss */
.icon-data-toggle:hover .icon-data-toggle-holder:after, .icon-data-toggle.active:hover .icon-data-toggle-holder:after {
  display: none;
}
/* line 98, scss/patterns/_p-icons.scss */
.icon-data-toggle:hover .icon-data-toggle-holder svg, .icon-data-toggle.active:hover .icon-data-toggle-holder svg {
  fill: #ed433c;
}
/* line 103, scss/patterns/_p-icons.scss */
.icon-data-toggle.active {
  background: #bfbfbf;
}
/* line 105, scss/patterns/_p-icons.scss */
.icon-data-toggle.active .tooltip:last-of-type {
  opacity: 0 !important;
}
/* line 108, scss/patterns/_p-icons.scss */
.icon-data-toggle.active .icon-data-toggle-holder {
  left: 2px;
}
/* line 110, scss/patterns/_p-icons.scss */
.icon-data-toggle.active .icon-data-toggle-holder:after {
  content: '';
  width: 2px;
  height: 20px;
  background: #bfbfbf;
  position: absolute;
  left: 8px;
  top: -1px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 120, scss/patterns/_p-icons.scss */
.icon-data-toggle.active .icon-data-toggle-holder svg {
  fill: #bfbfbf;
}
/* line 125, scss/patterns/_p-icons.scss */
.icon-data-toggle .icon-data-toggle-holder {
  background: #fff;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 26px;
  top: 2px;
  transition-duration: .25s;
  transition-property: left;
  transition-timing-function: ease-in-out;
}
/* line 134, scss/patterns/_p-icons.scss */
.icon-data-toggle .icon-data-toggle-holder svg {
  fill: #fbcdbc;
  width: 22px;
  height: 22px;
  margin: -2px 0 0 -2px;
  transition-duration: .25s;
  transition-property: fill;
  transition-timing-function: ease-in-out;
}

/* line 143, scss/patterns/_p-icons.scss */
.icon-download {
  display: inline-block;
  vertical-align: top;
}
/* line 146, scss/patterns/_p-icons.scss */
.icon-download svg {
  fill: #bfbfbf;
  transition-duration: .25s;
  transition-property: fill;
  transition-timing-function: ease-in-out;
}
/* line 151, scss/patterns/_p-icons.scss */
.icon-download:hover svg {
  fill: #7f7f7f;
}

/* line 156, scss/patterns/_p-icons.scss */
.alert-link {
  display: inline-block;
  vertical-align: top;
  height: 24px;
}
/* line 160, scss/patterns/_p-icons.scss */
.alert-link svg {
  fill: #fbcdbc;
  transition-duration: .25s;
  transition-property: fill;
  transition-timing-function: ease-in-out;
}
/* line 166, scss/patterns/_p-icons.scss */
.alert-link:hover svg, .alert-link:active svg {
  fill: #ed433c;
}

/* line 171, scss/patterns/_p-icons.scss */
.close-link {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  line-height: 24px;
  position: relative;
}
/* line 177, scss/patterns/_p-icons.scss */
.close-link svg {
  width: 24px;
  height: 24px;
  fill: #bfbfbf;
  transition-duration: .25s;
  transition-property: fill;
  transition-timing-function: ease-in-out;
}
/* line 182, scss/patterns/_p-icons.scss */
.close-link svg:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* line 191, scss/patterns/_p-icons.scss */
.close-link:hover, .close-link:active {
  text-decoration: none;
}
/* line 194, scss/patterns/_p-icons.scss */
.close-link:hover svg, .close-link:active svg {
  fill: #7f7f7f;
}
/* line 196, scss/patterns/_p-icons.scss */
.close-link:hover svg:first-child, .close-link:active svg:first-child {
  opacity: 0;
}
/* line 199, scss/patterns/_p-icons.scss */
.close-link:hover svg:last-child, .close-link:active svg:last-child {
  opacity: 1;
}

/* line 1, scss/patterns/_p-btns.scss */
.btn {
  background: #c1d641;
  color: #000;
  font-size: 14px;
  font-family: "gotham_bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding: 12px 10px;
  width: 94px;
  height: 44px;
  outline: 0;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none !important;
  transition-duration: .25s;
  transition-property: background, color;
  transition-timing-function: ease-in-out;
}
/* line 17, scss/patterns/_p-btns.scss */
.btn:hover {
  background: #edf3cb;
  color: #fff;
  text-decoration: none;
}
/* line 22, scss/patterns/_p-btns.scss */
.btn:active {
  background: #c1d641;
  color: #000;
}
/* line 26, scss/patterns/_p-btns.scss */
.btn.btn-compare {
  background: #b5dcf3;
  color: #fff;
  padding-left: 4px;
  padding-right: 4px;
  width: auto;
}
/* line 32, scss/patterns/_p-btns.scss */
.btn.btn-compare:hover, .btn.btn-compare.active {
  background: #0094cd;
}
/* line 36, scss/patterns/_p-btns.scss */
.btn.btn-compare span {
  font-family: "gotham_book", Arial, Helvetica, sans-serif;
}
/* line 40, scss/patterns/_p-btns.scss */
.btn.btn-clear {
  padding-left: 7px;
  padding-right: 7px;
  width: auto;
  background: #f2f2f2;
  color: #6cbfe6;
}
/* line 46, scss/patterns/_p-btns.scss */
.btn.btn-clear:hover {
  color: #000;
}

/* line 51, scss/patterns/_p-btns.scss */
.btn-back-holder {
  border-bottom: 1px solid #7f7f7f;
  background: #f2f2f2;
  padding: 11px 13px;
}
/* line 55, scss/patterns/_p-btns.scss */
.btn-back-holder .btn-back {
  display: block;
  position: relative;
  width: 9px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
/* line 60, scss/patterns/_p-btns.scss */
.btn-back-holder .btn-back:before {
  content: '';
  border: 2px solid #7f7f7f;
  border-width: 2px 2px 0 0;
  left: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* line 73, scss/patterns/_p-btns.scss */
.btn-back-holder.alt-back-holder {
  background: #eff8fd;
}

/* line 77, scss/patterns/_p-btns.scss */
.btn-remove {
  background: none !important;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
/* line 84, scss/patterns/_p-btns.scss */
.btn-remove svg {
  fill: #bfbfbf;
  opacity: 1;
  transition-duration: .25s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
/* line 88, scss/patterns/_p-btns.scss */
.btn-remove svg:last-child {
  fill: #7f7f7f;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* line 99, scss/patterns/_p-btns.scss */
.btn-remove:hover svg {
  opacity: 0;
}
/* line 101, scss/patterns/_p-btns.scss */
.btn-remove:hover svg:last-child {
  opacity: 1;
}

/* line 1, scss/patterns/_p-maps.scss */
.map-holder {
  height: 439px;
  border-bottom: 1px solid #7f7f7f;
  margin-bottom: 8px;
  position: relative;
}

/* line 7, scss/patterns/_p-maps.scss */
.map-title {
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 13px;
}

/* line 14, scss/patterns/_p-maps.scss */
#map-canvas {
  height: 100%;
  width: 100%;
}

/* line 19, scss/patterns/_p-maps.scss */
.explore-results .map-holder {
  position: absolute;
  left: 100%;
  margin-left: 42px;
  top: 0;
  height: auto;
  border-bottom: none;
}
@media only screen and (max-width: 1280px) {
  /* line 19, scss/patterns/_p-maps.scss */
  .explore-results .map-holder {
    position: relative !important;
    left: 0;
    margin-left: 0;
    top: 0 !important;
  }
}
/* line 32, scss/patterns/_p-maps.scss */
.explore-results .map-holder #map-properties {
  width: 440px;
  height: 462px;
}
@media only screen and (max-width: 1280px) {
  /* line 32, scss/patterns/_p-maps.scss */
  .explore-results .map-holder #map-properties {
    width: 100%;
  }
}
/* line 40, scss/patterns/_p-maps.scss */
.explore-results .map-holder.fixed #map-properties {
  width: 100%;
  height: 100%;
}

/* line 47, scss/patterns/_p-maps.scss */
#map-property {
  width: 100%;
  height: 100%;
}

/* line 55, scss/patterns/_p-maps.scss */
.gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div:first-child {
  background: #fff;
  border-top: 4px solid #c1d641;
  margin-top: 17px;
  width: 220px !important;
  margin-left: 11.5px;
}
/* line 61, scss/patterns/_p-maps.scss */
.gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div:first-child:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: translateX(-50%);
}
/* line 72, scss/patterns/_p-maps.scss */
.gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div:first-child > div:first-child > div:first-child {
  display: none !important;
}
/* line 75, scss/patterns/_p-maps.scss */
.gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(2) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: none !important;
}
/* line 81, scss/patterns/_p-maps.scss */
.gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(3) {
  display: none !important;
}
/* line 84, scss/patterns/_p-maps.scss */
.gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(4) {
  border-radius: 0 !important;
  background: none !important;
}
/* line 89, scss/patterns/_p-maps.scss */
.gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div:first-child > div:nth-child(3) {
  display: none;
}

/* line 97, scss/patterns/_p-maps.scss */
.gmnoprint,
.gm-style-cc {
  display: none;
}

/* line 101, scss/patterns/_p-maps.scss */
.marker-descr-heading {
  padding-right: 20px;
}

/* line 104, scss/patterns/_p-maps.scss */
.marker-descr-footer {
  border-top: 2px solid #bfbfbf;
  margin-top: 8px;
  padding-top: 10px;
}

/* line 109, scss/patterns/_p-maps.scss */
.gm-style-iw {
  box-sizing: border-box;
  font-size: 16px !important;
  line-height: 20px !important;
  font-family: "gotham_book", Arial, Helvetica, sans-serif;
  width: auto !important;
  min-width: 180px;
  right: 15px;
  overflow: visible !important;
}
/* line 117, scss/patterns/_p-maps.scss */
.gm-style-iw > div {
  width: 100%;
}
/* line 120, scss/patterns/_p-maps.scss */
.gm-style-iw p {
  font-size: 14px !important;
  line-height: 18px !important;
}

/* line 125, scss/patterns/_p-maps.scss */
.gm-style-iw h3 {
  font-size: 14px !important;
  line-height: 18px !important;
  margin-bottom: 3px;
}

/* line 131, scss/patterns/_p-maps.scss */
.marker-descr address {
  margin-bottom: 10px;
}
/* line 134, scss/patterns/_p-maps.scss */
.marker-descr .alert-link {
  margin-top: 8px;
}
/* line 137, scss/patterns/_p-maps.scss */
.marker-descr .add-link {
  position: absolute;
  right: 0;
  top: 2px;
}

/* line 143, scss/patterns/_p-maps.scss */
.marker-descr-number {
  font-size: 32px !important;
  line-height: 40px !important;
  color: #c1d641;
  display: block;
  margin-top: -4px;
}

/* line 150, scss/patterns/_p-maps.scss */
.marker-descr-cols {
  overflow: hidden;
}

/* line 153, scss/patterns/_p-maps.scss */
.marker-descr-col {
  overflow: hidden;
}
/* line 155, scss/patterns/_p-maps.scss */
.marker-descr-col:first-child {
  float: right;
  text-align: right;
}

/* line 160, scss/patterns/_p-maps.scss */
.property-map {
  margin-top: 20px;
}

/* line 163, scss/patterns/_p-maps.scss */
.map-overlay {
  position: relative;
}
/* line 165, scss/patterns/_p-maps.scss */
.map-overlay:before {
  opacity: 0;
  z-index: -1;
  content: '';
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition-duration: .25s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
/* line 177, scss/patterns/_p-maps.scss */
.map-overlay.fixed {
  position: fixed !important;
  left: 0;
  top: 0 !important;
  right: 0;
  bottom: 0;
  width: auto;
  max-width: 1180px;
  max-height: 440px;
  height: auto;
  z-index: 99999;
  margin: auto;
  padding: 20px;
}
/* line 190, scss/patterns/_p-maps.scss */
.map-overlay.fixed:before {
  opacity: 1;
}
/* line 193, scss/patterns/_p-maps.scss */
.map-overlay.fixed .map-zoom {
  right: 30px;
  bottom: 30px;
}
/* line 197, scss/patterns/_p-maps.scss */
.map-overlay.fixed .map-fullscreen {
  right: 30px;
  top: 30px;
}
/* line 201, scss/patterns/_p-maps.scss */
.map-overlay.fixed .map-fullscreen svg:first-child {
  display: none;
}
/* line 204, scss/patterns/_p-maps.scss */
.map-overlay.fixed .map-fullscreen svg:last-child {
  display: block;
}
/* line 212, scss/patterns/_p-maps.scss */
.map-overlay.explore-map:not(.fixed) .map-fullscreen {
  top: 10px;
  right: 10px;
}
/* line 218, scss/patterns/_p-maps.scss */
.map-overlay .map-fullscreen {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff;
  width: 35px;
  height: 35px;
}
/* line 225, scss/patterns/_p-maps.scss */
.map-overlay .map-fullscreen svg {
  fill: #bfbfbf;
  transition-duration: .25s;
  transition-property: fill;
  transition-timing-function: ease-in-out;
}
/* line 228, scss/patterns/_p-maps.scss */
.map-overlay .map-fullscreen svg:last-child {
  display: none;
}
/* line 231, scss/patterns/_p-maps.scss */
.map-overlay .map-fullscreen svg:hover {
  fill: #000;
}
/* line 236, scss/patterns/_p-maps.scss */
.map-overlay .map-zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/* line 240, scss/patterns/_p-maps.scss */
.map-overlay .map-zoom a {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff;
}
/* line 245, scss/patterns/_p-maps.scss */
.map-overlay .map-zoom a svg {
  fill: #bfbfbf;
  transition-duration: .25s;
  transition-property: fill;
  transition-timing-function: ease-in-out;
}
/* line 250, scss/patterns/_p-maps.scss */
.map-overlay .map-zoom a:hover svg {
  fill: #000;
}

/* line 258, scss/patterns/_p-maps.scss */
.compare-grid-mapHolder .map-zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #fff;
}
/* line 263, scss/patterns/_p-maps.scss */
.compare-grid-mapHolder .map-zoom a {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff;
}
/* line 268, scss/patterns/_p-maps.scss */
.compare-grid-mapHolder .map-zoom a svg {
  fill: #bfbfbf;
  transition-duration: .25s;
  transition-property: fill;
  transition-timing-function: ease-in-out;
}
/* line 273, scss/patterns/_p-maps.scss */
.compare-grid-mapHolder .map-zoom a:hover svg {
  fill: #000;
}

/* line 1, scss/patterns/_p-section.scss */
section {
  position: relative;
  padding: 20px 10px;
}
/* line 4, scss/patterns/_p-section.scss */
section.homepage-section {
  margin-bottom: 110px;
  padding: 0;
}
/* line 7, scss/patterns/_p-section.scss */
section.homepage-section + footer {
  margin-top: -76px;
}
/* line 3, scss/utilities/_mixins.scss */
section:after {
  content: '';
  display: block;
  clear: both;
}

/* line 14, scss/patterns/_p-section.scss */
.page-heading-link {
  position: relative;
  display: block;
  color: #000;
  padding-right: 50px;
}
@media only screen and (max-width: 640px) {
  /* line 14, scss/patterns/_p-section.scss */
  .page-heading-link {
    padding-right: 0;
  }
  /* line 21, scss/patterns/_p-section.scss */
  .page-heading-link svg {
    display: none;
  }
}
/* line 25, scss/patterns/_p-section.scss */
.page-heading-link .link {
  color: #c1d641;
}
/* line 28, scss/patterns/_p-section.scss */
.page-heading-link svg {
  fill: #bfbfbf;
  width: 44px;
  height: 44px;
  right: -2px;
  position: absolute;
  top: 50%;
  margin-top: 3px;
  transition-duration: .25s;
  transition-property: fill;
  transition-timing-function: ease-in-out;
}
/* line 38, scss/patterns/_p-section.scss */
.page-heading-link:hover {
  text-decoration: none;
}
/* line 40, scss/patterns/_p-section.scss */
.page-heading-link:hover .link {
  text-decoration: underline;
}
/* line 43, scss/patterns/_p-section.scss */
.page-heading-link:hover svg {
  fill: #000;
}
/* line 46, scss/patterns/_p-section.scss */
.page-heading-link:hover h1 {
  color: #000;
}
/* line 49, scss/patterns/_p-section.scss */
.page-heading-link:hover h2 {
  color: #000;
}

/* line 54, scss/patterns/_p-section.scss */
.page-heading {
  padding: 28px 10px;
  overflow: hidden;
}
/* line 57, scss/patterns/_p-section.scss */
.page-heading.homepage-heading {
  padding: 0 7px;
  margin-bottom: 80px;
}
/* line 61, scss/patterns/_p-section.scss */
.page-heading:not(.homepage-heading) {
  border-bottom: 1px solid #7f7f7f;
}
/* line 63, scss/patterns/_p-section.scss */
.page-heading:not(.homepage-heading) h1 {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}
/* line 69, scss/patterns/_p-section.scss */
.page-heading h1 {
  font-family: "gotham_bold", Arial, Helvetica, sans-serif;
}
/* line 72, scss/patterns/_p-section.scss */
.page-heading h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1.5px;
  font-family: "gotham_book", Arial, Helvetica, sans-serif;
}
/* line 78, scss/patterns/_p-section.scss */
.page-heading .btn {
  float: right;
  margin: -6px 0 -7px 20px;
}
/* line 81, scss/patterns/_p-section.scss */
.page-heading .btn.btn-remove {
  margin-top: 4px;
}
/* line 84, scss/patterns/_p-section.scss */
.page-heading .btn.btn-clear {
  margin-left: 10px;
}
/* line 87, scss/patterns/_p-section.scss */
.page-heading .btn + h1 {
  overflow: hidden;
}

/* line 92, scss/patterns/_p-section.scss */
.page-info {
  font-size: 32px;
  line-height: 40px;
  border-bottom: 1px solid #7f7f7f;
  margin: 0 -10px;
  padding: 0 10px 70px;
}

/* line 99, scss/patterns/_p-section.scss */
.featured-list, .newsfeed-list {
  font-size: 18px;
  line-height: 20px;
}

/* line 105, scss/patterns/_p-section.scss */
.featured-list h3 {
  text-transform: uppercase;
}
/* line 108, scss/patterns/_p-section.scss */
.featured-list a {
  color: #000;
}
/* line 111, scss/patterns/_p-section.scss */
.featured-list span {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}

/* line 119, scss/patterns/_p-section.scss */
.newsfeed-list h3 {
  text-transform: capitalize;
  margin-bottom: 12px;
}
/* line 123, scss/patterns/_p-section.scss */
.newsfeed-list a {
  color: #000;
}
/* line 126, scss/patterns/_p-section.scss */
.newsfeed-list span {
  font-size: 14px;
}
/* line 129, scss/patterns/_p-section.scss */
.newsfeed-list .section-list-item {
  position: relative;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1024px) {
  /* line 129, scss/patterns/_p-section.scss */
  .newsfeed-list .section-list-item {
    min-height: 1px;
    padding-bottom: 0;
  }
}
/* line 136, scss/patterns/_p-section.scss */
.newsfeed-list .section-list-item img {
  max-width: 100%;
}

/* line 142, scss/patterns/_p-section.scss */
.section-list {
  margin-left: -20px;
  margin-bottom: -20px;
  float: right;
  width: 80%;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  /* line 142, scss/patterns/_p-section.scss */
  .section-list {
    width: -ms-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    float: none;
  }
}

/* line 158, scss/patterns/_p-section.scss */
.section-title, .section-list-item {
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
  padding: 0 10px;
  box-sizing: border-box;
  border-top: 1px solid #7f7f7f;
}

/* line 166, scss/patterns/_p-section.scss */
.section-title {
  padding-top: 13px;
  width: 20%;
  text-transform: uppercase;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 166, scss/patterns/_p-section.scss */
  .section-title {
    width: 100%;
    margin-bottom: 13px;
    float: none;
  }
}

/* line 178, scss/patterns/_p-section.scss */
.section-list-item {
  padding-top: 13px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: -webkit-calc(25% - 20px);
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
}
@media only screen and (max-width: 1024px) {
  /* line 178, scss/patterns/_p-section.scss */
  .section-list-item {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 640px) {
  /* line 178, scss/patterns/_p-section.scss */
  .section-list-item {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

/* line 197, scss/patterns/_p-section.scss */
.section-list-img-wrapper {
  text-align: center;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  /* line 197, scss/patterns/_p-section.scss */
  .section-list-img-wrapper {
    position: static;
  }
}

/* line 208, scss/patterns/_p-section.scss */
.section-list-img-holder {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/* line 214, scss/patterns/_p-section.scss */
.section-list-img {
  display: table-cell;
  vertical-align: middle;
}

/* line 218, scss/patterns/_p-section.scss */
.section-list-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 180px;
  height: 150px;
  display: inline-block;
  vertical-align: top;
}

/* line 227, scss/patterns/_p-section.scss */
.tags-list {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 227, scss/patterns/_p-section.scss */
  .tags-list {
    position: static;
  }
}

/* line 236, scss/patterns/_p-section.scss */
.tags-list-item {
  font-size: 14px;
  line-height: 20px;
  display: inline;
  color: #bfbfbf;
}
/* line 241, scss/patterns/_p-section.scss */
.tags-list-item:after {
  content: ',';
  margin-left: -4px;
}
/* line 246, scss/patterns/_p-section.scss */
.tags-list-item:last-child:after {
  display: none;
}

/* line 251, scss/patterns/_p-section.scss */
.tags-list-link {
  color: #bfbfbf !important;
}

/* line 254, scss/patterns/_p-section.scss */
.about-section {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 30px;
  padding-top: 0;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
/* line 261, scss/patterns/_p-section.scss */
.about-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 265, scss/patterns/_p-section.scss */
.about-section h1 {
  margin-bottom: 30px;
}
/* line 268, scss/patterns/_p-section.scss */
.about-section h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
/* line 273, scss/patterns/_p-section.scss */
.about-section img {
  width: 100%;
  height: auto;
}

/* line 2, scss/patterns/_p-article.scss */
.twocols {
  position: relative;
}
/* line 3, scss/utilities/_mixins.scss */
.twocols:after {
  content: '';
  display: block;
  clear: both;
}
/* line 5, scss/patterns/_p-article.scss */
.twocols:before {
  content: '';
  border-left: 2px solid #7f7f7f;
  position: absolute;
  left: 720px;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 5, scss/patterns/_p-article.scss */
  .twocols:before {
    display: none;
  }
}

/* line 17, scss/patterns/_p-article.scss */
article {
  float: left;
  width: 700px;
}
@media only screen and (max-width: 1024px) {
  /* line 17, scss/patterns/_p-article.scss */
  article {
    width: 100%;
    float: none;
  }
}

/* line 1, scss/patterns/_p-aside.scss */
aside {
  float: right;
  width: 440px;
  padding: 85px 0;
}
@media only screen and (max-width: 1280px) {
  /* line 1, scss/patterns/_p-aside.scss */
  aside {
    width: -webkit-calc(100% - 742px);
    width: -moz-calc(100% - 742px);
    width: calc(100% - 742px);
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1, scss/patterns/_p-aside.scss */
  aside {
    width: 100%;
    float: none;
    padding: 20px 0;
  }
}

/* line 1, scss/patterns/_p-form.scss */
.form-label-holder {
  float: left;
  width: 210px;
  margin-right: 20px;
  padding-top: 10px;
}
@media only screen and (max-width: 1024px) {
  /* line 1, scss/patterns/_p-form.scss */
  .form-label-holder {
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }
}

/* line 13, scss/patterns/_p-form.scss */
section:not(:first-child) .form-label-holder {
  padding-top: 18px;
}

/* line 17, scss/patterns/_p-form.scss */
.form-input-holder {
  float: right;
  width: 450px;
}
@media only screen and (max-width: 1024px) {
  /* line 17, scss/patterns/_p-form.scss */
  .form-input-holder {
    width: 100%;
    float: none;
  }
}
/* line 24, scss/patterns/_p-form.scss */
.form-input-holder input {
  margin-right: 0;
}
/* line 27, scss/patterns/_p-form.scss */
.form-input-holder .form-row {
  margin-left: -50px;
}
@media only screen and (max-width: 1024px) {
  /* line 27, scss/patterns/_p-form.scss */
  .form-input-holder .form-row {
    margin-left: -20px;
  }
}

/* line 34, scss/patterns/_p-form.scss */
.form-row-item {
  width: 200px;
  margin-left: 50px;
  float: left;
  position: relative;
}
/* line 39, scss/patterns/_p-form.scss */
.form-row-item.full-width {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
@media only screen and (max-width: 1024px) {
  /* line 39, scss/patterns/_p-form.scss */
  .form-row-item.full-width {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 1024px) {
  /* line 34, scss/patterns/_p-form.scss */
  .form-row-item {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 34, scss/patterns/_p-form.scss */
  .form-row-item {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-top: 20px;
  }
  /* line 60, scss/patterns/_p-form.scss */
  .form-row-item:first-child {
    margin-top: 0;
  }
}

/* line 65, scss/patterns/_p-form.scss */
.explore-form section {
  border-top: 1px solid #7f7f7f;
}
/* line 67, scss/patterns/_p-form.scss */
.explore-form section:first-child {
  border-top: none;
}

/* line 71, scss/patterns/_p-form.scss */
.form-label {
  font-family: "gotham_bold", Arial, Helvetica, sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
}

/* line 76, scss/patterns/_p-form.scss */
.explore-submit {
  border: none;
  width: 200px;
}

/* line 80, scss/patterns/_p-form.scss */
.explore-reset {
  border: none;
  background: none;
  width: auto;
  color: #c1d641;
  font-family: "gotham_book", Arial, Helvetica, sans-serif;
  text-transform: none;
  font-size: 14px;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  margin-left: 34px;
  letter-spacing: 1px;
}
/* line 93, scss/patterns/_p-form.scss */
.explore-reset:hover {
  text-decoration: underline;
  color: #c1d641;
  background: none;
}

/* line 100, scss/patterns/_p-form.scss */
.explore-form .form-row {
  margin-top: 20px;
}
/* line 102, scss/patterns/_p-form.scss */
.explore-form .form-row:first-child {
  margin-top: 0;
}
/* line 106, scss/patterns/_p-form.scss */
.explore-form input[type="text"] {
  width: 100%;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 113, scss/patterns/_p-form.scss */
.form-slider-holder {
  position: relative;
  z-index: 1;
  height: 66px;
  margin-top: -5px;
  box-sizing: initial;
  margin-left: 50px;
}
@media only screen and (max-width: 1024px) {
  /* line 113, scss/patterns/_p-form.scss */
  .form-slider-holder {
    margin-left: 20px;
  }
}
/* line 123, scss/patterns/_p-form.scss */
.form-slider-holder:after {
  content: '';
  position: absolute;
  left: 0;
  top: 34px;
  right: 0;
  background: #e5e5e5;
  height: 1px;
  z-index: -2;
}
/* line 133, scss/patterns/_p-form.scss */
.form-slider-holder * {
  box-sizing: initial;
}

/* line 137, scss/patterns/_p-form.scss */
.ui-slider-range {
  position: absolute;
  z-index: -1;
  background: #bfbfbf;
  top: 1px;
  height: 22px;
  border-radius: 40px;
  padding-right: 22px;
  margin-left: -1px;
  box-sizing: content-box;
}

/* line 148, scss/patterns/_p-form.scss */
.form-slider-label {
  text-align: center;
  display: block;
}

/* line 152, scss/patterns/_p-form.scss */
.form-slider {
  position: absolute;
  left: 1px;
  top: 24px;
  right: 21px;
}
/* line 157, scss/patterns/_p-form.scss */
.form-slider .ui-slider-tip {
  display: none;
}
/* line 160, scss/patterns/_p-form.scss */
.form-slider .ui-slider-pip {
  color: #bfbfbf;
  margin-top: 28px;
  display: none;
}
/* line 165, scss/patterns/_p-form.scss */
.form-slider .ui-slider-pip-selected-1 {
  float: left;
  display: block;
}
/* line 171, scss/patterns/_p-form.scss */
.form-slider.year-slider .ui-slider-pip-first:before {
  content: 'Before ';
}
/* line 178, scss/patterns/_p-form.scss */
.form-slider.footage-slider .ui-slider-pip-first:after {
  content: ' and below';
}
/* line 183, scss/patterns/_p-form.scss */
.form-slider.footage-slider .ui-slider-pip-last:after {
  content: ' and above';
}
/* line 188, scss/patterns/_p-form.scss */
.form-slider .ui-slider-pip-selected-2 {
  float: right;
  display: block;
  margin-right: -21px;
}
/* line 193, scss/patterns/_p-form.scss */
.form-slider .ui-slider-handle {
  position: absolute;
  top: 2px;
  height: 20px;
  width: 20px;
  background: #fff;
  border-radius: 100%;
  outline: 0;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  box-sizing: border-box;
}

/* line 206, scss/patterns/_p-form.scss */
.textarea-holder {
  position: relative;
}

/* line 209, scss/patterns/_p-form.scss */
.textarea-counter {
  position: absolute;
  right: 15px;
  bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  /* line 214, scss/patterns/_p-form.scss */
  .explore-submit {
    margin-left: 20px;
  }
}

/* line 220, scss/patterns/_p-form.scss */
.search-faq-input.required {
  border-color: #ed433c !important;
}
/* line 222, scss/patterns/_p-form.scss */
.search-faq-input.required ~ .required-message {
  display: block;
}
/* line 226, scss/patterns/_p-form.scss */
.search-faq-input ~ .required-message {
  color: #ed433c;
  position: absolute;
  margin-top: 5px;
  margin-left: 10px;
  display: none;
}

/* line 234, scss/patterns/_p-form.scss */
.search-message {
  color: #ed433c;
  margin-bottom: 40px;
  position: absolute;
  left: 10px;
  top: 15px;
}

/* line 2, scss/patterns/_p-customSelect.scss */
.styleable-select {
  display: none;
}

/* line 8, scss/patterns/_p-customSelect.scss */
.cs-wrapper.active .cs-arrow:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 11, scss/patterns/_p-customSelect.scss */
.cs-wrapper.active .cs-arrow:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 15, scss/patterns/_p-customSelect.scss */
.cs-wrapper.active .cs-input {
  border-color: #7f7f7f;
}

/* line 20, scss/patterns/_p-customSelect.scss */
.cs-input-holder {
  position: relative;
}
/* line 22, scss/patterns/_p-customSelect.scss */
.cs-input-holder * {
  cursor: pointer;
}

/* line 27, scss/patterns/_p-customSelect.scss */
.cs-arrow:before, .cs-arrow:after {
  width: 2px;
  height: 6px;
  position: absolute;
}

/* line 32, scss/patterns/_p-customSelect.scss */
.cs-arrow:before, .cs-arrow:after {
  content: '';
  background: #bfbfbf;
}

/* line 36, scss/patterns/_p-customSelect.scss */
.cs-arrow {
  right: 10px;
  width: 8px;
  height: 6px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}
/* line 42, scss/patterns/_p-customSelect.scss */
.cs-arrow:before {
  right: 50%;
  top: 0;
  margin-right: 1px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-duration: .25s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}
/* line 51, scss/patterns/_p-customSelect.scss */
.cs-arrow:after {
  left: 50%;
  top: 0;
  margin-left: 1px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: .25s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}

/* line 61, scss/patterns/_p-customSelect.scss */
.cs-drop-holder {
  position: relative;
  z-index: 10;
}

/* line 65, scss/patterns/_p-customSelect.scss */
.cs-drop {
  display: none;
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  background: #fff;
  border-bottom: 1px solid #7f7f7f;
  max-height: 200px;
  overflow: auto;
}

/* line 76, scss/patterns/_p-customSelect.scss */
.cs-option {
  display: block;
  padding: 5px 10px;
  font-family: "gotham_book", Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  border: 1px solid #7f7f7f;
  border-width: 0 1px;
}
/* line 83, scss/patterns/_p-customSelect.scss */
.cs-option:hover {
  text-decoration: none;
  color: #c1d641;
}

/* line 1, scss/patterns/_p-panel.scss */
.panel {
  border-top-style: solid;
  border-top-color: transparent;
  border-width: 4px 0 0;
  padding: 20px 20px 35px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
  border-radius: 0;
  margin-bottom: 0;
}
/* line 12, scss/patterns/_p-panel.scss */
.panel:first-child {
  margin-top: 0;
}
/* line 15, scss/patterns/_p-panel.scss */
.panel.panel-primary {
  border-top-color: #c1d641;
  background: #f6fae8;
}
/* line 19, scss/patterns/_p-panel.scss */
.panel.panel-secondary {
  border-top-color: #7f7f7f;
  background: #f2f2f2;
}
/* line 23, scss/patterns/_p-panel.scss */
.panel.panel-success {
  border-top-color: #00a78f;
  background: #f1f9f7;
}
/* line 27, scss/patterns/_p-panel.scss */
.panel.panel-warning {
  border-top-color: #ffd12f;
  background: #fffcf3;
}

.panel.panel-white {
  border-top-color: #ccc;
  background: #fff;
}

/* line 31, scss/patterns/_p-panel.scss */
.panel.ad-panel {
  background: #f2f2f2;
  padding: 0;
  border-top: none;
}
/* line 35, scss/patterns/_p-panel.scss */
.panel.ad-panel.ad-panel-small {
  height: 264px;
}
/* line 38, scss/patterns/_p-panel.scss */
.panel.ad-panel.ad-panel-big {
  height: 396px;
}
/* line 42, scss/patterns/_p-panel.scss */
.panel h3 {
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 0;
}

/* line 48, scss/patterns/_p-panel.scss */
.panel-list {
  counter-reset: list;
}
/* line 50, scss/patterns/_p-panel.scss */
.panel-list li {
  position: relative;
  padding-left: 20px;
  margin-top: 9px;
}
/* line 54, scss/patterns/_p-panel.scss */
.panel-list li:first-child {
  margin-top: 0;
}
/* line 57, scss/patterns/_p-panel.scss */
.panel-list li:before {
  counter-increment: list;
  content: counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

/* line 66, scss/patterns/_p-panel.scss */
.panel-logo {
  margin: -10px 0 7px -3px;
}

/* line 69, scss/patterns/_p-panel.scss */
.panel-logo img {
  max-width: 100%;
  height: auto;
}

/* line 1, scss/patterns/_p-table.scss */
.properties-holder {
  position: relative;
  min-height: 390px;
}

/* line 5, scss/patterns/_p-table.scss */
.table-wrapper {
  max-height: 460px;
  overflow: auto;
  border: 1px solid #7f7f7f !important;
  border-width: 1px 0 !important;
  margin-top: 69px;
}
@media only screen and (max-width: 1024px) {
  /* line 5, scss/patterns/_p-table.scss */
  .table-wrapper {
    margin-top: 0;
  }
}
/* line 18, scss/patterns/_p-table.scss */
.table-wrapper thead tr:first-child th,
.table-wrapper thead tr:first-child .th,
.table-wrapper thead .tr:first-child th,
.table-wrapper thead .tr:first-child .th,
.table-wrapper .thead tr:first-child th,
.table-wrapper .thead tr:first-child .th,
.table-wrapper .thead .tr:first-child th,
.table-wrapper .thead .tr:first-child .th {
  border-top: none !important;
}
/* line 28, scss/patterns/_p-table.scss */
.table-wrapper tbody tr:last-child td,
.table-wrapper tbody tr:last-child .td,
.table-wrapper tbody .tr:last-child td,
.table-wrapper tbody .tr:last-child .td,
.table-wrapper .tbody tr:last-child td,
.table-wrapper .tbody tr:last-child .td,
.table-wrapper .tbody .tr:last-child td,
.table-wrapper .tbody .tr:last-child .td {
  border-bottom: none !important;
}

/* line 35, scss/patterns/_p-table.scss */
.table {
  display: table;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 0;
  box-sizing: initial;
}
/* line 42, scss/patterns/_p-table.scss */
.table * {
  box-sizing: initial;
}
/* line 45, scss/patterns/_p-table.scss */
.table .colgroup {
  display: table-column-group;
}
/* line 47, scss/patterns/_p-table.scss */
.table .colgroup .col {
  display: table-column;
}
/* line 51, scss/patterns/_p-table.scss */
.table tr th,
.table .tr .th, .table tr td,
.table .tr .td {
  padding-left: 10px !important;
  padding-right: 10px !important;
  vertical-align: middle !important;
}
/* line 56, scss/patterns/_p-table.scss */
.table tr th,
.table .tr .th, .table tr td,
.table .tr .td {
  border: 1px solid #7f7f7f !important;
}
/* line 58, scss/patterns/_p-table.scss */
.table tr th:first-child,
.table .tr .th:first-child, .table tr td:first-child,
.table .tr .td:first-child {
  border-left: none !important;
}
/* line 61, scss/patterns/_p-table.scss */
.table tr th:last-child,
.table .tr .th:last-child, .table tr td:last-child,
.table .tr .td:last-child {
  border-right: none !important;
}
/* line 64, scss/patterns/_p-table.scss */
.table tr th.no-border,
.table .tr .no-border.th, .table tr td.no-border,
.table .tr .no-border.td {
  border-right: none !important;
}
/* line 66, scss/patterns/_p-table.scss */
.table tr th.no-border + *,
.table .tr .no-border.th + *, .table tr td.no-border + *,
.table .tr .no-border.td + * {
  border-left: none !important;
}
/* line 71, scss/patterns/_p-table.scss */
.table .thead {
  display: table-header-group;
}
/* line 73, scss/patterns/_p-table.scss */
.table .thead.fixed-thead {
  position: absolute;
  left: 0;
  top: -70px;
  right: 0;
  display: block;
  z-index: 1;
  border-top: 1px solid #7f7f7f !important;
}
@media only screen and (max-width: 1024px) {
  /* line 73, scss/patterns/_p-table.scss */
  .table .thead.fixed-thead {
    position: static;
    display: table-header-group;
    border-top: none !important;
  }
}
/* line 86, scss/patterns/_p-table.scss */
.table .thead.fixed-thead .tr {
  display: block;
}
@media only screen and (max-width: 1024px) {
  /* line 86, scss/patterns/_p-table.scss */
  .table .thead.fixed-thead .tr {
    display: table-row;
  }
}
/* line 91, scss/patterns/_p-table.scss */
.table .thead.fixed-thead .tr .th {
  box-sizing: border-box;
}
/* line 97, scss/patterns/_p-table.scss */
.table .tbody {
  display: table-row-group;
}
/* line 99, scss/patterns/_p-table.scss */
.table .tbody a.tr {
  color: #000;
}
/* line 101, scss/patterns/_p-table.scss */
.table .tbody a.tr:hover {
  text-decoration: none;
}
/* line 108, scss/patterns/_p-table.scss */
.table tfoot td,
.table tfoot .td,
.table .tfoot td,
.table .tfoot .td {
  background: #fffcf3 !important;
}
/* line 111, scss/patterns/_p-table.scss */
.table tfoot td .table-number,
.table tfoot .td .table-number,
.table .tfoot td .table-number,
.table .tfoot .td .table-number {
  color: #000 !important;
  font-size: 64px;
  line-height: 80px;
}
/* line 118, scss/patterns/_p-table.scss */
.table tfoot.secondary-tfoot td,
.table tfoot.secondary-tfoot .td,
.table .tfoot.secondary-tfoot td,
.table .tfoot.secondary-tfoot .td {
  background: #f2f2f2 !important;
}
/* line 123, scss/patterns/_p-table.scss */
.table tfoot .tfoot-text,
.table .tfoot .tfoot-text {
  font-size: 18px;
  line-height: 24px;
}
/* line 128, scss/patterns/_p-table.scss */
.table tr th,
.table .tr .th {
  display: table-cell;
  font-family: "gotham_bold", Arial, Helvetica, sans-serif;
  background: #f2f2f2;
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
/* line 138, scss/patterns/_p-table.scss */
.table tr td,
.table .tr .td {
  display: table-cell;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background: transparent;
  transition-duration: .25s;
  transition-property: background;
  transition-timing-function: ease-in-out;
}
/* line 148, scss/patterns/_p-table.scss */
.table h3 {
  line-height: 24px;
}
/* line 151, scss/patterns/_p-table.scss */
.table tr,
.table .tr {
  display: table-row;
}
/* line 155, scss/patterns/_p-table.scss */
.table tr.active td,
.table tr.active .td,
.table .tr.active td,
.table .tr.active .td {
  background: #edf3cb !important;
}
/* line 158, scss/patterns/_p-table.scss */
.table tr.active td .table-number,
.table tr.active .td .table-number,
.table .tr.active td .table-number,
.table .tr.active .td .table-number {
  color: #c1d641;
}
/* line 164, scss/patterns/_p-table.scss */
.table .cs-wrapper {
  width: 177px;
}
/* line 167, scss/patterns/_p-table.scss */
.table .cs-input {
  width: 100%;
}
/* line 170, scss/patterns/_p-table.scss */
.table sup {
  font-size: 12px;
}

/* line 174, scss/patterns/_p-table.scss */
.table-number {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  transition-duration: .25s;
  transition-property: color;
  transition-timing-function: ease-in-out;
}
/* line 179, scss/patterns/_p-table.scss */
.table-number.active {
  color: #c1d641;
}
/* line 182, scss/patterns/_p-table.scss */
.table-number.best {
  display: none;
}

/* line 186, scss/patterns/_p-table.scss */
.table-descr {
  color: #7f7f7f;
}

/* line 189, scss/patterns/_p-table.scss */
.table tr th.icon-cell,
.table tr td.icon-cell {
  width: 24px;
  padding-right: 0 !important;
}

/* line 193, scss/patterns/_p-table.scss */
.table tr th.icon-cell .info-link,
.table tr td.icon-cell .info-link {
  margin-right: 0;
}

.side-table td, .side-table tr {
  font-size: 14px !important;
  font-weight: bold !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 197, scss/patterns/_p-table.scss */
.address-tags {
  padding-top: 3px;
}
/* line 199, scss/patterns/_p-table.scss */
.address-tags li {
  display: inline-block;
  vertical-align: top;
}
/* line 202, scss/patterns/_p-table.scss */
.address-tags li:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  height: 13px;
  border-left: 2px solid #7f7f7f !important;
  margin: 2px 2px 0 0;
}
/* line 211, scss/patterns/_p-table.scss */
.address-tags li:first-child:before {
  display: none;
}

/* line 217, scss/patterns/_p-table.scss */
.table-banner {
  width: 50px;
  height: 52px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* line 224, scss/patterns/_p-table.scss */
.compare-gridHolder {
  overflow: auto;
}

/* line 228, scss/patterns/_p-table.scss */
.compare-grid .table {
  table-layout: fixed;
}
/* line 231, scss/patterns/_p-table.scss */
.compare-grid .compare-grid-mapHolder {
  position: relative;
  padding-bottom: 100%;
}
/* line 234, scss/patterns/_p-table.scss */
.compare-grid .compare-grid-mapHolder .compare-grid-map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* line 242, scss/patterns/_p-table.scss */
.compare-grid .compare-label {
  font-family: "gotham_bold", Arial, Helvetica, sans-serif;
}
/* line 245, scss/patterns/_p-table.scss */
.compare-grid address {
  overflow: hidden;
}
/* line 250, scss/patterns/_p-table.scss */
.compare-grid .thead .tr .th {
  border-top: none !important;
  background: none;
  padding: 20px 10px 40px !important;
}
/* line 254, scss/patterns/_p-table.scss */
.compare-grid .thead .tr .th:not(:first-child) {
  border-left: 2px solid #f2f2f2 !important;
}
/* line 262, scss/patterns/_p-table.scss */
.compare-grid .tbody .tr .td {
  vertical-align: top !important;
  padding: 44px !important;
}
/* line 265, scss/patterns/_p-table.scss */
.compare-grid .tbody .tr .td:not(:first-child) {
  border-left: 2px solid #f2f2f2 !important;
}
/* line 268, scss/patterns/_p-table.scss */
.compare-grid .tbody .tr .td:first-child {
  padding: 10px !important;
}
/* line 273, scss/patterns/_p-table.scss */
.compare-grid .tbody .tr:last-child .td {
  border-bottom: none !important;
}
/* line 277, scss/patterns/_p-table.scss */
.compare-grid .tbody .tr .info-link {
  margin-left: -35px;
}
/* line 280, scss/patterns/_p-table.scss */
.compare-grid .tbody .tr .compare-score {
  font-size: 32px;
  line-height: 40px;
}
/* line 283, scss/patterns/_p-table.scss */
.compare-grid .tbody .tr .compare-score.prominent {
  color: #c1d641;
}
/* line 289, scss/patterns/_p-table.scss */
.compare-grid .btn-remove {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #fff !important;
  border-radius: 100%;
}

/* line 297, scss/patterns/_p-table.scss */
.glyphicon-sort-by-attributes-alt {
  width: 20px;
  height: 14px;
  position: relative;
}
/* line 301, scss/patterns/_p-table.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: '';
  border-top: 14px solid #bfbfbf;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 311, scss/patterns/_p-table.scss */
.glyphicon-sort-by-attributes {
  width: 20px;
  height: 14px;
  position: relative;
}
/* line 315, scss/patterns/_p-table.scss */
.glyphicon-sort-by-attributes:before {
  content: '';
  border-bottom: 14px solid #bfbfbf;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1, scss/patterns/_p-pagination.scss */
.pagination {
  overflow: hidden;
  color: #bfbfbf;
  padding: 23px 20px;
  position: relative;
  z-index: 1;
  display: block;
}

/* line 9, scss/patterns/_p-pagination.scss */
.pagination-count {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 9, scss/patterns/_p-pagination.scss */
  .pagination-count {
    display: none;
  }
}

/* line 19, scss/patterns/_p-pagination.scss */
.pagination-prev, .pagination-next {
  color: #bfbfbf;
  position: relative;
}

/* line 23, scss/patterns/_p-pagination.scss */
.pagination-prev:before, .pagination-next:after {
  position: absolute;
}

/* line 26, scss/patterns/_p-pagination.scss */
.pagination-prev:before, .pagination-next:after {
  content: '';
  border: 2px solid #bfbfbf;
  border-width: 2px 2px 0 0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

/* line 34, scss/patterns/_p-pagination.scss */
.pagination-prev {
  float: left;
  padding-left: 26px;
}
/* line 38, scss/patterns/_p-pagination.scss */
.pagination-prev:before {
  left: 0;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* line 45, scss/patterns/_p-pagination.scss */
.pagination-next {
  float: right;
  padding-right: 26px;
}
/* line 49, scss/patterns/_p-pagination.scss */
.pagination-next:after {
  right: 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1, scss/patterns/_p-chart.scss */
.chart-holder {
  overflow: hidden;
  position: relative;
}
/* line 4, scss/patterns/_p-chart.scss */
.chart-holder:not(:first-of-type) {
  border-bottom: 1px solid #7f7f7f;
}

/* line 8, scss/patterns/_p-chart.scss */
.chart-data {
  float: left;
  width: 175px;
  margin-right: 55px;
}
/* line 12, scss/patterns/_p-chart.scss */
.chart-data + div {
  overflow: hidden;
}

/* line 16, scss/patterns/_p-chart.scss */
.chart-data {
  padding-left: 10px;
}
/* line 18, scss/patterns/_p-chart.scss */
.chart-data .cs-input {
  width: 100%;
}

/* line 22, scss/patterns/_p-chart.scss */
.chart-data-score {
  font-size: 64px;
  line-height: 80px;
  color: #dee89a;
  margin-top: 5px;
  margin-bottom: 25px;
}
/* line 28, scss/patterns/_p-chart.scss */
.chart-data-score.text-data-score {
  font-size: 25px;
  line-height: 1em;
  margin-top: 10px;
}

/* line 34, scss/patterns/_p-chart.scss */
.chart-descr-item {
  padding-left: 32px;
  position: relative;
  line-height: 22px;
  margin-bottom: 12px;
}
/* line 39, scss/patterns/_p-chart.scss */
.chart-descr-item:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  left: 0;
  top: 0;
  background: #c00;
}
/* line 50, scss/patterns/_p-chart.scss */
.chart-descr-item.chart-descr-best:before {
  background: #e0ea97;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZWE5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWRmOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e0ea97 0%, #e5df9d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0ea97), color-stop(100%, #e5df9d));
  background: -webkit-linear-gradient(top, #e0ea97 0%, #e5df9d 100%);
  background: -o-linear-gradient(top, #e0ea97 0%, #e5df9d 100%);
  background: -ms-linear-gradient(top, #e0ea97 0%, #e5df9d 100%);
  background: linear-gradient(to bottom, #e0ea97 0%, #e5df9d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0ea97', endColorstr='#e5df9d',GradientType=0 );
}
/* line 63, scss/patterns/_p-chart.scss */
.chart-descr-item.chart-descr-good:before {
  background: #e7d6a0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZDZhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmNkYTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e7d6a0 0%, #ebcda7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7d6a0), color-stop(100%, #ebcda7));
  background: -webkit-linear-gradient(top, #e7d6a0 0%, #ebcda7 100%);
  background: -o-linear-gradient(top, #e7d6a0 0%, #ebcda7 100%);
  background: -ms-linear-gradient(top, #e7d6a0 0%, #ebcda7 100%);
  background: linear-gradient(to bottom, #e7d6a0 0%, #ebcda7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7d6a0', endColorstr='#ebcda7',GradientType=0 );
}
/* line 76, scss/patterns/_p-chart.scss */
.chart-descr-item.chart-descr-fair:before {
  background: #edc2a2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkYzJhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmJhYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #edc2a2 0%, #f2baa5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #edc2a2), color-stop(100%, #f2baa5));
  background: -webkit-linear-gradient(top, #edc2a2 0%, #f2baa5 100%);
  background: -o-linear-gradient(top, #edc2a2 0%, #f2baa5 100%);
  background: -ms-linear-gradient(top, #edc2a2 0%, #f2baa5 100%);
  background: linear-gradient(to bottom, #edc2a2 0%, #f2baa5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc2a2', endColorstr='#f2baa5',GradientType=0 );
}
/* line 89, scss/patterns/_p-chart.scss */
.chart-descr-item.chart-descr-poor:before {
  background: #f3ac9e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzYWM5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2EwOWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f3ac9e 0%, #f7a09a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3ac9e), color-stop(100%, #f7a09a));
  background: -webkit-linear-gradient(top, #f3ac9e 0%, #f7a09a 100%);
  background: -o-linear-gradient(top, #f3ac9e 0%, #f7a09a 100%);
  background: -ms-linear-gradient(top, #f3ac9e 0%, #f7a09a 100%);
  background: linear-gradient(to bottom, #f3ac9e 0%, #f7a09a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ac9e', endColorstr='#f7a09a',GradientType=0 );
}

/* line 102, scss/patterns/_p-chart.scss */
.chart-data h2 {
  font-family: "gotham_book", Arial, Helvetica, sans-serif;
  text-transform: none !important;
  letter-spacing: -1.75px;
  padding: 0 !important;
  margin: 0 !important;
}

/* line 1, scss/patterns/_p-tooltip.scss */
.tooltip-holder {
  position: relative;
}
/* line 4, scss/patterns/_p-tooltip.scss */
.tooltip-holder:hover .tooltip {
  z-index: 999;
  opacity: 1;
}

/* line 11, scss/patterns/_p-tooltip.scss */
.tooltip {
  z-index: -9999;
  opacity: 0;
  bottom: 100%;
  color: #fff;
  width: 220px;
  padding: 15px 10px;
  margin-bottom: 4px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  margin-left: -20px;
  transition-duration: .25s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
/* line 23, scss/patterns/_p-tooltip.scss */
.tooltip:not(.tooltip-left) {
  position: absolute;
  left: 50%;
  margin-left: -110px;
}
/* line 27, scss/patterns/_p-tooltip.scss */
.tooltip:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  z-index: -1;
}
/* line 38, scss/patterns/_p-tooltip.scss */
.tooltip:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -16px;
  width: 0;
  height: 0;
  opacity: .5;
  border-top: 16px solid #000;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
/* line 52, scss/patterns/_p-tooltip.scss */
.tooltip.tooltip-left:after {
  left: 16px;
  margin-left: 0;
}

/* line 1, scss/patterns/_p-tabs.scss */
.tabs {
  overflow: hidden;
}

/* line 4, scss/patterns/_p-tabs.scss */
.tab-content {
  display: none;
}
/* line 6, scss/patterns/_p-tabs.scss */
.tab-content.active {
  display: block;
}

/* line 10, scss/patterns/_p-tabs.scss */
.tabs-heading {
  position: relative;
  border-bottom: 1px solid #7f7f7f;
  padding: 0 10px 20px;
}

/* line 15, scss/patterns/_p-tabs.scss */
.tabs-nav {
  overflow: hidden;
  font-family: "gotham_bold", Arial, Helvetica, sans-serif;
}
/* line 18, scss/patterns/_p-tabs.scss */
.tabs-nav li {
  float: left;
}
@media only screen and (max-width: 640px) {
  /* line 18, scss/patterns/_p-tabs.scss */
  .tabs-nav li {
    width: 50%;
  }
}
/* line 24, scss/patterns/_p-tabs.scss */
.tabs-nav a {
  display: block;
  padding: 11px 15px;
  width: 220px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #c1d641;
  transition-duration: .25s;
  transition-property: color, border-color, background;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 640px) {
  /* line 24, scss/patterns/_p-tabs.scss */
  .tabs-nav a {
    width: 100%;
  }
}
/* line 35, scss/patterns/_p-tabs.scss */
.tabs-nav a:hover {
  text-decoration: none;
  background: #edf3cb;
  border-color: #edf3cb;
  color: #fff;
}
/* line 41, scss/patterns/_p-tabs.scss */
.tabs-nav a.active {
  background: #c1d641;
  color: #000;
  border-color: #c1d641;
}

/* line 48, scss/patterns/_p-tabs.scss */
.tabs-body {
  padding: 0 10px;
  position: relative;
  min-height: 95px;
  display: none;
}

/* line 54, scss/patterns/_p-tabs.scss */
.tabs-expand {
  position: absolute;
  right: 10px;
  top: 12px;
}
@media only screen and (max-width: 640px) {
  /* line 54, scss/patterns/_p-tabs.scss */
  .tabs-expand {
    display: none;
  }
}
/* line 61, scss/patterns/_p-tabs.scss */
.tabs-expand.expanded {
  display: none;
}
/* line 63, scss/patterns/_p-tabs.scss */
.tabs-expand.expanded + .tabs-collapse {
  display: block;
}

/* line 68, scss/patterns/_p-tabs.scss */
.tabs-collapse {
  position: absolute;
  right: 10px;
  top: 12px;
  display: none;
}
@media only screen and (max-width: 640px) {
  /* line 68, scss/patterns/_p-tabs.scss */
  .tabs-collapse {
    display: none;
  }
}

/* line 1, scss/patterns/_p-banner.scss */
.banner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  margin-bottom: 14px;
}
/* line 7, scss/patterns/_p-banner.scss */
.banner.type-1 {
  padding-bottom: 31.42%;
}
/* line 10, scss/patterns/_p-banner.scss */
.banner.type-2 {
  padding-bottom: 62.85%;
}
/* line 13, scss/patterns/_p-banner.scss */
.banner.type-3 {
  padding-bottom: 66.57%;
}
/* line 16, scss/patterns/_p-banner.scss */
.banner.type-4 {
  padding-bottom: 75%;
}
/* line 19, scss/patterns/_p-banner.scss */
.banner.type-5 {
  padding-bottom: 100%;
}

/* line 1, scss/patterns/_p-slider.scss */
.home-slider {
  padding: 0 60px;
}
/* line 5, scss/patterns/_p-slider.scss */
.home-slider .slides li > * {
  max-width: 670px;
}
/* line 10, scss/patterns/_p-slider.scss */
.home-slider h1 {
  margin-bottom: 2px;
}

/* line 15, scss/patterns/_p-slider.scss */
.flex-direction-nav a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  opacity: .5;
  transition-duration: .25s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
/* line 27, scss/patterns/_p-slider.scss */
.flex-direction-nav a.flex-prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ikljb25zIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ0IDQ0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0NCA0NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGRlZnM+PHJlY3QgaWQ9IlNWR0lEXzIxXyIgd2lkdGg9IjQ0IiBoZWlnaHQ9IjQ0Ii8+PC9kZWZzPjxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzIxXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48cG9seWdvbiBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBwb2ludHM9IjIyLjEsNi40IDI1LDkuMyAxNC4yLDIwIDM3LjQsMjAgMzcuNCwyNCAxNC4yLDI0IDI1LDM0LjcgMjIuMSwzNy42IDYuNiwyMiAiLz48L2c+PC9zdmc+);
}
/* line 31, scss/patterns/_p-slider.scss */
.flex-direction-nav a.flex-next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ikljb25zIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ0IDQ0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0NCA0NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGRlZnM+PHJlY3QgaWQ9IlNWR0lEXzIzXyIgd2lkdGg9IjQ0IiBoZWlnaHQ9IjQ0Ii8+PC9kZWZzPjxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzIzXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48cG9seWdvbiBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBwb2ludHM9IjIxLjksNi40IDE5LDkuMyAyOS44LDIwIDYuNiwyMCA2LjYsMjQgMjkuOCwyNCAxOSwzNC43IDIxLjksMzcuNiAzNy40LDIyICIvPjwvZz48L3N2Zz4=);
}
/* line 35, scss/patterns/_p-slider.scss */
.flex-direction-nav a:hover {
  opacity: .25;
}

/* Blocks */
/* Blocks */
/* line 1, scss/blocks/_b-header.scss */
header {
  padding: 19px 0 18px;
  border-bottom: 1px solid #7f7f7f;
}
/* line 3, scss/utilities/_mixins.scss */
header:after {
  content: '';
  display: block;
  clear: both;
}

/* line 6, scss/blocks/_b-header.scss */
.logo {
  width: 329px;
  height: 72px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 6, scss/blocks/_b-header.scss */
  .logo {
    float: none;
    margin: 0 auto 40px;
  }
}
/* line 14, scss/blocks/_b-header.scss */
.logo .logo-link {
  background-image: url(images/logo.png);
  display: block;
  background-size: 100% 100%;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* line 23, scss/blocks/_b-header.scss */
nav {
  float: right;
  text-transform: uppercase;
  font: 12px/12px 'gotham_bold', Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 1024px) {
  /* line 23, scss/blocks/_b-header.scss */
  nav {
    float: none;
    text-align: center;
  }
}

/* line 3, scss/utilities/_mixins.scss */
#nav:after {
  content: '';
  display: block;
  clear: both;
}

/* line 35, scss/blocks/_b-header.scss */
.nav-item {
  border-right: 2px solid #f2f2f2;
  display: inline-block;
  vertical-align: top;
  width: 111px;
  margin-right: -4px;
  text-align: center;
  box-sizing: initial;
}
@media only screen and (max-width: 640px) {
  /* line 35, scss/blocks/_b-header.scss */
  .nav-item {
    width: 33.33333%;
    box-sizing: border-box;
  }
}
/* line 47, scss/blocks/_b-header.scss */
.nav-item:first-child {
  border-left: 2px solid #f2f2f2;
}

/* line 51, scss/blocks/_b-header.scss */
.nav-link {
  color: #000;
  text-decoration: none;
  display: block;
  transition-duration: .25s;
  transition-property: color;
  transition-timing-function: ease-in-out;
}
/* line 56, scss/blocks/_b-header.scss */
.nav-link:hover {
  color: #edf3cb;
  text-decoration: none;
}
/* line 59, scss/blocks/_b-header.scss */
.nav-link:hover svg {
  fill: #edf3cb;
}
/* line 63, scss/blocks/_b-header.scss */
.nav-link.active {
  color: #c1d641;
}
/* line 65, scss/blocks/_b-header.scss */
.nav-link.active svg {
  fill: #c1d641;
}
/* line 69, scss/blocks/_b-header.scss */
.nav-link span {
  display: block;
  margin-bottom: 14px;
}
/* line 73, scss/blocks/_b-header.scss */
.nav-link svg {
  transition-duration: .25s;
  transition-property: fill;
  transition-timing-function: ease-in-out;
}

/* line 1, scss/blocks/_b-search-section.scss */
.search-section .form-row, .search-form-text {
  max-width: 680px;
}

/* line 4, scss/blocks/_b-search-section.scss */
.search-section {
  background: #edf3cb;
  border-bottom: 1px solid #7f7f7f;
  padding: 39px 10px 41px;
  position: relative;
}
/* line 12, scss/blocks/_b-search-section.scss */
.search-section.home-search-section {
  padding-bottom: 15px;
}
/* line 14, scss/blocks/_b-search-section.scss */
.search-section.home-search-section .form-row {
  margin: 0 auto 6px;
}
/* line 17, scss/blocks/_b-search-section.scss */
.search-section.home-search-section .search-form-text {
  margin: 0 auto;
}
/* line 20, scss/blocks/_b-search-section.scss */
.search-section.home-search-section .search-form-message {
  left: 50%;
  margin-left: -218px;
  text-align: center;
}
/* line 24, scss/blocks/_b-search-section.scss */
.search-section.home-search-section .search-form-message:before {
  left: 50%;
  margin-left: -23px;
}
/* line 30, scss/blocks/_b-search-section.scss */
.search-section .search-form-message {
  color: #fff;
  position: absolute;
  top: 106px;
  left: 10px;
  z-index: -99999;
  font-size: 18px;
  line-height: 14px;
  padding: 26px;
  width: 330px;
  text-align: left;
  opacity: 0;
  transition-duration: .25s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}
/* line 43, scss/blocks/_b-search-section.scss */
.search-section .search-form-message.visible {
  opacity: 1;
  z-index: 99999;
}
/* line 47, scss/blocks/_b-search-section.scss */
.search-section .search-form-message:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  z-index: -1;
}
/* line 58, scss/blocks/_b-search-section.scss */
.search-section .search-form-message:before {
  content: '';
  position: absolute;
  left: 26px;
  top: -23px;
  border-bottom: 23px solid #000;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  opacity: .5;
  z-index: -1;
}

/* line 71, scss/blocks/_b-search-section.scss */
.search-input {
  width: -webkit-calc(100% - 106px);
  width: -moz-calc(100% - 106px);
  width: calc(100% - 106px);
}

/* line 76, scss/blocks/_b-search-section.scss */
.search-submit {
  border: none;
}

/* line 79, scss/blocks/_b-search-section.scss */
.search-submit:hover {
  background: #dee89a;
}

/* line 82, scss/blocks/_b-search-section.scss */
.search-form-text {
  color: #7f7f7f;
  font-family: "gotham_bold", Arial, Helvetica, sans-serif;
  padding-left: 11px;
  box-sizing: initial;
}
/* line 88, scss/blocks/_b-search-section.scss */
.search-form-text a {
  text-transform: uppercase;
}

/* line 93, scss/blocks/_b-search-section.scss */
.twitter-typeahead:after {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNjMWQ2NDEiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj4gICAgICAgICAgICA8Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuNSIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4Ii8+ICAgICAgICAgICAgPHBhdGggZD0iTTM2IDE4YzAtOS45NC04LjA2LTE4LTE4LTE4Ij4gICAgICAgICAgICAgICAgPGFuaW1hdGVUcmFuc2Zvcm0gICAgICAgICAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgICAgICAgICAgICAgICAgICAgIHR5cGU9InJvdGF0ZSIgICAgICAgICAgICAgICAgICAgIGZyb209IjAgMTggMTgiICAgICAgICAgICAgICAgICAgICB0bz0iMzYwIDE4IDE4IiAgICAgICAgICAgICAgICAgICAgZHVyPSIxcyIgICAgICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+ICAgICAgICAgICAgPC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
  position: absolute;
  right: 16px;
  top: 10px;
  width: 25px;
  height: 25px;
  background-size: cover;
  display: none;
}
/* line 105, scss/blocks/_b-search-section.scss */
.twitter-typeahead.loading:after {
  display: block;
}

/* line 110, scss/blocks/_b-search-section.scss */
.tt-dropdown-menu {
  right: 5px !important;
  background: #fff;
  border: 1px solid #7f7f7f;
  border-top: none;
  top: 43px !important;
}
/* line 116, scss/blocks/_b-search-section.scss */
.tt-dropdown-menu:before {
  content: 'There are multiple listings for this search - please select one of the above';
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #c1d641;
  z-index: 100;
  display: none;
}
/* line 125, scss/blocks/_b-search-section.scss */
.tt-dropdown-menu.duplicatesExist {
  padding-bottom: 40px;
}
/* line 127, scss/blocks/_b-search-section.scss */
.tt-dropdown-menu.duplicatesExist:before {
  display: block;
}

/* line 132, scss/blocks/_b-search-section.scss */
.tt-dataset-countries {
  padding: 5px 10px;
}
/* line 134, scss/blocks/_b-search-section.scss */
.tt-dataset-countries > * > * {
  padding: 7px 0;
  text-transform: none;
  cursor: pointer;
  color: #bfbfbf;
}
/* line 139, scss/blocks/_b-search-section.scss */
.tt-dataset-countries > * > *:hover {
  color: #c1d641;
}

/* line 144, scss/blocks/_b-search-section.scss */
.tt-hint {
  color: #bfbfbf !important;
}

/* line 147, scss/blocks/_b-search-section.scss */
.twitter-typeahead {
  width: -webkit-calc(100% - 106px);
  width: -moz-calc(100% - 106px);
  width: calc(100% - 106px);
}
/* line 151, scss/blocks/_b-search-section.scss */
.twitter-typeahead .search-input {
  width: -webkit-calc(100% - 5px);
  width: -moz-calc(100% - 5px);
  width: calc(100% - 5px);
}

/* line 1, scss/blocks/_b-footer.scss */
footer {
  border-top: 1px solid #7f7f7f;
  padding: 40px 0;
}

/* line 5, scss/blocks/_b-footer.scss */
.footer-logo {
  float: left;
  width: 72px;
  height: 72px;
  margin-right: 89px;
}
@media only screen and (max-width: 1024px) {
  /* line 5, scss/blocks/_b-footer.scss */
  .footer-logo {
    float: none;
    margin: 0 auto 40px;
  }
}

/* line 14, scss/blocks/_b-footer.scss */
.footer-logo-icon {
  display: block;
  height: 100%;
  background-image: url(images/footer-logo.png);
  background-size: 100% 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* line 21, scss/blocks/_b-footer.scss */
.footer-cols {
  overflow: hidden;
}

/* line 24, scss/blocks/_b-footer.scss */
.footer-col {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
@media only screen and (max-width: 1280px) {
  /* line 24, scss/blocks/_b-footer.scss */
  .footer-col {
    width: -webkit-calc(25% - 20px) !important;
    width: -moz-calc(25% - 20px) !important;
    width: calc(25% - 20px) !important;
    margin-left: 20px !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  /* line 24, scss/blocks/_b-footer.scss */
  .footer-col {
    width: -webkit-calc(50% - 20px) !important;
    width: -moz-calc(50% - 20px) !important;
    width: calc(50% - 20px) !important;
  }
}
@media only screen and (max-width: 640px) {
  /* line 24, scss/blocks/_b-footer.scss */
  .footer-col {
    width: -webkit-calc(100% - 20px) !important;
    width: -moz-calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
  }
}

/* line 49, scss/blocks/_b-footer.scss */
.signup-col {
  margin-left: 80px;
  width: 340px;
}

/* line 53, scss/blocks/_b-footer.scss */
.social-col {
  margin-left: 20px;
}

/* line 56, scss/blocks/_b-footer.scss */
.address-col, .copy-col {
  font-size: 12px;
  line-height: 14px;
}

/* line 60, scss/blocks/_b-footer.scss */
.address-col {
  margin-left: 28px;
  width: 220px;
}

/* line 65, scss/blocks/_b-footer.scss */
.copy-col {
  margin-left: 20px;
}
/* line 68, scss/blocks/_b-footer.scss */
.copy-col a {
  color: #bfbfbf;
}

/* line 72, scss/blocks/_b-footer.scss */
.signup-submit {
  border: none;
}

/* line 75, scss/blocks/_b-footer.scss */
.signup-input {
  width: 234px;
}
@media only screen and (max-width: 1280px) {
  /* line 75, scss/blocks/_b-footer.scss */
  .signup-input {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* line 82, scss/blocks/_b-footer.scss */
.social-media {
  overflow: hidden;
}

/* line 85, scss/blocks/_b-footer.scss */
.social-media-item {
  float: left;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}
/* line 90, scss/blocks/_b-footer.scss */
.social-media-item:first-child {
  margin-left: 0;
}
/* line 93, scss/blocks/_b-footer.scss */
.social-media-item svg {
  width: 100%;
  height: 100%;
  transition-duration: .25s;
  transition-property: fill;
  transition-timing-function: ease-in-out;
}
/* line 99, scss/blocks/_b-footer.scss */
.social-media-item:hover svg {
  fill: #c1d641;
}

/* line 1, scss/blocks/_b-explore-results.scss */
.explore-results {
  border-top: 1px solid #7f7f7f;
  margin-top: 20px;
  display: none;
}
/* line 5, scss/blocks/_b-explore-results.scss */
.explore-results h2 {
  text-transform: uppercase;
  margin: 12px 0 33px;
  padding: 0 10px;
}
/* line 9, scss/blocks/_b-explore-results.scss */
.explore-results h2 + p {
  margin: -20px 10px 16px;
}
/* line 14, scss/blocks/_b-explore-results.scss */
.explore-results.no-results > h2:first-child ~ .chart-holder,
.explore-results.no-results > h2:first-child ~ .properties-holder,
.explore-results.no-results > h2:first-child ~ .pagination {
  position: fixed;
  z-index: -9999;
  opacity: 0;
}

/* line 23, scss/blocks/_b-explore-results.scss */
.explore-action-btns {
  padding: 0 10px 20px;
}
/* line 3, scss/utilities/_mixins.scss */
.explore-action-btns:after {
  content: '';
  display: block;
  clear: both;
}

/* line 27, scss/blocks/_b-explore-results.scss */
.explore-action-btns-left {
  float: left;
  padding-top: 12px;
}
/* line 30, scss/blocks/_b-explore-results.scss */
.explore-action-btns-left > * {
  margin-right: -4px;
  margin-left: 10px;
}

/* line 35, scss/blocks/_b-explore-results.scss */
.explore-action-btns-right {
  float: right;
}
/* line 37, scss/blocks/_b-explore-results.scss */
.explore-action-btns-right > * {
  margin-right: -4px;
  margin-left: 10px;
}

/* line 1, scss/blocks/_b-highchart.scss */
.highcharts-button {
  display: none;
}

/* line 1, scss/blocks/_b-property.scss */
.property-holder {
  padding-left: 10px;
}
/* line 3, scss/utilities/_mixins.scss */
.property-holder:after {
  content: '';
  display: block;
  clear: both;
}

/* line 5, scss/blocks/_b-property.scss */
.property {
  float: left;
  width: 340px;
  padding-top: 15px;
}
/* line 9, scss/blocks/_b-property.scss */
.property h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 4px;
}
/* line 14, scss/blocks/_b-property.scss */
.property address {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 1px;
}
/* line 19, scss/blocks/_b-property.scss */
.property p {
  margin-bottom: 14px;
}

/* line 3, scss/utilities/_mixins.scss */
.property-icons:after {
  content: '';
  display: block;
  clear: both;
}
/* line 25, scss/blocks/_b-property.scss */
.property-icons li {
  float: left;
  margin-left: 12px;
}
/* line 28, scss/blocks/_b-property.scss */
.property-icons li:first-child {
  margin-left: 0;
}

/* line 33, scss/blocks/_b-property.scss */
.property-map {
  float: right;
  width: 220px;
  height: 220px;
}

/* line 38, scss/blocks/_b-property.scss */
.property-results {
  border-top: 1px solid #7f7f7f;
  margin-top: 20px;
}
/* line 41, scss/blocks/_b-property.scss */
.property-results h2 {
  text-transform: uppercase;
  margin: 12px 0 33px;
  padding: 0 10px;
}
/* line 45, scss/blocks/_b-property.scss */
.property-results h2 + p {
  padding: 0 10px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: -20px;
}

/* line 54, scss/blocks/_b-property.scss */
.performance-score {
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 235px;
  text-align: right;
  z-index: 1;
}

/* line 62, scss/blocks/_b-property.scss */
.property-type-list {
  overflow: hidden;
}
/* line 64, scss/blocks/_b-property.scss */
.property-type-list li {
  float: left;
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #7f7f7f;
}
/* line 69, scss/blocks/_b-property.scss */
.property-type-list li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
/* line 74, scss/blocks/_b-property.scss */
.property-type-list li a {
  color: #000;
  transition-duration: .25s;
  transition-property: color;
  transition-timing-function: ease-in-out;
}
/* line 77, scss/blocks/_b-property.scss */
.property-type-list li a:hover, .property-type-list li a.active {
  color: #c1d641;
  text-decoration: none;
}

/* line 89, scss/blocks/_b-property.scss */
.building-info tfoot tr:last-child td {
  border-bottom: none !important;
}

/* line 96, scss/blocks/_b-property.scss */
.property-empty {
  background: #feeae1;
  border-top: 1px solid #7f7f7f;
  margin-top: 40px;
  padding: 10px 10px 30px;
  font-size: 32px;
  line-height: 40px;
}
/* line 103, scss/blocks/_b-property.scss */
.property-empty a {
  color: #ed433c;
}

/* line 110, scss/blocks/_b-property.scss */
.progress-chart .highcharts-yaxis-labels span:first-child {
  top: 247px !important;
}
/* line 113, scss/blocks/_b-property.scss */
.progress-chart .highcharts-yaxis-labels span:nth-child(2) {
  top: 191px !important;
}
/* line 116, scss/blocks/_b-property.scss */
.progress-chart .highcharts-yaxis-labels span:nth-child(3) {
  top: 127px !important;
}
/* line 119, scss/blocks/_b-property.scss */
.progress-chart .highcharts-yaxis-labels span:nth-child(4) {
  top: 64px !important;
}
/* line 122, scss/blocks/_b-property.scss */
.progress-chart .highcharts-yaxis-labels span:nth-child(5) {
  top: 6px !important;
}
/* line 125, scss/blocks/_b-property.scss */
.progress-chart .highcharts-yaxis-labels span:nth-child(5) ~ * {
  display: none;
}

/* line 1, scss/blocks/_b-signup.scss */
.signup-page {
  padding: 40px 10px;
}
/* line 3, scss/blocks/_b-signup.scss */
.signup-page form {
  max-width: 200px;
}
/* line 5, scss/blocks/_b-signup.scss */
.signup-page form .form-row {
  margin-bottom: 20px;
}
/* line 8, scss/blocks/_b-signup.scss */
.signup-page form input[type="text"],
.signup-page form input[type="email"],
.signup-page form input[type="password"] {
  width: 100%;
}
/* line 13, scss/blocks/_b-signup.scss */
.signup-page form input[type="submit"] {
  border: none;
  margin: 0 auto;
}

/* line 1, scss/blocks/_b-faq.scss */
.search-faq-section {
  padding: 40px 10px;
  border-bottom: 1px solid #7f7f7f;
}

/* line 5, scss/blocks/_b-faq.scss */
.search-faq-input {
  width: -webkit-calc(100% - 106px);
  width: -moz-calc(100% - 106px);
  width: calc(100% - 106px);
}

/* line 10, scss/blocks/_b-faq.scss */
.search-faq-submit {
  border: none;
}

/* line 14, scss/blocks/_b-faq.scss */
.faq-section h2 {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}

/* line 20, scss/blocks/_b-faq.scss */
.popular-questions {
  font-size: 32px;
  line-height: 40px;
  padding: 5px 10px 20px;
  border-bottom: 1px solid #7f7f7f;
}
/* line 25, scss/blocks/_b-faq.scss */
.popular-questions li {
  margin-bottom: 10px;
}

/* line 29, scss/blocks/_b-faq.scss */
.faq-list {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 24px;
}

/* line 34, scss/blocks/_b-faq.scss */
.faq-list-item {
  border-bottom: 1px solid #7f7f7f;
  margin: 0 -10px;
  padding: 12px 10px 33px;
  position: relative;
  z-index: 1;
  background: #fff;
}
/* line 42, scss/blocks/_b-faq.scss */
.faq-list-item.open .faq-hidden {
  display: block;
}
/* line 46, scss/blocks/_b-faq.scss */
.faq-list-item.open .faq-toggle:after {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* line 52, scss/blocks/_b-faq.scss */
.faq-list-header {
  padding-right: 45px;
  max-width: 500px;
}

/* line 56, scss/blocks/_b-faq.scss */
.faq-hidden {
  display: none;
  margin: 33px 0 -33px;
}

/* line 60, scss/blocks/_b-faq.scss */
h2.faq-list-heading {
  font-size: 32px;
  line-height: 40px;
  font-family: "gotham_book", Arial, Helvetica, sans-serif;
}

/* line 65, scss/blocks/_b-faq.scss */
h3.faq-panel-heading {
  font-size: 18px;
  line-height: 24px;
  font-family: "gotham_bold", Arial, Helvetica, sans-serif;
  margin-bottom: 12px;
}

/* line 71, scss/blocks/_b-faq.scss */
.faq-panel {
  margin: 0 -10px;
  padding: 13px 10px 35px;
  background: #f2f2f2;
}
/* line 75, scss/blocks/_b-faq.scss */
.faq-panel p {
  margin-bottom: 19px;
}

/* line 79, scss/blocks/_b-faq.scss */
.faq-panel-inner {
  max-width: 620px;
}

/* line 82, scss/blocks/_b-faq.scss */
.faq-toggle:before, .faq-toggle:after {
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 2px;
}

/* line 89, scss/blocks/_b-faq.scss */
.faq-toggle:before, .faq-toggle:after {
  content: '';
  background: #000;
}

/* line 93, scss/blocks/_b-faq.scss */
.faq-toggle {
  position: absolute;
  right: 15px;
  top: 30px;
  width: 16px;
  height: 16px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
/* line 104, scss/blocks/_b-faq.scss */
.faq-toggle:after {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition-duration: .25s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}

/* line 1, scss/blocks/_b-contact.scss */
[data-contactIndex],
[data-contactFormIndex] {
  opacity: 0;
  position: absolute;
  z-index: -9999;
}
/* line 6, scss/blocks/_b-contact.scss */
[data-contactIndex].visible,
[data-contactFormIndex].visible {
  opacity: 1;
  position: static;
}

/* line 11, scss/blocks/_b-contact.scss */
[data-contactFormIndex] {
  transition-duration: .25s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}

/* line 14, scss/blocks/_b-contact.scss */
.contact-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -99999;
  opacity: 0;
  top: -200%;
  padding: 20px;
  overflow: auto;
  transition-duration: .25s;
  transition-property: top;
  transition-timing-function: ease-in-out;
}
/* line 26, scss/blocks/_b-contact.scss */
.contact-wrapper.active {
  z-index: 99999;
  opacity: 1;
  top: 0;
}

/* line 32, scss/blocks/_b-contact.scss */
.contact-holder {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  top: 0;
  position: relative;
}

/* line 40, scss/blocks/_b-contact.scss */
.contact-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 45, scss/blocks/_b-contact.scss */
.contact-block {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border-top: 4px solid #c1d641;
  max-width: 740px;
  width: 100%;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  text-align: left;
}
/* line 55, scss/blocks/_b-contact.scss */
.contact-block section {
  padding: 0 10px;
  margin-top: 20px;
  border-bottom: 1px solid #7f7f7f;
}
/* line 59, scss/blocks/_b-contact.scss */
.contact-block section:last-child {
  border-bottom: none;
}
/* line 63, scss/blocks/_b-contact.scss */
.contact-block .form-label-holder {
  padding-top: 9px !important;
}
/* line 66, scss/blocks/_b-contact.scss */
.contact-block .form-row {
  margin-bottom: 20px;
}
/* line 69, scss/blocks/_b-contact.scss */
.contact-block input[type="text"],
.contact-block input[type="email"],
.contact-block input[type="password"] {
  width: 100%;
}

/* line 75, scss/blocks/_b-contact.scss */
.contact-heading {
  text-transform: uppercase;
  border-bottom: 1px solid #7f7f7f;
  position: relative;
  padding: 0 10px 30px;
}
/* line 80, scss/blocks/_b-contact.scss */
.contact-heading .close-link {
  position: absolute;
  top: 0;
  right: 10px;
}
/* line 85, scss/blocks/_b-contact.scss */
.contact-heading input[type="text"] {
  position: absolute;
  right: 45px;
  top: -5px;
  width: 200px;
}

/* line 92, scss/blocks/_b-contact.scss */
.contact-submit {
  border: none;
  width: 200px;
}

/* line 96, scss/blocks/_b-contact.scss */
.contact-success {
  display: none;
}

/* line 3, scss/utilities/_mixins.scss */
.property_notes-holder:after {
  content: '';
  display: block;
  clear: both;
}
/* line 101, scss/blocks/_b-contact.scss */
.property_notes-holder .cs-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 450px;
  margin-right: 5px;
}

/* line 109, scss/blocks/_b-contact.scss */
.property_notes-hidden textarea {
  max-width: 540px;
  height: 70px;
}

/* line 114, scss/blocks/_b-contact.scss */
.property_notes-hidden {
  color: #bfbfbf;
}

/* line 117, scss/blocks/_b-contact.scss */
span.property_notes-hidden {
  display: inline-block;
  vertical-align: middle;
}

/* line 121, scss/blocks/_b-contact.scss */
.checkbox-holder {
  margin-bottom: 5px;
}

/* line 124, scss/blocks/_b-contact.scss */
.styleable-checkbox {
  display: none;
}
/* line 126, scss/blocks/_b-contact.scss */
.styleable-checkbox + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  color: #bfbfbf;
  transition-duration: .25s;
  transition-property: color;
  transition-timing-function: ease-in-out;
}
/* line 132, scss/blocks/_b-contact.scss */
.styleable-checkbox + label:hover {
  color: #7f7f7f;
}
/* line 135, scss/blocks/_b-contact.scss */
.styleable-checkbox + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  transition-duration: .25s;
  transition-property: border-color;
  transition-timing-function: ease-in-out;
}
/* line 146, scss/blocks/_b-contact.scss */
.styleable-checkbox + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 11px;
  height: 11px;
  background: transparent;
  box-sizing: border-box;
  transition-duration: .25s;
  transition-property: background;
  transition-timing-function: ease-in-out;
}
/* line 159, scss/blocks/_b-contact.scss */
.styleable-checkbox:checked + label {
  color: #7f7f7f;
}
/* line 161, scss/blocks/_b-contact.scss */
.styleable-checkbox:checked + label:before {
  border-color: #bfbfbf;
}
/* line 164, scss/blocks/_b-contact.scss */
.styleable-checkbox:checked + label:after {
  background: #bfbfbf;
}

/* line 170, scss/blocks/_b-contact.scss */
.fixed-form-block {
  height: 363px;
  position: relative;
}
/* line 173, scss/blocks/_b-contact.scss */
.fixed-form-block > .form-button-holder {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 1, scss/blocks/_b-loading.scss */
.loading-wrapper {
  opacity: 0;
  z-index: -9999;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  transition-duration: .25s;
  transition-property: opacity;
  transition-timing-function: ease-in-out;
}

/* line 13, scss/blocks/_b-loading.scss */
.loading .loading-wrapper {
  opacity: 1;
  z-index: 9999;
}

/* line 18, scss/blocks/_b-loading.scss */
.loading-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
}

.side-chart-wrapper {
    margin-top: 20px;
}

.energy-use-panel h3{
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  font-family: "gotham_bold", Arial, Helvetica, sans-serif;
  margin-bottom:20px;

}

.property-chart-placeholder {
  height:250px;
}