html,
body {
  font-size: 18px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: white;
  color: #1d3055;
}

svg.svg-inline--fa {
  opacity: 0.9;
}

a {
  color: #fd4041;
  text-decoration: underline;
  -webkit-text-decoration-color: #fea5a5;
          text-decoration-color: #fea5a5;
}
a:hover {
  color: #fd4041;
}

a.text-link {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 1px;
  padding-right: 1px;
  margin-left: 1px;
  margin-right: 1px;
  color: #d50203;
}
a.text-link:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  background: rgba(253, 64, 65, 0);
  top: auto;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: -1;
}
a.text-link:hover {
  text-decoration: none;
  color: #fd4041;
}
a.text-link:hover:after {
  background: #fd4041;
}

span.pink {
  -webkit-text-decoration-color: #95aac1;
          text-decoration-color: #95aac1;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.cta {
  color: #fd4041;
}

.pink-text {
  color: #95aac1;
}

.blue {
  color: #1d3055;
}

.white {
  color: white;
}

.light {
  color: #1d3055;
}

.orange {
  color: #1d3055;
}

strong.orange {
  font-weight: 500;
}

h1 {
  font-weight: 700;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
    line-height: 1.1;
    padding-bottom: 0.4em;
  }
}

h2 {
  font-weight: 400;
}
h2.smaller {
  font-size: 1.6rem;
  line-height: 1.42;
}

h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 800;
  border-bottom: 2px solid #1d3055;
  color: #1d3055;
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 0px;
}

h4 {
  font-size: 1.25rem;
}

h6 {
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin-bottom: 40px;
}
h6:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #1d3055;
  top: 30px;
  left: 50%;
  margin-left: -20px;
}

p.lead {
  font-weight: 400;
}

.bigger {
  display: block;
  font-size: 180%;
  font-weight: 700;
  line-height: 1;
}

.text-smaller {
  font-size: 0.82rem;
}

.text-much-smaller {
  font-size: 0.68rem;
}

.muted {
  color: currentColor;
  opacity: 0.826;
}

.padded-text-box {
  padding: 30px 0 20px;
  border-top: none;
}
.padded-text-box h4 {
  font-size: 1.1rem;
}

span.headding-icon {
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  color: #1d3055;
  background: #1d3055;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  font-size: 12px;
  margin-top: 0px;
  margin-left: -34px;
}

@media (min-width: 992px) {
  img.pull-over {
    z-index: 1000;
    margin-top: -180px;
    padding-bottom: 80px;
  }
}

.drop-lg {
  margin-top: 100px;
}

main {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  main {
    flex: 1;
  }
}
main .inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  main .inner {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  main .inner.inner-limited {
    max-width: 1140px;
  }
}

.into {
  position: relative;
  width: 100%;
  height: 90vh;
  max-height: 600px;
}
@media (min-width: 992px) {
  .into {
    height: 100vh;
    min-height: 760px;
    max-height: 1200px;
  }
}
@media (min-width: 992px) {
  .into .carousel-container {
    display: flex;
    overflow: hidden;
    height: 100vh;
    min-height: 760px;
    max-height: 1200px;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .into .carousel-container .carousel-inner {
    min-height: 100vh;
    height: auto;
    width: 100%;
    align-self: center;
  }
}
.into .carousel {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .into .carousel {
    min-height: 100vh;
  }
}
.into .carousel img {
  width: auto;
  height: 90vh;
  max-height: 600px;
}
@media (min-width: 992px) {
  .into .carousel img {
    width: 100%;
    min-height: 100vh;
    max-height: none;
    object-fit: cover;
  }
}

.into-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  color: white;
  margin: 20px 15px 40px;
  /*
  @include mq(lg) {
  	max-width: 90%;
  	margin-left: auto;
  	margin-right: auto;
  }
  */
}
@media (min-width: 992px) {
  .into-content {
    margin: 40px;
  }
}
.into-content > div {
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .into-content > div {
    max-width: 1140px;
    padding-bottom: 160px;
    margin: auto;
  }
}
.into-content img.logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 140px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .into-content img.logo {
    margin: 0 0 50px 0;
    max-width: 250px;
  }
}
.into-content p {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  color: #101b2f;
  text-align: center;
}
@media (min-width: 992px) {
  .into-content p {
    text-align: left;
  }
}
.into-content h1 {
  margin: auto 0 0 0;
  font-size: 2rem;
  font-weight: 900;
  display: block;
  text-shadow: 2px 2px 14px rgba(29, 48, 85, 0.5), 1px 1px 1px rgba(29, 48, 85, 0.3);
  margin-top: auto;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .into-content h1 {
    font-size: 4rem;
    max-width: 60%;
    text-align: left;
    line-height: 1;
  }
}
.into-content h1 strong {
  text-decoration: underline;
  font-weight: 700;
}

.topnav-row {
  position: relative;
  width: 100%;
  display: block;
  background: linear-gradient(to right, white, white 50%, transparent 50%, transparent);
}
@media (min-width: 1200px) {
  .topnav-row {
    margin-top: -135px;
    position: absolute;
    margin-left: -40px;
    height: 135px;
  }
}
.topnav-row .topnav-container {
  display: block;
  background: white;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
}
@media (min-width: 992px) {
  .topnav-row .topnav-container {
    height: 135px;
    max-width: 1140px;
    padding: 0px 0 0 20px;
  }
}
.topnav-row .topnav-container .topnav-item {
  padding: 30px 0 15px;
  border-bottom: 1px solid rgba(29, 48, 85, 0.2);
}
@media (min-width: 992px) {
  .topnav-row .topnav-container .topnav-item {
    border-bottom: none;
    border-right: 1px solid rgba(29, 48, 85, 0.2);
    height: 135px;
    overflow: hidden;
    padding: 35px 40px 0 20px;
  }
}
.topnav-row .topnav-container .topnav-item.last {
  border: none;
}
.topnav-row .topnav-container h1 {
  font-size: 1.6rem;
  margin: 0 0 0.2em 0;
  padding: 0;
  font-weight: 700;
}
.topnav-row .topnav-container p {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .topnav-row .topnav-container p {
    font-size: 0.86rem;
  }
}

section {
  margin: 0 0 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  section {
    padding-top: 100px;
  }
}
section.welcome {
  padding: 100px 0 0px;
}
@media (min-width: 992px) {
  section.welcome {
    padding: 200px 0 100px;
  }
}
section.pre-apartments {
  padding: 100px 0 100px;
  margin-bottom: 0;
}
section.location {
  padding-top: 0;
}
@media (min-width: 992px) {
  section.location {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
section.apartments {
  padding: 0 0 50px;
  margin-top: 50px;
}
@media (min-width: 992px) {
  section.apartments {
    margin-top: 100px;
    margin-bottom: 0;
    padding-bottom: 100px;
  }
}
section.facilities {
  padding-top: 30px;
  margin-top: 0;
}
@media (min-width: 992px) {
  section.facilities {
    padding: 30px 0 200px 0;
  }
}
section.listings {
  padding-top: 50px;
  margin-bottom: 0;
}
section.top-contact {
  background-color: #1d3055;
  /*
  background-image: url('/assets/img/scenes/phoneBG-01.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 420px auto;
  */
  color: #f5f3f3;
  margin: 0;
  padding: 120px 0 400px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  section.top-contact {
    padding: 100px 0 100px;
  }
}
section.pre-sales {
  text-align: center;
  background: #1d3055;
  color: white;
  padding: 80px 0 80px;
  margin-bottom: 0;
}
section.reviews {
  padding: 100px 0;
}

div.micm {
  background: #005daa;
  font-size: 14px;
  color: white;
  margin: 0;
  padding: 50px 0;
  display: block;
}
div.micm h3 {
  font-size: 1.6em;
  margin: 0 0 10px 0;
  padding: 0;
}
div.micm p {
  margin: 0;
  padding: 0;
}
div.micm img {
  width: 100%;
  height: auto;
  max-width: 340px;
  margin-left: auto;
  display: flex;
}

.video-over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
}
.video-over .video-over-inner {
  display: block;
  position: relative;
  width: 80%;
  max-width: 720px;
  text-align: center;
  color: white;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .video-over .video-over-inner {
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .video-over .video-over-inner h1 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 2rem;
  }
}

.full-video {
  position: relative;
  background: #1d3055;
  padding: 0;
  overflow: hidden;
}
.full-video video {
  will-change: opacity;
  opacity: 1;
  transition: opacity 1s ease-out, filter 1s ease-out;
  display: block;
  height: auto;
  width: 200vw;
  min-width: 100%;
  max-width: none;
  margin: 0 -55vw;
}
@media (min-width: 768px) {
  .full-video video {
    height: auto;
    max-width: 100%;
    margin: -50px auto 0;
  }
}
.full-video .sm-gradient {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 89;
  background: linear-gradient(to bottom, rgba(29, 48, 85, 0.1) 0%, rgba(29, 48, 85, 0.2) 25%, #1d3055 100%);
}
@media (min-width: 768px) {
  .full-video .sm-gradient {
    background: linear-gradient(to bottom, rgba(29, 48, 85, 0.1) 0%, rgba(29, 48, 85, 0.1) 25%, rgba(29, 48, 85, 0.8) 100%);
  }
}
.full-video .video-over {
  will-change: opacity;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease-out;
  transition-delay: 0.5s;
}
.full-video.fadein video {
  opacity: 0.4;
}
.full-video.fadein .video-over {
  visibility: visible;
  opacity: 1;
}

.concierge-sm {
  margin: 0;
  padding: 5px 0 50px 0;
}

.lightBG {
  background-color: #f5f3f3;
}

.whiteBG {
  background-color: white;
}

.white-lightBG {
  background: linear-gradient(to bottom, white, rgba(29, 48, 85, 0.8));
}

.blueBG {
  background-color: #1d3055;
}

.skyBG {
  background-color: #1d3055;
}

.darkBG {
  background-color: #1d3055;
  color: #f5f3f3;
}

.img-grid {
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .img-grid {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
  }
}
.img-grid img {
  padding-bottom: 30px;
  z-index: 1;
}
.img-grid span.caption {
  position: absolute;
  z-index: 10;
  bottom: 30px;
  left: 15px;
  background: white;
  color: #1d3055;
  padding: 6px 10px 6px 3px;
  font-size: 0.66rem;
  line-height: 1;
  text-transform: capitalize;
}

.aside-wrap {
  position: relative;
}

@media (min-width: 992px) {
  .aside-positioner {
    position: absolute;
    height: calc(100% - 200px);
    top: 150px;
    left: 50%;
    width: 100%;
    max-width: 400px;
    margin-left: 80px;
  }
}
@media (min-width: 1200px) {
  .aside-positioner {
    max-width: 380px;
    margin-left: 190px;
  }
}

aside {
  padding: 0 !important;
  z-index: 1035;
  max-width: 100;
  border-radius: 2px;
  position: relative;
}
aside.bookrighthere {
  display: block;
}
aside.hasbooked {
  display: none;
}
@media (min-width: 992px) {
  aside {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
  }
}
aside .inner-handle {
  background: #fd4041;
  color: white;
  height: 50px;
  width: 100%;
  transition: background 300ms ease-out;
}
aside .inner-handle:hover {
  background: #1d3055;
  color: white;
}
aside .inner-handle.bottom {
  background: #fd4041;
  pointer-events: none;
}
aside .inner-handle div {
  padding: 10px 30px;
  font-size: 1rem;
  line-height: 30px;
  font-weight: 400;
  display: block;
  position: relative;
}
aside .inner-handle div span.icon {
  float: right;
  font-size: 20px;
  margin: 0;
  line-height: 30px;
  transform: rotate(0deg);
  transition: transform 240ms ease-out;
}
aside .asside-inner {
  overflow: hidden;
  transition: max-height 600ms ease-out, box-shadow 900ms ease-out, transform 600ms ease-out 100ms;
  cursor: pointer;
  padding: 15px;
  margin: 10px 0 0;
}
@media (min-width: 992px) {
  aside .asside-inner {
    height: auto;
    min-height: 50px;
    max-height: 50px;
    padding: 0;
    border-radius: 2px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  aside .asside-inner.auto-expanded {
    max-height: 800px;
  }
}
@media (min-width: 992px) {
  aside .asside-inner.auto-expanded .inner-handle {
    background: #172542;
    pointer-events: none;
    color: white;
  }
  aside .asside-inner.auto-expanded .inner-handle span.icon {
    transform: rotate(180deg);
  }
}
@media (min-width: 992px) {
  aside .asside-inner.expanded {
    max-height: 800px;
  }
  aside .asside-inner.expanded .inner-handle {
    background: #172542;
    color: white;
  }
  aside .asside-inner.expanded .inner-handle:hover {
    background: #1d3055;
    color: white;
  }
  aside .asside-inner.expanded .inner-handle span.icon {
    transform: rotate(180deg);
  }
}
aside .inner-form {
  background: #1d3055;
  padding: 30px;
  color: white;
  margin: auto 0;
}
aside h1 {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0 20px 5px;
}
@media (min-width: 992px) {
  aside h1 {
    font-size: 2.3rem;
  }
}
aside h1 small {
  display: block;
  font-size: 1.4rem;
  padding-top: 10px;
  font-weight: 400;
  text-align: left;
}
aside h3 {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
aside p {
  font-size: 1rem;
  margin-bottom: 0;
}
aside div.logo {
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
aside div.logo img {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
}

form.main div.invalid {
  font-size: 9px;
  background: crimson;
  color: white;
  padding: 1px 5px;
  margin: -4px 0 0;
  border-radius: 0 0 3px 3px;
  text-transform: capitalize;
}
form.main .form-group {
  margin-bottom: 0.5rem;
}
form.main label.col-form-label-sm {
  font-size: 10px;
  line-height: 1;
  padding-bottom: 0;
  text-transform: capitalize;
  font-weight: 400;
  text-align: left;
  color: #f5f3f3;
}
form.main .form-control.invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
form.main input.form-control {
  background: #f5f3f3;
  border-color: #f5f3f3;
  font-weight: 400;
  font-size: 16px;
  height: calc(1.5em + .75rem + 7px);
  padding: 0.375rem 0.75rem;
  border-radius: 3px;
  color: #1d3055;
}
@media (min-width: 768px) {
  form.main input.form-control {
    font-size: 14px;
  }
}
form.main textarea.form-control {
  background: #f5f3f3;
  border-color: #f5f3f3;
  font-weight: 400;
  font-size: 16px;
  border-radius: 3px;
  color: #1d3055;
}
@media (min-width: 768px) {
  form.main textarea.form-control {
    font-size: 14px;
  }
}
form.main select.custom-select {
  height: calc(1.5em + .75rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border-radius: 3px;
  background-color: #f5f3f3;
  border-color: #f5f3f3;
  color: #1d3055;
}
@media (min-width: 768px) {
  form.main select.custom-select {
    font-size: 14px;
  }
}
form.main input.form-control::placeholder {
  color: #c7bbbb;
}
form.main button.btn {
  width: 100%;
}
form.main .custom-control-label {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
}
form.main .custom-control-label:before {
  border-color: #172542;
  background-color: white;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
form.main.loading {
  cursor: wait;
}
form.main.loading div.form-group,
form.main.loading fieldset,
form.main.loading button,
form.main.loading h1,
form.main.loading p,
form.main.loading h2,
form.main.loading label {
  opacity: 0.1;
}
form.main.loading:before {
  content: "one moment please...";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 0.86rem;
  font-weight: 500;
  color: #fd4041;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999;
  opacity: 1;
}
form.main.loading:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-top: 2px solid #fd4041;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  top: 50%;
  left: 50%;
  right: 0;
  margin-left: -25px;
  margin-top: -55px;
  text-align: center;
  z-index: 999;
  opacity: 1;
  animation-name: spin;
  animation-duration: 400ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.btn-cta {
  background-color: #fd4041;
  border: none;
  color: white;
  padding: 0.5rem 1.4rem;
  font-weight: 400;
  font-size: 1rem;
}
.btn-cta:hover {
  background: #101b2f;
  color: white;
}
.btn-cta.dark {
  background: #1d3055;
  color: white;
}
.btn-cta.white {
  background: white;
  color: crimson;
}
.btn-cta.white:hover {
  background: #1d3055;
  color: white;
}
.btn-cta.wide {
  width: 100%;
  box-shadow: 0 10px 20px rgba(29, 48, 85, 0.4), 0 15px 40px 10px rgba(29, 48, 85, 0.8);
}
.btn-cta.large {
  font-size: 1.2rem;
  padding: 1rem 1rem;
}
.btn-cta svg {
  margin-left: 0.5rem;
}

.btn-sm {
  font-size: 0.7rem;
  padding: 0.5rem 0.9rem;
}

.btn-outline-dark {
  background-color: white;
  color: #fd4041;
  border-radius: 23rem;
  padding: 0.6em 1.2em;
  border: 1px solid #fe7273;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  font-weight: 500;
}
.btn-outline-dark svg {
  margin-right: 8px;
}
.btn-outline-dark:hover {
  background-color: #1d3055;
  color: white;
  border-color: white;
}

.btn-outline {
  background-color: transparent;
  color: white;
  border-radius: 20rem;
  padding: 0.8em 1.8em;
  border: 2px solid rgba(245, 243, 243, 0.3);
  cursor: pointer;
}
.btn-outline:hover {
  background-color: white;
  box-shadow: 0 0.2em 0.4em 0.1em rgba(29, 48, 85, 0);
  color: #1d3055;
  border-color: white;
}

nav.sm-nav {
  position: fixed;
  top: 0;
  z-index: 1200;
  padding: 0px;
  display: block;
  width: 100%;
  transform: translateY(-90px);
  transition: transform 320ms ease-out;
}
nav.sm-nav.show {
  transform: translateY(0px);
}
@media (min-width: 768px) {
  nav.sm-nav {
    display: none;
  }
}
nav.sm-nav div {
  background-color: #fd4041;
  color: #1d3055;
  display: block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  padding: 12px 30px;
  box-shadow: 0 0 3px 0px rgba(29, 48, 85, 0.2), 0 0px 10px rgba(29, 48, 85, 0.2);
  border-radius: 0px;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
}

nav.navbar.navbar-dark {
  transition: transform 400ms linear, background 800ms ease-out;
  font-size: 14px;
  font-weight: 400;
  min-height: 50px;
  background: #1d3055;
}
@media (min-width: 768px) {
  nav.navbar.navbar-dark {
    padding: 30px 30px 0;
    background: transparent;
  }
}
nav.navbar.navbar-dark img {
  height: 20px;
  width: auto;
  padding: 0px 0;
  display: block;
}
@media (min-width: 768px) {
  nav.navbar.navbar-dark img {
    display: none;
  }
}
nav.navbar.navbar-dark .nav-item {
  height: 70px;
  align-items: center;
  display: flex;
}
nav.navbar.navbar-dark .nav-link {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 30px;
  height: 70px;
  line-height: 70px;
  color: white;
}
nav.navbar.navbar-dark .nav-link:hover {
  background: #1d3055;
  color: white;
}
@media (min-width: 768px) {
  nav.navbar.navbar-dark.not-scrolled {
    transform: translateY(0);
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  nav.navbar.navbar-dark.has-scrolled {
    transform: translateY(-30px);
    background: #1d3055;
  }
}
nav.navbar.navbar-dark.has-scrolled .nav-link {
  color: white;
}
nav.navbar.navbar-dark.has-scrolled .nav-link:hover {
  background: #1d3055;
  color: white;
}

.flickity-page-dots .dot {
  width: 30px;
  height: 2px;
  border-radius: 0;
  margin: 0 3px;
  background-color: rgba(29, 48, 85, 0.2);
  opacity: 1;
  transition: background-color 400ms ease;
}
.flickity-page-dots .dot.is-selected {
  background-color: #1d3055;
}

.carousel-cell {
  width: 100%;
  /* full width */
  height: auto;
  background: #1d3055;
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

.carousel-cell img {
  display: block;
  max-height: 100%;
}

.carousel.width .carousel-cell {
  max-width: 960px;
  width: 100%;
  height: auto;
  margin: 0 20px;
  background: #1d3055;
}
.carousel.width .carousel-cell.text-slide {
  height: 100%;
  text-align: center;
  background: rgba(29, 48, 85, 0.1);
  background: linear-gradient(45deg, #1d3055, rgba(29, 48, 85, 0.2));
  color: #1d3055;
}
.carousel.width .carousel-cell.text-slide.cta {
  background: #1d3055;
  background: linear-gradient(45deg, #1d3055, #1d3055);
  color: white;
}
.carousel.width .carousel-cell.text-slide .inner {
  max-width: 75%;
  margin: auto;
}
@media (min-width: 992px) {
  .carousel.width .carousel-cell.text-slide .inner {
    max-width: 55%;
  }
}
.carousel.width .carousel-cell.text-slide .inner h3 {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .carousel.width .carousel-cell.text-slide .inner h3 {
    font-size: 2.2rem;
  }
}
.carousel.width .carousel-cell.text-slide .inner p {
  margin-bottom: 0;
  font-size: 0.86rem;
}
@media (min-width: 992px) {
  .carousel.width .carousel-cell.text-slide .inner p {
    font-size: 1.2rem;
  }
}
.carousel.width .carousel-cell img {
  width: 100%;
  height: auto;
  opacity: 0.3;
  object-fit: cover;
  transition: opacity 800ms ease-out;
}
.carousel.width .carousel-cell.is-selected img {
  opacity: 1;
}
.carousel.width.is-fullscreen {
  z-index: 2000;
}
.carousel.width.is-fullscreen .flickity-slider {
  display: flex;
}
.carousel.width.is-fullscreen .carousel-cell {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto 0px;
  background: transparent;
  align-self: center;
}
.carousel.width.is-fullscreen .carousel-cell img.img-fluid {
  height: 90vh;
  width: auto;
  max-width: auto;
  max-height: 100vw;
  object-fit: cover;
}

.listing-container {
  margin-bottom: 60px;
}
.listing {
  background: #1d3055;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 0px;
}
.listing .listing-image {
  position: relative;
  display: block;
  background: #1d3055;
  /*
  &:hover {
  	img {
  		opacity: 0.2;
  	}
  	.clicky {
  		opacity: 1;
  	}
  }
  */
}
.listing .listing-image .indicative {
  position: absolute;
  display: block;
  top: 15px;
  right: 30px;
  right: 30px;
  font-size: 1rem;
  color: #1d3055;
  text-shadow: 1px 1px 1px rgba(29, 48, 85, 0.8);
  z-index: 999;
  opacity: 0.89;
}
.listing .listing-image .clicky {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  opacity: 0;
  transition: opacity 320ms ease-out;
}
.listing .listing-image .clicky .clicky-inner {
  text-align: center;
  margin: auto;
}
.listing .listing-image img {
  opacity: 1;
  transition: opacity 420ms ease-out;
}
.listing .listing-image .heading {
  position: absolute;
  bottom: 0;
  padding: 50px 15px 10px;
  color: white;
  width: 100%;
  margin: 0;
  align-items: baseline;
  text-shadow: 1px 1px 2px rgba(29, 48, 85, 0.7);
  background: linear-gradient(to bottom, transparent, rgba(29, 48, 85, 0.8));
}
.listing .listing-image button.previous {
  display: none;
  visibility: hidden;
}
.listing .listing-image button.next {
  transform: scale(0.8);
  margin-top: -10px;
}
.listing .listing-image button.flickity-fullscreen-buttonsss {
  visibility: hidden;
}
@media (min-width: 768px) {
  .listing .listing-image button.flickity-fullscreen-buttonsss {
    visibility: visible;
  }
}
.listing .listing-copy {
  padding: 30px 30px 0;
  color: #1d3055;
}
.listing .listing-actions {
  padding: 30px 30px 20px;
  text-align: right;
}
.listing .enquire {
  display: inline-block;
  font-size: 0.7rem;
  padding: 0.5rem 0.9rem;
  color: #1d3055;
  background: rgba(29, 48, 85, 0.1);
  border: none;
  text-align: center;
  border-radius: 32px;
  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
  line-height: 1.5;
}
.listing .enquire:active {
  box-shadow: none;
}
.listing .enquire svg {
  margin-left: 0.15rem;
  opacity: 0.8;
}
.listing .enquire:hover {
  background: #1d3055;
  color: white;
  border-color: #1d3055;
  text-decoration: none;
}
.listing h3 {
  font-size: 0.7rem;
  margin-bottom: 0;
  padding-bottom: 0;
  vertical-align: text-bottom;
  font-weight: 500;
  background: #f5f3f3;
  color: #1d3055;
  border-radius: 4px;
  display: inline-block;
  padding: 3px 6px;
  letter-spacing: 0.03em;
  text-shadow: none;
}
.listing h3 span {
  font-size: 10px;
  padding-left: 0px;
}
.listing h3.rev {
  background: #030509;
  color: white;
}
.listing h4 {
  font-size: 2rem;
  margin-bottom: 0;
  padding-bottom: 0;
  vertical-align: text-bottom;
  font-weight: 700;
  text-align: right;
}
.listing h4 span {
  font-size: 10px;
  padding-left: 2px;
}
.listing h4 span.dol {
  font-size: 18px;
  padding-left: 0;
  margin-top: 3px;
  margin-left: -12px;
  position: absolute;
}
.listing p {
  font-size: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
  min-height: 60px;
}
.listing ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.listing ul li {
  color: #1d3055;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 5px 1px 5px 2px;
  vertical-align: text-bottom;
  font-weight: 300;
  margin-right: 22px;
  border-bottom: 2px solid #1d3055;
}
.listing ul li .icon {
  font-size: 13px;
  padding-left: 4px;
  vertical-align: bottom;
  color: rgba(29, 48, 85, 0.8);
}
.listing.oversized ul li {
  border-color: #1d3055;
}
.listing.oversized .listing-image:after {
  content: "oversized";
  position: absolute;
  left: -100px;
  top: -10px;
  width: 240px;
  height: 60px;
  background: linear-gradient(to bottom, #1d3055, #1d3055);
  line-height: 80px;
  text-align: center;
  transform: rotate(-45deg);
  font-size: 8px;
  color: #1d3055;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.listing.oversized .heading {
  color: white;
}

.lightBG .listing {
  background-color: white;
}

@media (min-width: 992px) {
  .inner > .inner-row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 992px) {
  .inner > .inner-row > .col-12 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.listing-big {
  background: #1d3055;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.listing-big img {
  position: relative;
  z-index: 1;
  padding-bottom: 130px;
  width: 100%;
  height: auto;
}
.listing-big .listing-copy {
  width: 100%;
  padding: 100px 30px 10px;
  color: white;
  position: absolute;
  z-index: 10;
  background: linear-gradient(to top, #172542, #1d3055 130px, rgba(29, 48, 85, 0));
}
.listing-big .listing-copy h3 {
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-bottom: 0;
  vertical-align: text-bottom;
}
.listing-big .listing-copy h4 {
  font-size: 1.1rem;
  margin-bottom: 0;
  padding-bottom: 0;
  vertical-align: text-bottom;
  font-weight: 600;
  text-align: right;
}
.listing-big .listing-copy h4 span {
  font-size: 10px;
  padding-left: 5px;
}
.listing-big .listing-copy h4 span.dol {
  font-size: 12px;
  padding-left: 0;
  margin-top: 3px;
  margin-left: -10px;
  position: absolute;
}
.listing-big .listing-copy p {
  font-size: 0.9rem;
}
.listing-big .listing-copy ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 15px 0;
}
.listing-big .listing-copy ul li {
  background-color: rgba(29, 48, 85, 0.8);
  color: white;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  border-radius: 3px;
  padding: 5px 7px 5px;
  vertical-align: text-bottom;
  font-weight: 400;
  margin-right: 6px;
}
.listing-big .listing-copy ul li .icon {
  font-size: 12px;
  padding-left: 4px;
  vertical-align: bottom;
}

.sale {
  background-color: #131f37;
}
.sale .listing-big {
  background: #1d3055;
  box-shadow: 0 1px 1px #0d1627, 0 10px 20px #101b2f;
}
.sale .listing-copy {
  color: #1d3055;
  background: linear-gradient(to top, #172542, #1d3055 130px, rgba(29, 48, 85, 0));
}
.sale .listing-copy ul li {
  background-color: rgba(29, 48, 85, 0.8);
}

ul.ticks {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.ticks li {
  padding: 10px 0 20px 70px;
  position: relative;
  font-size: 1rem;
}
ul.ticks li strong {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 2px solid #fd4041;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 5px;
}
ul.ticks li span {
  display: block;
  padding-bottom: 0.5em;
}
ul.ticks span.icon {
  position: absolute;
  font-size: 30px;
  margin-left: -70px;
  margin-top: 0px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fd4041;
  border-radius: 46px;
}
ul.ticks span.small {
  font-size: 10px;
  opacity: 0.7;
  line-height: 1.2 !important;
  padding-top: 10px;
  display: block;
}
ul.ticks.boxedin {
  background: white;
  border-radius: 6px;
  padding: 0;
}
@media (min-width: 992px) {
  ul.ticks.boxedin {
    padding: 0 30px 0 0;
  }
}
ul.ticks.boxedin li {
  padding: 20px 0px 15px 70px;
}
ul.ticks.boxedin li:last-of-type {
  border: none;
}
ul.ticks.pink li strong {
  border-bottom: 2px solid #95aac1;
}
ul.ticks.pink span.icon {
  color: #95aac1;
}

.captioned {
  position: relative;
}
.captioned span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  font-size: 0.66rem;
  line-height: 1;
  color: white;
  text-shadow: 1px 1px 1px #1d3055;
}
.captioned span svg {
  margin-right: 10px;
}

.final-cta {
  background-color: #fd4041;
  color: #1d3055;
  margin: 0;
  padding: 100px 0;
}
@media (min-width: 992px) {
  .final-cta {
    min-height: 760px;
    padding: 200px 0 200px;
  }
}

footer {
  background-color: #1d3055;
  color: #f5f3f3;
  margin: 0;
  padding: 60px 0 25px;
  font-size: 9px;
}
footer img.ce-logo {
  width: 100%;
  height: auto;
  max-width: 160px;
  margin: -10px auto 20px;
  display: block;
}

@inculde mq(lg) {
  .three-col-row-lg > div:nth-child(1) {
    padding-right: 3rem;
  }
  .three-col-row-lg > div:nth-child(2) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .three-col-row-lg > div:nth-child(3) {
    padding-left: 3rem;
  }
}

.three-col-row-md > div:nth-child(1) {
  padding-right: 1.3rem;
}
.three-col-row-md > div:nth-child(2) {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.three-col-row-md > div:nth-child(3) {
  padding-left: 1.3rem;
}

@media (min-width: 992px) {
  .three-col-row-lg > div:nth-child(1) {
    padding-right: 2rem;
  }
  .three-col-row-lg > div:nth-child(2) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .three-col-row-lg > div:nth-child(3) {
    padding-left: 2rem;
  }
}

.two-col-row-lg > div:nth-child(1) {
  padding-right: 4rem;
}
.two-col-row-lg > div:nth-child(2) {
  padding-left: 4rem;
}

.two-col-row-md > div:nth-child(1) {
  padding-right: 1.3rem;
}
.two-col-row-md > div:nth-child(2) {
  padding-left: 1.3rem;
}

.staff {
  text-align: left;
  margin-bottom: 50px;
}
.staff h1 {
  font-size: 0.86rem;
  margin-bottom: 0;
  font-weight: 500;
  margin-top: 1.8rem;
}
.staff h2 {
  font-size: 1rem;
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
}
.staff .img-circle {
  width: 100%;
  height: auto;
  max-width: 130px;
  margin: 0 auto;
}
.staff .drop-sm {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .staff .drop-sm {
    margin-top: 0;
  }
}

.imgzoom-sm {
  width: 100%;
  overflow: hidden;
}
.imgzoom-sm img {
  width: 200vw;
  max-width: 200vw;
  margin-left: -50vw;
}
@media (min-width: 768px) {
  .imgzoom-sm img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

img.scenes {
  max-width: 560px;
  width: 100%;
  height: auto;
  margin: 60px auto 0;
  display: block;
}
@media (min-width: 992px) {
  img.scenes {
    max-width: 100%;
    margin: auto;
  }
}

.carousel-quote {
  margin-top: 50px;
  width: 100%;
  height: auto;
  overflow: visible;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  min-height: 200px;
}
@media (min-width: 992px) {
  .carousel-quote {
    min-height: 0;
  }
}
.carousel-quote .quote {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.carousel-quote .rating {
  width: 100%;
  height: 20px;
  display: block;
  position: relative;
  font-size: 12px;
  margin-bottom: 5px;
}
.carousel-quote .rating svg {
  margin-right: 1px;
}

img.inline-svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.07em;
  width: 1.125em;
  margin-right: 1px;
}