/*
Theme Name: Scion Lark Urban Network Parent
Theme URI: https://github.com/ScionWebTeam/scion-lark-urban
Author: The Scion Group
Author URI: https://www.thesciongroup.com
Description: Parent theme for LarkUrban-powered sites.
Version: 1.3.5
GitHub Theme URI: ScionWebTeam/scion-lark-urban
Primary Branch: main


  font-family: 'GT America', Arial, sans serif;
  font-family: 'GT America Compressed', Arial, sans-serif;
  font-family: 'GT America Compressed Medium', Arial, sans-serif;

  primary color
  #1d428a

  secondary color
  #6bcaba
  rgba(107, 202, 186, .9);

  tertiary color
  banner bar left,
  #banner-bar .overlay
  #special-banner h2
  #c069c2

  branding bar background
  rgba(209, 235, 246, 0.9);
  #d1ebf6

*/

/* BASE FONT STYLES
------------------------------------------------------------ */

:root {
  /* Colors */
  /* Primary */
  --royal-blue: #1D428A;
  --aqua: #6BCABA;
  --white: #fff;
  --rich-lilac: #C069C2;
  --electric-blue: #0092CB;

  /* Secondary */
  --venetian-red: #E03C31;
  --yellow: #F4DA40;
  --blush-pink: #FABBCB;
  --pickle-green:#00AD50;
  /* Neutrals */
  /* Tints */
  --ocean-blue-tint-1: #4A68A1;
  --ocean-blue-tint-2: #778EB9;
  --ocean-blue-tint-3: #A5B3D0;
  --ocean-blue-tint-4: #D2D9E8;
  --aquamarine-tint-1: #89D5C8;
  --aquamarine-tint-2: #A6DFD6;
  --aquamarine-tint-3: #C4EAE3;
  --aquamarine-tint-4: #E1F4F1;
  --black-tint-1: #e6e6e6; 
  --black-tint-2: #666666;
  /* Gradients */
  --gradient-1: linear-gradient(to right,var(--rich-lilac) 0%,var(--blush-pink) 100%);
  --gradient-2: linear-gradient(to right,var(--sandstorm-yellow) 0%,var(--venetian-red) 100%);
  --gradient-3: linear-gradient(to right,var(--blush-pink) 0%,var(--sandstorm-yellow) 100%);
  --gradient-4: linear-gradient(to right,var(--ocean-blue) 0%,var(--aquamarine) 100%);
  --gradient-5: linear-gradient(to right,var(--rich-lilac) 0%,var(--ocean-blue) 100%);
  --gradient-6: linear-gradient(to right,var(--rich-lilac) 0%,var(--venetian-red) 100%);

   /* Headings */
   --biggest-heading-xxl: 6.25rem;
   --biggest-heading-xl: 5rem;
   --biggest-heading-lg: 4.5rem;
   --biggest-heading-med: 3.5rem;
   --biggest-heading-sm: 3rem;
   --biggest-heading-xs: 2.5rem;
   --subheading-xl: 4rem;
   --subheading-lg: 3rem;
   --subheading-med: 3rem;
   --subheading-sm: 2rem;
   --title-xl: 2rem;
   --title-lg: 1.5rem;
   --title-med: 1rem;
   --title-sm: 0.8rem;
}

body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, .h1, .h2, .h2 a, .h2 a:visited, .h3, .h4, .h5, .h6, p, input, label, select, textarea, ul, li, ol {
  font-family: 'GT America', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  color: #666;
}

.heading-h1 {
  font-family: 'GT America', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  color: #666;
}

.entry-content ul {
  margin-bottom: 40px;
}

.entry-content ul li {
  margin-bottom: 10px;
  margin-left: 3px;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.entry-content ul li::before {
  content: "•";
  font-family: Helvetica, Arial;
  font-size: 22px;
  color: #0062AF;
  letter-spacing: 0;
  line-height: 21px;
  position: absolute;
  left: 0;
}

/* LINKS
------------------------------------------------------------ */

a, a:visited {
  /* color: #666; */
  text-decoration: underline;
}

.desktop a:hover {
  color: #333;
}

.cta a, .cta a:visited {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  margin: 35px 0 55px;
  padding: 12px 22px 12px;
  text-decoration: none;
  border-radius: 30px;
  border: 3px solid var(--white);
  font-weight: bold;
  line-height: 1em;
  background-color: var(--white);
  color: var(--royal-blue);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all .4s;
}

.caret-right-background {
  background-color: var(--royal-blue);
}

#page input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  margin: 35px 0 55px;
  padding: 12px 22px 12px;
  text-decoration: none;
  color: var(--aqua);
  border-radius: 30px;
  border: 3px solid var(--royal-blue);
  font-weight: bold;
  line-height: 1em;
}

.cta.no-border a, .cta.no-border a:visited {
  border-color: transparent;
}

#page input[type="submit"] {
  margin: 0;
}

 #page input[type="submit"]:hover {
  color: #1d428a;
}

.cta a:hover {
  color: var(--aqua) !important;
}

/* BODY
------------------------------------------------------------ */

body, html {
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}

#page {
  position: relative;
  margin-top: 135px;
}

#main {
  position: relative;
  z-index: 10;
}

.home #main {
  background: #fff;
}

#colophon {
  position: relative;
  z-index: 10;
}

.margin-pad {
  padding-left: 40px;
  padding-right: 80px;
}

.big-bottom {
  margin-bottom: 150px;
}

/* .move-in .big-bottom {
  margin-bottom: -150px;
}

.move-in .collapse-items {
  margin-bottom: 200px;
} */

/* PAGE BG
------------------------------------------------------------ */

#page:before {
  background: #fff url(/wp-content/themes/scion/images/bg-swoop.svg) no-repeat;
  background-position: 99% 678px;
  background-size: 210% auto;
  height: 100%;
  width: 100%;
  position: absolute;
  content: " ";
}

.home #page:before, .page-template-page-photo-tour #page:before {
  background: none;
}

.page-template-page-rates #page:before {
  transform: scaleX(-1);
  background-position: 137% 850px;
}

.hide-background-swoop #page:before {
  background: none !important;
}

/* faq */

.faqs #page:before {
  transform: scaleX(-1);
  background-position: 97% 430px;
  background-size: 3000px auto;
}

/* Move In */

.movein .big-bottom {
  margin-bottom: 0px;
}
#move-in {
  padding-bottom: 20px;
}
/* Move in Page NEW */
#move-in, .move-in {
  gap: 3rem;
    .header-subtitle h3 {
      max-inline-size: 60ch;
    } 

    .side-column {
      position: sticky;
      top: 20%;
      height: min-content;
      z-index: 100;
    }
  .sidebar {
      padding: 1.5rem;
      border-radius: 5px;
      background-color: var(--white);

      h3, li, a, p {
        color:black;
      }
      a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        text-decoration: none;
        padding: 9px 30px 9px 0;
      }
    
      a:hover {
        text-decoration: underline;
      }

      i {
        color: var(--electric-blue);
      }
    a, p {
      text-indent: revert;
    }

    .quick-links p {
      font-size: revert;
    }
    .dates {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 10px;

      p:last-child {
        text-align: right;
      }
    }
    .sidebar-subtitle {
      font-weight: 700;
      padding-bottom: 10px;
    }

    .sidebar-title {
      font-weight:600;
    }
  }

  .utilities {
    gap:10px;
  }
  .nav#movein-tabs{
    justify-content: space-between;

    .nav-link.active .move-btn, .nav-link .move-btn:hover {
      color: var(--electric-blue) !important;
    }

    .nav-link.active .move-btn p, .nav-link .move-btn p:hover {
      text-decoration: underline;
    }

    .nav-link {
      background: none;
      border: none;
      cursor: pointer;
    }

    .nav-link:focus {
      outline: none;
    }

    .move-btn .fa-stack {
      transition: ease-in-out 0.1s;
      text-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
    }
    .move-btn .fa-stack .fa-inverse {
      color: var(--white);
    }

    .move-btn .fa-stack:hover {
      transform: scale(1.05);
      transition: ease-in-out 0.12s;
    }
  }
  .move-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--aquamarine-tint-1);

    p {
      color: var(--white);
      text-wrap: balance;
      font-weight: 500;
      padding-top: 5px;
    }
  }
}

.move-in .content-text a{
  color: white !important;
  text-decoration:none;
  pointer-events: revert;

  i {
    color: var(--aqua) !important;
  }
}

.move-in .content-text a:hover {
  color: white !important;
  text-decoration: underline !important;
}

.move-in .content-text .heading-h1 {
  color: var(--aqua);
}

#move-in .move-steps {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 1rem;
  gap: 3rem;

  h4 {
    text-wrap: balance;
    font-size: 1.2rem;
  }

  a {
    text-decoration: none;
    color: var(--electric-blue);
    font-weight: 600;
    pointer-events: revert;
  }

  a:hover {
    text-decoration: revert;
  }
  
  .external-link {
    text-decoration: none;
    color: var(--electric-blue);
    font-weight: bold;
  }

  .external-link:hover {
    text-decoration: revert;
  }

  .external-link::after {
    font: var(--fa-font-solid);
        content: " \f0da";
  }

  .fa-li .fa-circle-check {
    color: var(--aqua);
  }

  .fa-li .fa-circle-info {
    color: var(--aqua);
  }

  ul, li {
    margin: revert;
    padding: revert;
  }
}

@media only screen and (max-width: 992px) {
  #move-in {
    flex-direction: column-reverse;
    gap: revert;
  }

}

@media only screen and (max-width: 600px) {
  #move-in {
    h4 {
      font-size: 1.25rem;
    }

    .utilities {
      flex-direction: column;
    }

    .move-steps {
      grid-template-columns: 1fr;
      gap: revert;
    }

    .nav#movein-tabs {
  flex-wrap: nowrap;
    }
  }
}

/* Packing List */
 .packing-list header, .packing-list nav, .packing-list footer, .packing-list #fixed-cta, .packing-list .site-index, .packing-list .meetelise-chat {
    display: none !important;
  }

  .packing-list #main {
    background-color: white;
  }

  .packing-list p , .packing-list li {
    color: black;
  }

  .packing-list h2, .packing-list h3 {
    color: var(--black-tint-2);
  }

  .packing-list h1, .packing-list i {
    color: var(--electric-blue);
  }

.packing-list .fa-ul {
  margin-bottom: revert;
}

 .packing-list .col {
    display: flex;
    flex-direction: column;
  }
 .packing-list #page {
    margin-top:50px;
}

.packing-list > * {
  padding-left: 0;
  padding-right: 0;
}

.download-packing-list .save-as-pdf-pdfcrowd-button {
  color: var(--electric-blue) !important;
  font-size: 17px;
  text-transform: none;
  font-weight: 600 !important;
}

.download-packing-list .save-as-pdf-pdfcrowd-button:hover, .packing-list-link .save-as-pdf-pdfcrowd-button:hover {
text-decoration: underline;
}

.download-packing-list .save-as-pdf-pdfcrowd-button::after {
font: var(--fa-font-solid);
content: " \f0da";
}

.packing-list-link .save-as-pdf-pdfcrowd-button::before {
  font: var(--fa-font-solid);
  content: " \f49c";
  color: var(--electric-blue);
  }


.packing-list-link .save-as-pdf-pdfcrowd-button {
  color: black !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  padding: 9px 30px 9px 0 !important;
}


/* MOVE IN COMPONENT */

.move-in-component {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 3em;
  background-color: var(--royal-blue);
  position: relative;
}

.move-in-component .move-in-callout {
  width: 50%;
font-weight: 500;
color: var(--white);
margin-right: auto;
}

.move-in-component .move-in-callout span {
  font-weight: normal;
}

.move-in-component .move-in-callout-icon {
  color: var(--white);
  align-self:flex-start;
  padding: 5px 1em;
}

.move-in-callout-icon .fa-person-carry-box {
  color: var(--royal-blue);
}

.move-in-component .fa-stack.small {
  font-size: 1em;
}

.move-in-component .cta a {
  text-align:center;
  margin: 0;
}

.move-in .move-in-component, .packing-list .move-in-component, .vr .move-in-component, .one-sheet .move-in-component{
  display:none;
}

@media only screen and (max-width: 600px) {
  .move-in-component {
    padding: 1em 0.5em;
  }

 .move-in-component .move-in-callout {
    width: 100%;
    margin-right: 0;
  }

  .move-in-component .move-in-callout-icon {
    padding: 5px 0.5em;
  }
.move-in-component .cta a {
    font-size: small;
    border: none;
    background: none;
    text-decoration: underline;
    color: var(--royal-blue);
    box-shadow:none;
    padding:5px;
  }

  .move-in-component .move-in-callout span {
    font-size: smaller;
    line-height: normal;
  }
}

/* FIXED CTA
------------------------------------------------------------ */

#fixed-cta {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 1em;
  top: 35%;
  z-index: 100;
  gap: 0.5rem;
}
/* 
.home #fixed-cta {
  display: none;
} */

#fixed-cta a, #fixed-cta a:visited {
  display: flex;
  justify-content: center ;
  align-items: center;
  text-align: center;
  color: var(--white);
  background: var(--aqua);
  border-radius: 50%;
  z-index: 1000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 0.7em;
}

#fixed-cta a.fixed-cta-btn2, #fixed-cta a.fixed-cta-btn2:visited {
  color: #fff;
  background: #1d428a;
  line-height: normal;
}

#fixed-cta a:hover {
  color: #1d428a;
}

#fixed-cta a.fixed-cta-btn2:hover {
  color: var(--aqua);
}

#fixed-cta a.fixed-cta-btn {
  background-color: var(--aqua);
  color: #1d428a;
}
/* SCROLL UP
------------------------------------------------------------ */

#scroll-up {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
  opacity: 0;
  transition: all 1s;
}

#scroll-up.up {
  bottom: 100px;
}

#scroll-up.show {
  opacity: 1;
}

/* TOP BAR
------------------------------------------------------------ */

#top-bar {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 30;
}

#top-bar, #top-bar a, #top-bar a:visited, #top-bar .right p {
  font-size: 15px;
  color: var(--aqua);
  line-height: 1em;
  text-decoration: none;

    &:hover {
    text-decoration: underline !important;
  }
}

.top-faqs {
  padding-right: 10px;
}

#top-bar .translate {
  display: inline-block;
  margin-right: 20px;
}

#top-bar .right a, #top-bar .right a:visited {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

#top-bar .right {
  display: flex;

  p {
    margin-bottom: 0;
    text-decoration: none;
  }

  p:hover {
    text-decoration: underline;
    cursor: pointer;
  }

    i {
    padding-right:5px;
  }
}

.nav-dropdown-menu {
    position: absolute;
    background: var(--white);
    padding: 10px 20px;
    flex-direction: column;
    justify-content: flex-end;
    list-style: none;
    border-radius: 5px;
    display:none;
    z-index: 100;
    width: max-content;
    right: 0;
    left: auto;

    & li {
      font-size: inherit;
    }

    & a {
      /* color: white; */
      text-decoration: none;
      text-transform: none !important;

    }
    & a:hover {
      text-decoration: underline;
    }
}

.nav-dropdown:hover .nav-dropdown-menu {
  display: flex;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown a:hover {
  cursor: pointer;
}



@media only screen and (max-width: 768px) {
  #top-bar .top-faqs {
    display: none;
  }
}


#page .goog-te-gadget-simple {
  border: none;
}

#page .goog-te-gadget-simple span {
  display: none;
}

#page .goog-te-gadget-simple span:first-child, #page .goog-te-gadget-simple span:last-child {
  display: inline;
  color: var(--aqua) !important;
}

#page .goog-te-gadget-simple span:last-child {
  position: relative;
  top: -1px;
  left: -3px;
}

#page .goog-te-gadget img {
  position: relative;
  top: -3px;
  left: -3px;
}

/* BANNER
------------------------------------------------------------ */

#banner-image {
  position: fixed;
  z-index: 1;
  width: 100%;
}

#banner {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

#banner-content {
  width: 39%;
  margin-left: 40px;
  padding: 340px 0 0;
  max-width: 600px;
}

#banner-content h1 {
  letter-spacing: -.05em;
  line-height: 1em;
  font-size: 17px;
}

#banner-content .heading-h1 {
  letter-spacing: -.05em;
  line-height: 1em;
}

#banner-content p {
  color: #fff;
}

/* BRANDING
------------------------------------------------------------ */

.admin-bar #branding, .admin-bar #branding-bg {
  top: 32px;
}

#branding {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
}

#branding-inner {
  position: relative;
  top: 30px;
  background: var(--royal-blue);
}

/*
#branding-bg {
  position: fixed;
  width: 100%;
  height: 140px;
  background: var(--royal-blue);
  top: 0;
  left: 0;
  opacity: 1;
}
*/

h1#logo, #logo {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  left: 40px;
  opacity: 1;
  line-height: 1em;
}

#logo {
  top: 23px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

h1#logo a {
  margin: 0;
}

.home h1#logo, .home #logo {
  top: 20px;
}

#logo img {
  width: 209px;
}

#logo .color {
  display: block;
  display: none;
}

/* MAIN MENU
------------------------------------------------------------ */

nav#access a.menu-toggle {
  display: none;
  padding-bottom: 20px;
}

nav#access {
  margin: 37px 0 0 0;
  float: right;
}

.home nav#access {
  margin-top: 37px;
}

nav#access ul li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  position: relative;
}

nav#access ul a, nav#access ul a:visited {
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.08em;
  padding: 8px 12px 40px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-family: 'GT America Compressed', Arial, sans-serif;
}

/*
.home nav#access ul a, .home nav#access ul a:visited {
  color: #fff;
}

.scrolled nav#access ul a, .scrolled nav#access ul a:visited {
  color: #1d428a;
}
*/

nav#access ul li.current-menu-item a, .desktop nav#access ul a:hover {
  text-decoration: underline;
}

nav#access li.last a {
  padding-right: 0;
}

#mobile-menu {
  display: none;
}

/* HEADERS
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 10px;
  color: #1d428a;
}

.heading-h1 {
  color: #333;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 10px;
  color: #1d428a;
}

h1, .h1 {
  font-size: 17px;
}

.heading-h1  {
  font-size: 60px;
}

h2, h2 a, .h2, .h2 a {
  font-family: 'GT America', Arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
}

h3, .h3 {
  font-family: 'GT America', Arial, sans-serif;
  font-size: 36px;
}

h4, .h4 {
  font-family: 'GT America', Arial, sans-serif;
  font-size: 24px;
}

h4 .not-bold, .h4 .not-bold {
  font-weight: normal;
}

h6, .h6 {
  font-size: 21px;
  color: var(--aqua);
}

strong, #more-info .instagram-content .entry-content strong {
  color: #1d428a;
}

.entry-content strong {
  color: #666;
}

/* HOME
------------------------------------------------------------ */

#banner-bar {
  position: relative;
}

#banner-bar .left-side {
  background: var(--rich-lilac);
  font-size: 14px;
}

#banner-bar .right-side {
  text-align: right;
  background: var(--royal-blue);
  font-size: 36px;
  font-weight: bold;
}

#banner-bar .inner {
  padding-top: 18px;
  padding-bottom: 18px;
}

#banner-bar, #banner-bar a, #banner-bar a:visited {
  color: #fff;
  text-decoration: none;
}

#banner-bar .right-side a {
  display: block;
  padding-right: 40px;
  line-height: 46px;
  /* background: url(images/right-arrow.png) no-repeat right 4px; */
  position: relative;
  top: -2px;
  color: var(--royal-blue);
}

#banner-bar .overlay {
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 0% 100%);
  background: var(--rich-lilac);
  position: absolute;
  width: 55px;
  height: 100%;
  left: 50%;
  top: 0;
}

.triangle-background {
  background: #e1f4f1;
  height: 1900px;
  width: 1300px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 0% 100%);
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 11;
}

#page>.triangle-background {
  top: auto;
  bottom: 0;
  right: 50%;
}

#content-sets {
  position: relative;
  z-index: 10;
}

#content-sets .row {
  z-index: 20;
  position: relative;
}

#content-sets .col {
  position: relative;
  z-index: 100;
}

#content-sets .row-1 {
  padding: 140px 0 200px;
  z-index: 101;
}

#content-sets .row-1 img {
  padding-top: 0;
  padding-bottom: 0;
}

#content-sets .content-wrap .inner {
  padding-top: 0;
  padding-bottom: 0;
}

.content-big-headline-text .content {
  max-width: 320px;
  border-bottom: 1px solid var(--royal-blue);
  margin-left: 45px;
}

.content-big-headline-text .content:first-child {
  line-height: 0;
  margin-bottom: 40px;
}

.content-big-headline-text h2, .content-big-headline-text .h2 {
  font-size: 54px;
  font-family: 'GT America Compressed', Arial, sans-serif;
  color: var(--aqua);
  letter-spacing: 20px;
  margin-bottom: 30px;
  line-height: 1.15em;
  text-transform: uppercase;
}

.content-big-headline-text p {
  margin-bottom: 30px;
}

#content-sets .row-2 {
  background-position: 50px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  top: 720px;
  padding-top: 260px;
  padding-bottom: 260px;
  width: 100%;
  max-width: 475px;
  text-align: right;
  z-index: 100;
}

#content-sets .row-2 .col {
  position: relative;
  text-align: right;
}

#content-sets .left-content {
  width: 200px;
  position: absolute;
  bottom: -30px;
  right: 500px;
}

#content-sets .row-2 p {
  font-size: 16px;
}

#content-sets .row-3 {
  padding-top: 130px;
}

#content-sets .row-4 {
  padding-top: 80px;
  padding-bottom: 50px;
}

#content-sets .row-4 .content-wrap {
  padding-top: 129px;
  padding-left: 100px;
}

#home-video {
  padding: 50px 50px;
  margin: 50px auto;
  background: url(images/video-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  max-width: 1500px;
}

#more-info {
  padding: 50px 0 100px;
}

#more-info .instagram-content .inner {
  padding-left: 40px;
  max-width: 360px;
}

#more-info .instagram-content img.default, #more-info .instagram-content img.instagram-photo {
  display: none;
}

#more-info .instagram-content img.instagram-photo:last-child {
  display: block;
}

#more-info .instagram-content .inner .inner {
  max-width: none;
  padding-left: 0;
}

#more-info .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
}

#contact-info .info a, #contact-info .info a:visited, .cta2 a, .cta2 a:visited {
  text-decoration: none;
  font-weight: bold;
  color: var(--aqua);
  text-transform: uppercase;
  white-space: nowrap;
}

.cta2 a:hover {
  color: var(--aqua) !important;
}


#contact-info p, #contact-info .items {
  margin-bottom: 20px;
}

#instagram-photo-link a {
  display: block;
  position: relative;
}

#more-info #instagram-photo-link a span.content {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(107, 202, 186, .9);
  padding: 0;
}

#more-info #instagram-photo-link a span.inner {
  display: block;
  padding: 10px 10px 10px 43px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

#instagram-photo-link i {
  position: absolute;
  display: block;
  left: 8px;
  top: 6px;
  font-size: 30px;
  font-weight: normal;
}

.hours {
  margin: 40px 0 20px;
}

.hours .title {
  margin-bottom: 0;
}

.hours .item {
  margin-bottom: 0;
}

.hours .label {
  font-size: 14px;
  font-weight: bold;
  width: 87px;
  float: left;
  text-transform: uppercase;
  clear: left;
}

.hours .content {
  margin-left: 3%;
  float: left;
  font-size: 17px;
}

#more-info .map {
  width: 100%;
  height: 400px;
  padding-left: 270px;
}

#map {
  height: 100%;
  width: 100%;
}

/* single column text */

.single-column-text.page-title {
  padding-top: 250px;
}

.single-column-text .header {}

/* SPECIAL
------------------------------------------------------------ */

#special-banner {
  background-color: #facdd5;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top: 95px;
}

#special-banner .inner {
  /*
  max-width: 600px;
  margin-left: 20%;
  margin-right: 38%;
*/
}

#special-banner h2, #special-banner .h2 {
  font-size: 45px;
  color: var(--rich-lilac);
  text-transform: none;
  margin-bottom: 12px;
}

#special-banner h3, #special-banner .h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 12px;
}
/* 
#special-banner .cta a, #special-banner .cta a:visited {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  margin: 35px 0 55px;
  padding: 12px 22px 12px;
  text-decoration: none;
  border-radius: 30px;
  border: 3px solid var(--royal-blue);
  font-weight: bold;
  line-height: 1em;
  background-color: var(--royal-blue);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all .4s;
} */

/* #special-banner .cta a i {
  font-size: 16px;
  position: relative;
  background: var(--royal-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

#special-banner .content-bottom p {
  font-size: 13px;
  color: #333;
  margin-bottom: 50px;
  margin-right: 35px;
}

#special-banner .content-bottom .fine-print {
  font-size: 13px;
  color: #333;
  margin-bottom: 50px;
  margin-right: 35px;
}

#special-image {
  display: none;
}

.move-in #special-banner {
  margin-top: 50px;
}

/* CONTENT SECTION - PAGE TITLE
------------------------------------------------------------ */

.page_title {
  display: flex;
  align-items: center;
}

.page_title.no-image {
  margin-top: 250px;
  margin-bottom: 40px;
  display: block;
}

.image_left.page_title .content-text .inner {
  max-width: 720px;
}

.subtitle {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25em;
  color: var(--aqua);
  margin-bottom: 30px;
  margin-top: 30px;
}

/* share callout */

#share-callout {
  margin-bottom: 40px;
}

body #share-callout .title {
  margin-bottom: 6px;
}

#share-callout .social-content a {
  display: inline-block;
  padding-right: 20px;
  text-decoration: none;
}

#share-callout i {
  font-size: 1.2em;
  color: #1d4288;
  padding-right: 3px;
}

/* pdf callout */

#pdf-callout {
  border-top: 1px dotted #1d4288;
  padding-top: 30px;
  position: relative;
}

#pdf-callout .title, #share-callout .title {
  font-weight: bold;
  color: #1d4288;
  margin-bottom: 3px;
}

#pdf-callout .description {
  margin-bottom: 15px;
}

#pdf-callout img {
  position: absolute;
  top: 30px;
  left: 0;
  max-width: 100px;
}

#pdf-callout .content {
  padding-left: 110px;
}

.page_title .content-image img {
  width: 100%;
}

/* CONTENT SECTION - CONTENT SPREAD
------------------------------------------------------------ */

.content-images img {
  margin-bottom: 20px;
}

.wide_text .content-images div {
  text-align: right;
}

.content-images2 img {
  margin-bottom: 20px;
}

/* APPLICATION PAGE */

#how2apply {
  padding: 1em 0;
}

.apply .container {
  padding-left: 0;
  padding-right: 0;
}
.apply-subhead {
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 1.5em;
  font-weight: 700;
  color: var(--aqua);
  /* border-top: 1px solid var(--black-tint-1); */
}

.apply-content h2 {
  color: var(--white);
}

.app-steps li {
    margin-bottom: 0;
    line-height: 21px;
}

.app-steps li span, .app-fees li span {
  display: flex;
  gap:1.5em;
}

.app-steps li::marker {
  font-size: smaller;
}

.app-step-title {
  width: 40%;
  font-weight: bold;
}

.admin-fee span {
  display: inline !important;
  font-size: small;
}


.bg-check {
  font-size:medium;
  border-left: 4px var(--aqua) solid;
  padding-left: 1em;
  text-wrap:pretty;
}

.apply-app-fees-title{
  width: 40%;
  font-weight: bold;
}
.apply-app-fees-content{
  width: 60%;
}

.app-step-content {
  width: 60%;
  font-size: smaller;
}

.app-fees li{
  list-style-type: none;
}

.strikethrough-fee {
  text-decoration: line-through;
  display:inline !important;
}

#deposits-fees .frequency {
  display: inline;
  font-size: small;
}

.ready2apply {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 0.5em 2em;
  margin-top: 2rem;
  width: 72%;
  margin-left:auto;
  background-color: var(--white);
  border-radius: 10px;
  text-decoration: none;
}

.ready2apply:hover {
  text-decoration: none;
}

.ready2apply p {
  margin-bottom:0;
  /* margin-right: auto; */
  color: black;

}

.ready2apply a {
  border: none;
  margin-top: 0;
  color: black !important;
  text-decoration: none;
  font-weight: 700;
  line-height: 1em;
}

.ready2apply a:hover {
  text-decoration: underline;
}

.ready2apply .start-app {
  font-weight: 700;
  line-height: 1em;
  font-size:16px;
  text-transform: uppercase;
}

.ready2apply .start-app:hover, .ready2apply a:hover {
  text-decoration: underline;
}

.apply-sidebar {
  position: sticky;
  top: 25%;
  height: min-content;
  z-index: 100;
  padding: 0 2em;
}

.apply-content {
  padding-top: 2em;
}

.guarantor-callout {
  font-size: smaller;
  padding: 1em 0;
}

.guarantor-callout i {
  color: var(--aqua);
}

.apply-pg-hr{
  border-top: 1px solid rgba(255, 255, 255, .05);
}

.dual-apply-links {
  padding: 0 20px;
}

.dual-apply-btns a i {
  color: var(--rich-lilac);
}

.dual-apply-btns a:hover {
  text-decoration: underline;
}

/* .dual-apply-btn {
  background: var(--white)!important;
  color: var(--ocean-blue) !important;
  border: 3px solid var(--ocean-blue);
  -webkit-background-clip: revert !important;
  -webkit-text-fill-color: revert !important;
}

.dual-apply-btn:first-of-type {
  background: var(--ocean-blue)!important;
  color: white !important;
} */

/* CONTENT SECTION - TWO COLUMN SIDEBAR
------------------------------------------------------------ */
.apply .page_title, .apply .page_title .cta a  {
  margin-bottom: 0;
}

.apply .big-bottom {
  padding-bottom: 50px;
  margin-bottom: 0;
}


.two-column-sidebar .row {
  position: relative;
  justify-content: center;
}


.sidebar-anchors a {
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  padding: 9px 30px 9px 0;
  font-weight: 700;
  font-size: 16px;
}

.sidebar-anchors {
  padding-right: 1em;
}


.quick-links-mobile {
  display: none;
  padding: 0 1em;
}

.quick-links-mobile p {
  margin-bottom: 5px;
}

.quick-links-mobile a {
  display: block;
  color: var(--white);
}

.quick-links-mobile i {
  color: var(--aqua);
}

.quick-links, .app-help {
  display: flex;
  flex-direction: column;
}

.quick-links p {
  margin-bottom: 0;
  font-size: small;
  font-weight: bold;
}

.quick-links a, .quick-links p {
  text-indent: 2em;
}

.quick-links a i {
  display: inline;
  position: initial;
  font-size: smaller;
  color: var(--aqua);
}

.apply #fixed-cta {
  display:none;
}


/* Media Queries */

@media only screen and (max-width: 992px) {
  .sidebar-anchors a {
    font-size: small;
  }
}

@media only screen and (max-width: 768px) {
  .apply-sidebar {
    display: none;
  }

  .quick-links-mobile {
    display: block;
    font-size: smaller;
  }

  .ready2apply {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .ready2apply p {
    font-size: smaller;
  }

  .apply-content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .apply .big-bottom {
    padding-bottom: 20px;
  }

}

@media only screen and (max-width: 600px) {
  .app-steps li span {
    display:inline;
  }

  .app-step-title {
    margin-bottom: 0;
  }

  .app-step-title, .app-step-content {
    width: 100%;
  }

  .ready2apply {
    /* flex-direction: column; */
    padding: 0.5em 1em;
  }

  .ready2apply p {
    margin-right: 0;
  }

  .ready2apply a {
    font-size: smaller !important;
  }

  .apply .page_title .cta a {
    font-size: smaller !important;
}

  .apply-app-fees-title {
    width: 80%;
}

  .apply-app-fees-content {
  width: 20%;
}

.apply-content {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.dual-apply-links {
  padding: 0 5px;
  text-transform: none !important;
}

.bg-check {
  font-size: smaller;
}
}

/* PHOTO TOUR
------------------------------------------------------------ */

.vp-pagination__load-more-no-more {
  display: none !important;
}

#page .vp-filter__style-default .vp-filter__item.vp-filter__item-active>* {
  background-color: var(--aqua);
  border-color: var(--aqua);
}

.page-template-page-photo-tour .subtitle {
  margin-bottom: 0;
}

.page-template-page-photo-tour .page_title.no-image {
  margin-bottom: 10px;
}

.pswp__bg {
  background: rgba(0, 0, 0, .8);
}

/* FLOORPLANS
------------------------------------------------------------ */

#page .floorplan-images img {
  max-height: 500px;
  width: auto;
  margin: 0 auto 100px;
}

.floorplan-images img:last-child {
  margin: 0;
}

.ctas .cta {
  display: inline-block;
}

.ctas .cta a {
  margin-top: 40px;
  margin-bottom: 0;
}

.page-template-page-rates #anchors .cta2 {
  display: inline-block;
  margin-right: 15px;
  white-space: nowrap;
}

.page-template-page-rates #anchors .cta2 a {
  margin-bottom: 10px;
  display: block;
}

#floorplans .content-big-headline-text .subtitle {
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: .5em;
  opacity: .7;
  margin: 0;
  position: relative;
  top: -20px;
}

#floorplans .content-big-headline-text .content:last-child {
  border: none;
}

#floorplans .content-big-headline-text p, #floorplans .content-big-headline-text .cta2 {
  margin-top: 15px;
}

.rate-strikethrough {
  text-decoration: line-through #E03C31;
}

.special-rates {
  color: var(--rich-lilac);
  font-weight: bold;
  font-size: 34px;
}

.special-rates-floorplan-options {
  color: var(--rich-lilac);
  font-weight: bold;
  font-size: 22px;
}

.special-rates-floorplan-options sup {
  color: #666;
}

.optional-upgrades {
  border-bottom: 1px solid #1d4288;
  color: #666;
}

.optional-upgrades h6 {
  margin-bottom: 10px;
  color: var(--royal-blue) !important;
}

.upgrade {
  border-top: 1px dotted #1d4288;
  text-transform: uppercase;
  padding: 2px 0;
  letter-spacing: .05em;
  color: #666;
}

.floorplan-options {
  margin-bottom: 11px;
}

.floorplan-slider {
  height: 100%;
  padding: 0 10px;
  overflow: visible !important;
}

.floorplan-slider img {
  margin: 0 auto;
}

.tier-contracts {
  display: inline-block;
  background-color: white;
  color:var(--royal-blue);
  border: var(--royal-blue) solid 1px;
  font-size: 0.6em;
  font-weight: bold;
  padding: 0 1em;
  letter-spacing: .05em;
}

.adjust-contracts {
  margin-bottom: 1em;
}

.adjust-contracts-choices {
  position: absolute;
  top: -1.5em;
  right: 0;
}

.fp-option {
  text-decoration: underline;
  font-size: small;
}

.fp-option-rates {
  position: relative;
}

#footnote li {
  font-size: 15px;
  margin-right: 45px;
}

#footnote li {
  font-size: 15px;
  margin-right: 45px;
}

#footnote li:before {
  font-size: 16px;
  top: 1px;
  padding-left: 10px;
  content: "*";
}

.flag-discount {
  border-radius: 0px 0 0 0px;
  color: #fff;
  display: block;
  float: right;
  padding: 10px 20px;
  background: var(--ocean-blue);
  font-size: 20px;
  font-weight: 400;
  position: relative;
  z-index: 100;
  display: none;
}

/* CONTACT
------------------------------------------------------------ */

.contact .content-image {
  height: 100%;
}

#map-frame .overlay {
  position: absolute;
  z-index: 1;
  width: 110%;
  height: 100%;
  left: -10%;
  background: transparent;
  background-image: -webkit-radial-gradient(50% 50%, circle, transparent 0, rgba(0, 0, 0, 0) 65%, rgba(255, 255, 255, 1) 0);
  background-image: -moz-radial-gradient(50% 50%, circle, transparent 0, rgba(0, 0, 0, 0) 65%, rgba(255, 255, 255, 1) 0);
  background-image: radial-gradient(50% 50%, circle, transparent 0, rgba(0, 0, 0, 0) 65%, rgba(255, 255, 255, 1) 0);
  pointer-events: none;
}

.content-image #map-frame .map {
  width: 100%;
  height: 100%;
}

body.contact .address, body.contact .hours {
  float: left;
  width: 49%;
  margin: 0;
}

body.contact .hours {
  float: right;
}

#page .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

input, select, textarea, .author-box, .breadcrumb, .sticky, .taxonomy-description {
  background: none;
  border: 2px solid var(--aqua);
}

#page .gform_wrapper label.gfield_label {
  color: var(--aqua);
  margin-bottom: 0;
}

#page .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, #page .gform_wrapper ul li.field_description_below div.ginput_container_radio, #page .gform_wrapper ul li.gfield {
  margin-top: 0;
}

#page .gform_wrapper ul.gfield_checkbox, #page .gform_wrapper ul.gfield_radio {
  margin: 0;
  padding: 0;
}

#page .gform_wrapper ul li.gfield {
  margin-bottom: 20px;
}

#page .gform_wrapper .gfield_description, #page .gform_wrapper .gfield_description p, #page .gform_wrapper .gfield_description a, #page .gform_wrapper .gfield_description a:visited {
  font-size: 13px;
  margin-top: 0;
  padding-top: 10px;
}

#page .gfield_radio li {
  height: 28px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

#page .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-top: 0;
  text-align: right;
}

#page .gform_wrapper li.hidden_label input {
  margin: 0;
}

#page .gform_wrapper ul.gfield_radio li label {
  width: auto;
  position: relative;
  top: 3px;
}

/* 404
------------------------------------------------------------ */

.error404 #page:before {
  background-size: cover;
  background-position: bottom left;
  background-image: url(/wp-content/uploads/sites/2/2019/05/404feather.png), linear-gradient(to right, #ffff, #fcdde5);
}

.error404 .container {
  display: flex;
  align-items: center;
  min-height: 900px !important;
  /* height: 100%; */
}

.error404 .container .inner {
  /* padding: 150px 0 40px; */
  width: 100%;
}

.error404 .container img {
  display: block;
  margin: 0 auto;
}

.error404 .text {
  text-align: center;
  position: relative;
  padding: 0 40px;
  width: 100%;
}

.error404 .big {
  font-family: 'GT America Compressed', Arial, sans-serif;
  font-size: 576px;
  color: var(--aqua);
  letter-spacing: 4.61px;
  font-weight: bold;
  padding-top: 350px;
}

.error404 .inner {
  position: absolute;
  ;
  left: 0;
  /* top: 50px; */
  font-family: 'GT America Compressed', Arial, sans-serif;
  font-size: 45px;
  color: #1d428a;
  letter-spacing: 10px;
  font-weight: bold;
  width: 100%;
}

.error404 .under {
  position: relative;
  padding: 250px;
  font-family: 'GT America Compressed', Arial, sans-serif;
  font-size: 45px;
  color: #1d428a;
  letter-spacing: 10px;
  font-weight: bold;
  line-height: 50px;
}

/* FAQS
------------------------------------------------------------ */

.collapsible .header {
  margin-bottom: 120px;
}

.collapse-items {
  border: 1px solid #1d4288;
  border-left: none;
  border-right: none;
}

.collapse-item {
  border-bottom: 1px dotted #1d4288;
  padding: 8px 0 10px;
  position: relative;
}

.collapse-item:last-child {
  border: none;
}

.collapse-item .title, .collapse-item .title h2 {
  font-size: 30px;
  margin-bottom: 0;
  color: #1d4288;
  line-height: 1.3em;
  cursor: pointer;
  font-weight: 400;
}

.collapse-item .title:hover, .collapse-item .title:hover h2 {
  color: #333;
}

.collapse-item .content {
  padding: 10px 0 5px;
  display: none;
}

.collapse-item:first-child .content {
  display: block;
}

.collapse-arrow {
  position: absolute;
  left: -37px;
  top: 10px;
  width: 25px;
  height: 16px;
  font-size: 35px;
  color: var(--aqua);
  cursor: pointer;
}

.open .collapse-arrow {
  transform: rotate(180deg);
  left: -31px;
  top: 28px;
  color: #1d4288;
}

/* SPECIALS PAGE
------------------------------------------------------------ */

body.specials #main {
  padding-top: 140px;
}

/* ONE SHEET
------------------------------------------------------------ */

.one-sheet #colophon {
  display: none;
}

.one-sheet #branding {
  display: none;
}

.one-sheet #fixed-cta {
  display: none;
}

.one-sheet #main {
  padding-top: 0px;
}

.one-sheet #page {
  margin-top: 0px;
}

.one-sheet-features {
  background: #1db0e5;
  padding-top: 35px;
  height: 805px;
}

.one-sheet-features h1 {
  color: #ffffff;
  padding-bottom: 15px;
}

.one-sheet-rates h1 {
  font-family: 'GT America Compressed', Arial, sans-serif;
}

.one-sheet-features .heading-h1 {
  color: #ffffff;
  padding-bottom: 15px;
}

.one-sheet-rates .heading-h1 {
  font-family: 'GT America Compressed', Arial, sans-serif;
}

.one-sheet-logo {
  max-height: 50px;
}

.one-sheet-corp-logo {
  max-height: 25px;
}

.one-sheet-foot {
  margin: 0px;
  background: #1D428A;
  padding: 15px 5px;
}

.one-sheet-foot p {
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 18px;
  /* padding-top: 10px; */
}

.one-sheet .contact {
  display: block;
  text-align: center;
  padding: 15px 0;
}

.one-sheet h1 {
  font-size: 24px;
}

.one-sheet .heading-h1 {
  font-size: 24px;
}

.one-sheet .left {
  font-size: 12px;
  color: #ffffff;
}

.one-sheet .left br {
  display: none;
}

.one-sheet .nobreak:after {
  white-space: nowrap;
  content: ", ";
}

.one-sheet .right {
  font-size: 12px;
  color: #ffffff;
}

.one-sheet .upgrade {
  border-top: 1px solid rgba(255, 255, 255, .5);
  padding: 5px 0px;
}

.one-sheet .single-column-text.page-title {
  padding-top: 0px;
}

.one-sheet .big-bottom {
  margin-bottom: 0px;
}

.one-sheet .entry-content ul li {
  margin-bottom: 2px;
  margin-left: 3px;
  list-style: none;
  padding-left: 20px;
  position: relative;
  color: #ffffff;
  font-size: 12px;
}

.one-sheet .one-sheet-rates .entry-content ul li::before {
  content: "*";
}

.one-sheet p {
  word-spacing: 0px;
  font-size: 12px;
  color: #ffffff;
}

.one-sheet .contact-btn {
  display: none !important;
}

.save-as-pdf-pdfcrowd-button {
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  padding: 0px 5px 0px 0px;
  position: relative;
  color: var(--aqua) !important;
  font-family: 'GT America', Arial, sans-serif;
  font-size: 17px !important;
  line-height: 1.3em;
}

.one-sheet .floorplan .download {
  display: none;
}

.one-sheet .floorplan-options {
  margin-bottom: 0px;
  display: block !important;
}

.one-sheet .optional-upgrades {
  border-bottom: 0px;
}

.one-sheet .floorplan .row {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

/* International Landing Page
------------------------------------------------------------ */
#landing-page-bg-image {
  background-image: url(https://scion-go-getter.com/wp-content/uploads/2022/04/FeaturesV03.jpg);
  background-size: cover;
  background-position: center;
  height: 1280px;
  max-width: 100%;
  background-color: rgba(50, 70, 80, 0.7);
  background-blend-mode: soft-light;
}


.landing-page #colophon {
	display: none;
}

/* .landing-page #branding {
  display: none;
} */

.landing-page #top-bar {
	display: none;
}

.landing-page #branding-inner {
	top: 0px;
  height: 100px;
}

.landing-page nav#access {
	display: none;
}

/* .landing-page #fixed-cta {
  display: none;
} */

.landing-page #main {
  padding-top: 0px;
  margin-top: -50px;
}

.landing-page #page {
  margin-top: 0px;
}

.landing-page .page_title.no-image {
  margin-top: 0px;
}

.landing-page #banner-content {
  text-align: left;
  width: 700px;
  margin-left: 5%;
  margin-top: 150px;
}

.landing-page .banner-title {
  color: #ffffff;
  line-height: 1em;
  margin-bottom: 75px;
  display: contents;
  font-size: 114px;
}

/* .landing-page .banner-title:after {
  content: "here.";
  color: #e059a1;
} */

.landing-page p {
  color: #ffffff;
}

.landing-page .banner-content {
  color: #ff5264;
}

.landing-page .cta-header {
  display: none;
}

/* .landing-page .cta-header a {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.landing-page .cta-header a:visited {
  border: 2px solid #ffffff;
  color: #ffffff;
} */

.landing-page .cta-header-intl {
  display: contents;
}

.landing-page .cta-header-intl a {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 5px 10px;
}

.landing-page .cta-header-intl a:visited {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.landing-page li {
  color: #ffffff;
}

/* .landing-page li::before {
  content: "" !important;
} */

.landing-page .entry-content ul li::before {
  color: #ffffff;
}

.landing-page .entry-content {
  border-top: 1px solid #e059a1;
  padding-top: 15px;
  margin-bottom: 25px;
}

/* @media only screen and (max-width: 1305px) {
  .landing-page #banner-content {
    margin-left: 40%;
  }
}

@media only screen and (max-width: 1100px) {
  .landing-page #banner-content {
    margin-left: 30%;
  }
}

@media only screen and (max-width: 950px) {
  .landing-page #banner-content {
    margin-left: 20%;
  }
}

@media only screen and (max-width: 830px) {
  .landing-page #banner-content {
    margin-left: 10%;
  }
} */

@media only screen and (max-width: 767px) {
  .landing-page .banner-title {
    font-size: 72px;
  }
  .landing-page #banner-content {
    width: 500px;
  }
  .landing-page #banner-content p {
    color: #ffffff;
  }
  .landing-page #main {
    padding-top: 0px;
    margin-top: -150px;
  }
}

@media only screen and (max-width: 500px) {
  .landing-page #banner-content {
    width: 325px;
  }
}


/* MAP IMAGE DEFAULT
------------------------------------------------------------ */

#mymap{
    background: url('https://i.picsum.photos/id/1074/1920/1280.jpg?hmac=-BCPm7Kx3-CZRgIlupthaF6enLtPYZj5G2HEel7NAc0');
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 36.25%;
}
#mymap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* MAP PAGE
------------------------------------------------------------ */

.map-page #colophon {
  display: none;
}

.map-page #branding {
  display: none;
}

.map-page #fixed-cta {
  display: none;
}

.map-page #main {
  padding-top: 0px;
}

.map-page #page {
  margin-top: 0px;
}

/* #map-page .map>div {
  padding-top: 60% !important;
}

#map-page .map>div {
  padding-top: 70% !important;
}

#map-page .map>div {
  padding-top: 100% !important;
} */

#map-page .map>div {
  padding-top: 45% !important;
  height: auto;
  /* margin-bottom: 30px; */
}

#map-page .map {
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
}

/* TV PAGE
------------------------------------------------------------ */

.TV .main-row {
  min-height: 675px;
  max-height: 725px;
  background-image: url(https://larktuscaloosa.com/wp-content/uploads/sites/4/2020/09/woman-remote1.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.TV .column-1 {
  background-image: linear-gradient(190deg, var(--aqua) 0%, var(--royal-blue) 80%);
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 500%);
  clip-path: polygon(0 0, 100% 0, 0% 500%);
  position: absolute;
  height: 100%;
  top: 0;
}

.TV .column-2 {
  z-index: -1;
}

.TV h1 {
  color: #ffffff;
  font-family: 'gt america black', Arial, sans-serif;
}

.TV .heading-h1 {
  color: #ffffff;
  font-family: 'gt america black', Arial, sans-serif;
}

.TV h3 {
  color: #69C6B5;
  font-family: 'gt america black', Arial, sans-serif;
  border-top: 2px solid #69C6B5;
  padding-top: 15px;
}

.TV p {
  color: #ffffff;
  font-family: 'gt america', Arial, sans-serif;
  max-width: 425px;
}

.TV p strong {
  color: #ffffff;
  font-family: 'gt america', Arial, sans-serif;
}

.TV .col-1-content {
  max-width: 600px;
  margin-left: 35px;
  padding-top: 75px;
}

.TV .single-column-text.page-title {
  padding-top: 0px;
}

.TV .big-bottom {
  margin-bottom: 0px;
}

.TV .container {
  max-width: 100%;
  margin: 0 auto;
}

.TV .vert-center {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.TV #special-banner .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* .TV #contact-info .info a, #contact-info .info a:visited, .cta2 a, .cta2 a:visited {
    text-decoration: none;
    font-weight: 700;
    color: #ffffff !important;
    text-transform: none;
    white-space: nowrap;
    border: 2px solid #6BCABB;
    border-radius: 30px;
    padding: 5px 10px 5px 10px;
    margin: 15px 0px;
} */

@media only screen and (max-width: 991px) {
  .TV .column-1 {
    background-image: linear-gradient(var(--aqua) 0%, var(--royal-blue) 100%);
    -webkit-clip-path: none;
    clip-path: none;
    position: absolute;
    height: 100%;
    top: 0;
  }
  .TV .col-1-content {
    max-width: 100%;
    margin: 0px 35px;
    padding-top: 75px;
  }
  .TV p {
    max-width: 90%;
  }
}

@media only screen and (max-width: 420px) {
  .TV .main-row {
    min-height: 775px;
    max-height: 925px;
  }
}

/* VIRTUAL TOUR
------------------------------------------------------------ */

#tour {
  width: 100%;
  height: 100%;
  min-height: 562px;
  margin: 0 auto;
}

.vr .ps_panoskinTour {
  min-height: 600px;
}

.vr .single-column-text.page-title {
    padding-top: 50px;
}

.vr .big-bottom {
    margin-bottom: 50px;
}

/* POPUP
------------------------------------------------------------ */

.sgpb-theme-1-content {
  border-radius: 0px !important;
  background-color: var(--royal-blue) !important;
  border-color: var(--royal-blue) !important;
  box-shadow: rgb(255, 255, 255) 0 0 0 5px !important;
  border-bottom-width: 0px!important;
  padding: 0px !important;
}

.sgpb-theme-2-content {
  border-radius: 0px !important;
  background-color: #00BB31 !important;
  border-color: #ffffff !important;
  box-shadow: rgb(255, 255, 255) 0 0 0 5px !important;
  border-bottom-width: 0px!important;
  padding: 0px !important;
  width: 475px !important;
}

.sgpb-theme-1-content a {
  color: var(--rich-lilac) !important;
}

.sgpb-theme-2-content a {
  color: #353070 !important;
}

/* .sgpb-main-html-content-wrapper p {
  color: #ffffff !important;
} */

/* .sgpb-theme-1-content {
  border-radius: 0px !important;
  box-shadow: rgb(53, 48, 112) 0 0 0 5px !important;
  border-bottom-width: 0px!important;
  padding: 0px !important;
} */

.sgpb-main-html-content-wrapper {
  align-items: center !important;
  justify-content: center !important;
}

.sgpb-theme-1-content-image {
  max-width: 45% !important;
  /* max-height:15% !important; */
  float: right !important;
}

.sgpb-theme-1-content-text {
  max-width: 45%;
  float: left!important;
  margin-top: 15px;
  margin-left: 20px;
}

.sgpb-theme-2-content-image-exit {
  max-width: 45% !important;
  position: absolute;
  /* bottom: 0; */
  margin-top: 25px;
  right: 0;
  transform: rotate(-90deg);
}

.sgpb-theme-2-content-text-exit {
  max-width: 49%;
  float: left!important;
  margin-top: 55px;
  margin-left: 20px;
}

.sgpb-theme-1-content-text p {
  text-align: center;
  color: #ffffff !important;
}

.sgpb-theme-1-content-text p .floorplan-special {
  text-align: center;
  color: #ffffff !important;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1em;
  font-family: 'GT America', Arial, sans-serif;
}

.sgpb-theme-2-content-text-exit p {
  text-align: center;
  color: #ffffff !important;
}

.sgpb-theme-2-content-text-exit p .floorplan-special {
  text-align: center;
  color: #ffffff !important;
  font-size: 32px;
  font-family: 'GT America', Arial, sans-serif;
}

@media only screen and (max-width: 540px) {
  .sgpb-theme-1-content {
      width: 325px !important;
      margin-left: 10px;
  }
}

@media only screen and (max-width: 540px) {
  .sgpb-theme-2-content {
      width: 325px !important;
      margin-left: 10px;
  }
}

/* SALES SPECIALS BANNER */
#sales-specials-banner {
  display: flex;
  background-image: url("http://larkon42.scion-sites.com/wp-content/uploads/sites/2/2023/06/Generic_PhotoshootPhoto-Lark_0609_v1.jpg");
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 70vh;
  background-position: center;
  background-size: cover;
  color: white;
}

#sales-specials-banner-content {
  display: flex;
  flex-direction: column;
  background-color: rgba(29, 66, 138, 0.75);
  height: 62vh;
  width: 60vw;
  padding: 3em;
  line-height: normal;
  align-items: center;
  justify-content: center;
  outline: 2px white solid;
  outline-offset: -25px;
  text-align: center;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#sales-specials-banner-content .cta a  {
  margin: 10px;
  border: 3px solid #fff;
  background: linear-gradient(to right,#FABBCB 0%,var(--rich-lilac) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#sales-specials-banner-content .cta {
  margin-top: 15px;
}

#sales-specials-banner-content .accordion-body .cta a  {
  margin: 10px;
  border: 3px solid #fff;
  background: linear-gradient(to right,#FABBCB 0%,var(--rich-lilac) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#sales-specials-banner-content .cta a:hover {
  transform: scale(1.05);
  transition: .2s;
}

.sales-specials-title {
  font-size: 2em;
  text-transform: uppercase;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffffff;
  letter-spacing: 0.2em;
  font-family: 'GT America Compressed', Arial, sans-serif;
 }

 .sales-specials-incentive {
    font-size: 4.5em;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    letter-spacing: normal;
    color: var(--aqua);
    font-family: "GT america",Arial,sans-serif;
    margin-top: -10px;
}

 .sales-specials-incentive-info, .sales-specials-incentive-info p {
   letter-spacing: 0px;
   text-shadow: 0 2px 4px rgba(0,0,0,0.6);
 }

 .sales-specials-deadline {
   font-size: 1em;
   margin-top: 10px;
   text-shadow: 0 2px 4px rgba(0,0,0,0.6);
   color: #fff;
 }

 #sales-specials-banner .accordion {
  --bs-accordion-btn-focus-box-shadow: none !important;
  --bs-accordion-border-color: none !important;
}

#sales-specials-banner .accordion-button::after {
  display: none;
}


#sales-specials-banner .accordion, .accordion-item, .accordion-button, .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: white !important;
}

#sales-specials-banner .accordion-button[aria-expanded="true"] {
  display: none;
}

#sales-specials-banner .accordion-button{
  padding: 0 !important;
  justify-content: center !important;
}

#sales-specials-banner .accordion-item p{
  font-size: 15px;
}

#sales-specials-banner .accordion-header a:hover {
  text-decoration: none;
  color: white;
}

#sales-specials-banner .accordion-body p {
  color: white;
}

#sales-specials-banner .accordion-body {
  padding: 0 !important;
}

#sales-specials-banner #fine-print a {
  text-decoration: none;
  font-size: 30px;
  justify-content: flex-end !important;
}

#sales-specials-banner #fine-print a:hover {
  color: lightgray !important;
}

#sales-specials-banner #restrictions .accordion-header a {
  font-size: 12px;
}

.h1-banner {
  background-color: white;
  color: var(--aqua);
  width: 100%;
  margin-bottom: auto;
  text-align: center;
  padding: 10px 10px 10px 40px;
  z-index: 10;
  position: inherit;
}

#sales-specials-banner hr {
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Move in tabs */
.homepage-floorplans {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

 /* Media Queries */

 @media only screen and (max-width: 1280px) {
  .sales-specials-incentive {
    font-size: 4em;
  }



  /* .sales-specials-title {
    font-size: 2em;
  } */
}

 @media only screen and (max-width: 1024px) {
   .sales-specials-title {
     font-size: 1.8em;
   }

   .sales-specials-incentive {
     font-size: 3.8em;

   }

   #sales-specials-banner-content {
     padding: 2.5em;
     }
 }

 @media only screen and (max-width: 992px) {
  #sales-specials-banner-content {
    width: 100%;
  }
}

 @media only screen and (max-width: 768px) {

  #page {
    margin-top: 0px;
  }
   #branding {
     position: sticky !important;
   }
    #sales-specials-banner-content {
      padding: 2em;
    }

    .h1-banner {
      padding: 10px 10px 10px 20px;
    }
}


 @media only screen and (max-width: 600px) {
   .sales-specials-title {
     font-size: 1.5em;
   }

   .sales-specials-incentive {
     font-size: 3em;
      margin-top: 0;
   }

   .sales-specials-incentive-info {
     font-size: 12px;
   }

  #sales-specials-banner hr {
    margin: 20px 0px 0px 0px;
  }

 }

 @media only screen and (max-width: 400px){
   .sales-specials-incentive {
     font-size: 3em;
   }

   .sales-specials-title {
     font-size: 1.2em;
   }

   #sales-specials-banner-content {
     padding: 1em;
   }
 }

/* MANAGEMENT
------------------------------------------------------------ */

.cc-line {
  border-top: 1px solid var(--aqua);
  padding-top: 25px;
}

/* FOOTER
------------------------------------------------------------ */

#colophon {
  padding-top: 15px;
  padding-bottom: 20px;
  background: #000;
}

#footer-logo {
  margin-right: 26px;
  display: inline-block;
  position: relative;
  top: -2px;
}

#footer-menu {
  position: relative;
  top: 5px;
}

#footer-menu, #footer-menu ul, #footer-menu li, #footer-menu a {
  display: inline-block;
}

#footer-menu ul {
  border-left: 1px solid #555;
  padding-left: 13px;
}

#footer-menu li {
  list-style: none;
}

#footer-menu a, #footer-menu a:visited {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px 13px;
  font-family: 'GT America Compressed', Arial, sans-serif;
  letter-spacing: .15em;
}

#footer-right {
  float: right;
}

#footer-right a {
  font-size: 28px;
  display: inline-block;
  padding: 10px 5px 0;
  color: #888;
}

#social {
  margin-right: 15px;
}

.guest-card-top {
  margin-top: -240px;
}

.demo-iframe-holder {
  -webkit-overflow-scrolling: touch !important;
  overflow-y: scroll;
}

.demo-iframe-holder iframe {
  height: 100%;
  width: 100%;
}

/* GENERAL CAMPAIGN TEMPLATE STYLING */

/* CAMPAGIN BANNER */

.campaign #campaign {
  padding: 0 25px;
  margin-top: 60px;
}

 .campaign #campaign-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 600px;
}

.campaign #campaign-banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-right: 5%;
  padding: 50px 30px 15px;
}

.campaign #campaign-banner-content p, .change-text {
  font-family: 'GT America', Arial, sans serif;
  /* letter-spacing: -.05em; */
  font-weight: 700;
  font-size: 96px;
}

.campaign #campaign-banner-content p {
  color: #fff;
  line-height: 1.1em;
  margin-bottom: 0;
}

.campaign #campaign-banner-content>p:first-child {
  margin-bottom: 0;
  margin-left: 6px;
}

.campaign #campaign-banner-content>div {
  position: relative;
  width: fit-content;
}

.campaign #campaign-banner-content .brand-slash-container {
  position: absolute;
  top: 50px;
  left: -10px;
  transform: rotate(-2deg);
  width: 105%;
}

.campaign #campaign-banner-content .brand-slash {
  width: 105%;
  height: 40px;
  border: solid 4px#1d428a;
  border-color: #1d428a transparent transparent transparent;
  border-radius: 60%/25px 24px 0
}

.campaign .change-text {
  width: 100%;
  margin-top: -28px;
  margin-left: -6px;
}

.campaign .change-text::after {
  content: 'Home';
  animation: animate ease 6s;
  animation-delay: 2s;
  background: linear-gradient(to right, #142e60 0% ,#1d428a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

@keyframes animate {
  25% {
    content: "Freedom"
  }

  50% {
    content: "Journey"
  }

  100% {
    content: "Independence"
  }
}

.campaign .campaign-banner-content {
  position: relative;
}

/* CAMPAIGN CONTENT */
.campaign #campaign {
  display: flex;
  justify-content: center;
  position: relative;
}

.campaign .campaign-content-block {
  position: relative;
}

.campaign .campaign-content-block-copy {
  position: absolute;
}

.campaign .campaign-content-block:nth-child(odd)>.campaign-content-block-copy {
  left: 50px;
  top: 50px;
  padding: 5px 5px 0;
}

.campaign .campaign-content-block:nth-child(even)>.campaign-content-block-copy>p {
  margin-left: auto;
}

.campaign .campaign-content-block:nth-child(even)>.campaign-content-block-copy {
  right: 50px;
  top: 50px;
  text-align: right;
  padding: 5px 5px 0;
}

.campaign .campaign-content-block-copy p {
  background-color: rgba(29,66,138,.8);
  color: #fff;
  border-radius: 3px;
  width: fit-content;
  max-width: 90%;
  margin-bottom: 8px;
  padding: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: .8px;
  font-family: 'GT America Compressed', Arial, sans-serif;
  text-transform: uppercase;
}

.campaign .campaign-content-block img {
  margin-bottom: 20px;
  border-radius: 5px;
}

.campaign .campaign-content-block:first-child {
  margin-top: 20px;
}

.campaign .campaign-contact-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 5px;
  padding: 15px;
}

.campaign .campaign-contact-content p:last-child,
.campaign .campaign-contact-content p:nth-child(n + 2):nth-child(-n + 3) {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Arial', sans-serif;
  line-height: 1em;
}

.campaign .campaign-contact-content p:nth-child(n + 2):nth-child(-n + 3) {
  color: #36454f;
  padding-bottom: 2px;
  margin-bottom: 20px;
}

.campaign .campaign-contact-content p:last-child {
  letter-spacing: .8px;
  margin: 15px 0 10px;
  padding: 10px 5px 20px;
  color: #1d428a;
  /* border-width: 3px;
  border-style: solid;
  border-image:
    linear-gradient(
      to bottom,
      #1d428a,
      rgba(0, 0, 0, 0)
    ) 1 100%; */
}

.campaign .campaign-contact-heading {
  font-size: 36px;
  background: linear-gradient(to right, var(--rich-lilac) ,#1d428a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'GT America', Arial, sans serif;
  font-weight: 900;
}

.campaign .campaign-copyright {
    position: absolute;
    margin-top: -25px;
}

.campaign #colophon {
    position: relative;
}

/* END */

/*
=====================
    MEDIA QUERIES
=====================
/* MOBILE/SMALL DEVICES */

@media only screen and (max-width: 768px) {

  .campaign #campaign {
  margin-top: 25px;
}

  .campaign #campaign-banner {
  height: 300px;
  }

  .campaign #campaign-banner-content {
  margin-right: 2%;
  padding: 30px 15px 15px;
  }

  .campaign	#campaign-banner-content p {
    line-height: 1.2em;
  }

  .campaign	#campaign-banner-content p, .campaign .change-text::after {
  font-size: 44px;
  }

  .campaign #campaign-banner-content .brand-slash-container {
  top: 20px;
  left: -12px;
  }

  .campaign #branding {
  margin-top: 0;
  }

  .campaign #branding-inner {
  height: auto;
  padding: 8px;
  }

  .campaign .logo {
    padding-top: 2px;
  }

  .campaign .change-text {
    margin-top: -12px;
  }

  #campaing-banner-content p:first-child, .campaign-contact-content {
  margin-bottom: 0;
  }

  .campaign .campaign-content-block-copy p {
  font-size: 16px;
  width: 80%;
  }

  .campaign .campaign-content-block:nth-child(even)>.campaign-content-block-copy {
  right: 6px;
  top: 12px;
  }

  .campaign .campaign-content-block:nth-child(odd)>.campaign-content-block-copy {
  left: 6px;
  top: 12px;
  }

  .campaign .campaign-contact-content p:last-child {
  letter-spacing: 2px;
  margin-top: 10px;
  }

  .campaign .campaign-contact-heading {
  font-size: 26px;
  }

  .campaign .campaign-contact-content p:nth-child(n + 2):nth-child(-n + 3),
  .campaign .campaign-contact-content p:last-child {
  font-size: 22px;
  }


.campaign .campaign-contact-content p:nth-child(n + 2):nth-child(-n + 3) {
  margin-bottom: 15px;
  }

.campaign .campaign-contact-content p:last-child {
  padding: 0;
  margin: 15px 0 0;
  }

.campaign-contact-info {
  border: none;
  }

}

  @media only screen and (min-width: 1020px) {
  .campaign .campaign-banner {
  background-position: 65% 70%;
  }

  .campaign .contact-btn {
  position: absolute;
  z-index: 10000;
  bottom: 50px;
  }

  .campaign #colophon {
  z-index: auto;
  }
}

/* RESPONSIVE
------------------------------------------------------------

xm < 768
sm >= 768
md >= 992
lg >= 1200
xl > 1200

} @media only screen and (min-width: 1200px) {
} @media only screen and (max-width: 1199px) {
} @media only screen and (max-width: 991px) {
} @media only screen and (max-width: 767px) {

------------------------------------------------------------ */

@media only screen and (max-width: 1300px) {
  .content-big-headline-text h2, .content-big-headline-text .h2 {
    letter-spacing: .2em;
  }
  #more-info .map>div {
    padding-top: 60% !important;
  }
  .collapsible .header, .collapsible .collapse-items {
    margin-left: 45px;
  }
}

@media only screen and (max-width: 1275px) {
  #content-sets .left-content {
      position: static;
      width: auto;
      padding: 0 20px;
      text-align: left;
    }
}

@media only screen and (max-width: 1200px) {
  #banner-content {
    width: 30%;
    position: relative;
    top: 0px;
    padding: 75px 0 0 0 !important;
  }
  #banner-content h1, h1, #banner-content .h1, .h1 {
    font-size: 17px;
    line-height: 1.1em;
  }
  #banner-content .heading-h1, .heading-h1, #banner-content .h1, .h1 {
    font-size: 50px;
    line-height: 1.1em;
  }
  #content-sets .row-2 {
    width: 500px;
    padding-top: 60px;
    background: none !important;
  }
  #content-sets .left-content {
    position: static;
    width: auto;
    padding: 0 20px;
    text-align: left;
  }
  #more-info .map>div {
    padding-top: 70% !important;
  }
  #more-info .info {
    left: 40px;
    width: 210px;
  }
  /* .move-in .big-bottom {
    margin-bottom: -50px;
  } */
  #content-sets .row-4 .content-wrap {
    padding: 100px 0 0 50px;
  }
  .page_title {
    align-items: inherit;
  }
  .page_title .content-text {
    padding-top: 150px;
  }
  /* #special-banner {
  	background-position-x: 129%;
	} */
  #special-banner h2, #special-banner .h2 {
    font-size: 40px;
  }
  #special-banner h3, #special-banner .h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .content-big-headline-text h2, .content-big-headline-text .h2 {
    font-size: 43px;
  }
}

@media only screen and (max-width: 991px) {
  #banner-content {
    padding-top: 50px !important;
  }
  #banner-content h1, h1, #banner-content .h1, .h1 {
    font-size: 17px;
  }
  #banner-content .heading-h1, .heading-h1, #banner-content .h1, .h1 {
    font-size: 40px;
  }
  #banner-content p {
    font-size: 16px;
  }
  .content-big-headline-text h2, .content-big-headline-text .h2 {
    font-size: 40px;
  }
  #content-sets .row-2 {
    width: 45%;
  }
  #content-sets .row-3 {
    width: 45%;
  }
  #content-sets .margin-pad {
    padding-left: 20px;
    padding-right: 20px;
  }
  #more-info .map>div {
    padding-top: 100% !important;
  }
  #special-banner {
    padding-top: 40px;
    background-image: none !important;
  }
  #special-banner .cta a, #special-banner .cta a:visited {
    margin: 20px 0;
  }
  #special-image {
    display: none;
    margin: 0 auto;
  }
  #special-banner .content-bottom {
    padding: 10px 0;
  }
  #special-banner .content-bottom p:last-child {
    margin: 0;
  }
}

@media only screen and (max-width: 850px) {
  nav#access ul a, nav#access ul a:visited {
    font-size: 19px;
  }
  #banner-content {
    top: 0px;
  }
  #banner-content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 782px) {
  body.fixed-header.admin-bar #branding {
    top: 46px;
  }
  body.fixed-header.admin-bar #branding-bg {
    height: 150px;
  }
  body.specials #main {
    padding-top: 136px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    position: static !important;
  }
  #page {
    margin-top: 0;
  }
  #wpadminbar {
    position: absolute;
  }
  #fixed-cta {
    display: none;
  }
  #top-bar .translate {
    display: none;
  }
  #top-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
  .margin-pad, .wide_text .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #branding-inner {
    top: 40px;
    height: 70px;
  }
  #branding-bg {
    height: 140px;
    opacity: 1 !important;
  }
  h1#logo, #logo, .h1#logo {
    top: 14px !important;
  }
  #logo .light {
    display: none !important;
  }
  #logo .color {
    display: block !important;
  }
  #branding, #banner-image, #branding-bg {
    position: -webkit-sticky;
    position: sticky;
  }
  #banner-image {
    z-index: 1;
    width: 100%;
    content: url(http://larkon42.scion-sites.com/wp-content/uploads/sites/2/2019/04/LarkHeader4232019V1.jpg);
  }
  #branding-inner {
    top: 0;
  }
  body.fixed-header.admin-bar #branding-bg, #branding-bg {
    height: 66px;
  }
  h1#logo, #logo, .h1#logo {
    left: 20px;
    width: 140px;
    top: 10px !important;
  }
  nav#access a.menu-toggle {
    display: block;
    color: #fff;
    position: absolute;
    top: 19px;
    font-size: 25px;
    right: 20px;
  }
  #menu-main-menu {
    display: none;
  }
  #menu-main-menu.open {
    display: block;
    padding-bottom: 20px;
  }
  nav#access {
    /* margin: 0 !important; */
    margin: 70px 0px 0px 0px !important;
    float: none;
  }
  nav#access ul li {
    float: none;
    clear: both;
    padding: 0;
  }
  nav#access ul a, nav#access ul a:visited, nav#access ul li.last a {
    padding: 10px 0;
    text-align: right;
  }
  #mobile-menu {
    display: block;
    position: absolute;
    right: 43px;
    top: 20px;
  }
  #mobile-menu a, #mobile-menu a:visited {
    font-size: 24px;
    letter-spacing: .15;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px 0 0;
    font-family: 'GT America Compressed', Arial, sans-serif;
  }
  #banner {
    height: auto !important;
  }
  #banner-content {
    width: auto;
    padding: 20px !important;
    margin: 0;
    max-width: none;
    position: static;
  }
  #banner-content p {
    color: #666;
  }
  .triangle-background {
    display: none;
  }
  #content-sets .row-1 {
    padding: 70px 0;
  }
  .content-big-headline-text .content:first-child {
    margin-bottom: 30px;
  }
  #content-sets .content-wrap {
    margin-bottom: 40px;
  }
  #content-sets .content {
    margin-left: 0;
  }
  #content-sets .row-2 {
    width: 64%;
    position: static;
    text-align: left;
    padding: 0 0 70px;
  }
  #content-sets .row-2 .col {
    text-align: left;
  }
  #content-sets .row-3 {
    padding: 0 0 70px;
    float: right;
    width: auto;
  }
  #content-sets .row-4 {
    clear: both;
    padding-top: 0;
  }
  #content-sets .row-4 .content-wrap {
    padding-top: 0;
    padding: 0 20px 0 0;
  }
  #content-sets .row-4 ul {
    margin-left: 20px;
  }
  .content-big-headline-text h2, .content-big-headline-text .h2 {
    font-size: 40px;
    margin-bottom: 26px;
  }
  #home-video {
    padding: 35px 20px;
    margin-top: 0;
  }
  #more-info .instagram-content {
    margin-bottom: 20px;
  }
  #more-info .instagram-content .inner {
    padding: 0 20px;
    max-width: none;
    display: flex;
  }
  #instagram-text {
    float: left;
    width: 49%;
    background: #fcecf0;
    margin-right: 2%;
  }
  #more-info {
    padding-top: 0;
    padding-bottom: 70px;
  }
  #more-info #instagram-text .inner {
    padding: 20px;
  }
  #instagram-photo-link {
    float: right;
    width: 49%;
  }
  #instagram-photo-link img {
    width: 100%;
  }
  #more-info .map>div {
    padding-top: 60% !important;
    height: auto;
    margin-bottom: 30px;
  }
  #more-info .map {
    padding: 0 20px;
    margin: 0 0 40px;
    height: auto;
  }
  #more-info .info {
    width: auto;
    position: static;
    padding: 0 20px;
    margin-bottom: 0;
  }
  #more-info .address {
    float: left;
    width: 48%;
  }
  #more-info .hours {
    float: right;
    width: 48%;
    margin: 0;
  }
  .big-bottom {
    margin-bottom: 100px;
  }
  .page_title .content-text {
    padding-top: 50px;
    max-width: none;
  }
  .content-big-headline-text {
    margin-bottom: 30px;
  }
  .content-big-headline-text .content {
    max-width: none;
  }
  .content-images img {
    margin-bottom: 20px;
  }
  .content-images2 {
    display: none;
  }
  .page_title.no-image {
    margin-top: 50px;
  }
  .page-template-page-photo-tour .page_title.no-image {
    margin-bottom: 30px;
  }
  .wide_text .col-12 {
    padding: 0;
  }
  .content-wide-text {
    margin-bottom: 40px;
  }
  .single-column-text.page-title {
    padding-top: 100px;
  }
  .collapsible .header {
    margin-bottom: 60px;
  }
  .contact .content-image {
    width: 100%;
    margin: 0;
  }
  body.specials #main {
    padding-top: 0;
  }
  .guest-card-top {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 650px) {
  .page_title .content-text {
    padding-top: 25px;
  }
  #colophon {
    padding: 0;
  }
  #footer-logo {
    background: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 82px;
    top: auto;
  }
  #footer-menu {
    display: block;
    background: #333333;
    padding: 5px 20px 67px;
    position: static;
    text-align: center;
  }
  #footer-menu .menu-footer-menu-container {
    border-bottom: 1px dotted #9d968d;
  }
  #footer-menu ul {
    border: none;
    padding: 0;
  }
  #footer-menu a, #footer-menu a:visited {
    padding-bottom: 15px;
    padding-top: 12px;
  }
  #footer-right {
    clear: both;
    float: none;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 575px) {
  #banner-content h1, h1, #banner-content .h1, .h1 {
    font-size: 17px;
  }
  #banner-content .heading-h1, .heading-h1, #banner-content .h1, .h1 {
    font-size: 35px;
  }
  #banner-bar .inner {
    padding: 20px;
  }
  #banner-bar .right-side {
    font-size: 25px;
  }
  #banner-bar .right-side a {
    background-size: 16px auto;
    background-position: right 13px;
    padding-right: 30px;
  }
  #content-sets .row-2 {
    width: auto;
    padding-bottom: 20px;
  }
  #special-banner h2, #special-banner .h2 {
    font-size: 30px;
  }
  #special-banner h3, #special-banner .h3 {
    font-size: 17px;
  }
  #banner-bar .right-side a {
    top: 8px;
  }
  .flex-direction-nav .flex-prev {
    left: -15px;
    display: block;
  }
  .flex-direction-nav .flex-next {
    right: -15px;
    display: block;
  }
}

@media only screen and (max-width: 400px) {
  #top-bar, #top-bar a, #top-bar a:visited {
    font-size: 12px;
  }
  h1#logo, #logo, .h1#logo {
    left: 9px;
  }
  #mobile-menu {
    top: 21px;
  }
  #mobile-menu a, #mobile-menu a:visited {
    padding-right: 9px;
    font-size: 17px;
    letter-spacing: 2.61px;
    font-weight: 200;
  }
  #banner-bar .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #banner-bar .right-side {
    font-size: 20px;
  }
  #banner-bar .right-side a {
    background-size: 13px auto;
    background-position: right 14px;
    padding-right: 15px;
  }
  #banner-bar .left-side {
    font-size: 12px;
    padding-right: 0;
    line-height: 1.4em;
  }
  #special-banner h2, #special-banner .h2 {
    font-size: 24px;
  }
  #special-banner h3, #special-banner .h3 {
    font-size: 14px;
  }
  #more-info #instagram-photo-link a span.inner {
    font-size: 14px;
  }
  #more-info .info a {
    font-size: 14px;
  }
  .hours .label {
    width: 68px;
  }
  .hours .item+p {
    padding-top: 20px;
  }
}

@media(min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.mobile-phone-link {
  font-family: 'GT America', Arial, sans-serif;
  font-size: 17px !important;
  line-height: 1.3em;
  color: #666;
  text-decoration: none !important;
}

.mgmt-bird {
  padding-bottom: 30px;
  padding-top: 5px;
}

.custom_header_p_h2, .custom_header_p_h3 {
  font-family: 'GT America', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.3em;
  color: #1d428a;
  font-weight: 500;
}

.small-egg {
  width: 25px;
  height: auto;
}

/* PRIMARY */
h1, h2, h3, h4, h5,
strong, #more-info .instagram-content .entry-content strong,
#page input[type="submit"]:hover, .cta2 a:hover {
  color: var(--aqua);
}

nav#access ul a, nav#access ul a:visited  {
  color: #1d428a;
  font-weight: 500;
}

#scroll-up {
  display:none;
}

@media only screen and (max-width: 767px) {
	nav#access ul a, nav#access ul a:visited, nav#access ul li.last a {
    color: #fff !important;
  }
  nav#access {
    background: #191919 !important;
  }

  #banner {
    height: 80px !important;
  }
  #instagram-text {
    background: #252525;
  }
}

.home #main {
    background: #191919;
}

.error404 #main {
    background: transparent;
}

#main {
    background: #191919;
}

body{
    color: #fff;
}

ul, li, ol {
    color: #fff;
}


.entry-content ul li::before {
    color: rgb(191,105,193);
}

.entry-content strong {
    color: #6ccaba;
}

p{
    color: #fff;
}

.desktop a:hover {
    color: var(--rich-lilac);
}

/* SECONDARY */
 #page input[type="submit"],
#fixed-cta a.apply:hover,
#top-bar, #top-bar a, #top-bar a:visited,
h6,
.content-big-headline-text h2,
#contact-info .info a, #contact-info .info a:visited,
#page .gform_wrapper label.gfield_label {
  color: var(--aqua);
}

.rates-tabset .content-big-headline-text h2 {
  color: var(--royal-blue) !important;
}

#top-bar a, #top-bar p{
  color:#1d428a !important;
  font-weight: bold;
  text-transform: uppercase;

}

.subtitle{
  color: #ffffff;
}

.cta2 a, .cta2 a:visited {
  color: var(--yellow);
}

#fixed-cta a, #fixed-cta a:visited {
  background: var(--aqua);
  color: #1d428a;
}

#fixed-cta a.apply, #fixed-cta a.apply:visited {
  color: #fff;
  background: #1d428a;
}

#fixed-cta a:hover {
  color: #000;
}

#fixed-cta a.apply:hover {
  color: var(--aqua);
}

#page .vp-filter__style-default .vp-filter__item.vp-filter__item-active>* {
  background-color: var(--aqua);
  border-color: var(--aqua);
}

.vp-filter__style-default .vp-filter__item a {
    color: #333;
}

input, select, textarea, .author-box, .breadcrumb, .sticky, .taxonomy-description {
  border-color: var(--aqua);
}

#more-info #instagram-photo-link a span.content {
  background: rgba(107, 202, 186, .9);
}

.heading-h1 {
  color: white;
}

/* TERTIARY */
#special-banner h2 {
  color: #1d428a;
}

#special-banner h6, #special-banner .h6 {
    color: #1d428a;
}

#special-banner h3 {
  color: #000;
}

#special-banner .cta a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 22px 12px;
  text-decoration: none;
  border-radius: 30px;
  border: 3px solid var(--royal-blue);
  font-weight: bold;
  line-height: 1em;
  background-color: var(--royal-blue);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all .4s;
}

/* #special-banner .cta a i {
  font-size: 16px;
  position: relative;
  background: var(--rich-lilac);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

#banner-bar .left-side,
#banner-bar .overlay {
  background: var(--royal-blue);
  color: #fff;
}

#banner-bar .right-side {
  background: var(--aqua);
}

#banner-bar {
    color: #000;
}

#banner-bar a, #banner-bar a:visited {
    color: #fff;
}

#banner-content p {
    color: #fff;
}

#banner-content h1 {
    color: #6ccaba;
}

/* #special-banner .cta a, #special-banner .cta a:visited {
  border-color: #1d428a;
} */

#special-banner {
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 55px;
}

#special-banner .content-bottom p {
    font-size: 13px;
    color: #333;
    margin-bottom: 50px;
}

.triangle-background {
    background: rgb(255,255,255,.05);
}

.content-big-headline-text .content {
    border-bottom: 1px solid #fff;
}

.content-big-headline-text h2 {
  color: var(--aqua);
}

#more-info #instagram-photo-link a span.content {
  background: rgba(191,105,193,.9);
}

.mobile-phone-link {
    color: #fff;
}

.page_title.no-image {
    display: block;
    padding-top: 150px;
    margin-top: 0px;
}

#page:before {
    background: #fff url(/wp-content/themes/scion/images/bg-swoopV2.svg) no-repeat;
    background-position: 99% 678px;
    background-size: 210% auto;
    height: 100%;
    width: 100%;
    position: absolute;
    content: " ";
    opacity: .55;
}

input, select, textarea, .author-box, .breadcrumb, .sticky, .taxonomy-description {
    border-color: var(--aqua);
}

#page input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 35px 0 55px;
    padding: 12px 22px 12px;
    text-decoration: none;
    color: var(--aqua);
    border-radius: 30px;
    border: 3px solid #1d428a;
    font-weight: bold;
    line-height: 1em;
    background: linear-gradient(to right, var(--yellow) 0%, var(--rich-lilac) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.caret-right-background {
    background-color: var(--rich-lilac);
}

#pdf-callout .title, #share-callout .title {
    color: var(--aqua);
}

#pdf-callout img {
    border: 2px solid #ffffff;
}

#share-callout .social-content a {
    color: #fff;
}

#share-callout i {
    font-size: 1.2em;
    color: var(--rich-lilac);
    padding-right: 3px;
}

#content-sets .row-2 {
    background-position: 50px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    right: 0;
    top: 720px;
    padding-top: 260px;
    padding-bottom: 260px;
    width: 100%;
    max-width: 475px;
    text-align: right;
    /* z-index: -100; */
}

/* BRANDING BAR */
#branding-bg {
  background: rgba(250, 239, 243, 0.9);
}

#branding-inner {
    background: #6ccaba;
}

#map-frame .overlay {
    background-image: -webkit-radial-gradient(50% 50%, circle, transparent 0, rgba(0,0,0,0) 65%, rgba(25,25,25, 1) 0);
}

/* .flex-direction-nav a {
    background: url(/wp-content/themes/scion/assets/vendor/flexslider/images/bg_direction_nav_green.png) no-repeat 0 0;
} */

#page .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

input, select, textarea, .author-box, .breadcrumb, .sticky, .taxonomy-description {
  background: none;
  border: 2px solid var(--aqua);
}

#page .gform_wrapper label.gfield_label {
  color: var(--aqua);
  margin-bottom: 0;
}

#page .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, #page .gform_wrapper ul li.field_description_below div.ginput_container_radio,
#page .gform_wrapper ul li.gfield {
  margin-top: 0;
}

#page .gform_wrapper ul.gfield_checkbox,  #page .gform_wrapper ul.gfield_radio {
  margin: 0;
  padding: 0;
}

#page .gform_wrapper ul li.gfield {
  margin-bottom: 20px;
}

#page .gform_wrapper .gfield_description, #page .gform_wrapper .gfield_description p, #page .gform_wrapper .gfield_description a, #page .gform_wrapper .gfield_description a:visited {
  font-size: 13px;
  margin-top: 0;
  padding-top: 10px;
}

#page .gfield_radio li {
  height: 28px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

#page .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-top: 0;
  text-align: right;
}

#page .gform_wrapper li.hidden_label input {
  margin: 0;
}

#page .gform_wrapper ul.gfield_radio li label {
  width: auto;
  position: relative;
  top: 3px;
}

.gform_wrapper {
    margin-bottom: 16px;
    margin-top: 16px;
    max-width: 100%;
    background: #ffffff;
    padding: 25px;
}

.collapse-item .title, .collapse-item .title h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: var(--aqua);
    line-height: 1.3em;
    cursor: pointer;
    font-weight: 400;
}

.collapse-item .title:hover, .collapse-item .title:hover h2 {
    color: var(--rich-lilac);
}

.collapse-items {
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
}

.collapse-item {
    border-bottom: 1px solid #fff;
    padding: 8px 0 10px;
    position: relative;
}

.collapse-arrow {
    position: absolute;
    left: -37px;
    top: 10px;
    width: 25px;
    height: 16px;
    font-size: 35px;
    color: var(--yellow);
}

.open .collapse-arrow {
    transform: rotate(180deg);
    left: -31px;
    top: 28px;
    color: var(--yellow);
}

/* ONE SHEET */
.one-sheet #main {
    background: #ffffff;
}

.one-sheet h1 {
    color: #fff;
}

.one-sheet-features {
  background:#000000;
  padding-top:35px;
  height:875px;
}

.one-sheet-foot {
    margin: 0px;
    background: #000;
    padding: 15px 25px;
}

@media only screen and (max-width: 767px) {
	nav#access {
    background: #fdf0f4;
	}
}

@media only screen and (max-width: 991px){
  #special-image {
      display: none !important;
      margin: 0 auto !important;
  }
}

@media only screen and (max-width: 991px){
  #special-banner {
      padding-top: 40px !important;
      padding-bottom: 30px !important;
      background-image: none !important;
  }
}

@media only screen and (max-width: 767px){
  #banner-image {
      z-index: 1;
      width: 100%;
      content: url(/wp-content/uploads/sites/14/2020/05/LarkUrban_Header_0427-1.jpg);
  }
}

@media only screen and (max-width: 767px){
  #content-sets .row-2 {
      width: 64%;
      position: static;
      text-align: left;
      padding: 0 0 70px;
  }
}

@media only screen and (max-width: 575px){
  #content-sets .row-2 {
      width: auto;
      padding-bottom: 20px;
  }

  .collapse-item .title, .collapse-item .title h2 {
    font-size: 22px;
  }
}


/* CSS for the main interaction */
.rates-tabset {
  color: #666;
}

.rates-tabset #footnote p{
  color: #666;
}

.rates-tabset .rate {
  color: #666;
}
.rates-tabset > input[type="radio"] {
  display: none;
}
.rates-tabset .rates-tab-panel {
  display: none;
}
.rates-tabset > input:first-child:checked ~ .rates-tab-panels > .rates-tab-panel:first-child,
.rates-tabset > input:nth-child(3):checked ~ .rates-tab-panels > .rates-tab-panel:nth-child(2),
.rates-tabset > input:nth-child(5):checked ~ .rates-tab-panels > .rates-tab-panel:nth-child(3),
.rates-tabset > input:nth-child(7):checked ~ .rates-tab-panels > .rates-tab-panel:nth-child(4),
.rates-tabset > input:nth-child(9):checked ~ .rates-tab-panels > .rates-tab-panel:nth-child(5),
.rates-tabset > input:nth-child(11):checked ~ .rates-tab-panels > .rates-tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/
.rates-tabset #floorplans .cta2 a {
  color: var(--royal-blue);
}
.rates-tabset #floorplans .cta2 a:hover {
  color: #666;
}

.rates-tabset #floorplans .cta a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 22px 12px;
  text-decoration: none;
  border-radius: 30px;
  border: 3px solid var(--royal-blue);
  font-weight: bold;
  line-height: 1em;
  background-color: var(--royal-blue);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all .4s;
}

.rates-tabset > label {
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  border: 0px solid transparent;
}
.rates-tabset > label p {
  margin-bottom: 10px;
  padding-bottom: 1em;
  font-size: smaller;
  color: var(--white);
}

.rates-tabset>input:checked+label p {
  color: #666;
}
.rates-tabset > label::after {
  content: "";
  position: absolute;
  bottom: 12px;
  width: 3.5em;
  height: 4px;
  background: #fff;
}
.rates-tabset > label:hover::after,
.rates-tabset > input:focus + label::after,
.rates-tabset > input:checked + label::after {
  background-color: var(--royal-blue);
}

.rates-tab-panel {
  padding: 30px 0;
  border-top: solid 3px #6ccaba;
}
.rates-tab-panels {
  text-align: left;
  /* background: var(--white) url(/wp-content/themes/scion/images/bg-swoop.svg); */
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}
.rates-tab-panel .rate-select-title {
  text-transform: none;
  font-size: 1.2em;
  color: #666;
  font-weight: 600;
}
.rates-tab-panels #floorplans {
  margin-top: 2em;
}
.rates-tabset > input:checked + label { 
  border: 3px solid #6ccaba;
  border-bottom: #fff solid 3px;
  border-radius: 10px 10px 0 0;
  margin-bottom: -3px;
  background: white;
}
.rates-tabset > input:checked + label h3 {
  letter-spacing: 1px;
  transition: ease-in-out 250ms;
}
.rates-tabset > input:not(:checked) + label h3 {
  color: var(--white);
}
.rates-tabset h3 {
  font-size: 20px;
  text-transform: none;
  line-height: .8em;
  margin-bottom: 10px;
  padding: 0.7em 0 0 0;
  color:var(--royal-blue);
}
.select-lease {
  margin-top: 3rem;
}
.select-lease p {
  font-size: 2rem;
  font-weight:700;
  color: var(--white);
}

.rates-bg {
  background: #e6e6e65c;
}

.imi-options, .imi-note {
  font-size: smaller;
  color: #666;
}

.margin-right-imi-selector {
  margin-right: 8.33%;
}


@media only screen and (max-width: 1200px){
  .rates-tabset > label p {
    font-size: smaller;
  }
}
@media only screen and (max-width: 992px){
  .rates-tabset > label p {
    font-size: small;
  }
}
@media only screen and (max-width: 768px) {
  .rates-tabset > label {
    width: 40vw;
  }
  
  .margin-right-imi-selector {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .rates-tabset > label {
    width: 49vw;
  }
  .rates-tabset h3 {
    font-size: small;
  }
}

/* For Lease Term override */
.rates-tabset label span:last-of-type {
  display: none;
}