/*.entryLevels {
  list-style:none;
  width:100%;
  margin-top:100px;
  text-align:center;
  line-height:1;

}

.entryLevels li {
  width:180px;
  height:250px;
  vertical-align:top;
  position:relative;
  border-radius:10px;
  transition: transform linear .05s;
  max-height:250px;
  background:white;
  text-align:center;
  font-family:'Manrope' !important;
  padding:10px;
  padding-top:25px;
  border:1px solid #e9e9e9;
  margin:15px;
  box-shadow:0px 0px 14px rgb(0 0 0 / 10%);
  clear:both;
  box-sizing:border-box;
  display:inline-block;
}



.entryLevels li.active {
    border:1px solid gray;
}

.entryLevels li:hover {
  transform:scale(1.05);
}

.entryLevels li button {
  background:#fdcb0a;
  color:black;
  border:none;
  position:absolute;
  bottom:15px;
  left:15px;
  height:40px;
  border-radius:10px;
  font-size:16px;
  right:15px;
  font-weight:bold;
}

.entryLevels li .popular {
 background: #6baa75;
  color:white;
  padding:2px 6px;
  display:inline;
  border-radius:3px;
 font-weight:bold;
}
.entryLevels li .tickets {
  font-size:20px;
  font-weight:bold;
}

.entryLevels li .level {
  font-weight:normal;
  margin-bottom:15px;
}

.entryLevels li .price {
  font-size:34px;
  font-weight:bold;
}

*/

.entryLevels li.active {
    /* .entryLevels li:hover {*/
    border:2px solid #ffc701;
    /* height: 248px; */
}

.registerNow {
    background:#fdcb0a;
    color:white;
    position:relative;
    left:0;
    top:0;
    width:100%;
    margin-left:0;
    margin-right:0;
}




body {
 background:#f5f5f5
}


.entrantDetailsInner {
    max-width:1200px;
    margin:0 auto;
    padding:20px;
    padding-top:80px;
    padding-bottom:120px;
}

.entrantDetails .registerNow {
    background:#fdcb0a;
    color:black;
    border-radius:8px;
    font-size:24px; 
    margin-bottom:50px;
    font-weight:bold;
}

.entrantDetails {
    background:white;
    border-top:1px solid lightgray;
}

.heroContainer {
    /* padding-top:147px; */
    position:relative;
    padding-bottom:147px;
    background-color:#feb503;
    /* padding-right: 40px !important; */
    /* padding-left: 40px !important; */
    max-height:350px;
}

.heroImage {
    margin:0 auto;
    width:100%;
    height:100%;
    max-height:350px;
    max-width:1200px;
    background-attachment: initial !important;
    background-size: cover !important;
    background-image: url('/images/money-fall.jpeg');
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}

.heroContainer:before {
    background-color: rgba(0,0,0,1) !important;
    opacity: 0.35 !important;
    content: '';
    position:absolute;
    z-index:1;
    display:block;
    top:0;
    bottom: 0;
    left:0;
    right:0;
}

.heroContents {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
}

.heroContents h2 {
    font-weight:bold;
    font-family:'Manrope';
    text-align:center;
    color:white;
}

.heroContentsInner {
  margin:0 auto;
  padding:60px;
  padding-top:120px;
  width:100%;
  max-width:1200px;
}

.sectionOne {
    padding-top:80px;
    padding:40px;
    margin:0 auto;
}

.sectionOne .tickets {
  background-color:#f6f5f5;
  padding:40px;
}

form label {
    display:block;
    text-align:left;
    font-family:'Manrope';
    margin-bottom:5px;
    color: rgba(125,124,121,1) !important;
}

form input {
    width:100%;
    font-family:'Manrope';
    background:none;
    padding-bottom:5px;
    margin-bottom:25px;
    border:none;
    border-bottom: 1px solid rgba(125,124,121,1);
    outline:none;
}

form textarea {
  background:none;
  width:100%;
  height:150px;
  font-family:'Manrope';
  border:none;
  outline:none;
  border-bottom: 1px solid rgba(125,124,121,1);
}

form {
    padding-top:50px;
    margin:0 auto;
    max-width:800px;
}

form button {
    background:white;
    display:block;
    width:280px;
    height:56px;
    padding:12px;
    text-align:center;
    color:#7d7c79;
    font-family:'Manrope';
    border:none;
    font-weight:bold;
    border-radius:5px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;

}

form select {
    padding:10px;
    border: 1px solid rgba(125,124,121,1)
}
form button:hover {
    background: #7d7c79;
    color:white;
}

.registerForm {
  padding-top:30px;
  /* border:1px solid lightgra */
}

.ticketDetails {
    font-size:12px;
    margin-top:40px;
    clear:both;
    font-family:'Manrope';
}

.openHours {
    margin-bottom:40px !important;
    width:244px;
}
.openHours .item {
    height:30px;
    clear:both;
}

.openHours .item dt {
    float:left;    
    font-size:12px;
    font-weight:normal;   
}

.openHours .item dd {
    float:right;
    font-size:12px;
}


input.invalid {
    border-bottom:2px solid red;
}

.errorMsg {
    margin-top:20px;
    color:red;
    font-weight:bold;
    font-family:'Manrope';
}

form {
    width:100%;
}
select {
    max-width:100%;
    width:100%;
}



@media screen and (min-width: 1200px) {
    .sectionOne {
        max-width:1200px;
        width:100%;
    }

    .registerForm {
        padding-left:40px;
    }

    .heroContents h2 { 
        font-size:50px;
    }

}
@media screen and (min-width: 768px) {
    .registerForm {
        padding-left:40px;
    }

    .heroContents h2 { 
        font-size:30px !important;
    }
}
