/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: defaults
*/

@charset "UTF-8";
@font-face {
  font-family: "GT America";
  src: url(../fonts/GT-America-Standard-Regular.otf);
  font-weight: normal;
}
@font-face {
  font-family: "GT America";
  src: url(../fonts/GT-America-Standard-Medium.otf);
  font-weight: bold;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/open-sans-v15-latin_latin-ext-regular.woff);
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/open-sans-v15-latin_latin-ext-700.woff);
  font-weight: bold;
}
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/open-sans-v15-latin-ext_latin-600.woff);
  font-weight: 600;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "GT America", sans-serif;
}

body {
  background-color: #00303F;
  color: #FFFFFF;
  display: block;
  flex-direction: column;
  min-height: 100vh;
}

figure {
  margin: 0;
  padding: 0;
}

main {
  flex: 1;
}

form {
  margin: 0;
  padding: 0;
}

.full-width {
  width: 100%;
}

.max-width {
  max-width: 1300px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 425px) {
  .max-width {
    padding: 0 10px;
  }
}

.max-width-small {
  max-width: 520px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: auto;
}

.max-width-medium {
  max-width: 1080px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: auto;
}

.min-height-full {
  min-height: 100vh;
}

.preload * {
  transition: none !important;
}

h1.ad-tag {
  font-size: 10px;
  font-family: "Open Sans";
  text-transform: uppercase;
  text-decoration: underline;
  color: #FFFFFF;
  font-weight: normal;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.button {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
  background-color: #4FB1B8;
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  border-radius: 2px;
  min-width: 30px;
  min-height: 20px;
  cursor: pointer;
}
.button-label {
  background-color: transparent;
  color: #4FB1B8;
  padding: 0;
  border: none;
  cursor: pointer;
}
.button-border {
  border: 1px solid #FFFFFF;
  font-size: 16px;
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
}
.button-transparent {
  background-color: transparent;
}
.button-secondary {
  background-color: #FF997B;
}
.button-green {
  background-color: #01bf69;
}
.button-medium {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}
.button[disabled] {
  opacity: 0.8;
}
.button .button-icon {
  margin-right: 10px;
}
.button .button-icon img {
  width: 16px;
}
.button .button-text {
  white-space: nowrap;
}

#loading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #00303F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  z-index: 100000;
}

input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

.no-js .blended-background {
  background: #16848E;
}

.blended-background {
  background-color: #16848E;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply, luminosity;
  position: relative;
}
.blended-background > *:not(svg) {
  position: relative;
  z-index: 1;
}
.blended-background rect {
  fill: #16848E;
}

.blended-background .cssBackgroundBlendFallback {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #16848E;
  overflow: hidden;
}

.cssBackgroundBlendMode .cssBackgroundBlendFallback {
  display: none;
}

.ui-corner-all, .ui-corner-all {
  border-radius: 0;
}

.ui-slider {
  border: 0;
  background: #27717B;
  border-radius: 2px;
}

.ui-slider-horizontal {
  height: 3px;
  /*width: 100%;*/
}

.ui-slider-vertical {
  height: 15em;
  width: 4px;
}

.ui-slider-handle {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  border: 2px solid #00303F;
  background-clip: padding-box;
}

.ui-slider-horizontal .ui-slider-handle::after {
  content: "";
  position: relative;
  display: block;
  left: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
}

.ui-slider-horizontal .ui-slider-handle {
  /*top: 0px;*/
  margin-top: -5px;
}

.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -10px;
}

.ui-slider-handle:hover {
  opacity: 0.8;
}

.ui-slider-range {
  border: 0;
  border-radius: 0;
  background: #4FB1B8;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 3px;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 4px;
}

header.site-header {
  position: fixed;
  height: 80px;
  width: 100%;
  background-color: #00303F;
  font-family: "GT America", sans-serif;
  font-weight: bold;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  header.site-header {
    height: auto;
    min-height: 80px;
  }
}
header.site-header .inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header.site-header .inner {
    align-items: flex-start;
  }
}
header.site-header .inner .logo {
  height: 48px;
  margin: auto 0;
}
header.site-header .inner .logo img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  header.site-header .inner .logo {
    margin: 16px 0;
  }
}
header.site-header .inner .nav-container {
  display: flex;
  flex: 1;
}
@media screen and (max-width: 768px) {
  header.site-header .inner .nav-container {
    flex-direction: column;
    align-items: center;
  }
}
header.site-header .inner .nav-container .menu-holder {
  display: flex;
}
@media screen and (max-width: 768px) {
  header.site-header .inner .nav-container .menu-holder {
    display: none;
    margin: 60px 0 0 0;
  }
  header.site-header .inner .nav-container .menu-holder.open {
    display: block !important;
  }
}
header.site-header .inner .menu-icon {
  font-size: 40px;
  display: none;
  align-self: flex-end;
  position: absolute;
  margin: 10px 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  header.site-header .inner .menu-icon {
    display: block;
  }
}
header.site-header .inner nav {
  height: 100%;
  display: flex;
  align-items: center;
}
header.site-header .inner nav ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  header.site-header .inner nav ul {
    display: block;
  }
}
header.site-header .inner nav ul li {
  list-style-type: none;
  display: inline-block;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header.site-header .inner nav ul li {
    justify-content: flex-end;
    margin: 10px 0;
  }
}
header.site-header .inner nav ul li a {
  text-decoration: none;
  color: #F2F2F2;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 8px;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 98%, #16848E 50%) no-repeat 0 2px;
  transition: background-position 200ms, color 200ms, border-color 200ms;
}
header.site-header .inner nav ul li a.current {
  background: linear-gradient(180deg, transparent 98%, #FF997B 50%);
  background-position: 0 0;
  transition: none;
}
header.site-header .inner nav ul li a:hover {
  background-position: 0 0;
}
header.site-header .inner nav ul li a.highlighted {
  color: #FF997B;
}
header.site-header .inner nav ul li a.highlighted:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-position: 0 2px;
}
header.site-header .inner nav ul li a.with-border {
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  padding: 6px 10px;
  height: auto;
}
header.site-header .inner nav ul li a.with-border:hover {
  text-decoration: none;
  border-color: #FF997B;
  color: #FF997B;
}
header.site-header .inner nav ul li a.with-border.highlighted {
  border-color: #FF997B;
}
header.site-header .inner nav ul li a.with-border.highlighted.current {
  border-color: #FFFFFF;
  text-decoration: none;
  color: #FFFFFF;
  text-decoration: none;
}
header.site-header .inner nav ul li a.with-border.highlighted:hover {
  text-decoration: none;
  border-color: #FFFFFF;
  color: #FFFFFF;
  background: none;
}
header.site-header .inner nav.main-menu {
  margin: 0 40px 0 80px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  header.site-header .inner nav.main-menu {
    margin: 0;
    width: 100%;
  }
}
header.site-header .inner nav.side-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  header.site-header .inner nav.side-menu {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
header.site-header .inner nav.side-menu li {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  header.site-header .inner nav.side-menu li {
    justify-content: flex-end;
    margin: 10px 0;
  }
}
header.site-header .inner nav.side-menu a {
  font-size: 14px;
}
header.site-header .inner nav.side-menu a.current {
  background: none;
  transition: none;
  color: #FFFFFF;
  text-decoration: underline;
}
header.site-header .inner nav.logged-in-menu {
  display: none;
  margin: 0 0 0 40px;
}
header.site-header .inner nav.logged-in-menu ul {
  flex-direction: column;
  justify-content: center;
}
header.site-header .inner nav.logged-in-menu ul li {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 600;
}
header.site-header .inner nav.logged-in-menu ul li.highlighted a {
  color: #FF997B;
}
header.site-header .inner nav.logged-in-menu ul li.highlighted a:hover {
  color: #FFFFFF;
}
header.site-header .inner nav.logged-in-menu ul li a {
  padding: 0;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 600;
  height: auto;
  cursor: pointer;
}
header.site-header .inner nav.logged-in-menu ul li a:hover {
  color: #FF997B;
}
header.site-header .inner nav.logged-in-menu ul li a.highlighted:hover {
  color: #FFFFFF;
}
header.site-header .inner nav.logged-in-menu ul li.user-name {
  margin: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  header.site-header .inner nav.logged-in-menu ul li.user-name {
    margin: 0 0 10px 0;
  }
}

footer {
  background-color: #042833;
}
footer .inner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  footer .inner {
    flex-direction: column;
  }
}

.footer-column {
  margin: 0 60px;
}
@media screen and (max-width: 768px) {
  .footer-column {
    margin: 0 60px 20px 60px;
    text-align: center;
  }
}
.footer-column .logo {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-column .logo img {
  width: 100px;
}
.footer-column .logo figcaption {
  text-align: center;
  font-size: 16px;
}
.footer-column h1 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
}
.footer-column .data {
  line-height: 30px;
}
.footer-column .data ul {
  margin: 0;
  padding: 0;
}
.footer-column .data ul li {
  list-style-type: none;
}
.footer-column .data ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-column .data ul li a svg {
  margin: 0 10px 0 0;
}
.footer-column .data ul li a:hover {
  text-decoration: underline;
}

.search-container {
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .search-container {
    padding: 80px 0 0 0;
  }
}
.search-container .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
}
.search-container .video-bg video {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  left: 100%;
  margin-left: -200%;
}
.search-container div.max-width {
  z-index: 1;
}
@media screen and (max-width: 425px) {
  .search-container div.max-width {
    width: 100%;
  }
}
.search-container h1 {
  font-size: 36px;
  font-weight: normal;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  background: radial-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15), transparent, transparent);
  margin: 0;
  padding: 10px 30px 30px 30px;
}
@media screen and (max-width: 425px) {
  .search-container h1 {
    font-size: 24px;
  }
}
.search-container .search-box-container form {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .search-container .search-box-container form {
    flex-direction: column;
  }
}
.search-container a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-family: "Open Sans";
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.search-container input {
  height: 50px;
  font-weight: bold;
  border: 0;
  margin: 0;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 2px;
  outline: 0;
  box-sizing: border-box;
}
.search-container input[type=text] {
  background-color: rgba(255, 255, 255, 0.8);
  width: 500px;
  color: #00303F;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.search-container input[type=text]::-webkit-input-placeholder {
  color: #00303F;
}
.search-container input[type=text]::-moz-placeholder {
  color: #00303F;
}
.search-container input[type=text]:-ms-input-placeholder {
  color: #00303F;
}
.search-container input[type=text]::-ms-input-placeholder {
  color: #00303F;
}
.search-container input[type=text]::placeholder {
  color: #00303F;
}
@media screen and (max-width: 768px) {
  .search-container input[type=text] {
    width: 100%;
  }
}
.search-container input[type=submit] {
  background-color: #FF997B;
  width: 140px;
  color: #FFFFFF;
  margin: 0 0 10px 10px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.search-container .scroll-down-arrow {
  font-size: 50px;
  text-align: center;
  margin: 0px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .search-container .scroll-down-arrow {
    margin: 0;
  }
}
.search-container .autocomplete-result-container {
  margin: 10px 0;
  transition: all 200ms;
  opacity: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.search-container .autocomplete-result-container ul {
  text-align: left;
  width: 500px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 0 10px;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search-container .autocomplete-result-container ul {
    width: 100%;
  }
}
.search-container .autocomplete-result-container ul li {
  list-style-type: none;
  padding: 10px 0;
  border-bottom: 1px solid #FFFFFF;
  color: #00455C;
  cursor: pointer;
}
.search-container .autocomplete-result-container ul li:last-child {
  border-bottom: 0;
}
.search-container .autocomplete-result-container ul li span {
  font-weight: bold;
  color: #042833;
}
.search-container .info-text {
  margin: 50px 0 0 0;
  font-family: "Open Sans";
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .search-container .info-text {
    margin: 20px 0 0 0;
  }
}
.search-container .info-text p {
  margin: 0;
}

.blog-banner-container {
  margin: 40px auto 0 auto;
}
.blog-banner-container h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.blog-banner-container figure {
  position: relative;
}
.blog-banner-container figure a {
  color: #FFFFFF;
}
.blog-banner-container figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 340px;
  min-height: 200px;
}
.blog-banner-container figure h1 {
  position: absolute;
  bottom: 0;
  right: 20px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.15);
}
.blog-banner-container figure svg {
  font-size: 18px;
}
.blog-banner-container figure ul {
  position: absolute;
  bottom: 25px;
  right: 30px;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 425px) {
  .blog-banner-container figure ul {
    position: relative;
    bottom: 0;
    right: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.blog-banner-container figure ul li {
  margin: 0 0 0 30px;
  padding: 0;
  list-style-type: none;
  font-size: 35px;
}
@media screen and (max-width: 425px) {
  .blog-banner-container figure ul li {
    margin: 30px;
  }
}
.blog-banner-container figure ul li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
.blog-banner-container figure ul li a svg {
  margin: 0 auto;
}
.blog-banner-container figure ul li a span {
  font-size: 18px;
  font-family: "GT America";
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}

.project-spotlight-container {
  margin: 40px auto 40px auto;
}
.project-spotlight-container h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.project-spotlight-container .card-container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .project-spotlight-container .card-container {
    flex-direction: column;
  }
}
.project-spotlight-container .card-container .card {
  flex: 1;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .project-spotlight-container .card-container .card {
    margin: 0 0 30px 0;
  }
}
.project-spotlight-container .card-container .card a {
  color: #FFFFFF;
  text-decoration: none;
}
.project-spotlight-container .card-container .card:last-child {
  margin: 0;
}
.project-spotlight-container .card-container .card h1 {
  font-size: 20px;
  margin: 5px 0;
}
.project-spotlight-container .card-container .card p {
  font-family: "Open Sans";
  font-size: 14px;
  margin: 0;
  color: #F2F2F2;
}
.project-spotlight-container .card-container .card img {
  width: 100%;
}

.ad-container {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.ad-container #index-ad-2 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ad-container #index-ad-1 {
    margin: 0 0 10px 0;
  }
  .ad-container #index-ad-2 {
    display: block;
  }
  .ad-container #index-ad-3 {
    display: none;
  }
}

.ad-banner {
  margin: 40px auto;
}

.three-cols-container h1 {
  font-size: 28px;
}

.get-app {
  position: relative;
}
@media screen and (max-width: 425px) {
  .get-app {
    height: 430px !important;
    margin-bottom: 100px !important;
    margin-top: 30px !important;
  }
}
.get-app h1.get-app-headline {
  position: absolute;
  top: -57px;
  margin: 0;
  width: 400px;
  right: 0;
  text-align: right;
  font-size: 28px;
}
@media screen and (max-width: 425px) {
  .get-app h1.get-app-headline {
    position: relative;
    top: 0;
    width: auto;
    text-align: left;
  }
}
.get-app header {
  background-color: transparent !important;
  opacity: 1 !important;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@media screen and (max-width: 1024px) {
  .get-app header {
    flex-direction: column;
  }
}
.get-app header img {
  max-width: 170px !important;
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .get-app header img {
    margin: 20px 0 0 0;
  }
}

.map-view {
  margin: 0 0 10px 0;
}

.cm-box-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.cm-box-container.first {
  margin-top: 20px;
}
.cm-box-container .cm-box {
  position: relative;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 3s;
}
.cm-box-container .cm-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cm-box-container .cm-box a[href^="#"] {
  pointer-events: none;
}
.cm-box-container .cm-box .cm-box-text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-shadow: 0 0 10px black;
}
.cm-box-container .cm-box .cm-box-text-container h1.headline {
  font-size: 14px;
  color: #FF997B;
  margin: 0;
}
.cm-box-container .cm-box .cm-box-text-container h2.subline {
  font-size: 18px;
  margin: 0 0 5px;
  color: #FFF;
}
.cm-box-container .cm-box .overlay {
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #002f3f, rgba(0, 47, 63, 0));
  mix-blend-mode: multiply;
  opacity: 0.6;
  display: none;
}
.cm-box-container .box {
  width: 32%;
  height: 240px;
  margin: 0 0 20px 0;
  box-sizing: border-box;
}
.cm-box-container .box.large {
  width: 49%;
  height: 370px;
}
.cm-box-container .animation-box {
  text-align: center;
  background: transparent;
  position: relative;
}
.cm-box-container .animation-box video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -o-object-fit: fill;
     object-fit: fill;
}
.cm-box-container .animation-box img {
  height: 100%;
}
.cm-box-container .cm-ad-box {
  position: relative;
  transition: opacity 2s;
}
.cm-box-container .cm-ad-box .cm-ad-label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: right;
  line-height: 20px;
  box-sizing: border-box;
  font-size: 10px;
  color: #FFF;
}
.cm-box-container .cm-ad-box .cm-ad-label span {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  text-transform: uppercase;
}
.cm-box-container .cm-ad-box.hide {
  opacity: 0;
}
.cm-box-container .cm-ad-box img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cm-box-container {
    flex-direction: column;
  }
  .cm-box-container .box {
    width: 100%;
    height: auto;
    padding-top: 60%;
  }
  .cm-box-container .box.cm-ad-box {
    height: auto;
    padding-top: 0;
  }
  .cm-box-container .box.animation-box {
    padding-top: 0;
  }
  .cm-box-container .box.large {
    width: 100%;
    height: auto;
  }
  .cm-box-container .animation-box {
    text-align: center;
    background: transparent;
    position: relative;
    height: auto;
  }
  .cm-box-container .animation-box video {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
  }
}

.blog-swiper-container {
  height: 400px;
  margin: 0 0 20px 0;
}
.blog-swiper-container .swiper-container {
  height: 100%;
}
.blog-swiper-container .swiper-container a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #FFF;
}
.blog-swiper-container .swiper-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-swiper-container .swiper-container .text {
  position: absolute;
  bottom: 40px;
  padding: 0 20px;
  text-shadow: 0 0 10px black;
}
.blog-swiper-container .swiper-container h1 {
  margin: 0;
  font-size: 24px;
}
.blog-swiper-container .swiper-container h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.blog-swiper-container .swiper-container .overlay {
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #002f3f, rgba(0, 47, 63, 0));
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.blog-swiper-container .swiper-container .swiper-pagination-bullets {
  bottom: 5px;
}
.blog-swiper-container .swiper-container .swiper-pagination-bullet {
  background-color: #FFF;
}
.blog-swiper-container .swiper-container .swiper-button {
  height: 82px;
  width: 59px;
  background-color: rgba(0, 48, 63, 0.55);
  position: absolute;
  z-index: 10;
  color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  background-image: none;
}
.blog-swiper-container .swiper-container .swiper-button-prev {
  left: 0;
  padding-right: 10px;
  right: auto;
}
.blog-swiper-container .swiper-container .swiper-button-next {
  left: auto;
  padding-left: 10px;
  right: 0;
}
.blog-swiper-container .swiper-container .swiper-button:hover {
  cursor: pointer;
}
@media screen and (max-width: 425px) {
  .blog-swiper-container .swiper-container .swiper-button {
    font-size: 24px;
    width: 40px;
    height: 59px;
  }
}

.go-to-search-links a {
  margin: 0 20px 0 0;
}

.go-to-search .button-container {
  text-align: center;
  margin: 0 0 20px 0;
}
.go-to-search a {
  display: inline-block;
  background-color: #FF997B;
  color: #FFFFFF;
  margin: 0;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  border: 0;
  margin: 0;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 2px;
  outline: 0;
  box-sizing: border-box;
  text-decoration: none;
}

.inspiration {
  padding-top: 80px;
}
.inspiration .page-heading {
  font-size: 36px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 16px;
  padding-top: 30px;
}
.inspiration .page-heading::before, .inspiration .page-heading::after {
  content: "";
  border-top: 1px solid #4FB1B8;
  flex: 1 0 20px;
  opacity: 0.22;
}
.inspiration .page-heading::before {
  margin: 0 50px 0 0;
}
.inspiration .page-heading::after {
  margin: 0 0 0 50px;
}
.inspiration .subtitle {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #D8D8D8;
}
.inspiration .categories {
  display: block;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 30px 0;
  padding: 0;
  overflow: hidden;
}
.inspiration .categories input {
  display: none;
}
@media screen and (min-width: 768px) {
  .inspiration .categories {
    display: flex;
  }
}
.inspiration .categories .blog-category {
  display: block;
  flex-basis: 10%;
  margin: 2%;
  float: left;
  width: 45.5%;
}
@media screen and (min-width: 450px) {
  .inspiration .categories .blog-category {
    margin: 1%;
    width: 31.3333%;
  }
}
@media screen and (min-width: 600px) {
  .inspiration .categories .blog-category {
    width: 23%;
  }
}
@media screen and (min-width: 1024px) {
  .inspiration .categories .blog-category {
    flex-grow: 0;
    margin: 5px 15px;
  }
}
.inspiration .categories .blog-category .button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-color: #4FB1B8;
  color: #4FB1B8;
  padding: 10px;
  text-align: center;
  transition: color 150ms, background-color 150ms;
}
.inspiration .categories .blog-category .button .button-icon {
  margin-right: 5px;
}
.inspiration .categories .blog-category input:checked + .button {
  background-color: #4FB1B8;
  color: #FFFFFF;
}
.inspiration #latest {
  margin: 30px 0 50px;
}
.inspiration #sponsored {
  margin: 80px 0;
}
.inspiration .three-cols {
  -webkit-animation: fade-in 300ms;
          animation: fade-in 300ms;
}

.mosaic {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.mosaic .mosaic-col {
  display: flex;
  flex-direction: column;
}
.mosaic .col1 .mosaic-item:nth-child(odd) {
  flex: 5;
}
.mosaic .col1 .mosaic-item:nth-child(even) {
  flex: 3;
}
.mosaic .col2 .mosaic-item:nth-child(odd) {
  flex: 1;
}
.mosaic .col2 .mosaic-item:nth-child(even) {
  flex: 2;
}
.mosaic .col3 .mosaic-item:nth-child(odd) {
  flex: 3;
}
.mosaic .col3 .mosaic-item:nth-child(even) {
  flex: 4;
}
.mosaic .mosaic-item {
  position: relative;
  flex: 1;
  margin: 3%;
  overflow: hidden;
  border-radius: 10px;
}
.mosaic .mosaic-item figure {
  height: 100%;
}
.mosaic .mosaic-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.mosaic .mosaic-item .article-info {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  opacity: 0;
  height: 100%;
  box-sizing: border-box;
  transition: opacity 250ms;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  color: #00303F;
}
.mosaic .mosaic-item .article-info .title {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
.mosaic .mosaic-item .article-info .ingress {
  font-size: 16px;
}
.mosaic .mosaic-item:hover .article-info {
  opacity: 0.8;
}

.three-cols {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin: 0 -1%;
}
.three-cols .three-cols-item {
  margin: 0 1% 2%;
  height: 430px;
  width: 31.3333%;
}
@media screen and (max-width: 1024px) {
  .three-cols .three-cols-item {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .three-cols .three-cols-item {
    height: 220px;
  }
}
@media screen and (max-width: 425px) {
  .three-cols .three-cols-item {
    width: 100%;
  }
}
.three-cols .three-cols-item .article {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.three-cols .three-cols-item .article .article-header {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #D8D8D8;
  opacity: 0.8;
}
.three-cols .three-cols-item .article .article-header .article-title {
  margin: 20px;
  color: #00303F;
  font-size: 18px;
}
.three-cols .three-cols-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.search-results .search-box-container {
  width: 100%;
  margin: 0 0 10px 0;
}
.search-results .search-box-container form {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .search-results .search-box-container form {
    flex-direction: column;
  }
}
.search-results .search-box-container .autocomplete-container-top {
  flex: 1;
}
.search-results .search-box-container input {
  height: 50px;
  font-weight: bold;
  border: 0;
  margin: 0;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 2px;
  outline: 0;
  box-sizing: border-box;
}
.search-results .search-box-container input[type=text] {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  color: #00303F;
}
.search-results .search-box-container input[type=text]::-webkit-input-placeholder {
  color: #00303F;
}
.search-results .search-box-container input[type=text]::-moz-placeholder {
  color: #00303F;
}
.search-results .search-box-container input[type=text]:-ms-input-placeholder {
  color: #00303F;
}
.search-results .search-box-container input[type=text]::-ms-input-placeholder {
  color: #00303F;
}
.search-results .search-box-container input[type=text]::placeholder {
  color: #00303F;
}
@media screen and (max-width: 768px) {
  .search-results .search-box-container input[type=text] {
    width: 100%;
  }
}
.search-results .search-box-container input[type=submit] {
  background-color: #FF997B;
  width: 140px;
  color: #FFFFFF;
  margin: 0 0 10px 10px;
  cursor: pointer;
}
.search-results .search-box-container .autocomplete-result-container-top {
  margin: 10px 0;
  transition: all 200ms;
  opacity: 0;
}
.search-results .search-box-container .autocomplete-result-container-top ul {
  text-align: left;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 0 10px;
  border-radius: 2px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search-results .search-box-container .autocomplete-result-container-top ul {
    width: 100%;
  }
}
.search-results .search-box-container .autocomplete-result-container-top ul li {
  list-style-type: none;
  padding: 10px 0;
  border-bottom: 1px solid #FFFFFF;
  color: #00455C;
  cursor: pointer;
}
.search-results .search-box-container .autocomplete-result-container-top ul li:last-child {
  border-bottom: 0;
}
.search-results .search-box-container .autocomplete-result-container-top ul li span {
  font-weight: bold;
  color: #042833;
}
.search-results .page-title {
  font-size: 22px;
  font-weight: bold;
  padding-top: 120px;
  margin: 0 0 5px 0;
}
.search-results .results-count {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  color: #D8D8D8;
}
.search-results .search-header-wrapper {
  display: flex;
}
.search-results .search-header-wrapper .search-header {
  flex: 2;
  padding-bottom: 20px;
  margin: 20px 0 30px 0;
  border-bottom: 1px solid rgba(79, 177, 184, 0.35);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.search-results .search-header-wrapper .search-header .row {
  display: flex;
}
.search-results .search-header-wrapper .search-header .button {
  font-size: 16px;
}
.search-results .search-header-wrapper .search-header .headline-container {
  margin: 0 0 0 0;
}
.search-results .search-header-wrapper .search-header .headline-container h2.custom-headline {
  margin: 20px 0 5px 0;
  font-size: 36px;
  font-weight: 400;
}
.search-results .search-header-wrapper .search-header .headline-container h2.custom-headline:empty {
  display: none;
}
.search-results .search-header-wrapper .search-header .headline-container h3.custom-subtitle {
  font-size: 18px;
  margin: 0;
}
.search-results .search-header-wrapper .search-header .headline-container h3.custom-subtitle:empty {
  display: none;
}
.search-results .search-header-wrapper .search-header .headline-container .custom-bodytext {
  display: none;
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 14px;
}
.search-results .search-header-wrapper .search-header .headline-container .custom-bodytext p {
  margin: 0 0 10px 0;
}
.search-results .search-header-wrapper .search-header .headline-container .btn-read-more {
  color: #FF997B;
}
.search-results .search-header-wrapper .search-header .headline-container .btn-read-more span {
  padding: 20px 20px 20px 0;
  display: inline-block;
}
.search-results .search-header-wrapper .search-header .headline-container .btn-read-more span.hidden {
  display: none;
}
@media screen and (max-width: 1024px) {
  .search-results .search-header-wrapper .search-header {
    flex: 1.5;
  }
}
@media screen and (max-width: 425px) {
  .search-results .search-header-wrapper .search-header {
    flex-direction: column;
    align-items: center;
  }
}
.search-results .search-header-wrapper .search-header .search-mode {
  display: flex;
  flex: 1;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .search-results .search-header-wrapper .search-header .search-mode {
    margin-bottom: 20px;
    flex-direction: column;
    width: 100%;
  }
}
.search-results .search-header-wrapper .search-header .search-mode .control-label {
  color: #D8D8D8;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-right: 10px;
}
@media screen and (max-width: 425px) {
  .search-results .search-header-wrapper .search-header .search-mode .control-label {
    margin-bottom: 10px;
    display: none;
  }
}
.search-results .search-header-wrapper .search-header #view-map {
  display: block;
}
.search-results .search-header-wrapper .search-header #view-list {
  display: none;
}
.search-results .search-header-wrapper .header-filler {
  flex: 1;
  margin-left: 3%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .search-results .search-header-wrapper .header-filler {
    display: none;
  }
}
.search-results .result-wrapper {
  display: flex;
}
@media screen and (max-width: 425px) {
  .search-results .result-wrapper {
    display: block;
  }
}
.search-results .result-wrapper.list-view .results-list {
  flex: 2;
  display: block;
}
.search-results .result-wrapper.list-view .results-list .project-list .fade-in {
  -webkit-animation: fade-in 200ms;
          animation: fade-in 200ms;
}
.search-results .result-wrapper.list-view .results-list .no-results {
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #D8D8D8;
  -webkit-animation: fade-in 200ms;
          animation: fade-in 200ms;
}
@media screen and (max-width: 1024px) {
  .search-results .result-wrapper.list-view .results-list {
    flex: 1.5;
  }
}
.search-results .result-wrapper.map-view .results-map-container {
  flex: 2;
  display: block;
}
@media screen and (max-width: 1024px) {
  .search-results .result-wrapper.map-view .results-map-container {
    flex: 1.5;
  }
}
@media screen and (max-width: 425px) {
  .search-results .result-wrapper.map-view .results-map-container {
    margin: 0 -10px;
  }
}
.search-results .result-wrapper .results-list {
  display: none;
}
.search-results .result-wrapper .results-map-container {
  display: none;
}
.search-results .result-wrapper .filter-button {
  position: absolute;
  transform: rotate(270deg);
  top: 40%;
  left: -73px;
  border: none;
  background-color: #FF997B;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
}
.search-results .result-wrapper .filter-button:focus {
  outline: none;
}
.search-results .result-wrapper .sidebar {
  margin-left: 3%;
  flex: 1;
  max-width: 85%;
}
.search-results .result-wrapper .sidebar .sidebar-header {
  display: none;
  background-color: #002835;
  padding: 10px 10px 0;
}
.search-results .result-wrapper .sidebar .sidebar-header .close-filters {
  color: #FFFFFF;
  font-size: 18px;
}
.search-results .result-wrapper .sidebar .ads {
  margin: 60px 0;
}
.search-results .result-wrapper .sidebar .ads > * {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .search-results .result-wrapper .sidebar {
    position: fixed;
    top: 80px;
    z-index: 3;
    right: 0;
    transition: transform 150ms;
    height: calc(100% - 80px);
  }
  .search-results .result-wrapper .sidebar.sidebar-hidden {
    transform: translateX(100%);
  }
  .search-results .result-wrapper .sidebar .sidebar-header {
    display: block;
  }
  .search-results .result-wrapper .sidebar .filter-container {
    max-height: 100%;
    overflow: auto;
  }
  .search-results .result-wrapper .sidebar .filter-container .filters {
    min-height: 60vh;
  }
}
@media screen and (max-width: 375px) {
  .search-results .result-wrapper .sidebar {
    max-width: 100%;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.segmented-control {
  display: flex;
  max-width: 289px;
  width: 100%;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
  font-size: 14px;
  border: 1px solid #4FB1B8;
  border-radius: 1px;
  color: #4FB1B8;
  font-family: "Open Sans", sans-serif;
}
.segmented-control > input {
  display: none;
}
.segmented-control > input:checked + label {
  color: #FFFFFF;
}
.segmented-control > input:nth-of-type(1):checked ~ label:last-of-type:before {
  transform: translateX(0%);
}
.segmented-control > input:nth-of-type(2):checked ~ label:last-of-type:before {
  transform: translateX(100%);
}
.segmented-control label {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.segmented-control label:last-of-type:before {
  content: "";
  display: block;
  max-width: 50%;
  margin: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: translateX(0);
}
.segmented-control label {
  padding: 10px 10px;
  transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.segmented-control label:before {
  background: #4FB1B8;
  transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}
.segmented-control label:before:not(:last-child) {
  border-right: 1px solid #4FB1B8;
}

.filters {
  background-color: #002835;
  padding: 30px;
  border-radius: 2px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.filters .filter-field {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}
.filters .filter-field.filter-field-with-border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #4FB1B8;
  opacity: 0.13;
}
.filters .filter-field .filter-label {
  display: block;
  margin-bottom: 10px;
}
.filters .filter-field .filter-label-hidden {
  display: none;
}
.filters .filter-field .filter-search {
  width: 100%;
  font-size: 14px;
  color: #00303F;
  padding: 15px 10px;
  border-radius: 2px;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.filters .filter-field .filter-search.hidden {
  display: none;
}
.filters .filter-field .filter-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #00303F;
}
.filters .filter-field .filter-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #00303F;
}
.filters .filter-field .filter-search:-ms-input-placeholder {
  /* IE 10+ */
  color: #00303F;
}
.filters .filter-field .filter-search:-moz-placeholder {
  /* Firefox 18- */
  color: #00303F;
}
.filters .filter-field .slider-values {
  font-size: 12px;
  color: #D8D8D8;
  margin: 5px 0;
}
.filters .filter-field .slider {
  margin: 20px 0;
}
.filters .filter-field .checkbox-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.filters .filter-field .checkbox-fieldset .checkbox-label {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.filters .filter-field .checkbox-fieldset .checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filters .filter-field .checkbox-fieldset .checkbox-list .checkbox-list-item {
  margin-bottom: 10px;
}
.filters .filter-field .checkbox-fieldset .checkbox-list .checkbox {
  display: flex;
  align-items: center;
}
.filters .filter-field .checkbox-fieldset .checkbox-list .checkbox:hover {
  cursor: pointer;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.filters .filter-field .checkbox-fieldset .checkbox-list .checkbox input {
  display: none;
}
.filters .filter-field .checkbox-fieldset .checkbox-list .checkbox input:checked ~ .checkmark {
  background-color: #4FB1B8 !important;
}
.filters .filter-field .checkbox-fieldset .checkbox-list .checkbox input:checked ~ .checkmark::after {
  display: block;
}
.filters .filter-field .checkbox-fieldset .checkbox-list .checkbox .checkbox-lbl {
  flex: 1;
  font-size: 14px;
  color: #D8D8D8;
}
.filters .filter-field .checkbox-fieldset .checkbox-list .checkbox .checkbox-icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filters .filter-field .checkbox-fieldset .checkbox-list .checkbox .checkbox-icon img {
  width: 10px;
  height: auto;
}
.filters .filter-field .checkbox-fieldset .checkbox-list .checkbox .checkmark {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #00303F;
  border-radius: 2px;
  border: 1px solid #4FB1B8;
  margin: 0 0 0 10px;
}
.filters .filter-field .checkbox-fieldset .checkbox-list .checkbox .checkmark::after {
  content: "";
  display: none;
  text-align: center;
  height: 8px;
  width: 4px;
  border: solid white;
  border-width: 0 3px 3px 0;
  position: relative;
  top: 5px;
  left: 9px;
  transform: rotate(45deg);
}
.filters .filter-field .ui-corner-all, .filters .filter-field .ui-corner-all {
  border-radius: 0;
}
.filters .filter-field .ui-slider {
  border: 0;
  background: #27717B;
  border-radius: 2px;
}
.filters .filter-field .ui-slider-horizontal {
  height: 3px;
  /*width: 100%;*/
}
.filters .filter-field .ui-slider-vertical {
  height: 15em;
  width: 4px;
}
.filters .filter-field .ui-slider-handle {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  border: 2px solid #00303F;
  background-clip: padding-box;
}
.filters .filter-field .ui-slider-horizontal .ui-slider-handle::after {
  content: "";
  position: relative;
  display: block;
  left: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
}
.filters .filter-field .ui-slider-horizontal .ui-slider-handle {
  /*top: 0px;*/
  margin-top: -5px;
}
.filters .filter-field .ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -10px;
}
.filters .filter-field .ui-slider-handle:hover {
  opacity: 0.8;
}
.filters .filter-field .ui-slider-range {
  border: 0;
  border-radius: 0;
  background: #4FB1B8;
}
.filters .filter-field .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 3px;
}
.filters .filter-field .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 4px;
}
.filters .filter-field .autocomplete-container {
  background-color: #D8D8D8;
  position: relative;
}
.filters .filter-field .autocomplete-container .current-search-term-container {
  background-color: #4FB1B8;
  position: relative;
  padding: 15px 10px;
}
.filters .filter-field .autocomplete-container .current-search-term-container.hidden {
  display: none;
}
.filters .filter-field .autocomplete-container .current-search-term-container .current-search-term {
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #FFFFFF;
  border: none;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.filters .filter-field .autocomplete-container .current-search-term-container .clear-current-search-term {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  background-color: transparent;
  font-size: 16px;
  border: none;
}
.filters .filter-field .autocomplete-container .current-search-term-container .clear-current-search-term:hover {
  cursor: pointer;
}
.filters .filter-field .autocomplete-result-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
}
.filters .filter-field .autocomplete-result-container ul {
  margin: 0;
  color: #00303F;
  list-style: none;
  padding: 0;
}
.filters .filter-field .autocomplete-result-container ul li {
  padding: 5px 10px;
  font-size: 14px;
  background-color: #D8D8D8;
  transition: background-color 150ms;
}
.filters .filter-field .autocomplete-result-container ul li.selected, .filters .filter-field .autocomplete-result-container ul li:hover {
  cursor: pointer;
  background-color: #c2c2c2;
}

.create-account-page .bg-container {
  min-height: 100vh;
  background: url("../img/bg1.jpg") no-repeat center center;
  background-size: cover;
}
@supports (background-blend-mode: multiply, luminosity) {
  .create-account-page .bg-container {
    background: linear-gradient(0deg, #16848E, #16848E), url("../img/bg1.jpg") no-repeat center center;
    background-color: #FFFFFF;
    background-blend-mode: multiply, luminosity;
    background-size: cover;
  }
}
.create-account-page .create-account-form-container {
  background-color: rgba(0, 48, 63, 0.8);
  max-width: 800px;
  padding: 120px 100px 40px 100px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .create-account-page .create-account-form-container {
    padding: 120px 20px 40px 20px;
  }
}
.create-account-page .create-account-form-container header {
  padding: 0 20px;
  text-align: center;
}
.create-account-page .create-account-form-container header h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px 0;
  text-align: center;
}
.create-account-page .create-account-form-container header p {
  font-family: "Open Sans";
  font-size: 16px;
}
.create-account-page .create-account-form-container form {
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .create-account-page .create-account-form-container form {
    padding: 0;
  }
}
.create-account-page .create-account-form-container form .row {
  display: flex;
  margin: 20px 0;
}
.create-account-page .create-account-form-container form .row input:-webkit-autofill,
.create-account-page .create-account-form-container form .row input:-webkit-autofill:hover,
.create-account-page .create-account-form-container form .row input:-webkit-autofill:focus,
.create-account-page .create-account-form-container form .row textarea:-webkit-autofill,
.create-account-page .create-account-form-container form .row textarea:-webkit-autofill:hover,
.create-account-page .create-account-form-container form .row textarea:-webkit-autofill:focus,
.create-account-page .create-account-form-container form .row select:-webkit-autofill,
.create-account-page .create-account-form-container form .row select:-webkit-autofill:hover,
.create-account-page .create-account-form-container form .row select:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFFFFF;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.create-account-page .create-account-form-container form .row input[type=text], .create-account-page .create-account-form-container form .row input[type=password], .create-account-page .create-account-form-container form .row input[type=email], .create-account-page .create-account-form-container form .row input[type=date] {
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 2px solid #4FB1B8;
  color: #FFFFFF;
  outline: none;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0 10px;
  border-radius: 2px 2px 0 0;
}
.create-account-page .create-account-form-container form .row input[type=text]::-webkit-input-placeholder, .create-account-page .create-account-form-container form .row input[type=text] ::-ms-input-placeholder, .create-account-page .create-account-form-container form .row input[type=password]::-webkit-input-placeholder, .create-account-page .create-account-form-container form .row input[type=password] ::-ms-input-placeholder, .create-account-page .create-account-form-container form .row input[type=email]::-webkit-input-placeholder, .create-account-page .create-account-form-container form .row input[type=email] ::-ms-input-placeholder, .create-account-page .create-account-form-container form .row input[type=date]::-webkit-input-placeholder, .create-account-page .create-account-form-container form .row input[type=date] ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.create-account-page .create-account-form-container form .row input[type=text]:disabled, .create-account-page .create-account-form-container form .row input[type=password]:disabled, .create-account-page .create-account-form-container form .row input[type=email]:disabled, .create-account-page .create-account-form-container form .row input[type=date]:disabled {
  border-color: rgba(79, 177, 184, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.create-account-page .create-account-form-container form .row .left {
  margin: 0 10px 0 0;
}
.create-account-page .create-account-form-container form .row .right {
  margin: 0 0 0 10px;
}
.create-account-page .create-account-form-container form .row input::-webkit-input-placeholder {
  color: #D8D8D8;
}
.create-account-page .create-account-form-container form .row input::-moz-placeholder {
  color: #D8D8D8;
}
.create-account-page .create-account-form-container form .row input:-ms-input-placeholder {
  color: #D8D8D8;
}
.create-account-page .create-account-form-container form .row input::-ms-input-placeholder {
  color: #D8D8D8;
}
.create-account-page .create-account-form-container form .row input::placeholder {
  color: #D8D8D8;
}
.create-account-page .create-account-form-container form .row select {
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  border: 0;
  border-bottom: 2px solid #4FB1B8;
  outline: none;
  -webkit-appearance: none;
  border-radius: 2px 2px 0 0;
  padding: 0 10px;
}
.create-account-page .create-account-form-container form .row select option {
  color: #000000;
}
.create-account-page .create-account-form-container form .row.largerMarginBottom {
  margin-bottom: 40px;
}
.create-account-page .create-account-form-container form .row.noMarginBottom {
  margin-bottom: 0;
}
.create-account-page .create-account-form-container form .createAccountButton {
  margin: 20px auto;
  text-align: center;
  background-color: #4FB1B8;
  padding: 10px 20px;
  border-radius: 2px;
  font-size: 16px;
  border: 0;
  color: #FFFFFF;
}
.create-account-page .create-account-form-container form .createAccountButton.disable {
  pointer-events: none;
  opacity: 0.4;
}
.create-account-page .create-account-form-container form .createAccountFormTerms {
  margin: 20px 0 0 0;
  color: #D8D8D8;
  font-size: 14px;
}
.create-account-page .create-account-form-container form .headline {
  font-weight: 800;
  margin: 20px 0 0 0;
}
.create-account-page .create-account-form-container form .hidden {
  display: none;
}
.create-account-page .msg {
  color: #FFFFFF;
  text-align: center;
  margin: 20px 0 0 0;
}
.create-account-page .msg.error {
  color: #BE2D29;
  background-color: #fff;
  padding: 10px;
  border-radius: 2px;
  width: 100%;
}
.create-account-page .msg.error svg {
  margin: 0 5px 0 0;
}
.create-account-page .msg.error a {
  color: #00303F;
}
.create-account-page .msg.can-not-login {
  display: none;
}
.create-account-page .msg.req {
  display: none;
}
.create-account-page .msg.postal-code-error {
  display: none;
}
.create-account-page .msg.no-match {
  display: none;
}
.create-account-page .msg.creation-error {
  display: none;
}
.create-account-page .msg.done {
  display: none;
  color: #00303F;
  background-color: #fff;
  padding: 10px;
  border-radius: 2px;
  width: 100%;
}
.create-account-page .msg.done svg {
  margin: 0 5px 0 0;
}
.create-account-page .msg.done a {
  color: #00303F;
}

/* CHECKBOX */
label.checkbox > * {
  display: block;
  pointer-events: none;
}

.checkbox {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
}
.checkbox.lbl-left {
  flex-direction: row-reverse;
}
.checkbox input {
  display: none;
}
.checkbox .checkmark {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #00303F;
  border-radius: 2px;
  border: 1px solid #4FB1B8;
  margin: 0 0 0 10px;
}
.checkbox.lbl-left .checkmark {
  margin: 0 10px 0 0;
}
.checkbox .checkmark:after {
  content: "";
  display: none;
  text-align: center;
  height: 8px;
  width: 4px;
  border: solid white;
  border-width: 0 3px 3px 0;
  position: relative;
  top: 5px;
  left: 9px;
  transform: rotate(45deg);
}
.checkbox input:checked ~ .checkmark {
  background-color: #4FB1B8 !important;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .lbl {
  margin: 0;
  flex: 1;
}

/* RADIO */
label.radioButton > * {
  display: block;
  pointer-events: none;
}

.radioButton {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
}
.radioButton.lbl-left {
  flex-direction: row-reverse;
}
.radioButton input {
  display: none;
}
.radioButton .radio {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #00303F;
  border-radius: 50%;
  border: 1px solid #4FB1B8;
  margin: 0 0 0 10px;
}
.radioButton.lbl-left .radio {
  margin: 0 10px 0 0;
}
.radioButton .radio:after {
  content: "";
  display: none;
  text-align: center;
  height: 12px;
  width: 12px;
  background-color: #FFFFFF;
  border-radius: 50%;
  /*border: 4px solid white;*/
  /*border-width: 0 3px 3px 0;*/
  position: relative;
  top: 6px;
  left: 6px;
  /*-webkit-transform: rotate(45deg);*/
  /*-ms-transform: rotate(45deg);*/
  /*transform: rotate(45deg);*/
}
.radioButton input:checked ~ .radio {
  background-color: #4FB1B8 !important;
}
.radioButton input:checked ~ .radio:after {
  display: block;
}
.radioButton .lbl {
  margin: 0;
  flex: 1;
}

.login-page .bg-container {
  min-height: 100vh;
  background: url("../img/bg1.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}
.login-page .bg-container.bg-fav {
  background: url("../img/bg-fav.jpg") no-repeat center center;
}
.login-page .bg-container.bg-fav h1 {
  display: none;
}
.login-page .bg-container.bg-agent {
  background: url("../img/bg-agent.jpg") no-repeat center center;
}
.login-page .bg-container.bg-agent h1 {
  display: none;
}
@supports (background-blend-mode: multiply, luminosity) {
  .login-page .bg-container {
    background: linear-gradient(0deg, #16848E, #16848E), url("../img/bg1.jpg") no-repeat center center;
    background-color: #FFFFFF;
    background-size: cover;
    background-blend-mode: multiply, luminosity;
  }
  .login-page .bg-container.bg-fav {
    background: url("../img/bg-fav.jpg") no-repeat center center;
    background-size: cover;
  }
  .login-page .bg-container.bg-agent {
    background: url("../img/bg-agent.jpg") no-repeat center center;
    background-size: cover;
  }
}
.login-page #login-form-container .loggin-needed {
  display: none;
  text-align: center;
  margin: 0 0 40px 0;
}
.login-page #login-form-container .loggin-needed .info {
  font-size: 28px;
  font-family: "GT America";
  margin: 0 0 30px 0;
}
.login-page #login-form-container .loggin-needed .new-account {
  font-size: 18px;
  font-family: "GT America";
  font-weight: bold;
}
.login-page #login-form-container .loggin-needed .new-account a {
  color: #FF997B;
  text-decoration: none;
}
.login-page #login-form-container .loggin-needed .new-account a:hover {
  text-decoration: underline;
}
.login-page #send-code-form-container {
  display: none;
}
.login-page #new-password-form-container {
  display: none;
}
.login-page #already-logged-in {
  display: none;
}
.login-page #login-form-container {
  display: none;
}
.login-page #password-changed {
  display: none;
}
.login-page .form-container {
  background-color: rgba(0, 48, 63, 0.8);
  border-radius: 2px;
  padding: 40px;
  margin: 130px 0 0 0;
}
.login-page .form-container h1 {
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 36px;
}
.login-page .form-container form {
  display: flex;
  flex-direction: column;
}
.login-page .form-container form label {
  font-size: 18px;
  font-family: "Open Sans";
  margin: 0 0 5px 0;
}
.login-page .form-container form input:-webkit-autofill,
.login-page .form-container form input:-webkit-autofill:hover,
.login-page .form-container form input:-webkit-autofill:focus,
.login-page .form-container form textarea:-webkit-autofill,
.login-page .form-container form textarea:-webkit-autofill:hover,
.login-page .form-container form textarea:-webkit-autofill:focus,
.login-page .form-container form select:-webkit-autofill,
.login-page .form-container form select:-webkit-autofill:hover,
.login-page .form-container form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFFFFF;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.login-page .form-container form input {
  border: 0;
  padding: 10px 15px;
  outline: none;
  font-size: 16px;
  font-family: "Open Sans";
  border-radius: 2px 2px 0 0;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.login-page .form-container form input[type=email] {
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  border-bottom: 2px solid #4FB1B8;
}
.login-page .form-container form input[type=password] {
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  border-bottom: 2px solid #4FB1B8;
}
.login-page .form-container form input[type=text] {
  background-color: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  border-bottom: 2px solid #4FB1B8;
}
.login-page .form-container form input[type=submit] {
  background-color: rgba(255, 153, 123, 0.85);
  color: #FFFFFF;
  margin: 30px 0 0 0;
}
.login-page .form-container form input[type=submit].disable {
  pointer-events: none;
  opacity: 0.25;
}
.login-page .form-container a {
  color: #FFFFFF;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}
.login-page .form-container a:hover {
  text-decoration: none;
}
.login-page .form-container a.link-cancel {
  margin: 20px 0 0 0;
}
.login-page .form-container a.link-gdpr {
  color: #FF997B;
  text-decoration: none;
  margin: 20px 0 0 0;
}
.login-page .form-container a.link-gdpr:hover {
  text-decoration: underline;
}
.login-page .form-container .msg {
  color: #FFFFFF;
  text-align: center;
  margin: 20px 0 0 0;
}
.login-page .form-container .msg.error {
  color: #BE2D29;
  background-color: #fff;
  padding: 10px;
  border-radius: 2px;
}
.login-page .form-container .msg.error svg {
  margin: 0 5px 0 0;
}
.login-page .form-container .msg.can-not-login {
  display: none;
}
.login-page .form-container .msg.req {
  display: none;
}
.login-page .form-container .msg.no-match {
  display: none;
}
.login-page .form-container .msg.wrong-code {
  display: none;
}
.login-page .form-container .facebook-login-button {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
}
.login-page .form-container .apple-login-button {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
}

.project-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.project-list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(79, 177, 184, 0.35);
}
.project-list li:last-child {
  border-bottom: none;
}
.project-list li.cm-banner {
  width: 100%;
}
.project-list li.cm-banner img {
  width: 100%;
  vertical-align: middle;
}

.project-link {
  text-decoration: none;
}

.project-card {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FFFFFF;
  background-size: cover;
  height: 350px;
  position: relative;
}
.project-card.ie-fix {
  background-color: #16848E;
  text-shadow: rgba(0, 0, 0, 0.45) 0px 1px 11px;
}
.project-card:hover {
  cursor: pointer;
  -webkit-filter: brightness(105%);
          filter: brightness(105%);
}
.project-card .overlay {
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #002f3f, rgba(0, 47, 63, 0));
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.project-card .project-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 20px auto;
}
.project-card .project-header .project-favorite {
  transition: all 150ms;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0;
}
.project-card .project-header .project-favorite:focus {
  outline: none;
}
.project-card .project-header .project-favorite:hover {
  transform: scale(1.1);
}
.project-card .project-header .project-favorite.project-is-favorite {
  color: #FF997B;
}
.project-card .project-header .project-status {
  display: flex;
  align-items: center;
}
.project-card .project-header .project-status img {
  height: 15px;
  width: auto;
}
.project-card .project-info {
  margin: 45px 50px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-shadow: 0 0 10px black;
}
.project-card .project-name {
  font-size: 50px;
  margin: 0;
}
.project-card .project-area {
  font-size: 20px;
  color: #FF997B;
  margin: 0 0 5px;
}
.project-card .project-developer {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  color: #D8D8D8;
}

@media screen and (max-width: 425px) {
  .project-list {
    margin: 0 -10px;
  }
  .project-list li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 7px solid #D8D8D8;
  }

  .project-card {
    height: 190px;
  }
  .project-card .project-info {
    margin: 15px 20px;
  }
  .project-card .project-name {
    font-size: 32px;
  }
  .project-card .project-area {
    font-size: 18px;
  }
}
.project .project-hero {
  height: 85vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #FFFFFF;
  padding-top: 35vh;
  box-sizing: border-box;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.project .project-hero > *:not(svg) {
  z-index: 1;
  position: relative;
}
.project .project-hero.ie-fix {
  background-color: #16848E;
  text-shadow: rgba(0, 0, 0, 0.45) 0px 1px 11px;
}
.project .project-hero .project-name {
  font-size: 56px;
  margin: 0;
  text-shadow: 0 0 10px black;
}
.project .project-hero .project-location {
  color: #FF997B;
  margin: 0 0 18px;
  font-size: 28px;
  text-shadow: 0 0 10px black;
}
.project .project-hero .developer {
  font-size: 18px;
  color: #F2F2F2;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 5px black;
}
.project .project-hero .developer a {
  color: #FFFFFF;
  text-decoration: none;
}
.project .project-hero .developer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 425px) {
  .project .project-hero .project-name {
    font-size: 32px;
  }
  .project .project-hero .project-location {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .project .project-hero .developer {
    font-size: 12px;
  }
}
.project .project-section {
  min-height: 15vh;
  padding: 20px;
  box-sizing: border-box;
}
.project .data-list {
  flex: 1;
  padding: 0 5%;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  flex-wrap: wrap;
}
.project .data-list .data-group.hide {
  display: none;
}
.project .data-list .data-group .data-title {
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 10px;
  white-space: nowrap;
}
.project .data-list .data-group .data {
  margin: 0;
  font-size: 36px;
  color: #FF997B;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .project .data-list .data-group .data {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .project .data-list .data-group {
    flex-basis: 33%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 425px) {
  .project .data-list {
    padding: 0;
  }
  .project .data-list .data-group .data-title {
    font-size: 14px;
  }
  .project .data-list .data-group .data-title .mobile-hidden {
    display: none;
  }
  .project .data-list .data-group .data {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .project .data-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .project .data-list .data-group {
    flex-basis: 26%;
  }
}
.project .section-description {
  min-height: auto;
}
.project .project-description {
  font-size: 18px;
  font-weight: normal;
  color: #D8D8D8;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.project .project-description a {
  color: #4FB1B8;
}
.project .project-description .long-desc-cut .long-desc-read-more-link {
  color: #FF997B;
  text-decoration: none;
}
.project .project-description .long-desc-full {
  display: none;
}
.project .project-description .long-desc-full .long-desc-read-less-link {
  color: #FF997B;
  text-decoration: none;
}
.project #slideShowContainer {
  width: 100%;
  margin: 30px 0;
  background-color: #002835;
}
.project #slidesContainer {
  height: 100%;
  max-height: 600px;
}
.project #slidesContainer .slideshow-button {
  height: 82px;
  width: 59px;
  background-color: rgba(0, 48, 63, 0.55);
  position: absolute;
  z-index: 10;
  color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}
.project #slidesContainer .slideshow-button-prev {
  left: 0;
  padding-right: 10px;
  right: auto;
}
.project #slidesContainer .slideshow-button-next {
  left: auto;
  padding-left: 10px;
  right: 0;
}
.project #slidesContainer .slideshow-button:hover {
  cursor: pointer;
}
@media screen and (max-width: 425px) {
  .project #slidesContainer .slideshow-button {
    font-size: 24px;
    width: 40px;
    height: 59px;
  }
}
.project .swiper-wrapper {
  display: flex;
  align-items: center;
}
.project .swiper-wrapper .image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 600px;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.project .swiper-wrapper .image img {
  max-width: 100%;
  max-height: 600px;
}
.project .swiper-wrapper .video {
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
}
.project .swiper-wrapper .video video {
  max-height: 600px;
}
.project .swiper-wrapper .video iframe {
  height: 100%;
  border: none;
  width: 100%;
}
.project .actions {
  width: 100%;
}
.project .actions-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1300px;
}
@supports (display: grid) {
  .project .actions-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, 170px);
    justify-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
.project .actions-list .action-link {
  border: 1px solid #4FB1B8;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 165px;
  text-decoration: none;
  margin: 5px;
  padding: 0;
  background-color: #00303F;
  font-family: "Open Sans", sans-serif;
}
@supports (display: grid) {
  .project .actions-list .action-link {
    margin: 0;
  }
}
.project .actions-list .action-link:hover {
  cursor: pointer;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  /*#button-share-menu svg {
      transform: scale(1.0);
  }*/
}
.project .actions-list .action-link:hover svg {
  transform: scale(1.1);
}
.project .actions-list .action-link .action-link-icon {
  text-align: center;
  flex: 1.2;
  display: flex;
  align-items: flex-end;
}
.project .actions-list .action-link .action-link-icon svg {
  width: 37px;
  font-size: 37px;
  color: #FF997B;
  fill: #FF997B;
  transition: transform 150ms;
}
.project .actions-list .action-link .action-link-text {
  text-align: center;
  color: #D8D8D8;
  margin: 10px 0 0;
  flex: 1;
  font-size: 16px;
}
.project .actions-list .action-link#button-apply {
  background-color: #01bf69;
  border-color: #01bf69;
}
.project .actions-list .action-link#button-apply .action-link-text {
  color: #00303F;
}
.project .actions-list .action-link#button-apply svg {
  width: 37px;
  height: 37px;
  font-size: 37px;
  color: #00303F;
  fill: #00303F;
  transition: transform 150ms;
}
.project .actions-list #button-share-menu-container {
  z-index: 2;
  position: relative;
}
.project .actions-list #button-share-menu {
  display: flex;
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out;
  width: 270px;
}
.project .actions-list #button-share-menu .button-share-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #4FB1B8;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #00303F;
  margin-left: 5px;
}
.project .actions-list #button-share-menu .button-share-menu-item:hover {
  background-color: #FF997B;
}
.project .actions-list #button-share-menu .share-menu-first {
  margin-left: 0;
}
@media screen and (max-width: 425px) {
  .project .actions-list {
    justify-items: stretch;
    -ms-grid-columns: 33.3333% 5px 33.3333% 5px 33.3333%;
    grid-template-columns: repeat(3, 33.3333%);
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 5px;
  }
  .project .actions-list .action-link {
    width: unset;
    height: 100px;
  }
  .project .actions-list .action-link .action-link-text {
    font-size: 12px;
  }
  .project .actions-list .action-link .action-link-icon {
    width: 25px;
  }
  .project .actions-list .action-link .action-link-icon svg {
    width: 25px;
    font-size: 25px;
  }
  .project .actions-list .action-link#button-apply .action-link-icon svg {
    height: 25px;
  }
}
.project .objects {
  margin: 50px 0 100px;
}
.project .objects-list-header {
  background-color: #114d59;
  border-top: 1px solid #4FB1B8;
  border-bottom: 1px solid #4FB1B8;
  padding: 10px;
  text-align: center;
}
.project .objects-list-header .object-list-button.button-label {
  font-family: "GT America";
  font-weight: normal;
  color: #FFFFFF;
  padding: 5px;
}
.project .objects-list-header .object-list-button.button-label.open .header-icon {
  transform: rotate(90deg);
}
.project .objects-list-header .object-list-button.button-label h2 {
  font-size: 24px;
  margin: 0;
}
.project .objects-list-header .object-list-button.button-label .header-icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
  transition: transform 150ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.project .accordion {
  max-height: 0;
  overflow: hidden;
}
.project .accordion.open {
  max-height: 200em;
}
.project .object-groups {
  list-style: none;
  text-align: center;
  padding: 0;
}
.project .object-groups .object-group {
  padding-top: 10px;
}
.project .object-groups .object-group-button {
  padding: 5px;
  margin-bottom: 5px;
}
.project .object-groups .object-group-button.open .group-header-icon {
  transform: rotate(90deg);
}
.project .object-groups .object-group-title {
  color: #FF997B;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin: 0;
}
.project .object-groups .object-group-title .group-header-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  transition: transform 150ms;
}
.project .object-groups .object-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.project .object-groups .object-list .object:nth-child(odd) {
  background-color: #033644;
}
.project .object-groups .object-list .object:nth-child(even) {
  background-color: #00303F;
}
.project .object-groups .object-list .object .object-link {
  color: #FFFFFF;
  text-decoration: none;
}
.project .object-groups .object-list .object .object-data-row {
  color: #D8D8D8;
  margin: auto;
  display: flex;
  max-width: 1000px;
  padding: 20px 40px;
  font-family: "Open Sans", sans-serif;
  justify-content: space-between;
}
@media screen and (max-width: 425px) {
  .project .object-groups .object-list .object .object-data-row {
    flex-wrap: wrap;
    padding: 20px 10px;
  }
}
.project .object-groups .object-list .object .object-data-row .data-row-item {
  flex: 1;
}
@media screen and (max-width: 425px) {
  .project .object-groups .object-list .object .object-data-row .data-row-item {
    font-size: 14px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 425px) {
  .project .object-groups .object-list .object .object-data-row .data-row-item.data-row-object-name {
    font-size: 12px;
    flex-basis: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
}
.project .project-map {
  position: relative;
  padding: 0;
  margin: 50px auto;
  text-align: center;
}
.project .project-map .nearby-trades {
  margin: auto;
  padding: 0 20px 20px;
  font-size: 14px;
  max-width: 420px;
  background-color: #00303F;
}
.project .project-map .nearby-trades .nearby-trades-title {
  color: #FF997B;
  font-size: 18px;
  font-weight: 400;
}
.project .project-map .nearby-trades .nearby-trades-list {
  font-family: "Open Sans", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
.project .project-map .nearby-trades .nearby-trades-list .nearby-trades-list-item {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  padding: 5px 0 0;
  border-top: 1px solid rgba(79, 177, 184, 0.35);
}
.project .project-map .nearby-trades .nearby-trades-list .nearby-trades-list-item .nearby-trade-distance {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .project .project-map .nearby-trades {
    position: absolute;
    width: 200px;
    top: 50px;
    left: 50px;
    opacity: 0.9;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  }
  .project .project-map .nearby-trades .nearby-trades-title {
    text-align: left;
  }
}
.project .info-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 425px) {
  .project .info-section {
    flex-direction: column;
    align-items: stretch;
  }
}
.project .info-section .info-col {
  margin: 0 20px 40px;
  flex: 1 0 250px;
}
@media screen and (max-width: 425px) {
  .project .info-section .info-col {
    margin-left: 0;
    margin-right: 0;
    flex-basis: 0;
  }
}
.project .info-section .info-col .attachments-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.project .info-section .info-col .attachments-list .attachment {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.project .info-section .info-col .attachments-list .attachment .attachment-link {
  color: #FFFFFF;
  text-decoration: none;
  word-break: break-all;
}
.project .info-section .info-col .attachments-list .attachment .attachment-link .attachment-info-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.project .info-section .info-col .attachments-list .attachment .attachment-link .attachment-icon {
  color: #D8D8D8;
  margin-right: 20px;
  font-size: 28px;
}
@media screen and (max-width: 425px) {
  .project .info-section .info-col .attachments-list .attachment .attachment-link .attachment-icon {
    margin-right: 10px;
    font-size: 20px;
  }
}
.project .info-section .info-col .developer-link img {
  max-width: 200px;
}
.project .info-section .info-col .project-buttons {
  text-align: center;
}
.project .info-section .info-col .project-buttons button {
  display: block;
  width: 100%;
  max-width: 230px;
  margin: 0 auto 30px;
  transition: color 150ms, border-color 150ms;
}
.project .info-section .info-col .project-buttons button:last-child {
  margin-bottom: 0;
}
.project .info-section .info-col .project-buttons button.highlighted {
  border-color: #FF997B;
  color: #FF997B;
}
.project .project-h2 {
  line-height: 28px;
  font-size: 28px;
  margin: 0 0 20px;
  font-weight: normal;
}
@media screen and (max-width: 425px) {
  .project .project-h2 {
    font-size: 18px;
    line-height: 18px;
  }
}

.object #data-group-building-type {
  order: -1;
}

.dialog {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00303F;
  color: #FFFFFF;
  border: none;
  z-index: 4;
  padding: 10px 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  max-width: 600px;
  z-index: 9999999999;
}
.dialog::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0.43);
}
.dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.43);
}
.dialog + .backdrop {
  background-color: rgba(0, 0, 0, 0.43);
}
.dialog[open] {
  -webkit-animation: appear 500ms;
          animation: appear 500ms;
}
@media screen and (max-width: 425px) {
  .dialog {
    top: 100px;
    transform: translateY(0%);
    padding-left: 20px;
    padding-right: 20px;
  }
  .dialog[open] {
    -webkit-animation: appear-mobile 500ms;
            animation: appear-mobile 500ms;
  }
}
.dialog.dialog-small {
  top: 50%;
  transform: translateY(-50%);
}
.dialog.dialog-small[open] {
  -webkit-animation: appear 500ms;
          animation: appear 500ms;
}
.dialog .dialog-close {
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  font-size: 20px;
}
.dialog .dialog-close .button-icon {
  margin: 0;
}

.viewing-dates {
  pointer-events: auto;
}
.viewing-dates .title {
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0;
  text-align: center;
}
.viewing-dates .text {
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.viewing-dates .viewing-dates-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.viewing-dates .viewing-dates-list .event {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid rgba(79, 177, 184, 0.35);
}
.viewing-dates .viewing-dates-list .event .date {
  margin-bottom: 10px;
}
.viewing-dates .viewing-dates-list .event .date .icon {
  margin-right: 10px;
}
.viewing-dates .viewing-dates-list .event .date .icon svg {
  height: 20px;
  fill: #FFFFFF;
}
.viewing-dates .viewing-dates-list .event .time .icon {
  margin-right: 10px;
}

.application-form-container {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  max-height: 80vh;
  overflow: auto;
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
}
.application-form-container .application-form {
  text-align: center;
  margin: auto;
}
.application-form-container .application-form h2 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: #D8D8D8;
  margin: 20px 0 10px;
}
@media screen and (max-width: 425px) {
  .application-form-container .application-form h2 {
    font-size: 14px;
  }
}
.application-form-container .application-form .project-name {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
  .application-form-container .application-form .project-name {
    font-size: 18px;
  }
}
.application-form-container .application-form .developer {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
@media screen and (max-width: 425px) {
  .application-form-container .application-form .developer {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.application-form-container .application-form fieldset {
  border: 0;
  padding: 30px 0 20px;
  box-sizing: border-box;
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (min-width: 425px) {
  .application-form-container .application-form fieldset.fieldset-columns .input-group {
    width: 46%;
    display: inline-block;
    padding: 1%;
  }
}
@media screen and (max-width: 425px) {
  .application-form-container .application-form fieldset {
    padding-top: 20px;
  }
}
.application-form-container .application-form fieldset.checkboxes {
  padding-left: 80px;
  padding-right: 50px;
}
@media screen and (max-width: 425px) {
  .application-form-container .application-form fieldset.checkboxes {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.application-form-container .application-form fieldset .label {
  text-align: left;
  display: block;
  margin-bottom: 5px;
}
.application-form-container .application-form fieldset .label-hidden {
  display: none;
}
.application-form-container .application-form fieldset .text-input {
  width: 100%;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.05);
  border: none;
  border-bottom: 2px solid #4FB1B8;
  border-radius: 2px 2px 0 0;
  padding: 5px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 425px) {
  .application-form-container .application-form fieldset .text-input {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.application-form-container .application-form fieldset .edit-form {
  margin: 50px auto 10px;
  color: #FF997B;
}
.application-form-container .application-form fieldset .checkbox {
  margin-bottom: 30px;
  align-items: flex-start;
}
.application-form-container .application-form fieldset .checkbox .checkbox-lbl {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  flex-shrink: 20;
}
.application-form-container .application-form fieldset .checkbox .checkmark {
  margin: 0 10px 0 0;
  flex-basis: 24px;
}
.application-form-container .info-message {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.application-form-container .info-message a {
  color: #FFFFFF;
  text-decoration: none;
}
.application-form-container .info-message a .underline {
  text-decoration: underline;
}
.application-form-container .sent-message {
  display: none;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.application-form-container .sent-message.open {
  display: block;
}

@-webkit-keyframes appear {
  from {
    opacity: 0;
    transform: translateY(0%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(0%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@-webkit-keyframes appear-mobile {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes appear-mobile {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.floating-application-button {
  background-color: #FF997B;
  position: fixed;
  top: 20%;
  right: 0;
  transform: rotate(270deg);
  transform-origin: bottom right;
  z-index: 4;
  padding: 15px;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .floating-application-button {
    padding: 22px;
    font-size: 1em;
  }
}

.about-container {
  position: relative;
  font-size: 1rem;
  display: flex;
  align-items: flex-start;
  flex: 1;
  justify-content: center;
  background: url("../img/bg1.jpg") no-repeat center center;
  background-size: cover;
}
@supports (background-blend-mode: multiply, luminosity) {
  .about-container {
    background: linear-gradient(0deg, #16848E, #16848E), url("../img/bg1.jpg") no-repeat center center;
    background-color: #FFFFFF;
    background-blend-mode: multiply, luminosity;
    background-size: cover;
  }
}
.about-container .inner-wrapper {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about-container .inner-wrapper {
    flex-direction: column;
  }
}
.about-container--omoss {
  background-blend-mode: unset;
  background: url("../img/bg-fav.jpg") no-repeat center center;
  background-size: cover;
}
.about-container--omoss .cssBackgroundBlendFallback {
  display: none;
}

.about-content {
  max-width: 560px;
  background-color: rgba(237, 237, 237, 0.85);
  color: #00303F;
  padding: 40px 40px 40px 40px;
  margin: 120px 0px 40px 0px;
}
@media screen and (max-width: 1024px) {
  .about-content {
    padding: 20px 20px 20px 20px;
    margin: 0 auto 20px auto;
  }
}
.about-content iframe {
  width: 100%;
  height: 320px;
  margin: 0 auto;
}

.about-content h1 {
  font-size: 36px;
  text-align: center;
  margin: 20px 20px;
  line-height: 2em;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .about-content h1 {
    font-size: 24px;
  }
}

.about-content content {
  font-family: "Open Sans";
}

.subpages {
  box-sizing: border-box;
  padding: 10px 20px 0 20px;
  margin: 120px 20px 40px 0px;
  width: 200px;
  background-color: rgba(237, 237, 237, 0.85);
  position: absolute;
  left: -220px;
}
@media screen and (max-width: 1024px) {
  .subpages {
    position: relative;
    left: 0;
    width: 100%;
    margin: 100px auto 20px auto;
  }
}
.subpages ul {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .subpages ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 425px) {
  .subpages ul {
    flex-direction: column;
    align-items: center;
  }
}
.subpages ul li {
  margin: 0;
  padding: 0 0 10px 0;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .subpages ul li {
    padding: 5px 10px 15px 10px;
  }
}
.subpages ul li a {
  color: #00303F;
  text-decoration: none;
}
.subpages ul li a:hover {
  text-decoration: underline;
}
.subpages ul li a.selected {
  text-decoration: underline;
}

.monotoring-list {
  margin-top: 120px;
  max-width: 560px;
}

.monotoring-semi-title_container {
  margin-top: 0;
  font-size: 48px;
  font-weight: bold;
  font-family: "GT America";
}
.monotoring-semi-title {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "GT America";
}
.monotoring-small-title {
  margin: 0;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  font-family: "GT America", sans-serif;
}
.agent-section {
  margin-top: 30px;
}

.alert-wrapper {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(79, 177, 184, 0.35);
}

.alert-wrapper:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}

.search-results .search-header-wrapper .monotoring-header {
  flex: 2;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(79, 177, 184, 0.35);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .search-results .search-header-wrapper .monotoring-header {
    flex: 1.5;
  }
}

.agent-banner {
  display: none;
  width: 100%;
  background-color: #395E69;
}

@media screen and (max-width: 425px) {
  .alert-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 7px solid #D8D8D8;
  }

  .agent-banner {
    border-bottom: 7px solid #D8D8D8;
  }
}
.searchContainer_agent {
  margin: 0 20px;
}

.search-header-horizontal-container_agent {
  padding: 0;
}

.search-header-input-container_agent {
  height: 42px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  width: 85%;
  box-sizing: border-box;
  height: 40px;
  display: flex;
  align-items: center;
  width: 100%;
}

.search-header-icon_agent {
  margin-left: 12px;
  margin-right: 12px;
  color: #D8D8D8;
  font-size: 16px;
}

.search-header-input_agent {
  border: 0;
  font-size: 12px;
  line-height: 12px;
  /* margin-left: 8px; */
  height: 100%;
  box-sizing: border-box;
  outline: none;
  width: 80%;
}

.searchViewLink_agent {
  margin-top: 15px;
}

.mapViewLink_agent, .searchViewLink_agent {
  text-align: center;
  font-size: 16px;
  color: #FF997B;
}

.mapViewLink_agent span, .searchViewLink_agent span {
  color: #FF997B;
}

.mapViewLink_agent span:first-child, .searchViewLink_agent span:first-child {
  margin-right: 5px;
}

.divider_agent {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 20px;
  display: flex;
  align-items: center;
  opacity: 0.7;
}

.save-alert-container_agent {
  display: flex;
  justify-content: center;
}

.button-spinner_agent {
  display: none;
}

.search-results .result-wrapper .filter-button_agent {
  position: absolute;
  transform: rotate(270deg);
  top: 40%;
  left: -96px;
  border: none;
  background-color: #FF997B;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
}

.save-alert-container_agent .button {
  text-align: center;
  margin: 20px auto;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: #4FB1B8;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 2px;
  position: relative;
}

.alertAgentAddNewMap {
  display: none;
}

#mapContainer {
  height: 250px;
}

.map-info-text {
  margin: 15px 0;
  text-align: center;
  font-size: 12px;
  transition: color 200ms;
}

.hidden_agent {
  visibility: hidden;
}

.agentName {
  margin: 15px 0;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  display: flex;
  align-items: center;
}
.agentName input {
  border: none;
  padding: 10px;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
}

.save-from-map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.button-spinner {
  display: none;
}

.monotoring-header-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
}

.optionsMenu {
  cursor: pointer;
}
@media screen and (max-width: 425px) {
  .optionsMenu {
    padding: 0 10px;
  }
}

.subtitle_agent {
  font-size: 14px;
  color: #FF997B;
}

.optionsButton {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-radius: 5px;
}
.optionsButton .removeAlert {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: #002835;
  padding: 5px;
  border-radius: 5px;
  border: none;
  color: #FF997B;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 600;
  height: auto;
  cursor: pointer;
}
.optionsButton .removeAlert:hover {
  color: #fff;
}
.optionsButton .remove_alert_icon {
  padding: 5px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.optionsButton .remove_alert_icon:hover {
  background-color: #002835;
}
.optionsButton .remove_alert_icon:focus {
  background-color: #002835;
  outline: none;
}

.sidebar_agent {
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .sidebar_agent {
    min-width: 85%;
  }
}

.filter-container-agent {
  background-color: #002835;
  padding: 30px;
  border-radius: 2px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  height: calc(100% - 80px);
}

.alertAgentAddNewSearch {
  /*padding: 0 20px;*/
  display: flex;
  flex-direction: column;
}
.alertAgentAddNewSearch .searchContainer .searchInput {
  margin: 0 0 10px 0;
  border-radius: 2px;
  background-color: #FFFFFF;
  display: flex;
}
.alertAgentAddNewSearch .searchContainer .searchInput svg {
  color: #4FB1B8;
  font-size: 18px;
  width: 40px;
  -ms-grid-row-align: center;
      align-self: center;
}
.alertAgentAddNewSearch .searchContainer .searchInput input {
  height: 40px;
  border: 0;
  outline: 0;
  flex: 1;
  border-radius: 2px;
  padding-right: 20px;
  color: #00303F;
}
.alertAgentAddNewSearch .searchContainer .searchInput input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  position: relative;
  right: -10px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #D8D8D8;
  color: #FFFFFF;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABuCAYAAADGWyb7AAAGmElEQVR4nO3dz6tWRRzH8fdzuVwu4aJIooWEXKIWhqsgamNKWBgSEe2jhZH9AUVFIBLRSkiiRUG0qbWImaZJm4gkKAqkIDtXJUxKAiHF1E+Lcyef5J45v74z58xz53NwdQZn5rzuPD/mzDNnIkROepkbugE53ZLhEk2GSzQZLtFkuEQTBk5sRryLOIW4tPLvFGI/4oEgdQ4VsR7xBuIk4k/EZcQy4hPEjoD1Gh7SvKT9kq6rOtcl7ZM0Z1r3EIf0nKRLnr5K0nFJ663rtuzEoqTPazoxncOSFiNeZttD2tOir79K2mhZv1UnFlf+strmSJJ40t4OfV22xLPoRFe0NPG6oZnj9e1EX7S08PqhuZjg9emEFZrLuPFs0Fx643XthDWayzjxbNFceuGNCc1lXHhh0FyWJS2FhwuP5jIOvLBoLp3wxojmMixeHDSX1nhjRXMZBi8umstZtcCrn6sUi8AhYFuwebfqbAcOrLQhTsRe4PVo9d3MBuBLxFKTwhPhWbog5oHDwGMmTeueo8BTTLgStJbh0KZzDniICb/5CtWNuH0MjwYxRt440KAceQfqXg2rT4rNwG7jRvVJOLzxoLk8COzyFfCpvlBzfojY440PzeVF38nq9zjxE3BfgAZZxOY9b7xoLncy4eJqJ3wjakOgxlik/8gbPxp4DMb2Utgm3fHSQPPGB3cuWiu6pz1eWmiVBj64YwEaEiLN8dJC+67q/Q38cO8BN+zbEyT1eGmhQXn9K1MNN+FH4B3r1gRMNV56aN8AH/gK1E15zQEHIeD6QPv8/6tCemgF8DATzvsK+eEAxAJwAHjCqmURUuLBa6SHtoUJZ+oK1sNBqninodlM+0hS0BANmsJBqnippKAFGrT5Aj7hKuXLz2etm5XjS0FLNGg7c5LxrFPQAQ26THllPKsUdESDrnOVGa9vTtMDDfpMMme8rjkNbO2DBn3vDmS8tjFBA4vbOhmvaczQwOp+XMariykaWN5IzXhVMUeDNjMnTZNnWKbjPj2a35S2X7qQR55LMDQIteYk4wVFg5CLhdYuXnA0CL3Ka+3hRUGDGMvz1g5eNDSIta5y9vGiokHMBbGzixcdDWKvZJ49vEHQYIgl6LODNxgaDPXbgfTxBkWDEFNebVJOj50irdVY14BNTPh5yEYM/WudPaSFBjAP7I+6ocAqGQ5OvAW8Mlj9/RJ/N4hbMgxc2mgug+LFh5sNNJfB8OLCzRaayyB48eBmE80lOl6crwOzjTadY8DO4DsgEWPErR00KHdhOhhj5IWFW1toLlHwwsGtTTSX4HihHtGyltFcguLZw2W06QTDs4XLaKslCJ4dXEbzxRzPBi6jNYkpXn+4jNYmZnj94DJal5jgdYfLaH3SG6/bXGVGs8oXwJNd5jbbj7iMZpltwKEuI68dXEYLkU54zeHSQ7s2dANapDVeM7j00ApgE2mt22yF1+TZOm+SHtqWlXWPqS26dXgLdQX9cOJ54FWjRsVIwfSOPWmumN4GvF9XyPfAiLuAX4B1ps0Kl4KqbZbS3FDgcSYcrTrpG3EvMQtokOrIe9l30jfiTlI+nGfsKWi6oVk58g5Srsoae64CdzDh79VO+kbcvWHaY5qCNrvQlSNvJ1S/BI0oC8A9VSd9cLfZt8U0BV22DkwLr9LAB+fdPn3gFPTZ7zEdvAtVJ3xwXwdoiEUKem7SCaSAd873w0kf3EcBGtM3BRZoLuPG+9h3su5JHyeAR23b0zkFlmjTGd+nzQvA/Uz4q6pA3ZTXs5QXbOgUBNg68L+Ma+RdAZ72oUEd3IQ/gK0Q6II1S0GJVgStZRx4V4BnmPBVXcH6SebJykvUMHgFMdBchsVzaJ82Kdzsts4weAUx0VyGwWuFBu0e0VIQ72WzrCs2mktcvNZo0GWxkFgCTuCZjumZM5SfHotA/3/zhP+02QkNuj2ipdwcOszDb8eDBtN3FUKMvM5o0P0RLeWWSLZ440JzKZfOWeP1QoN+j2ixxBsnmostXm80ANT3kJYknVX3LEva2LsdMQ5pUdKRHn29LGmHRVusOtQVLx20m33timeGJqzgyg61xUsP7WZf2+KZoglLuLJDGyR926AjJyXdHfFS2x/SgqQPG/T1d0mPWNcfokPzknZL+mGVTnwvaZekuQiXNs4hbZd0XNI/t/T1rKS3Jd0eot6wOwuJ9cAG4AbljcGL4SobOGId5aTEbcD50LvHDrtDbE7nDL1DbE7HZLhEk+ESTYZLNBku0fwLHB4Vh0TtnHoAAAAASUVORK5CYII=);
}
.alertAgentAddNewSearch .searchContainer .searchResults ol {
  list-style-type: none;
}
.alertAgentAddNewSearch .searchContainer .searchResults ol li {
  padding: 20px 10px;
  font-size: 14px;
  border-bottom: 1px solid #4FB1B8;
  color: #D8D8D8;
}
.alertAgentAddNewSearch .searchContainer .searchResults ol li svg {
  font-size: 16px;
}
.alertAgentAddNewSearch .searchContainer .searchResults ol li span {
  margin: 0 0 0 15px;
}
.alertAgentAddNewSearch .searchContainer .searchResults ol li span span {
  font-weight: 600;
  color: #FFFFFF;
}

.search-header {
  width: 100%;
}

.search-header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #00303F;
  transition: all 0.3s;
}
.search-header-container .search-header-form {
  margin-bottom: 0px;
}

.search-header-horizontal-container_agent {
  display: flex;
  box-sizing: border-box;
  position: relative;
  /*Search suggestions*/
}
.search-header-horizontal-container_agent .search-header-input-container {
  height: 42px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  width: 85%;
  box-sizing: border-box;
  height: 40px;
  display: flex;
  align-items: center;
}
.search-header-horizontal-container_agent .search-header-input-container .search-header-input {
  border: 0;
  font-size: 12px;
  line-height: 12px;
  /*margin-left: 8px;*/
  /*12*/
  height: 100%;
  box-sizing: border-box;
  outline: none;
  width: 80%;
}
.search-header-horizontal-container_agent .search-header-input-container .search-header-input::-webkit-input-placeholder {
  color: #00303F;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.search-header-horizontal-container_agent .search-header-input-container .search-header-input::placeholder, .search-header-horizontal-container_agent .search-header-input-container .search-header-input::-webkit-input-placeholder {
  color: #00303F;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.search-header-horizontal-container_agent .search-header-input-container .search-header-input::-webkit-search-decoration, .search-header-horizontal-container_agent .search-header-input-container .search-header-input::-webkit-search-cancel-button, .search-header-horizontal-container_agent .search-header-input-container .search-header-input::-webkit-search-results-button, .search-header-horizontal-container_agent .search-header-input-container .search-header-input::-webkit-search-results-decoration {
  display: none;
}
.search-header-horizontal-container_agent .search-header-input-container .search-header-icon, .search-header-horizontal-container_agent .search-header-input-container .search-header-close-icon {
  margin-left: 12px;
  margin-right: 12px;
  color: #D8D8D8;
  font-size: 16px;
}
.search-header-horizontal-container_agent .search-header-input-container .search-header-icon.search-header-icon-active, .search-header-horizontal-container_agent .search-header-input-container .search-header-close-icon.search-header-icon-active {
  color: #4FB1B8;
}
.search-header-horizontal-container_agent .search-header-input-container .search-header-results-found {
  display: inline-block;
  margin-left: auto;
  margin-right: 5px;
  color: #757575;
  font-weight: 600;
  display: none;
  line-height: 17px;
}
.search-header-horizontal-container_agent .search-header-input-container .search-header-close-icon {
  margin-left: auto;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 12px;
  padding-left: 10px;
  -ms-grid-row-align: space-between !important;
      align-self: space-between !important;
}
.search-header-horizontal-container_agent .search-header-filter-icon {
  font-size: 20px;
  margin: auto;
  padding: 8px;
}
.search-header-horizontal-container_agent .search-header-filter-icon:active {
  opacity: 0.5;
}
.search-header-horizontal-container_agent .search-header-suggestions-container {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #00303F;
  -webkit-overflow-scrolling: touch;
}
.search-header-horizontal-container_agent .search-header-suggestions-container ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.search-header-horizontal-container_agent .search-header-suggestions-container ol .search-header-suggestion {
  padding: 20px 10px;
  font-size: 14px;
  border-bottom: 1px solid #4FB1B8;
  color: #D8D8D8;
  display: flex;
  box-sizing: border-box;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 1px solid rgba(79, 177, 184, 0.35);
  /*padding: 25px 10px 25px;*/
  align-items: center;
  cursor: pointer;
}
.search-header-horizontal-container_agent .search-header-suggestions-container ol .search-header-suggestion:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.search-header-horizontal-container_agent .search-header-suggestions-container ol .search-header-suggestion.search-header-suggestion-nearby svg {
  color: #FF997B;
}
.search-header-horizontal-container_agent .search-header-suggestions-container ol .search-header-suggestion span {
  margin: 0 0 0 15px;
}
.search-header-horizontal-container_agent .search-header-suggestions-container ol .search-header-suggestion span span {
  margin: 0;
  font-weight: 600;
  color: #FFFFFF;
}
.search-header-horizontal-container_agent .search-header-suggestions-container ol .search-header-suggestion svg {
  font-size: 16px;
}
.search-header-horizontal-container_agent .search-header-suggestions-container ol .search-header-suggestion .search-header-suggestion-text {
  font-size: 14px;
  line-height: 19px;
  margin-left: 16px;
}
.search-header-horizontal-container_agent .search-header-suggestions-container ol .search-header-suggestion .search-header-suggestion-icon {
  line-height: 19px;
  font-size: 16px;
}

.search-header-sub-menu {
  background-color: #D8D8D8;
  display: flex;
  height: 37px;
  align-items: center;
  justify-content: space-around;
  box-shadow: rgba(0, 0, 0, 0.1) 0 6px 10px;
  transition: color 0.25s;
}
.search-header-sub-menu .search-header-sub-menu-option {
  color: #00303F;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-header-sub-menu .search-header-sub-menu-option span {
  padding-left: 8px;
}
.search-header-sub-menu .search-header-sub-menu-selected {
  color: #4FB1B8;
}

.swiper-slide {
  height: 100%;
}
.swiper-slide #search-result-slide2-container {
  display: flex;
  flex-direction: column;
}
.swiper-slide #search-result-slide2-container #search-result-map-container {
  box-sizing: border-box;
  height: 100vh;
  padding-top: 117px;
  display: flex;
  flex-direction: column;
  /*Valda projektet, transition när div ska visas*/
}
.swiper-slide #search-result-slide2-container #search-result-map-container #search-result-map {
  flex-grow: 1;
  /*border-bottom: 7px solid $c_highlight;*/
}
.swiper-slide #search-result-slide2-container #search-result-map-container #search-result-map-selected-item {
  max-height: 0;
  transition: max-height 0.2s;
  border-bottom: 0;
}
.swiper-slide #search-result-slide2-container #search-result-map-container #search-result-map-selected-item .search-result-item-information {
  transition: opacity 0.8s ease 0.2s, left 0.5s ease 0.2s;
  left: 0;
}
.swiper-slide #search-result-slide2-container #search-result-map-container #search-result-map-selected-item .search-result-item-status {
  top: unset;
  bottom: 17px;
  font-size: 10px;
  display: flex;
}
.swiper-slide #search-result-slide2-container #search-result-map-container #search-result-map-selected-item .search-result-item-status span {
  margin: 2px 0 0 5px;
}
.swiper-slide .AR-launcher-container {
  padding-top: 117px;
  text-align: center;
}
.swiper-slide .AR-launcher-container .info {
  padding: 43px 0 0 0;
  margin: 0 0 20px 0;
  font-size: 1rem;
}
.swiper-slide .AR-launcher-container button {
  border: 0;
  background-color: #4FB1B8;
  padding: 10px 20px;
  margin: 43px 0 0 0;
  color: #FFFFFF;
  border-radius: 2px;
  box-shadow: none;
  font-size: 1rem;
}
.swiper-slide .AR-launcher-container .hidden {
  display: none;
}

.searchContainer .search-header-horizontal-container {
  padding: 0px;
}

.searchContainer .search-header-input-container {
  width: 100%;
}

main.article-page {
  background-color: #022029;
}
main.article-page .article {
  background-color: #EDEDED;
  color: #00303F;
  padding: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main.article-page .article {
    padding: 50px 20px;
  }
}
main.article-page .article header {
  margin: -50px -50px 0 -50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main.article-page .article header {
    margin: -50px -20px 0 -20px;
  }
}
main.article-page .article header .text-holder {
  position: absolute;
  bottom: 4px;
  color: #FFFFFF;
  padding: 40px;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.68));
}
@media screen and (max-width: 768px) {
  main.article-page .article header .text-holder {
    position: relative;
    bottom: 0;
    color: #00303F;
    background-image: none;
    padding: 0 20px;
    margin-top: 50px;
  }
}
main.article-page .article header h1 {
  margin: 0 0 10px 0;
  font-size: 56px;
  text-align: center;
  text-shadow: 0px 1px 11px rgba(0, 0, 0, 0.29);
}
@media screen and (max-width: 768px) {
  main.article-page .article header h1 {
    text-shadow: none;
    font-size: 36px;
  }
}
@media screen and (max-width: 425px) {
  main.article-page .article header h1 {
    font-size: 24px;
  }
}
main.article-page .article header img {
  width: 100%;
}
main.article-page .article header div.ingress {
  text-align: center;
  padding: 0 140px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main.article-page .article header div.ingress {
    padding: 0 40px 30px;
  }
}
@media screen and (max-width: 425px) {
  main.article-page .article header div.ingress {
    padding: 0;
  }
}
main.article-page .article section.article-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  main.article-page .article section.article-text {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  main.article-page .article section.article-text div {
    width: 100% !important;
    padding: 0 !important;
  }
}
main.article-page .article section.article-text div.chunk {
  flex: 1;
  width: 50%;
  margin: 0;
  box-sizing: border-box;
}
main.article-page .article section.article-text div.chunk p {
  width: 100%;
  box-sizing: border-box;
}
main.article-page .article section.article-text div.chunk p img {
  width: 100%;
}
main.article-page .article section.article-text div.chunk p a {
  color: #4FB1B8;
}
main.article-page .article section.article-text div.chunk h1, main.article-page .article section.article-text div.chunk h2, main.article-page .article section.article-text div.chunk h3, main.article-page .article section.article-text div.chunk h4, main.article-page .article section.article-text div.chunk h5, main.article-page .article section.article-text div.chunk h6 {
  margin: 0;
  width: 100%;
}
main.article-page .article section.article-text div.chunk:nth-child(1) {
  order: 1;
  padding: 0 40px 0 0;
}
main.article-page .article section.article-text div.chunk:nth-child(2) {
  order: 2;
  padding: 0 0 0 40px;
}
main.article-page .article section.article-text div.chunk:nth-child(3) {
  order: 3;
  padding: 0 40px 0 0;
}
main.article-page .article section.article-text div.chunk:nth-child(4) {
  order: 4;
  padding: 0 0 0 40px;
}
main.article-page .article section.article-images {
  width: 100%;
  margin: 20px 0 0 0;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
main.article-page .article section.article-images .article-image {
  box-sizing: border-box;
  height: 200px;
  border-top: 15px solid #EDEDED;
  border-right: 30px solid #EDEDED;
  border-bottom: 15px solid #EDEDED;
  border-left: 30px solid #EDEDED;
  width: 33.3%;
  background-position: center center;
  background-size: cover;
}
main.article-page .article section.article-images .article-image:nth-child(3n) {
  border-top: 15px solid #EDEDED;
  border-bottom: 15px solid #EDEDED;
}
main.article-page .article section.article-images .article-image:nth-child(3n-2) {
  border-top: 15px solid #EDEDED;
  border-bottom: 15px solid #EDEDED;
}
main.article-page .article section.article-images .article-image:nth-child(1) {
  width: 49.95%;
  border-right: 15px solid #EDEDED;
  height: 300px;
}
main.article-page .article section.article-images .article-image:nth-child(2) {
  width: 49.95%;
  border-left: 15px solid #EDEDED;
  height: 300px;
}
main.article-page .article section.article-images .article-image:nth-child(3) {
  width: 99.9%;
  height: 600px;
  border-top: 30px solid #EDEDED;
  border-bottom: 15px solid #EDEDED;
}
main.article-page .article section.article-images .article-image img {
  width: 100%;
  display: none;
}
@media screen and (max-width: 768px) {
  main.article-page .article section.article-images .article-image img {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  main.article-page .article section.article-images .article-image {
    width: 100% !important;
    border-top: 20px solid #EDEDED !important;
    border-right: 20px solid #EDEDED !important;
    border-bottom: 20px solid #EDEDED !important;
    border-left: 20px solid #EDEDED !important;
    height: auto !important;
    max-height: 800px !important;
  }
}
main.article-page .related {
  background-color: #00303F;
  padding: 30px 0;
  margin: 30px 0 0 0;
}
main.article-page .related .inner {
  padding: 0;
}
main.article-page .related .inner h2 {
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: bold;
}
main.article-page .related .inner div.card-holder {
  display: flex;
}
@media screen and (max-width: 425px) {
  main.article-page .related .inner div.card-holder {
    flex-direction: column;
  }
}

article.card {
  margin: 0 10px;
  box-sizing: border-box;
  width: 33.33%;
  border: 1px solid rgba(79, 177, 184, 0.2);
}
@media screen and (max-width: 425px) {
  article.card {
    width: auto;
    margin: 0 10px 30px 10px;
  }
}
article.card a {
  text-decoration: none;
  color: #FFFFFF;
}
article.card a img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
article.card a h1 {
  text-align: left;
  font-size: 18px;
  color: #FF997B;
  margin: 5px 0 10px 0;
  padding: 0 20px;
}
article.card a .ingress {
  font-size: 14px;
  font-family: "Open Sans";
  padding: 0 20px 20px 20px;
}

.slideshow-lightbox {
  display: flex;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.68);
}
.slideshow-lightbox.slideshow-hidden {
  display: none;
}
.slideshow-lightbox > .button {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #FFFFFF;
  font-size: 18px;
}
.slideshow-lightbox .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideshow-lightbox .article-image {
  background-size: 0px 0px;
  text-align: center;
}
.slideshow-lightbox .article-image img {
  max-width: 100%;
  max-height: 80vh;
}
.slideshow-lightbox .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.6;
}
.slideshow-lightbox .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  opacity: 1;
}
.slideshow-lightbox .slideshow-button {
  height: 82px;
  width: 59px;
  background-color: rgba(0, 48, 63, 0.55);
  position: absolute;
  z-index: 10;
  color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
}
.slideshow-lightbox .slideshow-button-prev {
  left: 0;
  padding-right: 10px;
  right: auto;
}
.slideshow-lightbox .slideshow-button-next {
  left: auto;
  padding-left: 10px;
  right: 0;
}
.slideshow-lightbox .slideshow-button svg {
  pointer-events: none;
}
.slideshow-lightbox .slideshow-button.swiper-button-disabled {
  opacity: 0.2;
}
.slideshow-lightbox .slideshow-button:hover {
  cursor: pointer;
}
@media screen and (max-width: 425px) {
  .slideshow-lightbox .slideshow-button {
    font-size: 24px;
    width: 25px;
    height: 45px;
  }
  .slideshow-lightbox .slideshow-button-prev {
    padding-right: 5px;
  }
  .slideshow-lightbox .slideshow-button-next {
    padding-left: 5px;
  }
}

.buyersguide-page header {
  padding-top: 130px;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 425px) {
  .buyersguide-page header {
    margin: 0 0 30px 0;
  }
}
.buyersguide-page header h1 {
  font-size: 36px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 16px;
}
.buyersguide-page header h1::before, .buyersguide-page header h1::after {
  content: "";
  border-top: 1px solid #4FB1B8;
  flex: 1 0 20px;
  opacity: 0.22;
}
.buyersguide-page header h1::before {
  margin: 0 50px 0 0;
}
.buyersguide-page header h1::after {
  margin: 0 0 0 50px;
}
.buyersguide-page header .intro-text {
  font-size: 16px;
  font-family: "Open Sans";
  text-align: center;
}
.buyersguide-page header .intro-text p {
  margin: 10px 0;
}
.buyersguide-page .guide-container {
  display: flex;
}
@media screen and (max-width: 425px) {
  .buyersguide-page .guide-container {
    flex-direction: column;
  }
}
.buyersguide-page .guide-container .timeline {
  flex: 20;
  padding: 0 100px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 425px) {
  .buyersguide-page .guide-container .timeline {
    padding: 0 10px;
    display: none;
  }
}
.buyersguide-page .guide-container .timeline ul {
  border-right: 2px solid #FF997B;
}
.buyersguide-page .guide-container .timeline ul li {
  color: #FFFFFF;
  text-align: right;
  padding: 0 40px 0 0;
  position: relative;
  margin: 0 0 50px 0;
  font-size: 18px;
  list-style-type: none;
  cursor: pointer;
}
@media screen and (max-width: 425px) {
  .buyersguide-page .guide-container .timeline ul li {
    margin: 0 0 20px 0;
  }
}
.buyersguide-page .guide-container .timeline ul li.current {
  color: #FF997B;
}
.buyersguide-page .guide-container .timeline ul li:hover {
  color: #FF997B;
}
.buyersguide-page .guide-container .timeline ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FF997B;
  position: absolute;
  right: -17px;
  border-radius: 50%;
  border: 6px solid #00303F;
  top: -4px;
  background-clip: padding-box;
}
.buyersguide-page .guide-container .article-container {
  flex: 80;
}
@media screen and (max-width: 425px) {
  .buyersguide-page .guide-container .article-container {
    border-left: 2px solid #FF997B;
    margin: 0 0 0 15px;
  }
  .buyersguide-page .guide-container .article-container::before {
    content: "";
    width: 50px;
    height: 20px;
    position: absolute;
    background-color: #00303F;
    left: 0;
  }
}
@media screen and (max-width: 320px) {
  .buyersguide-page .guide-container .article-container {
    border-left: 2px solid #FF997B;
    margin: 0 0 0 10px;
  }
  .buyersguide-page .guide-container .article-container::before {
    content: "";
    width: 50px;
    height: 20px;
    position: absolute;
    background-color: #00303F;
    left: 0;
  }
}
.buyersguide-page .guide-container .article-container article {
  display: none;
  position: relative;
}
@media screen and (max-width: 425px) {
  .buyersguide-page .guide-container .article-container article {
    padding: 0px 0 0 25px;
    margin: 0 0 30px 0;
    display: block;
  }
  .buyersguide-page .guide-container .article-container article:last-child {
    margin: 0;
  }
  .buyersguide-page .guide-container .article-container article::before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #FF997B;
    position: absolute;
    left: -17px;
    border-radius: 50%;
    border: 6px solid #00303F;
    top: 4px;
  }
}
@media screen and (max-width: 320px) {
  .buyersguide-page .guide-container .article-container article {
    padding: 0px 0 0 15px;
    margin: 0 0 30px 0;
    display: block;
  }
  .buyersguide-page .guide-container .article-container article:last-child {
    margin: 0;
  }
  .buyersguide-page .guide-container .article-container article::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #FF997B;
    position: absolute;
    left: -12px;
    border-radius: 50%;
    border: 4px solid #00303F;
    top: 8px;
  }
}
.buyersguide-page .guide-container .article-container article h1 {
  font-size: 28px;
  font-family: "Open Sans";
  font-weight: 600;
  margin: 0 0 10px 0;
}
.buyersguide-page .guide-container .article-container article .article-inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 425px) {
  .buyersguide-page .guide-container .article-container article .article-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .buyersguide-page .guide-container .article-container article .article-inner {
    flex-direction: column;
  }
}
.buyersguide-page .guide-container .article-container article .article-inner .article-main {
  box-sizing: border-box;
  flex: 1;
}
.buyersguide-page .guide-container .article-container article .article-inner .article-main img {
  width: 100%;
}
.buyersguide-page .guide-container .article-container article .article-inner .article-main .ingress {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
  color: #D8D8D8;
}
.buyersguide-page .guide-container .article-container article .article-inner .article-main .body-text {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: normal;
  color: #F2F2F2;
}
.buyersguide-page .guide-container .article-container article .article-inner aside {
  width: 400px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 425px) {
  .buyersguide-page .guide-container .article-container article .article-inner aside {
    margin: 0;
    width: 100%;
    padding: 30px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .buyersguide-page .guide-container .article-container article .article-inner aside {
    margin: 0;
    width: 100%;
  }
}
.buyersguide-page .guide-container .article-container article .article-inner aside ol {
  margin: 0;
  padding: 0 0 0 40px;
  counter-reset: bulletPointCounter;
}
.buyersguide-page .guide-container .article-container article .article-inner aside ol li {
  margin: 0 0 40px 0;
  padding: 0;
  list-style-type: none;
  counter-increment: bulletPointCounter;
  position: relative;
}
.buyersguide-page .guide-container .article-container article .article-inner aside ol li h1 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 600;
}
.buyersguide-page .guide-container .article-container article .article-inner aside ol li p {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: normal;
  margin: 0;
  color: #D8D8D8;
}
.buyersguide-page .guide-container .article-container article .article-inner aside ol li::before {
  content: counter(bulletPointCounter);
  display: block;
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  margin-left: -40px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #FF997B;
  top: -2px;
}
.buyersguide-page .latest-blog-posts {
  display: flex;
  margin-top: 140px;
  margin-bottom: 30px;
}
@media screen and (max-width: 425px) {
  .buyersguide-page .latest-blog-posts {
    flex-direction: column;
  }
}

.flexDialog {
  font-family: "Open Sans", sans-serif;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  z-index: 900000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
}
.flexDialog .flexDialogInner {
  background-color: #00303F;
  padding: 20px;
  border-radius: 4px;
  width: 85%;
  margin: auto;
  min-width: 250px;
  max-width: 350px;
}
.flexDialog .flexDialogInner .icon {
  color: #4FB1B8;
  height: 50px;
  font-size: 50px;
  margin: 0 0 30px 0;
}
.flexDialog .flexDialogInner .icon svg {
  height: 100%;
  width: 100%;
}
.flexDialog .flexDialogInner input {
  margin: 20px 0 0 0;
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  padding: 1px 10px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 3px solid #4FB1B8;
  color: #FFFFFF;
  border-radius: 2px;
}
.flexDialog .flexDialogInner a {
  color: #FFFFFF;
  text-decoration: none;
}
.flexDialog .flexDialogInner .contact-form-phone, .flexDialog .flexDialogInner .contact-form-email {
  margin: 5px 0;
}
.flexDialog .flexDialogInner .contact-form-phone a:hover, .flexDialog .flexDialogInner .contact-form-email a:hover {
  color: #FF997B;
}
.flexDialog .flexDialogInner .contact-form-name {
  font-weight: 600;
  font-size: 22px;
}
.flexDialog .flexDialogInner .contact-form-firm {
  font-size: 14px;
}
.flexDialog .buttonContainer {
  display: flex;
  justify-content: space-around;
  margin: 30px 0 0 0;
}

.removeAccountButton, .logoutAccountButton {
  margin: 0 auto;
  text-align: center;
  background-color: #022029;
  padding: 10px 20px;
  border-radius: 2px;
  font-size: 12px;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  width: 120px;
}
.removeAccountButton.disable, .logoutAccountButton.disable {
  opacity: 0.5;
  pointer-events: none;
}

.ad {
  position: relative;
}
.ad.ad-large {
  background-color: transparent;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .ad.ad-large {
    width: 100%;
  }
}
.ad.ad-in-atricle {
  order: 5;
  margin: 30px auto;
}
.ad .ad-label {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  background-color: rgba(4, 40, 51, 0.4);
  color: #FFFFFF;
  padding: 3px 5px;
  text-transform: uppercase;
}
.ad.ad-mobile {
  margin: 30px 0;
}
@media screen and (min-width: 928px) {
  .ad.ad-mobile {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .ad.ad-mobile-banner {
    display: none;
  }
}
.ad.ad-desktop {
  margin: 30px 0 0 0;
}
.cost-calculator {
  padding: 30px 0 0;
  border-width: 1px 0;
  border-color: #15525F;
  border-style: solid;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .cost-calculator .legend-container {
    margin: 0;
  }
}
.cost-calculator .text {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  width: 100%;
}
.cost-calculator .banks {
  margin-bottom: 30px;
  width: 100%;
}
.cost-calculator .banks .bank-select {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 5px 15px 5px 0;
  -webkit-appearance: none;
  font-size: 14px;
  font-family: inherit;
}
.cost-calculator .banks .bank-select option {
  background-color: #00303F;
}
.cost-calculator .banks .bank-select:focus {
  outline: none;
}
.cost-calculator .banks .bank-select-icon {
  font-size: 10px;
  position: relative;
  left: -12px;
}
.cost-calculator .legend-container {
  width: 350px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .cost-calculator .legend-container {
    margin-right: 0;
  }
}
.cost-calculator .chart-container {
  margin-left: 20px;
  display: flex;
  align-items: center;
  width: 350px;
}
@media screen and (max-width: 768px) {
  .cost-calculator .chart-container {
    margin-left: 0;
  }
}
.cost-calculator .chart-container .chart-wrapper {
  position: relative;
  width: 10%;
  flex: 1;
}
.cost-calculator .chart-container .total-wrapper {
  flex: 1;
  text-align: center;
  color: #D8D8D8;
}
.cost-calculator .chart-container .total-wrapper p {
  margin: 0;
}
.cost-calculator .chart-container .cost-calculator-total {
  white-space: nowrap;
  font-size: 28px;
  flex: 1;
}
.cost-calculator .chart-container .cost-calculator-total-subtitle {
  font-size: 12px;
}
.cost-calculator .legend {
  margin: 30px -20px 0;
  padding: 0;
  font-size: 14px;
  color: #D8D8D8;
  font-weight: 600;
  text-align: left;
}
.cost-calculator .legend .legend-item {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.cost-calculator .legend .legend-item:nth-child(odd) {
  background-color: #073C4E;
}
.cost-calculator .legend .legend-item .legend-ref {
  min-width: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 10px;
}
.cost-calculator .legend .legend-item .legend-value {
  margin-left: auto;
}
.cost-calculator .cost-calculator-toolbar {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.cost-calculator .cost-calculator-toolbar .button.button-label {
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-weight: 600;
  color: #FF997B;
  padding: 10px 0;
  font-size: 14px;
}
.cost-calculator .cost-calculator-toolbar .button.button-label:focus {
  outline: none;
}
.cost-calculator .cost-calculator-slider-wrapper {
  display: flex;
  align-items: center;
  margin: 20px -20px 30px;
  display: flex;
  padding: 0 20px;
}
.cost-calculator .cost-calculator-slider-wrapper .cost-calculator-slider-value {
  width: 40%;
  font-size: 14px;
  color: #D8D8D8;
  font-weight: 600;
  text-align: right;
}
.cost-calculator .cost-calculator-slider-wrapper .ui-slider {
  width: 60%;
}
.cost-calculator .cost-calculator-slider-wrapper .ui-slider .ui-slider-handle::before {
  content: attr(data-content);
  position: relative;
  display: block;
  width: 45px;
  height: 22px;
  top: -30px;
  left: -12px;
  text-align: center;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 100ms;
}
.cost-calculator .cost-calculator-slider-wrapper .ui-slider .ui-slider-handle:active::before {
  opacity: 1;
}

.appraisal-banner.appraisal-banner-favorites.for-mobile {
  display: none;
}
.appraisal-banner.appraisal-banner-favorites.for-mobile img {
  width: 100%;
  border-bottom: 1px solid rgba(79, 177, 184, 0.35);
  margin: 0 0 20px 0;
  padding: 0px 0 30px 0;
}
@media screen and (max-width: 425px) {
  .appraisal-banner.appraisal-banner-favorites.for-mobile {
    display: block;
  }
}
.appraisal-banner.appraisal-banner-favorites.for-desktop {
  display: block;
  text-align: center;
}
.appraisal-banner.appraisal-banner-favorites.for-desktop img {
  width: 360px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 425px) {
  .appraisal-banner.appraisal-banner-favorites.for-desktop {
    display: none;
  }
}
.appraisal-banner.appraisal-banner-search.for-mobile {
  display: none;
}
.appraisal-banner.appraisal-banner-search.for-mobile img {
  width: 100%;
  border-bottom: 1px solid rgba(79, 177, 184, 0.35);
  margin: 0 0 20px 0;
  padding: 0px 0 30px 0;
}
@media screen and (max-width: 425px) {
  .appraisal-banner.appraisal-banner-search.for-mobile {
    display: block;
  }
}
.appraisal-banner.appraisal-banner-search.for-desktop {
  display: block;
  text-align: center;
}
.appraisal-banner.appraisal-banner-search.for-desktop img {
  width: 360px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 425px) {
  .appraisal-banner.appraisal-banner-search.for-desktop {
    display: none;
  }
}
.appraisal-banner.appraisal-banner-agent.for-mobile {
  display: none;
}
.appraisal-banner.appraisal-banner-agent.for-mobile img {
  width: 100%;
  border-bottom: 1px solid rgba(79, 177, 184, 0.35);
  margin: 0 0 20px 0;
  padding: 0px 0 30px 0;
}
@media screen and (max-width: 425px) {
  .appraisal-banner.appraisal-banner-agent.for-mobile {
    display: block;
  }
}
.appraisal-banner.appraisal-banner-agent.for-desktop {
  display: block;
  text-align: center;
}
.appraisal-banner.appraisal-banner-agent.for-desktop img {
  width: 360px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 425px) {
  .appraisal-banner.appraisal-banner-agent.for-desktop {
    display: none;
  }
}
.appraisal-banner.appraisal-banner-blog.for-mobile {
  display: none;
}
.appraisal-banner.appraisal-banner-blog.for-mobile img {
  width: 100%;
}
@media screen and (max-width: 425px) {
  .appraisal-banner.appraisal-banner-blog.for-mobile {
    display: block;
  }
}
.appraisal-banner.appraisal-banner-blog.for-desktop {
  display: block;
}
.appraisal-banner.appraisal-banner-blog.for-desktop img {
  width: 980px;
  height: 180px;
}
@media screen and (max-width: 425px) {
  .appraisal-banner.appraisal-banner-blog.for-desktop {
    display: none;
  }
}