div[id^="fpSection"] .loader {
  width: 48px;
  height: 48px;
  border: 5px solid #000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
} 

@media (max-width: 991px) {
  div[id^="fpSection"] .loader {
    display: none;
  }
}

div[id^="fpSection"] .fp-info {
  display: block;
}

div[id^="fpSection"] .glide-hide {
  max-height: 0;
  overflow: hidden;
}

div[id^="fpSection"] {
  margin-top: 20px;
  margin-bottom: 40px;
}

div[id^="fpSection"] .row {
  align-items: center;
}

div[id^="fpSection"] h2,
div[id^="fpSection"] h3,
div[id^="fpSection"] h4 {
  font-family: 'Open Sans';
  display: inline-block;
  letter-spacing: normal;
  font-weight: 200;
  margin-bottom: 0;
}

div[id^="fpSection"] h3 {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 22px;
}

div[id^="fpSection"] * {
  text-align: center;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}

div[id^="fpSection"] .accent,
div[id^="fpSection"] .active {
  color: #467992;
  font-weight: bold;
}

div[id^="fpSection"] .slash {
  color: #757575;
  margin: 0 10px;
}

div[id^="fpSection"] h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

div[id^="fpSection"] .no-heading {
  display: none;
}

div[id^="fpSection"] .fp-sel-top h2 {
  font-size: 30px;
}

div[id^="fpSection"].noTouch .menu_item_primary:hover,
div[id^="fpSection"].noTouch .menu_item_secondary:hover {
  cursor: pointer;
  font-weight: bold;
}

div[id^="fpSection"].noTouch .menu_item_floorplan:hover,
div[id^="fpSection"].noTouch .menu_item_floorplan.active {
  cursor: pointer;
  color: #467990;
  font-weight: bold;
}

div[id^="fpSection"].has_single_item .menu_item_primary.active {
  color: #000 !important;
  cursor: initial;
  font-weight: 400;
}

div[id^="fpSection"] .menu_item_secondary {
  color: #000;
}

div[id^="fpSection"] .menu_item_secondary:first-child {
  margin-top: 0;
}

div[id^="fpSection"] .menu_item_floorplan {
  display: table;
  margin: 10px auto;
}

div[id^="fpSection"] .fp-menu-outer {
  border: 2px solid lightgray;
  margin-top: 20px;
  padding: 50px 20px;
}

div[id^="fpSection"] .fp-sidebar {
  width: 100%;
  max-width: 375px;
}

div[id^="fpSection"] .fp-col-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

div[id^="fpSection"] .arrow {
  height: 25px;
  width: 25px;
  background-image: url(../img/left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 0.2;
}

div[id^="fpSection"] .arrow-right {
  background-image: url(../img/right.svg);
  margin-left: 20px;
}

div[id^="fpSection"] .arrow-left {
  margin-right: 20px;
}

div[id^="fpSection"] .glide__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

div[id^="fpSection"] .glide__nav span {
  display: inline-block;
  font-size: 22px;
  padding: 0 5px;
  color: #000;
}

div[id^="fpSection"] .glide__nav .divider {
  color: #757575;
}

div[id^="fpSection"] .glide--swipeable img {
  cursor: pointer;
}

div[id^="fpSection"] .glide__slides {
  display: block;
}

div[id^="fpSection"] .fp-carousel .fp-slide {
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}

div[id^="fpSection"] .placeholder,
div[id^="fpSection"] .fp-carousel,
div[id^="fpSection"] .glide__nav {
  margin-top: 30px;
}

div[id^="fpSection"] .glide__track {
  transition: max-height 0.5s;
}

div[id^="fpSection"] .placeholder img,
div[id^="fpSection"] .fp-carousel img {
  max-height: 400px;
  width: 100%;
  height: 100vh;
}

@media (max-width: 992px) {
  div[id^="fpSection"] .placeholder img,
  div[id^="fpSection"] .fp-carousel img {
    height: auto;
  }
}

div[id^="fpSection"] .placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

div[id^="fpSection"] .disclaimers {
  margin-top: 10px;
  font-size: 15px;
  color: #000;
}

div[id^="fpSection"] .active-fp {
  margin-bottom: 30px;
}

div[id^="fpSection"] .download-options {
  display: table;
  margin: 40px auto 20px auto;
}

div[id^="fpSection"] .OpenFloorPlan {
  font-size: 14px;
  min-width: 250px;
}

div[id^="fpSection"] .CloseFloorPlan {
  display: table;
  margin: 0 auto;
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s;
}

div[id^="fpSection"].noTouch .CloseFloorPlan:hover {
  color: #000;
}

div[id^="fpSection"] .btn-blue {
  border: 1px solid transparent;
  margin: 0;
  transition: color 0.5s, background 0.5s;
}

div[id^="fpSection"] .btn-blue-inverse {
  color: #000;
  border: 1px solid #467992;
  background: #fff;
}

div[id^="fpSection"].noTouch .btn-blue-inverse:hover {
  background: #444;
  color: #fff;
  border-color: transparent;
}

div[id^="fpSection"] .menu-title {
  font-weight: bold;
}


@media (min-width: 993px) {
  div[id^="fpSection"] .fp-info-outer {
    transform: translateY(40px);
  }
  /*div[id^="fpSection"].has_single_item .fp-info-outer {
    transform: translateY(0);
  }
  div[id^="fpSection"].has_single_item .menu_item_primary.active {
    display: none;
  }*/
  /*div[id^="fpSection"] .fp-info-outer {
    min-height: 882px;
  }*/
  div[id^="fpSection"] .fp-info {
    opacity: 0;
    transition: opacity 1s;
  }
  div[id^="fpSection"] .fp-info.active-fp {
    opacity: 1;
  }
  div[id^="fpSection"] .btn-blue {
    float: left;
  }
}


@media (max-width: 992px) {
  div[id^="fpSection"] {
    margin-bottom: 0px;
  }
  div[id^="fpSection"] .fp-sidebar {
    max-width: 80%;
    margin-bottom: 0px;
  }
  div[id^="fpSection"] .fp-menu-outer {
    margin-top: 10px;
  }
  div[id^="fpSection"] .fp-info-outer {
    margin-top: 40px;
  }
  div[id^="fpSection"] .fp-carousel img {
    max-height: 50vh;
    width: auto;
  }
  div[id^="fpSection"] .fp-sel-top {
    max-width: 80%;
    padding: 30px 20px;
    border: 2px solid #757575;
    margin: 0 auto;
  }
  div[id^="fpSection"] .fp-sel-top h2 {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
  }
  div[id^="fpSection"] .fp-sel-top .slash {
    display: none;
  }
  div[id^="fpSection"].noTouch .menu_item_primary:hover {
    color: #467990;
  }
  div[id^="fpSection"] .OpenFloorPlan {
    display: table;
    margin: 0 auto;
  }
  div[id^="fpSection"] .DownloadOptionA {
    margin-top: 10px;
  }
  div[id^="fpSection"] .menu-title {
    display: none;
  }
}

@media (max-width: 480px) {
  div[id^="fpSection"]  h2 {
    font-size: 22px;
  }
  div[id^="fpSection"]  h2.menu_item_primary {
    font-size: 22px;
  }
  div[id^="fpSection"] h3 {
    font-size: 20px;
  }
  div[id^="fpSection"] .slash {
    margin: 0 2px;
  }
  div[id^="fpSection"] .fp-info h2.slash {
    display: none;
  }
  div[id^="fpSection"] .fp-info .fp-name {
    width: 100%;
  }
  div[id^="fpSection"] .fp-info .fp-type {
    font-size: 18px;
  }
  div[id^="fpSection"] .fp-info h3,
  div[id^="fpSection"] .glide__nav span {
    font-size: 16px;
  }
  div[id^="fpSection"]  h4 {
    width: 100%;
    font-size: 18px;
  }
  div[id^="fpSection"] .placeholder,
  div[id^="fpSection"] .fp-carousel,
  div[id^="fpSection"] .glide__nav {
    margin-top: 20px;
  }
  div[id^="fpSection"] .download-options {
    margin-top: 30px;
  }
  div[id^="fpSection"] .OpenFloorPlan {
    font-size: 13px;
    width: auto;
  }
  div[id^="fpSection"] .arrow {
    height: 18px;
    width: 18px;
  }
  div[id^="fpSection"] .arrow-right {
    margin-left: 10px;
  }
  div[id^="fpSection"] .arrow-left {
    margin-right: 10px;
  }
}