﻿@charset "UTF-8";
@import 'shadowbox/shadowbox.css';
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
html {
  overflow-y: scroll;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
html {
  overflow-y: scroll;
}

/* Mixins */
/* Animation keyframes */
@-webkit-keyframes fade {
  from {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fade {
  from {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes slideup {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideup {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
/* Used for the rich text editor */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
html {
  overflow-y: scroll;
}

html, body {
  font-family: Cardo, ​ serif;
  font-weight: 400;
}

h1 {
  text-align: center;
  position: relative;
  margin-top: 35px;
  font-size: 3.125em;
  background-image: url("/_assets/skin/site/images/dividerline-gold-large.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 12px;
  margin-bottom: 20px;
  margin-bottom: 45px;
}
@media (max-width: 440px) {
  h1 {
    background-size: 100% 1px;
  }
}

h2 {
  margin-top: 0;
  font-size: 1.125em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

h2.large-section-title {
  font-family: Cardo, ​ serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1.875em;
  margin: 0 0 0.25em 0;
  letter-spacing: 0;
}
h2.large-section-title a {
  color: #aa7819;
}

.centered-intro-text {
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial {
  padding: 20px 40px;
  background-color: #464646;
  color: #fff;
  position: relative;
  font-size: 24px;
  text-align: center;
  margin: 40px 0;
}
@media (max-width: 500px) {
  .testimonial {
    font-size: 18px;
  }
}
.testimonial .quote-source,
.testimonial .testimonial-source {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
}
.testimonial .quote-source strong,
.testimonial .testimonial-source strong {
  font-weight: 400;
}
.testimonial:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 24px 24px 0;
  border-color: #464646 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -24px;
  bottom: -24px;
  left: 50%;
}
.testimonial:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 24px 24px 0;
  border-color: #464646 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -24px;
  bottom: -23px;
  left: 50%;
}

.quote {
  font-size: 1.75em;
  margin: 1em 10%;
}
@media (max-width: 600px) {
  .quote {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.25em;
  }
}
@media (max-width: 420px) {
  .quote {
    margin-left: 0;
    margin-right: 0;
  }
}

html, body {
  background-color: #464646;
  /* Forms (module) */
}
html .cms-content-form, body .cms-content-form {
  display: block;
  background-color: transparent;
  padding: 0;
}
html .cms-content-form h2, body .cms-content-form h2 {
  margin-bottom: 1em;
}
html .cms-content-form label, body .cms-content-form label {
  display: block;
  padding: 4px 0;
  vertical-align: top;
  font-weight: normal;
}
html .cms-content-form-field-checkbox label, body .cms-content-form-field-checkbox label {
  display: inline-block;
  vertical-align: middle;
}
html .cms-content-form-field-checkbox input, body .cms-content-form-field-checkbox input {
  vertical-align: middle;
  margin-right: 5px;
}
html .cms-content-form .cms-content-form-field, body .cms-content-form .cms-content-form-field {
  margin-bottom: 0.75em;
}
html .cms-content-form-field-hidden, body .cms-content-form-field-hidden {
  visibility: hidden;
  position: absolute;
}
html .cms-content-form-field-checkboxlist input,
html .cms-content-form-field-radiobuttonlist input, body .cms-content-form-field-checkboxlist input,
body .cms-content-form-field-radiobuttonlist input {
  float: left;
  margin-top: 6px;
  display: block;
}
html .cms-content-form-field-checkboxlist .checkbox-item-label-text,
html .cms-content-form-field-radiobuttonlist .radio-item-label-text, body .cms-content-form-field-checkboxlist .checkbox-item-label-text,
body .cms-content-form-field-radiobuttonlist .radio-item-label-text {
  margin-left: 25px;
  display: block;
}
html .cms-content-form-field ~ .cms-content-form-field-sectionbreak, body .cms-content-form-field ~ .cms-content-form-field-sectionbreak {
  margin-top: 1em;
}
html .cms-content-form-field-sectionbreak span, body .cms-content-form-field-sectionbreak span {
  display: block;
  padding-bottom: 3px;
  border-bottom: solid 1px #999;
  font-size: 1.2em;
}
html .cms-content-form input[type=text],
html .cms-content-form input[type=password],
html .cms-content-form select,
html .cms-content-form textarea, body .cms-content-form input[type=text],
body .cms-content-form input[type=password],
body .cms-content-form select,
body .cms-content-form textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 4px;
  border: solid 1px #aaa;
  max-width: 100%;
  color: #000;
}
html .cms-content-form input[type=text].readonly,
html .cms-content-form input[type=password].readonly, body .cms-content-form input[type=text].readonly,
body .cms-content-form input[type=password].readonly {
  background-color: #e3e3e3;
}
html .cms-content-form input[type=text], body .cms-content-form input[type=text] {
  width: 300px;
}
html .cms-content-form select, body .cms-content-form select {
  width: 300px;
}
html .cms-content-form textarea, body .cms-content-form textarea {
  width: 300px;
  height: 80px;
}
html .cms-content-form input.hasDatepicker, body .cms-content-form input.hasDatepicker {
  width: 100px;
}
html .cms-content-form .cms-content-form-field-invalid input,
html .cms-content-form .cms-content-form-field-invalid textarea,
html .cms-content-form .cms-content-form-field-invalid select, body .cms-content-form .cms-content-form-field-invalid input,
body .cms-content-form .cms-content-form-field-invalid textarea,
body .cms-content-form .cms-content-form-field-invalid select {
  background-color: rgb(255, 239, 218);
  border-color: rgb(255, 180, 81);
}
html .cms-content-form .cms-content-form-field-invalid input[type=checkbox], body .cms-content-form .cms-content-form-field-invalid input[type=checkbox] {
  outline: solid 3px rgb(255, 180, 81);
}
html .cms-content-form-validationsummary, body .cms-content-form-validationsummary {
  margin: 20px 0 10px 0;
  color: #990000;
  display: none;
}
html .on-black .cms-content-form .cms-content-form-field-invalid input,
html .on-black .cms-content-form .cms-content-form-field-invalid select, body .on-black .cms-content-form .cms-content-form-field-invalid input,
body .on-black .cms-content-form .cms-content-form-field-invalid select {
  background-color: #f00;
  padding: 3px 10px;
  display: inline-block;
  color: #fff;
}
html .on-black .cms-content-form-validationsummary, body .on-black .cms-content-form-validationsummary {
  background-color: #f00;
  padding: 10px 20px;
  display: block;
  color: #fff;
}
html .cms-content-form label.checkboxLabel, body .cms-content-form label.checkboxLabel {
  width: auto;
  display: inline;
  vertical-align: baseline;
}
html .cms-content-form .command-row, body .cms-content-form .command-row {
  padding: 20px 0;
}
html .cms-placeholder-labels .cms-content-form-field-text label,
html .cms-placeholder-labels .cms-content-form-field-email label,
html .cms-placeholder-labels .cms-content-form-field-textarea label, body .cms-placeholder-labels .cms-content-form-field-text label,
body .cms-placeholder-labels .cms-content-form-field-email label,
body .cms-placeholder-labels .cms-content-form-field-textarea label {
  display: none;
}

#page {
  background-color: #fff;
  min-width: 320px;
}

footer {
  background-color: #464646;
  color: #fff;
  padding-bottom: 50px;
}
footer .footer-divider-line {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 100%;
  height: 1px;
}
footer .leaders-logo {
  width: 251px;
  height: 37px;
}

.col-content {
  margin-bottom: 20px;
}

.row-divider-bottom {
  background-image: url("/_assets/skin/site/images/dividerline-grey-large.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  margin-bottom: 32px;
}
@media (max-width: 440px) {
  .row-divider-bottom {
    background-size: 100% 1px;
  }
}

p.image-right:after,
p.image-left:after {
  content: "";
  display: table;
  clear: both;
}

p.image-left img,
img.image-left {
  float: left;
  margin: 5px 15px 5px 0;
}

p.image-center img,
img.image-center {
  display: block;
  margin: 5px auto;
}

p.image-right img,
img.image-right {
  float: right;
  margin: 5px 0 5px 15px;
}

/* HTML Module */
.cms-content-html img {
  max-width: 100%;
  height: auto !important;
}
.cms-content-html dl:after {
  content: "";
  display: table;
  clear: both;
}
.cms-content-html dl dt {
  font-weight: normal;
  margin: 0;
  padding: 0;
  float: left;
  width: 90px;
  display: block;
  clear: left;
  margin-bottom: 0.5em;
}
.cms-content-html dl dd {
  margin: 0;
  padding: 0;
  display: block;
  margin-left: 110px;
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  .cms-content-html dl dt {
    margin-bottom: 0;
  }
  .cms-content-html dl dt, .cms-content-html dl dd {
    float: none;
    margin-left: 0;
  }
}

/* Slideshow Module */
@media (max-width: 768px) {
  #content .pictures-slideshowfade {
    margin-left: -15px;
    margin-right: -15px;
  }
}

h3 {
  font-family: Lato, sans-serif;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}

.fa-spinner.animate-spin {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.menu-section {
  padding: 44px 0 30px 0;
}
@media (max-width: 768px) {
  .menu-section {
    padding-top: 20px;
  }
  #header .menu-section {
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .sidebar-content {
    margin-top: 20px;
  }
}
.sidebar-content h3 {
  letter-spacing: 0.1em;
}
.sidebar-content strong {
  font-family: Lato, sans-serif;
  font-weight: 700;
}
.sidebar-content address {
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.8em;
}

.contact-section {
  font-family: Lato, sans-serif;
  font-weight: 300;
  padding: 3em 0 2em 0;
  background-color: #eeecec;
  color: #464646;
}

.main-nav {
  font-family: Lato, sans-serif;
  color: #444444;
}
.main-nav a {
  color: #464646;
}
footer .main-nav a {
  color: #fff;
}
.main-nav a:hover {
  color: #89182c;
}
footer .main-nav a:hover {
  color: #ffccce;
}
header .main-nav li.current a {
  color: #89182c;
}
.main-nav .main-nav-logo {
  float: left;
  padding-top: 4px;
}
.main-nav .main-nav-logo img {
  width: 138px;
}
.main-nav .social-name {
  display: none;
}
.main-nav .main-nav-menu {
  float: right;
}
.main-nav .main-nav-menu .toggle {
  display: none;
  width: 32px;
  height: 29px;
  background-image: url(images/icon-menu.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px 29px;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .main-nav .main-nav-menu .toggle {
    background-image: url(images/icon-menu-2x.png);
  }
}
footer .main-nav .main-nav-menu .toggle {
  background-image: url(images/icon-menu-white.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  footer .main-nav .main-nav-menu .toggle {
    background-image: url(images/icon-menu-white-2x.png);
  }
}
.main-nav .main-nav-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-nav .main-nav-menu ul li {
  padding: 0;
  margin: 0 0 0 1em;
  display: inline-block;
}
.main-nav .main-nav-menu ul li:first-child {
  margin-left: 0;
}
.main-nav .main-nav-menu ul li.title {
  display: none;
}
.main-nav .main-nav-menu ul li a {
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.main-nav .main-nav-menu .main-nav-social-items {
  margin-top: 15px;
}
.main-nav .main-nav-menu .main-nav-social-items .toggle {
  background-image: url(images/icon-socialmenu.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .main-nav .main-nav-menu .main-nav-social-items .toggle {
    background-image: url(images/icon-socialmenu-2x.png);
  }
}
footer .main-nav .main-nav-menu .main-nav-social-items .toggle {
  background-image: url(images/icon-socialmenu-white.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  footer .main-nav .main-nav-menu .main-nav-social-items .toggle {
    background-image: url(images/icon-socialmenu-white-2x.png);
  }
}
.main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons {
  float: right;
}
.main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons span {
  vertical-align: middle;
}
.main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons .fa-stack {
  font-size: 0.85em;
  color: #585858;
}
footer .main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons .fa-stack {
  color: #fff;
}
footer .main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons .fa-stack .fa-inverse {
  color: #464646;
}
.main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons li {
  margin: 0;
}
.main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons a {
  margin-left: 4px;
}
.main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons a:hover {
  /*footer & .fa-stack {                            
      color: #ffccce !important;
  }*/
}
.main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons a:hover .fa-stack {
  color: #89182c;
}
.main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons a:hover.social-facebook .fa-stack {
  color: #3c5899;
}
.main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons a:hover.social-linkedin .fa-stack {
  color: #0177b5;
}
.main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons a:hover.social-wechat .fa-stack {
  color: #51c332;
}
.main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons a:hover.social-googleplus .fa-stack {
  color: #d73d32;
}
.main-nav .main-nav-menu .main-nav-social-items ul.social-media-icons a:hover.social-youtube .fa-stack {
  color: #e31f09;
}
@media (min-width: 993px) {
  header .main-nav .main-nav-menu-items li {
    position: relative;
  }
  header .main-nav .main-nav-menu-items li a {
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  header .main-nav .main-nav-menu-items li a::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    height: 1px;
    background: #89182c;
    content: "";
    opacity: 0;
    transition: opacity 0.3s, width 0.3s, left 0.3s, color 0.3s;
    width: 0;
    margin: 0 auto;
  }
  header .main-nav .main-nav-menu-items li a:hover,
  header .main-nav .main-nav-menu-items li a:focus {
    color: #89182c;
  }
  header .main-nav .main-nav-menu-items li a:hover::before,
  header .main-nav .main-nav-menu-items li a:hover::after {
    opacity: 1;
    width: 100%;
    left: 0%;
  }
  footer .main-nav .main-nav-menu-items li {
    position: relative;
  }
  footer .main-nav .main-nav-menu-items li a {
    text-shadow: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  footer .main-nav .main-nav-menu-items li a::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    height: 1px;
    background: #fff;
    content: "";
    opacity: 0;
    transition: opacity 0.3s, width 0.3s, left 0.3s, color 0.3s;
    width: 0;
    margin: 0 auto;
  }
  footer .main-nav .main-nav-menu-items li a:hover,
  footer .main-nav .main-nav-menu-items li a:focus {
    color: #fff;
  }
  footer .main-nav .main-nav-menu-items li a:hover::before,
  footer .main-nav .main-nav-menu-items li a:hover::after {
    opacity: 1;
    width: 100%;
    left: 0%;
  }
}
@media (max-width: 992px) {
  .main-nav .main-nav-menu .toggle {
    display: block;
  }
  .main-nav .social-name {
    display: inline-block;
    margin-left: 10px;
  }
  .main-nav .main-nav-menu ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2000;
    box-shadow: 0 0 25px 3px rgba(50, 50, 50, 0.4);
    margin: 0;
    padding: 0;
  }
  .main-nav .main-nav-menu ul li {
    display: block;
    width: auto;
    border-bottom: solid 1px #e2e2e2;
    margin: 0;
    padding: 0;
  }
  .main-nav .main-nav-menu ul li.title {
    display: block;
  }
  .main-nav .main-nav-menu ul li:last-child {
    border-bottom: none;
  }
  .main-nav .main-nav-menu ul li.title {
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 0.75em;
    font-weight: 700;
  }
  .main-nav .main-nav-menu ul li a {
    color: #222;
    padding: 5px 15px;
    display: block;
    text-transform: none;
  }
  .main-nav .main-nav-menu ul li a:hover {
    background-color: #e7e7e7;
  }
  .main-nav .main-nav-menu ul li.current a {
    font-weight: 400;
  }
  .main-nav .main-nav-menu .main-nav-social-items {
    margin-top: 6px;
  }
  .main-nav .main-nav-menu .main-nav-social-items .social-media-icons a {
    margin: 0;
  }
}

.social-media-share {
  margin: 20px 0 40px 0;
}
.social-media-share ul {
  display: block;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.social-media-share ul li {
  margin: 0;
  display: inline-block;
}
.social-media-share ul li a {
  margin-right: 20px;
  color: #585858;
}
.social-media-share ul li a:hover {
  color: #89182c;
}
.social-media-share ul li .fa {
  font-size: 1.5em;
}

#feature-section {
  background-color: #e7e9e8;
  margin-bottom: 35px;
}

#content {
  padding-bottom: 60px;
}

/* Home */
.home .home-section-links {
  margin-bottom: 0;
}
.home .home-section-links .col-md-4 {
  margin-bottom: 45px;
}
.home .home-section-links a {
  color: #464646;
  outline: none;
}
.home .home-section-links h2 {
  font-size: 1.5em;
  font-weight: 700;
  background-image: url("/_assets/skin/site/images/dividerline-gold-small.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 290px) {
  .home .home-section-links h2 {
    background-size: 100% 1px;
  }
}

/* Home slideshow (version 2) */
.home-slides {
  position: relative;
  height: 400px;
}
.home-slides .home-slide {
  height: 400px;
  font-size: 14px;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}
.home-slides .home-slide-background {
  position: absolute;
  z-index: 1;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  width: 100%;
}
.home-slides .home-slide-content {
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  padding: 20px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1000px) {
  .home-slides .home-slide-content {
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
  }
}
.home-slides .home-slide .caption {
  width: 50%;
  text-align: center;
  padding: 40px 0 0 40px;
}
.home-slides .home-slide .caption .caption-name {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 2.125em;
  line-height: 1.176em;
  margin-bottom: 10px;
}
.home-slides .home-slide .caption .caption-button {
  margin-top: 10px;
}
.home-slides .home-slide .caption .caption-button .button {
  background-color: #89182c;
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
  border: none;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: Lato, sans-serif;
  font-weight: 300;
}
.home-slides .home-slide .caption .caption-button .button.full-width {
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  display: block;
}
.home-slides .home-slide .caption .caption-button .button:hover {
  background-color: #a82b42;
  color: #fff;
}
.home-slides .home-slide-bullets {
  position: absolute;
  z-index: 100;
  bottom: 20px;
  width: 100%;
}
.home-slides .home-slide-bullet-content {
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
  text-align: center;
}
.home-slides .home-slide-bullet-content-inner {
  padding-right: 50%;
  padding-left: 40px;
}
.home-slides .home-slide-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 16px;
  background-color: #fff;
  border: solid 1px #939598;
  margin: 0 5px;
  text-indent: -50px;
  overflow: hidden;
  cursor: pointer;
}
.home-slides .home-slide-bullet.active {
  background-color: #939598;
}
.home-slides .home-slide-1 .caption {
  padding-top: 80px;
}
@media (max-width: 860px) {
  .home-slides .home-slide-1 .caption {
    padding-top: 30px;
  }
}
.home-slides .home-slide-1 .home-slide-background {
  background-image: url(images/slider/fullwidthhero-della-2X.jpg);
}
.home-slides .home-slide-2 {
  display: none;
}
.home-slides .home-slide-2 .caption {
  padding-top: 90px;
}
.home-slides .home-slide-2 .home-slide-background {
  background-image: url(images/slider/fullwidthhero-birdsnest-2X.jpg);
}
.home-slides .home-slide-3 {
  display: none;
}
.home-slides .home-slide-3 .caption {
  padding-top: 115px;
}
.home-slides .home-slide-3 .home-slide-background {
  background-image: url(images/slider/fullwidthhero-portfolio-2X.jpg);
}
@media (max-width: 768px) {
  .home-slides {
    height: 670px;
  }
}
@media (max-width: 768px) and (max-width: 550px) {
  .home-slides {
    height: 690px;
  }
}
@media (max-width: 768px) and (max-width: 460px) {
  .home-slides {
    height: 750px;
  }
}
@media (max-width: 768px) and (max-width: 400px) {
  .home-slides {
    height: 700px;
  }
}
@media (max-width: 768px) {
  .home-slides .home-slide {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .home-slides .home-slide-background {
    position: static;
    height: 400px;
  }
}
@media (max-width: 768px) and (max-width: 400px) {
  .home-slides .home-slide-background {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .home-slides .home-slide-content {
    position: static;
  }
}
@media (max-width: 768px) {
  .home-slides .home-slide .caption {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-slides .home-slide-bullet-content-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .home-slides .home-slide-1 .home-slide-background {
    background-image: url(images/slider/slideshow-dellaportrait-mobile.jpg);
  }
}
@media (max-width: 768px) {
  .home-slides .home-slide-2 .home-slide-background {
    background-image: url(images/slider/slideshow-birdsnest-mobile.jpg);
  }
}
@media (max-width: 768px) {
  .home-slides .home-slide-3 .home-slide-background {
    background-image: url(images/slider/slideshow-properties-mobile.jpg);
  }
}

/* Resources */
.resources-links h2 {
  font-family: Cardo, ​ serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #aa7819;
  text-transform: none;
  font-size: 1.875em;
  margin-top: 0.75em;
}

/* Team */
.team-member-list .team-member {
  background-color: #efefee;
  background: #fcfcfc; /* Old browsers */
  background: radial-gradient(ellipse at center, #ffffff 0, #e6e6e6 100%); /* W3C */
  margin-top: 5px;
  margin-bottom: 25px;
  display: table;
  width: 100%;
}
.team-member-list .team-member:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 600px) {
  .team-member-list .team-member {
    display: block;
    width: auto;
    background: #fff;
  }
}
.team-member-list .team-member .team-member-row {
  display: table-row;
}
@media (max-width: 600px) {
  .team-member-list .team-member .team-member-row {
    display: block;
    width: auto;
  }
}
.team-member-list .team-member .team-member-photo {
  width: 49%;
  vertical-align: top;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  -ms-behavior: url(/scripts/backgroundsize.min.htc);
  display: table-cell;
  margin-left: -15px;
  margin-right: -15px;
  cursor: pointer;
}
@media (max-width: 600px) {
  .team-member-list .team-member .team-member-photo {
    display: block;
    width: auto;
  }
}
.team-member-list .team-member .team-member-photo img {
  display: block;
  width: 100%;
  visibility: hidden;
}
.team-member-list .team-member .team-member-info {
  width: 51%;
  vertical-align: top;
  display: table-cell;
  text-align: center;
}
@media (max-width: 600px) {
  .team-member-list .team-member .team-member-info {
    display: block;
    width: auto;
  }
}
.team-member-list .team-member .team-member-info h2 {
  margin: 0 0 0.25em 0;
  letter-spacing: 0;
}
.team-member-list .team-member .team-member-info h3 {
  margin: 0 0 1em 0;
}
.team-member-list .team-member .team-member-info p {
  font-size: 0.9em;
}
.team-member-list .team-member .team-member-info .team-member-info-content {
  padding: 45px 30px;
}
@media (max-width: 600px) {
  .team-member-list .team-member .team-member-info .team-member-info-content {
    padding: 20px 0;
  }
}
.team-member-list .team-member .team-member-info .button-brand {
  margin-top: 1em;
  font-size: 0.9em !important;
}

.team-profile-feature .team-profile-photo {
  background-color: #e4e4e4;
  background-position: center center;
  height: 400px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.team-profile-feature .team-profile-header {
  text-align: center;
}
.team-profile-feature .team-profile-header h2 {
  font-size: 1em;
  margin-bottom: 30px;
  margin-top: -30px;
}

.team-profile .team-profile-columns {
  margin-top: 40px;
}
.team-profile .team-profile-columns .team-profile-common-content {
  margin-top: 40px;
}
.team-profile .team-profile-columns .team-profile-common-content h3 {
  letter-spacing: 0.05em;
}

.video-link .cms-content-html {
  position: relative;
}

.video-link a {
  display: block;
  margin-bottom: 2em;
}
.video-link a:after {
  font-family: Lato, sans-serif;
  font-size: 1.1em;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(220, 220, 220, 0.8);
  display: block;
  width: 100%;
  content: "VIDEO";
  z-index: 1;
  color: #464646;
  text-align: center;
  padding: 10px 28px 10px 0;
  letter-spacing: 0.1em;
  background-image: url(images/propertyviewicon-video.png);
  background-position: 64% 50%;
  background-repeat: no-repeat;
  background-size: 23px 17px;
}

/* Selling */
.selling-page .see-all-videos-button-section {
  text-align: center;
}
.selling-page .see-all-videos-button-section a {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

/* Real Estate */
@media (max-width: 768px) {
  .property-list {
    background-color: #efefee;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.property-list .property {
  background-color: #efefee;
  background: #fcfcfc; /* Old browsers */
  background: radial-gradient(ellipse at center, #ffffff 0, #e6e6e6 100%); /* W3C */
  margin-top: 5px;
  margin-bottom: 25px;
  display: table;
  width: 100%;
}
.property-list .property:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 992px) {
  .property-list .property {
    font-size: 0.9em;
  }
}
@media (max-width: 768px) {
  .property-list .property {
    display: block;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    background: transparent;
  }
}
.property-list .property .property-row {
  display: table-row;
}
@media (max-width: 768px) {
  .property-list .property .property-row {
    display: block;
    width: auto;
  }
}
.property-list .property .property-photo {
  width: 49%;
  vertical-align: top;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  cursor: pointer;
  display: table-cell;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.property-list .property .property-photo .tab-links {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
}
.property-list .property .property-photo .tab-links a {
  flex: 1 1 0px;
  display: block;
  background-color: red;
  text-align: center;
  padding: 15px 0 12px 0;
  background-color: #cccccc;
  background: linear-gradient(to bottom, rgb(223, 223, 223) 0%, rgb(204, 204, 204) 100%);
  font-family: Lato, sans-serif;
  color: #464646;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
}
.property-list .property .property-photo .tab-links a:hover {
  background: linear-gradient(to bottom, rgb(232, 232, 232) 0%, rgb(219, 219, 219) 100%);
}
.property-list .property .property-photo .tab-links a img {
  display: inline-block;
  width: 23px;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.property-list .property .property-photo .tab-links a + a {
  margin-left: 1px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .property-list .property .property-photo .tab-links.tabs3 a.floor-plans-tab {
    display: none;
  }
}
@media screen and (max-width: 478px) {
  .property-list .property .property-photo .tab-links.tabs3 a.floor-plans-tab {
    display: none;
  }
}
@media (max-width: 992px) {
  .property-list .property .property-photo {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .property-list .property .property-photo {
    display: block;
    width: auto;
  }
}
@media (max-width: 768px) {
  .property-list .property .property-photo {
    height: 400px;
  }
}
@media (max-width: 500px) {
  .property-list .property .property-photo {
    height: 300px;
  }
}
@media (max-width: 400px) {
  .property-list .property .property-photo {
    height: 220px;
  }
}
.property-list .property .property-photo .property-photos-container {
  position: absolute;
  width: 100%;
  z-index: 15;
}
@media (max-width: 768px) {
  .property-list .property .property-photo .property-photos-container {
    position: static;
    width: 100% !important;
    height: auto !important;
  }
}
.property-list .property .property-photo .property-photos-container .property-video {
  width: 100%;
  padding-bottom: 57.1428571429%;
  position: relative;
}
.property-list .property .property-photo .property-photos-container .property-video > div, .property-list .property .property-photo .property-photos-container .property-video > iframe, .property-list .property .property-photo .property-photos-container .property-video > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.property-list .property .listing-status {
  font-size: 0.7em;
  color: #89182c;
  display: block;
}
.property-list .property .with-open-home .property-photo:after,
.property-list .property .is-sold .property-photo:after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  width: 137px;
  height: 90px;
  max-width: 25vw;
  min-width: 70px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 992px) {
  .property-list .property .with-open-home .property-photo:after,
  .property-list .property .is-sold .property-photo:after {
    width: 110px;
    height: 110px;
  }
}
.property-list .property .with-open-home .property-photo:after {
  background-image: url("images/openhome-indicator-2X.png");
}
.property-list .property .is-sold .property-photo:after {
  background-image: url("images/sold-indicator-2X.png");
}
.property-list .property .is-sold.just-sold .property-photo:after {
  background-image: url("images/justsold-indicator-2X.png");
}
.property-list .property .property-info {
  width: 32.8%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  /*outline: solid 1px rgba(0,0,0,0.1);*/
  padding: 20px;
}
@media (max-width: 992px) {
  .property-list .property .property-info {
    width: 36.8%;
  }
}
@media (max-width: 768px) {
  .property-list .property .property-info {
    display: block;
    width: auto;
  }
}
.property-list .property .property-info h2 {
  font-family: Cardo, ​ serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.875em;
  margin: 0 0 0.25em 0;
}
.property-list .property .property-info h2 a {
  color: #aa7819;
}
.property-list .property .property-info .address {
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.property-list .property .property-info .address .address-suburb,
.property-list .property .property-info .address .address-street {
  white-space: nowrap;
}
.property-list .property .property-info .address .address-suburb {
  font-weight: 700;
}
.property-list .property .property-info .price {
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #89182c;
}
.property-list .property .property-side {
  font-family: "Open Sans", sans-serif;
  width: 18.2%;
  vertical-align: middle;
  display: table-cell;
  text-align: left;
  padding: 20px 20px 20px 0;
}
@media (max-width: 768px) {
  .property-list .property .property-side .buttons .button-grey,
  .property-list .property .property-side .buttons .button-brand {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.property-list .property .property-side .buttons .sold {
  font-size: 1.5em;
  font-weight: 600;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media (max-width: 768px) {
  .property-list .property .property-side .buttons .sold {
    margin: 0 auto;
    float: none !important;
  }
}
@media (max-width: 992px) {
  .property-list .property .property-side {
    width: 23.2%;
  }
}
@media (max-width: 768px) {
  .property-list .property .property-side {
    display: block;
    width: auto;
    padding: 20px 0;
  }
  .property-list .property .property-side .buttons:after {
    content: "";
    display: table;
    clear: both;
  }
  .property-list .property .property-side .buttons .button-grey {
    margin-right: 2%;
  }
  .property-list .property .property-side .buttons .full-width {
    width: 49%;
    float: left;
  }
}
.property-list .property .property-side .attribute {
  padding: 8px 0 8px 50px;
  position: relative;
}
@media (max-width: 768px) {
  .property-list .property .property-side .attribute {
    display: inline-block;
    margin-right: 40px;
  }
}
@media (max-width: 400px) {
  .property-list .property .property-side .attribute {
    margin-right: 15px;
    font-size: 0.9em;
  }
}
.property-list .property .property-side .attribute img {
  position: absolute;
  width: 40px;
  height: 17px;
  top: 12px;
  left: 0;
}
.property-list .property .property-side .open-home {
  text-align: center;
  color: #89182c;
  font-size: 14px;
}
.property-list .property .property-side .buttons {
  margin-top: 2em;
}
.property-list .property .property-side .button-grey {
  margin-bottom: 6px;
}
.property-list .property .property-side .button-brand,
.property-list .property .property-side .button-grey {
  font-size: 0.9em;
}

.property-details {
  /* Video */
  /* Walkthrough */
}
.property-details h1 {
  margin-bottom: 15px;
}
.property-details .slick-slider {
  margin-bottom: 0;
}
.property-details .slick-slider .slick-prev {
  left: 10px;
}
.property-details .slick-slider .slick-next {
  right: 10px;
}
.property-details .slick-slider .slick-prev,
.property-details .slick-slider .slick-next {
  z-index: 89999;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translate(0, -25%);
}
.property-details .slick-slider .slick-prev:before,
.property-details .slick-slider .slick-next:before {
  font-size: 40px;
  opacity: 0.85;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}
.property-details .photos-large.slick-slider .slick-slide img {
  background-color: #d9d9d9;
  color: #d9d9d9;
}
.property-details.with-open-home .photos-large:after, .property-details.is-sold .photos-large:after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  width: 137px;
  height: 90px;
  max-width: 25vw;
  min-width: 70px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 800px) {
  .property-details.with-open-home .photos-large:after, .property-details.is-sold .photos-large:after {
    width: 110px;
    height: 110px;
  }
}
.property-details.with-open-home .photos-large:after {
  background-image: url("images/openhome-indicator-2X.png");
}
.property-details.is-sold .photos-large:after {
  background-image: url("images/sold-indicator-2X.png");
}
.property-details.is-sold.just-sold .photos-large:after {
  background-image: url("images/justsold-indicator-2X.png");
}
@media (max-width: 500px) {
  .property-details .photos-thumbnails {
    display: none;
  }
}
.property-details .listing-status {
  font-size: 0.7em;
  color: #89182c;
  display: block;
}
.property-details .property-sidebar .sidebar-map {
  width: 100%;
  height: 230px;
}
.property-details .property-info {
  text-align: center;
}
.property-details .property-info h2 {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.property-details .property-info h2 .address-suburb {
  font-weight: 700;
}
.property-details .property-info h2 .price {
  font-weight: 600;
  color: #89182c;
}
@media (max-width: 768px) {
  .property-details .property-tabs {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.property-details .property-tabs .property-tab-selectors {
  text-transform: uppercase;
  text-align: center;
  margin-right: -1px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}
.property-details .property-tabs .property-tab-selectors:after {
  content: "";
  display: table;
  clear: both;
}
.property-details .property-tabs .property-tab-selectors a {
  float: left;
  display: block;
  background-color: #dedede;
  background-image: linear-gradient(to bottom, #e6e6e6 0, #d2d2d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6e6e6", endColorstr="#d2d2d2", GradientType=0, enabled = true );
  color: #464646;
  border-right: solid 1px #fff;
  width: 20%;
}
.property-details .property-tabs .property-tab-selectors a.active {
  background-color: #f5f5f5;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient( enabled = false );
}
.property-details .property-tabs .property-tab-selectors span.flag {
  float: right;
  font-weight: bold;
  color: #fff;
  width: 100px;
  background-color: #89182c;
  background-image: linear-gradient(to bottom, #ca414e 0, #8c1a2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ca414e", endColorstr="#8c1a2e", GradientType=0, enabled = true );
}
.property-details .property-tabs .property-tab-selectors a, .property-details .property-tabs .property-tab-selectors span.flag {
  padding: 10px 10px;
  white-space: nowrap;
  box-sizing: border-box;
  height: 46px;
}
@media (max-width: 992px) {
  .property-details .property-tabs .property-tab-selectors a, .property-details .property-tabs .property-tab-selectors span.flag {
    overflow: hidden;
    width: 20%;
    margin: 0;
  }
}
.property-details .property-tabs .property-tab-selectors a span {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 992px) {
  .property-details .property-tabs .property-tab-selectors a span {
    display: none;
    margin-right: 0;
  }
}
.property-details .property-tabs .property-tab-selectors img {
  width: 23px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
}
.property-details .property-tabs .property-tab-content .tab {
  display: none;
}
.property-details .property-tabs .property-tab-content .tab.active {
  display: block;
}
.property-details #photos .photo-large {
  background-color: #eee;
  position: relative;
}
.property-details #photos .photo-large img {
  max-width: 100%;
  width: 100%;
}
.property-details #photos .photo-large .fa-spinner.animate-spin {
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  display: none;
  color: #89182c;
}
.property-details #photos .photos-thumbnails {
  margin-right: -12px;
  /*margin-right: -12px;

  a {
      outline: 0 !important;
  }

  img {
      width: 150px;
      display: inline-block;
      margin-top: 6px;
      margin-right: 8px;
      cursor: pointer;
      outline: 0 !important;

      &:hover {
          opacity: 0.9;
      }
  }*/
}
.property-details #photos .photos-thumbnails a {
  outline: 0 !important;
}
.property-details #photos .photos-thumbnails img {
  width: 150px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 8px;
  cursor: pointer;
  outline: 0 !important;
}
.property-details #photos .photos-thumbnails img:hover {
  opacity: 0.9;
}
.property-details #photos .photos-thumbnails.slick-slider {
  /**/
}
.property-details #photos .photos-thumbnails.slick-slider .slick-list {
  /*margin: 0 -6px;*/
}
.property-details #photos .photos-thumbnails.slick-slider .slick-list .slick-slide {
  margin: 0 1px;
}
.property-details #photos .photos-thumbnails.slick-slider .slick-list .slick-slide img {
  /*opacity: 0.7 !important;*/
  transition: all 300ms ease 0s;
  border: solid 2px #fff;
  padding: 2px;
  cursor: pointer;
}
.property-details #photos .photos-thumbnails.slick-slider .slick-list .slick-current img {
  /*opacity: 1 !important;*/
  border: solid 2px #aa7819;
}
.property-details #video {
  width: 100%;
  padding-bottom: 56.2499929688%;
  position: relative;
}
.property-details #video > div, .property-details #video > iframe, .property-details #video > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.property-details #walk-through {
  width: 100%;
  padding-bottom: 66.6666666667%;
  position: relative;
}
.property-details #walk-through > div, .property-details #walk-through > iframe, .property-details #walk-through > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.property-details #floor-plans #floor-plan-container {
  width: 100%;
  height: 640px;
  position: relative;
  background-color: #f5f5f5;
  background-image: url(images/loaders/loader-property-details-tab.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .property-details #floor-plans #floor-plan-container {
    height: 400px;
  }
}
@media (max-width: 460px) {
  .property-details #floor-plans #floor-plan-container {
    height: 300px;
  }
}
.property-details #floor-plans .floorplan-thumbnails {
  margin-right: -12px;
}
.property-details #floor-plans .floorplan-thumbnails a {
  outline: 0 !important;
}
.property-details #floor-plans .floorplan-thumbnails img {
  width: 150px;
  display: inline-block;
  margin-top: 6px;
  margin-right: 8px;
  cursor: pointer;
  outline: 0 !important;
}
.property-details #floor-plans .floorplan-thumbnails img:hover {
  opacity: 0.9;
}
.property-details #floor-plans .floorplan-thumbnails.slick-slider {
  /**/
}
.property-details #floor-plans .floorplan-thumbnails.slick-slider .slick-list {
  /*margin: 0 -6px;*/
}
.property-details #floor-plans .floorplan-thumbnails.slick-slider .slick-list .slick-slide {
  margin: 0 1px;
}
.property-details #floor-plans .floorplan-thumbnails.slick-slider .slick-list .slick-slide img {
  /*opacity: 0.7 !important;*/
  transition: all 300ms ease 0s;
  border: solid 2px #fff;
  padding: 2px;
  cursor: pointer;
}
.property-details #floor-plans .floorplan-thumbnails.slick-slider .slick-list .slick-current img {
  /*opacity: 1 !important;*/
  border: solid 2px #aa7819;
}
.property-details #floor-plans .floorplan-thumbnails .floor-plan-thumbnail-container {
  position: relative;
}
.property-details #floor-plans .floorplan-thumbnails .floor-plan-thumbnail-overlay {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 100;
  background-color: #000;
  opacity: 0.04;
  cursor: pointer;
  pointer-events: none;
}
@media (min-width: 769px) {
  .property-details #floor-plans.no-scroll .slick-track {
    transform: none !important;
  }
}
@media (max-width: 768px) {
  .property-details #floor-plans.no-scroll-mobile .slick-track {
    transform: none !important;
  }
}
.property-details #map {
  width: 100%;
  padding-bottom: 66.6666666667%;
  position: relative;
}
.property-details #map > div, .property-details #map > iframe, .property-details #map > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.property-details #map #map_canvas {
  width: 100%;
  height: 100%;
}
.property-details .property-attributes-row {
  margin-top: 6px;
  margin-bottom: 2em;
}
.property-details .property-attributes-row > div {
  margin-top: 0;
}
.property-details .property-attributes-row .attribute {
  padding: 8px 0 8px 45px;
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-family: Lato, sans-serif;
}
@media (max-width: 400px) {
  .property-details .property-attributes-row .attribute {
    margin-right: 15px;
    font-size: 0.9em;
  }
}
.property-details .property-attributes-row .attribute img {
  position: absolute;
  width: 40px;
  height: 17px;
  top: 12px;
  left: 0;
}
.property-details .property-attributes-row .attribute.attribute-bedrooms {
  padding-left: 30px;
}
.property-details .property-attributes-row .attribute.attribute-bathrooms {
  padding-left: 34px;
}
.property-details .property-attributes-row .attribute.attribute-car-spaces {
  padding-left: 48px;
}
.property-details .property-attributes-row .attribute.attribute-land-area {
  padding-left: 35px;
}
.property-details .property-attributes-row .open-home {
  float: right;
  padding: 8px 0;
  font-family: Lato, sans-serif;
  color: #ca414e;
  text-align: right;
}
.property-details .property-attributes-row .open-home strong {
  color: #89162c;
}
@media (max-width: 750px) {
  .property-details .property-attributes-row .open-home {
    float: none;
  }
}
.property-details .footer-content {
  margin-top: 20px;
}

/* Form */
.cms-content-form label {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.cms-content-form input[type=text],
.cms-content-form select,
.cms-content-form textarea {
  width: 100% !important;
  background-color: #fafafa;
  font-family: Lato, sans-serif;
}

.cms-content-form button {
  background-color: #89182c;
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
  border: none;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: Lato, sans-serif;
  font-weight: 300;
  padding-left: 2em;
  padding-right: 2em;
}
.cms-content-form button.full-width {
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  display: block;
}
.cms-content-form button:hover {
  background-color: #a82b42;
  color: #fff;
}

/* Buttons */
.button-brand {
  background-color: #89182c;
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
  border: none;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: Lato, sans-serif;
  font-weight: 300;
}
.button-brand.full-width {
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  display: block;
}
.button-brand:hover {
  background-color: #a82b42;
  color: #fff;
}

.button-grey {
  background-color: #464646;
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  text-transform: uppercase;
  border: none;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: Lato, sans-serif;
  font-weight: 300;
}
.button-grey.full-width {
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  display: block;
}
.button-grey:hover {
  background-color: #a82b42;
  color: #fff;
}

/* Blog / Insights */
.blog-post-info {
  font-family: Lato, sans-serif;
  font-size: 0.8em;
}

.blog-post-list img {
  max-width: 100%;
  display: block;
}
.blog-post-list .blog-post-list-item {
  background-image: url("/_assets/skin/site/images/dividerline-gold-large.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 440px) {
  .blog-post-list .blog-post-list-item {
    background-size: 100% 1px;
  }
}
.blog-post-list .blog-post-list-item h2 {
  margin: 0 0 0.75em 0;
}
.blog-post-list .blog-post-list-item .blog-post-image {
  margin-bottom: 20px;
}

.blog-post-title h1 {
  margin-bottom: 0;
  background-image: url("/_assets/skin/site/images/dividerline-gold-large.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 440px) {
  .blog-post-title h1 {
    background-size: 100% 1px;
  }
}
.blog-post-title .blog-post-info {
  text-align: center;
  margin-bottom: 10px;
}

.blog-post .blog-post-info {
  margin-top: 20px;
}

.blog-posts-title h1 {
  margin-bottom: 15px;
}

.blog-sidebar h2 {
  letter-spacing: 0.05em;
}

.blog-archive ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  font-family: Lato, sans-serif;
  font-weight: 300;
}
.blog-archive ul li {
  margin: 0 0 0.333em 0;
  padding: 0;
}

.full-width-slideshow {
  margin: 40px 0 52px 0;
}
.full-width-slideshow:after {
  content: "";
  display: table;
  clear: both;
}
.full-width-slideshow .full-width-container {
  height: 400px;
  width: 100vw;
  min-width: 320px;
  top: 0;
  float: right;
  margin-right: 50%;
}
.full-width-slideshow .full-width-container-shift {
  height: 100%;
  position: relative;
  right: -50%;
  overflow: hidden;
}
.full-width-slideshow .full-width-container-shift:after {
  content: "";
  display: table;
  clear: both;
}
.full-width-slideshow .full-width-background {
  float: left;
  padding-left: 100%;
  width: 10000px;
  margin-left: -5000px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  height: 100%;
}
.full-width-slideshow .full-width-content {
  display: inline-block;
  position: relative;
  height: 100%;
}
.full-width-slideshow .full-width-content .pictures-slideshowfade {
  height: 100%;
}
.full-width-slideshow .full-width-content .nivoSlider {
  height: 100%;
}
.full-width-slideshow .full-width-content .nivo-main-image, .full-width-slideshow .full-width-content .nivo-slice, .full-width-slideshow .full-width-content img {
  height: 100% !important;
  display: block;
  width: auto !important;
}
@media (max-width: 800px) {
  .full-width-slideshow .full-width-container {
    height: 200px;
  }
  .full-width-slideshow .full-width-container {
    height: 50vw;
    min-height: 160px;
  }
}

.animate-slide {
  visibility: hidden;
}

.animate-slide.animated {
  visibility: visible;
  -webkit-animation-name: slideup, fade;
  animation-name: slideup, fade;
  -webkit-animation-delay: 0, 0;
  animation-delay: 0, 0;
  -webkit-animation-duration: 1s, 1.5s;
  animation-duration: 1s, 1.5s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
  -webkit-backface-visibility: hidden, hidden;
  backface-visibility: hidden, hidden;
}

.bootstrap-form {
  margin-top: 1em;
  margin-bottom: 1em;
}
.bootstrap-form:after {
  content: "";
  display: table;
  clear: both;
}
.bootstrap-form form {
  margin-left: -15px;
  margin-right: -15px;
}
.bootstrap-form .cms-content-form-validationsummary,
.bootstrap-form .command-row {
  clear: both;
  margin-left: 15px;
  margin-right: 15px;
}

.contact-section .cms-content-form form {
  margin-left: -7px;
  margin-right: -7px;
}
.contact-section .cms-content-form .cms-content-form-validationsummary {
  margin-left: 7px;
  margin-right: 7px;
  text-align: center;
  font-weight: bold;
}
.contact-section .cms-content-form input[type=text],
.contact-section .cms-content-form textarea {
  border: none;
  padding-left: 0.75em;
  padding-right: 0.75em;
  background-color: #fff;
}
.contact-section .cms-content-form .cms-content-form-field-invalid input, .contact-section .cms-content-form .cms-content-form-field-invalid textarea {
  background-color: #ffefda;
}
.contact-section .cms-content-form .cms-content-form-field {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.contact-section .cms-content-form textarea {
  height: 100px;
}
.contact-section .cms-content-form button {
  width: 100%;
}

.appraisal-form {
  font-family: Lato, sans-serif;
  margin-left: -15px;
  margin-right: -15px;
}
.appraisal-form .clear {
  clear: left;
}
.appraisal-form .cms-content-form-validationsummary,
.appraisal-form .command-row {
  clear: both;
  margin-left: 15px;
  margin-right: 15px;
}
.appraisal-form input[type=text], .appraisal-form textarea {
  width: 100% !important;
}
.appraisal-form label {
  color: #222;
}
.appraisal-form .checkbox-item-label label {
  color: #444;
}
.appraisal-form .field-tip {
  font-size: 0.8em;
  margin: 0.5em 0;
}
.appraisal-form .cms-required-field > label:after {
  content: "*";
  display: inline-block;
  margin: 0 0.25em;
  color: #89182c;
  vertical-align: top;
}
.appraisal-form .hide-label > label {
  visibility: hidden;
}
.appraisal-form .select-message > label:after {
  content: " (select those that apply)";
  display: inline-block;
  margin: 0 0.25em;
  font-size: 1em;
  color: #89182c;
}
.appraisal-form .cms-content-form-field-sectionbreak span {
  color: #89182c;
  border-color: #89182c;
}

#sb-nav-close:before {
  color: #fff;
  content: "close";
  font-size: 17px;
  font-weight: 700;
  height: 40px;
  position: absolute;
  right: 20px;
  top: -1px;
}

#header .link-privacy {
  display: none;
}

#footer .main-nav-menu-items {
  font-size: 15px;
}
