/****** PLACE YOUR CUSTOM STYLES HERE ******/
h1 {
  margin: .67em 0;
  font-size: 1.5em;
}
.horline {
  width: 56px;
  margin: 0 auto;
  padding: 0;
  color: blue;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 5px;
  font-weight: 400;
  border-width: thin;
}

.bg-secondary {
  /* color: #fff; */
  background-color: #f0f4f6;
}

.module.widget-handle.mobile-toggle.right {
  border-top: none;
}



/* HERO Section */
.hero-content {
  position:absolute !important;
  width:100%;
  bottom:0;
  margin-bottom:4vh;
}
.hero-content .horline {
  margin: 6px auto;
}
.hero-logo {
  padding-top:20vh;
}
.hero-logo img {
  max-width: 256px;
  min-width: 120px;
  margin: 0 auto;
}
.partner-logo-container {
  position:absolute;
  width:100%;
  bottom:0px;
}
.partner-logo-container .image-pull-left {
  text-align: right;
  display: inline-block;
  float: left;
  margin: 20px 50px;
}
.partner-logo-container .image-pull-right {
  text-align: left;
  display: inline-block;
  float: right;
  margin: 20px 50px;
}
.partner-logo-container .logo-lim {
  max-width: 120px;
  min-width: 100px;
}
.partner-logo-container .logo-omp {
  max-width: 76px;
  min-width: 66px;
}
@media (min-width: 992px) {
  .hero-content {
    margin-bottom:4.5vh;
  }
}
@media (min-width: 1200px) {
  .hero-content {
    margin-bottom:5vh;
  }
}
@media screen and (max-width: 767px) {
  .cover.fullscreen {
    height: 800px;
  }
  .cover.fullscreen .container.is-vertically-aligned {
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    z-index: 2;
  }
  .hero-content {
    position:relative !important;
    width: auto;
    bottom: auto;
    margin-bottom: auto;
  }
}

@media all and (max-width: 767px) {
  .parallax > .background-image-holder.is-home,
  .parallax .slides li > .background-image-holder.is-home {
    top: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;

    /* Overwrite */
    height: 100%;
    background-size: auto 125% !important;
    background-position: 25% 10% !important;
  }
}

/* Site Plan Page Header */
.background-image-holder.is-site-plan {
  height: 480px;
  width: 100%;
  background-position: 50% 30% !important;
  background-size: 100% auto !important;
}
@media screen and (max-width: 992px) {
  .background-image-holder.is-site-plan {
    background-size: cover !important;
  }
}


.background-multiply .background-image-holder.is-contact {
    background-color: transparent!important;
    background-blend-mode: multiply;
}
/* Gallery Page */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#comicPages img{
width: 50%;
padding: 2%;

}

#comicPages{

  padding:20px;
  margin-top: 5%;
}

.b-lazy {
        -webkit-transition: opacity 700ms ease-in-out;
           -moz-transition: opacity 700ms ease-in-out;
             -o-transition: opacity 700ms ease-in-out;
                transition: opacity 700ms ease-in-out;
                 max-width: 100%;
                   opacity: 0;
    }
    .b-lazy.b-loaded {
                   opacity: 1;
    }

/* Site Plan Page Buttons */

.download-plan-btn {
  border-radius: 5px;
  padding: 0 72px 0 72px;
}

.back-to-plan-btn {
  border-radius: 5px;
  padding: 0 66px 0 66px;
}

.divisible-btn {
  border-radius: 5px;
  padding: 0 34px 0 34px;
}

/* Location Page Header */
.background-image-holder.is-location {
  height: 480px;
  width: 100%;
  background-position: 50% 30% !important;
  background-size: 100% auto !important;
}
@media screen and (max-width: 992px) {
  .background-image-holder.is-location {
    background-size: cover !important;
  }
}

/* Contact Page Header */
.background-image-holder.is-contact {
  height: 480px;
  width: 100%;
  background-position: 50% 30% !important;
  background-size: 100% auto !important;
}
@media screen and (max-width: 992px) {
  .background-image-holder.is-contact {
    background-size: cover !important;
  }
}

/* Video Page Header */
.background-image-holder.is-video {
  height: 480px;
  width: 100%;
  background-position: 50% 24% !important;
  background-size: 100% auto !important;
}
@media screen and (max-width: 992px) {
  .background-image-holder.is-video {
    background-size: cover !important;
  }
}


/* Contact Page */
.omp-byline {
  padding-left: 16px;
}

.is-lim-logo-contact {
  width: 256px;
  float: right;
  padding-right: 16px;
  margin-left: auto;
}

.is-omg-logo-contact {
  width: 150px;
  float: left;
  padding-left: 16px;
  margin-right: auto;
}

@media all and (max-width: 767px) {
  .is-lim-logo-contact, .is-omg-logo-contact {
  display: block;
  float: none;
  margin: 0 auto;
  }

  .is-lim-logo-contact {
    width: 238px;
  }

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

}

.fixedfooter {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media all and (max-width: 767px) {
.fixedfooter {
  position: relative;
}

}

@media all and (max-height: 951px) {
.fixedfooter {
  position: relative;
}

}


/* Footer */
footer {
  padding: 24px 0;
}
footer span {
  display: inline-block;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 16px;
  }
  footer span {
    margin-bottom: 8px;
  }
}
footer .logo-cw {
  max-width:160px;
  min-width:120px;
  margin:0 auto;
}



/* Misc Logos/Images */
.contact-cw-logo {
  max-width: 254px;
  min-width: 120px;
  margin: 0 auto;
  padding: 48px 0 56px;
}
.feature-icons {
  width: 100%;
  height: auto;
  max-width:500px;
  min-width:120px;
  margin:0 auto;
}



/* Dashed Lists */
ul.is-dashed {
  margin-left: 0;
  padding-left: 0;
}

ul.is-dashed li {
  padding-left: 1.325em;
  text-indent: -1.4em;
  margin-bottom: 0.5em;
  letter-spacing: -0.0125em;
}

ul.is-dashed li:before {
  content: '-';
  padding-right: 1em;
}

ul.is-dashed li:last-child {
  margin-bottom: 0;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 80px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 6px;
  text-transform: inherit;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
pre,
table,
blockquote,
input,
button,
select,
textarea {
  margin-bottom: 24px;
  margin-top: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #292929;
}
h1,
.h1 {
  font-size: 20px;
  line-height: 64px;
}
h1.large {
  font-size: 25px;
  line-height: 40px;
  font-weight: 100;
}
@media all and (max-width: 990px) {
  h1.large {
    font-size: 36px;
    line-height: 64px;
  }
}
h2 {
  font-size: 40px;
  line-height: 48px;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h4 {
  font-size: 24px;
  line-height: 32px;
}
h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  h1,
  h1.large,
  .h1 {
    font-size: 16px;
    line-height: 40px;
    line-height: 28px;
    font-weight: 300;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 16px;
    line-height: 32px;
  }
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  h6,
  .h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
  }
}
.uppercase {
  font-weight: 400;
  text-transform: uppercase;
}
h1.uppercase {
  letter-spacing: 6px;
  margin-right: -17px;
}
h2.uppercase {
  letter-spacing: 10px;
  margin-right: -10px;
}
h3.uppercase {
  letter-spacing: 2px;
  margin-right: -6px;
}
h4.uppercase {
  letter-spacing: 3px;
  margin-right: -3px;
}
h5.uppercase {
  letter-spacing: 2px;
  margin-right: -2px;
}
h6.uppercase,
.h6-u {
  letter-spacing: 2px;
  font-weight: 700;
}
.bold-h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

/* Color */

.bg-primary {
  background: #f0f4f6 !important;
}
.bg-secondary {
  background: #f0f4f6;
}
.bg-white {
  background: #fff;
}
.bg-dark {
  background: #1a232c;
}
.color-body {
  color: #666;
}
.color-primary {
  color: #5e8aa4 !important;
}
.color-red {
  color: #e31d3b !important;
}
.color-white {
  color: #fff;
}

/* horizontal line */

hr {
  /* Clear Defaults */
  clear: both;
  max-width: 64rem;
  height: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #cacaca;

  /* Settings */
  width: 56px;
  border-width: 1px;
  border-color: #5e8aa4;
  transition: all .28s ease-in-out;
  margin: 14px auto;
}
.horlong {
  /* Clear Defaults */
  clear: both;
  max-width: 64rem;
  height: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #cacaca;

  /* Settings */
  width:20%;
  min-width:40px;
  max-width: 1170px;
  border-width: 1px;
  border-color: #5e8aa4;
  transition: all .28s ease-in-out;
  margin: 14px auto;
}
@media screen and (min-width: 768px) {
  .horlong {
    width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .horlong {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .horlong {
    width: 1170px;
  }
}


/* Video */

.video {
  display: block;
  transition: none;
  /*position: absolute;*/
  /*left: calc(50% - 40px);*/
  /*top: calc(50% - 40px);*/
}
.video a.is-video {
  position: relative;
  display: inline-block;
  transition: none;
  font-size: 40px;
  width: 80px;
  height: 80px;
  line-height: 66px;
  padding: 4px;
  background: #eec632; /* rgba(255, 255, 255, .4); */
  box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
  text-align: center;
  border-radius: 50%;
  z-index: 100;


  border: 2px solid #fafafa;
  background: transparent;
  -webkit-transition: transform 220ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 220ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 220ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video a.is-video span.cw-play:before {
  font-style: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;

  font-family: "cw-icons";
  content: '\e827';
  margin-right: 0;
  display: inline-block;
  /*color: rgba(0,0,0,1);*/

  color: rgba(255,255,255,1);
}

.video a.is-video:hover,
.video a.is-video:focus,
.video a.is-video:active,
.video a.is-video.active {
  transform: scale3d(1.05,1.05,1);
}


@media screen and (max-width: 767px) {
  iframe {
    max-width: 100%;
  }
}

/* Siteplan Interactivity */

.siteplan-container .image-container {
  style="z-index:0;"
  display:block;
  width:100%;
  height:auto;
  position:relative;
  margin:0 auto;
  padding:0;
}

.siteplan-container .image-container a {
  position: absolute;
}

.siteplan-container .image-container a:hover,
.siteplan-container .image-container a:focus {
  background-color: rgba(0,0,0,0.25);
}

.section1-link {
  /* width: 228px;
  height: 324px;
  top: 84px;
  left: 42px; */

  width: 20%;
  height: 37%;
  top: 9%;
  left: 3%;

}

.section2-link {
  /* width: 215px;
  height: 289px;
  top: 101px;
  left: 350px; */

  top: 11.5%;
  left: 30.5%;
  width: 19%;
  height: 33%;
}

.section3-link {
  /* width: 146px; */
  /* height: 202px; */
  /* top: 101px; */
  /* left: 674px; */

  top: 11.5%;
  left: 59%;
  width: 12.5%;
  height: 23%;
}

.section4-link {
  /* width: 219px;
  height: 482px;
  top: 505px;
  right: 84px; */
  transform: rotate(56deg);
  transform-origin: top right;

  width: 19%;
  height: 54%;
  top: 57.5%;
  right: 7.75%;
}

/* Location Page */

.freeway-img {
  width: 100%;
}

.neighboring-img {
  width: 100%;
}

.proximity-img {
  width: 100%;
}

/* Amenites Page */

#shopping-btn{
  background-color: #2e3191;
  border-color: #ffffff;
}

#bank-btn {
  background-color: #5bc0de;
  border-color: #ffffff;
}

#hotel-btn{
  background-color: #ec2227;
  border-color: #ffffff;
}

#grocery-btn{
  background-color: #8cc040;
  border-color: #ffffff;
}

#restaurant-btn{
  background-color: #faaf3a;
  border-color: #ffffff;
}

#retail-btn{
  background-color: #bf1cdb;
  border-color: #ffffff;
}

.m-25{
  margin-left:calc(50% - 64px);
}

.amenities-img{
  max-width: 60%;
}

li{
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .amenities-img{
    max-width: 100%;
  }
}



/* New Header Height */

.header-height {
  height: 400px;
}
@media screen and (max-width: 767px) {
  .header-height {
    padding-top: 190px;
    padding-bottom: 190px;
  }

}

.pb100 {
  padding-bottom: 100px;
}
                                                                                                                                           
/* Press Centered */
/* .centered {
  text-align: center;
} */

/* Vertical Line */
/* .vertical-line {
  border-left: 2px solid green;
  height: 256px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
} */