@charset "UTF-8";
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}
.fa-won:before, .fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*------------------------------------*\
 #UTILITIES
 Author: Christopher Satterthwaite
 \*------------------------------------*/
/**
 * CONTENTS
 *
 * BRANDING COLORS
 * branding-colors ............................ Loop that sets up the base branding colors. these colors will be used to generate Buttons, Slabs, and site colors.
 *
 *
 * COLOR VARIABLES
 * brand colors................................. Adds the CSS grid header styles based on the container-grid.
 * text colors ................................. Styles for the header bar (phone, email social media bar).
 * default colors .............................. Styles that conteol how the header will shrink when scrolled.
 *
 *
 * SOCIAL MEDIA COLORS
 * social-media-colors .......................... Loop that sets up the social media branding colors used for the social media and share bar.
 *
 *
 * FONT VARIABLES
 * font-primary ................................. Sets the default font used for body, buttons etc. Note you have to make sure that in the Admin options you set up the Goolge font.
 * font-secondary ............................... Sets the secondary font used hor the Headings. Note you have to make sure that in the Admin options you set up the Goolge font.
 *
 *
 * FORM VARIABLES
 * input-height ................................. Sets the forms input heights for Text, select, and Dropdowns.
 * textarea-height .............................. Sets the hight for Textareas.
 * icon-color ................................... Sets the icon color used on the forms.
 * input-border-color ........................... Sets the border color on all form input elements.
 *
 *
 * BREAKPOINTS
 * breakpoint variables ......................... Sets the sizes for the brakepoints for mobile, tablet, and Desktop.
 * breakpoint loop .............................. Creates the loop for the breakpoints mixin.
 * breakpoint mixin ............................. Creates the breakpoint mixin.
 *
 *
 * VENDER PREFIX
 * prefix ....................................... Used to create the diffrent vender prefix for Moz, Edge, Opera, and Chrome.
 **/
@font-face {
  font-family: "Work Sans";
  src: url(../fonts/Work_Sans/WorkSans-Regular.ttf);
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(/wp-content/themes/getonrealestate/assets/images/swipebox/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev, #swipebox-next, #swipebox-close {
  background-image: url(/wp-content/themes/getonrealestate/assets/images/swipebox/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled, #swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
 --------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  margin: 0;
  min-height: 105px;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 105px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-Slider ul li {
  position: relative;
}
.slick-Slider ul li img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/getonrealestate/assets/images/ajax-loader.gif") center center no-repeat;
}
.slick-list .slick-slide {
  border: 2px solid #fff;
}
/* Icons */
/* Arrows */
.slick-slider:hover .slick-arrow {
  opacity: 1;
}
.slick-arrow {
  position: absolute;
  font-size: 0;
  width: 50px;
  padding: 0;
  border: none;
  z-index: 2;
  opacity: 0;
  transition: 0.3s all;
  height: 75px;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow.slick-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 50px 50px 0;
}
.slick-arrow.slick-prev:before {
  content: "\f104";
  font-family: "fontawesome";
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 8px;
  color: #fff;
  transform: translateY(-50%);
}
.slick-arrow.slick-next {
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px 0 0 50px;
}
.slick-arrow.slick-next:before {
  content: "\f105";
  font-family: "fontawesome";
  font-size: 50px;
  position: absolute;
  top: 50%;
  right: 8px;
  color: #fff;
  transform: translateY(-50%);
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "fontawesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*------------------------------------*\
 #GLOBAL
 Author: Christopher Satterthwaite
 \*------------------------------------*/
/**
 * CONTENTS
 *
 * HTML
 * html ........................................ Sets the html defaults, and base font size.
 *
 *
 * BODY
 * body......................................... Sets the default font, the font size, background color, and the margin from the top (used for fixed header).
 *
 *
 * TYPOGRAPHY
 * ............................................. Styles for the base Header typography.
 *
 *
 *
 * TYPOGRAPHY RESETS
 * .............................................. Resets for the Paraghraphs, UL, OL, Sub etc.
 *
 *
 * LINKS
 * a ............................................ Sets the off, hover, and visited state colors for links.
 *
 *
 * FANCY BULLETS
 * fancy-bullets ................................ Style for make bulleted lists look fancy.
 *
 *
 * LEAD
 * lead ......................................... Style for making the lead paragraph text larger.
 *
 * GOOGLE MAPS
 * map-responsive ............................... Makes the Google maps responsive.
 *
 *
 * CARDS
 * card-panel ................................... Card Panel styles.
 * card ......................................... Base styles for cards.
 * card sizes defaults .......................... Defaults for the diffrent sized cards.
 * card sizes ................................... Sets the heights for each card size.
 * horizontal ................................... Horizontal Card styles.
 * card-image.img-bg ............................ Styles for card background images.
 * card-image ................................... Styles for images used in cards.
 * card-content ................................. Card content styles.
 * card-action .................................. Card Action bar styles.
 *
 *
 * DROPSHADOWS
 * .............................................. A set of styles for creating material design dropshadows.
 *
 *
 * FORCE FULL WIDTH
 * forceFullWidth ............................... Used to make a div, slab, etc span the full screen width when in the content area.
 *
 *
 * TRANSITIONS
 * transition ................................... A generic style used to add a ease in effect on elements.note to use this stlye add @extend .transition;.
 *
 *
 *
 * SCSS ERROR
 * scss_errors ................................. Styles for the erro messages generated from WP SCSS.
 **/
html {
  overflow-x: hidden;
  max-width: 100%;
  font-size: 16px;
  line-height: 21px;
  text-rendering: optimizeLegibility;
}
@media (min-width: 991px) {
  html {
    font-size: 16px;
  }
}
body {
  max-width: 100%;
  overflow-x: hidden;
  margin-top: 124px;
  padding: 0;
  background-color: #fff;
  color: #2c2c2c;
  font-family: 'Work Sans', sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.3571429rem;
  font-weight: 300;
}
@media (min-width: 991px) {
  body {
    margin-top: 124px;
  }
}
h1, .h1, h2, .h2, h3, .neighbourhood-notice:before, .h3, h4, .h4, h5, .h5 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
}
h1, .h1 {
  color: #003067;
  font-size: 1.9rem;
  line-height: 2.7142857rem;
  margin-top: 1.3571429rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
h2, .h2 {
  color: #2c2c2c;
  font-size: 1.9285714rem;
  line-height: 2.7142857rem;
  margin-top: 1.3571429rem;
  margin-bottom: 1.3571429rem;
}
h3, .neighbourhood-notice:before, .h3 {
  color: #2c2c2c;
  font-size: 1.3571429rem;
  line-height: 1.3571429rem;
  margin-top: 1.3571429rem;
  margin-bottom: 1.3571429rem;
}
h4, .h4 {
  color: #2c2c2c;
  font-size: 1rem;
  line-height: 1.3571429rem;
  margin-top: 1.3571429rem;
  margin-bottom: 0rem;
}
h5, .h5 {
  color: #2c2c2c;
  font-size: 1rem;
  line-height: 1.3571429rem;
  margin-top: 1.3571429rem;
  margin-bottom: 0rem;
}
p, ul, ol, pre, table, blockquote {
  font-family: 'Work Sans', sans-serif;
  margin-top: 0rem;
  margin-bottom: 1.3571429rem;
}
p {
  font-size: 0.9rem;
  line-height: 1.7;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
hr, .hr {
  border: 1px solid;
  margin: -1px 0;
}
sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
strong {
  color: #003067;
}
a {
  color: #007ea7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #00445b;
  text-decoration: none;
}
.fancy-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.375rem;
}
.fancy-bullets li {
  padding-left: 1em;
  text-indent: -0.7em;
  margin-bottom: 6px;
}
.fancy-bullets li:before {
  content: "• ";
  color: #000;
}
.lead {
  color: #003067;
  font-size: 18px !important;
  font-weight: 400;
  font-family: 'Work Sans', sans-serif;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.card-panel {
  transition: box-shadow 0.25s;
  padding: 15px;
  margin: 8px 0 15px 0;
  border-radius: 2px;
  background-color: #fff;
}
.card {
  position: relative;
  margin: 8px 0 15px 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
}
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}
.card .card-title span:first-of-type {
  font-size: 14px;
  line-height: 2.2;
}
.card .card-title h2, .card .card-title h1 {
  margin: 0 0 8px 0;
  font-size: 22px;
  line-height: 1.2;
  font-family: 'Work Sans', sans-serif;
}
.card .card-title span:last-of-type {
  font-size: 20px;
}
.card .card-title.activator {
  cursor: pointer;
}
.card.small, .card.medium, .card.large {
  position: relative;
}
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card.small {
  height: 300px;
}
.card.medium {
  height: 400px;
}
.card.large {
  height: 500px;
}
@media (min-width: 991px) {
  .card.horizontal {
    display: flex;
  }
  .card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
    height: 100%;
    max-height: none;
    overflow: visible;
  }
  .card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
    height: 100%;
  }
  .card.horizontal .card-image {
    max-width: 40%;
  }
  .card.horizontal .card-image img {
    border-radius: 2px 0 0 2px;
    max-width: 100%;
    width: auto;
  }
  .card.horizontal .card-stacked {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
  }
  .card.horizontal .card-stacked .card-content {
    flex-grow: 1;
  }
  .card.horizontal .card-stacked .card-content .card-title {
    display: block;
    margin-bottom: 30px;
  }
  .card.horizontal .card-stacked .card-content .card-title a {
    color: #000;
  }
}
.card .card-image.img-bg {
  min-width: 40%;
  min-height: 200px;
  background-position: center;
  background-size: 120%;
  background-repeat: no-repeat;
}
@media (min-width: 1199px) {
  .card .card-image.img-bg {
    min-height: 245px;
  }
}
.card .card-image.img-bg a {
  display: block;
}
.card .card-image {
  position: relative;
  overflow: hidden;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
}
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}
.card .card-content p {
  margin: 0;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.4;
}
.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, .2);
  padding: 5px 0px;
  margin-top: 2%;
}
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}
.card .card-action .btn, .card .card-action .gform_wrapper .gform_button, .gform_wrapper .card .card-action .gform_button {
  font-size: 14px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #007ea7;
  margin-right: 24px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #007ea7;
}
.z-depth-0 {
  box-shadow: none !important;
}
.z-depth-1, .card-panel, .card, .container-header .header-fixed, .geton-Header-Carousel .content-hero-text .btn, .geton-Header-Carousel .content-hero-text .gform_wrapper .gform_button, .gform_wrapper .geton-Header-Carousel .content-hero-text .gform_button, .blog-grid .post {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-4 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}
.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.forceFullWidth {
  min-width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.transition, a, .navbar-default, .navbar-default .navbar-header, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav .current_page_parent > a, .navbar-default .navbar-nav .current_page_parent > a:hover, .navbar-default .navbar-nav .current_page_parent > a:focus, .navbar-default .navbar-nav > .dropdown, .navbar-default .navbar-toggle .icon-bar, .btn, .gform_wrapper .gform_button, .listing-actions .share-bar-wrapper, .development-actions .share-bar-wrapper, .neighbourhood-actions .share-bar-wrapper, #agentOnDuty, .home .listings-grid-home .listings .listing-wrapper .listing-content {
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  -ms-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.scss_errors {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
}
.color-palette {
  min-height: 75px;
  color: white;
  text-align: center;
}
.shrink .navbar-default {
  background-color: #fff;
}
@media (min-width: 991px) {
  .shrink .navbar-default {
    background-color: #fff;
  }
}
.shrink .navbar-default .navbar-header {
  border-top: solid 1px #fff;
  margin: 0 -15px;
}
.shrink .navbar-default .navbar-nav {
  border-top: solid 1px #fff;
}
.shrink .navbar-default .navbar-toggle {
  background-color: rgba(255, 255, 255, 1);
}
.shrink .navbar-default .navbar-toggle:hover, .shrink .navbar-default .navbar-toggle:focus {
  background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 991px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.nav-quick-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
}
.nav-quick-links li {
  width: 50%;
  font-size: 1rem;
  text-align: left;
}
.nav-quick-links li a {
  display: block;
  color: #003067;
  line-height: 50px;
  text-align: center;
}
.navbar-default {
  min-height: 50px;
  margin-bottom: 0;
  background-color: #fff !important;
  border: 0;
  border-radius: 0;
}
@media (min-width: 991px) {
  .navbar-default {
    min-height: auto;
  }
}
.navbar-default .navbar-brand {
  padding: 0;
  width: 80%;
  height: 50px;
}
.navbar-default .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  margin: 0;
}
.navbar-default .navbar-nav .logo {
  padding: 0 156px 10px 128px;
  position: relative;
  height: 81px;
}
.navbar-default .navbar-nav .logo a {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 135px;
  transition: all 0.8s ease;
}
.navbar-default .navbar-nav .logo img {
  height: 90%;
  margin: 5% auto;
}
@media (min-width: 991px) {
  .navbar-default .navbar-nav {
    margin: 0;
  }
  .navbar-default .navbar-nav li:last-child a {
    padding-right: 0;
  }
}
@media (min-width: 991px) {
  .navbar-default .navbar-nav > li {
    float: none;
    display: inline-block;
  }
}
.navbar-default .navbar-nav > li .caret {
  color: #007ea7;
}
.navbar-default .navbar-nav > li > a {
  background-color: transparent;
  color: #134780;
  font-size: 1.1rem;
  font-family: 'Work Sans', sans-serif;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding: 10px 13px;
    background-color: transparent;
    color: #003067;
    font-size: 1rem;
  }
}
@media (min-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    padding: 10px 22px;
    font-size: 0.8rem;
  }
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #c7c7c7;
}
@media (min-width: 991px) {
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #007ea7;
  }
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent !important;
  color: #fff;
}
@media (min-width: 991px) {
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #007ea7 !important;
  }
}
.navbar-default .navbar-nav .current_page_parent > a, .navbar-default .navbar-nav .current_page_parent > a:hover, .navbar-default .navbar-nav .current_page_parent > a:focus {
  background-color: transparent;
  color: #003067;
}
@media (min-width: 991px) {
  .navbar-default .navbar-nav .current_page_parent > a, .navbar-default .navbar-nav .current_page_parent > a:hover, .navbar-default .navbar-nav .current_page_parent > a:focus {
    background-color: transparent;
    color: #007ea7;
  }
}
.navbar-default .navbar-nav > .dropdown.open > a, .navbar-default .navbar-nav > .dropdown.open > a:hover, .navbar-default .navbar-nav > .dropdown.open > a:focus {
  background-color: transparent;
  color: #003067 !important;
}
.navbar-default .navbar-nav > .dropdown.active > a, .navbar-default .navbar-nav > .dropdown.active > a:hover, .navbar-default .navbar-nav > .dropdown.active > a:focus {
  background-color: transparent;
  color: #003067 !important;
}
.navbar-default .navbar-nav > .dropdown:first-child > .dropdown-menu {
  left: 0;
}
.navbar-default .navbar-nav > .dropdown > .dropdown-menu {
  width: 100%;
  padding: 0;
  background-color: #ecf0f1;
  color: #003067;
  border: 0;
  border-radius: 0 0 3px 3px;
  font-size: 16px;
  overflow: hidden;
}
@media (min-width: 991px) {
  .navbar-default .navbar-nav > .dropdown > .dropdown-menu {
    top: 88%;
    font-size: 12px;
  }
  .navbar-default .navbar-nav > .dropdown > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    width: 8px;
    margin: auto;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ecf0f1;
    border-left: 6px solid transparent;
    content: '';
  }
}
.navbar-default .navbar-nav > .dropdown > .dropdown-menu > .active > a, .navbar-default .navbar-nav > .dropdown > .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav > .dropdown > .dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #003067;
}
@media (min-width: 991px) {
  .navbar-default .navbar-nav > .dropdown > .dropdown-menu > .active > a, .navbar-default .navbar-nav > .dropdown > .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav > .dropdown > .dropdown-menu > .active > a:hover {
    background-color: transparent;
    color: #007ea7;
  }
}
.navbar-default .navbar-nav > .dropdown > .dropdown-menu > li {
  background-color: #ecf0f1;
  transition: background-color 0.5s ease;
}
.navbar-default .navbar-nav > .dropdown > .dropdown-menu > li:hover {
  background-color: #fff;
}
.navbar-default .navbar-nav > .dropdown > .dropdown-menu > li > a {
  padding: 8px 10px;
  background-color: transparent;
  color: #003067;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  text-decoration: none;
}
@media (min-width: 991px) {
  .navbar-default .navbar-nav > .dropdown > .dropdown-menu > li > a {
    font-size: 14px;
  }
}
.navbar-default .navbar-nav > .dropdown > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > .dropdown > .dropdown-menu > li > a:focus {
  color: #007ea7;
  background-color: transparent;
}
.navbar-default .navbar-nav > .dropdown .divider {
  height: 3px;
  max-width: 80px;
  margin: 10px 20px;
  background-color: #bdc3c7;
  overflow: hidden;
}
.navbar-default .navbar-toggle {
  float: right;
  width: 53px;
  height: 53px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  width: 24px;
  height: 2px;
  margin: -1px 0 0 -12px;
  position: absolute;
  left: 50%;
  background-color: #003067;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(1) {
  -webkit-transform: rotate3D(0, 0, 1, 45deg);
  -moz-transform: rotate3D(0, 0, 1, 45deg);
  -ms-transform: rotate3D(0, 0, 1, 45deg);
  -o-transform: rotate3D(0, 0, 1, 45deg);
  transform: rotate3D(0, 0, 1, 45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
  -webkit-transform: rotate3D(0, 0, 1, -45deg);
  -moz-transform: rotate3D(0, 0, 1, -45deg);
  -ms-transform: rotate3D(0, 0, 1, -45deg);
  -o-transform: rotate3D(0, 0, 1, -45deg);
  transform: rotate3D(0, 0, 1, -45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(1) {
  top: 38%;
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(2) {
  top: 50%;
  opacity: 1;
}
.navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(3) {
  top: 62%;
}
.navbar-default .navbar-collapse {
  border: 0;
  background-color: #ecf0f1;
  border-top: none;
}
@media (min-width: 991px) {
  .navbar-default .navbar-collapse {
    min-height: auto;
    padding: 0;
    background-color: transparent;
  }
}
.btn, .gform_wrapper .gform_button {
  padding: 8px 20px;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
  margin: 1%;
}
.btn:hover, .gform_wrapper .gform_button:hover, .btn:focus, .gform_wrapper .gform_button:focus, .btn:active, .gform_wrapper .gform_button:active {
  color: #fff;
}
.btn-xs, .btn-group-xs > .btn, .gform_wrapper .btn-group-xs > .gform_button {
  padding: 14px 10px;
  font-size: 12px;
  font-weight: normal;
}
.btn-sm, .btn-group-sm > .btn, .gform_wrapper .btn-group-sm > .gform_button {
  padding: 14px 12px;
  font-size: 14px;
}
.btn-lg, .btn-group-lg > .btn, .gform_wrapper .btn-group-lg > .gform_button {
  padding: 15px 30px;
  font-size: 18px;
}
.btn .fa, .gform_wrapper .gform_button .fa {
  margin: 0 5px;
}
.btn-blue, .btn-primary, .gform_wrapper .gform_button {
  background-color: #003067;
}
.btn-blue:hover, .btn-primary:hover, .gform_wrapper .gform_button:hover, .btn-blue:focus, .btn-primary:focus, .gform_wrapper .gform_button:focus, .btn-blue:active, .btn-primary:active, .gform_wrapper .gform_button:active, .btn-blue.active.focus, .btn-primary.active.focus, .gform_wrapper .gform_button.active.focus, .btn-blue.active:focus, .btn-primary.active:focus, .gform_wrapper .gform_button.active:focus, .btn-blue.active:hover, .btn-primary.active:hover, .gform_wrapper .gform_button.active:hover, .btn-blue:active.focus, .btn-primary:active.focus, .gform_wrapper .gform_button:active.focus, .btn-blue:active:focus, .btn-primary:active:focus, .gform_wrapper .gform_button:active:focus, .btn-blue:active:hover, .btn-primary:active:hover, .gform_wrapper .gform_button:active:hover {
  background-color: #001834;
}
.btn-orange {
  background-color: #e8731f;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active.focus, .btn-orange.active:focus, .btn-orange.active:hover, .btn-orange:active.focus, .btn-orange:active:focus, .btn-orange:active:hover {
  background-color: #c05c14;
}
.btn-silver, .btn-default {
  background-color: #c7c7c7;
}
.btn-silver:hover, .btn-default:hover, .btn-silver:focus, .btn-default:focus, .btn-silver:active, .btn-default:active, .btn-silver.active.focus, .btn-default.active.focus, .btn-silver.active:focus, .btn-default.active:focus, .btn-silver.active:hover, .btn-default.active:hover, .btn-silver:active.focus, .btn-default:active.focus, .btn-silver:active:focus, .btn-default:active:focus, .btn-silver:active:hover, .btn-default:active:hover {
  background-color: #aeaeae;
}
.btn-darkblue {
  background-color: #134780;
}
.btn-darkblue:hover, .btn-darkblue:focus, .btn-darkblue:active, .btn-darkblue.active.focus, .btn-darkblue.active:focus, .btn-darkblue.active:hover, .btn-darkblue:active.focus, .btn-darkblue:active:focus, .btn-darkblue:active:hover {
  background-color: #0c2e54;
}
.btn-grey {
  background-color: #bdc3c7;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active.focus, .btn-grey.active:focus, .btn-grey.active:hover, .btn-grey:active.focus, .btn-grey:active:focus, .btn-grey:active:hover {
  background-color: #a1aab0;
}
.btn-charcoal {
  background-color: #2c2c2c;
}
.btn-charcoal:hover, .btn-charcoal:focus, .btn-charcoal:active, .btn-charcoal.active.focus, .btn-charcoal.active:focus, .btn-charcoal.active:hover, .btn-charcoal:active.focus, .btn-charcoal:active:focus, .btn-charcoal:active:hover {
  background-color: #131313;
}
.btn-black {
  background-color: #000;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active.focus, .btn-black.active:focus, .btn-black.active:hover, .btn-black:active.focus, .btn-black:active:focus, .btn-black:active:hover {
  background-color: #000;
}
.btn-offwhite {
  background-color: #ecf0f1;
}
.btn-offwhite:hover, .btn-offwhite:focus, .btn-offwhite:active, .btn-offwhite.active.focus, .btn-offwhite.active:focus, .btn-offwhite.active:hover, .btn-offwhite:active.focus, .btn-offwhite:active:focus, .btn-offwhite:active:hover {
  background-color: #cfd9db;
}
.btn-white, .btn-secondary {
  background-color: #fff;
}
.btn-white:hover, .btn-secondary:hover, .btn-white:focus, .btn-secondary:focus, .btn-white:active, .btn-secondary:active, .btn-white.active.focus, .btn-secondary.active.focus, .btn-white.active:focus, .btn-secondary.active:focus, .btn-white.active:hover, .btn-secondary.active:hover, .btn-white:active.focus, .btn-secondary:active.focus, .btn-white:active:focus, .btn-secondary:active:focus, .btn-white:active:hover, .btn-secondary:active:hover {
  background-color: #e6e6e6;
}
.btn-green {
  background-color: #007ea7;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active.focus, .btn-green.active:focus, .btn-green.active:hover, .btn-green:active.focus, .btn-green:active:focus, .btn-green:active:hover {
  background-color: #005874;
}
.btn-tan {
  background-color: #d6d9ce;
}
.btn-tan:hover, .btn-tan:focus, .btn-tan:active, .btn-tan.active.focus, .btn-tan.active:focus, .btn-tan.active:hover, .btn-tan:active.focus, .btn-tan:active:focus, .btn-tan:active:hover {
  background-color: #bec3b1;
}
.btn-primary, .gform_wrapper .gform_button {
  color: #fff;
}
.btn-secondary {
  color: #003067;
}
.btn-secondary:hover {
  color: #003067;
}
.btn-default {
  color: #000;
}
.btn-link {
  color: #007ea7;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active.focus, .btn-link.active:focus, .btn-link.active:hover, .btn-link:active.focus, .btn-link:active:focus, .btn-link:active:hover {
  color: #007ea7;
}
.btn-outline {
  color: #003067;
  background-color: transparent;
  border: 1px solid #003067 !important;
}
.btn-outline:hover {
  background-color: rgba(0, 48, 103, 0.5);
  color: #2c2c2c;
}
.container-pagination {
  width: 100%;
}
.container-pagination .pagination {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
}
.container-pagination .pagination a, .container-pagination .pagination span {
  color: #003067;
}
.container-pagination .pagination a:hover, .container-pagination .pagination span:hover {
  color: #003067;
}
.container-pagination .pagination .active a, .container-pagination .pagination .active span, .container-pagination .pagination .active a:hover, .container-pagination .pagination .active span:hover, .container-pagination .pagination .active a:focus, .container-pagination .pagination .active span:focus {
  color: #fff;
  background-color: #003067;
  border-color: #003067;
}
.container-pager {
  width: 100%;
  border-top: 1px solid #eee;
}
.container-pager .pager a, .container-pager .pager span {
  padding: 14px 20px;
  background-color: #003067;
  border: 1px solid #003067;
  color: #fff;
  border-radius: 3px;
}
.container-pager .pager a:hover, .container-pager .pager span:hover {
  background-color: #001834;
}
.form-control {
  height: auto;
  padding: 4px 7px 4px 8px;
  border-color: #bdc3c7;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 24px;
  cursor: pointer;
  box-shadow: none;
}
.modal {
  padding: 0 !important;
}
.modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  margin: 0;
  transform: translate(-50%, -50%) !important;
}
@media (min-width: 991px) {
  .modal-dialog {
    width: 33%;
  }
}
.modal-dialog > div {
  border: 2px solid #bdc3c7;
  background-color: #ecf0f1;
}
.modal-dialog .modal-content {
  padding: 8px 20px 8px 20px;
}
.modal-dialog span.popup-close-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #003067;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  color: #fff;
  font-size: 0.9rem;
}
/*------------------------------------*\
 #FACETS
 Author: Christopher Satterthwaite
 \*------------------------------------*/
/**
 * CONTENTS
 *
 * FACET SEO
 * facetwp-seo ......................................... Hides the pager generated by Yoast.
 *
 *
 * FACET OVERLAY
 * loader-overlay ...................................... Styles for the Facet loader.
 *
 *
 * GENERIC SEARCH BAR STYLES
 * container-facet-search .............................. The base styles for the search bar. Used on homepage.
 * search-filters ...................................... The base styles for the facet filters. Used on homepage.
 *
 *
 * FACET SELECTIONS
 * facetwp-selections .................................. The styles for the selections that show under the search.
 *
 *
 * SEARCH BAR
 * container-search-bar ................................ The styles for the archive serch bar.
 *
 *
 * FACET CONTROL
 * listing-control-wrapper ............................. General styles for both the top and middle control.
 * control-top ......................................... Top control styles.
 * control-middle ...................................... Middle control styles.
 * facetwp-per-page .................................... Facet per page styles, Note that the select styles are coded here.
 * view-options ........................................ Title and list view button styles.
 * counts .............................................. Facet page dispalying styles.
 * sort ................................................ Facet sort option styles, Note that the select styles are coded here.
 *
 *
 * FACET PAGER
 * paging .............................................. Facet pager wrapper.
 * facetwp-pager ....................................... Facet pager styles.
 **/
.facetwp-seo {
  display: none;
}
.loader-overlay {
  display: none;
}
.container-facet-search {
  width: 100%;
  margin-top: 3%;
  padding: 0;
  background-color: transparent;
  transition-timing-function: ease-in;
  transition: 0.5s;
}
@media (min-width: 991px) {
  .container-facet-search .search-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
  }
}
.container-facet-search .search-top .facetwp-facet-general {
  width: 100%;
  margin-bottom: 1%;
}
@media (min-width: 991px) {
  .container-facet-search .search-top .facetwp-facet-general {
    width: 70%;
    margin-bottom: 0;
  }
}
.container-facet-search .search-top .search-btn, .container-facet-search .search-top .adv-search-btn {
  padding: 7px 21px;
  margin: 1% 0;
  width: 48.5%;
}
@media (min-width: 767px) {
  .container-facet-search .search-top .search-btn, .container-facet-search .search-top .adv-search-btn {
    width: 49%;
    margin: 0;
  }
}
@media (min-width: 991px) {
  .container-facet-search .search-top .search-btn, .container-facet-search .search-top .adv-search-btn {
    width: 14%;
  }
}
.container-facet-search .search-top .search-btn {
  margin-right: 1%;
}
@media (min-width: 991px) {
  .container-facet-search .search-top .search-btn {
    margin-right: 0;
  }
}
.container-facet-search .search-filters {
  display: none;
  padding: 2%;
  background-color: #bdc3c7;
  color: #000;
  border-radius: 0 0 4px 4px;
  font-size: 1rem;
  margin-top: 1%;
  box-shadow: none;
}
.container-facet-search .search-filters.viz {
  display: block;
}
.container-facet-search .search-filters .filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.container-facet-search .search-filters .filters .facet {
  width: 100%;
  padding: 1%;
}
@media (min-width: 991px) {
  .container-facet-search .search-filters .filters .facet {
    width: 33.3%;
  }
}
.container-facet-search .search-filters .filters .facet span {
  display: block;
  margin-bottom: 0.8%;
}
.container-facet-search .search-filters .filters .facetwp-dropdown, .container-facet-search .search-filters .filters .facetwp-number {
  width: 100%;
  padding: 7px 12px;
  color: #000;
  border: 1px solid #bdc3c7;
  border-radius: 4px;
  box-shadow: none;
}
.container-facet-search .search-filters .filters .price-min, .container-facet-search .search-filters .filters .price-max {
  width: 49%;
}
.container-facet-search .search-filters .filters .price-min {
  margin-right: 1%;
}
.container-facet-search .search-filters .filters-footer {
  text-align: right;
  padding: 0 1.6%;
}
.container-facet-search .search-filters .filters-footer .btn-reset {
  cursor: pointer;
  color: #fff;
}
.facetwp-selections ul {
  padding: 0;
  margin-top: 15px;
  list-style: none;
}
.facetwp-selections ul li {
  display: block;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 1px 4px;
  background-color: #003067;
  border: 1px solid #003067;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.9;
}
@media (min-width: 991px) {
  .facetwp-selections ul li {
    display: inline-block;
    width: auto;
    margin: 0 1rem 0 0;
    font-size: 0.7rem;
    text-align: left;
  }
}
.facetwp-selections ul li .facetwp-selection-label {
  color: #bdc3c7;
}
.facetwp-selections ul li .facetwp-selection-value {
  cursor: pointer;
  padding-right: 16px;
  background-image: url(../images/facetwp/icon-close.png);
  background-size: 12px 12px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
}
.container-search-bar {
  padding: 2% 0;
  background-color: #003067;
}
@media (min-width: 991px) {
  .container-search-bar {
    padding: 1% 0;
  }
}
.container-search-bar .search-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
@media (min-width: 991px) {
  .container-search-bar .search-top {
    padding-bottom: 1%;
  }
}
.container-search-bar .search-top .facetwp-facet-general {
  flex-grow: 1;
  flex-shrink: 1;
}
.container-search-bar .search-top .facetwp-facet-general .facetwp-search {
  border-color: transparent;
  border-radius: 3px 0 0 3px;
  font-size: 14px;
}
.container-search-bar .search-top .facetwp-facet-general .facetwp-search:focus {
  border-color: #aeaeae;
}
.container-search-bar .search-top .btn, .container-search-bar .search-top .gform_wrapper .gform_button, .gform_wrapper .container-search-bar .search-top .gform_button {
  padding: 7px 21px;
  border-radius: 0 3px 3px 0;
}
.container-search-bar .search-filters {
  display: none;
  background-color: #fff;
  border-radius: 3px;
}
@media (min-width: 991px) {
  .container-search-bar .search-filters {
    display: block;
  }
}
.container-search-bar .search-filters .filters {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  padding: 0 0 0 1%;
}
.container-search-bar .search-filters .filters .facet {
  position: relative;
}
.container-search-bar .search-filters .filters .facet .facetwp-number, .container-search-bar .search-filters .filters .facet .facetwp-dropdown {
  display: block;
  padding: 4px 12px 4px 12px;
  background-color: #fff;
  border-color: transparent;
  font-size: 0.8rem;
}
.container-search-bar .search-filters .filters .facet .price-min, .container-search-bar .search-filters .filters .facet .price-max {
  display: inline-block;
  width: 46%;
}
.container-search-bar .search-filters .filters .btn, .container-search-bar .search-filters .filters .gform_wrapper .gform_button, .gform_wrapper .container-search-bar .search-filters .filters .gform_button {
  padding: 14px 21px;
  border-radius: 0 3px 3px 0;
}
.listing-control-wrapper {
  position: relative;
  padding: 3% 0;
}
@media (min-width: 991px) {
  .listing-control-wrapper {
    padding: 1.5% 0 1% 0;
  }
}
.listing-control-wrapper.control-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #bdc3c7;
}
@media (min-width: 991px) {
  .listing-control-wrapper.control-top {
    justify-content: flex-end;
  }
}
.listing-control-wrapper.control-middle {
  margin-bottom: 2.5%;
  border-bottom: 1px solid #bdc3c7;
}
@media (min-width: 767px) {
  .listing-control-wrapper.control-middle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5%;
  }
}
@media (min-width: 1199px) {
  .listing-control-wrapper.control-middle {
    justify-content: flex-start;
  }
}
@media (min-width: 767px) {
  .listing-control-wrapper.control-middle > div {
    width: 50%;
  }
}
@media (min-width: 991px) {
  .listing-control-wrapper.control-middle > div {
    width: 33.3%;
  }
}
.listing-control-wrapper .facetwp-per-page {
  margin-right: 2%;
  font-size: 0.7rem;
}
.listing-control-wrapper .facetwp-per-page select {
  height: 28px;
  padding: 4px 7px 4px 8px;
  border-color: #bdc3c7;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 18px;
  cursor: pointer;
  box-shadow: none;
}
.listing-control-wrapper .view-options {
  display: none;
}
@media (min-width: 991px) {
  .listing-control-wrapper .view-options {
    display: block;
  }
}
.listing-control-wrapper .view-options button {
  background: transparent;
  border: none;
  font-size: 0.7rem;
}
.listing-control-wrapper .view-options button .fa {
  font-size: 0.9rem;
}
.listing-control-wrapper .counts {
  display: flex;
  color: #fff;
  font-size: 0.7rem;
}
.listing-control-wrapper .counts span {
  color: #000;
}
.listing-control-wrapper .counts .lable-1 {
  margin-right: 1.5%;
}
.listing-control-wrapper .counts .lable-2 {
  margin-left: 1.5%;
}
.listing-control-wrapper .sort.mobile {
  display: block;
}
@media (min-width: 991px) {
  .listing-control-wrapper .sort.mobile {
    display: none;
  }
}
.listing-control-wrapper .sort.desktop {
  display: none;
}
@media (min-width: 991px) {
  .listing-control-wrapper .sort.desktop {
    display: block;
  }
}
.listing-control-wrapper .sort .facetwp-sort {
  text-align: right;
  font-size: 0.7rem;
}
.listing-control-wrapper .sort .facetwp-sort select {
  height: 32px;
  padding: 4px 24px 4px 8px;
  border-color: #bdc3c7;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 18px;
  cursor: pointer;
  box-shadow: none;
}
.paging {
  padding: 1% 0;
}
@media (min-width: 767px) {
  .paging {
    padding: 0;
  }
}
@media (min-width: 767px) {
  .paging .facetwp-pager {
    text-align: right;
  }
}
@media (min-width: 991px) {
  .paging .facetwp-pager {
    text-align: center;
  }
}
.paging .facetwp-pager span {
  display: none;
}
.paging .facetwp-pager .facetwp-page {
  display: inline-block;
  padding: 6px 10px;
  cursor: pointer;
}
.paging .facetwp-pager .facetwp-page.active {
  background-color: #134780;
  color: #fff;
  border-radius: 4px;
}
footer.paging {
  padding: 3% 0 5% 0;
}
@media (min-width: 991px) {
  footer.paging {
    padding: 2% 0 3% 0;
  }
}
@media (min-width: 767px) {
  footer.paging .facetwp-pager {
    text-align: center;
  }
}
.social-media-bar, .social-media-share-bar {
  margin: 0;
}
.social-media-bar li, .social-media-share-bar li {
  margin: 2px;
  padding: 0;
}
.social-media-bar .btn-social, .social-media-share-bar .btn-social {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  font-size: 12px;
}
.social-media-bar .btn-social:hover, .social-media-share-bar .btn-social:hover, .social-media-bar .btn-social:focus, .social-media-share-bar .btn-social:focus, .social-media-bar .btn-social:active, .social-media-share-bar .btn-social:active {
  background-color: #000;
  color: #fff;
  opacity: 0.8;
}
.social-media-bar .btn-facebook, .social-media-share-bar .btn-facebook {
  background-color: #3b5998;
}
.social-media-bar .btn-facebook:hover, .social-media-share-bar .btn-facebook:hover, .social-media-bar .btn-facebook:active, .social-media-share-bar .btn-facebook:active, .social-media-bar .btn-facebook:focus, .social-media-share-bar .btn-facebook:focus {
  background-color: #2d4373;
}
.social-media-bar .btn-google-plus, .social-media-share-bar .btn-google-plus {
  background-color: #dd4b39;
}
.social-media-bar .btn-google-plus:hover, .social-media-share-bar .btn-google-plus:hover, .social-media-bar .btn-google-plus:active, .social-media-share-bar .btn-google-plus:active, .social-media-bar .btn-google-plus:focus, .social-media-share-bar .btn-google-plus:focus {
  background-color: #c23321;
}
.social-media-bar .btn-instagram, .social-media-share-bar .btn-instagram {
  background-color: #517fa4;
}
.social-media-bar .btn-instagram:hover, .social-media-share-bar .btn-instagram:hover, .social-media-bar .btn-instagram:active, .social-media-share-bar .btn-instagram:active, .social-media-bar .btn-instagram:focus, .social-media-share-bar .btn-instagram:focus {
  background-color: #406582;
}
.social-media-bar .btn-linkedin, .social-media-share-bar .btn-linkedin {
  background-color: #007bb6;
}
.social-media-bar .btn-linkedin:hover, .social-media-share-bar .btn-linkedin:hover, .social-media-bar .btn-linkedin:active, .social-media-share-bar .btn-linkedin:active, .social-media-bar .btn-linkedin:focus, .social-media-share-bar .btn-linkedin:focus {
  background-color: #005983;
}
.social-media-bar .btn-twitter, .social-media-share-bar .btn-twitter {
  background-color: #00aced;
}
.social-media-bar .btn-twitter:hover, .social-media-share-bar .btn-twitter:hover, .social-media-bar .btn-twitter:active, .social-media-share-bar .btn-twitter:active, .social-media-bar .btn-twitter:focus, .social-media-share-bar .btn-twitter:focus {
  background-color: #0087ba;
}
.social-media-bar .btn-youtube, .social-media-share-bar .btn-youtube {
  background-color: #b00;
}
.social-media-bar .btn-youtube:hover, .social-media-share-bar .btn-youtube:hover, .social-media-bar .btn-youtube:active, .social-media-share-bar .btn-youtube:active, .social-media-bar .btn-youtube:focus, .social-media-share-bar .btn-youtube:focus {
  background-color: #800;
}
.social-media-bar .btn-pinterest, .social-media-share-bar .btn-pinterest {
  background-color: #cb2027;
}
.social-media-bar .btn-pinterest:hover, .social-media-share-bar .btn-pinterest:hover, .social-media-bar .btn-pinterest:active, .social-media-share-bar .btn-pinterest:active, .social-media-bar .btn-pinterest:focus, .social-media-share-bar .btn-pinterest:focus {
  background-color: #9f191f;
}
.social-media-bar .btn-flickr, .social-media-share-bar .btn-flickr {
  background-color: #ff0084;
}
.social-media-bar .btn-flickr:hover, .social-media-share-bar .btn-flickr:hover, .social-media-bar .btn-flickr:active, .social-media-share-bar .btn-flickr:active, .social-media-bar .btn-flickr:focus, .social-media-share-bar .btn-flickr:focus {
  background-color: #cc006a;
}
.social-media-bar .btn-rss, .social-media-share-bar .btn-rss {
  background-color: #fe9900;
}
.social-media-bar .btn-rss:hover, .social-media-share-bar .btn-rss:hover, .social-media-bar .btn-rss:active, .social-media-share-bar .btn-rss:active, .social-media-bar .btn-rss:focus, .social-media-share-bar .btn-rss:focus {
  background-color: #cb7a00;
}
.social-media-bar .btn-link, .social-media-share-bar .btn-link {
  background-color: #58585a;
}
.social-media-bar .btn-link:hover, .social-media-share-bar .btn-link:hover, .social-media-bar .btn-link:active, .social-media-share-bar .btn-link:active, .social-media-bar .btn-link:focus, .social-media-share-bar .btn-link:focus {
  background-color: #3f3f40;
}
.copy-to-clipboard {
  margin-bottom: 20px;
}
.social-media-share-bar {
  margin-bottom: 15px;
}
.social-media-share-bar .title {
  display: block;
  font-size: 19px;
  line-height: 26px;
}
.social-media-share-bar .btn-social {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
/*------------------------------------*\
 #MAIN
 Author: Christopher Satterthwaite
 \*------------------------------------*/
/**
 * CONTENTS
 *
 * GRID CONTAINER
 * container-grid ............................ Sets the CSS grid for the header content and footer.
 *
 *
 * HEADER
 * container-header........................... Adds the CSS grid header styles based on the container-grid.
 * header-bar ................................ Styles for the header bar (phone, email social media bar).
 * header-fixed .............................. Styles that conteol how the header will shrink when scrolled.
 * container-logo-mobile ..................... Mobile logo styles.
 * container-logo ............................ Tablet and desktop logo styles.
 *
 *
 * SLIDESHOW
 * geton-Header-Carousel ..................... Base styles for the Boostrap carousel.
 * carousel-fade ............................. Styles for the Fade transition on slides.
 * carousel-inner ............................ Base styles for item and caption.
 * carousel-control .......................... Base styles for the slide controls.
 * carousel-image_container .................. Styles for when an image is used on a slide. Note the padding is what gives the slide it's height.
 * video-background .......................... Styles for when a video is used on a slide.
 * container-hero-text ....................... Base text styles for slides.
 * content-hero-text ......................... Styles for text on slides.
 * slide-listing ............................. Styles for whan a listing is used for a slide.
 * slide-development ......................... Styles for whan a development is used on a slide.
 *
 *
 * BREADCRUMBS
 * container-breadcrumbs ..................... Creates the CSS grid and base wrapper styles for breadcrumbs.
 * breadcrumbs ............................... Styles the p and a tags for the breadcrumbs.
 *
 *
 * CONTENT
 * container-content  ........................ Adds the CSS grid styles based on the container-grid.
 *
 *
 * SLABS
 * slab-{color} .............................. A loop that generates the slab colors based on the colors set in the Utilities.scss.
 * slab ...................................... Base slab styles.
 * slab-content .............................. Styles for the slab content wrapper. Note and H1, h2, p, etc styles should be placed here.
 *
 *
 * TESTIMONIALS
 * container-testimonial ..................... Styles for when the testimonial cta is used. Styles for the Block Quote, P, and cite are here.
 *
 *
 * FOOTER
 * container-footer .......................... Adds Footer CSS grid styles based on the container-grid.
 * footer-widgets ............................ Creates the flex grid for the 4 column layout.
 * footer-information ........................ Creates the flex grid for the 3 column layout.
 * main-logo ................................. Styles for the logo in the footer.
 * brokerage-logo ............................ Styles for the brokerage logo in the footer.
 **/
.container-grid {
  background-image: url('/wp-content/uploads/2019/03/Extended-Backgroun.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: repeat-y;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0;
  grid-template-areas: "header header header header header header header header header header header header" ". content content content content content content content content content content ." "footer footer footer footer footer footer footer footer footer footer footer footer";
}
/*    @include breakpoint(md) {
 grid-template-areas:
 "header header header header header header header header header header header header"
 ". content content content content content content content content content content ."
 "footer footer footer footer footer footer footer footer footer footer footer footer";
 }
 */
header .logo-wrap {
  display: flex;
  justify-content: center;
}
header .logo-wrap .main-logo img {
  max-height: 75px;
  padding: 1em 0 0.5em;
}
.container-header {
  grid-area: header;
  padding-top: 80px;
}
@media (min-width: 991px) {
  .container-header {
    padding-top: 0;
  }
}
.container-header .container-header-media .subpage-spacer {
  margin-top: 250px;
}
.container-header .header-bar {
  display: none;
}
@media (min-width: 991px) {
  .container-header .header-bar {
    display: flex;
    padding: 10px 28px;
    background-color: #003067;
    color: #fff;
    font-size: 0.8rem;
  }
}
.container-header .header-bar a {
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
}
.container-header .header-bar a:hover {
  color: #68dbff;
}
.container-header .header-bar .contact {
  width: 50%;
  padding: 0 0 0 5px;
  margin: 0;
  list-style: none;
}
.container-header .header-bar .contact li {
  display: inline-block;
}
.container-header .header-bar .contact li.spacer {
  color: #003067;
  padding: 0 0.5%;
}
.container-header .header-bar .top-nav-container {
  width: 50%;
}
.container-header .header-bar .top-nav-container .top-nav {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.container-header .header-bar .top-nav-container .top-nav li {
  display: inline-block;
}
.container-header .header-bar .top-nav-container .top-nav li a {
  display: block;
  padding: 0 5px;
}
.container-header .header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  background-color: #fff;
  z-index: 400;
  transform: translateY(0px);
  transition-timing-function: ease-in;
  transition: 0.5s;
}
@media (min-width: 991px) {
  .container-header .header-fixed {
    border: none;
  }
}
.container-header .header-fixed.shrink {
  background-color: #fff;
  transform: translateY(-108px);
  transition-timing-function: ease-out;
  transition: 0.5s;
}
@media (min-width: 991px) {
  .container-header .header-fixed.shrink {
    transform: translateY(-42px);
  }
}
.container-header .header-fixed .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0;
}
.container-header .header-fixed ul#main-navigation > li > a {
  text-align: center;
}
.container-header .container-logo-mobile .main-logo a {
  display: block;
  width: 140px;
  margin: 0 auto;
}
.container-header .container-logo-mobile .main-logo a img {
  width: 174px;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .container-header .container-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 15px;
  }
}
.container-header .container-logo .main-logo img {
  width: 160px;
}
.geton-Header-Carousel {
  z-index: 100;
}
.geton-Header-Carousel.carousel {
  background: #000;
}
.geton-Header-Carousel.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  transition: opacity 0.6s ease-in-out;
}
.geton-Header-Carousel.carousel-fade .carousel-inner .active {
  opacity: 1 !important;
}
.geton-Header-Carousel.carousel-fade .carousel-inner .active.left, .geton-Header-Carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.geton-Header-Carousel.carousel-fade .carousel-inner .next.left, .geton-Header-Carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.geton-Header-Carousel.carousel-fade .carousel-control {
  z-index: 2;
}
.geton-Header-Carousel .carousel-inner {
  overflow: hidden;
  z-index: 0;
  width: 100%;
}
.geton-Header-Carousel .carousel-inner .item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.geton-Header-Carousel .carousel-inner .carousel-caption {
  top: 50%;
  bottom: initial;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
  transform: translateY(-50%);
}
.geton-Header-Carousel .carousel-control {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.geton-Header-Carousel .carousel-control .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.geton-Header-Carousel .carousel-image_container {
  position: relative;
  width: 100%;
  padding-top: 45%;
}
.geton-Header-Carousel .carousel-image_container .carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100%;
}
@media (min-width: 767px) {
  .geton-Header-Carousel .carousel-image_container .carousel-image {
    background-size: cover;
  }
}
.geton-Header-Carousel .video-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  padding-top: 60%;
  background: #000;
}
.geton-Header-Carousel .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.geton-Header-Carousel .video-background .video-foreground {
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  pointer-events: none;
}
.geton-Header-Carousel .container-hero-text {
  position: absolute;
  top: 86%;
  width: 100%;
  transform: translateY(-76%);
  z-index: 200;
}
@media (min-width: 767px) {
  .geton-Header-Carousel .container-hero-text {
    top: 60%;
    transform: translateY(-50%);
  }
}
.geton-Header-Carousel .content-hero-text {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  /* max-width: 940px; */
  padding: 15px;
}
.geton-Header-Carousel .content-hero-text .heading {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-family: 'Cantarell', sans-serif;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.2;
  text-shadow: 0 1px 1px rgba(12, 61, 88, 0.65);
}
@media (min-width: 991px) {
  .geton-Header-Carousel .content-hero-text .heading {
    font-size: 39px;
  }
}
.geton-Header-Carousel .content-hero-text .caption {
  color: #fff;
  max-width: 680px;
  margin: auto;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 1.4;
  text-shadow: 0 1px 1px rgba(12, 61, 88, 0.65);
}
@media (min-width: 991px) {
  .geton-Header-Carousel .content-hero-text .caption {
    font-size: 21px;
    line-height: 1.2;
  }
}
.geton-Header-Carousel .content-hero-text .caption p {
  display: block;
  max-width: 550px;
  margin: 0 auto 20px auto;
}
.geton-Header-Carousel .slide_left {
  text-align: left;
}
.geton-Header-Carousel .slide_center {
  text-align: center;
}
.geton-Header-Carousel .slide_right {
  text-align: right;
}
.geton-Header-Carousel .slide-listing {
  position: relative;
}
.geton-Header-Carousel .slide-listing .listing-info-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.geton-Header-Carousel .slide-listing .listing-info-container .listing-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 10px 4px 14px 4px;
  color: #fff;
}
@media (min-width: 991px) {
  .geton-Header-Carousel .slide-listing .listing-info-container .listing-info {
    padding: 15px 15px 23px 15px;
  }
}
.geton-Header-Carousel .slide-listing .listing-info-container .listing-info > div {
  display: inline-block;
  margin: 0 12px;
}
@media (min-width: 991px) {
  .geton-Header-Carousel .slide-listing .listing-info-container .listing-info > div {
    margin: 0 40px;
  }
}
.geton-Header-Carousel .slide-listing .listing-info-container .listing-info .listing-address {
  font-size: 0.9rem;
  line-height: 1;
}
@media (min-width: 991px) {
  .geton-Header-Carousel .slide-listing .listing-info-container .listing-info .listing-address {
    font-size: 0.8rem;
  }
}
.geton-Header-Carousel .slide-listing .listing-info-container .listing-info .listing-price {
  font-size: 1rem;
}
.geton-Header-Carousel .slide-listing .listing-info-container .listing-info .listing-info-three {
  display: none;
}
@media (min-width: 991px) {
  .geton-Header-Carousel .slide-listing .listing-info-container .listing-info .listing-info-three {
    display: inline-block;
    font-size: 1rem;
  }
}
.geton-Header-Carousel .slide-listing .listing-images-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.geton-Header-Carousel .slide-listing .listing-images-container .listing-image {
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
@media (min-width: 1199px) {
  .geton-Header-Carousel .slide-listing .listing-images-container .listing-image {
    padding-top: 20%;
    min-height: 380px;
  }
}
.geton-Header-Carousel .slide-listing .listing-images-container .listing-image.full {
  width: 100%;
}
.geton-Header-Carousel .slide-listing .listing-images-container .listing-image.half {
  width: 100%;
}
.geton-Header-Carousel .slide-listing .listing-images-container .listing-image.third {
  width: 33.33%;
}
.geton-Header-Carousel .slide-development {
  position: relative;
}
.geton-Header-Carousel .slide-development .development-info-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.geton-Header-Carousel .slide-development .development-info-container .development-info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 2%;
  color: #fff;
}
@media (min-width: 991px) {
  .geton-Header-Carousel .slide-development .development-info-container .development-info {
    flex-direction: row;
    padding: 15px 15px 23px 15px;
  }
}
.geton-Header-Carousel .slide-development .development-info-container .development-info > div {
  display: inline-block;
  margin: 0 12px;
}
@media (min-width: 991px) {
  .geton-Header-Carousel .slide-development .development-info-container .development-info > div {
    margin: 0 40px;
  }
}
.geton-Header-Carousel .slide-development .development-info-container .development-info .development-title {
  font-size: 0.8rem;
  line-height: 1;
}
.geton-Header-Carousel .slide-development .development-info-container .development-info .development-price {
  font-size: 1rem;
}
@media (min-width: 991px) {
  .geton-Header-Carousel .slide-development .development-info-container .development-info .development-price {
    font-size: 0.9rem;
  }
}
.geton-Header-Carousel .slide-development .development-info-container .development-info .development-price span {
  color: #003067;
}
.geton-Header-Carousel .slide-development .development-info-container .development-info .development-info-three {
  display: none;
}
@media (min-width: 991px) {
  .geton-Header-Carousel .slide-development .development-info-container .development-info .development-info-three {
    display: inline-block;
    font-size: 1rem;
  }
}
.geton-Header-Carousel .slide-development .development-images-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
.geton-Header-Carousel .slide-development .development-images-container .development-image {
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
@media (min-width: 1199px) {
  .geton-Header-Carousel .slide-development .development-images-container .development-image {
    padding-top: 20%;
    min-height: 380px;
  }
}
.geton-Header-Carousel .slide-development .development-images-container .development-image.full {
  width: 100%;
}
.geton-Header-Carousel .slide-development .development-images-container .development-image.half {
  width: 100%;
}
.geton-Header-Carousel .slide-development .development-images-container .development-image.third {
  width: 33.33%;
}
.geton-Header-Carousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.geton-Header-Carousel .btn-sm, .geton-Header-Carousel .btn-group-sm > .btn, .geton-Header-Carousel .gform_wrapper .btn-group-sm > .gform_button, .gform_wrapper .geton-Header-Carousel .btn-group-sm > .gform_button {
  padding: 9px 12px;
}
.container-breadcrumbs {
  display: none;
}
@media (min-width: 767px) {
  .container-breadcrumbs {
    display: grid;
    grid-area: breadcrumb;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 0;
    grid-template-areas: " . breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs . ";
    background: #fff;
  }
}
@media (min-width: 1199px) {
  .container-breadcrumbs {
    grid-template-areas: " . . breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs breadcrumbs . . ";
  }
}
.container-breadcrumbs .breadcrumbs {
  grid-area: breadcrumbs;
  color: #000;
  font-size: 0.8rem;
  border-bottom: 1px solid #c7c7c7;
}
.container-breadcrumbs .breadcrumbs p {
  margin: 0;
}
.container-breadcrumbs .breadcrumbs a {
  color: rgba(0, 0, 0, 0.6);
}
.post-type-archive #content {
  margin-top: 12.5vh;
}
.container-content {
  grid-area: content;
  z-index: 200;
  padding: 0 5% 5%;
}
.container-content.content-start {
  grid-area: content-start;
}
.home .container-content {
  padding: 0;
}
.slab-blue {
  background-color: #003067;
  color: #2c2c2c;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
}
.slab-orange {
  background-color: #e8731f;
  color: #2c2c2c;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
}
.slab-silver {
  background-color: #c7c7c7;
  color: #2c2c2c;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
}
.slab-darkblue {
  background-color: #134780;
  color: #2c2c2c;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
}
.slab-grey {
  background-color: #bdc3c7;
  color: #2c2c2c;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
}
.slab-charcoal {
  background-color: #2c2c2c;
  color: #2c2c2c;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
}
.slab-black {
  background-color: #000;
  color: #2c2c2c;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
}
.slab-offwhite {
  background-color: #ecf0f1;
  color: #2c2c2c;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
}
.slab-white {
  background-color: #fff;
  color: #2c2c2c;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
}
.slab-green {
  background-color: #007ea7;
  color: #2c2c2c;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
}
.slab-tan {
  background-color: #d6d9ce;
  color: #2c2c2c;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
}
.slab {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0;
  grid-template-areas: " . slab-content slab-content slab-content slab-content slab-content slab-content slab-content slab-content slab-content slab-content .";
  position: relative;
}
@media (min-width: 1199px) {
  .slab {
    grid-template-areas: " . . slab-content slab-content slab-content slab-content slab-content slab-content slab-content slab-content . .";
  }
}
.slab .slab-content {
  grid-area: slab-content;
  padding: 6% 0;
}
.slab .slab-content .neighbourhood-listings {
  list-style: none;
  text-align: left;
  column-count: 2;
  column-gap: 100px;
  max-width: 800px;
  margin: 0 auto 10px;
  padding: 0;
}
.slab .slab-content .neighbourhood-listings li {
  position: relative;
}
.slab .slab-content .neighbourhood-listings li a {
  color: #fff;
  width: 100%;
  display: inline-block;
}
.slab .slab-content .neighbourhood-listings li a:hover {
  color: #007ea7;
}
.slab .slab-content .neighbourhood-listings li::after {
  content: "\f105";
  position: absolute;
  right: -8px;
  font-family: "FontAwesome";
  color: #007ea7;
  transition: right 0.2s ease;
}
.slab .slab-content .neighbourhood-listings li:hover::after {
  right: -12px;
}
.slab-blue {
  color: rgba(255, 255, 255, 0.9);
}
.slab-blue h1, .slab-blue h2, .slab-blue h3, .slab-blue .neighbourhood-notice:before, .slab-blue h4, .slab-blue h5, .slab-blue h6 {
  color: rgba(236, 240, 241, 0.9);
}
.slab-blue .lead {
  color: #ecf0f1;
}
.slab-blue .card-panel, .slab-blue .card-content {
  color: #001033;
}
.slab-blue .btn-outline {
  color: #ecf0f1;
  background-color: transparent;
  border: 1px solid #ecf0f1 !important;
}
.slab-blue .btn-outline:hover {
  color: #003067;
  background: #ecf0f1;
}
.slab-blue .btn-white, .slab-blue .btn-secondary {
  color: #003067;
}
@media (min-width: 991px) {
  .horizontal {
    display: flex;
  }
  .horizontal.small .card-image, .horizontal.medium .card-image, .horizontal.large .card-image {
    height: 100%;
    max-height: none;
    overflow: visible;
  }
  .horizontal.small .card-image img, .horizontal.medium .card-image img, .horizontal.large .card-image img {
    height: 100%;
  }
  .horizontal .card-image {
    max-width: 40%;
    flex: 1;
  }
  .horizontal .card-image img {
    border-radius: 2px 0 0 2px;
    max-width: 100%;
    width: auto;
  }
  .horizontal .card-image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .horizontal .card-stacked {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
  }
  .horizontal .card-stacked .card-content {
    flex-grow: 1;
  }
  .horizontal .card-stacked .card-content .card-title {
    display: block;
    margin-bottom: 30px;
  }
}
.card-image {
  position: relative;
  overflow: hidden;
}
.card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card-image .img-bg {
  min-width: 40%;
  min-height: 275px;
  background-position: center;
  background-size: 120%;
  background-repeat: no-repeat;
}
.card-image .img-bg a {
  display: block;
  height: 100%;
}
.card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
}
.card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}
.card-content p {
  margin: 0;
  color: inherit;
}
.card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, .2);
  padding: 16px 24px;
}
.card-action:last-child {
  border-radius: 0 0 2px 2px;
}
.card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #007ea7;
  margin-right: 24px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #007ea7;
}
.container-testimonial {
  text-align: center;
}
.container-testimonial .img {
  padding: 20px;
}
.container-testimonial blockquote {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .container-testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.container-footer {
  grid-area: footer;
  z-index: 200;
  padding: 0 0 0 0;
  background-color: #00244e;
  color: #003067;
  font-size: 1em;
}
.container-footer .footer-widgets {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
}
@media (min-width: 991px) {
  .container-footer .footer-widgets {
    flex-direction: row;
  }
}
.container-footer .footer-widgets .address-info {
  padding-top: 1.3571429rem;
}
.container-footer .footer-widgets div.footer-row {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
  border-top: 1px solid #012068;
}
.container-footer .footer-widgets .footer-subcontainer {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  max-width: 1400px;
}
.container-footer .footer-widgets .container-footer .main-logo img {
  margin: 0;
  width: 160px;
}
.container-footer .footer-widgets .container-footer .footer-widgets .footer-contact-card h5 {
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold;
}
.container-footer .footer-widgets .contact-card-inner {
  position: relative;
}
.container-footer .footer-widgets .contact-card-inner div:nth-child(2n+1) {
  text-align: right;
  margin-right: 10px;
  width: calc(50% - 10px);
  display: inline-block;
  float: left;
}
.container-footer .footer-widgets .contact-card-inner div:nth-child(2n) {
  text-align: left;
  margin-left: 10px;
  width: calc(50% - 10px);
  display: inline-block;
  float: right;
  white-space: nowrap;
}
.container-footer .footer-widgets .contact-card-inner::after {
  content: "";
  height: 60px;
  border-right: 1px solid #cbd0d3;
  display: block;
  width: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.container-footer .footer-widgets .clear {
  clear: both;
}
.container-footer .footer-widgets .footer-social {
  margin-top: 10px;
}
.container-footer .footer-widgets .footer-social-header {
  display: inline-block;
  padding-right: 25px;
}
.container-footer .footer-widgets .footer-social-list {
  list-style: none;
  margin: 5px 0 10px;
  padding: 0;
  display: inline-block;
}
.container-footer .footer-widgets .footer-social-list li {
  display: inline-block;
}
.container-footer .footer-widgets .footer-social-list li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #012068;
  color: #012068;
  background: white;
}
.container-footer .footer-widgets .footer-social-list li a:hover {
  border: 1px solid #012068;
  color: white;
  background: #012068;
}
.container-footer .footer-widgets .footer-popular {
  text-align: right;
}
.container-footer .footer-widgets .footer-row h5 {
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.container-footer .footer-widgets .footer-popular ul {
  list-style: none;
  text-align: right;
}
.container-footer .container-disclaimer {
  max-width: 80%;
  text-align: center;
  flex: 0 1 33.33%;
}
.container-footer .container-disclaimer .container {
  width: 100% !important;
  /* Change later */
}
.container-footer .footer-information {
  color: white;
  display: flex;
  padding: 10px 0 24px;
  flex-direction: row;
  align-content: stretch;
  justify-content: center;
  align-items: flex-end;
  margin: 0 20px;
}
.container-footer .footer-information a {
  color: #fff;
}
.container-footer .footer-information .copyright {
  display: block;
  font-size: 12px;
  vertical-align: bottom;
  text-align: left;
  flex: 0 1 33.333%;
  padding-left: 15px;
}
.container-footer .footer-information .footer-links {
  flex: 0 1 33.333%;
  margin: 0;
  padding: 0;
  padding-right: 15px;
}
.container-footer .footer-information .footer-links .footer-credit {
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.container-footer .footer-information .footer-links .footer-credit li {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
}
.container-footer .main-logo img {
  width: 200px;
}
.container-footer .brokerage-logo {
  width: 160px;
  height: auto;
}
.container-footer a {
  color: #003067;
}
.container-footer a:hover {
  color: #68dbff;
  text-decoration: none;
}
.container-footer .footer-credit {
  list-style: none;
}
.container-footer .social-media-bar, .container-footer .social-media-share-bar {
  margin-top: 24px;
}
.container-footer .social-media-bar .btn-social, .container-footer .social-media-share-bar .btn-social {
  width: 28px;
  height: 28px;
  margin-right: 2px;
  background-color: #fff;
  color: #003067;
  font-size: 15px;
  line-height: 28px;
}
.container-footer .social-media-bar .btn-social:hover, .container-footer .social-media-share-bar .btn-social:hover, .container-footer .social-media-bar .btn-social:focus, .container-footer .social-media-share-bar .btn-social:focus, .container-footer .social-media-bar .btn-social:active, .container-footer .social-media-share-bar .btn-social:active {
  background-color: #fff;
  color: #003067;
}
.container-footer .container-disclaimer {
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 991px) {
  .container-footer .container-disclaimer {
    text-align: left;
  }
}
.container-footer .copyright {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.container-footer .geton-credit {
  padding: 5px 0 10px 0;
  background-color: #00244e;
  color: #fff;
  text-align: center;
}
.container-footer .geton-credit a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  text-decoration: none;
}
.container-footer .geton-credit a:hover {
  color: #fff;
}
.widget {
  margin-bottom: 20px;
}
.widget_pages ul {
  padding-left: 0;
}
.widget_archive ul {
  padding-left: 0;
}
.widget_categories ul {
  padding-left: 0;
}
.widget_search {
  margin-top: 38px;
}
.widget_search .form-group {
  width: 100%;
}
.widget_search .input-group {
  width: 100%;
}
.widget_search .input-group-btn {
  width: 39px !important;
}
.widget_recent_entries time {
  display: block;
  font-size: 14px;
}
.alignleft {
  float: left;
  margin: 0 15px 30px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}
.alignright {
  float: right;
  margin: 0 0 30px 15px;
}
.alignnone {
  float: none;
  display: block;
  margin: 0 0 30px 0;
}
.size-full {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
p .alignleft {
  float: left;
  margin: 5px 15px 30px 0;
}
p .aligncenter {
  display: block;
  margin: 5px auto 30px auto;
}
p .alignright {
  float: right;
  margin: 5px 0 30px 15px;
}
p .alignnone {
  float: none;
  display: block;
  margin: 5px 0 30px 0;
}
p .size-full {
  width: 100%;
  height: auto;
  margin: 5px 0 30px 0;
}
.wp-post-image {
  display: block;
  max-width: 100%;
  height: auto;
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.user-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-menu li {
  display: inline-block;
  margin: 0 5px;
}
.user-menu li a {
  position: relative;
  display: block;
  color: #003067;
  font-size: 1rem;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
#geton-user-profile-wrap .tab-content {
  min-height: 400px;
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
}
.favourites-list .listing {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
  margin: 15px 0;
  position: relative;
}
.favourites-list .listing.sold {
  min-height: 54px;
  line-height: 54px;
  padding-right: 90px;
}
.favourites-list .listing.sold .msg {
  padding: 0 20px;
}
.favourites-list .listing.sold .btn-fav {
  position: absolute;
  right: 0;
  top: 0;
}
.favourites-list .listing .image {
  flex: 0 1 auto;
  max-width: 300px;
}
.favourites-list .listing .info {
  flex: 1 1 auto;
  padding: 10px;
  position: relative;
  padding-bottom: 45px;
}
.favourites-list .listing .listing-address {
  margin: 0 0 0 0;
  width: 100%;
}
.favourites-list .listing .listing-address .listing-title {
  display: block;
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}
.favourites-list .listing .listing-price {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #003067;
  border-bottom: 1px solid #bdc3c7;
}
.favourites-list .listing .address-info, .favourites-list .listing .address-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 0;
  margin: 0;
  color: #bdc3c7;
  list-style: none;
  font-size: 0.8rem;
  line-height: 1;
  text-transform: capitalize;
}
.favourites-list .listing .address-info span, .favourites-list .listing .address-features span {
  padding: 5px 15px;
  border-left: 1px solid #bdc3c7;
  border-bottom: 1px solid #bdc3c7;
  flex: 1 0 50%;
  width: 50%;
  text-align: center;
}
.favourites-list .listing .address-info span:nth-child(2n+1), .favourites-list .listing .address-features span:nth-child(2n+1) {
  border-left: none;
}
.favourites-list .listing .address-features {
  margin-top: 5px;
}
.favourites-list .listing .actions {
  padding: 5px 0;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.listing-favorite {
  position: absolute;
  top: 15px;
  right: 15px;
}
.listing-favorite .btn-fav {
  background-color: transparent;
  color: #003067;
  border: none;
  font-family: FontAwesome;
  font-size: 1rem;
}
.listing-favorite .btn-fav:focus {
  outline: none;
}
.listing-favorite .btn-fav .fa-heart {
  color: #003067;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.communities-grid .communities, .properties-grid .properties, .listings-grid .listings, .facetwp-template[data-name="listings"] .listings, .developments-grid .developments, .neighborhoods-grid .neighbourhoods {
  background-color: transparent;
  width: 100%;
}
@media (min-width: 767px) {
  .communities-grid .communities, .properties-grid .properties, .listings-grid .listings, .facetwp-template[data-name="listings"] .listings, .developments-grid .developments, .neighborhoods-grid .neighbourhoods {
    width: 49%;
    margin-right: 2%;
  }
  .communities-grid .communities:nth-child(2n), .properties-grid .properties:nth-child(2n), .listings-grid .listings:nth-child(2n), .facetwp-template[data-name="listings"] .listings:nth-child(2n), .developments-grid .developments:nth-child(2n), .neighborhoods-grid .neighbourhoods:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 991px) {
  .communities-grid .communities, .properties-grid .properties, .listings-grid .listings, .facetwp-template[data-name="listings"] .listings, .developments-grid .developments, .neighborhoods-grid .neighbourhoods {
    width: 48%;
  }
  .communities-grid .communities:nth-child(2n), .properties-grid .properties:nth-child(2n), .listings-grid .listings:nth-child(2n), .facetwp-template[data-name="listings"] .listings:nth-child(2n), .developments-grid .developments:nth-child(2n), .neighborhoods-grid .neighbourhoods:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1199px) {
  .communities-grid .communities, .properties-grid .properties, .listings-grid .listings, .facetwp-template[data-name="listings"] .listings, .developments-grid .developments, .neighborhoods-grid .neighbourhoods {
    width: 32%;
  }
  .communities-grid .communities:nth-child(2n), .properties-grid .properties:nth-child(2n), .listings-grid .listings:nth-child(2n), .facetwp-template[data-name="listings"] .listings:nth-child(2n), .developments-grid .developments:nth-child(2n), .neighborhoods-grid .neighbourhoods:nth-child(2n) {
    margin-right: 2%;
  }
  .communities-grid .communities:nth-child(3n), .properties-grid .properties:nth-child(3n), .listings-grid .listings:nth-child(3n), .facetwp-template[data-name="listings"] .listings:nth-child(3n), .developments-grid .developments:nth-child(3n), .neighborhoods-grid .neighbourhoods:nth-child(3n) {
    margin-right: 0;
  }
}
.communities-grid .communities.list, .properties-grid .properties.list, .listings-grid .listings.list, .facetwp-template[data-name="listings"] .listings.list, .developments-grid .developments.list, .neighborhoods-grid .neighbourhoods.list {
  width: 100%;
  margin: 0;
}
.communities-grid .communities .card, .properties-grid .properties .card, .listings-grid .listings .card, .facetwp-template[data-name="listings"] .listings .card, .developments-grid .developments .card, .neighborhoods-grid .neighbourhoods .card {
  position: relative;
  text-align: center;
}
.communities-grid .communities .card .card-content, .properties-grid .properties .card .card-content, .listings-grid .listings .card .card-content, .facetwp-template[data-name="listings"] .listings .card .card-content, .developments-grid .developments .card .card-content, .neighborhoods-grid .neighbourhoods .card .card-content {
  padding: 0;
}
.communities-grid .communities .card .card-image a, .properties-grid .properties .card .card-image a, .listings-grid .listings .card .card-image a, .facetwp-template[data-name="listings"] .listings .card .card-image a, .developments-grid .developments .card .card-image a, .neighborhoods-grid .neighbourhoods .card .card-image a {
  min-height: 200px;
}
@media (min-width: 1199px) {
  .communities-grid .communities .card .card-image a, .properties-grid .properties .card .card-image a, .listings-grid .listings .card .card-image a, .facetwp-template[data-name="listings"] .listings .card .card-image a, .developments-grid .developments .card .card-image a, .neighborhoods-grid .neighbourhoods .card .card-image a {
    min-height: 245px;
  }
}
.communities-grid .communities .card .card-title, .properties-grid .properties .card .card-title, .listings-grid .listings .card .card-title, .facetwp-template[data-name="listings"] .listings .card .card-title, .developments-grid .developments .card .card-title, .neighborhoods-grid .neighbourhoods .card .card-title {
  margin: 24px 15px 15px;
}
.communities-grid .communities .card .card-title h2, .properties-grid .properties .card .card-title h2, .listings-grid .listings .card .card-title h2, .facetwp-template[data-name="listings"] .listings .card .card-title h2, .developments-grid .developments .card .card-title h2, .neighborhoods-grid .neighbourhoods .card .card-title h2 {
  margin: 0 0 0 0;
  color: #000;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
}
.communities-grid .communities .card .card-title span:last-of-type, .properties-grid .properties .card .card-title span:last-of-type, .listings-grid .listings .card .card-title span:last-of-type, .facetwp-template[data-name="listings"] .listings .card .card-title span:last-of-type, .developments-grid .developments .card .card-title span:last-of-type, .neighborhoods-grid .neighbourhoods .card .card-title span:last-of-type {
  color: #bdc3c7;
  font-size: 16px;
  text-transform: capitalize;
}
.communities-grid .communities .card .card-title .price, .properties-grid .properties .card .card-title .price, .listings-grid .listings .card .card-title .price, .facetwp-template[data-name="listings"] .listings .card .card-title .price, .developments-grid .developments .card .card-title .price, .neighborhoods-grid .neighbourhoods .card .card-title .price {
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
}
.communities-grid .communities .card .listing-info, .properties-grid .properties .card .listing-info, .listings-grid .listings .card .listing-info, .facetwp-template[data-name="listings"] .listings .card .listing-info, .developments-grid .developments .card .listing-info, .neighborhoods-grid .neighbourhoods .card .listing-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0;
  padding: 8px 0;
  background-color: #fff;
  color: #000;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}
.communities-grid .communities .card .listing-info li, .properties-grid .properties .card .listing-info li, .listings-grid .listings .card .listing-info li, .facetwp-template[data-name="listings"] .listings .card .listing-info li, .developments-grid .developments .card .listing-info li, .neighborhoods-grid .neighbourhoods .card .listing-info li {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
}
@media (min-width: 991px) {
  .communities-grid .communities .card .listing-info li, .properties-grid .properties .card .listing-info li, .listings-grid .listings .card .listing-info li, .facetwp-template[data-name="listings"] .listings .card .listing-info li, .developments-grid .developments .card .listing-info li, .neighborhoods-grid .neighbourhoods .card .listing-info li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1199px) {
  .communities-grid .communities .card .listing-info li, .properties-grid .properties .card .listing-info li, .listings-grid .listings .card .listing-info li, .facetwp-template[data-name="listings"] .listings .card .listing-info li, .developments-grid .developments .card .listing-info li, .neighborhoods-grid .neighbourhoods .card .listing-info li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.communities-grid .communities .card .listing-info li:last-child, .properties-grid .properties .card .listing-info li:last-child, .listings-grid .listings .card .listing-info li:last-child, .facetwp-template[data-name="listings"] .listings .card .listing-info li:last-child, .developments-grid .developments .card .listing-info li:last-child, .neighborhoods-grid .neighbourhoods .card .listing-info li:last-child {
  border: none;
}
.communities-grid .communities .card .listing-info span, .properties-grid .properties .card .listing-info span, .listings-grid .listings .card .listing-info span, .facetwp-template[data-name="listings"] .listings .card .listing-info span, .developments-grid .developments .card .listing-info span, .neighborhoods-grid .neighbourhoods .card .listing-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.oh_descrip {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 60px;
  height: 100%;
  padding: 14px 15px;
  color: #fff;
  border: none;
  background-color: rgba(0, 48, 103, 0.9);
  text-align: left;
  line-height: 1;
  transition: 0.5s all;
}
.oh_descrip strong {
  display: block;
  margin-bottom: 11px;
  font-size: 1rem;
}
.oh_descrip .date {
  margin-bottom: 10px;
  font-size: 0.8rem;
  line-height: 1.2;
  transition: 0.3s opacity;
}
.oh_descrip p {
  opacity: 0;
  transition: 0.3s opacity;
  font-size: 0.8rem;
  line-height: 1.5;
}
.card-image:hover .oh_descrip {
  max-width: 100%;
  max-height: 56%;
}
.card-image:hover .oh_descrip .date {
  opacity: 1;
}
.card-image:hover .oh_descrip p {
  opacity: 1;
}
.status-banner {
  display: none;
  position: absolute;
  left: -22px;
  top: 8px;
  z-index: 20;
  width: 120px;
  height: 26px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-32deg);
  line-height: 2.1;
  font-size: 11px;
}
.status-banner.New {
  display: block;
  background-color: orange;
}
.status-banner.Rent {
  display: block;
  background-color: green;
}
.status-banner.Lease {
  display: block;
  background-color: green;
}
.status-banner.Vacant {
  display: block;
  background-color: green;
}
.status-banner.Resold {
  display: block;
  background-color: orange;
}
.status-banner.Reduced, .status-banner.Resale {
  display: block;
  background-color: purple;
}
.status-banner.Featured {
  display: block;
  background-color: purple;
}
.status-banner.Sold {
  display: block;
  background-color: red;
}
.status-banner.Rented {
  display: block;
  background-color: red;
}
.status-banner.Leased {
  display: block;
  background-color: red;
}
.communities-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 22px;
}
.communities-grid .communities .card .card-image {
  max-width: 64%;
}
.communities-grid .communities .card .card-image.img-bg {
  min-width: 64% !important;
  min-height: 337px;
}
.communities-grid .communities .card .excerpt {
  padding: 0 15px 20px 15px;
  font-size: 16px;
}
.properties-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 767px) {
  .properties-grid .properties {
    width: 48%;
    margin-right: 2%;
  }
  .properties-grid .properties:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media (min-width: 991px) {
  .properties-grid .properties {
    width: 32%;
  }
  .properties-grid .properties:nth-child(2n+1) {
    margin-right: 2%;
  }
  .properties-grid .properties:nth-child(3n+1) {
    margin-right: 0;
  }
}
.properties-grid h2 {
  width: 100%;
}
.agents-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media (min-width: 767px) {
  .agents-grid {
    flex-direction: row;
    align-items: stretch;
  }
}
.agents-grid .agents {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 8px 0 15px 0;
  border: 1px solid rgba(225, 225, 225, 0.29);
  transition: 0.5s all;
}
@media (min-width: 767px) {
  .agents-grid .agents {
    width: 48%;
    margin-right: 2%;
  }
  .agents-grid .agents:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 991px) {
  .agents-grid .agents {
    width: 32%;
  }
  .agents-grid .agents:nth-child(2n) {
    margin-right: 2%;
  }
  .agents-grid .agents:nth-child(3n) {
    margin-right: 0;
  }
}
.agents-grid .agents:hover {
  border: 1px solid #003067;
}
.agents-grid .agents a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
}
.agents-grid .agents a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.agents-grid .agents .agent-image {
  width: 100%;
  min-height: 560px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 767px) {
  .agents-grid .agents .agent-image {
    min-height: 360px;
  }
}
.agents-grid .agents .agent-info {
  position: absolute;
  bottom: 0px;
  left: 0;
  list-style: none;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  background-color: rgba(0, 48, 103, 0.8);
  transition: 0.5s all;
}
.agents-grid .agents .agent-info .agent-name {
  color: #fff;
  padding: 10px 8px 0 8px;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 1;
}
.agents-grid .agents .agent-info .agent-name span {
  font-size: 12px;
  display: block;
  margin-top: 8px;
  line-height: 1.4;
}
.agents-grid .agents .agent-info .agent-name a {
  color: #fff;
}
.agents-grid .agents .agent-info .agent-phone, .agents-grid .agents .agent-info .agent-email {
  display: flex;
  padding: 4px 8px;
  font-size: 15px;
  line-height: 1;
}
.agents-grid .agents .agent-info .agent-phone .fa, .agents-grid .agents .agent-info .agent-email .fa {
  margin-right: 5px;
}
.agents-grid .agents .agent-info .agent-phone {
  padding-top: 8px;
}
.single-properties {
  background-color: #ecf0f1;
}
.single-properties .container-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  width: 95%;
  margin: 0 auto 0 auto;
}
@media (min-width: 991px) {
  .single-properties .container-content {
    flex-direction: row;
    flex-wrap: wrap;
    width: 93%;
  }
}
@media (min-width: 1199px) {
  .single-properties .container-content {
    width: 70%;
  }
}
.single-properties .property-heading {
  width: 100%;
  padding: 1% 2%;
  margin: 0;
  background-color: #bdc3c7;
  color: #fff;
  font-size: 1.2rem;
}
.single-properties main {
  z-index: 100;
  width: 100%;
}
@media (min-width: 991px) {
  .single-properties main {
    width: 69%;
    margin: 0 1% 0 0;
  }
}
.single-properties main article {
  background-color: transparent;
}
.single-properties main header {
  margin: 0;
  margin-top: 2%;
  background-color: #fff;
}
.single-properties main header .property-header {
  padding: 2% 2% 0 2%;
}
.single-properties main header .inquire {
  margin-bottom: 15px;
}
.single-properties main header .property-address {
  margin: 0 0 2rem 0;
}
.single-properties main header .property-address .property-title {
  display: block;
  margin-bottom: 0.5rem;
  color: #000;
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
}
.single-properties main header .property-address ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  padding: 0;
  margin: 0;
  color: #bdc3c7;
  list-style: none;
  font-size: 1rem;
  line-height: 1;
  text-transform: capitalize;
}
.single-properties main header .property-address ul li {
  padding: 0 15px 0 15px;
  border-left: 1px solid #bdc3c7;
}
.single-properties main header .property-address ul li:first-child {
  padding-left: 0;
  border: none;
}
.single-properties main header .property-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 15px;
  margin: 0;
  color: #000;
  border-top: 1px solid #f1efef;
  list-style: none;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 991px) {
  .single-properties main header .property-info {
    font-size: 1rem;
  }
}
.single-properties main header .property-info i {
  font-size: 1.1rem;
}
.single-properties main header .property-info span {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 4px;
}
@media (min-width: 991px) {
  .single-properties main header .property-info span {
    font-size: 0.7rem;
  }
}
.single-properties main header .property-info li {
  padding: 8px 12px;
  width: 33.3%;
  border-left: 1px solid #f1efef;
}
.single-properties main header .property-info li:first-child {
  border: none;
}
.single-properties main .property-excerpt {
  padding: 3%;
  background-color: #fff;
  font-size: 0.8rem;
  line-height: 1.4;
}
@media (min-width: 991px) {
  .single-properties main .property-excerpt {
    padding: 2%;
    font-size: 0.8rem;
  }
}
.single-properties main .property-gallery {
  padding: 2%;
  margin-top: 2%;
  background-color: #fff;
}
.single-properties main .property-description {
  padding: 2%;
  margin-top: 2%;
  background-color: #fff;
  font-size: 1rem;
}
.single-properties main .property-overview, .single-properties main .property-rent-info {
  margin-top: 2%;
  background-color: #fff;
  font-size: 0.7rem;
}
.single-properties main .property-overview div, .single-properties main .property-rent-info div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding: 0.8% 2%;
  color: #bdc3c7;
}
.single-properties main .property-overview div:nth-child(odd), .single-properties main .property-rent-info div:nth-child(odd) {
  background: #ecf0f1;
}
.single-properties main .property-overview div span, .single-properties main .property-rent-info div span {
  width: 40%;
  color: #000;
}
.single-properties main .property-features {
  margin-top: 3%;
  background-color: #fff;
}
.single-properties main .property-features ul {
  padding: 3% 3% 3% 3%;
  font-size: 0.8rem;
}
@media (min-width: 991px) {
  .single-properties main .property-features ul {
    padding: 2% 2% 2% 2%;
    font-size: 1rem;
  }
}
.single-properties main .property-attachments {
  margin-top: 2%;
  background-color: #fff;
  font-size: 1rem;
}
.single-properties main .property-attachments ul {
  padding: 2%;
}
.single-properties main .property-attachments ul li {
  display: block;
  padding-bottom: 1rem;
}
@media (min-width: 991px) {
  .single-properties main .property-attachments ul li {
    display: inline-block;
    padding-bottom: 0;
  }
}
.single-properties main .property-attachments .btn, .single-properties main .property-attachments .gform_wrapper .gform_button, .gform_wrapper .single-properties main .property-attachments .gform_button {
  display: block;
  font-size: 0.8rem;
}
@media (min-width: 991px) {
  .single-properties main .property-attachments .btn, .single-properties main .property-attachments .gform_wrapper .gform_button, .gform_wrapper .single-properties main .property-attachments .gform_button {
    display: inline-block;
    font-size: 0.8rem;
  }
}
.single-properties main .property-map {
  margin-top: 2%;
  background-color: #fff;
}
.single-properties main .property-disclaimer {
  padding-top: 2%;
  color: #bdc3c7;
  font-size: 0.9rem;
  text-align: center;
}
.single-properties aside {
  z-index: 100;
  width: 100%;
  margin-top: 2%;
}
@media (min-width: 991px) {
  .single-properties aside {
    width: 29%;
    margin: 2% 0 0 1%;
  }
}
.single-properties aside .btn-inquire {
  border-radius: 0;
}
.single-properties aside .btn-inquire:focus {
  outline: none;
}
.single-properties aside .property-cta-agent {
  padding: 6%;
  border-bottom: 1px solid #ecf0f1;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 991px) {
  .single-properties aside .property-cta-agent {
    font-size: 0.8rem;
  }
}
.single-properties aside .property-cta-agent .agent-cta_image {
  margin-bottom: 1rem;
}
.single-properties aside .property-form {
  padding: 6%;
  border-bottom: 1px solid #ecf0f1;
  background-color: #fff;
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
}
.single-properties aside .property-form h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}
.single-properties aside .social-media-share-bar {
  padding: 6%;
  background-color: #fff;
  text-align: center;
}
.single-agents h1 {
  margin-top: 25px;
}
@media (min-width: 991px) {
  .single-agents h1 {
    margin-top: -12px;
    margin-bottom: 0px;
  }
}
.single-agents h3, .single-agents .neighbourhood-notice:before {
  margin-top: 0px;
  margin-bottom: 30px;
}
.single-agents .agent-info {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.single-agents .agent-info img {
  padding-bottom: 15px;
  display: inline-block;
}
.single-agents .agent-info .btn, .single-agents .agent-info .gform_wrapper .gform_button, .gform_wrapper .single-agents .agent-info .gform_button {
  border-radius: 0;
  font-size: 14px;
}
.single-agents .agent-info .h4 {
  font-family: 'Work Sans', sans-serif;
}
.single-agents .agent-info .agent-email {
  margin-bottom: 15px;
}
.single-agents .agent-social {
  background-color: #fff;
  padding: 15px;
  margin-top: 15px;
}
.single-agents .agent-social .social-media-bar, .single-agents .agent-social .social-media-share-bar {
  margin-bottom: 0;
}
.single-agents .agent-social .social-media-bar .title, .single-agents .agent-social .social-media-share-bar .title {
  font-size: 16px;
}
.single-agents .agent-social .social-media-bar .btn-social, .single-agents .agent-social .social-media-share-bar .btn-social {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 10px;
}
.floating-sidebar {
  position: relative;
}
@media (min-width: 1199px) {
  .floating-sidebar.fixed .container-sidebar {
    position: fixed;
    top: 34px;
    width: 26.3vw;
  }
}
.listing-actions li, .development-actions li, .neighbourhood-actions li {
  position: relative;
}
.listing-actions .share-bar-wrapper, .development-actions .share-bar-wrapper, .neighbourhood-actions .share-bar-wrapper {
  position: absolute;
  top: 37px;
  left: -3px;
  display: none;
  opacity: 0;
  height: 0;
  z-index: 100;
}
.listing-actions .share-bar-wrapper.viz, .development-actions .share-bar-wrapper.viz, .neighbourhood-actions .share-bar-wrapper.viz {
  display: block;
  opacity: 1;
  height: auto;
}
.listing-actions .share-bar-wrapper .social-media-share-bar, .development-actions .share-bar-wrapper .social-media-share-bar, .neighbourhood-actions .share-bar-wrapper .social-media-share-bar {
  background-color: white;
  padding: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.listing-actions .share-bar-wrapper .social-media-share-bar.list-inline > li, .development-actions .share-bar-wrapper .social-media-share-bar.list-inline > li, .neighbourhood-actions .share-bar-wrapper .social-media-share-bar.list-inline > li {
  display: block;
  margin-bottom: 2px;
}
#loginform .modal-content {
  padding: 0;
}
#loginform .modal-header {
  padding: 0;
  border-bottom: none;
}
#loginform .modal-header .modal-title {
  width: calc(100% - 29px);
  display: inline-block;
  padding: 15px;
}
#loginform .modal-header .modal-title h4 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
#loginform .modal-header .close {
  margin: -2px 5px;
  font-size: 2rem;
}
#loginform .modal-body {
  padding: 0;
}
#loginform .modal-dialog > div {
  border: none;
  padding: 2%;
  background-color: #fff;
}
#loginform .login-signup-tab > input, #loginform .login-signup-tab .tabs > div {
  display: none;
}
#loginform #signuptab:checked ~ .tabs .signuptab, #loginform #logintab:checked ~ .tabs .logintab {
  display: block;
}
#loginform #signuptab:checked ~ nav .signuptab label, #loginform #logintab:checked ~ nav .logintab label {
  background: white;
  color: #111;
  position: relative;
  border: 1px solid #ecf0f1;
  border-bottom: none;
}
#loginform #signuptab:checked ~ nav .signuptab label:after, #loginform #logintab:checked ~ nav .logintab label:after {
  left: 0;
  bottom: -1px;
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
}
#loginform .login-signup-tab {
  width: 100%;
}
#loginform .login-signup-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#loginform .login-signup-tab ul li label {
  float: left;
  padding: 10px 25px;
  margin: 0;
  background-color: #00244e;
  color: #fff;
  border-radius: 2px;
  font-size: 0.8rem;
  cursor: pointer;
}
#loginform .login-signup-tab ul li label:hover {
  background-color: #001f43;
}
#loginform .login-signup-tab ul li label:active {
  background-color: #fff;
  color: #000;
}
#loginform .login-signup-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
#loginform .login-signup-tab .tabs {
  clear: both;
  padding: 0 2%;
  margin-bottom: 0;
  background-color: #fff;
  border-top: 1px solid #ecf0f1;
}
#loginform .forgot-password {
  font-size: 0.7rem;
  margin-bottom: 15px;
  display: block;
}
#agentOnDuty {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 175px;
  height: 35px;
  padding: 5px 15px 15px 15px;
  background-color: #000;
  color: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  overflow: hidden;
  line-height: 1.5;
}
#agentOnDuty .fa {
  display: none;
}
#agentOnDuty img {
  display: none;
  max-width: 54px;
  border-radius: 50%;
}
#agentOnDuty .t-wrap {
  flex: 1;
  text-align: left;
  padding-left: 10px;
}
#agentOnDuty .t-wrap .agent-time {
  padding-bottom: 0px;
}
#agentOnDuty.display {
  width: 300px;
  height: auto;
  padding: 0px 15px 15px 15px;
  background-color: #134780;
}
#agentOnDuty.display .agent-heading {
  padding: 15px 0 0 0;
}
#agentOnDuty.display img {
  display: block;
}
#agentOnDuty.display .fa {
  display: block;
}
#agentOnDuty .agent-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 0;
  background-color: transparent;
  font-size: 1rem;
  width: 100%;
}
#agentOnDuty .agent-heading:focus {
  outline: none;
}
#agentOnDuty .agent-heading .fa {
  color: #fff;
}
#agentOnDuty .agent-time {
  padding: 5px 0 15px 0;
  font-size: 0.6rem;
}
#agentOnDuty .agent-on-duty-info {
  display: flex;
  flex-flow: column;
  padding-top: 15px;
}
#agentOnDuty .agent-on-duty-info .agent-name {
  font-size: 0.9rem;
}
#agentOnDuty .agent-on-duty-info .agent-postion {
  font-size: 0.6rem;
}
#agentOnDuty .agent-on-duty-info .agent-phone {
  font-size: 0.7rem;
}
#agentOnDuty .agent-on-duty-info .agent-email {
  font-size: 0.7rem;
}
/*------------------------------------*\
 #LISTINGS
 Author: Christopher Satterthwaite
 \*------------------------------------*/
/**
 * CONTENTS
 *
 * LISTING ARCHIVE
 * listings-grid ............................. Base styles for the listing archive grid. Facets styles are found in the real-estate.scss.
 *
 *
 * LISTING SINGLE
 * single-listings ........................... base styles for the listing single
 * container-listing ......................... generates the CSS Grid for the listings single.
 * main ...................................... Gets the CSS grid styles from .container-listing. Has styles for address, open house, info, etc.
 * aside ..................................... Gets the CSS grid styles from .container-listing. Has styles for Agent, and inquire form.
 *
 *
 * CALCULATOR
 * savCal-container .......................... Morgatge caculator styles.
 **/
.listings-grid, .facetwp-template[data-name="listings"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 767px) {
  .listings-grid, .facetwp-template[data-name="listings"] {
    justify-content: flex-start;
  }
}
.container-breadcrumbs .breadcrumbs {
  position: relative;
  z-index: 1;
  border-bottom: none !important;
}
.container-breadcrumbs .breadcrumbs:before {
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: -1;
  border-bottom: 1px solid #c7c7c7;
}
.facetwp-counts {
  color: #003067;
}
@media (min-width: 991px) {
  .container-header-media {
    min-height: 250px;
  }
}
.single-listings {
  background-color: #fff;
}
.single-listings .container-listing {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "title title title title title title title title title title title title" "lside main main main main main main main main main main main" "aside aside aside aside aside aside aside aside aside aside aside aside";
}
@media (min-width: 991px) {
  .single-listings .container-listing {
    grid-template-areas: "title title title title title title title title title title title title" "lside main main main main main main main main aside aside aside";
    grid-gap: 2%;
  }
}
.single-listings h1 {
  grid-area: title;
}
.single-listings main {
  grid-area: main;
}
.single-listings main .listing-header {
  padding: 5% 5% 0 5%;
  background-color: #fff;
  border-radius: 2px;
}
@media (min-width: 767px) {
  .single-listings main .listing-header {
    display: flex;
    justify-content: space-between;
    padding: 2% 2% 0 2%;
  }
}
.single-listings main h1 {
  margin: 0;
}
@media (min-width: 767px) {
  .single-listings main h1 {
    order: 1;
  }
}
.single-listings main .listing-address {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  font-size: 0.9rem;
  line-height: 1;
}
@media (min-width: 991px) {
  .single-listings main .listing-address {
    font-size: 1.2rem;
  }
}
.single-listings main .listing-address .address {
  width: 100%;
  margin-bottom: 0.4rem;
}
.single-listings main .listing-address .city, .single-listings main .listing-address .province, .single-listings main .listing-address .neighbourhood, .single-listings main .listing-address .mls {
  font-size: 1rem;
}
.single-listings main .listing-address span:nth-child(2) {
  padding-right: 15px;
}
.single-listings main .listing-address span:nth-child(n+3) {
  padding: 0 15px 0 15px;
  border-left: 1px solid #dde4e6;
}
.single-listings main .listing-price {
  padding: 3% 0 1% 0;
  font-size: 1.4rem;
}
.single-listings main .listing-actions {
  display: flex;
  justify-content: flex-start;
  padding: 0 2% 0 0;
  list-style: none;
}
@media (min-width: 767px) {
  .single-listings main .listing-actions {
    order: 2;
  }
}
.single-listings main .listing-actions li {
  margin: 0 2%;
}
.single-listings main .listing-actions li a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #ecf0f1;
  color: #134780;
  border-radius: 10%;
  font-size: 1rem;
  line-height: 32px;
  text-align: center;
}
.single-listings main .listing-actions li a:hover {
  background-color: #dde4e6;
}
.single-listings main .listing-actions li .listing-favorite {
  position: relative;
  top: 0;
  right: 0;
}
.single-listings main .listing-actions li .listing-favorite button {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #ecf0f1;
  color: #134780;
  font-size: 1rem;
  line-height: 32px;
  text-align: center;
}
.single-listings main .listing-actions li .listing-favorite button:hover {
  background-color: #dde4e6;
}
.single-listings main .listing-info {
  display: flex;
  justify-content: flex-start;
  padding: 5%;
  margin-bottom: 1%;
  background-color: #fff;
  font-size: 1rem;
  list-style: none;
}
@media (min-width: 991px) {
  .single-listings main .listing-info {
    padding: 0;
  }
}
.single-listings main .listing-info li {
  flex: auto;
  padding: 0;
}
@media (min-width: 991px) {
  .single-listings main .listing-info li {
    padding: 3% 2%;
    text-align: center;
  }
}
.single-listings main .listing-info li .fa {
  color: #134780;
}
.single-listings main .listing-tab > input, .single-listings main .listing-tab .tabs > div {
  display: none;
}
.single-listings main #tab1:checked ~ .tabs .tab1, .single-listings main #tab2:checked ~ .tabs .tab2, .single-listings main #tab3:checked ~ .tabs .tab3 {
  display: block;
}
.single-listings main #tab1:checked ~ nav .tab1 label, .single-listings main #tab2:checked ~ nav .tab2 label, .single-listings main #tab3:checked ~ nav .tab3 label {
  background: white;
  color: #111;
  position: relative;
}
.single-listings main #tab1:checked ~ nav .tab1 label:after, .single-listings main #tab2:checked ~ nav .tab2 label:after, .single-listings main #tab3:checked ~ nav .tab3 label:after {
  left: 0;
  bottom: -1px;
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.single-listings main .listing-tab {
  width: 100%;
  margin-bottom: 1%;
}
.single-listings main .listing-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-listings main .listing-tab ul li label {
  float: left;
  padding: 10px 25px;
  margin: 0;
  background-color: #dde4e6;
  color: #2c2c2c;
  border-radius: 2px;
  font-size: 1rem;
}
.single-listings main .listing-tab ul li label:hover {
  background-color: #d7e0e2;
}
.single-listings main .listing-tab ul li label:active {
  background-color: #fff;
  color: #000;
}
.single-listings main .listing-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.single-listings main .listing-tab .tabs {
  clear: both;
  padding: 0%;
  margin-bottom: 0%;
  background-color: #fff;
}
.single-listings main .listing-open-house {
  margin-bottom: 1%;
  background-color: #003067;
  color: #fff;
}
.single-listings main .listing-open-house .open-house-content {
  padding: 1%;
  text-align: center;
}
.single-listings main .listing-open-house .open-house-content strong {
  margin-bottom: 5px;
}
.single-listings main .listing-open-house .open-house-content p {
  padding: 0;
  margin: 0;
}
.single-listings main .listing-open-house .open-house-dates {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-listings main .listing-open-house .open-house-dates li {
  padding: 8px 12px;
  width: 33.3%;
  font-size: 1rem;
  text-align: center;
}
.single-listings main .listing-data {
  background-color: #fff;
  padding: 5%;
  margin-bottom: 5%;
  color: #2c2c2c;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1.4;
  list-style: none;
}
@media (min-width: 767px) {
  .single-listings main .listing-data {
    padding: 2%;
    margin-bottom: 1%;
  }
}
.single-listings main .listing-data h2 {
  margin: 0;
  padding-bottom: 1.9%;
  font-size: 0.9rem;
  line-height: 1;
}
.single-listings main .listing-nbhd {
  background: #fff;
  margin-bottom: 1%;
}
.single-listings main .listing-nbhd .nbhd-info {
  padding: 0px 16px 8px;
}
.single-listings main .listing-overview, .single-listings main .listing-features {
  padding: 2%;
}
.single-listings main .listing-overview li, .single-listings main .listing-features li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding: 0.8% 5%;
}
@media (min-width: 767px) {
  .single-listings main .listing-overview li, .single-listings main .listing-features li {
    padding: 0.8% 2%;
  }
}
.single-listings main .listing-overview li:nth-child(even), .single-listings main .listing-features li:nth-child(even) {
  background-color: #ecf0f1;
}
.single-listings main .listing-overview li:nth-child(1), .single-listings main .listing-features li:nth-child(1) {
  background-color: #fff;
  padding: 2% 0;
}
.single-listings main .listing-overview li span, .single-listings main .listing-features li span {
  width: 50%;
}
.single-listings main .listing-overview li span:first-child, .single-listings main .listing-features li span:first-child {
  color: #000;
  font-weight: 500;
}
.single-listings main .listing-agent {
  padding: 1%;
}
.single-listings main .listing-agent li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding: 0.2% 2%;
  background-color: #fff;
}
@media (min-width: 767px) {
  .single-listings main .listing-agent li {
    padding: 0.2% 2%;
  }
}
.single-listings main .listing-agent li:nth-child(1) {
  padding: 0.2% 0%;
}
.single-listings main .listing-agent li h2 {
  padding: 5px 1.5%;
  font-size: 14px;
}
.single-listings main .listing-agent li span {
  width: 50%;
  font-size: 12px;
  padding: 2px;
}
.single-listings main .listing-agent li span:first-child {
  color: #000;
  font-weight: 500;
}
.single-listings main .listing-rooms li:nth-child(1) {
  background-color: #fff;
}
.single-listings main .listing-rooms li span:first-child {
  display: block;
  color: #000;
  font-weight: 500;
}
.single-listings main .listing-attachments {
  padding: 5% 0 0 0;
}
@media (min-width: 767px) {
  .single-listings main .listing-attachments {
    padding: 2%;
  }
}
.single-listings main .listing-attachments li:nth-child(1) {
  padding: 0;
  background-color: #fff;
}
.single-listings main .listing-attachments li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0.8% 0;
  color: #2c2c2c;
}
.single-listings main .listing-attachments li a:hover {
  color: #003067;
}
.single-listings main .listing-attachments li a .fa {
  color: #003067;
}
.single-listings main .listing-disclaimer {
  padding: 1% 0;
  color: #bdc3c7;
  font-size: 1rem;
}
.single-listings aside {
  grid-area: aside;
}
.single-listings aside .listing-aside {
  background-color: #fff;
  padding: 2%;
  border-radius: 2px;
}
.single-listings aside .listing-aside .gform_footer.top_label {
  padding-bottom: 0 !important;
  margin-bottom: -16px;
}
.single-listings aside .listing-aside input#gform_submit_button_4 {
  width: 100%;
}
.single-listings aside .container-agent {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1360px) {
  .single-listings aside .container-agent {
    flex-direction: row;
  }
}
.single-listings aside .container-agent .agent-image {
  width: 100%;
}
@media (min-width: 1360px) {
  .single-listings aside .container-agent .agent-image {
    width: 40%;
  }
}
.single-listings aside .container-agent .agent-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 2%;
  font-size: 0.8rem;
  text-align: center;
}
@media (min-width: 1360px) {
  .single-listings aside .container-agent .agent-info {
    width: 60%;
    text-align: left;
  }
}
@media (min-width: 991px) {
  .single-listings aside .container-agent .agent-info {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.single-listings aside .container-agent .agent-info small {
  display: block;
  margin-bottom: 1%;
  font-size: 0.8rem;
}
.single-listings aside .container-agent .agent-info .btn, .single-listings aside .container-agent .agent-info .gform_wrapper .gform_button, .gform_wrapper .single-listings aside .container-agent .agent-info .gform_button {
  padding: 0;
  margin-right: 16px;
  font-size: 0.8rem;
}
.single-listings aside .container-agent .agent-info .btn .fa, .single-listings aside .container-agent .agent-info .gform_wrapper .gform_button .fa, .gform_wrapper .single-listings aside .container-agent .agent-info .gform_button .fa {
  margin: 0;
}
.single-listings .listing-action-wrap {
  grid-area: lside;
  position: relative;
}
.single-listings .listing-action-wrap .listing-actions {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  list-style: none;
  padding: 0px;
}
@media (min-width: 767px) {
  .single-listings .listing-action-wrap .listing-actions {
    order: 2;
  }
}
.single-listings .listing-action-wrap .listing-actions li {
  margin: 0 2%;
  width: 100%;
}
.single-listings .listing-action-wrap .listing-actions li a {
  display: block;
  width: 100%;
  height: 32px;
  background-color: #ecf0f1;
  color: #134780;
  border-radius: 10%;
  font-size: 1rem;
  line-height: 32px;
  text-align: center;
}
.single-listings .listing-action-wrap .listing-actions li a:hover {
  background-color: #dde4e6;
}
.single-listings .listing-action-wrap .listing-actions li .listing-favorite {
  position: relative;
  top: 0;
  right: 0;
}
.single-listings .listing-action-wrap .listing-actions li .listing-favorite button {
  display: block;
  width: 100%;
  height: 32px;
  background-color: #ecf0f1;
  color: #134780;
  font-size: 1rem;
  line-height: 32px;
  text-align: center;
}
.single-listings .listing-action-wrap .listing-actions li .listing-favorite button:hover {
  background-color: #dde4e6;
}
div#savCal-container {
  background-color: #eee;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.56);
  margin-top: 0px;
}
@media (min-width: 991px) {
  div#savCal-container {
    margin-top: -19px;
  }
}
div#savCal-container h3, div#savCal-container .neighbourhood-notice:before {
  background-color: #c7c7c7;
  color: white;
  line-height: 48px;
  text-align: center;
}
div#savCal-container > div {
  padding: 16px;
}
div#savCal-container div#savCal-top {
  display: flex;
  flex-flow: row wrap;
}
div#savCal-container div#savCal-top p {
  min-width: 100%;
  margin-bottom: 0;
}
div#savCal-container div#savCal-top input#savCal-amount {
  flex: auto;
}
div#savCal-container div#savCal-top span#savCal-submit {
  padding: 8px;
  font-size: 12px;
  background-color: #c7c7c7;
  margin-left: 8px;
  color: white;
}
div#savCal-container div#savCal-mid {
  display: flex;
  justify-content: space-between;
}
div#savCal-container div#savCal-mid > div {
  background: white;
  padding: 16px;
  width: 47.5%;
  border: 1px solid #e1e1e1;
  text-align: center;
}
div#savCal-container div#savCal-mid > div p {
  margin-bottom: 4px;
}
div#savCal-container div#savCal-mid > div span {
  font-size: 22px;
  font-weight: 600;
}
div#savCal-container div#savCal-bot {
  text-align: center;
  font-size: 22px;
}
div#savCal-container div#savCal-bot span#savCal-saving {
  font-size: 32px;
  padding: 16px;
  display: block;
}
div#savCal-container em {
  text-align: center;
  font-size: 12px;
  width: 100%;
  display: block;
  padding-bottom: 16px;
}
.stuck {
  position: fixed;
  top: 90px;
}
.bott {
  position: absolute;
  bottom: 0;
}
.container-listing main header {
  padding-top: 0px;
}
.container-listing main > *:not(footer) {
  box-shadow: 0 0 6px -2px #c5c9d4;
}
.container-listing .container-sidebar {
  box-shadow: 0 0 6px -2px #c5c9d4;
}
.container-neighbourhood main > *:not(footer), .container-neighbourhood .container-sidebar {
  box-shadow: 0 0 6px -2px #c5c9d4;
  margin-bottom: 1%;
}
/*------------------------------------*\
 #DEVELOPMENTS
 Author: Christopher Satterthwaite
 \*------------------------------------*/
/**
 * CONTENTS
 *
 * DEVELOPMENT ARCHIVE
 * development-grid .............................. Base styles for the listing archive grid. Facets styles are found in the real-estate.scss.
 *
 *
 * DEVELOPMENT SINGLE
 * single-developments ........................... base styles for the listing single
 * container-development ......................... generates the CSS Grid for the listings single.
 * main .......................................... Gets the CSS grid styles from .container-listing. Has styles for address, open house, info, etc.
 * aside ......................................... Gets the CSS grid styles from .container-listing. Has styles for Agent, and inquire form.
 **/
.developments-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 5%;
}
@media (min-width: 767px) {
  .developments-grid {
    justify-content: flex-start;
  }
}
.developments-grid .developments .excerpt {
  padding: 0 3% 3% 3%;
}
.single-developments {
  background-color: #ecf0f1;
}
@media (min-width: 991px) {
  .single-developments .container-header {
    margin-bottom: -80px;
  }
}
.single-developments .container-developments {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "main main main main main main main main main main main main" "aside aside aside aside aside aside aside aside aside aside aside aside";
  margin: 5vh 0;
}
@media (min-width: 991px) {
  .single-developments .container-developments {
    grid-gap: 2%;
    grid-template-areas: "main main main main main main main main aside aside aside aside";
    margin: 2vh 0;
  }
}
.single-developments main {
  grid-area: main;
}
.single-developments main .development-header {
  padding: 5% 5% 0 5%;
  background-color: #fff;
  border-radius: 2px;
}
@media (min-width: 767px) {
  .single-developments main .development-header {
    display: flex;
    justify-content: space-between;
    padding: 2% 2% 0 2%;
  }
}
.single-developments main h1 {
  margin: 0;
}
@media (min-width: 767px) {
  .single-developments main h1 {
    order: 1;
  }
}
.single-developments main .development-address {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  font-size: 1.2rem;
  line-height: 1;
}
.single-developments main .development-address .address {
  width: 100%;
  margin-bottom: 0.4rem;
}
.single-developments main .development-address .city, .single-developments main .development-address .province {
  font-size: 0.8rem;
}
.single-developments main .development-address span:nth-child(2) {
  padding-right: 15px;
}
.single-developments main .development-address span:nth-child(n+3) {
  padding: 0 15px 0 15px;
  border-left: 1px solid #dde4e6;
}
.single-developments main .development-actions {
  display: flex;
  justify-content: flex-start;
  padding: 0 2% 0 0;
  list-style: none;
}
@media (min-width: 767px) {
  .single-developments main .development-actions {
    order: 2;
  }
}
.single-developments main .development-actions li {
  margin: 0 2%;
}
.single-developments main .development-actions li a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #ecf0f1;
  color: #134780;
  border-radius: 10%;
  font-size: 1rem;
  line-height: 32px;
  text-align: center;
}
.single-developments main .development-actions li a:hover {
  background-color: #dde4e6;
}
.single-developments main .development-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5% 5% 5% 5%;
  margin-bottom: 1%;
  background-color: #fff;
  font-size: 1rem;
  list-style: none;
}
@media (min-width: 991px) {
  .single-developments main .development-info {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0;
  }
}
.single-developments main .development-info li {
  width: 50%;
}
@media (min-width: 991px) {
  .single-developments main .development-info li {
    width: 25%;
    padding: 1% 2%;
  }
}
.single-developments main .development-info li .fa {
  color: #134780;
}
.single-developments main .development-info li span {
  display: block;
  color: #fff;
  font-size: 0.8rem;
}
.single-developments main .development-tab > input, .single-developments main .development-tab .tabs > div {
  display: none;
}
.single-developments main #tab1:checked ~ .tabs .tab1, .single-developments main #tab2:checked ~ .tabs .tab2, .single-developments main #tab3:checked ~ .tabs .tab3 {
  display: block;
}
.single-developments main #tab1:checked ~ nav .tab1 label, .single-developments main #tab2:checked ~ nav .tab2 label, .single-developments main #tab3:checked ~ nav .tab3 label {
  background: white;
  color: #111;
  position: relative;
}
.single-developments main #tab1:checked ~ nav .tab1 label:after, .single-developments main #tab2:checked ~ nav .tab2 label:after, .single-developments main #tab3:checked ~ nav .tab3 label:after {
  left: 0;
  bottom: -1px;
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.single-developments main .development-tab {
  width: 100%;
}
.single-developments main .development-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-developments main .development-tab ul li label {
  float: left;
  padding: 10px 25px;
  margin: 0;
  background-color: #dde4e6;
  color: #2c2c2c;
  border-radius: 2px;
  font-size: 0.8rem;
}
.single-developments main .development-tab ul li label:hover {
  background-color: #d7e0e2;
}
.single-developments main .development-tab ul li label:active {
  background-color: #fff;
  color: #000;
}
.single-developments main .development-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.single-developments main .development-tab .tabs {
  clear: both;
  padding: 2%;
  margin-bottom: 1%;
  background-color: #fff;
}
.single-developments main .development-gallery {
  background-color: #fff;
}
.single-developments main .development-gallery .gallery {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-developments main .development-gallery .gallery.mosaic-1-col {
  grid-template-columns: repeat(1, 1fr);
}
.single-developments main .development-gallery .gallery.mosaic-2-col {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 50% 50%;
}
.single-developments main .development-gallery .gallery.mosaic-3-col {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 300px 300px 300px;
}
.single-developments main .development-gallery .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-developments main .development-gallery .gallery #image-1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.single-developments main .development-gallery .gallery-action {
  padding: 1% 0 0 0;
  text-align: right;
}
.single-developments main .development-data {
  background-color: #fff;
  padding: 5%;
  margin-bottom: 5%;
  color: #2c2c2c;
  border-radius: 2px;
  font-size: 0.9rem;
  line-height: 1.4;
  list-style: none;
}
@media (min-width: 767px) {
  .single-developments main .development-data {
    padding: 2%;
    margin-bottom: 1%;
  }
}
.single-developments main .development-data h2 {
  margin: 0;
  padding-bottom: 1.9%;
  font-size: 0.9rem;
  line-height: 1;
}
.single-developments main .development-overview, .single-developments main .development-features {
  padding: 5% 0 0 0;
}
@media (min-width: 767px) {
  .single-developments main .development-overview, .single-developments main .development-features {
    padding: 2%;
  }
}
.single-developments main .development-overview li, .single-developments main .development-features li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  padding: 0.8% 5%;
}
@media (min-width: 767px) {
  .single-developments main .development-overview li, .single-developments main .development-features li {
    padding: 0.8% 2%;
  }
}
.single-developments main .development-overview li:nth-child(even), .single-developments main .development-features li:nth-child(even) {
  background-color: #ecf0f1;
}
.single-developments main .development-overview li:nth-child(1), .single-developments main .development-features li:nth-child(1) {
  padding: 0;
  background-color: #fff;
}
.single-developments main .development-overview li span, .single-developments main .development-features li span {
  width: 50%;
}
.single-developments main .development-overview li span:first-child, .single-developments main .development-features li span:first-child {
  color: #000;
  font-weight: 500;
}
.single-developments main .development-attachments {
  padding: 5% 0 0 0;
}
@media (min-width: 767px) {
  .single-developments main .development-attachments {
    padding: 2%;
  }
}
.single-developments main .development-attachments li:nth-child(1) {
  padding: 0;
  background-color: #fff;
}
.single-developments main .development-attachments li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0.8% 0;
  color: #2c2c2c;
}
.single-developments main .development-attachments li a:hover {
  color: #003067;
}
.single-developments main .development-attachments li a .fa {
  color: #003067;
}
.single-developments main .development-disclaimer {
  padding: 1% 0;
  color: #bdc3c7;
  font-size: 0.6rem;
}
.single-developments aside {
  grid-area: aside;
}
.single-developments aside .development-price {
  display: flex;
  justify-content: center;
  background-color: #333;
  color: #fff;
  padding: 2%;
  font-size: 0.7rem;
}
.single-developments aside .development-price span {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.7rem;
}
.single-developments aside .btn-inquire {
  border-radius: 2px 2px 0 0;
}
.single-developments aside .development-aside {
  background-color: #fff;
  padding: 2%;
  border-radius: 2px;
}
.single-developments aside .development-show-home {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding-top: 6%;
  padding-bottom: 6%;
}
.single-developments aside .development-show-home .development-logo {
  width: 30%;
}
.single-developments aside .development-show-home .development-show-home-info {
  width: 70%;
  padding-left: 6%;
  font-size: 0.7rem;
  line-height: 1;
}
.single-developments aside .development-show-home .development-show-home-info h2 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
}
.single-developments aside .development-show-home .development-show-home-info span {
  display: block;
  margin-top: 6%;
}
.single-developments aside .development-form {
  border-top: 1px solid #bdc3c7;
}
.single-developments .development-listings {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100vw;
  padding: 3%;
  background-color: #bdc3c7;
}
/*------------------------------------*\
 #NEIGHBOURHOODS
 Author: Christopher Satterthwaite
 \*------------------------------------*/
/**
 * CONTENTS
 *
 * DEVELOPMENT ARCHIVE
 * neighbourhoods-grid .............................. Base styles for the neighbourhoods archive grid. Facets styles are found in the real-estate.scss.
 *
 *
 * DEVELOPMENT SINGLE
 * single-neighbourhoods ............................ base styles for the neighbourhoods single
 * container-neighbourhoods ......................... generates the CSS Grid for the neighbourhoods single.
 * main ............................................. Gets the CSS grid styles from .neighbourhoods-grid.
 * aside ............................................ Gets the CSS grid styles from .neighbourhoods-grid.
 **/
.neighborhoods-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 5%;
}
@media (min-width: 767px) {
  .neighborhoods-grid {
    justify-content: flex-start;
  }
}
.neighborhoods-grid .neighbourhoods .excerpt {
  padding: 0 3% 5% 3%;
  color: #000;
  font-size: 0.8rem;
}
.single-neighbourhoods {
  background-color: #ecf0f1;
}
.single-neighbourhoods .container-neighbourhood {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: "main main main main main main main main main main main main" "aside aside aside aside aside aside aside aside aside aside aside aside";
  margin: 5vh 0;
}
@media (min-width: 991px) {
  .single-neighbourhoods .container-neighbourhood {
    grid-gap: 2%;
    grid-template-areas: "main main main main main main main main aside aside aside aside";
    margin: 2vh 0;
  }
}
.single-neighbourhoods main {
  grid-area: main;
}
.single-neighbourhoods main .neighbourhood-header {
  padding: 5% 5% 0 5%;
  background-color: #fff;
  border-radius: 2px;
}
@media (min-width: 767px) {
  .single-neighbourhoods main .neighbourhood-header {
    display: flex;
    justify-content: space-between;
    padding: 2% 2% 0 2%;
  }
}
.single-neighbourhoods main h1 {
  margin: 0;
}
@media (min-width: 767px) {
  .single-neighbourhoods main h1 {
    order: 1;
  }
}
.single-neighbourhoods main .neighbourhood-address {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  font-size: 1.2rem;
  line-height: 1;
}
.single-neighbourhoods main .neighbourhood-address .address {
  width: 100%;
  margin-bottom: 0.4rem;
}
.single-neighbourhoods main .neighbourhood-address .city, .single-neighbourhoods main .neighbourhood-address .province {
  font-size: 0.8rem;
}
.single-neighbourhoods main .neighbourhood-address span:nth-child(2) {
  padding-right: 15px;
}
.single-neighbourhoods main .neighbourhood-address span:nth-child(n+3) {
  padding: 0 15px 0 15px;
  border-left: 1px solid #dde4e6;
}
.single-neighbourhoods main .neighbourhood-actions {
  display: flex;
  justify-content: flex-start;
  padding: 0 2% 0 0;
  list-style: none;
}
@media (min-width: 767px) {
  .single-neighbourhoods main .neighbourhood-actions {
    order: 2;
  }
}
.single-neighbourhoods main .neighbourhood-actions li {
  margin: 0 2%;
}
.single-neighbourhoods main .neighbourhood-actions li a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #ecf0f1;
  color: #134780;
  border-radius: 10%;
  font-size: 1rem;
  line-height: 32px;
  text-align: center;
}
.single-neighbourhoods main .neighbourhood-actions li a:hover {
  background-color: #dde4e6;
}
.single-neighbourhoods main .neighbourhood-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5% 5% 5% 5%;
  margin-bottom: 1%;
  background-color: #fff;
  font-size: 1rem;
  list-style: none;
}
@media (min-width: 991px) {
  .single-neighbourhoods main .neighbourhood-info {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0;
  }
}
.single-neighbourhoods main .neighbourhood-info li {
  width: 50%;
}
@media (min-width: 991px) {
  .single-neighbourhoods main .neighbourhood-info li {
    width: 25%;
    padding: 1% 2%;
  }
}
.single-neighbourhoods main .neighbourhood-info li .fa {
  color: #134780;
}
.single-neighbourhoods main .neighbourhood-info li span {
  display: block;
  color: #fff;
  font-size: 0.8rem;
}
.single-neighbourhoods main .neighbourhood-tab > input, .single-neighbourhoods main .neighbourhood-tab .tabs > div {
  display: none;
}
.single-neighbourhoods main #tab1:checked ~ .tabs .tab1, .single-neighbourhoods main #tab2:checked ~ .tabs .tab2, .single-neighbourhoods main #tab3:checked ~ .tabs .tab3 {
  display: block;
}
.single-neighbourhoods main #tab1:checked ~ nav .tab1 label, .single-neighbourhoods main #tab2:checked ~ nav .tab2 label, .single-neighbourhoods main #tab3:checked ~ nav .tab3 label {
  background: white;
  color: #111;
  position: relative;
}
.single-neighbourhoods main #tab1:checked ~ nav .tab1 label:after, .single-neighbourhoods main #tab2:checked ~ nav .tab2 label:after, .single-neighbourhoods main #tab3:checked ~ nav .tab3 label:after {
  left: 0;
  bottom: -1px;
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
}
.single-neighbourhoods main .neighbourhood-tab {
  width: 100%;
}
.single-neighbourhoods main .neighbourhood-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-neighbourhoods main .neighbourhood-tab ul li label {
  float: left;
  padding: 10px 25px;
  margin: 0;
  background-color: #dde4e6;
  color: #2c2c2c;
  border-radius: 2px;
  font-size: 0.8rem;
}
.single-neighbourhoods main .neighbourhood-tab ul li label:hover {
  background-color: #d7e0e2;
}
.single-neighbourhoods main .neighbourhood-tab ul li label:active {
  background-color: #fff;
  color: #000;
}
.single-neighbourhoods main .neighbourhood-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.single-neighbourhoods main .neighbourhood-tab .tabs {
  clear: both;
  padding: 2%;
  margin-bottom: 1%;
  background-color: #fff;
}
.single-neighbourhoods main .neighbourhood-gallery {
  background-color: #fff;
}
.single-neighbourhoods main .neighbourhood-gallery .gallery {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-neighbourhoods main .neighbourhood-gallery .gallery.mosaic-1-col {
  grid-template-columns: repeat(1, 1fr);
}
.single-neighbourhoods main .neighbourhood-gallery .gallery.mosaic-2-col {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 50% 50%;
}
.single-neighbourhoods main .neighbourhood-gallery .gallery.mosaic-3-col {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 300px 300px 300px;
}
.single-neighbourhoods main .neighbourhood-gallery .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-neighbourhoods main .neighbourhood-gallery .gallery #image-1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.single-neighbourhoods main .neighbourhood-gallery .gallery-action {
  padding: 1% 0 0 0;
  text-align: right;
}
.single-neighbourhoods main #neighbourhood-map {
  width: 100%;
  height: 500px;
}
.single-neighbourhoods main .neighbourhood-data {
  background-color: #fff;
  padding: 5%;
  margin-bottom: 5%;
  color: #2c2c2c;
  border-radius: 2px;
  font-size: 0.9rem;
  line-height: 1.4;
  list-style: none;
}
@media (min-width: 767px) {
  .single-neighbourhoods main .neighbourhood-data {
    padding: 2%;
    margin-bottom: 1%;
  }
}
.single-neighbourhoods main .neighbourhood-data h2 {
  margin: 0;
  padding-bottom: 1.9%;
  font-size: 0.9rem;
  line-height: 1;
}
.single-neighbourhoods main .school-data {
  padding: 2% 0;
}
.single-neighbourhoods main .school-data h2 {
  margin: 0 2%;
}
.single-neighbourhoods main .school-data .school-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-neighbourhoods main .school-data .school-list li {
  display: flex;
  justify-content: space-between;
  padding: 1.5% 2%;
}
.single-neighbourhoods main .school-data .school-list li span {
  width: 25%;
}
.single-neighbourhoods main .neighbourhood-disclaimer {
  padding: 1% 0;
  color: #bdc3c7;
  font-size: 0.6rem;
}
.single-neighbourhoods aside {
  grid-area: aside;
}
.single-neighbourhoods aside .btn-view-listings {
  width: 100%;
  background-color: #333;
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 2%;
  font-size: 1rem;
}
.single-neighbourhoods aside .neighbourhood-aside {
  background-color: #fff;
  padding: 2%;
  border-radius: 2px;
}
.single-neighbourhoods .neighbourhood-listings {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100vw;
  padding: 3%;
  background-color: #bdc3c7;
}
.neighbourhood-notice {
  padding: 2%;
  background-color: #6f7d96;
  color: white;
}
.neighbourhood-notice:before {
  content: 'Neighbourhood Notice';
  padding-top: 1%;
  padding-bottom: 1%;
  color: #fff;
}
.resource-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.resource-grid .resource-slab {
  position: relative;
  margin: 8px 0 15px 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
}
.resource-term {
  list-style: none;
}
.blog-categories {
  margin: 30px 0 8px 0;
  text-align: center;
}
.blog-categories .list-group-item {
  padding: 10px 5px;
  margin: 0;
  background-color: transparent;
  border: none;
}
.blog-categories a {
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin-bottom: 0;
  display: block;
  color: #003067;
  vertical-align: center;
  text-align: center;
  background-color: transparent;
  border: 1px solid #003067 !important;
}
.blog-categories a:hover {
  background-color: rgba(0, 48, 103, 0.5);
  color: #2c2c2c;
  text-decoration: none;
}
.blog-categories .current-cat a {
  background-color: #003067;
  color: #fff;
}
.blog-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 767px) {
  .blog-grid {
    justify-content: flex-start;
  }
}
.blog-grid .post {
  width: 100%;
  margin-bottom: 15px;
  background-color: #fff;
}
@media (min-width: 575px) {
  .blog-grid .post {
    width: 80%;
  }
}
@media (min-width: 767px) {
  .blog-grid .post {
    width: 48%;
    margin-right: 2%;
  }
  .blog-grid .post:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 991px) {
  .blog-grid .post {
    width: 32%;
  }
  .blog-grid .post:nth-child(2n) {
    margin-right: 2%;
  }
  .blog-grid .post:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 767px) {
  .blog-grid .post-wrapper {
    overflow: hidden;
    height: 200px;
  }
}
@media (min-width: 991px) {
  .blog-grid .post-wrapper {
    height: 245px;
  }
}
@media (min-width: 767px) {
  .blog-grid .post-wrapper:hover .post-image {
    transform: translateY(-200px);
  }
  .blog-grid .post-wrapper:hover .title-wrapper h2 {
    opacity: 0;
  }
  .blog-grid .post-wrapper:hover .title-wrapper time {
    opacity: 0;
  }
  .blog-grid .post-wrapper:hover .post-info {
    transform: translateY(-200px);
    text-decoration: none;
  }
  .blog-grid .post-wrapper:hover .post-info h2, .blog-grid .post-wrapper:hover .post-info .excerpt, .blog-grid .post-wrapper:hover .post-info .link {
    opacity: 1;
  }
}
.blog-grid .post-image {
  position: relative;
  display: block;
  height: 200px;
  background-size: cover;
  transition: 0.5s all;
}
@media (min-width: 991px) {
  .blog-grid .post-image {
    height: 245px;
  }
}
.blog-grid .post-image .title-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 57%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 57%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.65) 57%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
}
.blog-grid .post-image .title-wrapper h2 {
  opacity: 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  transition: 0.5s all;
}
@media (min-width: 767px) {
  .blog-grid .post-image .title-wrapper h2 {
    opacity: 1;
  }
}
.blog-grid .post-image .title-wrapper time {
  opacity: 0;
  color: #b5b5b5;
  font-size: 11px;
  line-height: 15px;
  transition: 0.5s all;
}
@media (min-width: 767px) {
  .blog-grid .post-image .title-wrapper time {
    opacity: 1;
  }
}
.blog-grid .post-info {
  display: block;
  padding: 15px;
  margin-bottom: 0;
  background-color: #fff;
  color: #000;
  transition: 0.5s all;
}
.blog-grid .post-info h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
  transition: 0.5s all;
}
.blog-grid .post-info .excerpt {
  margin-bottom: 15px;
  color: #bdc3c7;
  font-size: 14px;
  line-height: 1.2;
  transition: 0.5s all;
}
.blog-grid .post-info .link {
  color: #003067;
  font-size: 14px;
  transition: 0.5s all;
}
@media (min-width: 767px) {
  .blog-grid .post-info .link {
    opacity: 0;
  }
}
.single-post .container-pager {
  min-width: 100vw;
  position: relative;
  left: 50%;
  padding: 0.5%;
  background-color: #bdc3c7;
  border: none;
  transform: translateX(-50%);
}
.single-post .container-pager .pager {
  margin: 0 auto;
}
.single-post .container-pager .pager a {
  padding: 15px;
  background-color: transparent;
  border: none;
  color: #fff;
  border-radius: 0;
  font-weight: 700;
}
.single-post .social-media-share-bar {
  margin: 20px auto 20px auto;
  text-align: center;
}
.single-post .social-media-share-bar li {
  margin: 4px;
  padding: 0;
}
.single-post .social-media-share-bar .title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.single-post .social-media-share-bar .btn-social {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  font-size: 31px;
}
.single-post article .catagories-wrapper {
  padding: 1.5% 1%;
  background-color: #003067;
  text-align: right;
}
.single-post article .catagories-wrapper ul {
  margin: 0;
}
.single-post article .catagories-wrapper #cat {
  margin: 0;
}
.single-post article h1 {
  display: block;
  margin: 35px 0 0 0;
  color: #000;
  font-size: 33px;
}
.single-post article h1:before, .single-post article h1:after {
  display: none;
}
.single-post article time {
  display: block;
  margin: 0 0 17px 0;
  color: #006b8e;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 2%;
}
.single-post article .post-heading {
  width: 90%;
  margin: 0 auto 15px auto;
  border-bottom: 1px solid darkgrey;
}
.single-post article .post-content {
  width: 90%;
  margin: 0 auto;
}
.gform_wrapper .gform_heading {
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_heading .gform_title {
  margin: 0 !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  line-height: 1;
}
.gform_wrapper .gform_heading .gform_description {
  margin: 0 !important;
  font-size: 0.8rem;
  font-weight: 300 !important;
}
.gform_wrapper ul.gform_fields li.gfield span.name_first, .gform_wrapper ul.gform_fields li.gfield span.name_last, .gform_wrapper ul.gform_fields li.gfield span.name_middle {
  padding-top: 0 !important;
}
.gform_wrapper li.gfield {
  position: relative;
  margin-top: 18px !important;
}
.gform_wrapper label.gfield_label {
  font-size: 1rem !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}
.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}
.gform_wrapper div.ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel] {
  margin-bottom: 0 !important;
  background-color: #fff;
  color: #000;
  padding: 5px 4px 5px 37px !important;
  border: 1px solid #003067;
  border-radius: 3px;
  outline: none;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  -webkit-appearance: none;
  box-shadow: none;
}
@media (min-width: 991px) {
  .gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel] {
    padding: 4px 8px 3px 40px !important;
  }
}
.gform_wrapper input[type=text]:focus, .gform_wrapper input[type=email]:focus, .gform_wrapper input[type=tel]:focus {
  outline: none;
  border-color: #003067;
}
.gform_wrapper textarea {
  padding: 3 !important;
  background-color: #fff;
  color: #000;
  border: 1px solid #003067;
  border-radius: 3px;
  outline: none;
  font-size: 1rem !important;
  -webkit-appearance: none;
  box-shadow: none;
}
.gform_wrapper textarea:focus {
  outline: none;
  border-color: #003067;
}
.gform_wrapper .form-opt-in {
  width: 100% !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
}
.gform_wrapper .form-opt-in ul {
  width: 100% !important;
}
.gform_wrapper .form-opt-in label {
  max-width: 95% !important;
  padding-left: 1%;
  font-size: 1rem;
  font-weight: 300 !important;
}
.gform_wrapper .form-email .ginput_container:before, .gform_wrapper .form-phone .ginput_container:before {
  position: absolute;
  top: 1px;
  z-index: 200;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #003067;
  color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: fontawesome;
  font-size: 0.8rem;
}
.gform_wrapper .form-name {
  padding-right: 0 !important;
}
.gform_wrapper .form-name span:before {
  content: '\f007' !important;
}
.gform_wrapper .form-name span:before {
  position: absolute;
  top: 1px !important;
  z-index: 200;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #003067;
  color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: fontawesome;
  font-size: 0.8rem;
}
.gform_wrapper .form-dropdown {
  padding-right: 0 !important;
}
.gform_wrapper .form-dropdown .ginput_container:before {
  content: '\f040' !important;
}
.gform_wrapper .form-dropdown .ginput_container:before {
  position: absolute;
  bottom: 1px;
  z-index: 200;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 35px;
  background-color: #003067;
  color: #fff;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: fontawesome;
  font-size: 0.8rem;
}
.gform_wrapper .form-dropdown select {
  margin-bottom: 0 !important;
  background-color: #fff;
  color: #000;
  padding: 5px 4px 5px 37px !important;
  border: 1px solid #003067;
  border-radius: 3px;
  outline: none;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  -webkit-appearance: none;
  box-shadow: none;
}
@media (min-width: 991px) {
  .gform_wrapper .form-email {
    padding-right: 10px !important;
  }
}
.gform_wrapper .form-email .ginput_container:before {
  content: '\f0e0' !important;
}
.gform_wrapper .form-phone {
  padding-right: 0 !important;
}
@media (min-width: 991px) {
  .gform_wrapper .form-phone {
    padding-left: 7px !important;
  }
}
.gform_wrapper .form-phone .ginput_container:before {
  content: '\f095' !important;
}
.gform_wrapper .form-text-area {
  padding-right: 0 !important;
}
.gform_wrapper .gform_footer {
  padding: 0 0 10px !important;
  margin: 0 0 0 important;
  text-align: right;
}
.gform_wrapper .gform_button {
  padding: 6px 17px !important;
  font-size: 1rem;
  margin: 0 0 0 0 !important;
  width: 100% !important;
}
aside .gform_wrapper .form-phone {
  padding-left: 0 !important;
}
aside .gform_wrapper .form-opt-in li {
  display: flex;
}
aside .gform_wrapper .form-opt-in label {
  padding-left: 3% !important;
  font-size: 0.7rem !important;
}
aside .gform_wrapper .form-name span:before {
  top: 0;
}
aside .gform_wrapper textarea.medium {
  height: 60px !important;
}
.home h1:after {
  border-bottom: 1px solid #7ab7dd;
}
.home .lead {
  margin-left: 0%;
  margin-right: 0%;
}
.home .home-action {
  margin-top: 2vh;
}
.home .listings-intro {
  width: 70%;
  text-align: center;
  padding: 2.5vh 0;
  margin: 0 auto;
}
.home .listings-grid-home {
  display: flex;
}
.home .listings-grid-home .listings {
  width: 25%;
}
.home .listings-grid-home .listings:nth-child(even) .prop-type-heading {
  background-color: #cbd0d3;
  color: #003067;
}
.home .listings-grid-home .listings .prop-type-heading {
  color: #fff !important;
  background-color: #003067;
  padding: 18px;
  text-align: center;
  font-size: 16px;
}
.home .listings-grid-home .listings .listing-wrapper {
  position: relative;
  min-height: 470px;
  background-size: cover;
}
.home .listings-grid-home .listings .listing-wrapper .listing-favorite {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
}
.home .listings-grid-home .listings .listing-wrapper .listing-favorite .fa-heart-o, .home .listings-grid-home .listings .listing-wrapper .listing-favorite .fa-heart {
  transition: all 0.2s ease;
}
.home .listings-grid-home .listings .listing-wrapper .listing-favorite:hover .fa-heart-o, .home .listings-grid-home .listings .listing-wrapper .listing-favorite:hover .fa-heart {
  transform: scale(1.2);
  color: #007ea7;
}
.home .listings-grid-home .listings .listing-wrapper .listing-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 5%, rgba(255, 255, 255, 0) 100%);
  color: #fff;
  font-size: 16px;
  opacity: 0.75;
  transition: opacity 0.3s ease;
}
.home .listings-grid-home .listings .listing-wrapper .listing-content:hover {
  opacity: 1;
}
.home .listings-grid-home .listings .listing-wrapper .listing-content h2 {
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  margin: 5px 0 5px 0;
  font-weight: 600;
}
.home .listings-grid-home .listings .listing-wrapper .listing-content ul {
  opacity: 1;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home .listings-grid-home .listings .listing-wrapper .listing-content ul li {
  padding: 0 6px;
}
.home .carousel-image_container.home {
  min-height: 35vmax;
}
.home .container-hero-text.slide_left {
  height: 100%;
}
.home .container-hero-text.slide_left .hp-banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.home .container-hero-text.slide_left .hp-banner-content > p {
  display: none !important;
}
.home .container-hero-text.slide_left .hp-banner-content img {
  max-width: 45vh;
  min-width: 27vw;
  width: 100%;
}
.neighbourhood-cta {
  background-image: url('/wp-content/themes/getonrealestate/assets/images/site/nb-bg.jpg');
  background-size: cover;
  background-position: center;
}
.cta-footer {
  background-color: #003067;
  color: #fff;
  text-align: center;
  padding: 3vh 0;
  font-size: 1.2rem;
}
.cta-footer p {
  font-weight: 500;
}
.cta-footer .btn, .cta-footer .gform_wrapper .gform_button, .gform_wrapper .cta-footer .gform_button {
  font-size: 0.8rem;
}
ul#main-navigation > li {
  flex: 1;
}
main header {
  padding-top: 2vh;
}
.focus-link {
  display: flex;
  justify-content: space-between;
}
h1::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-top: 20px;
  border-bottom: 1px solid #007ea7;
  margin-bottom: 20px;
}
.carousel-image_container:not(.home) {
  padding-top: 16%;
  margin-top: 110px;
}
.geton_agent_box h2 {
  margin-top: 7px;
}
.geton_agent_box h2:after {
  content: "";
  display: block;
  width: 40%;
  border-bottom: 1px solid #f26522;
  margin-bottom: 20px;
}
.geton_agent_box h4 {
  margin: 0;
  color: #007ea7;
  font-size: 15px;
}
.geton_agent_box i {
  color: #003067;
}
.geton_agent_box .geton_agent_postion {
  margin-top: -2%;
  margin-bottom: 2%;
}
.geton_agent_box .geton_agent_img {
  padding: 1%;
}
.geton_agent_box .geton_agent_pc {
  margin-bottom: 1%;
}
.geton_agent_box .geton_agent_social {
  margin-top: 1%;
  list-style: none;
  text-align: left;
  padding-inline-start: 0px;
  font-size: 1.2rem;
}
.geton_agent_box .geton_agent_social li {
  display: inline-block;
  margin: 0 5px;
}
.geton_agent_box .geton_agent_social i {
  color: #003067;
}
.geton_agent_box .geton_agent_phone {
  margin-top: 1%;
}
.geton_agent_box ul.geton_agent_social a[href=""] {
  display: none;
}
.home-hero {
  padding-top: 64vh;
  position: relative;
}
.home-hero .img-wrap {
  position: absolute;
  right: 5vw;
  bottom: 0;
  width: 25vw;
  max-height: 50vh;
}
.carousel-image_container:not(.home) {
  padding-top: 16%;
  margin-top: 110px;
}
.post-type-archive-testimonials .card .card-content p {
  color: #134780;
}
.featured-listings {
  min-height: 550px;
}
.featured-listings h2 {
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.featured-listings .slick-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  bottom: 0;
  width: 100%;
  min-width: 400px;
  margin: auto;
}
.featured-listings .slick-slider .slick-track {
  position: relative;
}
.featured-listings .slick-slider .slick-list {
  height: 100%;
}
.featured-listings .slick-slider .slick-list .slick-slide {
  width: 400px !important;
  transform: scale(0.8);
  transition: transform 0.5s ease-in-out;
}
.featured-listings .slick-slider .slick-list .slick-current {
  transform: scale(1);
}
.featured-listings .slick-slider .slick-list .card {
  margin: 0;
}
.featured-listings .slick-slider .slick-list .card .card-content {
  padding: 12px;
  padding-bottom: 0;
}
.featured-listings .slick-slider .slick-list .card .card-content .card-title {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.featured-listings .slick-slider .slick-list .card .card-content .card-title h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.featured-listings .slick-slider .slick-list .card .card-content .card-title span {
  font-size: 14px;
}
.featured-listings .slick-slider .slick-list .card .card-content .card-title .price {
  font-size: 16px;
}
.featured-listings .slick-slider .slick-list .card .card-content .list-inline {
  display: flex;
  justify-content: space-evenly;
}
.featured-listings .slick-slider .slick-list .card .card-content .list-inline li {
  text-align: center;
  font-size: 10px;
}
.featured-listings .slick-slider .slick-list .card .card-content .list-inline li span {
  font-size: 14px;
  display: block;
}
.featured-listings .slick-slider .slick-list .card .card-action .btn, .featured-listings .slick-slider .slick-list .card .card-action .gform_wrapper .gform_button, .gform_wrapper .featured-listings .slick-slider .slick-list .card .card-action .gform_button {
  margin-top: 0;
  padding: 10px 12px;
}
@media print {
  body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
    margin: 1cm;
  }
  .container-header, .container-search-bar, .container-breadcrumbs, .listing-actions .actions, .slickSlider-nav, .listing-open-house, .listing-map, aside, .social-media-bar, .social-media-share-bar, .footer-credit, .container-disclaimer {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }
  .single-listings .listing-heading {
    padding: 1% 0;
  }
  .single-listings .container-content {
    width: 90%;
    padding-bottom: 1cm;
    border-bottom: 1px solid black;
  }
  .single-listings main {
    width: 100%;
    margin-top: 1cm;
  }
  .single-listings main header .listing-header {
    padding: 0;
    margin-bottom: 1cm;
  }
  .single-listings main header .listing-header .listing-address {
    margin: 0 0 0 0;
  }
  .single-listings main header .listing-header .listing-address .listing-title {
    font-size: 2.6rem;
  }
  .single-listings main header .listing-header .listing-address .address-info {
    font-size: 1.4rem;
  }
  .single-listings main header .listing-info {
    padding: 0;
    border: none;
    font-size: 1.6rem;
    text-align: left;
  }
  .single-listings main header .listing-info .list-bedrooms {
    text-align: left;
  }
  .single-listings main header .listing-info .list-bathrooms {
    text-align: center;
  }
  .single-listings main header .listing-info .list-square_footage {
    text-align: right;
  }
  .single-listings main header .listing-info li {
    padding: 0 0 0.5cm 0;
    border: none;
  }
  .single-listings main .listing-gallery {
    padding: 0;
    margin-top: 1cm;
  }
  .single-listings main .listing-excerpt {
    padding: 0;
    margin-top: 1cm;
  }
  .single-listings main .listing-description {
    padding: 0;
    margin-top: 1cm;
    font-size: 1rem;
    line-height: 1.5;
  }
  .single-listings main .listing-description p {
    padding: 0;
  }
  .single-listings main .listing-overview {
    padding: 0;
    margin-top: 1cm;
    font-size: 1rem;
  }
  .single-listings main .listing-overview div {
    padding: 5px 0;
  }
  .single-listings main .listing-features {
    padding: 0;
    margin-top: 1cm;
    font-size: 1rem;
  }
  .single-listings main .listing-features div {
    padding: 5px 0;
  }
  .single-listings main .listing-disclaimer {
    display: none;
  }
  .container-footer {
    width: 100%;
    margin: 0 auto;
  }
  .container-footer .container {
    width: 90%;
  }
  .container-footer .footer-widgets {
    align-items: center;
  }
}
#actionbar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  background-color: #003067;
  color: #fff;
  transform: translateY(120px);
  transition-timing-function: ease-in;
  transition: transform 1s;
}
#actionbar.display {
  transform: translateY(0);
}
#actionbar .btn, #actionbar .gform_wrapper .gform_button, .gform_wrapper #actionbar .gform_button {
  position: relative;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: #007ea7;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  font-size: 1rem;
}
#actionbar .btn:hover, #actionbar .gform_wrapper .gform_button:hover, .gform_wrapper #actionbar .gform_button:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
#actionbar .btn:hover .tooltip, #actionbar .gform_wrapper .gform_button:hover .tooltip, .gform_wrapper #actionbar .gform_button:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
#actionbar .tooltip {
  visibility: hidden;
  width: 120px;
  background-color: #c7c7c7;
  color: #134780;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}
#actionbar .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #c7c7c7 transparent transparent transparent;
}
#actionbar .close-bar {
  float: right;
  background-color: transparent;
  color: #fff;
  border: none;
}
#actionbar .container-actionbar {
  display: flex;
  justify-content: flex-end;
}
#actionbar .container-actionbar .section-newsletter {
  display: flex;
  align-items: center;
  width: 330px;
  padding: 0 0 0 1%;
  margin-right: auto;
  background-color: #007ea7;
  color: #fff;
}
#actionbar .container-actionbar .section-newsletter p {
  margin: 0 5%;
  font-size: 0.6rem;
}
#actionbar .container-actionbar .section-newsletter .btn, #actionbar .container-actionbar .section-newsletter .gform_wrapper .gform_button, .gform_wrapper #actionbar .container-actionbar .section-newsletter .gform_button {
  width: auto;
  height: auto;
  padding: 0 10px;
  background-color: #007ea7;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 0.8rem;
}
#actionbar .container-actionbar .section-newsletter .btn:hover, #actionbar .container-actionbar .section-newsletter .gform_wrapper .gform_button:hover, .gform_wrapper #actionbar .container-actionbar .section-newsletter .gform_button:hover {
  background-color: #003067;
  color: #fff;
}
#actionbar .container-actionbar .section-actions {
  display: flex;
  align-items: center;
  padding: 0.3% 2%;
  margin: 0 auto 0 0;
  list-style: none;
}
#actionbar .container-actionbar .section-actions li {
  margin: 0 2%;
}
#actionbar .container-actionbar .section-actions li.spacer {
  width: 100px;
}
#actionbar .container-actionbar .section-chat {
  display: flex;
  align-items: center;
  margin: 0 2%;
}
#actionbar .container-actionbar .section-close {
  display: flex;
  align-items: center;
  padding: 0.3%;
  background-color: #007ea7;
}
body.home .container-content {
  margin: 0;
}
.grid-1 {
  grid-column: span 1;
}
.grid-2 {
  grid-column: span 2;
}
.grid-3 {
  grid-column: span 3;
}
.grid-4 {
  grid-column: span 4;
}
.grid-5 {
  grid-column: span 5;
}
.grid-6 {
  grid-column: span 6;
}
.grid-7 {
  grid-column: span 7;
}
.grid-8 {
  grid-column: span 8;
}
.grid-9 {
  grid-column: span 9;
}
.grid-10 {
  grid-column: span 10;
}
.grid-11 {
  grid-column: span 11;
}
.grid-12 {
  grid-column: span 12;
}
.slab > p:empty {
  display: none;
}
.grid-gap-1 {
  padding: 1%;
  grid-gap: 3%;
}
@media (max-width: 800px) {
  .grid-1, .grid-2, .grid-3, .grid-4 {
    grid-column: span 6;
  }
  .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
    grid-column: span 12;
  }
  .grid-md-1 {
    grid-column: span 1;
  }
  .grid-md-2 {
    grid-column: span 2;
  }
  .grid-md-3 {
    grid-column: span 3;
  }
  .grid-md-4 {
    grid-column: span 4;
  }
  .grid-md-5 {
    grid-column: span 5;
  }
  .grid-md-6 {
    grid-column: span 6;
  }
  .grid-md-7 {
    grid-column: span 7;
  }
  .grid-md-8 {
    grid-column: span 8;
  }
  .grid-md-9 {
    grid-column: span 9;
  }
  .grid-md-10 {
    grid-column: span 10;
  }
  .grid-md-11 {
    grid-column: span 11;
  }
  .grid-md-12 {
    grid-column: span 12;
  }
}
@media (max-width: 550px) {
  .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6 {
    grid-column: span 12;
  }
  .grid-sm-1 {
    grid-column: span 1;
  }
  .grid-sm-2 {
    grid-column: span 2;
  }
  .grid-sm-3 {
    grid-column: span 3;
  }
  .grid-sm-4 {
    grid-column: span 4;
  }
  .grid-sm-5 {
    grid-column: span 5;
  }
  .grid-sm-6 {
    grid-column: span 6;
  }
  .grid-sm-7 {
    grid-column: span 7;
  }
  .grid-sm-8 {
    grid-column: span 8;
  }
  .grid-sm-9 {
    grid-column: span 9;
  }
  .grid-sm-10 {
    grid-column: span 10;
  }
  .grid-sm-11 {
    grid-column: span 11;
  }
  .grid-sm-12 {
    grid-column: span 12;
  }
}
.slab-blue a {
  color: #68dbff;
}
.home-hero {
  min-height: 600px;
}
@media (max-width: 760px) {
  .home-hero .featured-listings-box {
    display: none;
  }
  .home-hero .img-wrap {
    left: 0;
    right: 0;
    width: 60vw;
    height: 60vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
span.card-mls-num {
  font-size: 12px !important;
}
ul#main-navigation li a {
  font-size: calc(6px + 0.33vw);
}
ul#menu-mobile-menu li ul.dropdown-menu {
  display: block;
  max-height: 0;
  overflow: hidden;
  position: static;
  float: none;
}
ul#menu-mobile-menu li.open ul.dropdown-menu {
  max-height: 400px;
}
@media (max-width: 1480px) {
  .container-footer .footer-information {
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .container-footer .footer-information .footer-links, .container-footer .footer-information .copyright {
    padding: 2vh 0;
  }
  .container-footer ul.footer-credit, .footer-information {
    text-align: center !important;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .navbar-default .navbar-nav > .dropdown > .dropdown-menu {
    left: 12px;
  }
}
@media (min-width: 992px) {
  ul.ul-3col {
    text-align: left;
    column-count: 3;
    column-gap: 10%;
  }
}
@media (max-width: 992px) {
  .container-content {
    margin-left: 0;
    margin-right: 0;
  }
  .container-footer .footer-information {
    align-items: center;
  }
  .single-listings ul.listing-info {
    padding: 0 !important;
    align-items: center;
  }
  .single-listings ul.listing-info li {
    flex: 1;
    text-align: center;
    padding: 4px !important;
  }
  .single-listings ul.listing-info li span {
    font-size: 0;
  }
  .single-listings .container-listing {
    grid-template-areas: "title title title title title title title title title title title title" "main main main main main main main main main main main main" "aside aside aside aside aside aside aside aside aside aside aside aside";
  }
  .single-listings .container-listing .listing-action-wrap {
    position: fixed;
    left: 0px;
    bottom: 40%;
    max-height: 135px;
    z-index: 999;
  }
  .single-listings .container-listing .container-agent {
    flex-direction: row;
  }
  .single-listings .container-listing .container-agent .agent-image {
    width: 40%;
  }
  .single-listings .container-listing .container-agent .agent-info {
    width: 60%;
    text-align: left;
  }
  .single-listings .container-listing .container-agent .btn, .single-listings .container-listing .container-agent .gform_wrapper .gform_button, .gform_wrapper .single-listings .container-listing .container-agent .gform_button {
    font-size: 1rem;
  }
  .header-fixed ul#menu-mobile-menu {
    flex-flow: column;
    align-items: start;
    justify-content: start;
    max-height: calc(100vh - 160px);
  }
  .header-fixed ul#menu-mobile-menu li {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
  }
  .header-fixed ul#menu-mobile-menu li a {
    font-size: 0.8rem;
  }
  .header-fixed.shrink ul#menu-mobile-menu {
    max-height: calc(100vh - 55px);
  }
  .listings-grid-home {
    flex-flow: column;
    width: 100%;
  }
  .listings-grid-home > article {
    width: 100%;
  }
  .carousel-image_container:not(.home) {
    margin-top: 40px;
  }
  .footer-popular {
    padding-top: 5vw;
  }
  .container-footer .footer-widgets .footer-subcontainer {
    flex-flow: column;
  }
  .container-footer .footer-widgets .footer-subcontainer img.img-responsive {
    margin: 2vw auto 6vw;
  }
  .container-footer .footer-widgets .footer-subcontainer .footer-popular ul, .container-footer .footer-widgets .footer-subcontainer .footer-popular h5 {
    text-align: center;
    padding: 0;
  }
  .container-footer .footer-widgets .footer-subcontainer .contact-card-inner {
    display: flex;
    flex-flow: column;
  }
  .container-footer .footer-widgets .footer-subcontainer .contact-card-inner > div {
    width: 100%;
    text-align: center;
  }
  .container-footer .footer-widgets .footer-subcontainer .contact-card-inner:after {
    display: none;
  }
}
.slickSlider-nav img {
  max-width: 150px;
  height: 100%;
  object-fit: cover;
}
/*# sourceMappingURL=style.css.map */