/* ----------------------------------------------------------------
	NECESSARY FOR SCRIPTS
-----------------------------------------------------------------*/
.hide {
	display: none;
}


/* ----------------------------------------------------------------
	FONTS
-----------------------------------------------------------------*/
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-Bold.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamUltra-Italic.ttf');
  font-display: swap;
}


/* ----------------------------------------------------------------
	TYPOGRAPHY Styles
-----------------------------------------------------------------*/
p {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;/* or 129% */
	letter-spacing: -0.03em;
}

h1 {
	font-family: 'Oswald';	
	font-weight: 700;
	font-size: 54px;
	line-height: 60px;/* or 125% */
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	margin: 0px;
}

h1-2 {
	font-family: 'Oswald';
	font-weight: 700;
	font-style: normal;	
	font-size: 40px;
	line-height: 50px;/* or 122% */
	text-align: center;
	color: #FFFFFF;
}

h2 {
	font-family: 'Oswald';
	font-weight: 700;
	font-style: normal;	
	font-size: 27px;
	line-height: 33px;/* or 122% */
	color: #FDD900;
}

h2-2 {
	font-family: 'Oswald';
	font-weight: 700;
	font-style: normal;	
	font-size: 27px;
	line-height: 33px;/* or 122% */
	color: #FFFFFF;
}

h3 {
	font-family: 'Oswald';
	font-weight: 700;
	font-style: normal;	
	font-size: 22px;
	line-height: 25px;/* or 114% */
	text-align: center;
	color: #FDD900;
	margin: 10px;
}

h3-2 {
	font-family: 'Oswald';
	font-weight: 400;
	font-style: normal;	
	font-size: 22px;
	line-height: 25px;/* or 114% */
	color: #FFFFFF;
}


h4 {
	font-family: 'Oswald';
	font-weight: 100;
	font-style: normal;	
	font-size: 15px;
	line-height: 20px;/* or 133% */
	text-align: center;
	color: #FFFFFF;
	margin: 10px;

}

h4-2 {
	font-family: 'Oswald';
	font-weight: 100;
	font-style: normal;	
	font-size: 15px;
	line-height: 20px;/* or 133% */	
	color: #FFFFFF;
}

h5 {
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Lato', sans-serif;
}

/* for the 'Please Note' section */
h6 {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;/* or 154% */
	text-align: center;
	color: #FFFFFF;
	margin: 0px;

}

/* for form sub text under 'Employee Number' */
h7 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;/* or 133% */
	letter-spacing: -0.03em;
	color: #232358;
}


/* for footer text 'In support of' */
h8 {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 700;
	font-size: 18.7826px;
	line-height: 25px;/* or 133% */
	text-align: center;
	color: #262569;
}


/* ----------------------------------------------------------------
	COLORS
-----------------------------------------------------------------*/

.white {
	color: #FFFFFF!important;
}

.white-bg {
	background-color: #FFFFFF!important;
}

.midnight {
	color: #131333!important;
}

.navy {
	color: #232358!important;
}

.navy-bg {
	background-color: #232358!important;
}

.cyan {
	color: #00B3DC!important;
}

.yellow {
	color: #FDD900!important;
}

/* ----------------------------------------------------------------
	BODY
-----------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;	
	letter-spacing: -0.03em;	
	margin: 0;
	padding: 0;
}
a {
  color: inherit !important;
  text-decoration: none !important;
}
a:hover {
  color: #fdd900;
}


hr {
  width: 80%;
  margin: 10px 0px;
  color: #ffffff;
}


/* ----------------------------------------------------------------
	HEADER
-----------------------------------------------------------------*/
.header{
background-color: #FFFFFF;	
}

.header {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 182px;
}
.header .logo {
    height: 182px;
    padding: 41px 0;
}

.header-shadow {
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
}


/* ----------------------------------------------------------------
	HERO SECTION
-----------------------------------------------------------------*/
  .hero {
    height: 850px !important;
  }
  .hero .hero-cont {
    height: auto !important;
    margin: 80px auto !important;
  }
.hero {
  background: url('../images/hero-image-boat.jpg');
  width: 100%;
  height: 932px;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  color: #ffffff;

  display: inline-block;
  cursor: default;
}
.hero .hero-cont {
  margin: 200px auto 0;
  max-width: 855px;  
  background: #232358a3;  
  padding-bottom: 30px;
}
.hero .hero-text div {
  padding: 15px;
	
}
.hero .hero-cont .title {
  font-size: 40px;
  padding-top: 69px;
}
.hero .hero-cont .content {
  padding: 15px 10%;
}



/* ----------------------------------------------------------------
	FORM CONTAINER
-----------------------------------------------------------------*/
.background-container{
  width: 100%;
  color: #ffffff;
  background-color: #232358;
  text-align: center;
}




/* ----------------------------------------------------------------
	RADIO BUTTONS
-----------------------------------------------------------------*/


.checked {
  background-image:URL("../images/checked-icon.png");
}

.unchecked {
  background-image:URL("../images/unchecked-icon.png");
}


.btn-radio {
  border: none;
  padding: 10px 10px;
	background-color: #FFFFFF00;
	height: 9px;
	width: 9px;
	background-repeat: no-repeat;
	background-position: center;
  cursor: pointer;
  color: white;
  position: relative;

}


/* ----------------------------------------------------------------
	TICKET BOXES
-----------------------------------------------------------------*/
.selection-container{
	padding: 20px 11px 15px;
	background: #131333;
	border: 2px solid #FEDA00;
	box-shadow: 0px 0px 5px rgba(5, 5, 35, 0.25);
	height: 150px;
	font-size: 17px;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
	.selection-container{
		padding: 35px 11px 15px;

		background: #131333;
		border: 2px solid #FEDA00;
		box-shadow: 0px 0px 5px rgba(5, 5, 35, 0.25);
		height: 150px;
		font-size: 12px;
	}
}
@media only screen and (max-width: 767) {
	.selection-container{
		padding: 35px 11px 15px;

		background: #131333;
		border: 2px solid #FEDA00;
		box-shadow: 0px 0px 5px rgba(5, 5, 35, 0.25);
		height: 150px;
		font-size: 17px;
	}
}


/* used for callout banner 'Dream Pack 1/2' */
.ribbon {
  width: 110px;
  font-size: 14px;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  padding: 0px;
  position: absolute;
  right: -0px;
  top: -0px;
  text-align: center;
  border-radius: 0px;
  transform: rotate(0deg);
  background-color: #FDD900;
  color: #232358;
}



/* ----------------------------------------------------------------
	TICKET SUMMARY
-----------------------------------------------------------------*/
.tkt-summary {
  border: 1px solid black;
  width: 100%;
  margin: 0 auto;
  background-color: #00b3dc;
  color: #ffffff;
  padding: 0 42px 50px;
}
.tkt-summary .title {
  text-align: left;
  background-color: #131333;
  padding: 15px;
  width: 100%;
  margin-bottom: 25px;
}
.tkt-summary .col {
  width: 50%;
  float: left;
  display: inline-block;
}
.tkt-summary .right {
  padding-top: 48px;
}
.tkt-summary {
  display: inline-block;
}
#BilledAmount {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}


/* ----------------------------------------------------------------
	ORDER FORM
-----------------------------------------------------------------*/
.tkt-info{
	background: #FFFFFF;
	color: #000000;
	padding: 37px;
	text-align: left;
}
.tkt-info-class{
	width: 100%;
	padding: 7px;
	border-radius: 0px;
	border: 2px solid #131333;
}
.order-info-title{
	text-align: left;
}
.age18confirm {
	/*display: flex !important;*/ 
	flex-direction: row !important; 
	justify-content: center !important; 
	align-items: center;
}
.email-box{
	  border: 2px solid #00b3dc;
  padding: 25px !important;
 
}
.email-box-text{
	text-align: center;
}
.tkt-type {
  margin: 0 auto;
  background-color: #131333;
  padding: 42px 37px;
}
.tkt-type .email-text{
	font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 30px;
}
.tkt-type-title {
  text-align: left;
	font-family: 'Oswald';
font-style: normal;
font-weight: 700;
font-size: 27px;
line-height: 33px;
}


/* ----------------------------------------------------------------
	SUBMIT BUTTON
-----------------------------------------------------------------*/
.order-submit {
  background-color: #fdd900;
  color: #232358;  
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  border-radius: 5px;
  padding: 10px 15px;
  border: none;
  margin-top: 20px;
}


/* ----------------------------------------------------------------
	SUCCESS MESSAGES
-----------------------------------------------------------------*/
.success-message .confirm {
  padding: 50px 20px;
  margin: 40px;
  background-color: #131333;
}
.success-message .body {
  padding: 30px;
  text-align: left;
  width: 70%;
  margin: 0 auto;
}
.body-cont .success-message .body div {
  padding: 10px 0;
}


/* ----------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------*/
.footer {
    background-color: #232358;
	
	margin-bottom: -30px;
}
.footer .links {
    display: flex;
    color: #FFFFFF;
}
.footer .links .col {
    width: 40%;
    float: left;
    
    padding: 50px 0;
    text-align: left;
}
.footer .links .right {
    text-align: right !important;
}
.footer .cred {    
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.footer .cred img {
    height: 75px;
    padding: 0 30px;
    vertical-align: middle;
}
@media only screen and (max-width: 600px) {
    .footer .links {
        display: block !important;
    }
    .footer .links .col {
        width: 90% !important;
        float: none !important;
        text-align: center !important;
        padding: 20px 0 !important;
    }
    .footer .cred {
        height: auto !important;
    }
    .footer .cred img {

       padding: 10px !important;
   
    }
}


/* ----------------------------------------------------------------
	MARGIN & PADDING Helper Styles
-----------------------------------------------------------------*/
.nomargin { margin: 0px !important; }

.topmargin { margin-top: 3rem !important; }

.bottommargin { margin-bottom: 3rem !important; }

.topmargin-sm { margin-top: 2rem !important; }

.bottommargin-sm { margin-bottom: 2rem !important; }

.topmargin-lg { margin-top: 5rem !important; }

.bottommargin-lg { margin-bottom: 5rem !important; }



/* ----------------------------------------------------------------
	Styles RULES OF PLAY
-----------------------------------------------------------------*/
.rule .header {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
	
}
.rules {
    margin: 0 auto;
    max-width: 798px;
	padding: 0px 20px;
}


/* ----------------------------------------------------------------
	Styles FAQS
-----------------------------------------------------------------*/
.faq .header {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
}
.faqs {
    margin: 0 auto;
	max-width: 798px;
	padding: 0px 20px;;
}
.faqs .qa {
    padding: 10px 0;
}
.faqs .q {
    font-weight: 700;
    font-size: 18px;
	margin-bottom: 5px;
}
.faqs .a {
    margin-bottom: 15px;
}
.faqs .a ul {
    margin: 0;
}

