/*@charset "UTF-8";
@import url("../webfonts/Avenir_for_iPark-Hudson.css");
@import url("../webfonts/Neusa_for_iPark-Hudson.css");
@import url("../webfonts/HelveticaNeue_for_iPark-Hudson.css");*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
*:focus {
    outline:none !important
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*prevents text resize in landscape on iphone*/
html {
    -webkit-text-size-adjust: 100%;
}
body {
    overflow-x: hidden;
}
.background-div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("../images/map-landing-v2.jpg");
    background-size: cover;
    background-position: 50% 25%;
}
span.avoidwrap {
    display:inline-block;
}
.guide {
    position: absolute;
    top: 0px;
}
img.resize {
    object-fit: contain;
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
    /*border: 2px solid red;*/
}
/*nav styles*/
/*.c-hamburger {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-top: 8px;
    margin-right: 14px;
    z-index: 11;
}*/
.nav {
position: fixed;
top: -100%;
right: 0;
z-index: 10;
width: 30%;
min-width: 340px;
height: 100%;
overflow: auto;
opacity: 0;
transition: all 0.6s ease;
background-color: rgba(55, 94, 136, 0.95);
}
a {
    color: #fff;
    text-decoration: none;
}
.nav-fullheight {
    position: fixed;
    top: 0;
    opacity: 1;
    transition: all 0.6s ease;
}
.nav.column {
    padding-top: 84px;
    padding-left: 48px;
/*    background-color: rgba(128,128,128,1.00);*/
}
.nav ul {
/*    display: block;*/
/*    position: relative;*/
/*    margin-left: 10%;*/
/*    background-color: rgba(128,128,128,1.00);*/
}
.nav ul li {
    margin-top: 9px;
}
.nav ul li.sub {
    margin-top: 9px;
    padding-left: 23px;
}
.nav ul li.sub a:before {
/*    content: "z"*/
}
.nav ul li .nav-wrap {
    line-height: 100%;
    margin-top: 9px;
    margin-bottom: 9px;
}
.nav ul li a {
    font: 27px Neusa-Medium;
    color: #fff;
    text-decoration: none;
}
.nav ul li a span {
    display: block;
    position: absolute;
    font: 27px Neusa-Bold;
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    transition: all 0.3s ease-out;
}
.nav ul li a span:before {
    content: " ⟩ ";
    font: 27px Neusa-Bold;
    position: relative;
    top: 0px;
}
.nav ul li a:hover {
    color: rgba(215,25,32,1.00);
}
.nav ul li a:hover span {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
.nav ul li a.active span {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
a.pdf-link {
    font: 21px Neusa-Bold;
    /*letter-spacing: 1px;*/
    color: #fff;
    text-decoration: none;
}
a:hover {
    /*opacity: 0.6;*/
    color: rgba(215,25,32,1.00);
}
/*header {
    position: fixed;
     display: flex;
     justify-content: space-around;
    top: 0;
    left: 0;
    height: 200px;
    width: 60%;
    max-width: 740px;
    z-index: 99;
    background: linear-gradient(150deg, rgba(74,165,201,0.5) 9.25%, rgba(68,122,174,0.75) 67.18%, rgba(55,94,136,0.75) 100%);
   
}
header .logo {
    top: 36px;
    left: 56px;
    opacity: 1;
    width: 144px;
    z-index: 1;
    transition: all 0.3s;
}
header .logo.active {
    opacity: 1;
    transition: all 0.3s;
}
header h1 {
    font: 154px/100% Neusa-Bold;
    color: white;
}
header p {
    font: 39px/100% Neusa-Medium;
}*/
h1 {
    font: 32px Neusa-Bold;
    line-height: 120%;
    margin-bottom: 48px;
    /*margin-top: 32px;*/
    /*padding: 12px;*/
    /*color: white;*/
}
h2 {
    font: 39px Neusa-Bold;
    line-height: 120%;
    margin-bottom: 24px;
    /*padding: 12px;*/
    /*color: white;*/
    text-align: left;
}
h3 {
    font: 29px Neusa-Medium;
    line-height: 120%;
    margin-bottom: 24px;
    /*padding: 12px;*/
    /*color: white;*/
    text-align: left;
}
h4 {
    font: 23px Neusa-Bold;
    line-height: 140%;
    margin-bottom: 4px;
    /*padding: 12px;*/
    /*color: white;*/
    text-align: left;
}
p {
    font: 15px Neusa-Medium;
    line-height: 180%;
/*    margin-bottom: 48px;*/
    /*padding: 12px;*/
    /*color: white;*/
    text-align: left;
    /*max-width: 480px;*/
}
section ul {
    list-style: none;
    padding-left: 1em;
}
section ul.sub {
    list-style: ;
}
section ul li,
section ul p {
    font: 20px/150% HelveticaNeue-Light;
    text-align: left;
    max-width: 480px;
}
section ul p {
    margin-left: -1em;
    padding-top: 0.5em;
    font-style: italic;
}
section ul li:before {
    display: inline-block;
    content: "•";
    width: 1em;
    margin-left: -1em; 
}
section ul.sub li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;    
}
section ul.sub li {
    /*margin-top: 9px;*/
    padding-left: 23px;
}
/*ul li.sub a:before {
    content: "z"
}*/
section {
    min-height: 100%;
/*    overflow: hidden;*/
}
section.landing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*padding: 64px 0 64px 96px;*/
    overflow-x: hidden;
}
/*
section.about {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: none;
    padding: 0 96px 0 0;
}
*/
section.about {
/*    position: relative;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 64px 96px 64px 0;
    overflow-x: hidden;
}
section.location {
    position: relative;
    width: 100%;
    height: 200%;
    padding: 0 96px 0 0;
}
section.availabilities-existing {
    position: relative;
    display: flex;
    flex: row;
    align-content: flex-start;
/*    width: 100%;*/
/*    height: 100%;*/
/*    margin-top: 20%;*/
    padding: 64px 0 64px 96px;
    background-color:rgba(35,31,32,1.00);
}
.availabilities-existing .flex-item.one {
/*    flex: row;*/
/*    align-content: flex-start;*/
    background: green;
}
/**** Flexbox styles for the content areas ****/
.flex-container {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    background-color:rgba(0,0,0,0.5);
    border: 12px solid rgba(255,255,255,1);
    overflow-x:scroll;
    overflow-y: hidden;
}
.flex-container.inner {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 150%;
}
.landing .flex-container {
    position: absolute;
    /*width: calc(100vw - 16px);*/
    width: 1280px;
    max-width: 1200px;
   /* width: 1200px;*/
    height: 57vh;
    min-height: 440px;
    padding: 0 48px;
    /*max-height: 580px;*/
    border: none;
    outline: 16px solid rgba(255,255,255,0.7);
    /*background: linear-gradient(90deg, rgba(74,165,201,0.7) 9%, rgba(68,122,174,0.7) 67%, rgba(55,94,136,0.7) 100%);*/
    background: linear-gradient(150deg, rgba(74,165,201,0.5) 9.25%, rgba(68,122,174,0.75) 67.18%, rgba(55,94,136,0.75) 100%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    transition: all 0.5s ease-out;
}
.landing .flex-container.flex-copy-container {
    background: transparent;
    outline: none;
    z-index: 1;
    overflow: auto;
    pointer-events: none;
}
.landing .flex-copy-container .flex-item.two {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(-0px);
    transition: all 0.5s;
}
/* initial position & opacity of text elements. comment out during design */
.flex-item.two .copy-box-align-left > * {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-48px);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(-48px);
    transition: all 0.2s;
}
/* these are the entrances for the text elements */
.flex-item.two .copy-box-align-left *.show1 {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.5s ease-out 0.4s;
}
.flex-item.two .copy-box-align-left *.show2 {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.5s ease-out 0.6s;
}
.flex-item.two .copy-box-align-left *.show3 {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.5s ease-out 0.8s;
}
.flex-item.two .copy-box-align-left *.show4 {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.5s ease-out 1.0s;
}
.flex-item.two .copy-box-align-left *.show5 {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.5s ease-out 1.2s;
}
.landing .flex-container.background {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(-50%);
    transition: all 0.5s ease-out;
}
.landing .flex-container.background.slid-in {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s ease-out;
}
.landing .flex-item.one {
    width: 47%;
    /*max-width: 600px;*/
    justify-content: center;
}
.flex-item.one h1 {
    pointer-events: all;
    /*border: 2px solid red;*/
}
.landing .flex-item.two {
    width: 53%;
}
.landing .close-button {
  display: block;
  position: absolute;
  top: 6px;
  right: 6px;
  border: none;
  background: rgba(255,255,255,0.00);
  padding: 12px;
  font-size: 32px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: white;
  z-index: 2;
}
.landing .close-button:before {
    content: "\002b";
}
.landing .close-button.slid-in:before {
    content: "\00d7";
}
.landing .close-button:hover {
    /*color:#808080*/
}
.about .flex-container {
/*    display: block;*/
    border-left: none;
/* allows manual scroll, in addition to Scrollmagic scroll  */
    overflow-x: scroll;
}
.availabilities.flex-container {
    border-right: none;
    background-color: rgba(0,0,0,0.2);
}
.availabilities.flex-container h2 {
    margin-top: 34px;
    margin-left: 128px;
}
/*
.availabilities-existing .flex-container {
    border-right: none;
}
*/
.flex-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    text-align: center;
    padding: 8px;
}
.about .flex-item.two {
    background-image:url(../images/about-map.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.about .flex-item.three {
    background-color: rgba(215,25,32,1.00);
}
.availabilities.horizontal-scroller.outer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    overflow-x: scroll;
    overflow-y: hidden;
/*border: 2px solid white;*/
}
.availabilities.horizontal-scroller.inner {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 200%;
    height: 100%;
    align-items: top;
}
.inner .flex-item-top {
    display: flex;
    flex-direction: column;
    justify-content: top;
    width: 25%;
    text-align: left;
    padding: 0;
/*    background: green;*/
}
.inner .flex-item-top:nth-child(1) {
    width: 30%;
}
.inner .flex-item-top:nth-child(2) {
    width: 20%;
}
.availabilities.horizontal-scroller.inner img {
/*    width: auto;*/
/*    height: 100%;*/
    width: 100%;
    height: auto;
}
.app-container {
    position: relative;
    width: auto;
    height: 100%;
/*    background: gray;*/
}
/**** Styles for the scroll-boxes in the copy-boxes ****/
.mcustomscrollbar {
    position: relative;
    width: 92%;
    height: 100%;
    margin: 0;
    padding: 0 0 12px 0;
    color: #000;
}
.mcustomscrollbar p:first-of-type {
    margin-top: 0;
}
.mCSB_dragger_bar {
    background-color:rgba(120,120,120,1.00) !important;
}
.mCSB_dragger{ height: 100px !important; }

@media screen and (max-width: 900px) {
section.landing {
    padding: 16px 0 16px 16px;
}
.flex-container {
    flex-direction: column;
}   
.landing .flex-container {
    position: relative;
    width: calc(100vw - 32px);
    height: auto;
    padding: 16px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    transition: all 0.5s ease-out;
}
.landing .flex-container.background {
    display: none;
}
.landing .flex-container.flex-copy-container {
    outline: 16px solid rgba(255,255,255,0.7);
    background: linear-gradient(90deg, rgba(74,165,201,0.7) 9%, rgba(68,122,174,0.7) 67%, rgba(55,94,136,0.7) 100%);
}
.landing .flex-copy-container .flex-item.two {
    pointer-events: all;
    opacity: 1;
    -   webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.flex-item.two .copy-box-align-left > * {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0px);
    transition: all 0.3s ease-out 0.3s;
}
.landing .flex-item.one,
.landing .flex-item.two {
    width: 100%;
}
.copy-box-align-left {
    padding: 0;
    width: auto;
    margin: 0 auto;
}
.landing .close-button {
    display: none;
}
img.resize {
    width: 75%;
    /*border: 2px solid red;*/
}
a.pdf-link {
    font: 19px Neusa-Bold;
}
}

/**** Styles for sliding content in ****/
.slideInUp {
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
          transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, 24px, 0);
  transform: translate3d(0, 24px, 0); }
.slideInLeft {
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
          transition: all 0.7s ease-out;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0); }
  .is-active.slideInLeft {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
.slideInRight{
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
          transition: all 0.7s ease-out;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0); }
.is-active.slideInRight {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
.is-active.slideInUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slideInUp.slideInUp2,
.slideInRight.slideInRight2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }
.slideInUp.slideInUp3,
.slideInRight.slideInRight3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }
.slideInUp.slideInUp4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }
