/*! project-name v0.0.1 | (c) 2023 YOUR NAME | MIT License | http://link-to-your-git-repo.com */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,900&display=swap");
p.plink a {
  text-decoration: underline;
}

/* Media Queries */
body {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Mixins */
/* resusable styles */
.navigation, .promo.no-padding a:hover img, .staff-thumb a:hover, .image-grid .image-grid-item a:hover {
  -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.3);
}

#menu-main li, .footer-content, #google_language_translator::before, .promo.no-padding img, .staff-listing h3 a:after, .staff-listing .enews-signup .content > div legend a:after, .enews-signup .content > div .staff-listing legend a:after, .staff-listing .at fieldset legend.at-legend a:after, .at fieldset .staff-listing legend.at-legend a:after, .callout.--bg-secondary a::before, .callout.--bg-primary h3:after, .callout.--bg-primary .enews-signup .content > div legend:after, .enews-signup .content > div .callout.--bg-primary legend:after, .callout.--bg-primary .at fieldset legend.at-legend:after, .at fieldset .callout.--bg-primary legend.at-legend:after, .callout.--bg-primary h3, .callout.--bg-primary .enews-signup .content > div legend, .enews-signup .content > div .callout.--bg-primary legend, .callout.--bg-primary .at fieldset legend.at-legend, .at fieldset .callout.--bg-primary legend.at-legend, .callout, #search-open, .prepopulated-amount .form-radios label, .button,
button,
input[type=submit],
.form-submit,
.wp-block-button__link,
.at .btn-at-primary,
.at .btn-at,
.at input[type=submit], .main a, a, .site-links a:after, .read-more a:after,
.jumplinks a:after {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.story-section::before, .story-section::after, .promo::after, .callout.--bg-secondary a::before, .callout.--bg-secondary::after, .search-page-form::before {
  content: ".";
  display: block;
  text-indent: -9999px;
}

#site-footer a:focus, .button:focus,
button:focus,
input[type=submit]:focus,
.form-submit:focus,
.wp-block-button__link:focus,
.at .btn-at-primary:focus,
.at .btn-at:focus,
.at input[type=submit]:focus, a:focus {
  outline: 1px dotted #333;
  outline-offset: 5px;
}

.bg-in-up {
  -webkit-animation-name: bg-in-up;
          animation-name: bg-in-up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/* animation */
@-webkit-keyframes bg-in-up {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bg-in-up {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
div,
article,
section,
header,
footer,
nav,
li {
  position: relative; /* For absolutely positioning elements within containers (add more to the list if need be) */
}

.group:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden; /* For clearing */
}

body {
  background: #fff; /* Don't forget to style your body to avoid user overrides */
}

/* -------- WP alignment ----------------------------------------------------------------- */
.right,
.alignright {
  margin: 2em auto;
  text-align: center;
  display: block;
}
@media screen and (min-width: 48em) {
  .right,
.alignright {
    float: right;
    margin: 0 0 2em 2em;
  }
}

.left,
.alignleft {
  margin: 2em auto;
  text-align: center;
  display: block;
}
@media screen and (min-width: 48em) {
  .left,
.alignleft {
    float: left;
    margin: 0 2em 2em 0;
  }
}

.aligncenter {
  margin: 2em auto;
  text-align: center;
  display: block;
}

/* -------- Make video embeds responsive ----------------------------------------------------------------- */
.iframe-flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-flexible-container iframe,
.iframe-flexible-container object,
.iframe-flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

/**
 * reset.css
 *
 * Adapted from:
 * Normalize.css by Nicolas Gallagher and Jonathan Neal: https://github.com/necolas/normalize.css/
 * HTML5 boilerplate: http://html5boilerplate.com/
 * HTML5 Doctor Reset by Eric Meyer and Richard Clark: html5doctor.com/html-5-reset-stylesheet/
 *
 * Modified by Elliot Jay Stocks
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
.main .at header.at-title,
.at header.at-title,
.enews-signup header.at-title,
.enews-signup .content > div header.at-title,
h3,
.main .at fieldset legend.at-legend,
.at fieldset legend.at-legend,
.enews-signup .content > div legend,
h4,
.community-type strong,
.sidebar .at fieldset legend.at-legend,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  position: relative;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1, h2, .main .at header.at-title, .at header.at-title, .enews-signup header.at-title, .enews-signup .content > div header.at-title, h3, .main .at fieldset legend.at-legend, .at fieldset legend.at-legend, .enews-signup .content > div legend, h4, .community-type strong, .sidebar .at fieldset legend.at-legend, h5, h6 {
  font-weight: normal;
}

a {
  color: blue;
}

li {
  list-style: none;
}

abbr[title] {
  border-bottom: none;
}

b,
strong {
  font-weight: 700;
}

i,
em,
dfn {
  font-style: italic;
}

hr, .search-page-form::before {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

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

td {
  vertical-align: top;
}

.content {
  padding: 2em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 85em;
}
.home .content {
  display: block;
}
@media screen and (min-width: 61.3125em) {
  .content {
    padding: 2em 2em 4em 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.main img {
  max-width: 100%;
}
@media screen and (min-width: 61.3125em) {
  .main {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 70%;
    padding: 0 6em 0 0;
  }
  .main.full-width {
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 61.3125em) {
  .sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25%;
  }
}

.main-nav.member-main-nav #menu-main > li {
  border-bottom: 5px solid #21275C;
}
.main-nav.member-main-nav #menu-main > li.current-menu-item > a, .main-nav.member-main-nav #menu-main > li.current-menu-parent > a, .main-nav.member-main-nav #menu-main > li.current-menu-ancestor > a {
  background-color: #21275C;
  color: #fefefe;
}
.main-nav.member-main-nav #menu-main > li > a:hover, .main-nav.member-main-nav #menu-main > li > a:focus {
  background-color: rgba(33, 39, 92, 0.85);
  color: #fefefe;
}

.portal-page-header {
  background-color: #73308A !important;
}

.portal-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
}
.portal-content .row .col.col-12 {
  width: 100%;
}
.portal-content .row .col.col-9 {
  width: 75%;
}
.portal-content .row .col.col-6 {
  width: 50%;
}
.portal-content .row .col.col-4 {
  width: 33.33%;
}
.portal-content .row .col.col-3 {
  width: 25%;
}
.portal-content .row .col + .col {
  padding-left: 2.5%;
}
.portal-content .quick-buttons {
  text-align: center;
  width: 100%;
}
.portal-content .quick-buttons .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portal-content .quick-buttons .buttons .button {
  margin: 15px;
}
.portal-content .panel {
  border-radius: 0 35px 0 0;
  border: 1px solid rgba(151, 151, 151, 0.5);
  padding: 1em;
  background: white;
}
.portal-content .panel.alert-panel {
  background-color: #009fdb;
  color: #fefefe !important;
  border-color: #21275C;
}
.portal-content .panel.alert-panel h2, .portal-content .panel.alert-panel .at header.at-title, .at .portal-content .panel.alert-panel header.at-title, .portal-content .panel.alert-panel .enews-signup header.at-title, .enews-signup .portal-content .panel.alert-panel header.at-title {
  color: #fefefe;
}
.portal-content .panel.purple-panel {
  background-color: #73308A;
}
.portal-content .panel.purple-panel a {
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: underline;
}
.portal-content .panel h2, .portal-content .panel .at header.at-title, .at .portal-content .panel header.at-title, .portal-content .panel .enews-signup header.at-title, .enews-signup .portal-content .panel header.at-title {
  margin: 0px;
  padding: 0.25em 0;
  color: #73308A;
  font-size: 1.1em;
  letter-spacing: 0.04em;
}
.portal-content .blog-list {
  margin-bottom: 0;
}
.portal-content .blog-list .col img {
  border-radius: 0 0 50px 0;
}
.portal-content .blog-list .col h3, .portal-content .blog-list .col .at fieldset legend.at-legend, .at fieldset .portal-content .blog-list .col legend.at-legend, .portal-content .blog-list .col .enews-signup .content > div legend, .enews-signup .content > div .portal-content .blog-list .col legend {
  margin-bottom: 0;
}
.portal-content .blog-list .col .date {
  margin: 5px 0;
  color: #009bd6;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
.portal-content .blog-list .col:nth-child(even) img {
  border-radius: 0 50px 0 0;
}

#events-panel .event-list {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  list-style-type: none;
}
#events-panel .event-list li {
  list-style-type: none;
  border-top: 1px solid rgba(151, 151, 151, 0.5);
  margin: 0;
  padding: 0;
}
#events-panel .event-list li .event-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border: 0;
}
#events-panel .event-list li .event-link .event-date {
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #61a50d;
  padding: 15px 5px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
#events-panel .event-list li .event-link .event-date .month {
  font-size: 0.625rem;
  line-height: 1.25;
}
#events-panel .event-list li .event-link .event-date .day {
  font-size: 2rem;
}
#events-panel .event-list li .event-link .event-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  color: #404040;
  font-weight: 700;
  line-height: 1.25;
}
#events-panel .event-list li a:nth-child(even) {
  background-color: #f1f1f1;
}
#events-panel .event-list li:first-child {
  border-top: 0;
}
#events-panel .all-events {
  text-align: center;
}

.single-memberpressproduct .main p.date {
  display: none;
}
.single-memberpressproduct .main .mp_wrapper #property-address {
  margin-bottom: 30px;
}
.single-memberpressproduct .main .mp_wrapper #property-address .address-text {
  font-weight: 700;
}
.single-memberpressproduct .main .mp_wrapper .mp-form-row {
  margin-bottom: 30px;
}
.single-memberpressproduct .main .mp_wrapper .mp-form-row.mepr_mepr_property {
  margin-bottom: 0;
}
.single-memberpressproduct .main .mp_wrapper .mepr_custom_field {
  display: none !important;
  visibility: hidden !important;
}
.single-memberpressproduct .main .mp_wrapper label,
.single-memberpressproduct .main .mp_wrapper legend {
  color: #73308A;
  font-weight: 700;
}
.single-memberpressproduct .main .mp_wrapper fieldset label {
  font-weight: 400;
}
.single-memberpressproduct .main .mp_wrapper fieldset .radio_fields {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (max-width: 540px) {
  .single-memberpressproduct .main .mp_wrapper fieldset .radio_fields {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.single-memberpressproduct .main .mp_wrapper fieldset label {
  color: #000000;
}
.single-memberpressproduct .main .mp_wrapper fieldset .single_radio {
  margin-left: 10px;
}

.account .content .mp_wrapper #mepr-account-nav .mepr-nav-item.mepr-subscriptions, .account .content .mp_wrapper #mepr-account-nav .mepr-nav-item.mepr-payments {
  display: none !important;
}

.page-template-template-portal-page .portal-page-header .page-hero {
  max-width: 30%;
}
@media (max-width: 1200px) {
  .page-template-template-portal-page .portal-page-header .page-hero {
    max-width: 35%;
  }
}
@media (max-width: 768px) {
  .page-template-template-portal-page .portal-page-header .page-hero {
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .page-template-template-portal-page .portal-page-header .page-hero {
    max-width: none;
  }
}

@media (max-width: 800px) {
  .calendar-row {
    display: block !important;
  }
}
.calendar-row .col-9 {
  text-align: center;
}
@media (max-width: 1100px) {
  .calendar-row .col-9 {
    width: 66% !important;
  }
}
@media (max-width: 800px) {
  .calendar-row .col-9 {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 15px;
  }
}
.calendar-row .col-9 img {
  max-width: 500px;
  margin-top: 30px;
}
@media (max-width: 1100px) {
  .calendar-row .col-3 {
    width: 33% !important;
  }
  .calendar-row .col-3 .promo h2, .calendar-row .col-3 .promo .at header.at-title, .at .calendar-row .col-3 .promo header.at-title, .calendar-row .col-3 .promo .enews-signup header.at-title, .enews-signup .calendar-row .col-3 .promo header.at-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 800px) {
  .calendar-row .col-3 {
    width: 100% !important;
    padding: 0 !important;
  }
}

@media (max-width: 800px) {
  .portal-content .quick-buttons .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portal-content .quick-buttons .buttons a.button {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (max-width: 800px) {
  .portal-content .blog-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portal-content .blog-list .col {
    width: 100% !important;
    margin-top: 20px;
    padding-left: 0 !important;
  }
  .portal-content .blog-list .col:first-child {
    margin-top: 0;
  }
}

.resident-portal-content .row.pageLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1100px) {
  .resident-portal-content .row.pageLayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.resident-portal-content .row.pageLayout .col-9 {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
}
@media (max-width: 1200px) {
  .resident-portal-content .row.pageLayout .col-9 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.resident-portal-content .row.pageLayout .col-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (max-width: 1200px) {
  .resident-portal-content .row.pageLayout .col-3 {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}
.resident-portal-content .promo img {
  width: 100%;
}
@media (max-width: 1100px) {
  .resident-portal-content .promo img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.mp-hide-pw .button.mp-hide-pw .dashicons {
  color: #21275C;
}
.mp-hide-pw .button.mp-hide-pw .dashicons:hover, .mp-hide-pw .button.mp-hide-pw .dashicons:focus {
  opacity: 0.75;
}

.portal-content .after-button-image {
  text-align: center;
  margin-bottom: 40px;
}
.portal-content .after-button-image img {
  display: inline-block;
  width: 600px;
  max-width: 90%;
  border-radius: 80px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

#menu-main > li, .site-links a, .date, .property-status, .event-listing h3, .property-listing h3, .event-listing .enews-signup .content > div legend, .property-listing .enews-signup .content > div legend, .enews-signup .content > div .event-listing legend, .enews-signup .content > div .property-listing legend, .event-listing .at fieldset legend.at-legend, .property-listing .at fieldset legend.at-legend, .at fieldset .event-listing legend.at-legend, .at fieldset .property-listing legend.at-legend, .sidebar h2, .sidebar .enews-signup .content > div header.at-title, .enews-signup .content > div .sidebar header.at-title, .sidebar .enews-signup header.at-title, .enews-signup .sidebar header.at-title, .sidebar .at header.at-title, .at .sidebar header.at-title, .callout.--bg-secondary a .cta-text, .searchandfilter .sf-field-reset, table th, table td strong, .button,
button,
input[type=submit],
.form-submit,
.wp-block-button__link,
.at .btn-at-primary,
.at .btn-at,
.at input[type=submit], .label, h4, .community-type strong, .sidebar .at fieldset legend.at-legend {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.site-links a, .staff-listing h3 a:after, .staff-listing .enews-signup .content > div legend a:after, .enews-signup .content > div .staff-listing legend a:after, .staff-listing .at fieldset legend.at-legend a:after, .at fieldset .staff-listing legend.at-legend a:after, .read-more a,
.jumplinks a {
  color: #21275C;
}
.site-links a a, .staff-listing h3 a:after a, .staff-listing .enews-signup .content > div legend a:after a, .enews-signup .content > div .staff-listing legend a:after a, .staff-listing .at fieldset legend.at-legend a:after a, .at fieldset .staff-listing legend.at-legend a:after a, .read-more a a,
.jumplinks a a {
  color: #21275C !important;
}
.site-links a a:hover, .staff-listing h3 a:after a:hover, .staff-listing .enews-signup .content > div legend a:after a:hover, .enews-signup .content > div .staff-listing legend a:after a:hover, .staff-listing .at fieldset legend.at-legend a:after a:hover, .at fieldset .staff-listing legend.at-legend a:after a:hover, .read-more a a:hover,
.jumplinks a a:hover {
  color: #73308A;
}
.site-links a:after, .staff-listing h3 a:after, .staff-listing .enews-signup .content > div legend a:after, .enews-signup .content > div .staff-listing legend a:after, .staff-listing .at fieldset legend.at-legend a:after, .at fieldset .staff-listing legend.at-legend a:after, .read-more a:after,
.jumplinks a:after {
  content: " \f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 0.9em;
  padding-left: 1em;
  color: #00AEEF;
}
.site-links a:hover, .staff-listing h3 a:hover:after, .staff-listing .enews-signup .content > div legend a:hover:after, .enews-signup .content > div .staff-listing legend a:hover:after, .staff-listing .at fieldset legend.at-legend a:hover:after, .at fieldset .staff-listing legend.at-legend a:hover:after, .read-more a:hover,
.jumplinks a:hover {
  color: #73308A !important;
}
.site-links a:hover:after, .staff-listing h3 a:hover:after, .staff-listing .enews-signup .content > div legend a:hover:after, .enews-signup .content > div .staff-listing legend a:hover:after, .staff-listing .at fieldset legend.at-legend a:hover:after, .at fieldset .staff-listing legend.at-legend a:hover:after, .read-more a:hover:after,
.jumplinks a:hover:after {
  color: #73308A;
  padding-left: 1.5em;
}

body {
  font-weight: normal;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-smooth: always;
}

h1, h2, .main .at header.at-title, .at header.at-title, .enews-signup header.at-title, .enews-signup .content > div header.at-title, h3, .main .at fieldset legend.at-legend, .at fieldset legend.at-legend, .enews-signup .content > div legend, h4, .community-type strong, .sidebar .at fieldset legend.at-legend, h5, h6 {
  margin: 1em 0 0.5em 0;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
  font-weight: 900;
  color: #21275C;
}
h1 strong, h2 strong, .main .at header.at-title strong, .at header.at-title strong, .enews-signup header.at-title strong, .enews-signup .content > div header.at-title strong, h3 strong, .main .at fieldset legend.at-legend strong, .at fieldset legend.at-legend strong, .enews-signup .content > div legend strong, h4 strong, .community-type strong strong, .sidebar .at fieldset legend.at-legend strong, h5 strong, h6 strong {
  font-weight: 900;
}
h1 a, h2 a, .main .at header.at-title a, .at header.at-title a, .enews-signup header.at-title a, .enews-signup .content > div header.at-title a, h3 a, .main .at fieldset legend.at-legend a, .at fieldset legend.at-legend a, .enews-signup .content > div legend a, h4 a, .community-type strong a, .sidebar .at fieldset legend.at-legend a, h5 a, h6 a {
  border-bottom: none;
  color: #21275C;
}
h1 a:hover, h2 a:hover, .at header.at-title a:hover, .enews-signup header.at-title a:hover, h3 a:hover, .at fieldset legend.at-legend a:hover, .enews-signup .content > div legend a:hover, h4 a:hover, .community-type strong a:hover, h5 a:hover, h6 a:hover {
  color: #73308A;
}

h1 {
  margin-top: 0px;
  font-size: 2em;
  color: #21275C;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 3em;
  }
}
@media screen and (min-width: 61.3125em) {
  h1 {
    font-size: 3.25em;
  }
}
@media screen and (min-width: 64.0625em) {
  h1 {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 70.625em) {
  h1 {
    font-size: 3.75em;
  }
}
@media screen and (min-width: 87.8125em) {
  h1 {
    font-size: 4em;
  }
}

h2, .main .at header.at-title, .at header.at-title, .enews-signup header.at-title, .enews-signup .content > div header.at-title {
  font-style: normal;
  font-size: 1.5em;
  color: #21275C;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  h2, .main .at header.at-title, .at header.at-title, .enews-signup header.at-title, .enews-signup .content > div header.at-title {
    font-size: 1.7em;
  }
}
h3, .main .at fieldset legend.at-legend, .at fieldset legend.at-legend, .enews-signup .content > div legend {
  font-size: 1.3em;
}

h4, .community-type strong, .sidebar .at fieldset legend.at-legend {
  letter-spacing: 0.06em;
  color: #73308A;
  font-size: 1em;
  margin-bottom: 0px;
  margin-top: 1em;
}

h5 {
  font-size: 0.9em;
}

a {
  text-decoration: none;
}
bold,
strong {
  font-family: inherit;
  font-weight: 700;
}
bold em,
strong em {
  font-weight: 700;
}

p,
li {
  margin: 0 0 1em 0;
  font-size: 1.1rem;
  line-height: 1.6em;
}

li {
  margin-bottom: 0.5em;
}

.main p:not(.label), .main li {
  line-height: 1.6em;
}
.main p:not(.label) a:not(.read-more), .main li a:not(.read-more) {
  color: #73308A;
  border-bottom: dotted 1px #73308A;
}
.main p:not(.label) a:not(.read-more):hover, .main li a:not(.read-more):hover {
  color: #21275C;
}
.main ul,
.main ol {
  margin: 0em 0 2em 0;
  padding-left: 40px;
}
.main ul li {
  list-style: disc;
}
.main ul li ul {
  margin-bottom: 0px;
}
.main ul li ul li {
  list-style: circle;
}
.main ul li ul li:first-child {
  margin-top: 1em;
}
.main ul ol li {
  list-style: decimal !important;
}
.main ol li {
  list-style: decimal !important;
}
.main ol ul li {
  list-style: disc !important;
}
.main a {
  text-decoration: none;
  border-bottom: none;
}
p .main a {
  border-bottom: dotted 1px #73308A;
}
p .main a:hover {
  color: #61A50D;
  border-bottom: solid 1px #61A50D;
}

.intro, .belief-message h2, .belief-message .enews-signup .content > div header.at-title, .enews-signup .content > div .belief-message header.at-title, .belief-message .enews-signup header.at-title, .enews-signup .belief-message header.at-title, .belief-message .at header.at-title, .at .belief-message header.at-title, .property-intro .property-location {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.5em !important;
  letter-spacing: -0.05em;
  margin-bottom: 1rem;
  color: #21275C;
}
@media screen and (min-width: 48em) {
  .intro, .belief-message h2, .belief-message .enews-signup .content > div header.at-title, .enews-signup .content > div .belief-message header.at-title, .belief-message .enews-signup header.at-title, .enews-signup .belief-message header.at-title, .belief-message .at header.at-title, .at .belief-message header.at-title, .property-intro .property-location {
    font-size: 1.7em;
    font-weight: 400;
  }
}

blockquote,
.wp-block-quote {
  padding: 2em 0;
}
blockquote p,
.wp-block-quote p {
  font-size: 1.3em;
  line-height: 1.3em !important;
  font-style: normal;
  text-transform: none;
  color: #21275C;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-conetnt: flex-start;
  margin-bottom: 0.5em;
}
blockquote p:before,
.wp-block-quote p:before {
  content: "“";
  line-height: 0em;
  font-size: 3.8em;
  color: #00AEEF;
  padding-right: 1rem;
}
blockquote cite,
.wp-block-quote cite {
  font-style: normal;
  font-weight: 400;
  font-size: 1.1em;
  color: #21275C;
  float: right;
}
blockquote cite:before,
.wp-block-quote cite:before {
  content: "- ";
}
@media screen and (min-width: 61.3125em) {
  blockquote,
.wp-block-quote {
    padding: 3em;
  }
  blockquote p,
.wp-block-quote p {
    font-size: 1.8em;
    line-height: 1em;
  }
}
@media screen and (min-width: 70.625em) {
  blockquote,
.wp-block-quote {
    padding: 4em;
    max-width: 600px;
  }
}

.attribution {
  text-align: right;
  font-size: 1.1em;
}

.label {
  font-size: 0.8em;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  color: white;
}
.label a {
  background: #73308A;
  display: inline-block;
  color: white;
  padding: 0.2em 0.5em;
}
.label a:hover {
  background: #21275C;
}

.read-more + .read-more {
  display: block;
  padding-top: 1em;
}
@media screen and (min-width: 48em) {
  .read-more + .read-more {
    display: inline;
    padding-left: 2em;
  }
}

.show-more::after {
  content: " \f078";
  font-family: "Font Awesome 5 Pro";
  color: #00AEEF;
  font-weight: 800;
  padding-left: 0.5em;
}
.show-more.showing::after {
  color: #73308A;
  content: " \f077";
}

.jumplinks a + a {
  padding-left: 2em;
}

hr, .search-page-form::before {
  border-top: 8px solid rgba(151, 151, 151, 0.1);
  margin-top: 2em;
  margin-bottom: 2em;
}

/* -------- Buttons ----------------------------------------------------------------- */
.gmnoprint .gm-style-mtc button {
  color: black !important;
}

.button,
button,
input[type=submit],
.form-submit,
.wp-block-button__link,
.at .btn-at-primary,
.at .btn-at,
.at input[type=submit] {
  position: relative;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  display: inline-block;
  border: none !important;
  color: white !important;
  background-color: #009fdb;
  padding: 1em 2em;
  text-decoration: none;
  text-align: center;
  border-radius: 0px;
  margin: 0 0 1em;
  z-index: 4;
}
.button:hover,
button:hover,
input[type=submit]:hover,
.form-submit:hover,
.wp-block-button__link:hover,
.at .btn-at-primary:hover,
.at .btn-at:hover,
.at input[type=submit]:hover {
  color: white !important;
  text-decoration: none;
  background-color: #0fbeff;
}
.prev:after,
.next:after {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.prev:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  border-width: 30px;
  margin-top: -30px;
}

.next:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  border-width: 30px;
  margin-top: -30px;
}

form li {
  margin-bottom: 0.5em;
}

.at,
.content {
  font-family: "Montserrat", sans-serif !important;
}
.at input[type=text],
.at input[type=email],
.at input[type=tel],
.at input[type=number],
.at input[type=search],
.at .gform_wrapper .chosen-container-single .chosen-single,
.at textarea,
.content input[type=text],
.content input[type=email],
.content input[type=tel],
.content input[type=number],
.content input[type=search],
.content .gform_wrapper .chosen-container-single .chosen-single,
.content textarea {
  border-radius: 0px !important;
  border: 1px solid #E4E4E6;
  padding: 0.5em 1em;
  line-height: 1.3em;
  margin-bottom: 0.7em;
  font-size: 1rem;
  height: 50px;
  line-height: 40px;
  background: white;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  -webkit-appearance: none;
}
.at input[type=text]:focus,
.at input[type=email]:focus,
.at input[type=tel]:focus,
.at input[type=number]:focus,
.at input[type=search]:focus,
.at .gform_wrapper .chosen-container-single .chosen-single:focus,
.at textarea:focus,
.content input[type=text]:focus,
.content input[type=email]:focus,
.content input[type=tel]:focus,
.content input[type=number]:focus,
.content input[type=search]:focus,
.content .gform_wrapper .chosen-container-single .chosen-single:focus,
.content textarea:focus {
  border-radius: 0px;
}
.at .gform_wrapper .chosen-container-single .chosen-single span,
.content .gform_wrapper .chosen-container-single .chosen-single span {
  line-height: 1em !important;
  font-size: 1rem !important;
  color: rgba(0, 0, 0, 0.8);
}
.at .gform_wrapper .chosen-container-single .chosen-single > div,
.content .gform_wrapper .chosen-container-single .chosen-single > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

label,
p label,
.at fieldset legend,
.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
  font-size: 0.9em;
  color: #73308A;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-weight: 500;
  font-size: 0.8em;
  color: #979797;
}

#ui-datepicker-div select {
  color: rgba(0, 0, 0, 0.8);
  width: auto;
}

input[type=checkbox] {
  margin-left: 0.5em;
  margin-right: 0.25em;
}

.input_text label {
  display: block;
}
.input_text input {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .input_text.two_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .input_text .two_up {
    width: 50%;
  }
  .input_text .two_up:first-child {
    padding-right: 4%;
  }
}

body .gform_wrapper ul li.gfield {
  margin-top: 0px;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  width: 100%;
  margin-bottom: 0px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px !important;
  margin-right: 0.25em;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  position: relative;
  top: -0.5em;
}

.prepopulated-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.prepopulated-amount .form-radios label {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.1em;
  width: 100%;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 41.75em) {
  .prepopulated-amount .form-radios label {
    width: auto;
    margin-bottom: 0em;
  }
}
@media screen and (min-width: 41.75em) {
  .prepopulated-amount {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 61.3125em) {
  .prepopulated-amount {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.prepopulated-amount .form-radios input[type=radio] {
  display: none;
}
.prepopulated-amount .form-radios input[type=radio]:checked + label {
  background-color: #61A50D;
  border-color: #61A50D;
}
.prepopulated-amount input[type=submit] {
  text-transform: none;
  font-weight: 400 !important;
  font-size: 1.4em;
  letter-spacing: 0px;
  padding: 10px 20px;
  color: white !important;
  margin-bottom: 0px;
  height: 100%;
}
.prepopulated-amount input[type=submit]:hover {
  background-color: #61A50D !important;
}
.prepopulated-amount input[type=submit]:hover a {
  color: white !important;
}
@media screen and (min-width: 41.75em) {
  .prepopulated-amount input[type=submit] {
    margin-left: 5px;
  }
}

#signup-form label {
  display: none;
}
#signup-form .step-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#signup-form .step-1 input {
  margin-bottom: 0px;
  margin-bottom: 0.5em;
  width: 100%;
}
#signup-form .step-1 input[type=submit] {
  text-transform: none;
  font-weight: 400 !important;
  font-size: 1.4em;
  letter-spacing: 0px;
  padding: 10px 20px;
  color: white !important;
  margin-bottom: 0em;
  height: 100%;
}
#signup-form .step-1 input[type=submit]:hover {
  background-color: #61A50D !important;
}
#signup-form .step-1 input[type=submit]:hover a {
  color: white !important;
}
@media screen and (min-width: 41.75em) {
  #signup-form .step-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #signup-form .step-1 input {
    margin-bottom: 0em;
    width: auto;
    margin-left: 5px;
  }
}
@media screen and (min-width: 61.3125em) {
  #signup-form .step-1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.enews-signup {
  background: url("../img/pattern-line-grey.svg") repeat;
  background-size: 500px;
  background-attachment: fixed;
  border-top: rgba(228, 228, 230, 0.6) 1px solid;
}
.enews-signup .at-inner {
  background: transparent;
}
.enews-signup .at .at-fieldset {
  padding: 0px;
  background: white;
}
.enews-signup .at-row > [class^=at-] {
  margin: 0 0.625rem 0 0;
}
.enews-signup .content > div {
  width: 100%;
  font-family: "Montserrat", sans-serif !important;
}
.enews-signup .content > div legend,
.enews-signup .content > div header {
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
  padding: 0px;
}
.enews-signup .content > div legend {
  text-align: center;
}
.enews-signup .content > div header.at-title {
  text-align: center;
}
.enews-signup .show-more {
  margin: 0 auto;
  max-width: 910px;
}
.enews-signup .at-form-submit {
  text-align: center;
}

.at form {
  display: block !important;
}
.at select,
.at .vgs-input-container iframe {
  border-radius: 0px !important;
}
.at .HeaderHtml,
.at .FooterHtml,
.at .MeterHtml,
.at .at-fieldset {
  padding: 0px 0 2em 0 !important;
}
.at header.at-title {
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
.at fieldset legend.at-legend {
  font-family: "Montserrat", sans-serif;
}

.main .at header.at-title {
  font-family: "Montserrat", sans-serif;
  text-align: left;
}
.main .at fieldset legend.at-legend {
  font-family: "Montserrat", sans-serif;
}
.main .at form .label-amount > a {
  background-color: #61A50D;
}
.main .at form .label-amount:hover > a {
  background-color: rgba(97, 165, 13, 0.6) !important;
}
.main .at form .label-amount input[type=radio]:checked + a {
  background-color: #73308A;
}
.main .at form .label-amount input:required {
  background-color: #73308a;
  border: #73308A;
}

.sidebar .at .at-row > [class^=at-] {
  margin: 0px;
  min-width: 0;
}
.sidebar .at .at-form-submit {
  padding: 0px;
}
.sidebar .at fieldset legend.at-legend {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1em;
}

.sidebar div.ginput_complex.ginput_container.gf_name_has_2 span {
  width: 100%;
}
.sidebar input[type=text],
.sidebar input[type=email],
.sidebar input[type=tel],
.sidebar input[type=number],
.sidebar input[type=search],
.sidebar .gform_wrapper .chosen-container-single .chosen-single,
.sidebar textarea {
  height: auto;
}

table {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
}
table tr:nth-child(odd) {
  background: rgba(151, 151, 151, 0.1);
}
table td {
  padding: 1em;
  border-top: 1px solid rgba(64, 64, 64, 0.1);
  text-align: left;
}
table td a {
  color: #73308A;
  border-bottom: dotted 1px #73308A;
}
table td a:hover {
  color: #21275C;
}
table thead {
  background: transparent;
}
table thead tr:nth-child(odd) {
  background: transparent;
}
table th {
  background: #73308A;
  color: white;
  text-align: left;
  padding: 1em;
  font-size: 0.95em;
}
.table-wrap {
  overflow-x: auto;
  margin: 2em 0em;
}

.wp-block-table {
  margin-bottom: 2em;
}

#search-open {
  text-decoration: none;
  text-transform: uppercase;
  z-index: 20000;
  font-size: 0.9em;
  display: block;
  color: white;
}
#search-open i {
  font-size: 1.5em;
  padding-right: 0.5em;
}
@media screen and (min-width: 61.3125em) {
  #search-open {
    color: #21275C;
    padding: 8px 20px;
  }
}

#search-bar {
  background: #00AEEF;
  padding: 2em;
  display: none;
  z-index: 20000 !important;
}
@media screen and (min-width: 30em) {
  #search-bar {
    text-align: right;
  }
}
@media screen and (min-width: 30em) {
  #search-bar form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#search-bar input[type=submit] {
  line-height: 1rem !important;
  margin-bottom: 0;
  display: inherit;
  padding-left: auto;
  padding-right: auto;
  background: #21275C;
}
#search-bar input[type=text] {
  margin-bottom: 0px;
  padding: 1em;
  font-family: "Montserrat", sans-serif;
  width: calc(100% - 2em);
  border: none;
}
@media screen and (min-width: 61.3125em) {
  #search-bar input[type=text] {
    padding: 0 1em;
    width: 100%;
  }
}
@media screen and (min-width: 61.3125em) {
  #search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    background: #00AEEF;
    padding: 3em;
  }
}

.search-page-form {
  overflow: hidden;
  margin-top: 4em;
}
.search-page-form form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 48em) {
  .search-page-form form > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.search-page-form input[type=text] {
  height: 40px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
  width: calc(100% - 2em - 2px);
}
.search-page-form input[type=submit] {
  line-height: 1rem !important;
  margin-bottom: 0px;
}

.search-result {
  padding: 1em 0;
}

.search-listing {
  border-top: 1px solid #E4E4E6;
  padding-top: 2em;
  margin-top: 2em;
}
.search-listing h2, .search-listing .enews-signup .content > div header.at-title, .enews-signup .content > div .search-listing header.at-title, .search-listing .enews-signup header.at-title, .enews-signup .search-listing header.at-title, .search-listing .at header.at-title, .at .search-listing header.at-title {
  text-align: left;
  margin-bottom: 0.5em;
  margin-top: 0.5rem;
}

.property-filter {
  border-top: 5px solid #E4E4E6;
  margin: 1em;
  max-width: 85em;
}
.property-filter .button {
  padding: 0.5em 1em;
}
.property-filter h2, .property-filter .enews-signup .content > div header.at-title, .enews-signup .content > div .property-filter header.at-title, .property-filter .enews-signup header.at-title, .enews-signup .property-filter header.at-title, .property-filter .at header.at-title, .at .property-filter header.at-title {
  font-size: 1.1rem;
}
@media screen and (min-width: 61.3125em) {
  .property-filter {
    margin: 1em 2em;
  }
}
@media screen and (min-width: 85em) {
  .property-filter {
    margin: 0 auto 2em auto;
  }
}

.searchandfilter {
  font-family: "Montserrat", sans-serif !important;
}
.searchandfilter label {
  font-weight: normal;
  color: #404040;
  font-size: 0.85rem;
}
.searchandfilter h4, .searchandfilter .community-type strong, .community-type .searchandfilter strong, .searchandfilter .sidebar .at fieldset legend.at-legend, .sidebar .at fieldset .searchandfilter legend.at-legend {
  display: none;
}
.searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 30em) {
  .searchandfilter ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.searchandfilter ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0em 1em 0 0;
}
.searchandfilter > ul > li {
  margin-bottom: 1em;
}
.searchandfilter li[data-sf-field-input-type=select] label {
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8em;
  padding: 0em;
  height: 30px;
  border: 1px rgba(151, 151, 151, 0.5) solid;
  border-radius: 50px !important;
  max-width: 220px;
}
.searchandfilter li[data-sf-field-input-type=select] label:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.8em;
  margin: 0.5em;
  font-weight: 200;
  line-height: 2em;
  border-left: 1px solid #979797;
  padding-left: 0.5em;
  margin-left: 0.5em;
  width: 15px;
  font-weight: 900;
  color: #73308A;
  position: absolute;
  right: 0;
  z-index: -1;
}
.searchandfilter ul li ul li:first-child {
  margin-top: 0px !important;
}
.searchandfilter input[type=text] {
  border: none;
  height: 15px;
  margin: 0px;
  border-bottom: 1px rgba(151, 151, 151, 0.5) solid;
  font-family: "Montserrat", sans-serif !important;
  font-size: 0.85rem;
  line-height: 1em;
  padding: 0.5em 0 !important;
}
@media screen and (min-width: 30em) {
  .searchandfilter input[type=text] {
    width: 300px;
  }
}
.searchandfilter input[type=checkbox] {
  border: 5px #fefefe solid;
  -webkit-box-shadow: 0px 0px 1px rgba(151, 151, 151, 0.5);
          box-shadow: 0px 0px 1px rgba(151, 151, 151, 0.5);
  -webkit-appearance: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
}
.searchandfilter input[type=checkbox]:before {
  border: 1px rgba(151, 151, 151, 0.5) solid;
  -webkit-box-shadow: 0px 0px 1px rgba(151, 151, 151, 0.5);
          box-shadow: 0px 0px 1px rgba(151, 151, 151, 0.5);
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: " ";
  position: absolute;
  top: -4px;
  left: -4px;
}
.searchandfilter input[type=checkbox]:checked {
  background: #73308A;
}
.searchandfilter select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
  -webkit-appearance: none;
  font-family: "Montserrat", sans-serif;
  color: #404040;
  font-size: 0.85rem;
  border: none;
  padding: 0.5em 2.8em 0.5em 1em;
  background: none;
  min-width: 100px;
}
.searchandfilter input[type=submit] {
  background: none !important;
  color: #73308A !important;
  font-family: "Font Awesome 5 Pro";
  padding: 0px !important;
  line-height: 1.1em;
  margin: 0px;
}
.searchandfilter input[type=submit]:hover {
  color: #21275C !important;
}
.searchandfilter .sf-field-submit input[type=submit],
.searchandfilter .sf-field-reset {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800;
  letter-spacing: 0.03em;
  font-weight: 900;
  color: #73308A;
  font-size: 0.8em;
  background: none !important;
  padding: 0px !important;
  margin: 0;
}
.searchandfilter .sf-field-submit:before {
  content: "\f002";
  display: inline-block;
  font-weight: 900;
  color: #73308A;
  padding-right: 0.25em;
  font-family: "Font Awesome 5 Pro";
  line-height: 1rem;
  font-size: 0.9em;
}
.searchandfilter .sf-field-reset {
  font-weight: 900;
  color: #73308A;
  margin-bottom: 1rem;
}
.searchandfilter .sf-field-reset a {
  color: #73308A;
}
.searchandfilter .sf-field-reset a:before {
  content: "\f00d  ";
  font-family: "Font Awesome 5 Pro";
}
.searchandfilter .sf-field-reset a:hover {
  color: #21275C;
}
.searchandfilter .searchandfilter li[data-sf-field-input-type=checkbox] label,
.searchandfilter .searchandfilter li[data-sf-field-input-type=radio] label,
.searchandfilter .searchandfilter li[data-sf-field-input-type=range-radio] label,
.searchandfilter .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
  padding-left: 0px;
}

.pagination {
  margin: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 0.8em;
  padding: 0em;
  height: 30px;
  min-width: 10px;
  width: auto;
  text-align: center;
  margin: 0 auto;
}
.pagination span, .pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border: 1px rgba(151, 151, 151, 0.5) solid;
  border-left: 0px;
  color: #73308A;
}
.pagination span:hover, .pagination a:hover {
  color: #21275C;
  background: #00AEEF;
}
.pagination span.current, .pagination a.current {
  background: #73308A;
  color: white;
  border-color: #73308A;
  font-weight: 900;
}
.pagination .next {
  border-radius: 0 30px 30px 0;
  font-family: "Font Awesome 5 Pro";
}
.pagination .prev {
  border-radius: 30px 0 0 30px;
  border: 1px rgba(151, 151, 151, 0.5) solid;
  border-left: 1px rgba(151, 151, 151, 0.5) solid;
  font-family: "Font Awesome 5 Pro";
}

.alert-bar {
  background: #73308A;
  color: white;
  padding: 1rem;
}
.alert-bar h2, .alert-bar .enews-signup .content > div header.at-title, .enews-signup .content > div .alert-bar header.at-title, .alert-bar .enews-signup header.at-title, .enews-signup .alert-bar header.at-title, .alert-bar .at header.at-title, .at .alert-bar header.at-title {
  color: white;
}
.alert-bar h2, .alert-bar .enews-signup .content > div header.at-title, .enews-signup .content > div .alert-bar header.at-title, .alert-bar .enews-signup header.at-title, .enews-signup .alert-bar header.at-title, .alert-bar .at header.at-title, .at .alert-bar header.at-title, .alert-bar p, .alert-bar a {
  font-size: 0.9rem;
  margin: 0 0.25em;
  line-height: 1rem;
}
.alert-bar h2, .alert-bar .enews-signup .content > div header.at-title, .enews-signup .content > div .alert-bar header.at-title, .alert-bar .enews-signup header.at-title, .enews-signup .alert-bar header.at-title, .alert-bar .at header.at-title, .at .alert-bar header.at-title {
  font-size: 1.1rem;
}
.alert-bar .read-more:hover::after {
  color: #00AEEF;
}
.alert-bar a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-style: italic;
  font-size: 0.9em;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.4);
  margin: 0 auto;
}
.alert-bar a:hover {
  color: white;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 48em) {
  .alert-bar a {
    margin-left: 1em;
  }
}

.alert-wrap {
  max-width: 85em;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .alert-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-header {
  background: #21275C url("../img/pattern-line.svg");
  background-attachment: fixed;
  background-size: 550px;
  min-height: 82px !important;
  margin-bottom: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header .page-title {
  width: 100%;
}
.page-header .page-hero img {
  max-width: 100%;
  height: auto;
}
.page-header h1 {
  color: white;
  padding: 1em;
}
@media screen and (min-width: 48em) {
  .page-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-header .page-hero {
    max-width: 43%;
  }
}

.main .blocks-gallery-grid {
  margin: 0px;
  padding: 0px;
}

.property-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em 0 4em;
}
.property-gallery a {
  display: block;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  border: none;
  margin-left: 10px;
}
.property-gallery a:first-of-type {
  margin-left: 0;
}

figcaption,
.caption {
  color: #21275C;
  font-size: 0.9em;
  font-style: italic;
  padding: 0.25em 0;
  width: calc(100% - 20px);
}

.main .blocks-gallery-item a {
  border-bottom: none !important;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding: 0px;
}

.stats-section {
  text-align: center;
}
@media screen and (min-width: 61.3125em) {
  .stats-section h2, .stats-section .enews-signup .content > div header.at-title, .enews-signup .content > div .stats-section header.at-title, .stats-section .enews-signup header.at-title, .enews-signup .stats-section header.at-title, .stats-section .at header.at-title, .at .stats-section header.at-title {
    font-size: 3em;
  }
}

.impact-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.impact-stats .stat-block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1em;
  text-align: center;
  margin: 0 auto;
}
.impact-stats .stat-block.icon {
  width: 250px;
}
.impact-stats .stat-block p {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3em;
}
.impact-stats .stat-block.purple {
  color: #21275C;
}
.impact-stats .stat-block.purple p.stat-number {
  color: #73308A;
}
.impact-stats .stat-block.navy {
  color: #21275C;
}
.impact-stats .stat-block.navy p.stat-number {
  color: #21275C;
}
.impact-stats .stat-block.green {
  color: #21275C;
}
.impact-stats .stat-block.green p.stat-number {
  color: #61A50D;
}
.impact-stats .stat-block.blue {
  color: #21275C;
}
.impact-stats .stat-block.blue p.stat-number {
  color: #00AEEF;
}
.impact-stats .stat-block p.stat-number {
  font-weight: 900;
  font-size: 2.5em;
  margin-bottom: 1rem;
  line-height: 70px;
}
@media screen and (min-width: 30em) {
  .impact-stats .stat-block p.stat-number {
    font-size: 4.5em;
  }
}
@media screen and (min-width: 41.75em) {
  .impact-stats .stat-block p.stat-number {
    font-size: 5.25em;
  }
}
@media screen and (min-width: 54.25em) {
  .impact-stats .stat-block p.stat-number {
    font-size: 6em;
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
  }
}
.impact-stats .stat-block .stat-icon {
  margin: 0 auto 1rem auto;
  line-height: 70px;
  width: 100px;
  max-width: 100px;
}
.impact-stats .stat-block .stat-icon img {
  max-width: 100px;
}
@media screen and (min-width: 48em) {
  .impact-stats {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 3em 0;
  }
}

.image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 0;
  width: 100%;
}
.image-grid p {
  margin-top: 1em;
}
.image-grid .image-grid-item {
  margin-bottom: 2em;
  text-align: center;
}
.image-grid .image-grid-item a {
  display: block;
  padding: 1em;
}
.image-grid .image-grid-item img {
  max-width: 200px;
}
@media screen and (min-width: 48em) {
  .image-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: auto;
  }
  .image-grid .image-grid-item {
    padding: 1em;
  }
}
@media screen and (min-width: 61.3125em) {
  .image-grid {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .image-grid .image-grid-item {
    width: 30%;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .image-grid .image-grid-item img {
    max-width: 100%;
  }
  .image-grid .full-width .image-grid-item {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media screen and (min-width: 48em) {
  .full-width .image-grid .image-grid-item {
    width: 30%;
  }
}
@media screen and (min-width: 61.3125em) {
  .full-width .image-grid .image-grid-item {
    width: 22%;
  }
}

.show-more-group .show-more-content.split-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.show-more-group .show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E4E4E6;
  padding-top: 1em;
}
.show-more-group .show-more:after {
  content: " \f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.8em;
  margin: 0.5em;
  font-weight: 200;
  line-height: 1em;
  border-left: 1px solid #E4E4E6;
  padding-left: 0.5em;
  margin-left: 0.5em;
  width: 15px;
  font-weight: 900;
}
.show-more-group .show-more.showing:after {
  color: #73308A;
  content: " \f077";
}

.callout {
  margin-bottom: 1em;
}
.callout.--bg-primary {
  background: #21275C;
  color: white;
}
.callout.--bg-primary:hover {
  background: #73308A;
}
.callout.--bg-primary:hover h3:after, .callout.--bg-primary:hover .enews-signup .content > div legend:after, .enews-signup .content > div .callout.--bg-primary:hover legend:after, .callout.--bg-primary:hover .at fieldset legend.at-legend:after, .at fieldset .callout.--bg-primary:hover legend.at-legend:after {
  right: 0em;
  opacity: 1;
}
.callout.--bg-primary h3, .callout.--bg-primary .enews-signup .content > div legend, .enews-signup .content > div .callout.--bg-primary legend, .callout.--bg-primary .at fieldset legend.at-legend, .at fieldset .callout.--bg-primary legend.at-legend {
  color: white;
}
.callout.--bg-primary a {
  color: white;
}
.callout.--bg-primary a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 61.3125em) {
  .callout.--bg-primary a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.callout.--bg-primary h3, .callout.--bg-primary .enews-signup .content > div legend, .enews-signup .content > div .callout.--bg-primary legend, .callout.--bg-primary .at fieldset legend.at-legend, .at fieldset .callout.--bg-primary legend.at-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 61.3125em) {
  .callout.--bg-primary h3, .callout.--bg-primary .enews-signup .content > div legend, .enews-signup .content > div .callout.--bg-primary legend, .callout.--bg-primary .at fieldset legend.at-legend, .at fieldset .callout.--bg-primary legend.at-legend {
    font-size: 1.4em;
  }
}
.callout.--bg-primary h3:after, .callout.--bg-primary .enews-signup .content > div legend:after, .enews-signup .content > div .callout.--bg-primary legend:after, .callout.--bg-primary .at fieldset legend.at-legend:after, .at fieldset .callout.--bg-primary legend.at-legend:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-size: 2em;
  font-weight: 100;
  opacity: 0.5;
  position: relative;
  right: 0.25em;
  padding-left: 1.5em;
  line-height: 1em;
}
.callout.--bg-secondary {
  width: 250px;
  margin: 120px auto 30px auto;
}
.main .callout.--bg-secondary {
  margin-top: 100px;
}
@media screen and (min-width: 61.3125em) {
  .callout.--bg-secondary h3, .callout.--bg-secondary .enews-signup .content > div legend, .enews-signup .content > div .callout.--bg-secondary legend, .callout.--bg-secondary .at fieldset legend.at-legend, .at fieldset .callout.--bg-secondary legend.at-legend {
    font-size: 2em;
  }
}
.callout.--bg-secondary a {
  background: #009fdb;
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 120px;
}
.callout.--bg-secondary a p {
  color: white;
  font-weight: 500;
}
.callout.--bg-secondary a .cta-text {
  color: #21275C;
}
.callout.--bg-secondary a:hover {
  background: #61A50D;
}
.callout.--bg-secondary a:hover::before {
  border-color: transparent transparent #61A50D transparent;
}
.callout.--bg-secondary::before {
  content: url(../img/icon-split-marker.svg);
  height: 20px;
  color: #21275C;
  text-align: center;
  display: block;
  position: absolute;
  top: -70px;
  width: 100%;
  z-index: 110000;
}
.callout.--bg-secondary::after {
  display: block;
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-size: cover;
  background: url("../img/pattern-partial-promo-white.svg") repeat-x bottom center;
}
.callout.--bg-secondary a::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 125px 120px 125px;
  border-color: transparent transparent #009fdb transparent;
  position: absolute;
  bottom: 100%;
}
@media screen and (min-width: 30em) {
  .callout.--bg-secondary {
    width: 300px;
  }
  .callout.--bg-secondary a::before {
    border-width: 0 150px 100px 150px;
  }
}
@media screen and (min-width: 41.75em) {
  .callout.--bg-secondary {
    width: 250px;
    margin-top: -2em;
  }
  .callout.--bg-secondary a::before {
    border-width: 0 125px 90px 125px;
  }
}
@media screen and (min-width: 61.3125em) {
  .callout.--bg-secondary {
    width: 300px;
  }
  .callout.--bg-secondary a::before {
    border-width: 0 150px 100px 150px;
  }
}
@media screen and (min-width: 70.625em) {
  .callout.--bg-secondary {
    width: 350px;
  }
  .callout.--bg-secondary a::before {
    border-width: 0 175px 100px 175px;
  }
}
@media screen and (min-width: 87.8125em) {
  .callout.--bg-secondary {
    width: 400px;
  }
  .callout.--bg-secondary a::before {
    border-width: 0 200px 120px 200px;
  }
}

.callout-text {
  padding: 0.5em 1em;
}
@media screen and (min-width: 61.3125em) {
  .callout-text {
    padding: 1em 2em;
  }
}

.wp-block-column .callout.--bg-primary a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 61.3125em) {
  .wp-block-column .callout.--bg-primary a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wp-block-file {
  border: 1px rgba(151, 151, 151, 0.5) solid;
  border-left: 10px #61a50d solid;
  padding: 1em;
}
.wp-block-file a {
  font-size: 1.1em;
  color: #21275C;
  font-weight: 600;
}
.wp-block-file a:hover {
  color: #73308A;
}
.wp-block-file a:first-child {
  display: block;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 48em) {
  .wp-block-file a:first-child {
    display: inline-block;
    margin-bottom: 0px;
  }
}
.wp-block-file a.wp-block-file__button {
  background-color: #73308A;
  margin-left: 0px;
}
@media screen and (min-width: 48em) {
  .wp-block-file a.wp-block-file__button {
    margin-left: 0.75em;
  }
}
.wp-block-file a.wp-block-file__button::after {
  content: "\f33d";
  padding-left: 0.5em;
  font-family: "Font Awesome 5 Pro";
}
.wp-block-file a.wp-block-file__button:hover {
  background-color: #61A50D;
  opacity: 1;
}

.staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -1em 2em -1em;
}
@media screen and (min-width: 48em) {
  .staff-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

h2 + .staff-list, .enews-signup .content > div header.at-title + .staff-list, .enews-signup header.at-title + .staff-list, .at header.at-title + .staff-list {
  margin-top: 2em;
}

.staff-thumb {
  margin-bottom: 2em;
}
.staff-thumb a {
  display: block;
}
.staff-listing {
  margin: 0px auto 2em auto;
  max-width: 300px;
}
.staff-listing h3, .staff-listing .enews-signup .content > div legend, .enews-signup .content > div .staff-listing legend, .staff-listing .at fieldset legend.at-legend, .at fieldset .staff-listing legend.at-legend {
  margin-bottom: 0px;
}
.staff-listing h3 a, .staff-listing .enews-signup .content > div legend a, .enews-signup .content > div .staff-listing legend a, .staff-listing .at fieldset legend.at-legend a, .at fieldset .staff-listing legend.at-legend a {
  color: #21275C;
}
.staff-listing h3 a:after, .staff-listing .enews-signup .content > div legend a:after, .enews-signup .content > div .staff-listing legend a:after, .staff-listing .at fieldset legend.at-legend a:after, .at fieldset .staff-listing legend.at-legend a:after {
  opacity: 1;
}
.staff-listing h3 a:hover, .staff-listing .enews-signup .content > div legend a:hover, .enews-signup .content > div .staff-listing legend a:hover, .staff-listing .at fieldset legend.at-legend a:hover, .at fieldset .staff-listing legend.at-legend a:hover {
  color: #73308A;
}
.staff-listing h3 a:hover:after, .staff-listing .enews-signup .content > div legend a:hover:after, .enews-signup .content > div .staff-listing legend a:hover:after, .staff-listing .at fieldset legend.at-legend a:hover:after, .at fieldset .staff-listing legend.at-legend a:hover:after {
  opacity: 1;
}
.staff-listing h4, .staff-listing .community-type strong, .community-type .staff-listing strong, .staff-listing .sidebar .at fieldset legend.at-legend, .sidebar .at fieldset .staff-listing legend.at-legend {
  margin-top: 0px;
}
@media screen and (min-width: 48em) {
  .staff-listing {
    margin: 0px 1em 2em 1em;
    width: calc(50% - 2em);
    max-width: 100%;
  }
}
@media screen and (min-width: 61.3125em) {
  .staff-listing {
    width: calc(33.3% - 2em);
  }
}

.staff-meta {
  color: #404040;
  margin-top: 1em;
}

.mfp-container {
  background: rgba(255, 255, 255, 0.5);
}

.person-bio h2, .person-bio .enews-signup .content > div header.at-title, .enews-signup .content > div .person-bio header.at-title, .person-bio .enews-signup header.at-title, .enews-signup .person-bio header.at-title, .person-bio .at header.at-title, .at .person-bio header.at-title {
  margin-bottom: 0px;
}
.person-bio h4, .person-bio .community-type strong, .community-type .person-bio strong, .person-bio .sidebar .at fieldset legend.at-legend, .sidebar .at fieldset .person-bio legend.at-legend {
  margin-bottom: 1em;
}
.person-bio .close {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "Font Awesome 5 Pro";
  font-size: 2em;
  font-weight: 200;
}
.person-bio .close a {
  color: #00AEEF;
}
.person-bio .close a:hover {
  color: #73308A;
}
@media screen and (min-width: 48em) {
  .person-bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .person-bio .staff-thumb {
    width: 40%;
    min-width: 250px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 3em;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
@media screen and (min-width: 61.3125em) {
  .person-bio {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.large-numbered-list {
  margin: 3em 0;
}

.large-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.large-list-item .list-item-number {
  font-size: 2em;
  color: #73308A;
  border: 1px solid rgba(151, 151, 151, 0.4);
  border-radius: 50px;
  font-weight: 200;
  text-align: center;
  width: 55px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.75rem 0;
  line-height: 50px;
  background-size: contain;
}
.large-list-item .list-item-text {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-left: 1em;
}
.timeline-block:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  border-left: 5px solid #E4E4E6;
}
.timeline-block:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 70.625em) {
  .timeline-block:before {
    left: 50%;
  }
}

.timeline-milestone {
  border: 2px solid #E4E4E6;
  padding: 1em;
  margin-bottom: 0.5em;
  margin-left: 20px;
  /* &:after {
      border-color: transparent;
      border-right-color: #fff;
      border-width: 20px;
      margin-top: -20px;
  }
  &:before {
      border-color: transparent;
      border-right-color: $light-grey;
      border-width: 22px;
      margin-top: -22px;
  } */
}
.timeline-milestone h4, .timeline-milestone .community-type strong, .community-type .timeline-milestone strong, .timeline-milestone .sidebar .at fieldset legend.at-legend, .sidebar .at fieldset .timeline-milestone legend.at-legend {
  margin-top: 0.5em;
}
.timeline-milestone p {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0px;
}
.timeline-milestone .date {
  color: #21275C;
  font-weight: 600;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.timeline-milestone:after, .timeline-milestone:before {
  right: 100%;
  top: 50%;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.timeline-milestone:before {
  width: 20px;
  border-top: 2px solid #E4E4E6;
}
.timeline-milestone:after {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  top: calc(50% - 6px);
  right: auto;
  left: -23px;
  background: #00AEEF;
}
.timeline-milestone.highlight:after {
  background: #61A50D;
}
@media screen and (min-width: 70.625em) {
  .timeline-milestone {
    width: calc(50% - 2em - 20px);
    float: right;
    clear: both;
  }
  .timeline-milestone:not(:first-child) {
    margin-top: -50px;
  }
  .timeline-milestone:nth-child(even) {
    float: left;
    margin-left: 0px;
  }
  .timeline-milestone:nth-child(even):before {
    left: 100%;
    right: auto;
  }
  .timeline-milestone:nth-child(even):after {
    left: auto;
    right: -27px;
  }
}

.sidebar {
  padding-top: 0.5rem;
}
.sidebar > h2:first-of-type, .enews-signup .content > div .sidebar > header.at-title:first-of-type, .enews-signup .sidebar > header.at-title:first-of-type, .at .sidebar > header.at-title:first-of-type {
  margin-top: 0em;
}
.sidebar ul ul {
  margin-left: 1em;
}
.sidebar .category-nav {
  max-width: 330px;
  margin: 0em auto 0em auto;
}
.sidebar li.active > a,
.sidebar .current-cat a {
  font-weight: 900;
}
.sidebar .children {
  display: none;
}
.sidebar .parent .children,
.sidebar .active .children {
  display: block;
}
.sub-nav {
  border: 1px solid rgba(151, 151, 151, 0.5);
  padding: 1em;
  border-radius: 0 35px 35px 0;
  background: white;
  z-index: 1000;
  width: calc(100% - 2em);
  margin-bottom: 3em;
}
@media screen and (min-width: 61.3125em) {
  .sub-nav {
    position: absolute;
  }
  .static-sidebar .sub-nav {
    position: static;
  }
}
.sub-nav h2, .sub-nav .enews-signup .content > div header.at-title, .enews-signup .content > div .sub-nav header.at-title, .sub-nav .enews-signup header.at-title, .enews-signup .sub-nav header.at-title, .sub-nav .at header.at-title, .at .sub-nav header.at-title {
  margin: 0px;
  padding: 0.25em 0;
  color: #73308A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1em;
  letter-spacing: 0.04em;
}
.sub-nav h2:after, .sub-nav .enews-signup header.at-title:after, .enews-signup .sub-nav header.at-title:after, .sub-nav .at header.at-title:after, .at .sub-nav header.at-title:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
  font-weight: 200;
  border-left: 1px solid #979797;
  padding-left: 0.5em;
  margin-left: 0.5em;
  width: 20px;
}
.sub-nav > ul {
  border-top: 1px solid #979797;
  padding: 1em 0 0 0;
  margin-top: 0.5em;
}
.sub-nav > ul li {
  font-size: 1rem;
  padding: 1em 0;
  margin: 0px;
  font-weight: 500;
}
.sub-nav > ul a {
  color: #21275C;
}
.sub-nav > ul ul {
  margin: 0.5em 0 0 1em;
  padding: 0px;
}
.sub-nav.open {
  border-radius: 0 35px 0 0;
}
.sub-nav.open h2:after, .sub-nav.open .enews-signup header.at-title:after, .enews-signup .sub-nav.open header.at-title:after, .sub-nav.open .at header.at-title:after, .at .sub-nav.open header.at-title:after {
  content: "\f077";
}
.property-contact-info {
  margin-bottom: 3em;
}
.property-contact-info p {
  font-size: 1.1em;
  color: #21275C;
}
.property-contact-info h4, .property-contact-info .community-type strong, .community-type .property-contact-info strong, .property-contact-info .sidebar .at fieldset legend.at-legend, .sidebar .at fieldset .property-contact-info legend.at-legend {
  margin-bottom: 0px;
}
.property-contact-info a {
  color: #21275C;
}
.property-contact-info a:hover {
  color: #73308A;
  border-bottom: dotted 1px #73308A;
}
.property-contact-info .acf-map {
  margin-bottom: 1em;
}
.property-contact-info .property-address {
  font-weight: 500;
  margin-bottom: 2em;
  font-size: 1.2em;
}

.promo {
  border: 1px solid rgba(151, 151, 151, 0.7);
  background-size: contain;
  border-top: solid 15px #00AEEF;
  padding: 1em 2em 140px 2em;
  margin-bottom: 2em;
  position: relative;
}
.promo::after {
  display: block;
  width: calc(100% + 2px);
  height: 120px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-repeat: repeat-x;
  background-size: auto;
  background: url("../img/pattern-partial-promo.svg") repeat-x bottom center;
}
@media screen and (min-width: 61.3125em) {
  .promo:after {
    height: 120px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-repeat: repeat-x;
    background-size: auto;
    background-size: 100%;
  }
}
.promo a {
  color: #404040;
}
.promo a:hover {
  color: #73308A;
}
.promo h2, .promo .enews-signup .content > div header.at-title, .enews-signup .content > div .promo header.at-title, .promo .enews-signup header.at-title, .enews-signup .promo header.at-title, .promo .at header.at-title, .at .promo header.at-title {
  margin-bottom: 0.5em;
}
.promo.promo-purple {
  border-top-color: #73308A;
}
.promo.promo-green {
  border-top-color: #61A50D;
}
.promo.promo-blue {
  border-top-color: #00AEEF;
}
.promo.promo-navy {
  border-top-color: #21275C;
}
.promo.property-promo, .promo.icon-promo {
  border-top-color: #61A50D;
  border-bottom: 1px solid rgba(151, 151, 151, 0.7);
  padding-bottom: 1em;
}
.promo.property-promo p, .promo.icon-promo p {
  line-height: 1.6em;
}
.promo.property-promo h2, .promo.property-promo .enews-signup header.at-title, .enews-signup .promo.property-promo header.at-title, .promo.property-promo .at header.at-title, .at .promo.property-promo header.at-title, .promo.icon-promo h2, .promo.icon-promo .enews-signup header.at-title, .enews-signup .promo.icon-promo header.at-title, .promo.icon-promo .at header.at-title, .at .promo.icon-promo header.at-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.promo.property-promo h2:after, .promo.property-promo .enews-signup header.at-title:after, .enews-signup .promo.property-promo header.at-title:after, .promo.property-promo .at header.at-title:after, .at .promo.property-promo header.at-title:after, .promo.icon-promo h2:after, .promo.icon-promo .enews-signup header.at-title:after, .enews-signup .promo.icon-promo header.at-title:after, .promo.icon-promo .at header.at-title:after, .at .promo.icon-promo header.at-title:after {
  font-family: "Font Awesome 5 Pro";
  color: rgba(228, 228, 230, 0.7);
  font-size: 3em;
  line-height: 1.3em;
  position: static;
  font-size: 2.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.promo.property-promo::after, .promo.icon-promo::after {
  content: none;
}
.promo.no-padding {
  border: 0px;
  padding: 0px;
}
.promo.no-padding::after {
  content: none;
}
.promo.applications {
  padding: 1em 2em 1em 2em;
}
.promo.applications h2::after, .promo.applications .enews-signup header.at-title::after, .enews-signup .promo.applications header.at-title::after, .promo.applications .at header.at-title::after, .at .promo.applications header.at-title::after {
  content: "\f305";
}
.promo.interest-list {
  padding: 1em 2em 1em 2em;
}
.promo.interest-list h2::after, .promo.interest-list .enews-signup header.at-title::after, .enews-signup .promo.interest-list header.at-title::after, .promo.interest-list .at header.at-title::after, .at .promo.interest-list header.at-title::after {
  content: "\f46d";
}
.promo.request-info {
  border-top-color: #00AEEF;
  padding-bottom: 120px;
}
.promo.request-info h2::after, .promo.request-info .enews-signup header.at-title::after, .enews-signup .promo.request-info header.at-title::after, .promo.request-info .at header.at-title::after, .at .promo.request-info header.at-title::after {
  content: "\f05a";
}
.promo.request-info::after {
  content: ".";
  display: block;
  width: calc(100% + 2px);
  height: 120px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  background-repeat: repeat-x;
  background-size: auto;
  background: url("../img/pattern-partial-promo.svg") repeat-x bottom center;
}

.income-qualify {
  margin-bottom: 2em;
}
.income-qualify h2, .income-qualify .enews-signup .content > div header.at-title, .enews-signup .content > div .income-qualify header.at-title, .income-qualify .enews-signup header.at-title, .enews-signup .income-qualify header.at-title, .income-qualify .at header.at-title, .at .income-qualify header.at-title {
  margin-bottom: 0.5em;
}
.income-qualify h2:before, .income-qualify .enews-signup header.at-title:before, .enews-signup .income-qualify header.at-title:before, .income-qualify .at header.at-title:before, .at .income-qualify header.at-title:before {
  font-family: "Font Awesome 5 Pro";
  color: #E4E4E6;
  font-size: 2.2em;
  line-height: 1.3em;
  padding-right: 0.5em;
  content: "\f059  ";
  float: left;
}

.button.fact-sheet {
  width: calc(100% - 2em);
  background: #61A50D;
  padding: 1em;
  margin-bottom: 2em;
}
.button.fact-sheet:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.1em;
  line-height: 1em;
  content: "\f019  ";
}
.button.fact-sheet:hover {
  background: #73308A;
}

.similar-properties {
  border-top: 8px solid #E4E4E6;
  margin-top: 4em;
}
.similar-properties .property-listing {
  margin-bottom: 2em;
}
.similar-properties .property-status {
  display: none;
}

.promo li {
  padding-right: 0px !important;
}
.promo input[type=text] {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #E4E4E6;
  font-size: 0.9rem !important;
  padding: 0.25em;
}
.promo textarea {
  border: 1px solid #E4E4E6;
}
.promo input[type=text]::-webkit-input-placeholder {
  opacity: 0.5;
  font-size: 0.9rem;
}
.promo input[type=text]::-moz-placeholder {
  opacity: 0.5;
  font-size: 0.9rem;
}
.promo input[type=text]:-ms-input-placeholder {
  opacity: 0.5;
  font-size: 0.9rem;
}
.promo input[type=text]::-ms-input-placeholder {
  opacity: 0.5;
  font-size: 0.9rem;
}
.promo input[type=text]::placeholder {
  opacity: 0.5;
  font-size: 0.9rem;
}
.promo input[type=submit] {
  width: 100% !important;
  bckground: #61A50D !important;
}

.properties {
  background: url("../img/pattern-line-grey.svg") repeat;
  background-size: 500px;
  background-attachment: fixed;
  border-bottom: rgba(228, 228, 230, 0.6) 1px solid;
  padding: 1em;
}
@media screen and (min-width: 61.3125em) {
  .properties {
    padding: 2em;
  }
}

.event-listing, .property-listing {
  z-index: 100;
}
.event-listing p, .property-listing p {
  line-height: 1.4em;
}
.event-listing h3 a:hover, .property-listing h3 a:hover, .event-listing .enews-signup .content > div legend a:hover, .property-listing .enews-signup .content > div legend a:hover, .enews-signup .content > div .event-listing legend a:hover, .enews-signup .content > div .property-listing legend a:hover, .event-listing .at fieldset legend.at-legend a:hover, .property-listing .at fieldset legend.at-legend a:hover, .at fieldset .event-listing legend.at-legend a:hover, .at fieldset .property-listing legend.at-legend a:hover {
  color: #61A50D;
}

.property-status {
  font-size: 1rem;
  margin-bottom: 0em;
  z-index: 1000;
}
.property-status a {
  color: white !important;
  background: #00AEEF;
  display: inline-block;
  padding: 0.25em 0.5em;
  border-bottom: none !important;
}
.property-status.wait-list a {
  background: #00AEEF;
}
.property-status.now-leasing a {
  background: #61A50D;
}
.property-status.in-development a {
  background: #979797;
}
@media screen and (min-width: 48em) {
  .property-status {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}

.property-location,
.property-phone {
  font-size: 1em;
  color: #404040;
}
.property-location:before,
.property-phone:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  padding-right: 0.25em;
  color: #00aeef;
  font-weight: 900;
}

.property-phone:before {
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  padding-right: 0.25em;
  color: #00aeef;
  font-weight: 900;
}

.property-units {
  font-size: 1em;
  color: #404040;
  padding-right: 1em;
}
.property-units:before {
  content: "\f1ad";
  font-family: "Font Awesome 5 Pro";
  padding-right: 0.25em;
  color: #e4e4e6;
  font-weight: 900;
}

.property-details p {
  font-size: 1em;
}
.property-details h3, .property-details .enews-signup .content > div legend, .enews-signup .content > div .property-details legend, .property-details .at fieldset legend.at-legend, .at fieldset .property-details legend.at-legend {
  font-size: 1.5em;
  text-transform: none;
  letter-spacing: normal;
}
.property-details h3 a, .property-details .enews-signup .content > div legend a, .enews-signup .content > div .property-details legend a, .property-details .at fieldset legend.at-legend a, .at fieldset .property-details legend.at-legend a {
  color: #21275C;
}
.property-details h3 a:hover, .property-details .enews-signup .content > div legend a:hover, .enews-signup .content > div .property-details legend a:hover, .property-details .at fieldset legend.at-legend a:hover, .at fieldset .property-details legend.at-legend a:hover {
  color: #73308A;
}

.property-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1em;
}

.date {
  font-weight: 900;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.listing-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -1em;
  margin-right: -1em;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.listing-grid .listing {
  width: calc(100% - 2em);
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}
@media screen and (min-width: 48em) {
  .listing-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: auto;
  }
  .listing-grid .listing {
    width: calc(50% - 2em);
    padding: 1em;
  }
}
@media screen and (min-width: 61.3125em) {
  .listing-grid .listing {
    width: calc(33% - 2em);
    padding: 1em;
  }
}

@media screen and (min-width: 48em) {
  .main .listing-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main .listing-grid .listing {
    width: calc(50% - 2em);
    padding: 1em;
  }
}
@media screen and (min-width: 61.3125em) {
  .main .listing-grid .listing {
    width: calc(50% - 2em);
    padding: 1em;
  }
}
@media screen and (min-width: 87.8125em) {
  .main .listing-grid .listing {
    width: calc(33% - 2em);
    padding: 1em;
  }
}

.property-featured-image .property-status {
  bottom: auto;
  top: 0px;
}
.property-featured-image .property-status a {
  border: none;
}
.property-featured-image .property-status a:hover {
  color: white !important;
  background: #404040;
}

.property-intro {
  margin-bottom: 2em;
}
.property-intro .property-location a {
  color: #21275C;
  border: none;
}

table.development_info tr:nth-child(odd) {
  background: none;
}
table.development_info a {
  font-weight: 500;
}

.story-section {
  background: url("../img/pattern-line-grey.svg") repeat left top;
  background-size: 500px;
  background-attachment: fixed;
  padding: 2em;
  border-bottom: rgba(228, 228, 230, 0.6) 1px solid;
  border-top: rgba(228, 228, 230, 0.6) 1px solid;
  position: relative;
}
@media screen and (min-width: 61.3125em) {
  .story-section {
    padding: 4em 2em;
  }
}
@media screen and (min-width: 48em) {
  .story-section {
    padding: 6em 2em;
  }
}
.story-section::after {
  height: 100%;
  width: 100%;
  background: url("../img/pattern-partial.svg") no-repeat 1000px top;
  background-size: 500px;
  background-attachment: fixed;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.story-section::before {
  height: 100%;
  width: 100%;
  background: url("../img/pattern-partial.svg") no-repeat 0px top;
  background-size: 500px;
  background-attachment: fixed;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.story-section.visible::after {
  opacity: 0;
}
.story-section.visible2::before {
  opacity: 0;
}
.story-section .story-section-group {
  max-width: 85em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 61.3125em) {
  .story-section .story-section-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .story-section .story-section-group .story-section-intro {
    width: 40%;
    padding-right: 4em;
  }
  .story-section .story-section-group h2, .story-section .story-section-group .enews-signup header.at-title, .enews-signup .story-section .story-section-group header.at-title, .story-section .story-section-group .at header.at-title, .at .story-section .story-section-group header.at-title {
    font-size: 3em;
  }
  .story-section .story-section-group .button {
    margin-top: 2em;
  }
}
.story-section .story-section-group .story-listing {
  width: 300px;
}
.story-section .story-section-group .story-listing .story-info {
  padding-right: 2em;
}
@media screen and (min-width: 87.8125em) {
  .story-section .story-section-group .story-listing {
    width: 400px;
  }
  .story-section .story-section-group .story-listing .story-info {
    padding-right: 2em;
  }
}
@media screen and (min-width: 41.75em) {
  .story-section .story-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .story-section .story-grid .story-listing:nth-child(2) {
    margin-top: 300px;
  }
}
@media screen and (min-width: 87.8125em) {
  .story-section .story-grid .story-listing:nth-child(2) {
    margin-top: 400px;
  }
}
.story-section .story-section-intro {
  margin-bottom: 2em;
}

.date {
  color: #009bd6;
}

.main p:not(.label) a:not(.read-more) {
  color: #21275C;
  border: none;
}
.main p:not(.label) a:not(.read-more):hover {
  color: #73308A;
}

.story-listing h3, .story-listing .enews-signup .content > div legend, .enews-signup .content > div .story-listing legend, .story-listing .at fieldset legend.at-legend, .at fieldset .story-listing legend.at-legend {
  font-weight: 400;
  font-size: 1.4em;
}
.main .story-listing h3, .main .story-listing .enews-signup .content > div legend, .enews-signup .content > div .main .story-listing legend, .main .story-listing .at fieldset legend.at-legend, .at fieldset .main .story-listing legend.at-legend, .main .at fieldset .story-listing legend.at-legend {
  font-weight: 900;
  font-size: 1.7em;
}
.story-listing h3 a .story-thumb img, .story-listing .enews-signup .content > div legend a .story-thumb img, .enews-signup .content > div .story-listing legend a .story-thumb img, .story-listing .at fieldset legend.at-legend a .story-thumb img, .at fieldset .story-listing legend.at-legend a .story-thumb img, .story-listing:nth-child(1) .story-thumb img {
  display: block;
  border-radius: 0 0 0 50px;
}
.story-listing:nth-child(2) .story-thumb img {
  border-radius: 0 50px 0 0;
}
.story-listing:nth-child(3) .story-thumb img {
  border-radius: 0 0 50px 0;
}
.story-listing:nth-child(4) .story-thumb img {
  border-radius: 50px 0 0 0;
}

.story-thumb a {
  display: block;
}
.story-thumb .label {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
}
.story-thumb .label a {
  display: inline-block;
}

.date {
  font-weight: 900;
  font-size: 1em;
  margin-bottom: 0.5em;
}

.news-listing h3, .news-listing .enews-signup .content > div legend, .enews-signup .content > div .news-listing legend, .news-listing .at fieldset legend.at-legend, .at fieldset .news-listing legend.at-legend {
  margin-bottom: 0px;
}
.news-listing .news-info {
  text-align: left;
}
.news-listing .news-info h2, .news-listing .news-info .enews-signup header.at-title, .enews-signup .news-listing .news-info header.at-title, .news-listing .news-info .at header.at-title, .at .news-listing .news-info header.at-title {
  margin-bottom: 0.5em;
}

.publisher {
  font-style: italic;
  margin-top: 0.25em;
  margin-bottom: 0.75em;
  font-size: 1em;
}

.news-listing {
  border-top: 1px solid rgba(64, 64, 64, 0.2);
  padding-top: 1.5em;
}
.news-listing h2, .news-listing .enews-signup .content > div header.at-title, .enews-signup .content > div .news-listing header.at-title, .news-listing .enews-signup header.at-title, .enews-signup .news-listing header.at-title, .news-listing .at header.at-title, .at .news-listing header.at-title {
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
  margin-top: 0px;
  font-size: 1.4em;
}

.podcast {
  margin: 2em 0;
  padding: 0.5em 0 2em 0;
  border-bottom: 1px solid #E4E4E6;
}

.podcast_meta p {
  font-style: italic;
  font-size: 0.9em;
}

.type-podcast h2, .type-podcast .enews-signup .content > div header.at-title, .enews-signup .content > div .type-podcast header.at-title, .type-podcast .enews-signup header.at-title, .enews-signup .type-podcast header.at-title, .type-podcast .at header.at-title, .at .type-podcast header.at-title {
  text-transform: none !important;
}

.affordable-housing-podcast .main div > a {
  display: inline-block;
  padding: 0 1em;
  border-radius: 30px 0 0 30px;
  border: 1px rgba(151, 151, 151, 0.5) solid;
  color: #73308A;
  line-height: 30px;
  font-weight: 900;
  height: 30px;
}
.affordable-housing-podcast .main div > a:hover {
  color: #21275C;
  background: #00AEEF;
}

.affordable-housing-podcast .main div > a:last-of-type {
  border-radius: 0 30px 30px 0;
}

#google_language_translator select.goog-te-combo {
  border: none !important;
}

#google_language_translator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  height: 30px;
  border-radius: 50px !important;
  width: 190px;
  background: white;
  margin-top: 0.5em;
  margin-bottom: 1em !important;
}
@media screen and (min-width: 48em) {
  #google_language_translator {
    border: 1px rgba(151, 151, 151, 0.5) solid !important;
    margin-left: auto;
    margin-right: auto;
  }
}
#google_language_translator select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
  color: #21275C;
}
#google_language_translator::before {
  width: 20px;
  height: 20px;
  content: "\f0ac";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  color: #00AEEF;
  line-height: 1.3em;
  margin-right: 5px;
}
#google_language_translator::after {
  font-family: "Font Awesome 5 Pro";
  font-size: 0.9em;
  content: "\f078";
  color: #00AEEF;
  height: 100%;
  line-height: 1.7em;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 10px;
  vertical-align: middle;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  border-left: 1px solid #979797;
  padding-left: 0.5em;
  margin-left: 0.5em;
  height: 20px;
}
#google_language_translator:hover::before {
  color: #73308A;
}
@media screen and (min-width: 61.3125em) {
  #google_language_translator {
    margin: 0 1em;
  }
}

.home-hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: repeat-x;
  background-position: center -50%;
}
.home-hero .page-hero {
  max-width: 100%;
}
.home-hero .page-hero img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 48em) {
  .home-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-hero .page-hero {
    width: 50% !important;
    max-width: 50%;
    text-align: right;
  }
  .home-hero .page-title {
    width: 50% !important;
  }
}
@media screen and (min-width: 61.3125em) {
  .home-hero .page-title {
    padding: 2;
  }
  .home-hero h1 {
    font-size: 3em;
  }
}

@media screen and (min-width: 48em) {
  .content-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 70.625em) {
  .content-wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.belief-message {
  max-width: 650px;
}
.belief-message h2, .belief-message .enews-signup .content > div header.at-title, .enews-signup .content > div .belief-message header.at-title, .belief-message .enews-signup header.at-title, .enews-signup .belief-message header.at-title, .belief-message .at header.at-title, .at .belief-message header.at-title {
  font-weight: 400;
  text-transform: none;
}
@media screen and (min-width: 70.625em) {
  .belief-message h2, .belief-message .enews-signup .content > div header.at-title, .enews-signup .content > div .belief-message header.at-title, .belief-message .enews-signup header.at-title, .enews-signup .belief-message header.at-title, .belief-message .at header.at-title, .at .belief-message header.at-title {
    font-size: 2.1em;
  }
}

.acf-map {
  width: 100%;
  height: 600px;
  margin: 0 auto;
  max-width: 85em;
}

.sidebar .acf-map {
  height: 250px;
}

.gm-style {
  font-family: "Montserrat", sans-serif;
}

.property-thumb {
  position: relative;
}
.property-thumb img {
  max-width: 100%;
  height: auto;
}

.si-content {
  width: 275px;
}

.si-content .property-details {
  padding: 0 1em 0em 1em;
  width: 275px;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

.si-content-wrapper {
  padding: 0px;
}

.si-float-wrapper {
  position: absolute;
  width: 100%;
}
.si-float-wrapper,
.si-float-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[class*=si-wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1em;
  cursor: default;
}

.si-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

[class*=si-shadow-wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.298039;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.si-shadow-frame {
  -webkit-box-shadow: 0 1px 3px 0 #000;
          box-shadow: 0 1px 3px 0 #000;
}

[class*=si-shadow-pointer] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*=si-shadow-inner-pointer] {
  position: absolute;
  width: 141%;
  height: 141%;
  -webkit-box-shadow: -0.7071067812px 0.7071067812px 3px 0 #000;
          box-shadow: -0.7071067812px 0.7071067812px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
          transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 0px;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0px;
  background-color: #fff;
}
.si-has-border .si-content-wrapper {
  border: 0px solid #bbb;
}

.si-content {
  overflow: auto;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.si-close-button:hover, .si-close-button:focus {
  opacity: 0.7;
}

[class*=si-pointer-border] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*=si-pointer-bg] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}
.si-has-border [class*=si-pointer-bg] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}

.si-pointer-bg-top {
  border-top-color: #fff;
}
.si-has-border .si-pointer-bg-top {
  top: 0px;
  margin-bottom: 0px;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
  border-bottom-color: #fff;
}
.si-has-border .si-pointer-bg-bottom {
  bottom: 0px;
  margin-top: 0px;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}

.si-pointer-bg-left {
  border-left-color: #fff;
}
.si-has-border .si-pointer-bg-left {
  left: 0px;
  margin-right: 0px;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}

.si-pointer-bg-right {
  border-right-color: #fff;
}
.si-has-border .si-pointer-bg-right {
  right: 0px;
  margin-left: 0px;
}

.si-close-button {
  width: 25px;
  height: 25px;
  padding: 0px;
  background-color: #000000 !important;
}

#site-footer {
  padding: 2em 1em 18% 0;
  background: url("../img/pattern-solid.svg") repeat-x center bottom #21275C;
  background-size: 100%;
  color: white;
}
#site-footer > div {
  max-width: 75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
#site-footer > div > div {
  margin: 1em;
}
@media screen and (min-width: 48em) {
  #site-footer > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 70.625em) {
  #site-footer {
    padding: 3em 1em 18% 0;
  }
}
#site-footer a {
  color: white;
  opacity: 0.7;
}
#site-footer a:hover {
  opacity: 1;
  color: white;
}
#site-footer a:focus {
  outline-color: #fff;
}
#site-footer .button {
  background-color: #61A50D !important;
  opacity: 1;
  margin: 0px 1em 0 0;
}
#site-footer .button:hover {
  color: white !important;
  text-decoration: none;
  background-color: #6fbd0f !important;
}

.footer-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .footer-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.social-links {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  margin-top: 2rem;
}
.social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  font-size: 1.6em;
  line-height: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .social-links {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 48em) {
  .footer-content {
    padding-left: 10%;
  }
}

.site-links li {
  margin-bottom: 1em;
}
.site-links a {
  font-size: 1rem;
}
.site-links a:hover {
  color: white !important;
}
.site-links a:hover::after {
  color: #61A50D;
}
@media screen and (min-width: 41.75em) {
  .site-links ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .site-links a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 48em) {
  .site-links ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (min-width: 61.3125em) {
  .site-links ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.site-info {
  font-size: 0.85rem;
  margin-top: 3rem;
  opacity: 0.7;
}

.disclaimer {
  line-height: 1.3em;
  font-style: italic;
}

.eh {
  padding-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .eh {
    float: right;
    padding-left: 1em;
    padding-bottom: 0px;
  }
}
.eh img {
  padding: 0 0.5em;
  max-height: 60px;
}

#site-header {
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stetch;
      align-content: stetch;
  text-align: right;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 61.3125em) {
  #site-header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 auto;
  }
}
#site-header .button {
  background-color: #61A50D !important;
  margin: 0px;
}
#site-header .button:hover {
  color: white !important;
  text-decoration: none;
  background-color: #6fbd0f !important;
}

.mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 61.3125em) {
  .mobile-header {
    width: auto;
  }
}

.logo {
  padding: 1em 1em 1.5em 1em;
}
.logo img {
  height: 75px;
  width: auto;
  max-width: none;
}
.logo a {
  text-decoration: none;
}
.logo a:hover {
  text-decoration: none;
}
@media screen and (min-width: 61.3125em) {
  .logo {
    padding: 1em 1em 1.5em 2em;
  }
  .logo img {
    height: 127px;
  }
}
@media only screen and (max-width: 1020px) {
  .logo img {
    height: 100px;
  }
}
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 100%;
  text-align: left;
  z-index: 2000;
  display: none;
  background: #21275C;
}
.navigation .main-nav {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.navigation .secondary-nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.navigation .secondary-nav.member-secondary-nav {
  margin-bottom: 15px;
}
.navigation .secondary-nav.member-secondary-nav .utility > div,
.navigation .secondary-nav.member-secondary-nav .utility #google_language_translator {
  margin-bottom: 0 !important;
}
.navigation.active {
  z-index: 2000;
}
@media screen and (min-width: 61.3125em) {
  .navigation {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0.25em 1em 0 1em;
    width: auto;
    text-align: right;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    background: none;
  }
  .navigation .main-nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .navigation .secondary-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#menu-main {
  font-weight: 500;
}
#menu-main li {
  font-size: 0.9rem;
  margin-bottom: 0px;
}
#menu-main > li {
  font-weight: 900;
  background-size: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0px;
}
#menu-main > li.active {
  background: #73308A;
}
#menu-main a {
  display: block;
  text-decoration: none;
  padding: 1.5em;
  color: white;
}
#menu-main a:hover, #menu-main a:focus {
  text-decoration: none;
}
#menu-main a:focus {
  outline: 1px dotted #333;
}
#menu-main > li > a {
  color: white;
}
@media screen and (min-width: 61.3125em) {
  #menu-main {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  #menu-main > li {
    display: block;
    vertical-align: top;
    background: none;
    border-bottom: 5px solid transparent;
  }
  #menu-main > li.active {
    background: none;
    border-bottom: 5px solid #61A50D;
  }
  #menu-main a {
    padding: 0.5em 1em;
    border-bottom: none;
  }
  #menu-main > li > a {
    padding: 0.75rem 0.9rem;
    line-height: 1.2em;
    color: #21275C;
  }
  #menu-main > li > a:hover {
    color: #61A50D;
  }
}
.secondary-nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.secondary-nav .utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.secondary-nav .utility div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  margin-right: 1em;
}
.secondary-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.secondary-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: left;
  line-height: 1.2em;
  font-weight: 400;
  font-size: 0.9em;
  margin-bottom: 0pc;
}
.secondary-nav li a {
  padding: 1.5em;
  display: block;
  color: #fefefe;
}
.secondary-nav li a:hover {
  color: #61A50D;
}
@media screen and (min-width: 48em) {
  .secondary-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .secondary-nav .utility {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 61.3125em) {
  .secondary-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0em;
  }
  .secondary-nav .utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .secondary-nav .utility div {
    margin-right: 0;
  }
  .secondary-nav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0em;
  }
  .secondary-nav li {
    font-size: 0.9em;
    margin-left: 0.2em;
  }
  .secondary-nav li a {
    color: #404040;
  }
  .secondary-nav li a:hover {
    border-top: 0px;
    color: #61A50D;
  }
}

.sub-menu {
  -webkit-transition: all 0.3s ease-in 0.1s, visibility 0s linear 0s;
  transition: all 0.3s ease-in 0.1s, visibility 0s linear 0s;
  width: 100%;
  background: #73308A;
}
.sub-menu a {
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  padding: 0.75rem 1.25rem !important;
}
.sub-menu a:hover {
  font-weight: 600;
}
.sub-menu li {
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  line-height: 1.3em;
  margin-bottom: 0px;
}
.sub-menu li.nav-promo {
  display: none;
}
@media screen and (min-width: 61.3125em) {
  .sub-menu {
    -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.3);
    padding: 1em 0;
    visibility: hidden;
    /* hides sub-menu */
    opacity: 0;
    position: absolute;
    width: 200px;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    z-index: 100;
    text-align: left;
    background: #21275C;
  }
  .sub-menu:before {
    content: ".";
    position: absolute;
    bottom: 100%;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #21275C;
  }
  .sub-menu li a {
    display: block;
  }
  .sub-menu li.nav-promo {
    display: block;
    position: absolute;
    bottom: 2em;
    right: 2em;
    border: 1px solid white;
    width: 35%;
  }
  .sub-menu li.nav-promo a {
    line-height: 1.1em;
    font-weight: 900;
    font-size: 1.7em;
    display: block;
    background: #21275C;
  }
  .sub-menu li.nav-promo a:hover {
    background: #61A50D;
  }
  .sub-menu li.nav-promo.location a {
    background: #21275C url("../img/icon-split-marker2.svg") no-repeat 10px center;
    background-size: 35px;
    padding-left: 60px !important;
  }
  .sub-menu li.nav-promo.location a:hover {
    background-color: #61A50D;
  }
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 61.3125em) {
  .menu-item-has-children.active {
    background: none;
  }
  .menu-item-has-children.active .sub-menu {
    display: block !important;
  }
}
@media screen and (min-width: 61.3125em) {
  .menu-item-has-children > a {
    pointer-events: auto;
  }
  .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    display: block;
    /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition-delay: 0s, 0s, 0.3s;
            transition-delay: 0s, 0s, 0.3s;
  }
  .menu-item-has-children li:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 61.3125em) {
  .menu-item-has-children:last-child .sub-menu,
.menu-item-has-children:nth-child(4) .sub-menu,
.menu-item-has-children:nth-child(5) .sub-menu,
.menu-item-has-children:nth-child(6) .sub-menu {
    left: auto;
    right: 0px;
  }
  .menu-item-has-children:last-child .sub-menu:before,
.menu-item-has-children:nth-child(4) .sub-menu:before,
.menu-item-has-children:nth-child(5) .sub-menu:before,
.menu-item-has-children:nth-child(6) .sub-menu:before {
    left: auto;
    right: 50px;
  }
}

.button_container {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: white;
  border: 1px solid #979797;
  margin: 1em;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 400;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  line-height: 1.5em;
}
.button_container span {
  background: #61A50D;
  border-radius: 0px;
  height: 4px;
  width: 30px;
  position: absolute;
  top: 15px;
  left: calc(50% - 15px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: calc(50% - 2px);
}
.button_container span:nth-of-type(3) {
  top: auto;
  bottom: 15px;
}
.button_container.active {
  background: #61A50D;
}
.button_container.active span {
  background: white;
}
.button_container.active .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
          transform: translateY(8px) translateX(0) rotate(45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
          transform: translateY(-8px) translateX(0) rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
@media screen and (min-width: 61.3125em) {
  .button_container {
    display: none;
  }
}