html {
  font-size: 16px;
}

@font-face {
  font-family: ChaletBook_10032;
  src: url(/fonts/ChaletBook_10032.ttf);
}

.splash .container {
  width: 100%;
  max-width: 1440px;
}

.splash h1, .splash h2, .splash h3, .splash p, .splash li {
  font-family: 'Open Sans', sans-serif;
  /* line-height: 1.5; */
} 

.splash h3 {
  /* text-transform: uppercase;
  font-size: 1rem;
  color:#002f4e;
  letter-spacing: 2px;
  font-weight: 600; */
  
}
.splash h3 span {
  color: #005172;
}

ul li a.signUp {
  color: #003359;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 5px 20px;
  background: #FFFFFF;
  border-radius: 30px;
  color: #003359 !important;
  padding: 5px 20px;
}

.socialFactors h3 {
  font-size: 32px;
  line-height: 43px;
}

.socialFactors > span {
  color: #999999;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;;
  font-style: normal;
  font-weight: normal;
}

.specialHr {
  width: 100px;
  height: 10px;
  background: #003359;
  margin-top: 5%;
  margin-bottom:12%
}

.splash h4 { 
  font-size: .75rem;
  text-transform: uppercase;
}

.splash p {
  font-size: 1.1rem;
  color: #999;
}

.splash p.intro {
  font-size: 1.75rem;
  /* margin-bottom: 3rem; */
  color:#000;
  font-weight: bold;
}

.splash ul.bullet-list {
  list-style-type: none;
  padding-left: 0;
}

.splash ul.bullet-list li {
  font-size: 1.2rem;
  color:#999;
  background-image: url('/assets/img/splash/splash_icon_2x.png');
  background-repeat: no-repeat;
  background-size: 32px 29px;
  background-position: 0 3px;
  padding-left: 2.4rem;
  margin-bottom: 2rem;
}

.splash ul.bullet-list li b {
  color:#002f4e;
}

.splash ul.tick-list {
  list-style-type: none;
  margin: 3rem auto;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  max-width: 600px;
}

.splash ul.tick-list li {
  color:#999;
  font-size: 1rem;
  text-align: left;
  background-image: url('/assets/img/splash/splash_tick.png');
  background-repeat: no-repeat;
  background-size: 14px 10px;
  background-position: 0 5px;
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}


.splash nav.navbar {
  background-color: #002f4e;
  margin:0;
  border-radius: 0;
  padding:10px 0;
}

.splash nav.navbar .logo img {
  width:121px;
  height:auto;
}

.splash nav.navbar ul {
  list-style-type: none;
  padding-left: 0;
}

.splash nav.navbar ul li{
  float: left;
  margin: 0 1rem;
}

.splash nav.navbar ul li a {
  color:#fff;
  font-size: 1rem;
  line-height: 30px;
  transition: all 0.3s;
}

.splash nav.navbar ul li a:hover{
  /* color:#009aff; */
  text-decoration: none;
} 

.splash .hero {
  background-image:url('/assets/img/splash/neighborhood-c.png');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center top;
  color:#fff;
  height: 100vh;
  display: table;
  width:100%;
}

.splash .hero h1 {
  font-size: 2.75rem;
  margin-bottom: 2rem;
}

.splash .hero p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.24px;
  margin-bottom: 1.55rem;
  color: #ffffff;
}

.splash .hero p.secondary {
  font-family: ChaletBook_10032;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: -0.24px;
  color: #FFFFFF;
}

.splash .hero .btn.btn-primary {
  background:#3E92CB;
  border:2px solid #3E92CB;
  color:#fff;
  font-size: 1rem;
  padding: 13px 80px;
  border-radius: 20px;
  transition: all 0.3s;
}

.defaultBtn {
  width: 80%;
  /* padding:30px 30px; */
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 15px;
  display:inline-block;
  border-top-right-radius: 100px;
  border-bottom-right-radius:100px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: bold;
}

.defaultBtn a {
  text-decoration: none;
}


.activeBtn {
  background: #003359;
}

.activeBtn a {
  background: #003359;
  color: #FFFFFF;
}

.activeBtn:hover a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

.inactiveBtn a {
  color: #003359;
  opacity: 0.25;
}

.inactiveBtn:hover a {
  color: #999999 !important;
  text-decoration: none !important;
}

.navbar-right ul li {
  font-weight: bold;
}

.contentDiv div {
  background: rgba(0, 51, 89, 0.9);
  border-radius: 16px;
  color: #FFFFFF;
  width: 40vw;
  padding: 40px;
  /* position: absolute;
  top: 10%;
  left: 20%; */
  position: relative;
  z-index: 1001;
  /* margin-top: 1vh; */
  margin-left: 24vh;
  
}

.contentDiv img {
  width: 28vw;
  position: absolute;
  top: 0px;
  /* height: 50vh; */
}

.contentDiv div p {
  font-size: 28px;
  line-height: 40px;
  /* or 143% */

  /* display: flex;
  align-items: flex-end; */
  letter-spacing: -0.24px;
  color: #FFFFFF;
}

.contentDiv div ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 20px;
}

.splash .hero .btn.btn-primary:hover {
  background:transparent;
  color:#009aff;
}

.splash .container .background-image {
  position: relative;
  background-size:cover;
  background-position:center;
  padding-bottom: 100%;
  height: 0;
}

.splash .container .background-image .image-bottom {
  position:absolute;
  bottom:0;
  background: #009aff;
  padding: 20px 25px;
}

.splash .container .background-image .image-bottom p {
  color:#fff;
  font-size: 1.2rem;
}

.splash .no-padding {
  padding:0;
}

.splash .padding-box {
  padding:4rem 4rem 2rem 8rem;
}

footer {
  padding-bottom: 2rem;
}

footer ul.inline-list {
  padding: 0;
  list-style-type: none;
}

footer ul.inline-list li {
  display: inline-block;
}

footer ul.inline-list li a {
  color:#323131;
  font-size: 14px;
  margin-right: 10px;
  font-weight: 600;
}

.splash footer p {
  font-size: .75rem;
  color:#666;
}
  
.video-block {
  position: relative;
  background-color: black;
  display: block;
  width: 100%;
  padding-top:56.25%;
  margin-bottom: 4rem;
  overflow: hidden;
}

.video-block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
}

.video-block .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  background-size: cover;
  background-image: url(/assets/img/video-bg-city.jpg);
  z-index: 10;
}

.video-block .overlay #playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -38px;
  cursor: pointer;
}

.oldLink{
  float: right;
  color: white;
  font-weight: 600;
  font-size: 1rem; 
}

.oldLink:hover{
  color: #337ab7;
  text-decoration: none;
}

@media only screen and (min-width: 1846px) {

  .splash .hero p.secondary {
    font-size: 39px;
  }

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

  .splash .hero p.secondary {
    font-size: 38px;
  }

}

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

  .splash .hero p.secondary {
    font-size: 36px;
  }

  .contentDiv div {
    width: 40vw;
  }

  .contentDiv img {
    width: 34vw !important;
  }

  .splash nav.navbar .logo img {
    width: 103px !important;
  }

}

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

  .splash .hero p.secondary {
    font-size: 35px;
  }

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

  .contentDiv div {
    margin-left: 17vh;
  }

  .splash .padding-box {
    padding:2rem;
  }

  .contentDiv div p {
    line-height: 37px;
  }

  .contentDiv div ul li{
    line-height: 24px;
    margin-top: 13px;
  }

}

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

  .splash .hero p.secondary {
    font-size: 33px;
  }

}

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

  .splash .hero p.secondary {
    font-size: 36px;
  }

  .contentDiv div {
    /* margin-left: 8vh; */
    width: 45vw;
  }

  .splash .hero {
    background-position: right;
  }

  .splash ul.bullet-list li {
    margin-bottom: 1rem;
  }

  .splash p.intro {
    margin-bottom: 1rem;
  }

  .splash .padding-box {
    padding:1rem 2rem;
  }
}

@media only screen and (min-width: 1148px) and (max-width: 1199px) {

  .splash .hero p.secondary {
    font-size: 33px;
  }

}

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

  .defaultBtn {
    padding-left: 30px;
  }

  .contentDiv div {
    width: 45vw;
  }

}

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

  .contentDiv div ul li{
    line-height: 25px;
    margin-top: 5px;
  }

}

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

  .splash .hero p.secondary {
    font-size: 30px;
  }

  .contentDiv div {
    margin-left: 11vh;
    width: 70vw;
  }

  .contentDiv img {
    width: 57vw !important;
  }

  html {
    font-size: 14px;
  }

  .splash ul.bullet-list li {
    padding-left:3rem;
  }
}

@media only screen and (min-width: 845px) and (max-width: 901px) {

  .splash .hero p.secondary {
    font-size: 28px;
  }

}

@media only screen and (min-width: 972px) and (max-width: 991px) {

  .productDescription {
    margin-bottom: 20% !important;
  }

}

@media only screen and (min-width: 900px) and (max-width: 971px) {

  .productDescription {
    margin-bottom: 16% !important;
  }

}

@media only screen and (min-width: 804px) and (max-width: 899px) {

  .productDescription {
    margin-bottom: 11% !important;
  }

}

@media only screen and (min-width: 1px) and (max-width: 844px) {

  .splash .hero p.secondary {
    font-size: 25px;
  }

}

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

  .splash .hero p.secondary {
    line-height: 40px;
  }

  .contentDiv div {
    margin-left: 9vh;
    width: 70vw;
  }

  .contentDiv div p {
      font-size: 20px;
  }

  .contentDiv div ul li {
    font-size: 14px;
  }

  .contentDiv img {
    width: 70vw !important;
  }

  .splash .hero {
    /* background-position: 640px; */
  }

  .splash .hero h1 {
    font-size: 2rem;
  }

  .splash .container .background-image .image-bottom p {
    font-size: 1rem;
  }
  footer ul.inline-list {
    text-align: center;
  }

  .splash nav.navbar {
    padding-top: 20px;
    text-align: center;
  }

  .splash nav.navbar ul {
    margin-top: 10px;
  }

  .splash nav.navbar ul li {
    display: inline-block;
    float: none;
  }

  .oldLinkContainer {
    text-align: center;
  }

  .oldLink {
    float: none;
  }

  .productDescription {
    margin-bottom: 18% !important;
  }
}
  
@media only screen and (max-width: 700px) {
  .productDescription {
    margin-bottom: 10% !important;
  }
}

#scenarioPlanningBtn a, #exploreBtn a{
  letter-spacing: 1px;
}

.terms-content p strong{
  margin-top: 1rem;
}