@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,700');

html {
  box-sizing: border-box
}

*, *::after, *::before {
  box-sizing: inherit
}

.center-floats {
  float: left;
  position: relative;
  left: 50%
}

.center-floats>.inner {
  float: left;
  position: relative;
  left: -50%
}

.clearfix::after {
  clear: both;
  content: "";
  display: table
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px
}

.container:after {
  content: "";
  display: table;
  clear: both
}

html {
  font-size: 62.5%
}

body {
  color: #4A4A4A;
  font-family: "Roboto Slab", serif;
  font-size: 18;
  line-height: 1.5;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem
}

*, *:focus, *:hover, a, a:focus, a:hover {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: none
}

h1 {
  font-size: 18;
  line-height: 1;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase
}

h1.line {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 900;
  text-align: center;
  color: #232221;
  position: relative;
  margin: 0 0 25px;
  line-height: 1;
  text-transform: uppercase
}

h1.line span {
  background: #fff;
  display: inline-block;
  padding: 0 25px;
  position: relative;
  z-index: 2
}

h1.line:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  height: 1px;
  background: rgba(210, 210, 210, 0.25);
  left: 0;
  top: 50%;
  z-index: 1
}

h1 a {
  text-decoration: none
}

h1+p, h1+ul, h1+ol {
  margin-top: 0
}

h1 {
  font-size: 25px;
  font-size: 2.5rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 30px;
    font-size: 3rem
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 45px;
    font-size: 4.5rem
  }
}

@media screen and (min-width: 1600px) {
  h1 {
    font-size: 65px;
    font-size: 6.5rem
  }
}

a {
  color: #004772;
  transition: all 400ms cubic-bezier(0.24, 0.52, 0.33, 0.99)
}

a:active, a:focus, a:hover {
  text-decoration: none
}

img, picture {
  margin: 0;
  max-width: 100%;
  height: auto
}

strong, b {
  font-weight: 500
}

.arrow {
  position: relative;
  padding-left: 35px;
  color: #232221;
  text-decoration: none;
  display: inline-block
}

.arrow:before {
  transition: all 400ms cubic-bezier(0.24, 0.52, 0.33, 0.99);
  position: absolute;
  
  color: #232221;
  font-size: 20px;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: block;
  text-decoration: none;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 20px;
  float: left;
  top: 3px;
  left: 0;
  right: auto
}

.arrow:hover:before, .arrow:focus:before {
  left: 0px
}

html.overlayed {
  overflow: hidden
}

html.overlayed body {
  overflow: hidden
}

body {
  margin: 0;
  padding: 0;
  background: #f3f3ef
}

#page {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 75px;
  position: relative
}

@media screen and (min-width: 600px) {
  #page {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media screen and (min-width: 768px) {
  #page {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (min-width: 1600px) {
  #page {
    padding-left: 60px;
    padding-right: 60px
  }
}

@media screen and (min-width: 1900px) {
  #page {
    padding-left: 6%;
    padding-right: 6%
  }
}

@media screen and (min-width: 600px) {
  #page {
    margin-top: 100px
  }
}

@media screen and (min-width: 768px) {
  #page {
    margin-top: 100px
  }
}

@media screen and (min-width: 1200px) {
  #page {
    margin-top: 100px
  }
}

#page:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  height: 400px;
  z-index: 4;
  position: fixed;
  top: 75px
}

@media screen and (min-width: 600px) {
  #page:after {
    top: 100px;
    height: 800px
  }
}

@media screen and (min-width: 768px) {
  #page:after {
    top: 100px
  }
}

@media screen and (min-width: 1200px) {
  #page:after {
    top: 100px
  }
}

#main-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  position: relative;
  z-index: 5;
  background: #fff;
  margin-bottom: 80px
}

#main-wrap:after {
  content: "";
  display: table;
  clear: both
}

#main-wrap:after {
  content: "";
  display: table;
  clear: both
}

#main {
  position: relative;
  padding: 30px 20px 80px;
  background: #fff;
  min-height: 450px
}

@media screen and (min-width: 600px) {
  #main {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media screen and (min-width: 1200px) {
  #main {
    padding: 60px 60px 130px
  }
}

.logo {
  width: 147px
}

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 10;
  color: #4A4A4A;
  background: #fff
}

#header .inner {
  padding-left: 10px;
  padding-right: 10px;
  height: 75px;
  padding-top: 20px
}

@media screen and (min-width: 600px) {
  #header .inner {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media screen and (min-width: 768px) {
  #header .inner {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (min-width: 1600px) {
  #header .inner {
    padding-left: 60px;
    padding-right: 60px
  }
}

@media screen and (min-width: 1900px) {
  #header .inner {
    padding-left: 6%;
    padding-right: 6%
  }
}

@media screen and (min-width: 600px) {
  #header .inner {
    height: 100px;
    padding-top: 30px
  }
}

@media screen and (min-width: 768px) {
  #header .inner {
    height: 100px
  }
}

@media screen and (min-width: 1200px) {
  #header .inner {
    height: 100px
  }
}

#header .container {
  position: relative;
  width: 100%
}

#header .logo {
  float: left;
  width: 50%;
  text-align: left
}

#header .logo img {
  width: 130px;
padding-top:5px;
}

@media screen and (min-width: 768px) {
  #header .logo {
    text-align: center;
    width: 40%
  }
}

#header .phone {
  font-size: 10px;
  font-size: 1rem;
  float: left;
  text-align: right;
  width: 50%
}

#header .phone span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1
}

@media screen and (min-width: 768px) {
  #header .phone {
    width: 30%;
    font-size: 12px;
    font-size: 1.2rem
  }
  #header .phone span {
    font-size: 22px;
    font-size: 2.2rem
  }
}

#header a.arrow {
  font-size: 3px;
  font-size: 1.2rem;
  display: none;
  color: #4A4A4A;
  text-align: left
}

#header a.arrow:before {
  color: #4A4A4A;
  top: 3px
}

@media screen and (min-width: 600px) {
  #header a.arrow {
    float: left;
    width: 30%;
    margin-top: 10px
  }
}

@media screen and (min-width: 768px) {
  #header a.arrow {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 12px;
    font-weight: 500
  }
  #header a.arrow:before {
    top: 3px
  }
}

#page-title {
  padding: 20px 20px 20px;
  text-align: center;
  position: relative;
  z-index: 5;
  /*font-family: "PF Din Text Cond W01 Bold"*/
}

@media screen and (min-width: 768px) {
  #page-title {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media screen and (min-width: 1200px) {
  #page-title {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

#footer {
  position: relative;
  z-index: 5;
  text-align: center
}

#footer .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px
}

#footer .container:after {
  content: "";
  display: table;
  clear: both
}

#footer .footer {
  /*background: #fff;*/
  color: #4A4A4A
}

#footer .foot>.wrapper {
  /*background: #f3f3ef url("https://ecommerce.jaypeakresort.com/inntopia/images/pattern-diagonal.png") 0 0;*/
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center
}

@media screen and (min-width: 600px) {
  #footer .foot>.wrapper {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media screen and (min-width: 768px) {
  #footer .foot>.wrapper {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (min-width: 1600px) {
  #footer .foot>.wrapper {
    padding-left: 60px;
    padding-right: 60px
  }
}

@media screen and (min-width: 1900px) {
  #footer .foot>.wrapper {
    padding-left: 6%;
    padding-right: 6%
  }
}

@media screen and (min-width: 768px) {
  #footer .foot>.wrapper {
    display: table;
    height: 100%;
    width: 100%;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media screen and (min-width: 1200px) {
  #footer .foot>.wrapper {
    padding-left: 65px;
    padding-right: 65px
  }
}

#footer .phone {
  text-align: center
}

#footer .phone .logo {
  margin-bottom: 15px;
  display: inline-block
}

@media screen and (min-width: 600px) {
  #footer .phone .logo {
    margin: 0 20px 0 0;
    display: inline-block
  }
}

@media screen and (min-width: 1024px) {
  #footer .phone .logo {
    margin-right: 50px
  }
}

#footer .phone p {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

@media screen and (min-width: 600px) {
  #footer .phone p {
    display: inline-block;
    text-align: left
  }
}

#footer .phone p span {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1
}

#footer .sole>.wrapper {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: rgba(74, 74, 74, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  padding-bottom: 20px
}

#footer .sole>.wrapper:after {
  content: "";
  display: table;
  clear: both
}

@media screen and (min-width: 600px) {
  #footer .sole>.wrapper {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media screen and (min-width: 768px) {
  #footer .sole>.wrapper {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (min-width: 1600px) {
  #footer .sole>.wrapper {
    padding-left: 60px;
    padding-right: 60px
  }
}

@media screen and (min-width: 1900px) {
  #footer .sole>.wrapper {
    padding-left: 6%;
    padding-right: 6%
  }
}

@media screen and (min-width: 600px) {
  #footer .sole>.wrapper {
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media screen and (min-width: 1200px) {
  #footer .sole>.wrapper {
    padding-left: 65px;
    padding-right: 65px
  }
}

#footer .sole .address {
  margin-bottom: 20px
}

#footer .sole .address a {
  display: inline-block;
  padding-top: 25px;
  text-decoration: none
}

#footer .sole .address a:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (min-width: 600px) {
  #footer .sole .address {
    margin-bottom: 0
  }
  #footer .sole .address a {
    padding: 0
  }
  #footer .sole .address a:before {
    left: 0;
    -webkit-transform: none;
    transform: none
  }
}

#footer .sole a {
  color: rgba(74, 74, 74, 0.55)
}

#footer .sole a:hover, #footer .sole a:hover:before {
  color: #4A4A4A
}


.header {
height:100px;

}

.container-body {
background-color: #f3f3ef;
}


.container-body {
margin:0px !important;
padding-top:20px !important;
padding-bottom:20px !important;
background-color: #f3f3ef;
}

.container-body:before {
    content: "BUY & RELOAD";
    display: block;
    font-size: 45px;
    line-height: 45px;
    font-size: 4.5rem;
    line-height: 1;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    color: #4a4a4a;
    /* font-family: "PFDinTextCondW01-Bold"; */
    padding-top: 40px;
    padding-bottom: 40px;
}


@media (min-width: 1200px) {
.row {
margin-left:0;
}
}
.foot {
background-image: url("https://3f588796ecbd7fa85743-cffef26f965f483c266bb5a741052166.ssl.cf1.rackcdn.com/jay-peak-pattern-diagonal.png");
background-repeat:repeat;
}

.container-fluid.body {
max-width:1150px !important;
}

a.arrow {
    background: url(https://www.activewestbuilders.com/content/themes/gj-boilerplate/img/icon-arrow-left-grey.svg?x80802);
    background-size: 5% 111%;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1006px){
.accordion-inner {
    background-color: unset;
}
}

/*new calendar button colors nov2020  */
#categoryButtons button,
#categoryButtonsInitialize button {
    padding: 4px 10px;
    font-weight: 700;
}
/* infant */
.badge-cat1 {
    background-color: #ffa500 !important;
}
/* young adult */
.badge-cat4 {
    background-color: #4f6b23 !important;
}
/* teen added 04202022*/
.badge-cat5 {
    background-color: #004772 !important;
}
/* adult added 04202022*/
.badge-cat8 {
    background-color: #4f6b23 !important;
}
/* senior */
.badge-cat9 {
    background-color: #004772 !important;
}
/* senior plus */
.badge-cat10 {
    background-color: #004772 !important;
}

/* special notice styles nov2020 */
#specialNotice {
    background-color: #004772;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 20px;
}
#specialNotice strong {
    font-weight: 700;
}
#specialNotice a {
    color: #fff;
    font-weight:700;
}
#specialNotice a:hover {
    text-decoration:underline;
}
/* DISCLAIMER MODAL STYLES */
#discModal {
	display:flex;
}
.disc-container {
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.65);
	position: fixed;
	top:0px;
    z-index: 9999;
    justify-content: center;
}
.disc-modal {
	position:inherit;
	top:5%;
	width:500px;
	background-color:#fff;
	padding: 0 15px;
	display:flex;
	flex-direction: column;
}
.close-modal {
	width: 100%;
    height: 30px;
    position: relative;
    z-index: 999;
    display: none;
    justify-content: center;
}
.close-div {
	text-align: right;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 700;
    color: #ccc;
	display:none;
}
.disc-header {
	font-size: 22px;
    padding: 15px;
    background-color: #f5f5f5;
    color: #116C4A;
	margin-top: 15px;
}
.disc {
	width: 100%;
	padding: 0 15px;
}
.disc-content>span {
    padding: 0 15px;
    display: inline-block;
}
.disc-content a {
    font-weight: 700;
}
.disc-content a:hover {
    text-decoration:underline;
}
.cont {
	margin: 5px auto;
    border: none;
    color: #000000;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
}
.cont:hover, .cont:active {
	background-color:#ccc;
}
.cont i {margin-right: 10px;}
#proceedButton {
    margin: 15px auto;
    border: none;
    background-color: #116C4A;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    font-family: "Roboto Slab", serif;
}
#proceedButton:hover, #proceedButton:active {
	background-color:#004674;
}
#proceedButton i {
	font-family: fontAwesome;
    font-style: unset;
    margin: 0 0 0 10px;
}
@media only screen and (max-width: 767px) {
	.disc-container, .disc-modal {width:100%}
	.modal-body {
		max-height: unset;
	}
}
/* END DISCLAIMER MODAL STYLES */

/* hiding calendar alert in header */
#calAlert {
    display: none !important;
}
/* adjusting height of calendar modal */
#selectorModal {
    height: auto;
}

/* calendar notice below filter */
#calFilterNotice{
	background-color:#f3f3ef;
	padding:20px;
	font-size:1.5rem;
	margin:10px;
}
#calFilterNotice strong{
	font-weight:700;
}

/* lift ticket calendar eclipse notice apr 2024 */
.eclipseNote {
    background-color: #000000;
    color: #F6F1D5;
    padding: 20px;
}
.eclipseNote .fa-eclipse {
    padding-right: 20px;
	color: #F6E37A;
}
.eclipseNote span {
    font-weight: 700;
}
.eclipseNote a {
    color: #F6E37A;
	font-weight: 700;
}
.eclipseNote a:hover {
    text-decoration: underline;
}
.itinEclipseNote {
    background-color: #000000;
    color: #F6F1D5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
}
.itinEclipseNote .fa-eclipse {
    color: #F6E37A;
}