*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

html {
  font-size: 14px; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

body {
  margin: 0;
  line-height: 1.4;
  font-family: proxima-nova, sans-serif;
  letter-spacing: .02rem;
  font-size: 16px;
  }

a {
  text-decoration: none; }

a.orange-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #FA9000;
  color: #fff;
  border-radius: 35px;
  min-height: 36px;
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  transition: .3s; }
  a.orange-button:hover {
    transition: .3s;
    opacity: .7; }

a.violet-button {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  background-color: #5D37B0;
  color: #fff;
  border-radius: 18px;
  font-size: 14px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  padding: 10px 35px 9px 35px;
  transition: .3s; }
  a.violet-button:hover {
    transition: .3s;
    background-color: #6f57a5; }

.hover-opacity {
  transition: .3s; }
  .hover-opacity:hover {
    transition: .3s;
    opacity: .7; }

ul, li {
  margin: 0;
  padding: 0; }



h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  }

h1, h1.completesite {
/*
	text-align: center;
	align-items: center;
  	justify-content: center;
*/
  	display: flex;
  	width: 100%;
}
h1.page-title {
	margin: 2.4rem auto 0;
	font-size: 2.4rem;
	text-align: center !important;
}

.home h1, h1.completesite, h3, h3.completesite {
	text-align: left;
}

.main-content h2 {
	margin: .6rem 0;
	font-size: 1.8rem;
}

.serif, .quote {
	font-family: clarendon-text-pro, serif;
}
h2.serif {
	font-size: 40px;
}


img {
	max-width: 100%;
}


.alertNote {
	position: fixed;
  background-color: #227BC9;
  color: #fff;
  text-align: center;
  padding: 10px 40px;
  display: none;
  width: 100%;
  /* font-size: 1.2em; */
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  top: 0;
  left: 0;
  z-index: 1000;
}

.alertNote .closeAlert {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}
#alertMore .modal-content {
  background-color: #FF4A5B;
  color: #fff;
}
#alertMore .modal-footer {
  justify-content: center;
}
#alertMore .alertMoreSection:not(:first-child) {
    border-top: 1px solid;
}
#alertMore .alertMoreSection {
    padding-top: 20px;
    padding-bottom: 20px;
}
.alertMore {
    color: #fff;
    text-transform: initial;
    font-size: .8em;
}
.alertMore:hover {
	color: #efefef;
}

.btn {
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid;
}
.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
}
.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
}
.btn.btn-clear:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1);
}
.btn.btn-clear {
	background-color: transparent;
    border-color: #fff;
    color: #fff;
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 12px 0;
  color: #969799;
  border: 1px solid #F0F0F0;
  min-height: 60px; }
  header .top-main-menu {
    display: flex; }
    header .top-main-menu .button-location {
      position: absolute;
      width: 150px;
      cursor: pointer; }
    header .top-main-menu ul.location-list {
      background-color: #fff;
      display: none;
      position: absolute;
      top: 40px;
      left: 10px;
      -webkit-box-shadow: 0 0 8px 1px rgba(64, 67, 69, 0.17);
      box-shadow: 0 0 8px 1px rgba(64, 67, 69, 0.17);
      padding: 5px 0;
      z-index: 1600;
      width: 150px;
      height: 210px;
      border-radius: 5px;
      overflow-x: hidden;
      overflow-y: scroll;
      border: 1px solid #e1e1e1; }
      header .top-main-menu ul.location-list li a {
        display: block;
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        color: #969799;
        transition: .3s;
        font-size: 14px;
        padding: 12px 17px; }
        header .top-main-menu ul.location-list li a:hover {
          transition: .3s;
          background-color: #f5f5f5; }

	.openLocationMega {
		color: #c1cad8;
		margin-top: 40px;
		padding-left: 0;
	}
	.openLocationMega:hover, .openLocationMega:active, .openLocationMega:focus {
		color: #A9B2BE;
	}
	.internal .openLocationMega {
		color: #FFF;
	}

	.openLocationMega .fa {
		margin: 0 0 0 5px;
		line-height: 14px;
	}

	.openLocationMega .fa-map-marker::before {
		font-size: 20px;
		margin-right: 5px;
	}

	.openLocationMega .fa-caret-down {
		font-size: 20px;
		margin-top: 0px;
		margin-left: 7px;
	}

    .openLocationMega .icon--location {
      width: 11px;
      height: 14px; }

    .openLocationMega .title--location {
      display: flex;
      flex-direction: row;
      font-family: proxima-nova, sans-serif;
      margin: 15px 6px 0 2px;
      font-size: 20px; }

      .openLocationMega .title--location .caret-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center; }

    .openLocationMega .caret {
      width: 8px;
      height: 5px;
      margin-left: 6px;
      transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out; }
      .openLocationMega .caret.rotate {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out; }
  header .menu-center-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center; }
  header .menu-center {
    display: flex;
    flex-direction: row;
    align-items: center; }
    header .menu-center li {
      padding: 0 12.5px; }
      header .menu-center li a {
        font-family: proxima-nova, sans-serif;
        font-size: 15px;
        color: #969799; }
      header .menu-center li a:hover {
      	text-decoration: none;
      }

  header .right--location {
    position: absolute;
    right: 20px;
    top: -6px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    header .right--location a {
      display: flex;
      flex-direction: row;
      margin-left: 22px; }
    header .right--location .sign-up {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      color: #969799; }
    header .right--location a.orange-button {
      width: 110px;
      height: 36px; }
	header .right--location a:hover {
		text-decoration: none;
	}

/*
#locationMega {
    background-color: #272f41;
    color: #fff;
    left: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    display: none;
    padding: 45px 0 0;
    z-index: 1000;
}
*/
#locationMega:after {
    content: "";
    background-image: url(../images/menu-bottom-curve.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5vw;
    height: 6vw;
    width: 100%;
}

#locationMega .currentLocation img {
    float: left;
    margin-right: 15px;
}
#locationMega .currentLocation .currentPark {
    float: left;
}
#locationMega .currentLocation .currentPark .heading {
    display: block;
    font-weight: bold;
}
#locationMega .currentLocation .currentPark .park {
    color: #0098ef;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}
#locationMega .currentLocation .address {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
}
#locationMega .contentHoursOpen {
    margin-top: 15px;
    padding: 0;
}
#locationMega .contentHoursOpen .hours {
    font-size: 13px;
	line-height: 1.2;
}
#locationMega .map {
    margin-top: 15px;
}
#locationMega iframe {
    height: 200px;
    max-height: 60vw;
    /*max-width: 300px;*/
    width: 100%;
}

#locationMega .locations-list {
    list-style: outside none none;
    padding: 0;
    font-size: .95em;
}
#locationMega .locations-list a {
	/* color: #FFF200; yellow */
	color: #FF9900;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#locationMega .locations-list a:hover {
    color: #0098ef;
}
#locationMega .location-dd select {
    color: #000;
    font-size: 13px;
    padding: 3px 8px;
    width: 100%;
}

.location-nav {
    border-bottom: 2px solid transparent;
    color: gray;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 25px;
    margin-right: 30px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.location-nav.active {
    border-bottom-color: #fff;
    color: #fff;
}
.locations-construction-contain, .locations-coming-contain {
	display: none;
}

#locationMega .locations-list .list-state {
    font-weight: bold;
    font-size: 16px;
}



ul.submenu li.dropdown > a::after {
    content: "\25BE";
    margin-left: 4px;
}
ul.submenu li.dropdown > a:hover + .dropdown-menu,
ul.submenu .dropdown-menu:hover {
	display: block;
}
ul.submenu .dropdown-menu {
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0px 7px 15px -4px #969799;
	padding: 15px;
	z-index: 1;
	margin-top: 0;
}
ul.submenu .dropdown-menu .dropdown-item {
	display: block;
	padding: 0.35rem 1.5rem;
}
ul.submenu a.activelink {
	color: #00acef;
}
.toplevel .dropdown-menu {
    background-color: #cfcfcf;
    display: none;
    position: relative;
    top: auto;
    left: auto;
    float: none;
    padding: inherit;
    margin: inherit;
    border: none;
    border-radius: unset;
}
.toplevel .first-item-menu.dropdown > a::after {
    content: "\25BE";
    font-size: 25px;
	line-height: 15px;
}
.toplevel .open + .dropdown-menu {
	display: block;
}
.nav-mobile #collapse ul .link.dropdown-item {
    padding: 15px 40px;
}

ul.submenu {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
  padding: 33px 0 50px 0; }
  ul.submenu li {
    padding: 0 20px; }
    ul.submenu li a {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-size: 20px;
      color: #222222;
      transition: .3s; }
    ul.submenu li > a {
      font-family: proxima-nova, sans-serif;
      font-weight: 800;
      font-size: 23px;
      color: #222222;
      transition: .3s; }

      ul.submenu li a:hover {
        transition: .3s;
        opacity: 1;
        text-decoration: none; }
      ul.submenu li > a:hover {
      	opacity: .9;
      	text-decoration: none;
      	color: #5936AC;
      }




.main-info {
  position: relative;
  margin-top: 165px;
  margin-bottom: 345px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #5936AC; }
  .main-info::before {
    content: '';
    top: -165px;
    position: absolute;
    background-image: url("../img/top-main-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    margin-top: 1px; }
  .main-info::after {
    content: '';
    position: absolute;
    background-image: url("../img/blocks-altitude-trampoline.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    margin-top: -1px; }
  .main-info .logo {
    position: relative; }
    .main-info .logo::before {
      content: '';
      top: -180px;
      left: calc(50% - 100.5px);
      position: absolute;
      background-image: url("../img/altitude-trampoline-park-logo.png");
      width: 201px;
      height: 154px; }
  .main-info .text-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff !important; }
    .main-info .text-info h1 {
      text-align: center;
      font-family: proxima-nova, sans-serif;
      font-weight: 800;
      line-height: 1;
      font-size: 100px; }
    .main-info .text-info p {
      margin-top: 13px;
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-size: 22px; }
      .main-info .text-info p i {
        font-family: proxima-nova, sans-serif;
		font-weight: 400;
		font-style: italic; }


  .main-info .tiles {
    margin-top: 55px; }
    .main-info .tiles .tiles-item {
      margin-bottom: 30px;
      overflow: hidden;
      border-radius: 10px; }

      .main-info .tiles .tiles-item .body-item {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        height: 100%;
        width: 100%;
        border-radius: 10px; }

        .main-info .tiles .tiles-item .body-item::before {
          content: '';
          position: absolute;
          background-size: cover;
          background-repeat: no-repeat;
          width: 100%;
          height: 100%;
          border-radius: 10px; }
        /*
.main-info .tiles .tiles-item .body-item.brth::before {
          background-image: url("../img/birthday-cake-altitude.png");
          z-index: 50; }
*/
/*
        .main-info .tiles .tiles-item.body-item.brth:hover {
        	transform: scale(1.2)
        }


*/

.interior-top-logo {
	max-width: 300px;
	margin: 0 auto;
	height: auto;
	position: relative;
	margin-bottom: -200px;
	min-height: 200px;
}
.interior-banner {
    background: url("../img/interior-banner.jpg") center center / cover no-repeat;
}

/* .partypage .interior-banner {
  margin-left: 0px;
  margin-right: 0px;
} */

@media only screen and (max-width: 575px) {
	.interior-banner:not(.mobile-banner) {
		background: #fff !important;
	}
}
.interior-banner.mobile-banner {
	padding-top: 20px;
	padding-bottom: 20px;
}
.interior-banner.mobile-banner .interiorPageHeader {
	margin: 0;
}

.break {
    flex-basis: 100%;
    height: 0;
}

		.tiles-item {
			flex: 0 0 33.333%;
			padding: 0 15px;
			height: 410px;
		}
		.tiles-item.box_1 {
			flex: 0 0 66.667%;
		}
		.tiles-item.box_3, .tiles-item.box_4, .tiles-item.box_5 {
			height: 200px;
		}

		@media (max-width: 766px) {
			.tiles-item.box_1,
			.tiles-item.box_2,
			.tiles-item.box_4,
			.tiles-item.box_5 {
				flex: 0 0 50%;
				height: 40vh;
			}
			.tiles-item.box_3 {
				flex: 0 0 100%;
				height: 45vh;
			}
			.tiles-item .content > p,
			.tiles-item .content > a {
				display: none;
			}
      .bold-title {
        font-size: 24px;
      }
		}

        .bgBlock {
			  width: 100%;
			  height: 100%;
			  background-color: black; /* fallback color */
			  background-image: url("../img/birthday-cake-altitude.png");
			  background-position: center;
			  background-size: cover;
			  transition: all .5s;
			  max-width: 540px;
        }
        .body-item.brth.bgBlock:hover {
		  transform: scale(1.1);
		}



        .cta__box {
		    position: relative;
		    cursor: pointer;
		    width: 100%;
		    background-color: #444;
		    -moz-border-radius: 10px;
		    -webkit-border-radius: 10px;
		    overflow: hidden;
        }
		.cta__box-image {
		    position: absolute;
		    z-index: 5;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    opacity: 1;
		    text-align: center;
		    border-radius: 10px;
		    background: no-repeat center center / cover #7143d6;
		}

		.party .cta__box-image {
			background-image: url("../img/birthday-cake-altitude.png");
		}
		.buyapass .cta__box-image {
			background-image: url("../img/boy_bg.png");
		}
		.specials .cta__box-image {
			background-image: url("../img/trampoline-jumper-having-fun.jpg");
		}
		.directions .cta__box-image {
			background-image: url("../img/altitude-trampoline-map-marker2.jpg");
		}
		/*
.sign-waiver .cta__box-image {
			background: url("../img/waiver-kiosk.jpg") no-repeat center center / cover;
			width: 700px;
			margin-left: -350px;
		}
*/

		.cta__box .content, .view-activities .content {
			text-shadow: 0 0 3px rgba(0,0,0,.2);
		}



        .cta__box-image:after {
		    display: block;
		    height: 60%;
		    position: absolute;
		}
		.cta__box.small .cta__box-image:after {
		    height: 100%;
		}
		.cta__box-image {
		    transition-property: transform,opacity;
		    transition-duration: 0.2s,0.2s;
		    transition-timing-function: ease-out,ease-out;
		}
		.cta__box:hover .cta__box-image {
		    opacity: 0.5;
		    border-radius: 8px;
		    filter: alpha(opacity=50);
		    transform: scale(1.1);
		    transition-property: transform,opacity;
		    transition-duration: 0.2s,0.1s;
		    transition-timing-function: ease,ease-out;
		}



        .main-info .tiles .tiles-item .body-item.book-passes {
          align-items: flex-start; }
          .main-info .tiles .tiles-item .body-item.book-passes .content {
            padding-top: 65px; }
            .main-info .tiles .tiles-item .body-item.book-passes .content h2 {
              margin-bottom: 7px; }
            .main-info .tiles .tiles-item .body-item.book-passes .content p {
              margin-bottom: 20px; }
          /*
.main-info .tiles .tiles-item .body-item.book-passes::before {
            background-image: url("../img/boy_bg.png"); }
*/
        .main-info .tiles .tiles-item .body-item .content {
          display: flex;
          flex-direction: column;
          justify-content: center;
          text-align: center;
          width: 365px;
          position: relative;
          z-index: 100;
          color: #fff;
          border-radius: 10px; }

          .main-info .tiles .tiles-item .body-item .content h2 {
            font-family: proxima-nova, sans-serif;
            font-weight: 800;
            font-size: 40px;
            line-height: 1;
            margin-bottom: 14px; }
          .main-info .tiles .tiles-item .body-item .content p {
            font-family: proxima-nova, sans-serif;
            font-weight: 700;
            font-size: 15px;
            margin-bottom: 25px;
            line-height: 1.2; }
          .main-info .tiles .tiles-item .body-item .content a.violet-button {
            width: 163px;
            align-self: center;
            }

            .main-info .tiles .tiles-item.box_3 .body-item .content h2, .main-info .tiles .tiles-item.box_4 .body-item .content h2, .main-info .tiles .tiles-item.box_5 .body-item .content h2 {
            	font-size: 25px;
            }


      .main-info .tiles .tiles-item.little {
        margin-bottom: 0; }
        .main-info .tiles .tiles-item.little .body-item {
          height: 200px;
          background-color: #7143d6; }
          .main-info .tiles .tiles-item.little .body-item .content {
            height: 100%; }
            .main-info .tiles .tiles-item.little .body-item .content h2 {
              font-family: proxima-nova, sans-serif;
              font-weight: 800;
              font-size: 25px;
              line-height: 1.2; }
    .main-info .tiles .tile-events.body-tile {
      padding: 30px 2px 30px 2px;
      background-color: #fff;
      border-radius: 10px;
      min-height: 100%;
      overflow: scroll;
      max-height: 200px; }
      .main-info .tiles .tile-events.body-tile h2 {
        font-family: proxima-nova, sans-serif;
        font-weight: 800;
        color: #2A3036;
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 19px; }
      .main-info .tiles .tile-events.body-tile .shell-event h3.event-title {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-size: 13px;
        color: #FA9000;
        position: relative;
        margin-bottom: 7px; }
        .main-info .tiles .tile-events.body-tile .shell-event h3.event-title::after {
          position: absolute;
          content: '';
          border-bottom: 2px solid #F0F0F0;
          width: 100%;
          left: 0;
          bottom: -7px; }
      .main-info .tiles .tile-events.body-tile .shell-event .wrapper-item-event {
        padding: 18px 0 27px 0; }
        .main-info .tiles .tile-events.body-tile .shell-event .wrapper-item-event .item-event {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          margin-bottom: 15px; }
          .main-info .tiles .tile-events.body-tile .shell-event .wrapper-item-event .item-event:last-of-type {
            margin-bottom: 0; }
          .main-info .tiles .tile-events.body-tile .shell-event .wrapper-item-event .item-event .thumbnail-profile {
            margin-right: 16px; }
          .main-info .tiles .tile-events.body-tile .shell-event .wrapper-item-event .item-event .info-event {
            display: flex;
            flex-direction: column;
            justify-content: center; }
            .main-info .tiles .tile-events.body-tile .shell-event .wrapper-item-event .item-event .info-event span.time {
              display: flex;
              font-family: proxima-nova, sans-serif;
              font-weight: 400;
              font-size: 12px;
              line-height: 1.2;
              color: #969799; }
            .main-info .tiles .tile-events.body-tile .shell-event .wrapper-item-event .item-event .info-event p.title-info {
              font-family: proxima-nova, sans-serif;
              font-weight: 700;
              font-size: 14px;
              line-height: 1.2;
              color: #2A3036; }
.item-event .event-image {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: no-repeat center center / cover;
}


section.main-notes {
    /* background: #fafafa; */
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}
section.main-content {
	padding: 20px 2% 105px 2%;
}
section.main-content.bg-purple {
	margin-top: -65px;
	padding-top: 85px;
}






.home .homeJumpIntro p {
	font-size: 23px;
	line-height: 32px;
}




.bg-purple {
	background-color: #593BA9;
	color: #fff;
}
.bg-orange {
	background-color: #FD8E00;
	color: #fff;
}
.bg-blue {
	background-color: #35ACEE;
}
section.main-content.bg-purple p {
	color: #fff;
}
.home section.main-content {
	padding-top: 50px;
	background: url(../img/bgTransparentCircle.png) -30% 130% no-repeat;
}

  section.main-content h3 {
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 32px; }
  .home section.main-content h3 {
  	text-align: left;
  }

  section.main-content p {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
    color: #232323;
    line-height: 26px; }

  section.main-content a.orange-button {
    align-self: center;
    width: 157px;
    font-size: 18px;
    line-height: 1.2;
    padding: 11px 30px 11px 30px; }

section.validation {
  padding: 94px 0 90px 0;
  background-color: #F1F5F8; }
  section.validation h3.subtitle {
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    color: #969799;
    margin-bottom: 25px; }
  section.validation h2 {
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    color: #3B424A;
    margin-bottom: 14px; }
    section.validation h2 .color-text {
      color: #5D37B0;
      margin-right: 5px; }
  section.validation p {
    text-align: center;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.4;
    color: #969799;
    margin-bottom: 38px; }

form#mc-embedded-main-subscribe-form {
	width: 100%;
	max-width: 420px;
}
form#mc-embedded-main-subscribe-form .form-wrapper {
	position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  padding-right: 15px;
  width: 100%;
  border-radius: 5px; }
  form#mc-embedded-main-subscribe-form .form-wrapper input {
    border: none;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    color: #969799;
    padding: 13px 15px 11px 15px;
    width: 100%;
    border-radius: 5px;
    letter-spacing: .01em; }
    form#mc-embedded-main-subscribe-form .form-wrapper input::placeholder {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 1.2;
      color: #969799; }
    form#mc-embedded-main-subscribe-form .form-wrapper input:focus {
      outline: none; }
  form#mc-embedded-main-subscribe-form .form-wrapper button.send-in {
    position: absolute;
    outline: none;
    border: none;
    background: #fff;
    opacity: .5;
    width: 41px;
	height: 41px;
	cursor: pointer;
	right: 0;
	top: 0;
	border-radius: 0 5px 5px 0; }
    form#mc-embedded-main-subscribe-form .form-wrapper button.send-in::after {
      content: '';
      top: 0;
      left: 0;
      position: absolute;
      background: url("../img/icon-airplane.png") no-repeat center center;
      width: 100%;
      height: 100%; }
    form#mc-embedded-main-subscribe-form .form-wrapper button.send-in.change-color {
      opacity: 1;
      cursor: pointer; }
.mc-message {
    position: absolute;
    padding: 15px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ddd;
    font-size: 14px;
    color: #333;
    display: none;
    border: 1px solid #fff;
    line-height: 1;
}

footer {
  padding: 82px 0 75px 0; }
  footer .footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #969799; }
    footer .footer-menu .copyright {
      font-family: proxima-nova, sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 1.2; }
    footer .footer-menu .link-menu {
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 1.2;
      display: flex;
      flex-direction: row;
      align-items: center; }
      footer .footer-menu .link-menu li {
        margin-left: 25px; }
        footer .footer-menu .link-menu li a i {
          color: #adadad;
          font-size: 18px;
          font-weight: 400;
          transition: .3s; }
          footer .footer-menu .link-menu li a i:hover {
            transition: .3s;
            color: #969799; }


.row.buyPass {
	margin-bottom: 30px;
}
.row.buyPass .fineprint {
	font-size: .8em;
	line-height: 1.1em;
	display: block;
}
.row.buyPass .disclaimer {
	font-size: .9em;
	line-height: 1.2em;
	font-style: italic;
}

section.main-content .passFinePrint {
    background: #FFF;
    color: #3A434A;
    padding: 5%;
    margin-top: 7%;
}

section.main-content .passFinePrint h3 {
    font-size: 1.9rem;
    margin-bottom: 5px;
}

section.main-content .passFinePrint h5 {
    margin-bottom: 10px;
}

section.main-content .passFinePrint h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

ul.card {
/* 	border: 1px solid #f3f3f3; */
	/* border-bottom: 5px solid #00acef; */
/* 	box-shadow: 5px 5px 25px -5px rgba(0,0,0,.3); */
	padding:0;
	background: #f9f9f9;
	transition: all .3s ease;
	margin-bottom: 30px;
}

ul.card img {
	border-radius: 0;
}
ul.card h3 {
	padding: 0 20px;
}
ul.card p {
	margin: 0;
	padding: 0 20px 20px 20px;
	font-size: 1em;
	line-height: 1.4em;
}
ul.card li a.btn {
	padding: 20px 20px 15px 20px;
	display: block;
	text-align: left;
	margin-top: 10px;
	border-radius: 0;
	color: #00acef;
	box-shadow: inset 0 0 0 0 #00acef;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.5s;
}

ul.card li a.btn:hover {
    box-shadow: inset 0 -100px 0 0 #00acef;

}

ul.card:hover {
/* 	border: 1px solid #eee; */
	/*border-bottom: 5px solid #00acef;*/
	/* box-shadow: -1px 2px 25px 0px rgba(0,0,0,.3); */
	padding:0;
	transition: all .3s ease;
}
ul.card:hover a.btn {
	color: #FFF;
	border-radius: 0;
	display: block;
	transition: all .3s ease;
	box-shadow: inset 0 -100px 0 0 #00acef;
}



.buyPassPage h1 {
	display: block;
}

.bapOnline {
    min-height: 40vh;
    flex: 1;
    margin: 15px;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 30px;
    overflow: hidden;
    background-color: #5d37b0;
    color: #fff;
    box-shadow: 0 0 1px #CCC;
}
.bapOnline-lg {
	flex: 1;
}
.bapOnline.coverBG {
	background: no-repeat center top / cover;
    color: #fff;
}


section.main-content .bapOnline.coverBG p {
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,.45);
    font-weight: 700;
    font-size: 21px;
}
.bapHeader {
    padding: 60px 30px 40px;
    font-size: 2em;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0 6px rgba(0,0,0,.25);
}
.bapOnline .bapBanner {
    margin-bottom: 20px;
}
section.main-content .bapOnline p {
	color: #333;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.2;
}
.bapOnline .btn {
    background-color: #5D37B0;
    border: none;
    display: block;
    margin: 15px auto;
    width: 80%;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
}
.bapOnline .btn:hover {
	background: #8048FF;
}
.bapOnline .btn.bg-orange {
	background-color: #FD8E00;
}


.btnPartyLarge {
	font-size: 1.8rem !important;
	padding: 17px 20px !important;
	line-height: 1.4rem !important;
}
.btnPartyLarge small {
	font-size: 1.1rem;
}

.bapPark {
    /* min-height: 30vh; */
    background-color: #8048FF;
    margin: 10px;
    border-radius: 10px;
    flex: 1;
    color: #fff;
    padding: 30px 20px;
    text-align: center;
}
.bapPark.bg-blue {
	background-color: #35ACEE;
}
.bapPark.bapPark-lg {
	min-height: inherit;
  font-size: 2rem;
  font-weight: 700;
}
section.main-content .bapPark p {
	text-align: center;
	color: #fff;
	line-height: 1.2;
}

.bapPark h3 {
	font-weight: 800;
	margin-top: 30px;
	font-size: 22px !important;
}



@media (max-width: 991px) {
	.bapOnline, .bapPark {
		width: 100%;
		flex: none;
		margin: 10px 0;
	}
}

.faq-answer {
	display: none;
  margin-top: 20px;
}

.faq-button {
	float:right;
	background-color: transparent;
	width: 30px;
  border-radius: 5px;
}

.faq-button::before {
  content: "+";
}

.faq-opened .faq-button::before {
  content: "-";
}

.faq-contain {
  padding: 30px;
  border: 1px #8e8e8e solid;
  margin: 40px 0px;
}

.faq-contain p {
  margin-bottom: 0px !important;
  padding: 5px;
}


.bold-title {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 700;
}

.bold-title-left {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  font-weight: 700;
  margin-top: 0;
}
