/*
Theme Name: Hassalo Blankslate Child
Theme URI: https://45th.design
Template: blankslate
Author: 45th Parallel Design LLC
Author URI: https://45th.design
Description: Custom built for Hassalo on Eighth
Tags: one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready


*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 140%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  margin: 20px 0px 20px 30px;
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
/* ======================== 2. VARIABLES ========================= */ :root {
  --cyan-aster: rgba(133, 208, 209, 1); /*#85d0d1*/
  --green-velomor: rgba(76, 183, 80, 1); /*#4cb750*/
  --yellow-elwood: rgba(232, 188, 70, 1); /*#e8bc46*/
  --blue-light: rgba(74, 157, 205, 1); /*4a9dcd-- adjusted for accessibility. #61b4e4 is original brand color*/
  --blue-dark: rgba(0, 84, 139, 1); /*#00548b*/
  --orange: rgba(206, 76, 0, 1); /*ce4c00--adjusted for accessibility. #e75300 is original brand color*/
  --black: rgba(0, 0, 0, 1);
  --gray-light: rgba(232, 230, 230, 1); /*#e8e6e6*/
  --gray-dark: rgba(73, 73, 73, 1); /*#494949*/
  --white: rgba(255, 255, 255, 1);
  --light: "montserratlight", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --light-italic: "montserratlight_italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --regular: "montserratregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --italic: "montserratitalic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bold: "montserratsemibold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bold-italic: "montserratsemibold_italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --avant: "avant-garde-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --box-shadow-regular: 0px 1px 2px #1d1d1d;
}
/*==========================  3. BASE  ===========================*/
* {
  box-sizing: border-box;
  color: var(--gray-dark);
  font-family: var(--regular);
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  font-weight: normal;
  line-height: 140%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
p, em, strong, ul, ol, label, legend, h1, h2, h3, h4, a, table, span {
  font-family: var(--regular);
}
p, p > strong, p > em, span, ul.square li, ul.square li ul.square li, ul.circle li, ul.triangle li, ul.arrow li, ul.adjoining-lists li {
  color: var(--gray-dark);
  font-size: 19.2px;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 1em;
}
ul.square li, ul.circle li, ul.arrow li {
  list-style: none;
}
ul.square li, ul.circle li {
  margin-left: 20px;
}
ul.circle li {
  list-style: circle;
}
ul.square li {
  list-style: square;
}
ul.square > li > ul.square > li:last-child {
  padding-bottom: 0;
}
ul.square > li > ul.square > li:first-child {
  padding-top: 1em;
}
ul.arrow li:before {
  content: "\21AA\00a0\00a0";
}
ul.arrow li {
  text-indent: -26px;
  margin-left: 26px;
}
a {
  text-decoration: none;
}
a.regular-link {
  color: var(--orange);
  font-family: var(--bold);
  text-decoration: underline dashed;
}
a.regular-link:hover {
  opacity: 80%;
}
strong {
  font-family: var(--bold);
  font-style: normal;
  font-weight: normal;
}
em {
  font-family: var(--italic);
  font-style: normal;
  font-weight: normal;
}
em strong, strong em {
  font-family: var(--bold-italic);
  font-style: normal;
  font-weight: normal;
}
h1, h2, h3, h4, h4 > a {
  color: var(--gray-dark);
  font-family: var(--avant);
  text-transform: uppercase;
}
h1 {
  font-size: 1.8em;
  line-height: 120%;
  padding-bottom: .7em;
}
h1.smaller {
  font-size: 1.6em;
}
h2 {
  font-size: 1.5em;
  line-height: 120%;
  padding-bottom: .6em;
	text-wrap: balance;
}
h2.smaller {
  font-size: 1.3em;
  padding-bottom: .6em;
}
h3 {
  font-size: 1.3em;
  line-height: 130%;
  padding-bottom: .6em;
}
h4, h4 > a {
  font-size: 1.1em;
  line-height: 130%;
  padding-bottom: .6em;
}
@media screen and (min-width: 410px) and (max-width: 599px) {
  h1 {
    font-size: 1.8em;
    padding-bottom: .6em;
  }
  h1.smaller {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.6em;
    padding-bottom: .6em;
  }
  h2.smaller {
    font-size: 1.3em;
    padding-bottom: .6em;
  }
  h3 {
    font-size: 1.3em;
    padding-bottom: .6em;
  }
}
@media screen and (min-width: 600px) and (max-width: 889px) {
  h1 {
    font-size: 2em;
    padding-bottom: .6em;
  }
  h1.smaller {
    font-size: 1.7em;
  }
  h2 {
    font-size: 1.7em;
    padding-bottom: .6em;
  }
  h2.smaller {
    font-size: 1.4em;
    padding-bottom: .6em;
  }
  h3 {
    font-size: 1.4em;
    padding-bottom: .6em;
  }
}
@media screen and (min-width: 890px) and (max-width: 1023px) {
  h1 {
    font-size: 2.2em;
    padding-bottom: .7em;
  }
  h1.smaller {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.8em;
    padding-bottom: .6em;
  }
  h2.smaller {
    font-size: 1.4em;
    padding-bottom: .6em;
  }
  h3 {
    font-size: 1.4em;
    padding-bottom: .6em;
  }
}
@media screen and (min-width: 1024px) {
  p {
    font-size: 1.2em;
  }
  h1 {
    font-size: 2.5em;
    padding-bottom: .7em;
  }
  h1.smaller {
    font-size: 2em;
  }
  h2 {
    font-size: 2em;
    padding-bottom: .6em;
  }
  h2.smaller {
    font-size: 1.4em;
    padding-bottom: .6em;
  }
  h3 {
    font-size: 1.4em;
    padding-bottom: .6em;
  }
}
p + h1, p + h2, p + h3, ul + h1, ul + h2, ul + h3 {
  padding-top: .6em;
}
p + button, p + .button-hassalo {
  padding-bottom: 0;
}
.italic {
  font-family: var(--italic);
}
@media screen and (min-width: 1080px) {
  h2 {
    padding-top: 40px;
  }
}
/*-------------------  Theme ------------------*/
.blue-dark-color {
  color: var(--blue-dark) !important;
}
.blue-dark-bg {
  background: var(--blue-dark) !important;
}
.blue-light-color {
  color: var(--blue-light) !important;
}
.blue-light-bg {
  background: var(--blue-light) !important;
}
.orange-color {
  color: var(--orange) !important;
}
.orange-bg {
  background: var(--orange) !important;
}
.cyan-aster {
  color: var(--cyan-aster) !important;
}
.cyan-aster-bg {
  background: var(--cyan-aster) !important;
}
.yellow-elwood {
  color: var(--yellow-elwood) !important;
}
.yellow-elwood-bg {
  background: var(--yellow-elwood) !important;
}
.green-velomor {
  color: var(--green-velomor) !important;
}
.green-velomor-bg {
  background: var(--green-velomor) !important;
}
.gray-light-color {
  color: var(--gray-light) !important;
}
.gray-light-bg {
  background: var(--gray-light) !important;
}
.gray-dark-color {
  color: var(--gray-dark) !important;
}
.gray-dark-bg {
  background: var(--gray-dark) !important;
}
.black-color {
  color: var(--black) !important;
}
.black-bg {
  background: var(--black) !important;
}
.white-color {
  color: var(--white) !important;
}
.white-bg {
  background: var(--white) !important;
}
.montserrat-regular {
  font-family: Urfa-Book;
  font-weight: normal;
  font-style: normal;
}
.montserrat-italic {
  font-family: Urfa-BookItalic;
  font-weight: normal;
  font-style: normal;
}
.montserrat-bold {
  font-family: Urfa-Semibold;
  font-weight: normal;
  font-style: normal;
}
.montserrat-bold-italic {
  font-family: Urfa-SemiboldItalic;
  font-weight: normal;
  font-style: normal;
}
.font-size-90 {
  font-size: 90% !important;
}
.font-size-80 {
  font-size: 80% !important;
}
.font-size-70 {
  font-size: 70% !important;
}
.border-none {
  border: none !important;
}
.border {
  border: 1px solid var(--gray-light);
}
.border-bottom {
  border-bottom: 1px solid var(--gray-light);
}
.border-left {
  border-left: 1px solid var(--gray-light);
}
.border-right {
  border-right: 1px solid var(--gray-light);
}
.border-top {
  border-top: 1px solid var(--gray-light);
}
.cursor-pointer:hover {
  cursor: pointer;
}
.overflow {
  overflow-x: auto;
  overflow-y: hidden;
}
.display-none {
  display: none;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.opacity-hover:hover {
  opacity: .5;
}
.relative {
  position: relative;
}
.box-shadow {
  box-shadow: 0px 1px 2px #666666;
}
.text-shadow {
  text-shadow: 0px 1px 2px var(--black);
}
/*========================  4. LAYOUT  =======================*/
.flex-cont {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -moz-box-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -moz-box-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex-left {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.flex-spread {
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.flex-around {
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -moz-box-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-stretch {
  -webkit-align-items: stretch;
  -moz-box-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.flex-center-vert {
  -webkit-align-items: center;
  -moz-box-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex-top {
  -webkit-align-items: flex-start;
  -moz-box-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.flex-column {
  -webkit-flex-direction: column;
  -moz-box-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.max-content {
  flex-basis: max-content;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.left {
  margin-right: auto;
}
.right {
  margin-left: auto;
}
.center-text {
  text-align: center;
}
.left-text {
  text-align: left;
}
.right-text {
  text-align: right;
}
.inline-block {
  display: inline-block !important;
}
.width-25 {
  width: calc(25 * 1%);
}
.width-33 {
  width: calc(33 * 1%);
}
.width-40 {
  width: calc(40 * 1%);
}
.width-45 {
  width: calc(45 * 1%);
}
.width-46 {
  width: calc(46 * 1%);
}
.width-47 {
  width: calc(47 * 1%);
}
.width-48 {
  width: calc(48 * 1%);
}
.width-49 {
  width: calc(49 * 1%);
}
.width-50 {
  width: calc(50 * 1%);
}
.width-60 {
  width: calc(60 * 1%);
}
.width-61 {
  width: calc(61 * 1%);
}
.width-62 {
  width: calc(62 * 1%);
}
.width-63 {
  width: calc(63 * 1%);
}
.width-64 {
  width: calc(64 * 1%);
}
.width-65 {
  width: calc(65 * 1%);
}
.width-66 {
  width: calc(66 * 1%);
}
.width-67 {
  width: calc(67 * 1%);
}
.width-68 {
  width: calc(68 * 1%);
}
.width-69 {
  width: calc(69 * 1%);
}
.width-70 {
  width: calc(69 * 1%);
}
.width-71 {
  width: calc(69 * 1%);
}
.width-72 {
  width: calc(72 * 1%);
}
.width-73 {
  width: calc(73 * 1%);
}
.width-74 {
  width: calc(74 * 1%);
}
.width-75 {
  width: calc(75 * 1%);
}
.width-76 {
  width: calc(76 * 1%);
}
.width-77 {
  width: calc(77 * 1%);
}
.width-78 {
  width: calc(78 * 1%);
}
.width-79 {
  width: calc(79 * 1%);
}
.width-100 {
  width: calc(100 * 1%) !important;
}
.margin-none {
  margin: 0px !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-40 {
  margin: 40px !important;
}
.margin-50 {
  margin: 50px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-top-70 {
  margin-top: 70px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.max-width-480 {
  max-width: 480px;
}
.max-width-780 {
  max-width: 780px;
}
.max-width-1280 {
  max-width: 1280px;
}
.padding-none {
  padding: 0px !important;
}
.padding-bottom-none {
  padding-bottom: 0px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-40 {
  padding: 40px !important;
}
.padding-50 {
  padding: 50px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.width-45 {
  width: 45%;
}
.width-50 {
  width: 50% !important;
}
.width-100 {
  width: 100% !important;
}
.width-50-conditional {
  width: 100%;
}
@media (min-width: 480px) {
  .width-50-conditional {
    width: 50%;
  }
  .width-50-conditional:first-child {
    margin-right: 5px;
    width: calc(50% - 40px);
  }
  .width-50-conditional:nth-child(2) {
    margin-left: 5px;
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 779px) {
  .width-46 {
    width: 100%;
  }
}
.width-30 {
  width: 100%;
}
@media screen and (min-width: 479px) and (max-width: 779px) {
  .width-30 {
    width: 46%;
  }
}
@media screen and (min-width: 780px) {
  .width-30 {
    width: 30%;
  }
}
.columns-three > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .columns-three > div {
    width: calc(33% - 15px);
  }
}
.columns-two div {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .columns-two div {
    width: calc(50% - 15px);
  }
}
.small-third, .large-third {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .small-third {
    width: 31%;
  }
  .large-third {
    width: 66%;
  }
}

.zero {
  margin: 0;
  padding: 0;
}
.circle-radius {
  border-radius: 50%;
}
/*===================NAVIGATION STYLES====================*/
*:focus:not(.gallery) {
  outline: 1px dashed var(--gray-dark) !important;
  outline-offset: -2px !important;
  box-shadow: 0 0 0 2px var(--white) inset !important;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
header {
  position: relative;
}
nav {
  background-color: transparent;
  box-shadow: 0px 1px 2px var(--gray-dark);
  color: var(--gray-dark);
  font-size: .9em;
  position: relative;
  z-index: 10001;
}
nav .hassalo-logo-cont {
  display: inline-block;
  padding-left: 0px;
  text-align: left;
}
nav .hassalo-logo {
  width: 240px;
}
#hassalo-mobile-logo {
  max-width: 250px;
  position: absolute;
  top: 0px;
  left: 18px;
  z-index: 10003;
}
@media screen and (max-width: 370px) {
  #hassalo-mobile-logo {
    max-width: 205px;
    top: 4px;
  }
}
@media screen and (min-width: 1140px) {
  #hassalo-mobile-logo {
    max-width: 280px;
    top: 8px;
    left: 40px;
  }
  nav .hassalo-logo-cont {
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  nav .hassalo-logo {
    height: auto;
    width: 260px;
  }
}
nav > ul {
  display: none;
  flex-direction: column;
}
nav > ul.show {
  display: flex;
}
@media screen and (min-width: 1140px) {
  nav > ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  nav .hassalo-logo {
    display: inline-block;
    margin-right: auto;
    padding-left: 25px;
    text-align: left;
  }
}
@media screen and (min-width: 1350px) {
  nav {
    font-size: 1.1em;
  }
}
nav > button {
  display: block;
  border: 0;
  background-color: var(--white);
  cursor: pointer;
  padding: 0.5rem 2rem;
  font-size: 1.5rem;
  margin-left: auto;
}
@media screen and (min-width: 1140px) {
  nav > button {
    display: none;
  }
}
nav ul {
  list-style: none;
  background-color: var(--white);
  box-shadow: 0px 2px 2px var(gray-dark);
  color: var(--gray-dark);
  margin: 0;
  padding: 0;
}
nav ul.dropdown {
  display: none;
  flex-direction: column;
  min-width: 240px;
}
nav ul.dropdown.show {
  display: flex;
}
@media screen and (max-width: 1139px) {
  nav ul.dropdown {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1140px) {
  nav ul.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
  }
  nav ul.dropdown ul {
    top: 0;
    left: 100%;
  }
}
nav ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
nav ul li button {
  margin: 25px;
}
@media screen and (min-width: 1140px) {
  nav ul li button {
    margin: 0 25px;
  }
}
nav ul li.dropdown > a::after {
  content: "▼";
  margin-left: 0.5rem;
  display: inline-block;
}
nav ul li a {
  display: flex;
  font-family: var(--avant);
  justify-content: space-between;
  margin: 0;
  padding: 10px 20px;
  color: var(--gray-dark);
  text-decoration: none;
  text-transform: uppercase;
}
@media screen and (min-width: 1140px) {
  nav ul li a {
    padding: 26px 20px;
  }
  nav li#menu-item-333 {
    margin-left: 30px;
  }
  nav li#menu-item-333 a {
    font-size: .8em;
    padding: 13px 26px;
  }
}
.button-resources-login {
  color: var(--yellow-elwood);
  display: block;
  font-family: var(--bold);
  padding: 14px 20px;
  transition: .5s all ease;
}
nav ul li:hover:not(#menu-item-41), nav ul li:focus:not(#menu-item-41), nav ul li:hover:not(#menu-item-333), nav ul li:focus:not(#menu-item-333) {
  background-color: var(--gray-light);
}
nav li#menu-item-333, nav li#menu-item-333:hover, nav li#menu-item-333:focus {
  background-color: var(--orange) !important;
}
nav li#menu-item-333 a::after {
  content: '';
}
nav li#menu-item-333 > a:link:first-child, nav li#menu-item-333 > a:visited:first-child, nav li#menu-item-333 > a:hover:first-child {
  color: var(--white) !important;
}
nav li#menu-item-333 ul.dropdown {
  min-width: auto;
}
nav ul li#menu-item-333 ul li a {
  color: var(--gray-dark);
  text-shadow: 1px 1px 1px var(--white);
}
nav ul li ul li.menu-lease-aster {
  background-color: var(--cyan-aster);
}
nav ul li ul li.menu-lease-elwood {
  background-color: var(--yellow-elwood);
}
nav ul li ul li.menu-lease-velomor {
  background-color: var(--green-velomor);
}
/*nav ul li#menu-item-45 a:first-child, nav ul li#menu-item-41 a:first-child, nav ul li#menu-item-41 button a:first-child {
  display: none;
}*/
/*===================HOME PAGE / MAIN BODY STYLES====================*/
.header-cont {
  height: calc(100vh - 102px);
  width: 100%;
}
.header-inner {
  height: calc(100vh - 102px);
  position: relative;
  width: 100%;
}
.header-img-cont {
  height: calc(100vh - 102px);
  width: 100%;
}
.header-img-cont img {
  height: calc(100vh - 102px);
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.home .header-img-cont img {
  height: calc(100vh - 102px);
  object-fit: cover;
  object-position: left 40%;
  width: 100%;
}
.header-inner-about {
  background: rgba(255, 255, 255, .8);
  padding: 30px;
  text-align: left;
}
.header-inner-about-alt p {
  padding-top: 40px;
}
@media screen and (max-width: 479px) {
  .header-cont, .header-inner {
    height: auto;
  }
  .header-inner-circles-cont {
    display: none;
  }
}
.header-home-inner-tagline {
  left: 50%;
  max-width: 1920px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.header-inner-tagline {
  background: rgba(255, 255, 255, .9);
  padding: 20px 30px 20px 30px;
  position: absolute;
  right: 0px;
  text-align: right;
  top: calc(50vh - 100px);
}
.header-tagline-desktop, .header-tagline-mobile {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .header-tagline-desktop {
    display: none;
  }
  .header-tagline-mobile {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .header-tagline-desktop {
    display: block;
  }
  .header-tagline-mobile {
    display: none;
  }
}
.header-inner-tagline h1 {
  color: var(--gray-dark);
  font-size: 24px;
  padding: 0;
}
.header-inner-tagline-buildings {
  box-shadow: 0px 0px 4px var(--gray-dark);
  margin-top: -10px;
  padding: 0;
  position: absolute;
  right: 0px;
}
.header-inner-tagline-aster {
  background: var(--cyan-aster);
}
.header-inner-tagline-elwood {
  background: var(--yellow-elwood);
}
.header-inner-tagline-velomor {
  background: var(--green-velomor);
}
.header-inner-tagline-buildings h1, .header-home-inner-tagline h1 {
  font-size: 0px;
  margin-right: -10000px;
  position: absolute;
  visibility: hidden;
  width: 0px;
}
.header-inner-tagline-buildings img {
  padding: 24px 36px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .header-inner-tagline-buildings-mobile {
    display: flex;
    top: calc(50vh - 200px);
    width: 70%;
  }
  .header-inner-tagline-buildings-mobile img {
    width: 80%;
  }
  .header-inner-tagline-buildings-desktop {
    display: none;
  }
  .header-inner-aster-diamonds-cont, .header-inner-elwood-blocks-cont, .header-inner-velomor-blocks-cont {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .header-inner-tagline {
    padding: 30px 40px;
  }
  .header-inner-tagline h1 {
    font-size: 40px;
  }
  .header-inner-tagline-buildings-mobile {
    display: none;
  }
  .header-inner-tagline-buildings-desktop {
    display: flex;
  }
  .header-inner-aster-diamonds-cont {
    left: -10%;
    min-width: 300px;
    position: absolute;
    top: 10%;
    width: 40%;
  }
  .header-inner-elwood-blocks-cont {
    max-width: 440px;
    min-width: 300px;
    position: absolute;
    top: 10%;
    width: 30vw;
  }
  .header-inner-elwood-blocks {
    background-image: url("/wp-content/uploads/elwood-blocks-bg.svg");
    background-position: left 50%;
    background-repeat: repeat-x;
    background-size: 100%;
    height: 5vw;
    max-height: 80px;
    min-height: 60px;
    opacity: .8;
  }
  .header-inner-velomor-chain-cont {
    left: -10%;
    max-width: 600px;
    min-width: 300px;
    position: absolute;
    top: 10%;
    width: 40vw;
  }
  .header-inner-velomor-chain {
    background-image: url("/wp-content/uploads/velomor-chain-bg.svg");
    background-position: right 50%;
    background-repeat: repeat-x;
    background-size: 150%;
    height: 6vw;
    max-height: 300px;
    min-height: 150px;
    opacity: .8;
  }
}
.header-inner-about .button-cont {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .header-inner-about p {
    padding: 0px;
  }
}
@media screen and (min-width: 480px) and (max-width: 1079px) {
  .header-cont, .header-inner {
    height: auto;
  }
  .header-inner-circles-cont {
    left: -10%;
    min-width: 300px;
    position: absolute;
    top: 10%;
    width: 40%;
  }
}
@media screen and (max-width: 1079px) {
  .header-inner-about-alt p {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1079px) {
  .header-inner-tagline-buildings {
    height: 260px;
    margin-top: -10px;
    padding: 0;
    right: 30px;
    top: calc(50vh - 160px);
    width: 260px
  }
  .header-inner-about-alt p {
    font-size: 27px;
  }
}
@media screen and (min-width: 1080px) {
  .header-inner-circles-cont {
    position: absolute;
    left: -7%;
    top: 10%;
    width: 32%;
  }
  .header-inner-about {
    background: rgba(255, 255, 255, .9);
    bottom: 0px;
    left: 0px;
    max-width: 500px;
    position: absolute;
    text-align: left;
  }
  .header-inner-about p {
    display: block;
    font-size: 20px;
    text-align: left;
  }
  .header-inner-about-alt p {
    font-size: 32px;
    padding-top: 50px;
  }
  .header-inner-tagline {
    padding: 40px 50px;
  }
  .header-inner-tagline h1 {
    font-size: 40px;
    padding: 0;
  }
  .header-inner-tagline-buildings {
    height: 360px;
    margin-top: -10px;
    padding: 0;
    right: 40px;
    top: calc(50vh - 190px);
    width: 360px;
  }
  .header-inner-tagline-buildings img {
    padding: 44px 60px;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .header-inner-about {
    max-width: 700px;
  }
  .header-inner-about p {
    font-size: 20px;
    font-family: var(--bold);
  }
}
.home-building-aster .card-one-third {
  background-color: var(--cyan-aster);
}
.home-building-elwood .card-one-third {
  background-color: var(--yellow-elwood);
}
.home-building-velomor .card-one-third {
  background-color: var(--green-velomor);
}
.card-one-third {
  order: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  width: 35%;
}
.card-one-third img {
  width: 90%;
}
.card-two-thirds {
  order: 2;
  width: 100%;
  width: 65%;
}
.home-building-info {
  order: 3;
}
.home-building-info p {
  padding-top: 1em;
  padding-bottom: 0px;
  font-family: var(--bold);
}
@media screen and (min-width: 768px) {
  .card-one-third img {
    width: 80%;
  }
  .home-building-aster {
    background-image: url("/wp-content/uploads/aster-diamonds-bg.svg");
    background-position: left 50%;
    background-repeat: repeat-x;
    background-size: 20%;
  }
  .home-building-elwood {
    background-image: url("/wp-content/uploads/elwood-blocks-bg.svg");
    background-position: left 50%;
    background-repeat: repeat-x;
    background-size: 14%;
  }
  .home-building-velomor {
    background-image: url("/wp-content/uploads/velomor-chain-bg.svg");
    background-position: -50px 50%;
    background-repeat: repeat-x;
    background-size: 40%;
  }
  .home-building-info p {
    padding-top: 0em;
    padding-bottom: 1em;
  }
}
.home-building-aster .card-one-third {
  padding: 20px;
}
.home-building-info, .home-eco-community-leed-info {
  padding-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .home-building-info, .home-eco-community-leed-info {
    background: rgba(255, 255, 255, .9);
    bottom: 0;
    padding: 26px;
    position: absolute;
    right: 0;
    width: 350px;
    z-index: 11;
  }
  .home-eco-community-leed-info {
    left: 0;
    width: 370px;
  }
  .home-building-info p, .home-eco-community-leed-info p {
    font-family: var(--bold);
    font-size: 20px;
  }
  .home-building-aster .card-one-third {
    padding: 30px 40px;
  }
}
.home-eco-community-leed-left {
  background: var(--blue-dark);
  height: 70%;
}
.home-eco-community-leed-left.card-one-third img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .home-eco-community-leed-info p {
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .home-eco-community-leed-right {
    margin-left: 30px;
    margin-right: 30px;
    width: 100%;
  }
}
.stat-box {
  padding: 20px;
  width: 25%;
}
.stat-box-number {
  font-family: var(--avant);
  font-size: 96px;
}
.stat-box-label {
  font-family: var(--avant);
  font-size: 22px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
}
.stat-box p {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .stat-box.stat-box-paragraph-cont {
    padding: 10px 0px;
    width: 100%;
  }
  .stat-box.stat-box-paragraph-cont:first-child {
    padding-top: 20px;
  }
}
.home-eco-community-stat-box-walking .stat-box-icon {
  width: 60px;
}
.home-eco-community-stat-box-biking .stat-box-icon {
  width: 130px;
}
.home-eco-community-stat-box-transit .stat-box-icon {
  width: 60px;
}
.home-eco-community-stat-box-parks .stat-box-icon {
  width: 110px;
}
@media screen and (max-width: 767px) {
  .home-eco-community-leed-left {
    display: none;
  }
  .stat-box {
    padding: 20px;
    width: 50%;
  }
  .stat-box-number {
    font-size: 50px;
  }
  .stat-box-label {
    font-size: 18px;
  }
  .home-eco-community-stat-box-walking .stat-box-icon {
    width: 40px;
  }
  .home-eco-community-stat-box-biking .stat-box-icon {
    width: 90px;
  }
  .home-eco-community-stat-box-transit .stat-box-icon {
    width: 44px;
  }
  .home-eco-community-stat-box-parks .stat-box-icon {
    width: 80px;
  }
}
.home-eco-community-leed-left .home-eco-community-leed-emblem {
  left: calc(50% - 100px);
  position: absolute;
  top: calc(50% - 100px);
  z-index: 12;
}
.home-eco-community-leed-left .home-eco-community-leed-emblem img {
  width: 200px;
}
.home-eco-community-leed-circles-cont {
  position: absolute;
  right: 0px;
  top: 10%;
  width: 40%;
}
@media screen and (max-width: 779px) {
  .home-eco-community-leed-circles-cont {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .vid-360-vid.large-third, .vid-360-info.small-third {
    width: 100%;
  }
  .vid-360-info h4 {
    padding-top: 20px;
  }
}
/*=================== MAIN CONTENT STYLES====================*/
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
.main-content-cont {
  min-height: 50vh;
}
.main-content-cont .max-width-1280 {
  margin-left: auto;
  margin-right: auto;
  padding: 0px 30px;
}
@media screen and (min-width: 1279px) {
  .main-content-cont .max-width-1280 {
    padding: 0px 40px;
  }
}
@media screen and (min-width: 1080px) {
  .h2-line {
    background-image: url("/wp-content/uploads/h2-line.svg");
    background-position: -630px 66%;
    background-repeat: no-repeat;
    background-size: 50%;
  }
}
.image-cover {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.image-cover-bottom {
  object-fit: cover;
  object-position: bottom;
  height: 350px;
}
.image-cover-center {
  object-fit: cover;
  object-position: center;
  height: 350px;
}
.image-cover-top {
  object-fit: cover;
  object-position: top;
  height: 350px;
}
.margin-top-50-mobile {
  margin-top: 50px;
}
ul.adjoining-lists li {
  line-height: 140%;
  padding-bottom: 10px;
}
.desktop-text-right {
  text-align: left;
}
@media screen and (min-width:960px) {
  .desktop-text-right {
    text-align: right;
  }
}
@media screen and (min-width:768px) {
  ul.adjoining-lists.first-list li:last-child {
    padding-bottom: 0px;
  }
  .margin-top-50-mobile {
    margin-top: 0;
  }
  .image-cover-top, .image-cover-center {
    height: 100%;
  }
}
@media screen and (max-width:959px) {
  .order-1-mobile {
    order: 1;
  }
  .order-2-mobile {
    order: 2;
  }
  .tablet-border-bottom {
    border-bottom: 1px solid var(--gray-light);
  }
}
/*====================INTERIOR PAGE STYLES=====================*/
@media screen and (max-width:1349px) {
  main.building-page-content-cont {
    background-image: none;
  }
}
@media screen and (min-width:1350px) {
  .building-page-content-cont {
    background-position: top right;
    background-repeat: repeat-y;
  }
}
/*==================== ASTER PAGE STYLES =====================*/
.main-aster-content-cont {
  background-image: url("/wp-content/uploads/aster-diamonds-bg-vert.svg");
  background-size: 80px;
}
.card-two-thirds.aster-color-bars {
  order: 1;
}
.aster-lounge-cont .card-one-third img {
  width: 100%;
}
/*==================== THE ELWOOD PAGE STYLES =====================*/
.header-inner-tagline-elwood {
  background: var(--yellow-elwood);
  box-shadow: 0px 0px 4px var(--gray-dark);
  margin-top: -10px;
  padding: 0;
  position: absolute;
}
.main-elwood-content-cont {
  background-image: url("/wp-content/uploads/elwood-blocks-bg-vert.svg");
  background-size: 60px;
}
/*==================== VELOMOR PAGE STYLES =====================*/
.header-inner-tagline-velomor {
  background: var(--green-velomor);
  box-shadow: 0px 0px 4px var(--gray-dark);
  margin-top: -10px;
  padding: 0;
  position: absolute;
}
.main-velomor-content-cont {
  background-image: url("/wp-content/uploads/velomor-chain-bg-vert.svg");
  background-position: right -30px;
  background-size: 60px;
}
/*==================== AMENITIES PAGE STYLES =====================*/
.header-home-inner-tagline.header-amenities-inner-tagline {
  background-image: none;
}
/* Default table styles for this demo */
table.amenities-table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
table.amenities-table th {
  color: var(--gray-dark);
  font-family: var(--avant);
  text-transform: uppercase;
}
table.amenities-table th:not(:first-child) {
  text-align: center;
  ;
}
table.amenities-table tr {
  background: white;
  border-bottom: 1px solid
}
table.amenities-table th, table.amenities-table td {
  padding: 10px 20px;
}
table.amenities-table td span {
  background: #eee;
  color: dimgrey;
  display: none;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
}
table.amenities-table .amenities-circle {
  margin: 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--blue-light);
}
/* Simple CSS for flexbox table on mobile */
@media(max-width: 767px) {
  table.amenities-table thead {
    left: -9999px;
    position: absolute;
    visibility: hidden;
  }
  table.amenities-table tr {
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  table.amenities-table td {
    border: 1px solid;
    margin: 0 -1px -1px 0;
    padding-top: 35px;
    position: relative;
    width: 33.33%;
  }
  table.amenities-table td:first-child {
    width: 99.6%;
  }
  table.amenities-table td span {
    display: block;
  }
}
.stat-box-6-grid {
  padding: 20px;
}
.stat-box-item {
  width: 33.33%;
}
.stat-box-item.image-cover {
  height: auto;
}
@media screen and (max-width: 767px) {
  .margin-bottom-30-mobile {
    margin-bottom: 30px;
  }
  .stat-box-item {
    width: 50%;
  }
  .walking-score {
    order: 1;
  }
  .walking-img {
    order: 2;
  }
  .transit-img {
    order: 3;
  }
  .transit-score {
    order: 4;
  }
  .biking-score {
    order: 5;
  }
  .biking-img {
    order: 6;
  }
}
/*===================  COMMUNITY PAGE STYLES  ====================*/
.logo-square, .logo-wide, .logo-superwide {
  padding: 10px 20px;
}
.logo-square {
  width: 15%;
}
.logo-wide {
  width: 25%;
}
.logo-superwide {
  width: 27%;
}
@media screen and (max-width: 599px) {
  .logo-square {
    width: 30%;
  }
  .logo-wide {
    width: 40%;
  }
  .logo-superwide {
    width: 52%;
  }
}
.max-height-372 {
  max-height: 372px;
}
.max-height-472 {
  max-height: 472px;
}
/*===================  SUSTAINABILITY PAGE STYLES  ====================*/
.header-home-inner-tagline.header-sustainability-inner-tagline {
  background-image: none;
  padding: 40px 50px;
}
.header-home-inner-tagline.header-sustainability-inner-tagline h1 {
  max-width: 100%;
}
.sustainability-leed-logo {
  max-width: 350px;
}
.image-cover-norm {
  object-fit: cover;
  object-position: top;
  height: 350px;
}
.stat-box-item-25 {
  width: 25%;
  height: auto;
}
.stat-box-item-25:not(:last-child), .bike-stalls-cont {
  padding: 20px;
}
.water-use-cont .stat-box-icon {
  width: 60px;
}
.wastewater-treated-cont .stat-box-icon {
  width: 80px;
}
.bike-stalls-cont .stat-box-icon, .gallons-saved-cont .stat-box-icon {
  width: 100px;
}
.sustainability-stat-box-cont .stat-box-number, .bike-stalls-cont .stat-box-number {
  font-size: 60px;
}
.card-one-third.sustainability-stripes {
  order: 2;
}
@media screen and (max-width: 767px) {
  .stat-box-item-25 {
    width: 50%;
    max-height: 200px;
  }
  .water-use-cont .stat-box-icon {
    width: 40px;
  }
  .wastewater-treated-cont .stat-box-icon {
    width: 60px;
  }
  .bike-stalls-cont .stat-box-item, .gallons-saved-cont .stat-box-icon {
    width: 80px;
  }
  .sustainability-stat-box-cont .stat-box-number, .bike-stalls-cont .stat-box-number {
    font-size: 40px;
  }
}
/*=================== FLOOR PLAN PAGE STYLES ====================*/
.facetwp-facet-building {
  display: flex;
  justify-content: space-between;
}
.facetwp-facet .facetwp-counter {
  display: none;
}
.facetwp-facet-building .facetwp-checkbox {
  background: none;
  border: 1px solid var(--gray-light);
  margin: 0px;
  padding: 0px;
  width: 31%;
}
.floor-plan-filters-cont .facetwp-checkbox {
  background: url('/wp-content/uploads/checkbox-bg.png') 0 50% no-repeat !important;
  background-size: 20px 20px !important;
  margin-bottom: 10px !important;
  padding-left: 30px !important;
}
.floor-plan-filters-cont .facetwp-checkbox.checked {
  background: url('/wp-content/uploads/checkbox-bg-checked.png') 0 50% no-repeat !important;
  background-size: 20px 20px !important;
  padding-left: 30px !important;
}
.facetwp-facet-building .facetwp-checkbox p.checkbox-building, .facetwp-facet-building .facetwp-checkbox.checked p.checkbox-building {
  background-position-x: 30px;
  background-position-y: 18px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 16px 0px 10px 60px !important;
}
.facetwp-facet-building .facetwp-checkbox p.checkbox-building {
  background-image: url('/wp-content/uploads/checkbox-bg.png');
  font-family: var(--avant);
  text-transform: uppercase;
}
.facetwp-facet-building div.facetwp-checkbox.checked p.checkbox-building {
  background-image: url('/wp-content/uploads/checkbox-bg-checked.png');
  font-family: var(--avant);
  text-transform: uppercase;
}
.facetwp-facet-building div.facetwp-checkbox, .facetwp-facet-building div.facetwp-checkbox.checked {
  background-image: none;
}
.facetwp-facet-building div.facetwp-checkbox::before {
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 180px;
  position: relative;
  width: 100%;
}
.facetwp-facet-building div.facetwp-checkbox[data-value="aster-tower"]::before {
  background-color: var(--cyan-aster);
  background-image: url("/wp-content/uploads/aster-wordmark.svg");
  background-size: 200px auto;
}
.facetwp-facet-building div.facetwp-checkbox[data-value="the-elwood"]::before {
  background-color: var(--yellow-elwood);
  background-image: url("/wp-content/uploads/elwood-wordmark.svg");
  background-size: 220px auto, 20px 20px;
  ;
}
.facetwp-facet-building div.facetwp-checkbox[data-value="velomor"]::before {
  background-color: var(--green-velomor);
  background-image: url("/wp-content/uploads/velomor-wordmark.svg");
  background-size: 220px auto;
}
.floor-plan-filters-cont {
  border: 1px solid var(--gray-light);
  margin-bottom: 40px;
  padding: 30px;
}
/*slider styles in filters sidebar*/
.facetwp-slider .noUi-handle {
  height: 26px;
  width: 26px;
}
.facetwp-slider .noUi-origin .noUi-handle {
  background-color: var(--blue-light);
  border: none;
  border-radius: 50%;
}
/*reset button in filters sidebar*/
.facetwp-facet .facetwp-slider-reset {
  border: none;
  border-radius: 0px;
  background-color: var(--yellow-elwood);
  box-shadow: 0px 1px 2px var(--gray-dark);
  cursor: pointer;
  font-family: var(--avant);
  margin-top: 30px;
  padding: 6px 12px;
  text-transform: uppercase;
}
/*selection tags*/
.facetwp-selections .facetwp-selection-label {}
.facetwp-selections .facetwp-selection-value {
  background-color: var(--gray-light) !important;
  background-position-x: calc(100% - 8px) !important;
  background-position-y: 10px !important;
  background-repeat: no-repeat !important;
  background-size: 12px 12px !important;
  border-radius: 25px !important;
  box-shadow: 0px 1px 2px var(--brown-dark) !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  margin-right: 20px !important;
  padding-right: 0px !important;
  padding: 5px 28px 5px 16px !important;
}
@media screen and (max-width: 779px) {
  .facetwp-facet-building {
    flex-wrap: wrap;
  }
  .facetwp-facet-building .facetwp-checkbox {
    margin-bottom: 30px;
    width: calc(100% - 2px);
  }
  .facetwp-facet-building .facetwp-checkbox:last-child {
    margin-bottom: 0;
  }
  .facetwp-facet-building div.facetwp-checkbox::before {
    display: none;
  }
}
.page-template-page-hassalo-floor-plans .large-third h3, .page-template-page-hassalo-floor-plans .large-third .facetwp-template {
  margin-left: 1%;
}
.page-template-page-hassalo-floor-plans .large-third .facetwp-template .fwpl-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-page-hassalo-floor-plans .fwpl-result {
  border: 1px solid var(--gray-light);
  margin-bottom: 30px;
  padding: 30px;
  width: 47%;
}
.page-template-page-hassalo-floor-plans .fwpl-result:last-child {
  margin-bottom: 0;
}
.page-template-page-hassalo-floor-plans .fwpl-row {
  display: flex;
}
@media screen and (max-width: 779px) {
  .page-template-page-hassalo-floor-plans .fwpl-result {
    width: 100%;
  }
}
.page-template-page-hassalo-floor-plans .fwpl-col {
  position: relative;
  width: 100%;
}
.floor-plan-availability a {
  background-color: var(--yellow-elwood);
  display: block;
  padding: 3px 10px;
  position: absolute;
  right: -30px;
  top: -30px;
}
.floor-plan-availability a {
  color: var(--gray-dark);
  font-family: var(--avant);
  text-transform: uppercase;
}
.floor-plan-availability a:empty {
  display: none;
}
.page-template-page-hassalo-floor-plans .floor-plan-title {
  margin-top: 10px;
}
.page-template-page-hassalo-floor-plans .floor-plan-title h4 a {
  line-height: 110%;
}
.page-template-page-hassalo-floor-plans .floor-plan-img img {
  display: block;
  height: 50vw;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .page-template-page-hassalo-floor-plans .floor-plan-img img {
    height: 60vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 779px) {
  .page-template-page-hassalo-floor-plans .floor-plan-img img {
    height: 40vw;
  }
}
@media screen and (min-width: 780px) {
  .page-template-page-hassalo-floor-plans .floor-plan-img img {
    height: 15vw;
    max-height: 200px;
  }
}
.fwpl-item.icon-bed, .fwpl-item.icon-bath, .fwpl-item.icon-starting-price, .fwpl-item.icon-square-footage {
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: 0px 0px;
  line-height: 180%;
  padding-left: 35px;
}
.fwpl-item .button-hassalo {
  max-width: 100%;
  width: 100%;
}
div.icon-bed {
  background-image: url("/wp-content/uploads/icon-bedroom.svg");
  background-size: 26px auto;
}
div.icon-bath {
  background-image: url("/wp-content/uploads/icon-bathroom.svg");
}
div.icon-starting-price {
  background-image: url("/wp-content/uploads/icon-starting-price.svg");
  background-size: auto 22px;
}
div.icon-square-footage {
  background-image: url("/wp-content/uploads/icon-square-footage-mini.svg");
}
/*pagination*/
.facetwp-page.next, .facetwp-page.prev {
  background-color: var(--orange) !important;
  border: none !important;
  color: var(--white) !important;
  display: inline-block !important;
  font-family: var(--bold) !important;
  font-size: 1.1em !important;
  max-width: 100% !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 2px var(--black);
  transition: .5s all ease !important;
  width: 100% !important;
}
.facetwp-pager {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  margin-top: 14px !important;
}
.facetwp-page {
  font-size: 1.2em !important;
  padding: 10px 14px !important;
  text-decoration: none !important;
}
.facetwp-page.dots {
  color: var(--gray-dark) !important;
  cursor: text !important;
}
.facetwp-page.prev, .facetwp-page.next {
  background-color: var(--orange) !important;
  border: none !important;
  text-align: center !important;
  width: 100px !important;
}
.facetwp-page.next:hover, .facetwp-page.prev:hover {
  opacity: .8;
}
/*=================== SINGLE FLOOR PLAN STYLES ====================*/
.single-floor-plans .header-inner {
  overflow: hidden;
}
.single-floor-plans .header-inner-inner {
  height: calc(100vh - 102px);
  margin-left: auto;
  margin-right: auto;
}
.single-floor-plans .sfp-header-left {
  background-color: var(--gray-dark);
  width: 100%;
}
.single-floor-plans .sfp-header-right {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .single-floor-plans .sfp-header-left {
    height: calc(100vh - 102px);
    width: 67%;
  }
  .single-floor-plans .sfp-header-right {
    width: 33%;
  }
}
.single-floor-plans .fp-aster-header-cont .sfp-header-left {
  background-image: url("/wp-content/uploads/aster-diamonds-bg-white-transparent.svg");
  background-repeat: repeat;
  background-size: 28%;
}
.single-floor-plans .fp-aster-header-cont .sfp-header-right {
  background-color: var(--cyan-aster);
}
.single-floor-plans .fp-velomor-header-cont .sfp-header-left {
  background-image: url("/wp-content/uploads/velomor-chain-bg-white.svg");
  background-position: -10px top;
  background-repeat: repeat;
  background-size: 46%;
}
.single-floor-plans .fp-velomor-header-cont .sfp-header-right {
  background-color: var(--green-velomor);
}
.single-floor-plans .fp-elwood-header-cont .sfp-header-left {
  background-image: url("/wp-content/uploads/elwood-blocks-bg-white-transparent.svg");
  background-repeat: repeat;
  background-size: 10%;
}
.single-floor-plans .fp-elwood-header-cont .sfp-header-right {
  background-color: var(--yellow-elwood);
}
.single-floor-plans .sfp-header-left h1 {
  color: var(--white);
  line-height: 36px;
  margin-top: 30px;
      max-width: 500px;
    text-wrap: balance;	
  padding-bottom: 16px;
  text-align: center;
}
.single-floor-plans .sfp-header-left img {
  box-shadow: 0px 0px 4px var(--black);
  display: block;
  height: 55vw;
  max-height: 400px;
  max-width: 400px;
  object-fit: cover;
  object-position: center center;
  width: 80%;
}

.single-building-details h4, .single-building-details p {
	text-wrap: balance;
}

@media screen and (max-width: 599px) {
  .single-floor-plans .sfp-header-left img {
    height: 36vw;
    width: 46%;
  }
}
@media screen and (min-width: 600px) {
  .single-floor-plans .sfp-header-left img {
    height: 40vw;
    margin-bottom: 30px;
    max-width: 480px;
  }
}
@media screen and (min-width: 1080px) {
  .single-floor-plans .header-cont, .single-floor-plans .header-inner, .single-floor-plans .header-inner-inner, .single-floor-plans .sfp-header-left, .single-floor-plans .sfp-header-right {
    max-height: 700px;
    min-height: 600px;
  }
}
@media screen and (max-width: 799px) {
  .single-floor-plans .header-cont, .single-floor-plans .header-inner, .single-floor-plans .header-inner-inner, .single-floor-plans .sfp-header-left, .single-floor-plans .sfp-header-right {
    max-height: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .single-floor-plans .fp-aster-main-content-cont {
    background-image: url("/wp-content/uploads/aster-diamonds-bg-vert.svg");
    background-position: top right;
    background-repeat: repeat-y;
    background-size: 60px;
  }
  .single-floor-plans .fp-elwood-main-content-cont {
    background-image: url("/wp-content/uploads/elwood-blocks-bg-vert.svg");
    background-position: right;
    background-repeat: repeat-y;
    background-size: 60px;
  }
  .single-floor-plans .fp-velomor-main-content-cont {
    background-image: url("/wp-content/uploads/velomor-chain-bg-vert.svg");
    background-position: top right;
    background-repeat: repeat-y;
    background-size: 60px;
  }
}
.sfp-units .button-hassalo {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .single-floor-plans .fp-aster-main-content-cont h2.padding-top-40 {
    margin-top: 0px;
  }
}
/*.single-floor-plans .fp-elwood-header-cont{
	background: linear-gradient(to right,var(--gray-dark) 0%,var(--gray-dark) 66%,var(--yellow-elwood) 66%,var(--yellow-elwood) 100%);
}
.single-floor-plans .fp-elwood-header-inner {
	background-image: url("images/elwood-blocks-bg-white.svg");
	background-repeat: repeat-y;
	background-size: 66% auto; 
}
.single-floor-plans .fp-velomor-header-cont{
	background: linear-gradient(to right,var(--gray-dark) 0%,var(--gray-dark) 66%,var(--green-velomor) 66%,var(--green-velomor) 100%);
}
.single-floor-plans .fp-velomor-header-inner {
	background-image: url("images/velomor-chain-bg-white.svg");
	background-repeat: repeat-y;
	background-size: 66% auto; 
}*/
.single-floor-plans .sfp-header-right img {
  max-width: 300px;
  min-width: 100px;
  width: 20vw;
}
.single-floor-plans .building-intro-cont .sfp-features-left p {
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: 0px 0px;
  padding-left: 35px;
  line-height: 180%
}
.single-floor-plans .icon-bed {
  background-image: url("/wp-content/uploads/icon-bedroom.svg");
  background-size: 26px auto;
}
.single-floor-plans .icon-bath {
  background-image: url("/wp-content/uploads/icon-bathroom.svg");
}
.single-floor-plans .icon-floors {
  background-image: url("/wp-content/uploads/icon-floors.svg");
}
.single-floor-plans .icon-starting-price {
  background-image: url("/wp-content/uploads/icon-starting-price.svg");
  background-size: auto 22px;
}
.single-floor-plans .icon-square-footage {
  background-image: url("/wp-content/uploads/icon-square-footage-mini.svg");
}
.single-floor-plans .sfp-units {
  border: 1px solid var(--gray-light);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
.single-floor-plans .sfp-units img {
  margin-bottom: 20px;
  max-width: 100%;
}
/*=================== RESIDENT SERVICES PAGE STYLES====================*/
.online-services-icon-cont {
  width: 20%;
}
.online-services-icon-cont img {
  width: 100%;
}
.online-services-button-cont {
  width: 70%;
}
@media screen and (max-width: 499px) {
  .online-services-icon-cont {
    width: 30%;
  }
  .online-services-button-cont {
    width: 64%;
  }
  .online-services-button-cont .button-chunky {
    padding: 10px;
  }
}
.event:last-child {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}
/*=================== CONTACT PAGE STYLES====================*/
.header-home-inner-tagline.header-contact-inner-tagline {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 0.9;
}
.header-contact-inner-tagline h1 {
  color: var(--gray-dark);
  text-shadow: none;
  max-width: auto;
}
label.gfield_label {
  color: var(--gray-light);
}
@media screen and (min-width: 768px) {
  #gform_wrapper_1, #gform_wrapper_4  {
    width: 96%;
  }
  .contact-gf-cont {
    border-right: 1px solid var(--gray-light);
  }
}
/*=================== LEASE NOW PAGE STYLES====================*/
.lease-buildings-cont .small-third {
	width: 100%;
}
@media screen and (min-width: 600px) {
  .lease-buildings-cont .small-third {
    width: 31%;
  }
}
.lease-buildings-cont {
		margin-bottom: 50px;
	}
@media screen and (max-width: 767px) {
	.lease-buildings-cont {
		margin-bottom: 30px;
	}
}

/*=================== PRIVACY PAGE STYLES====================*/
.privacy-policy div.table-cont {
  overflow-x: scroll;
}
.privacy-policy table {
  margin-bottom: 40px;
  margin-top: 20px;
  min-width: 1000px;
  overflow-y: scroll;
}
.privacy-policy table th {
  background-color: var(--gray-light);
}
.privacy-policy table td, .privacy-policy table th {
  padding: 10px;
}
.privacy-policy table tr, .privacy-policy table th {
  border-bottom: 1px solid var(--gray-light);
}
/*=================== HEADER MODAL STYLES====================*/
#popmake-84 p {
  text-align: center !important;
}
.privacy-popup-title {
  font-family: var(--avant) !important;
  font-size: 22px !important;
  line-height: 120%;
  padding-bottom: 16px;
  text-transform: uppercase;
  width: 70%;
}
.leasing-special-popup-title {
  font-family: var(--avant) !important;
  font-size: 34px !important;
}
.leasing-special-popup-text {
  font-size: 28px !important;
  font-family: var(--regular) !important;
}
.leasing-special-popup-italic {
  font-size: 18px !important;
  font-family: var(--regular) !important;
}
#popmake-84 {
  padding: 0px !important;
}
#popmake-84 .pum-content {
  border: 10px solid #ffffff !important;
  padding: 21px 42px !important;
}
.pum-theme-76 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
  font-family: var(--avant) !important;
}
@media screen and (max-width:1079px) {
  .leasing-special-popup-title {
    font-size: 30px !important;
  }
  .leasing-special-popup-text {
    font-size: 22px !important;
  }
  .leasing-special-popup-italic {
    font-size: 14px !important;
  }
}
/*===================FOOTER STYLES====================*/
/*For Privacy Policy popup notice*/
.notice {
  background-color: var(--yellow-elwood);
  position: relative;
  z-index: 999;
}
.close {
  background-color: var(--white);
  border-radius: 50%;
  color: var(--gray-dark);
  cursor: pointer;
  font-family: var(--bold);
  height: 40px;
  padding: 10px;
  position: absolute;
  text-align: center;
  right: 40px;
  top: calc(50% - 20px);
  width: 40px;
}
@media screen and (max-width: 479px) {
  .close {
    font-size: 75%;
    height: 30px;
    padding: 7px;
    right: 15px;
    top: calc(50% - 15px);
    width: 30px;
  }
}
footer {
  background-color: var(--blue-dark);
}
.footer-interior {
  margin-left: auto;
  margin-right: auto;
  background-image: url("/wp-content/uploads/hassalo-logo-solo-white.svg"), url("/wp-content/uploads/circle-line-white.svg");
  background-position: 59% 70px, 50% calc(100% - 50px);
  background-repeat: no-repeat, no-repeat;
  background-size: 13vw auto, 500px auto;
}
.footer-interior p {
  color: var(--white);
  font-size: 16px;
}
.footer-interior .title {
  font-family: var(--avant);
  padding-top: 40px;
  font-size: 30px;
}
.footer-interior p a {
  color: var(--white);
  text-decoration: underline;
}
.footer-interior p.small-text {
  font-size: 13px;
  padding-bottom: 30px;
}
.footer-interior p a:hover {
  color: var(--white);
  font-family: var(--bold);
  text-decoration: underline;
}
footer .button-hassalo {
  max-width: 400px;
}
footer .button-hassalo.button-hassalo-yellow a {
  color: var(--gray-dark);
  text-decoration: none;
}
footer .col-right {
  display: flex;
  flex-direction: column;
}
footer .social {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  padding-bottom: 40px;
}
footer .social a {
  align-self: flex-end;
}
footer .social img {
  max-width: 10vw;
  align-self: flex-end;
}
@media screen and (max-width: 779px) {
  footer .main-content-two-columns > div.col-right {
    width: 100%;
    padding: 0px 30px;
  }
  footer .main-content-two-columns div.col-left {
    display: none;
  }
  .footer-interior .title {
    font-size: 20px;
  }
  .footer-interior {
    background-position: 75vw 40px, 50% calc(100% - 50px);
    background-repeat: no-repeat, no-repeat;
    background-size: 18vw auto, 0px 0px;
  }
}
@media screen and (min-width: 780px) {
  footer .main-content-two-columns > div.col-left {
    overflow: hidden;
    width: 50%;
  }
  footer .main-content-two-columns > div.col-right {
    width: calc(50% - 15vw);
    flex-direction: row;
  }
  footer .main-content-two-columns > div.col-right > div:first-child {
    max-width: 288px;
  }
  footer .social img {
    max-width: 50px;
  }
}
@media screen and (min-width: 781px) and (max-width: 1280px) {
  footer .main-content-two-columns > div.col-right > div:first-child {
    max-width: 350px;
  }
  footer .main-content-two-columns > div.col-right {
    justify-content: flex-start;
    width: calc(50% - 13vw);
    flex-direction: column;
    padding: 0px 30px;
  }
  footer .social {
    padding-right: 4vw;
    justify-content: flex-start;
    flex-direction: row;
  }
  footer .social img {
    margin-right: 30px;
    max-width: 50px;
  }
}
@media screen and (min-width: 1281px) {
  footer .social {
    padding-right: 4vw;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 70px;
    width: calc(50% - 50px);
  }
  footer .social a:first-child img {
    padding-bottom: 30px
  }
  footer .footer-interior p.title {
    padding-top: 70px;
  }
}
/*===================BUTTON STYLES====================*/
.button-hassalo {
  border: none;
  box-shadow: 0px 1px 2px var(--gray-dark);
  display: inline-block;
  font-family: var(--avant);
  font-size: 1em;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  transition: .5s all ease;
  max-width: 400px;
}
.button-hassalo a {
  display: block;
  font-family: var(--avant);
  padding: 14px 20px;
	text-align: center;
  transition: .5s all ease;
}
.button-hassalo:hover {
  opacity: .8;
}
.button-hassalo-yellow {
  background-color: var(--yellow-elwood);
}
.button-hassalo-yellow a {
  color: var(--gray-dark);
}
.button-hassalo-orange {
  background-color: var(--orange);
}
.button-hassalo-orange a {
  color: var(--white);
}
.button-hassalo-width-300 {
  width: 260px;
}
.button-hassalo-center {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
.button-chunky {
  max-width: 100%;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .button-hassalo-width-300 {
    width: 300px;
  }
  .button-chunky {
    font-size: 20px;
  }
}
.button-cont {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.button-hassalo.button-hassalo-width-300:first-child, .button-hassalo.button-hassalo-width-300:last-child {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.button-hassalo.button-hassalo-width-300:last-child {
  margin-top: 20px;
}
@media screen and (min-width: 800px) {
  .button-hassalo.button-hassalo-width-300:first-child {
    display: inline-block;
    margin-left: 0;
    margin-right: 18px;
  }
  .button-hassalo.button-hassalo-width-300:last-child {
    display: inline-block;
    margin-left: 18px;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .button-hide-mobile {
    display: none;
  }
}
/*==================GRAVITY FORMS=======================*/
.gform_wrapper .gfield_required {
  line-height: 100%;
  padding-bottom: 0;
  font-size: 1em;
}
.fitness-interior-page-content .gform_wrapper ul li {
  text-indent: 0;
}
.gform_wrapper {
  color: var(--white);
}
.gform_wrapper .gform_heading {
  display: none;
}
body .gform_wrapper .gform_footer button.gform_button[type="submit"],
body .gform_wrapper .gform_page_footer button.gform_button[type="submit"] {
  background-color: var(--orange) !important;
  border: none !important;
  box-shadow: 0px 1px 2px var(--gray-dark) !important;
  color: var(--white) !important;
  display: block !important;
  font-family: var(--avant) !important;
  font-size: 1em !important;
  line-height: 22.4px !important;
  max-width: 400px !important;
  padding: 14px 20px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: .5s all ease !important;
  width: 100% !important;
  -webkit-appearance: none !important;
}
@media screen and (max-width: 479px) {
  body .gform_wrapper .gform_footer button.gform_button[type="submit"],
  body .gform_wrapper .gform_page_footer button.gform_button[type="submit"] {
    width: 100% !important;
  }
}
body .gform_wrapper .gform_footer button.gform_button[type="submit"]:hover,
body .gform_wrapper .gform_page_footer button.gform_button[type="submit"]:hover {
  opacity: .8;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
  background-color: rgb(230, 230, 230);
  margin-right: auto;
}
@media screen and (max-width: 479px) {
  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), textarea {
    width: 100%;
  }
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), textarea, .gform_wrapper select {
  background-color: var(--white) !important;
  border-block-end-color: transparent;
  border-block-start-color: transparent;
  border-inline-end-color: transparent;
  border-inline-start-color: transparent;
  border: 1px solid var(--gray-light);
  padding: 10px !important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, textarea:focus {
  /*border: 2px solid var(--indigo-bright);*/
  background: var(--white) !important;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label, .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  color: var(--gray-dark) !important;
  font-size: 1.2em !important;
  text-align: left !important;
}
.gform_wrapper div.validation_error {
  color: rgba(230, 110, 80, 1) !important;
  font-family: var(--bold) !important;
  font-size: 1.1em !important;
  font-weight: normal !important;
  border-top: 2px solid rgba(230, 110, 80, 1) !important;
  border-bottom: 2px solid rgba(230, 110, 80, 1) !important;
}
.gform_wrapper .validation_message {
  color: rgba(230, 110, 80, 1) !important;
  font-family: var(--bold) !important;
  font-size: 1.1em !important;
  font-weight: normal !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 6px !important;
  border-top: 1px solid rgba(230, 110, 80, 1) !important;
  border-bottom: 1px solid rgba(230, 110, 80, 1) !important;
  padding-bottom: 6px;
  padding-top: 6px;
  font-weight: normal !important;
}
.gform_wrapper span.gfield_required {
  color: rgba(85, 87, 89, 1) !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half {
  padding-right: 0 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(50, 50, 50, .1) !important;
}
.gform_wrapper span.gform_description {
  display: none !important;
}
.gform_wrapper div.ginput_container.ginput_recaptcha > div {
  margin-left: auto;
  margin-right: auto;
}
body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}



/*===========================FOR LOGO ANIMATIONS===========================================*/
#aster-logo-desktop .cls-1, #aster-logo-mobile .cls-1 {
  opacity: 0.7;
}
#aster-logo-desktop .cls-2, #aster-logo-mobile .cls-2 {
  fill: #fff;
}
#aster-logo-desktop .cls-3, #aster-logo-mobile .cls-3 {
  fill: #85d0d1;
}
#aster-logo-desktop .cls-4, #aster-logo-mobile .cls-4 {
  fill: #53575a;
}
#aster-logo-desktop #aster_tower_text .cls-4, #aster-logo-mobile #aster_tower_text_mobile .cls-4, #aster-logo-desktop #building_text .cls-4, #aster-logo-mobile #building_text_mobile .cls-4 {
  fill: rgba(83, 87, 90, 0);
}
#aster-logo-desktop .cls-3, #aster-logo-mobile .cls-3 {
  fill: rgba(133, 208, 209, 0);
}
svg#aster-logo-desktop #logo.cls-3, svg#aster-logo-mobile #logo-mobile.cls-3 {
  stroke-width: 1;
  stroke: rgba(133, 208, 209, 1);
}
#elwood-logo-desktop .cls-1, #elwood-logo-mobile .cls-1 {
  opacity: 0.7;
}
#elwood-logo-desktop .cls-2, #elwood-logo-mobile .cls-2 {
  fill: #fff;
}
#elwood-logo-desktop .cls-3, #elwood-logo-mobile .cls-3 {
  fill: #53575a;
}
#elwood-logo-desktop .cls-4, #elwood-logo-mobile .cls-4 {
  fill: #daa900;
}
#elwood-logo-desktop #logo .cls-4, #elwood-logo-mobile #logo-mobile .cls-4 {
  fill: rgba(218, 169, 0, 0);
}
#elwood-logo-desktop #the_elwood_text .cls-3, #elwood-logo-mobile #the_elwood_text_mobile .cls-3, #elwood-logo-desktop #building_text .cls-3, #elwood-logo-mobile #building_text_mobile .cls-3 {
  fill: rgba(83, 87, 90, 0);
}
svg#elwood-logo-desktop #logo path.cls-4, svg#elwood-logo-mobile #logo-mobile path.cls-4 {
  stroke-width: 2;
  stroke: rgba(218, 169, 0, 1);
}
#velomor-logo-desktop .cls-1, #velomor-logo-mobile .cls-1 {
  opacity: 0.7;
}
#velomor-logo-desktop .cls-2, #velomor-logo-mobile .cls-2 {
  fill: #fff;
}
#velomor-logo-desktop #logo .cls-3, #velomor-logo-mobile #logo-mobile .cls-3 {
  fill: rgba(76, 183, 93, 0);
  /*	green #4cb75d; */
}
#velomor-logo-desktop .cls-4, #velomor-logo-mobile .cls-4 {
  fill: #53575a;
}
#velomor-logo-desktop #velomor_text .cls-4, #velomor-logo-mobile #velomor_text_mobile .cls-4, #velomor-logo-desktop #building_text .cls-4, #velomor-logo-mobile #building_text_mobile .cls-4 {
  fill: rgba(83, 87, 90, 0);
}
svg#velomor-logo-desktop #logo path.cls-3, svg#velomor-logo-mobile #logo-mobile path.cls-3 {
  stroke-width: 2;
  stroke: rgba(76, 183, 93, 1);
}
#hassalo-logo-desktop .cls-1, #hassalo-logo-mobile .cls-1 {
  opacity: 0.7;
}
#hassalo-logo-desktop .cls-2, #hassalo-logo-mobile .cls-2 {
  fill: #ffffff;
}
#hassalo-logo-desktop .cls-3, #hassalo-logo-mobile .cls-3 {
  fill: rgba(83, 87, 90, 0);
}
#hassalo-logo-desktop #logo-desktop path.cls-3, #hassalo-logo-mobile #logo-mobile path.cls-3 {
  stroke-width: 2;
  stroke: rgba(83, 87, 90, 1);
}
/*
svg#hassalo-logo-desktop #home_sweet_text_desktop .cls-3, 
svg#hassalo-logo-desktop #hassalo_text_desktop .cls-3 {
	fill: rgba(83, 87, 90, 1);
}
*/

.pum-overlay.pum-active,
.pum-overlay.pum-active .popmake.active {
opacity: 1!important;
display: block!important;
}






































.padding-left-40 {padding-left: 40px;}
.padding-right-40 {padding-right: 40px;}

#single-post .blog-header {
    background-image: url('/wp-content/uploads/blog-square-diamond-pattern-revised.svg');
    background-position: left 98%;
    background-repeat: repeat-x;
    /* Ensure the container has a defined height, or the background might not show */
    background-size: auto 300px; /* Adjust as needed */    
}
#single-post h1.smaller {
  padding-top: 30px;
}

#single-post h2 {
  font-size: 24px;
  padding-bottom: .6em;
}
#single-post h3 {
  font-size: 20px;
  padding-bottom: .5em;
}
#single-post .dropcap {
  color: var(--gray-dark);
  float: left;
  font-family: var(--avant);
  font-size: 80px;
  line-height: 60px;
  padding: 4px 8px 10px 0px;
}
#single-post .blog-header img {
  height: 600px;
  object-fit: cover; 
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #single-post .blog-header img {
    height: 300px;
    object-fit: cover; 
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
#single-post .border-line {
  background-image: url("/wp-content/uploads/h2-line.svg");
  background-repeat: repeat-x;
  background-size: 66% 100%;
}
#single-post blockquote {
  margin: 20px 0px 30px 0px;
}
#single-post blockquote p {
  font-family: var(--avant);
  font-size: 140%;
  margin: 0px;
  padding-bottom: 10px;
  text-indent: -12px;
  text-transform: uppercase;
}
#single-post .recent-posts-cont, .main-post-cont {
  width: 100%;
}
#single-post figure img.blog-full {
  padding: 10px 0px;
  width: 100%;
}
#single-post figure img.blog-full + figcaption {
  font-family: var(--italic);
  font-size: 14px;
  margin-bottom: 20px;
}
#single-post .main-post-cont p a, #single-post .main-post-cont li a {
  color: var(--orange);
  font-family: var(--bold);
  text-decoration: underline dashed;
}
#single-post .main-post-cont p a:hover, #single-post .main-post-cont li a:hover {
  color: var(--orange);
  font-family: var(--bold);
  opacity: .8;
  text-decoration: underline dashed;
}
#single-post .main-post-cont ul li, #single-post .main-post-cont ol li {
  color: var(--gray-dark);
  font-family: var(--regular);
  font-size: 19.2px;
  font-weight: 400;
  line-height: 140%;
  list-style: square;
  margin-left: 1em;
  padding-bottom: 1em;
}
#single-post .main-post-cont ol li {
  list-style: decimal;
}
#single-post .main-post-cont ul li > li > #single-post .main-post-cont ul li > li:last-child {
  padding-bottom: 0;
}
#single-post .main-post-cont ul li > li > #single-post .main-post-cont ul li > li:first-child {
  padding-top: 1em;
}
@media screen and (min-width: 768px) {
  #single-post .recent-posts-cont {
    margin-top: 0px;
    width: 25%;
  }
  #single-post .recent-posts-cont h2 {
    padding-top: 0px;
  }
  #single-post .main-post-cont {
    width: 67%;
  }
  #single-post img.blog-inline {
    float: left;
    max-width: 300px;
    margin-top: 30px;
    padding-right: 20px;
    width: 30vw;
  }
}
@media screen and (max-width: 767px) {
  #single-post .recent-posts-cont {
    margin-top: 50px;
  }
  #single-post img.blog-inline {
    float: none;
    margin-bottom: 20px;
    margin-top: 24px;
    padding-right: 0px;
    width: 100%;
  }
}
#single-post .recent-posts-cont ul li {
  padding-bottom: 20px;
}
#single-post .recent-posts-cont .border-line {
  background-size: 54vw;
}
.blog-cont.fwpl-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.blog-cont.fwpl-layout .fwpl-result {
  border: 1px solid var(--gray-light);
  margin-bottom: 30px;
  padding: 20px;
  width: 31%;
}
.blog-cont.fwpl-layout .fwpl-result img {
  display: block;
  height: 15vw;
  max-height: 200px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 20px;
  width: 100%;
}
.blog-cont.fwpl-layout .fwpl-result h3.smaller {
  font-size: 1.2em;
}
@media screen and (max-width: 479px) {
  .blog-cont.fwpl-layout .fwpl-result {
    width: 100%;
  }
  .blog-cont.fwpl-layout .fwpl-result img {
    height: 50vw;
    max-height: 400px;
  }
  .blog-cont.fwpl-layout .fwpl-result h3.smaller {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .blog-cont.fwpl-layout .fwpl-result {
    width: 48%;
  }
  .blog-cont.fwpl-layout .fwpl-result img {
    height: 25vw;
    max-height: 300px;
  }
  .blog-cont.fwpl-layout .fwpl-result h3.smaller {
    font-size: 1.1em;
  }
}


.blog-cont.fwpl-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start!important;
}

@media screen and (min-width: 768px) {
	.blog-cont.fwpl-layout .fwpl-result {
		margin-right: 3.5%;
	}
	.blog-cont.fwpl-layout .fwpl-result:nth-child(3n) {
			margin-right: 0px;
		}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	.blog-cont.fwpl-layout .fwpl-result {
		margin-right: 4%;
	}
		.blog-cont.fwpl-layout .fwpl-result:nth-child(2n) {
			margin-right: 0px;
		}
}

.news-categories {
  border: 1px solid var(--gray-light);
  margin-top: 20px;
}
.news-categories .facetwp-facet {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.news-categories .facetwp-checkbox {
  background: url('/wp-content/uploads/checkbox-bg.png') 0 50% no-repeat !important;
  background-size: 20px 20px !important;
  margin-bottom: 10px !important;
  padding-left: 30px !important;
  
}
.news-categories .facetwp-checkbox:not(:last-child) {
  margin-right: 30px;
}
.news-categories .facetwp-checkbox.checked {
  background: url('/wp-content/uploads/checkbox-bg-checked.png') 0 50% no-repeat !important;
  background-size: 20px 20px !important;
  padding-left: 30px !important;
}
.news-items h3.smaller a {
  font-family: var(--avant);
}

/*=====================VIDEO STYLES FOR EMBEDDED VIDEOS===================*/
.vid-cont-parent {
  margin-bottom: 30px;
}
.vid-cont  {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; 
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*========================= SLIDER FOR HOME PAGE =======================*/

 .header-img-cont {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}

.slideshow picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s ease-in-out;
}

.slideshow picture img.active {
  opacity: 1;
  z-index: 2; /* Brings the active image to the front */
}

.pause-play {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  padding: 0.5em;
  cursor: pointer;
}
/*hide CAPTCHA*/
.grecaptcha-badge { 
	visibility: hidden !important; 
}
