﻿@import url("normalize.css");
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
.sprite {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.ico-search {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -227px -87px;
  width: 16px;
  height: 16px;
}
.ico-back {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -251px -87px;
  width: 6px;
  height: 12px;
}
.ico-link-arrow {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -220px -112px;
  width: 9px;
  height: 15px;
}
.ico-filters-arrow {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -230px -135px;
  width: 12px;
  height: 8px;
}
.unfavorite-home-indicator {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: 0 -136px;
  width: 24px;
  height: 23px;
}
.favorite-home-indicator {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -30px -136px;
  width: 24px;
  height: 23px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
html {
  font-family: 'Montserrat', sans-serif;
  font-size: 62.5%;
  background: #fff;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
  line-height: normal;
}
html,
body {
  height: 100%;
}
#container {
  position: relative;
  min-height: 100%;
  padding-bottom: 110px;
}
@media only screen and (max-width: 600px) {
  #container {
    padding-bottom: 0;
  }
}
a {
  color: #0000EE;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #0000EE;
  text-decoration: none;
}
p {
  margin: 12px 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: normal;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  color: #53575A;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 24px 0 0;
}
h1:first-of-type {
  margin-top: 0;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  color: #53575A;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 18px 0 0;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  color: #53575A;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 12px 0 0;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  color: #53575A;
  margin: 6px 0 0;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
.wrap {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  padding: 0 0.98039216%;
}
.wrap.narrow {
  max-width: 640px;
}
@media only screen and (max-width: 600px) {
  .wrap {
    width: 100%;
    padding: 0 16px;
  }
}
.transition {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
dl dt {
  color: #a6a6a6;
  margin-bottom: 2px;
  font-weight: normal;
}
dl dd {
  margin-bottom: 6px;
  margin-left: 0;
}
@media only screen and (min-width: 601px) {
  dl:after {
    content: "";
    display: table;
    clear: both;
  }
  dl dt {
    float: left;
    clear: both;
    width: 25%;
    text-align: right;
    margin-bottom: 6px;
  }
  dl dd {
    width: 72%;
    float: right;
  }
}
@media only screen and (max-width: 600px) {
  dl dt {
    margin-top: 12px;
  }
}
.message {
  border: 1px solid #e6e195;
  background: #fef4cf;
  background: -webkit-linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  background: -moz-linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  background: -ms-linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  background: -o-linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  background: linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-size: 1.6rem;
  color: #656151;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.published {
  display: none;
}
.btn {
  display: inline-block;
  padding: 8px 12px;
  padding: 0.61538462rem 1rem;
  background: #f4f4f4;
  background: -webkit-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -moz-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -ms-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -o-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: linear-gradient(top, #fff 0, #ebebeb 100%);
  border: 1px solid #dfdfdf;
  text-shadow: #fff 0 1px 0;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn:hover {
  background: #fcfcfc;
  background: -webkit-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -o-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: linear-gradient(top, #fff 0, #f9f9f9 100%);
}
.btn:active,
.btn.selected {
  border-color: #c4c4c4;
  background: #f0f0f0;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
}
.btn:disabled,
.btn.btn-disabled {
  color: #bdbdbd;
}
.btn > i {
  margin: 0 8px 0 0;
  margin: 0 0.61538462rem 0 0;
  vertical-align: middle;
}
.btn > i.right {
  margin: 0 0 0 8px;
  margin: 0 0 0 0.61538462rem;
}
.btn-primary,
.submit-button button {
  display: inline-block;
  padding: 8px 12px;
  padding: 0.61538462rem 1rem;
  background: #f4f4f4;
  background: -webkit-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -moz-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -ms-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -o-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: linear-gradient(top, #fff 0, #ebebeb 100%);
  border: 1px solid #dfdfdf;
  text-shadow: #fff 0 1px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #feeba5;
  background: -webkit-linear-gradient(top, #feefb5 0, #fee897 100%);
  background: -moz-linear-gradient(top, #feefb5 0, #fee897 100%);
  background: -ms-linear-gradient(top, #feefb5 0, #fee897 100%);
  background: -o-linear-gradient(top, #feefb5 0, #fee897 100%);
  background: linear-gradient(top, #feefb5 0, #fee897 100%);
  border-color: #c1c0bc;
  color: #333;
}
.btn-primary:hover,
.submit-button button:hover {
  background: #fcfcfc;
  background: -webkit-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -o-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: linear-gradient(top, #fff 0, #f9f9f9 100%);
}
.btn-primary:active,
.submit-button button:active,
.btn-primary.selected,
.submit-button button.selected {
  border-color: #c4c4c4;
  background: #f0f0f0;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
}
.btn-primary:disabled,
.submit-button button:disabled,
.btn-primary.btn-disabled,
.submit-button button.btn-disabled {
  color: #bdbdbd;
}
.btn-primary > i,
.submit-button button > i {
  margin: 0 8px 0 0;
  margin: 0 0.61538462rem 0 0;
  vertical-align: middle;
}
.btn-primary > i.right,
.submit-button button > i.right {
  margin: 0 0 0 8px;
  margin: 0 0 0 0.61538462rem;
}
.btn-primary:hover,
.submit-button button:hover {
  background: #fbf0c6;
  background: -webkit-linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  background: -moz-linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  background: -ms-linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  background: -o-linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  background: linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  border-color: #c1c0bc;
  color: #333;
}
.btn-primary:active,
.submit-button button:active,
.btn-primary.selected,
.submit-button button.selected {
  border-color: #a2a19f;
  background: #f5e3a2;
  color: #333;
}
.btn-primary:active:hover,
.submit-button button:active:hover,
.btn-primary.selected:hover,
.submit-button button.selected:hover,
.btn-primary:active.focus,
.submit-button button:active.focus,
.btn-primary.selected.focus,
.submit-button button.selected.focus,
.btn-primary:active:focus,
.submit-button button:active:focus,
.btn-primary.selected:focus,
.submit-button button.selected:focus {
  border-color: #a2a19f;
  background: #f5e3a2;
  color: #333;
}
.btn-primary:focus,
.submit-button button:focus,
.btn-primary.focus,
.submit-button button.focus {
  color: #333;
  background: #feeba5;
  border-color: #c1c0bc;
}
.btn-secondary {
  display: inline-block;
  padding: 8px 12px;
  padding: 0.61538462rem 1rem;
  background: #f4f4f4;
  background: -webkit-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -moz-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -ms-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -o-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: linear-gradient(top, #fff 0, #ebebeb 100%);
  border: 1px solid #dfdfdf;
  text-shadow: #fff 0 1px 0;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #6197af;
  background: -webkit-linear-gradient(top, #6197af 0, #446c8e 100%);
  background: -moz-linear-gradient(top, #6197af 0, #446c8e 100%);
  background: -ms-linear-gradient(top, #6197af 0, #446c8e 100%);
  background: -o-linear-gradient(top, #6197af 0, #446c8e 100%);
  background: linear-gradient(top, #6197af 0, #446c8e 100%);
  border-color: #49748c;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.3) 0 -1px 0;
}
.btn-secondary:hover {
  background: #fcfcfc;
  background: -webkit-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -o-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: linear-gradient(top, #fff 0, #f9f9f9 100%);
}
.btn-secondary:active,
.btn-secondary.selected {
  border-color: #c4c4c4;
  background: #f0f0f0;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
}
.btn-secondary:disabled,
.btn-secondary.btn-disabled {
  color: #bdbdbd;
}
.btn-secondary > i {
  margin: 0 8px 0 0;
  margin: 0 0.61538462rem 0 0;
  vertical-align: middle;
}
.btn-secondary > i.right {
  margin: 0 0 0 8px;
  margin: 0 0 0 0.61538462rem;
}
.btn-secondary:hover {
  background: #92b1c3;
  background: -webkit-linear-gradient(top, #92b1c3 0, #6791aa 100%);
  background: -moz-linear-gradient(top, #92b1c3 0, #6791aa 100%);
  background: -ms-linear-gradient(top, #92b1c3 0, #6791aa 100%);
  background: -o-linear-gradient(top, #92b1c3 0, #6791aa 100%);
  background: linear-gradient(top, #92b1c3 0, #6791aa 100%);
  color: #fff;
}
.btn-secondary:active,
.btn-secondary.selected {
  border-color: #3c5f73;
  background: #537b93;
  color: #fff;
}
.btn-textonly {
  display: inline-block;
  padding: 8px 12px;
  padding: 0.61538462rem 1rem;
  background: #f4f4f4;
  background: -webkit-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -moz-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -ms-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -o-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: linear-gradient(top, #fff 0, #ebebeb 100%);
  border: 1px solid #dfdfdf;
  text-shadow: #fff 0 1px 0;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  border-width: 0;
  padding-left: 0;
  padding-right: 15px;
  position: relative;
  color: #0000EE;
}
.btn-textonly:hover {
  background: #fcfcfc;
  background: -webkit-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -o-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: linear-gradient(top, #fff 0, #f9f9f9 100%);
}
.btn-textonly:active,
.btn-textonly.selected {
  border-color: #c4c4c4;
  background: #f0f0f0;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
}
.btn-textonly:disabled,
.btn-textonly.btn-disabled {
  color: #bdbdbd;
}
.btn-textonly > i {
  margin: 0 8px 0 0;
  margin: 0 0.61538462rem 0 0;
  vertical-align: middle;
}
.btn-textonly > i.right {
  margin: 0 0 0 8px;
  margin: 0 0 0 0.61538462rem;
}
.btn-textonly:focus {
  color: #0000EE;
}
.btn-textonly:after {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -245px -87px;
  width: 6px;
  height: 12px;
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.btn-textonly:hover,
.btn-textonly:active {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.btn-textonly.back {
  padding-left: 15px;
  padding-right: 12px;
}
.btn-textonly.back:after {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -251px -87px;
  width: 6px;
  height: 12px;
  right: auto;
  left: 0;
}
.btn-segmented .btn:not(:last-child),
.btn-segmented li:not(:last-child) .btn {
  border-right-width: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-segmented .btn:not(:first-child),
.btn-segmented li:not(:first-child) .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-large,
.actions .btn {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 9px 12px;
  padding: 0.69230769rem 1rem;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close {
  float: right;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.form-input {
  padding: 5px 8px;
  color: #333;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-size: 1.6rem;
}
.form-input.error,
.form-input.parsley-error {
  color: #a60000;
  border-color: #a60000;
  -webkit-box-shadow: 0 0 0 3px #f1acac;
  -moz-box-shadow: 0 0 0 3px #f1acac;
  box-shadow: 0 0 0 3px #f1acac;
}
.form-input.success {
  color: #00a642;
  border-color: #00a642;
  -webkit-box-shadow: 0 0 0 3px #b9e0b1;
  -moz-box-shadow: 0 0 0 3px #b9e0b1;
  box-shadow: 0 0 0 3px #b9e0b1;
}
.form-input.placeholder {
  color: #aaa;
}
textarea,
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
  padding: 5px 8px;
  color: #333;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}
textarea.error,
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]).error,
textarea.parsley-error,
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]).parsley-error {
  color: #a60000;
  border-color: #a60000;
  -webkit-box-shadow: 0 0 0 3px #f1acac;
  -moz-box-shadow: 0 0 0 3px #f1acac;
  box-shadow: 0 0 0 3px #f1acac;
}
textarea.success,
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]).success {
  color: #00a642;
  border-color: #00a642;
  -webkit-box-shadow: 0 0 0 3px #b9e0b1;
  -moz-box-shadow: 0 0 0 3px #b9e0b1;
  box-shadow: 0 0 0 3px #b9e0b1;
}
textarea.placeholder,
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]).placeholder {
  color: #aaa;
}
select {
  padding: 5px 8px;
  color: #333;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-size: 1.6rem;
  outline: none;
  display: inline-block;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
select.error,
select.parsley-error {
  color: #a60000;
  border-color: #a60000;
  -webkit-box-shadow: 0 0 0 3px #f1acac;
  -moz-box-shadow: 0 0 0 3px #f1acac;
  box-shadow: 0 0 0 3px #f1acac;
}
select.success {
  color: #00a642;
  border-color: #00a642;
  -webkit-box-shadow: 0 0 0 3px #b9e0b1;
  -moz-box-shadow: 0 0 0 3px #b9e0b1;
  box-shadow: 0 0 0 3px #b9e0b1;
}
select.placeholder {
  color: #aaa;
}
.inline-select-wrapper {
  line-height: 38px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url("Images/select-bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 42px;
  }
}
form label,
form .label,
form .field-validation-error {
  font-size: 16px;
  font-size: 1.6rem;
}
form label:not(.inline),
form .label:not(.numeric) {
  display: block;
  margin-top: 8px;
  padding-bottom: 6px;
}
form.small-labels label {
  font-size: 13px;
  font-size: 1.3rem;
}
form .actions {
  text-align: right;
  clear: both;
}
form .actions .back {
  float: left;
}
form .actions .btn {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 9px 12px;
  padding: 0.69230769rem 1rem;
}
form ol,
form ul {
  padding: 0;
  margin: 0;
}
form li {
  list-style: none;
  margin: 12px 0;
}
form .other-box {
  margin-left: 30px;
  margin-top: 0.5em;
}
form .info {
  color: #999;
  font-style: italic;
  margin-top: 0.25em;
  display: block;
}
form .field-validation-error {
  color: red;
}
form .actions,
form .submit-button,
form .save-button {
  margin-top: 8px;
  text-align: right;
}
form:not(#an-id-that-will-never-be-used) input[type='radio'],
form:not(#an-id-that-will-never-be-used) input[type='checkbox'] {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  width: 21px;
}
form:not(#an-id-that-will-never-be-used) input[type='radio'] ~ label,
form:not(#an-id-that-will-never-be-used) input[type='checkbox'] ~ label {
  display: inline-block;
  padding: 0 0 0 24px;
  position: relative;
  cursor: pointer;
  -webkit-animation: bugfix infinite 1s;
}
form:not(#an-id-that-will-never-be-used) input[type='radio'] ~ label:before,
form:not(#an-id-that-will-never-be-used) input[type='checkbox'] ~ label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
form:not(#an-id-that-will-never-be-used) input[type='radio'] ~ label:before {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -34px -119px;
  width: 17px;
  height: 17px;
}
form:not(#an-id-that-will-never-be-used) input[type='radio']:checked ~ label:before {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -52px -119px;
  width: 17px;
  height: 17px;
}
form:not(#an-id-that-will-never-be-used) input[type='checkbox'] ~ label:before {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: 0px -120px;
  width: 16px;
  height: 16px;
}
form:not(#an-id-that-will-never-be-used) input[type='checkbox']:checked ~ label:before {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -17px -120px;
  width: 16px;
  height: 16px;
}
form .update a:active,
form .update a:hover {
  text-decoration: none;
  color: #0000EE;
}
.label,
label {
  border-radius: 0;
  color: #777;
  display: table-cell;
  line-height: normal;
  font-weight: normal;
  text-align: unset;
  vertical-align: middle;
  margin-bottom: 0;
}
.label {
  padding: 8px 14px;
}
@-webkit-keyframes bugfix {
  from {
    padding: 0 0 0 24px;
  }
  to {
    padding: 0 0 0 24px;
  }
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.validation-summary-errors {
  border: 1px solid #e6e195;
  background: #fef4cf;
  background: -webkit-linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  background: -moz-linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  background: -ms-linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  background: -o-linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  background: linear-gradient(top, #fef4cf 0, #f8edbe 100%);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-size: 1.6rem;
  color: #656151;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: -webkit-linear-gradient(top, #ff9999 0, #f78686 100%);
  background: -moz-linear-gradient(top, #ff9999 0, #f78686 100%);
  background: -ms-linear-gradient(top, #ff9999 0, #f78686 100%);
  background: -o-linear-gradient(top, #ff9999 0, #f78686 100%);
  background: linear-gradient(top, #ff9999 0, #f78686 100%);
  color: #333333;
  margin: 12px 0 0;
}
.validation-summary-errors ul {
  margin-bottom: 0;
}
.form-filters {
  overflow: hidden;
  height: 0;
}
.form-filters.show {
  height: auto;
}
.form-filters ul {
  margin: 0;
  padding: 0;
}
.form-filters ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.form-filters ul li input {
  width: 100px !important;
}
.form-filters ul li .btn {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 9px 12px;
  padding: 0.69230769rem 1rem;
}
.form-filters ul li label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}
@media only screen and (max-width: 600px) {
  .form-filters ul li {
    margin-top: 0;
    margin-bottom: 6px;
  }
}
.row {
  margin: 0;
  padding: 15px 0;
  font-size: 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row + .row {
  padding-top: 0;
}
.row.divider {
  padding-top: 30px;
  background: -webkit-linear-gradient(top, #eee 0, #fff 10px);
  background: -moz-linear-gradient(top, #eee 0, #fff 10px);
  background: -ms-linear-gradient(top, #eee 0, #fff 10px);
  background: -o-linear-gradient(top, #eee 0, #fff 10px);
  background: linear-gradient(top, #eee 0, #fff 10px);
}
html.flexbox .row,
html.flexboxlegacy .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}
html.flexbox .row .col,
html.flexboxlegacy .row .col,
html.flexbox .row .col > .zone,
html.flexboxlegacy .row .col > .zone {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: stretch;
}
html.flexbox .row .col > .zone,
html.flexboxlegacy .row .col > .zone,
html.flexbox .row .col > .zone > .zone,
html.flexboxlegacy .row .col > .zone > .zone,
html.flexbox .row .col > .zone > .widget,
html.flexboxlegacy .row .col > .zone > .widget,
html.flexbox .row .col > .zone > .zone > .widget,
html.flexboxlegacy .row .col > .zone > .zone > .widget {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.col-1of1 {
  width: 100%;
}
html.flexbox .col-1of1,
html.flexboxlegacy .col-1of1 {
  width: auto;
  -webkit-flex: 100 0 60px;
  -moz-flex: 100 0 60px;
  -ms-flex: 100 0 60px;
  flex: 100 0 60px;
}
.col-1of2 {
  width: 50%;
}
.gutters .col-1of2 {
  width: 48.93617021%;
  margin-right: 2.0212766%;
}
html.flexbox .col-1of2,
html.flexboxlegacy .col-1of2 {
  width: auto;
  -webkit-flex: 50 0 30px;
  -moz-flex: 50 0 30px;
  -ms-flex: 50 0 30px;
  flex: 50 0 30px;
}
.gutters html.flexbox .col-1of2,
.gutters html.flexboxlegacy .col-1of2 {
  width: auto;
}
.col-1of4 {
  width: 25%;
}
html.flexbox .col-1of4,
html.flexboxlegacy .col-1of4 {
  width: auto;
  -webkit-flex: 25 0 15px;
  -moz-flex: 25 0 15px;
  -ms-flex: 25 0 15px;
  flex: 25 0 15px;
}
.col-3of4 {
  width: 75%;
}
html.flexbox .col-3of4,
html.flexboxlegacy .col-3of4 {
  width: auto;
  -webkit-flex: 75 0 45px;
  -moz-flex: 75 0 45px;
  -ms-flex: 75 0 45px;
  flex: 75 0 45px;
}
.col-1of3 {
  width: 33.3%;
}
html.flexbox .col-1of3,
html.flexboxlegacy .col-1of3 {
  width: auto;
  -webkit-flex: 33 0 20px;
  -moz-flex: 33 0 20px;
  -ms-flex: 33 0 20px;
  flex: 33 0 20px;
}
.col-2of3 {
  width: 66.6%;
}
html.flexbox .col-2of3,
html.flexboxlegacy .col-2of3 {
  width: auto;
  -webkit-flex: 64 0 20px;
  -moz-flex: 64 0 20px;
  -ms-flex: 64 0 20px;
  flex: 64 0 20px;
}
.col {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
}
.gutters .col:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  .col {
    display: block;
    width: 100%;
  }
  .gutters .col {
    width: 100%;
  }
  html.flexbox .row,
  html.flexboxlegacy .row {
    display: block;
  }
  html.flexbox .row .col,
  html.flexboxlegacy .row .col {
    margin: 0;
  }
}
.nav-list {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.nav-list p {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.nav-list > li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  margin: 0;
  padding: 0;
}
.nav-list > li > a,
.nav-list > li > .raw a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
@media only screen and (min-width: 961px) {
  .nav-list > li.dropdown > a {
    padding-right: 18px;
    position: relative;
  }
  .nav-list > li.dropdown > a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background: url("Images/sprite.png") no-repeat;
  }
}
.nav-list > li.dropdown > a:after {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -218px -104px;
  width: 13px;
  height: 6px;
}
@media only screen and (max-width: 960px) {
  .nav-list > li.dropdown ul {
    padding-left: 20px;
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  .nav-list {
    display: block;
  }
  .nav-list li {
    display: block;
  }
  .nav-list li .raw,
  .nav-list li p {
    display: block;
  }
  .nav-list li a,
  .nav-list li .raw a {
    display: block;
    padding: 16px 20px;
    border-top: 1px solid #ccc;
  }
}
#header {
  /*background: #C7DFF7;
    .linear-gradient(top, #C7DFF7, #C7DFF7);*/
  border-bottom: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 2px 0 #f3f3f3;
  -moz-box-shadow: 0 2px 0 #f3f3f3;
  box-shadow: 0 2px 0 #f3f3f3;
  position: relative;
  z-index: 3;
}
.modal-open #header {
  z-index: auto;
}
#header .wrap {
  padding: 0;
}
#header .wrap div,
#header .wrap nav,
#header .wrap aside {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 960px) {
  #header .wrap div,
  #header .wrap nav,
  #header .wrap aside {
    display: block;
  }
}
#header #branding {
  margin: 0 0 0 -25px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 960px) {
  #header #branding {
    margin-left: 0;
    display: block;
  }
}
#header #branding a {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: 0 0;
  width: 227px;
  height: 63px;
}
#header #branding a.mingle {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: 0 -163px;
  width: 227px;
  height: 63px;
}
#header ul.menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#header ul.menu p {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#header ul.menu > li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  margin: 0;
  padding: 0;
}
#header ul.menu > li > a,
#header ul.menu > li > .raw a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
@media only screen and (min-width: 961px) {
  #header ul.menu > li.dropdown > a {
    padding-right: 18px;
    position: relative;
  }
  #header ul.menu > li.dropdown > a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background: url("Images/sprite.png") no-repeat;
  }
}
#header ul.menu > li.dropdown > a:after {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -218px -104px;
  width: 13px;
  height: 6px;
}
@media only screen and (max-width: 960px) {
  #header ul.menu > li.dropdown ul {
    padding-left: 20px;
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  #header ul.menu {
    display: block;
  }
  #header ul.menu li {
    display: block;
  }
  #header ul.menu li .raw,
  #header ul.menu li p {
    display: block;
  }
  #header ul.menu li a,
  #header ul.menu li .raw a {
    display: block;
    padding: 16px 20px;
    border-top: 1px solid #ccc;
  }
}
#header ul.menu > li {
  color: #333;
  text-shadow: #fff 0 1px 0;
  font-weight: bold;
  font-size: 13px;
}
#header ul.menu > li > a,
#header ul.menu > li > .raw a {
  padding: 20px 10px;
  color: inherit;
}
#header ul.menu > li > a:hover,
#header ul.menu > li > .raw a:hover {
  color: #0000EE;
}
#header ul.menu > li > a.muted,
#header ul.menu > li > .raw a.muted {
  color: #a6a6a6;
}
@media only screen and (min-width: 961px) {
  #primary-nav {
    display: inline-block;
    border-left: 1px solid #dfdfdf;
    vertical-align: top;
    margin-left: 8px;
  }
  #primary-nav nav > ul {
    border-left: 1px solid #fff;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 960px) {
  #navigation {
    display: block;
    overflow: hidden;
    max-height: 0;
    border: none;
  }
  #navigation.open {
    max-height: 100%;
  }
  #navigation .dropdown-menu {
    background: #C7DFF7;
    color: #333;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: none;
    left: 0;
    margin: 0;
    position: static;
  }
  #navigation .dropdown-menu:hover,
  #navigation .dropdown-menu:avtive {
    background: #C7DFF7;
  }
  #navigation .dropdown-menu li > a {
    color: #0000EE;
    font-weight: 700;
    line-height: normal;
  }
  #navigation .dropdown-menu li > a:hover,
  #navigation .dropdown-menu li > a:focus {
    background: #C7DFF7;
    color: #0000EE;
  }
}
#nav-toggle {
  display: none;
}
@media only screen and (max-width: 960px) {
  #nav-toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
    background: url("Images/sprite.png") no-repeat;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-position: -232px -105px;
    width: 22px;
    height: 28px;
  }
}
@media only screen and (min-width: 961px) {
  #header #user-nav {
    position: absolute;
    right: 0;
    top: 0;
  }
  #header #user-nav li.last {
    border-left: 1px solid #dfdfdf;
  }
  #header #user-nav li.last a {
    border-left: 1px solid #fff;
  }
  #header #user-nav a.profile {
    position: relative;
    padding-right: 26px;
  }
  #header #user-nav a.profile:after {
    content: '';
    background: url("Images/sprite.png") no-repeat;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    background-position: -133px -120px;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
  }
}
#before-main {
  border-bottom: 1px solid #c2c2c2;
  background: #f5f5f5;
}
#before-main .wrap {
  padding-top: 6px;
  padding-bottom: 6px;
}
#before-main .wrap:after {
  content: "";
  display: table;
  clear: both;
}
#before-main .widget-html-widget {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 961px) {
  #before-main .widget-menu-widget {
    float: right;
    margin-left: 12px;
  }
}
@media only screen and (max-width: 960px) {
  #before-main .widget-menu-widget {
    display: none;
    margin: -5px -16px 12px;
  }
  #before-main .widget-menu-widget.show {
    display: block;
  }
}
#before-main .widget-menu-widget ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#before-main .widget-menu-widget ul p {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#before-main .widget-menu-widget ul > li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  margin: 0;
  padding: 0;
}
#before-main .widget-menu-widget ul > li > a,
#before-main .widget-menu-widget ul > li > .raw a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
@media only screen and (min-width: 961px) {
  #before-main .widget-menu-widget ul > li.dropdown > a {
    padding-right: 18px;
    position: relative;
  }
  #before-main .widget-menu-widget ul > li.dropdown > a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background: url("Images/sprite.png") no-repeat;
  }
}
#before-main .widget-menu-widget ul > li.dropdown > a:after {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -218px -104px;
  width: 13px;
  height: 6px;
}
@media only screen and (max-width: 960px) {
  #before-main .widget-menu-widget ul > li.dropdown ul {
    padding-left: 20px;
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  #before-main .widget-menu-widget ul {
    display: block;
  }
  #before-main .widget-menu-widget ul li {
    display: block;
  }
  #before-main .widget-menu-widget ul li .raw,
  #before-main .widget-menu-widget ul li p {
    display: block;
  }
  #before-main .widget-menu-widget ul li a,
  #before-main .widget-menu-widget ul li .raw a {
    display: block;
    padding: 16px 20px;
    border-top: 1px solid #ccc;
  }
}
#before-main .widget-menu-widget ul > li {
  color: #333;
  text-shadow: #fff 0 1px 0;
  font-weight: bold;
}
#before-main .widget-menu-widget ul > li > a,
#before-main .widget-menu-widget ul > li > .raw a {
  color: inherit;
}
@media only screen and (min-width: 961px) {
  #before-main .widget-menu-widget ul > li > a,
  #before-main .widget-menu-widget ul > li > .raw a {
    padding: 0 12px;
  }
  #before-main .widget-menu-widget ul > li > a.shopping-cart-link,
  #before-main .widget-menu-widget ul > li > .raw a.shopping-cart-link {
    padding: 8px 5px 3px;
  }
}
#before-main .widget-menu-widget ul > li > a:hover,
#before-main .widget-menu-widget ul > li > .raw a:hover {
  color: #0000EE;
}
main {
  position: relative;
  z-index: 2;
}
.modal-open main {
  z-index: auto;
}
#primary {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 100%;
  padding: 2.08333333%;
}
#primary.no-padding {
  padding: 0;
}
#secondary {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  width: 32.29166667%;
  padding-top: 50px;
}
.gutters #secondary:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 601px) {
  .with-sidebar .wrap {
    padding: 0;
  }
}
.with-sidebar #primary {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  width: 64.58333333%;
  margin-right: 2.60416667%;
}
.gutters .with-sidebar #primary:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  #primary,
  #secondary {
    display: block;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .with-sidebar #primary,
  .with-sidebar #secondary {
    width: 100%;
  }
}
.has-aside-first #primary {
  margin: 0;
  padding: 15px 0;
  font-size: 0;
  display: flex;
  padding-top: 2.08333333%;
}
.has-aside-first #primary:after {
  content: "";
  display: table;
  clear: both;
}
.has-aside-first #primary + .row {
  padding-top: 0;
}
.has-aside-first #primary.divider {
  padding-top: 30px;
  background: -webkit-linear-gradient(top, #eee 0, #fff 10px);
  background: -moz-linear-gradient(top, #eee 0, #fff 10px);
  background: -ms-linear-gradient(top, #eee 0, #fff 10px);
  background: -o-linear-gradient(top, #eee 0, #fff 10px);
  background: linear-gradient(top, #eee 0, #fff 10px);
}
.has-aside-first #primary .zone-content {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  width: 66.6%;
  padding-left: 5%;
  padding-right: 2.08333333%;
}
.gutters .has-aside-first #primary .zone-content:last-child {
  margin-right: 0;
}
html.flexbox .has-aside-first #primary .zone-content,
html.flexboxlegacy .has-aside-first #primary .zone-content {
  width: auto;
  -webkit-flex: 64 0 20px;
  -moz-flex: 64 0 20px;
  -ms-flex: 64 0 20px;
  flex: 64 0 20px;
}
.has-aside-first #primary #aside-first {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  padding-left: 2.08333333%;
}
.gutters .has-aside-first #primary #aside-first:last-child {
  margin-right: 0;
}
html.flexbox .has-aside-first #primary #aside-first,
html.flexboxlegacy .has-aside-first #primary #aside-first {
  width: auto;
  -webkit-flex: 33 0 20px;
  -moz-flex: 33 0 20px;
  -ms-flex: 33 0 20px;
  flex: 33 0 20px;
}
.flexbox-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flexbox-wrap > * {
  margin-right: 12px;
}
.flexbox-wrap > *:last-child {
  margin-right: 0;
}
.flexbox-fill {
  -webkit-flex: 1 0 100px;
  -moz-flex: 1 0 100px;
  -ms-flex: 1 0 100px;
  flex: 1 0 100px;
}
.flexbox-auto {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
html.no-flexbox.no-flexboxlegacy .flexbox-fill {
  width: 40%;
  display: inline-block;
  margin-bottom: 8px;
}
.widget-html-widget,
.widget-bg {
  padding: 21px;
  background: #f9f9f9;
  background: -webkit-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 6px;
}
.widget-html-widget > p:first-child,
.widget-bg > p:first-child {
  margin-top: 0;
}
.widget-html-widget.widget-logo,
.widget-bg.widget-logo {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget-html-widget h1:first-child,
.widget-bg h1:first-child,
.widget-html-widget h2:first-child,
.widget-bg h2:first-child,
.widget-html-widget h3:first-child,
.widget-bg h3:first-child {
  margin-top: 0;
}
.widget-html-widget.no-bg,
.widget-bg.no-bg,
.widget-events-cal,
.widget-realtor-reflections,
.widget-other-news {
  border-color: transparent;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget-html-widget.widget-no-bg,
.widget-bg.widget-no-bg {
  border-color: transparent;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget-html-widget .widget-divider,
.widget-bg .widget-divider {
  border: none;
  border-top: 1px solid #dfdfdf;
  margin: 18px -21px;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .widget-html-widget .widget-divider,
  .widget-bg .widget-divider {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#secondary .widget-html-widget,
#secondary .widget-bg {
  padding: 10px;
}
#secondary .widget-html-widget .widget-divider,
#secondary .widget-bg .widget-divider {
  margin: 12px -10px;
}
@media only screen and (max-width: 600px) {
  .widget-html-widget,
  .widget-bg {
    padding: 10px;
  }
}
.zone-content > h1:first-child,
.zone-content > h2:first-child,
.zone-content > h3:first-child {
  margin-top: 0;
}
.widget-with-next {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.widget-with-previous {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: 0;
  background: #f2f2f2;
}
.widget-header {
  position: relative;
}
.widget-header .info {
  margin: 0;
  color: #c8c8c8;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 601px) {
  .widget-header .page-header-right,
  .widget-header .widget-header-right,
  .widget-header .info {
    position: absolute;
    right: 0;
    top: 6px;
  }
}
.page-header {
  position: relative;
  border-bottom: 1px solid #c2c2c2;
  padding: 6px 0;
  margin: 0;
}
.page-header .info {
  margin: 0;
  color: #c8c8c8;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 601px) {
  .page-header .page-header-right,
  .page-header .widget-header-right,
  .page-header .info {
    position: absolute;
    right: 0;
    top: 6px;
  }
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  margin: 0;
}
.pagination,
.pager {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 12px;
  display: block;
  border-radius: 0;
}
.pagination .btn:not(:last-child),
.pager .btn:not(:last-child),
.pagination li:not(:last-child) .btn,
.pager li:not(:last-child) .btn {
  border-right-width: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination .btn:not(:first-child),
.pager .btn:not(:first-child),
.pagination li:not(:first-child) .btn,
.pager li:not(:first-child) .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination li,
.pager li {
  display: inline-block;
}
.pagination li a,
.pager li a {
  display: inline-block;
  padding: 8px 12px;
  padding: 0.61538462rem 1rem;
  background: #f4f4f4;
  background: -webkit-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -moz-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -ms-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: -o-linear-gradient(top, #fff 0, #ebebeb 100%);
  background: linear-gradient(top, #fff 0, #ebebeb 100%);
  border: 1px solid #dfdfdf;
  text-shadow: #fff 0 1px 0;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination li a:hover,
.pager li a:hover {
  background: #fcfcfc;
  background: -webkit-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: -o-linear-gradient(top, #fff 0, #f9f9f9 100%);
  background: linear-gradient(top, #fff 0, #f9f9f9 100%);
}
.pagination li a:active,
.pager li a:active,
.pagination li a.selected,
.pager li a.selected {
  border-color: #c4c4c4;
  background: #f0f0f0;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.1);
}
.pagination li a:disabled,
.pager li a:disabled,
.pagination li a.btn-disabled,
.pager li a.btn-disabled {
  color: #bdbdbd;
}
.pagination li a > i,
.pager li a > i {
  margin: 0 8px 0 0;
  margin: 0 0.61538462rem 0 0;
  vertical-align: middle;
}
.pagination li a > i.right,
.pager li a > i.right {
  margin: 0 0 0 8px;
  margin: 0 0 0 0.61538462rem;
}
.activity-indicator-busy {
  display: none;
  background: url("Images/ajax-loader.gif") center 0 no-repeat;
  padding-top: 32px;
  text-align: center;
}
.busy .activity-indicator-busy {
  display: block;
}
.busy .activity-indicator-content {
  display: none;
}
.hiddencontent {
  display: none;
}
article.empty-page {
  display: none;
}
.showcontent {
  display: block;
}
.nav-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c2c2c2;
  padding-left: 12px;
  margin-bottom: 21px;
}
.nav-tabs li {
  display: inline-block;
  border: 1px solid #c2c2c2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: none;
  background: #fff;
  float: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.nav-tabs li.active {
  margin-bottom: -1px;
  padding-bottom: 3px;
}
.nav-tabs li.active a {
  background: transparent;
  color: #5484a0;
  margin-bottom: -1px;
  border: none;
}
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  background: transparent;
  border: none;
  color: #5484a0;
}
.nav-tabs li a {
  display: inline-block;
  padding: 8px 12px;
  font-weight: bold;
}
.widget-bg .nav-tabs {
  margin-left: -21px;
  margin-right: -21px;
  padding-left: 21px;
  padding-right: 21px;
}
.widget-bg .nav-tabs li {
  background: #f2f2f2;
}
@media only screen and (max-width: 600px) {
  .widget-bg .nav-tabs {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
table {
  width: 100%;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 12px;
}
table td,
table th {
  padding: 8px 14px;
  border-collapse: collapse;
  border: 1px solid #dfdfdf;
  border-left: none;
  border-right: none;
  text-align: left;
}
table th {
  font-weight: bold;
  background: #f2f2f2;
  background: -webkit-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  padding-top: 4px;
  padding-bottom: 4px;
}
table td {
  color: #777;
}
.row-header {
  background: #f9f9f9;
  background: -webkit-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #dfdfdf;
  color: #000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 0;
}
.row-header:last-child {
  border-bottom: none;
}
.widget-box {
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 8px 0 0;
}
.widget-links-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget-links-list li {
  padding: 0;
  border-bottom: 1px solid #dfdfdf;
}
.widget-links-list li:last-child {
  border-bottom: none;
}
.widget-links-list li a {
  display: block;
  padding: 8px 12px;
}
.link-list-large {
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 8px 0 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.link-list-large li {
  padding: 0;
  border-bottom: 1px solid #dfdfdf;
}
.link-list-large li:last-child {
  border-bottom: none;
}
.link-list-large li a {
  display: block;
  padding: 8px 12px;
}
.link-list-large li {
  background: #f9f9f9;
  background: -webkit-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #dfdfdf;
  color: #000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 0;
}
.link-list-large li:last-child {
  border-bottom: none;
}
.link-list-large li:hover {
  background: -webkit-linear-gradient(top, #f2f2f2 0, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #f2f2f2 0, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0, #f9f9f9 100%);
  background: -o-linear-gradient(top, #f2f2f2 0, #f9f9f9 100%);
  background: linear-gradient(top, #f2f2f2 0, #f9f9f9 100%);
}
.link-list-large li a {
  color: #000;
  position: relative;
  padding-right: 32px;
}
.link-list-large li a:after {
  content: '';
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -220px -112px;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
}
.collapsible-link-list {
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 8px 0 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: none;
}
.collapsible-link-list li {
  padding: 0;
  border-bottom: 1px solid #dfdfdf;
}
.collapsible-link-list li:last-child {
  border-bottom: none;
}
.collapsible-link-list li a {
  display: block;
  padding: 8px 12px;
}
.collapsible-link-list li {
  background: #f9f9f9;
  background: -webkit-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #dfdfdf;
  color: #000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 0;
}
.collapsible-link-list li:last-child {
  border-bottom: none;
}
.collapsible-link-list li:hover {
  background: -webkit-linear-gradient(top, #f2f2f2 0, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #f2f2f2 0, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0, #f9f9f9 100%);
  background: -o-linear-gradient(top, #f2f2f2 0, #f9f9f9 100%);
  background: linear-gradient(top, #f2f2f2 0, #f9f9f9 100%);
}
.collapsible-link-list li a {
  color: #000;
  position: relative;
  padding-right: 32px;
}
.collapsible-link-list li a:after {
  content: '';
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -220px -112px;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
}
.collapsible-link-list li {
  background: #f9f9f9;
  background: -webkit-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #dfdfdf;
  color: #000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 0;
}
.collapsible-link-list li:last-child {
  border-bottom: none;
}
.collapsible-link-list li a:not(.no-arrow):after {
  content: '';
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -218px -104px;
  width: 13px;
  height: 6px;
  margin-top: -2px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.collapsible-link-list li a:not(.no-arrow).collapsed:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.collapsible-link-list li .sub-menu ul {
  list-style: none;
  background: white;
  padding: 0;
}
.collapsible-link-list li .sub-menu ul li {
  border: none;
  background: white;
  padding: 4px 8px 4px 20px;
}
.collapsible-link-list li .sub-menu ul li a {
  padding: 2px 4px 2px 12px;
}
.collapsible-link-list li .sub-menu ul li a:after {
  content: none;
}
.collapsible-link-list li .sub-menu ul li.active {
  background: #f5f5f5;
}
.collapsible-link-list:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.collapsible-link-list:last-child {
  border-bottom: 1px solid #dfdfdf;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.link-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.link-list li {
  padding-left: 20px;
  margin-top: 6px;
}
.events {
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 8px 0 0;
}
.events .events-header {
  background: #f9f9f9;
  background: -webkit-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #dfdfdf;
  color: #000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  border-top: 1px solid #dfdfdf;
}
.events .events-header:last-child {
  border-bottom: none;
}
.events .events-header:first-child {
  border-top: none;
}
.events ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.events ul li {
  padding: 0;
  border-bottom: 1px solid #dfdfdf;
}
.events ul li:last-child {
  border-bottom: none;
}
.events ul li a {
  display: block;
  padding: 8px 12px;
}
.events ul li a {
  color: #777;
  padding-left: 20px;
}
.events ul li.today {
  background: #fef4cf;
  border-top: 1px solid #fff;
}
.events ul li .event-time {
  display: block;
  float: right;
}
.info-box-comparable .info-box-comparable-photo img {
  width: 100%;
}
.info-box .info-box-photo {
  float: left;
  width: 25%;
  margin-right: 12px;
}
.info-box .info-box-photo img {
  width: 100%;
}
.info-box.info-box-with-photo .info-box-data {
  margin-left: 27%;
}
.info-box.info-box-with-photo .info-box-data dt {
  clear: none;
}
.info-box .info-box-align-right {
  float: right;
  margin-left: 12px;
  vertical-align: top;
  margin: 0;
}
.info-box .info-box-title {
  margin: 0;
}
.info-box .info-box-subhead {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
}
.info-box .info-box-actions {
  position: relative;
}
.info-box .info-box-actions .btn {
  margin-bottom: 6px;
}
.info-box .info-box-actions .info-box-button-right {
  float: right;
}
@media only screen and (max-width: 600px) {
  .info-box h2.info-box-align-right,
  .info-box .info-box-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 22px;
  }
  .info-box .info-box-subhead {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 4px;
  }
}
#footer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f2f2f2;
  background: -webkit-linear-gradient(top, #e2e2e2 0, #f2f2f2 15px);
  background: -moz-linear-gradient(top, #e2e2e2 0, #f2f2f2 15px);
  background: -ms-linear-gradient(top, #e2e2e2 0, #f2f2f2 15px);
  background: -o-linear-gradient(top, #e2e2e2 0, #f2f2f2 15px);
  background: linear-gradient(top, #e2e2e2 0, #f2f2f2 15px);
  padding-top: 45px;
}
.modal-open #footer {
  z-index: auto;
}
#footer .wrap {
  padding: 0 0 10px;
}
#footer ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#footer ul p {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#footer ul > li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  margin: 0;
  padding: 0;
}
#footer ul > li > a,
#footer ul > li > .raw a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
@media only screen and (min-width: 961px) {
  #footer ul > li.dropdown > a {
    padding-right: 18px;
    position: relative;
  }
  #footer ul > li.dropdown > a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background: url("Images/sprite.png") no-repeat;
  }
}
#footer ul > li.dropdown > a:after {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -218px -104px;
  width: 13px;
  height: 6px;
}
@media only screen and (max-width: 960px) {
  #footer ul > li.dropdown ul {
    padding-left: 20px;
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  #footer ul {
    display: block;
  }
  #footer ul li {
    display: block;
  }
  #footer ul li .raw,
  #footer ul li p {
    display: block;
  }
  #footer ul li a,
  #footer ul li .raw a {
    display: block;
    padding: 16px 20px;
    border-top: 1px solid #ccc;
  }
}
#footer a,
#footer p {
  color: #a6a6a6;
}
#footer a {
  font-size: 12px;
  font-size: 1.2rem;
}
#footer a:hover {
  color: #333;
}
#footer p {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 960px) {
  #footer {
    position: static;
    padding-top: 10px;
  }
  #footer .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer #logo-footer {
    margin-bottom: 12px;
  }
}
#logo-footer {
  vertical-align: top;
  margin-left: -8px;
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: 0 -63px;
  width: 210px;
  height: 57px;
}
@media only screen and (max-width: 960px) {
  #logo-footer {
    margin-left: 0;
  }
}
#footer-nav {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
#network {
  position: absolute;
  right: 0;
  top: 0;
}
#footer-nav a,
#network a {
  padding: 18px 15px;
}
#footer-nav li:last-child a,
#network li:last-child a {
  padding-right: 0;
}
@media only screen and (max-width: 960px) {
  #footer-nav,
  #network {
    display: block;
    position: static;
    margin-left: 0;
  }
  #footer-nav a,
  #network a {
    padding: 6px 12px;
  }
}
#footer #social-nav {
  position: absolute;
  top: 53px;
  right: 0;
}
#footer #social-nav a {
  padding: 0;
}
#footer #social-nav .linkedin {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -227px 0;
  width: 28px;
  height: 28px;
}
#footer #social-nav .facebook {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -227px -29px;
  width: 28px;
  height: 28px;
}
#footer #social-nav .twitter {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -227px -58px;
  width: 28px;
  height: 28px;
}
#footer #social-nav .inman {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -101px -120px;
  width: 29px;
  height: 28px;
}
#footer #social-nav .youtube {
  background: url("Images/sprite.png") no-repeat;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: -71px -120px;
  width: 29px;
  height: 28px;
}
@media only screen and (max-width: 960px) {
  #footer #social-nav {
    position: static;
    margin-top: 12px;
    text-align: center;
  }
  #footer #social-nav li,
  #footer #social-nav a {
    display: inline-block;
    border: none;
  }
  #footer #social-nav li {
    margin-right: 10px;
  }
}
.home #primary {
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.home .page {
  padding: 21px;
  background: #f9f9f9;
  background: -webkit-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 6px;
}
.home .page > p:first-child {
  margin-top: 0;
}
.home .page.widget-logo {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.home .page h1:first-child,
.home .page h2:first-child,
.home .page h3:first-child {
  margin-top: 0;
}
.home .page.no-bg {
  border-color: transparent;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home .page.widget-no-bg {
  border-color: transparent;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home .page .widget-divider {
  border: none;
  border-top: 1px solid #dfdfdf;
  margin: 18px -21px;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .home .page .widget-divider {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#secondary .home .page {
  padding: 10px;
}
#secondary .home .page .widget-divider {
  margin: 12px -10px;
}
@media only screen and (max-width: 600px) {
  .home .page {
    padding: 10px;
  }
}
.home .page .published {
  display: none;
}
.home.without-sidebar #primary {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.home #primary,
.home #secondary {
  padding-top: 20px;
}
@media only screen and (min-width: 961px) {
  .home #footer {
    padding-top: 15px;
  }
}
#quad {
  font-size: 16px;
  font-size: 1.6rem;
}
#quad .wrap {
  padding: 0;
  margin: 0;
}
#quad h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
}
.quad-124 #quad .row2 .col-1of2,
.quad-123 #quad .row2 .col-1of2 {
  width: 100%;
}
html.flexbox .quad-124 #quad .row2 .col-1of2,
html.flexbox .quad-123 #quad .row2 .col-1of2,
html.flexboxlegacy .quad-124 #quad .row2 .col-1of2,
html.flexboxlegacy .quad-123 #quad .row2 .col-1of2 {
  width: auto;
  -webkit-flex: 100 0 60px;
  -moz-flex: 100 0 60px;
  -ms-flex: 100 0 60px;
  flex: 100 0 60px;
}
.quad-134 #quad .row1 .col-1of2,
.quad-234 #quad .row1 .col-1of2 {
  width: 100%;
}
html.flexbox .quad-134 #quad .row1 .col-1of2,
html.flexbox .quad-234 #quad .row1 .col-1of2,
html.flexboxlegacy .quad-134 #quad .row1 .col-1of2,
html.flexboxlegacy .quad-234 #quad .row1 .col-1of2 {
  width: auto;
  -webkit-flex: 100 0 60px;
  -moz-flex: 100 0 60px;
  -ms-flex: 100 0 60px;
  flex: 100 0 60px;
}
.fullscreen .wrap,
.fullscreen #primary {
  padding: 0;
}
@media only screen and (min-width: 601px) {
  .fullscreen main {
    min-height: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .fullscreen main {
    min-height: 300px;
  }
}
html.flexbox .fullscreen #container,
html.flexboxlegacy .fullscreen #container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html.flexbox .fullscreen #container #header,
html.flexboxlegacy .fullscreen #container #header,
html.flexbox .fullscreen #container #before-main,
html.flexboxlegacy .fullscreen #container #before-main,
html.flexbox .fullscreen #container #footer,
html.flexboxlegacy .fullscreen #container #footer {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
html.flexbox .fullscreen #container main,
html.flexboxlegacy .fullscreen #container main {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.fullscreen main {
  position: relative;
}
.fullscreen main .wrap {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fullscreen main #primary {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fullscreen main #primary .zone {
  height: 100%;
}
.fullscreen main #primary .zone > article {
  height: 100%;
}
.fullscreen main #secondary {
  display: none;
}
.fullscreen #footer {
  padding-top: 15px;
}
@media only screen and (min-height: 730px) {
  .fullscreen .with-sidebar {
    height: 100%;
  }
}
.widget-realtor-mini-search-form {
  padding: 21px;
  background: #f9f9f9;
  background: -webkit-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: -o-linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  background: linear-gradient(top, #f9f9f9 0, #f2f2f2 100%);
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 6px;
}
.widget-realtor-mini-search-form > p:first-child {
  margin-top: 0;
}
.widget-realtor-mini-search-form.widget-logo {
  padding: 0;
  background: none;
  border: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget-realtor-mini-search-form h1:first-child,
.widget-realtor-mini-search-form h2:first-child,
.widget-realtor-mini-search-form h3:first-child {
  margin-top: 0;
}
.widget-realtor-mini-search-form.no-bg {
  border-color: transparent;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget-realtor-mini-search-form.widget-no-bg {
  border-color: transparent;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget-realtor-mini-search-form .widget-divider {
  border: none;
  border-top: 1px solid #dfdfdf;
  margin: 18px -21px;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .widget-realtor-mini-search-form .widget-divider {
    margin-left: -10px;
    margin-right: -10px;
  }
}
#secondary .widget-realtor-mini-search-form {
  padding: 10px;
}
#secondary .widget-realtor-mini-search-form .widget-divider {
  margin: 12px -10px;
}
@media only screen and (max-width: 600px) {
  .widget-realtor-mini-search-form {
    padding: 10px;
  }
}
.latest-twitter-list {
  list-style: none;
  padding: 0;
}
.latest-twitter-list li {
  padding: 0 0 20px;
  position: relative;
  overflow: hidden;
}
.latest-twitter-list li a.latest-twitter-username {
  margin-left: 25%;
}
.latest-twitter-list li .latest-twitter-tweet {
  float: right;
  width: 75%;
}
.latest-twitter-list .latest-twitter-avatar {
  width: 20%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.widget-events-cal,
.widget-realtor-reflections,
.widget-other-news {
  padding: 0;
  margin-top: 20px;
}
.realtor-widget-header {
  position: relative;
  padding-left: 36px;
}
.realtor-widget-header:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  background: transparent url("Images/realtor-sprite.png") no-repeat;
}
h1.market-activity {
  position: relative;
  padding-left: 36px;
}
h1.market-activity:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  background: transparent url("Images/realtor-sprite.png") no-repeat;
}
h1.market-activity:after {
  background-position: 0 0;
  width: 26px;
}
h1.events-calendar {
  position: relative;
  padding-left: 36px;
}
h1.events-calendar:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  background: transparent url("Images/realtor-sprite.png") no-repeat;
}
h1.events-calendar:after {
  background-position: -27px 0;
  width: 24px;
}
h1.realtor-reflections {
  position: relative;
  padding-left: 36px;
}
h1.realtor-reflections:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  background: transparent url("Images/realtor-sprite.png") no-repeat;
}
h1.realtor-reflections:after {
  background-position: -51px 0;
}
.textalignright {
  text-align: right;
}
.widget-home-request-info-form,
.widget-home-schedule-showing-form,
.widget-home-share-form,
.widget-home-contact-agent-form {
  display: none;
}
.widget-home-request-info-form.show,
.widget-home-schedule-showing-form.show,
.widget-home-share-form.show,
.widget-home-contact-agent-form.show {
  display: block;
}