
* {	
	margin:0;
	padding:0;
}
body {
	background:#ffffff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin-bottom:15px;
}
.fix {
	overflow:hidden;
}
.align-center {
	text-align: center;
}
.floatleft {
	float:left;
}
.floatright {	
	float:right;	
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
img {
	border:none;
	max-width:100%
}
span {
	color: red;
}
.column {
	width: 1024px;
	margin:0px auto;
	display:block;
	transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-webkit-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;	
}
.logo img {
	padding: 10px;
}
.hero-img {
	background-image: url(img/banner.jpg);
}
.hero-img img {
	display: block;
	width:100%;
}
.hero-area-img-mobile {
	display: none;
}
/* Home Page CSS Start */
.hero-area-content {
	background: #008cd3;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hero-area-img {
	background: #008cd3;
	border-bottom: 10px solid #008cd3;
}
.hero-btn {
	margin-bottom: 15px;
	text-align: center;
}
.hero-btn p {
	background: #012b5b;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
}
.hero-btn p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 30px 8px 30px;
	display: inline-block;
	text-transform: uppercase;
}
.hero-events img {
	max-width: 35px;
	float: left;
	position: relative;
	top: -4px;
}
.hero-events-left, .hero-events-right {
	float: left;
	width: 38%;
	padding-bottom: 10px;
	padding-left: 12%;
}

.hero-events-center{
	width: 100%;
	padding-bottom: 10px;
	text-align:center;
}

.hero-events-left h3, .hero-events-right h3, .hero-events-center h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 5px;
}
.hero-btn img {
	float: left;
	max-width: 35px;
	position: relative;
	top: -5px;
}
.hero-events-left p, .hero-events-right p  {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

.hero-events-center p  {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

.form-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
/*/
.form-section h3 {
	padding-bottom: 10px;
	padding-top: 10px;
} */
.checkbox-left input[type="checkbox"], .checkbox-right input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 8px;
	accent-color: #2DFC25;
}
.form-member-info {
	padding-top: 20px;
	padding-bottom: 20px;
}
.form-member input {
	width: 320px;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	margin-right: 30px;
	margin-bottom: 15px;
}
.radio input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-top: 20px;
	margin-right: 10px;
	accent-color: #2DFC25;
}
.board-member input[type="radio"] {
	width: 18px;
	height: 18px;
	margin-left: 20px;
	position: relative;
	top: 1px;
	accent-color: #2DFC25;
}
.party select {
	width: 250px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
	margin-left: 20px;
}
.party-access select {
	width: 250px;
	height: 35px;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
}
.resort-hotel input[type="radio"] {
	width: 18px;
	height: 18px;
	margin-left: 20px;
	position: relative;
	top: 1px;
	accent-color: #2DFC25;
}
.if-so-where input {
	width: 250px;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	margin-left: 15px;
}
.transportation-travel input[type="radio"] {
	width: 20px;
	height: 20px;
	accent-color: #2DFC25;
}
.aggrement-area {
	margin-top: 20px;
	margin-bottom: 20px;
}
.aggrement-area input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	accent-color: #2DFC25;
}
.form-submit .submit-btn {
	background: #012b5b;
	color: #fff;
	border: 0;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	padding: 15px 40px;
	border-radius: 10px;
	letter-spacing: 1px;
}
.form-submit {
	margin-bottom: 50px;
}
#radio-display {
	display: none;
}
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #012b5b;
	border-radius: 10px;
}
.accordion-button.collapsed {
	background: #008cd3;
	color: #fff;
	margin-bottom: 5px;
}
.accordion-item {
	border: 0;
}
.accordion-button:focus {
	border-color: #fff;
	box-shadow: none;
}
.accordion-button h5 {
	margin-bottom: 0;
}
.accordion-button::after {
	background-image: url("");
}
.accordion-button:not(.collapsed)::after {
	background-image: url("");
}

/* .accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
} */
input[type="radio"] {
	accent-color: #2DFC25;
	margin-left: 10px;
}
.fix.form-format {
	background: #D5F6FE;
	padding: 30px;
	margin-bottom: 10px;
}


/* Home Page CSS End */

/* ######################## */

/* Thank You Page CSS Start */
.tnx-hero-area-img {
	background: #008cd3;
	padding-top: 8px;
	padding-bottom: 0;
}
.check-mark-img img {
	max-width: 120px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.register-content h2 {
	margin-bottom: 15px;
}
.register-content p {
	margin-bottom: 30px;
	line-height: 25px;
}
.tnx-btn {
	margin-bottom: 5px;
	text-align: center;
}
.tnx-btn p {
	background: #012b5b;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
}
.tnx-btn p a {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 12px 35px;
	display: inline-block;
}
.return-to-home {
	padding-bottom: 50px;
}
.fix.return-to-home p {
	border-bottom: 1px solid #008cd3;
	display: inline-block;
	padding-bottom: 2px;
	font-size: 16px;
}
.return-to-home p a {
	color: #008cd3;
	text-decoration: none;
}

.checkbox-left {
	padding-right: 20px;
}


/* Thank You Page CSS End */

/* MODAL */
.open-modal {
	cursor: pointer;
	color:blue;
  }
  #mask {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	display: none;	
	background: black;
	z-index: 98;
	opacity: 0.8;
  }
  .modal-open {
	overflow: hidden;
  }
  .modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	max-height: 80vh;
    overflow-y: auto;
  }
  .modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
  }
  .modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
  }
  .modal-open .modal { 
	overflow-x: hidden;
	overflow-y: auto;
  }
  .close-modal {
	color:  #000;
	text-decoration: none;
	float: right;
	position: absolute;
	top: 10px;
	right: 20px
  }
  @media (max-width : 37.500rem) {
	.modal {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  margin: 0;
	  padding: 1.250rem;
	  overflow-y: auto;
	}
	.close-modal{
	  display: block;
	 position: relative;
	 padding: 5px 10px 20px 0
	} 
	.modal-content{
	  clear: both;
	  padding-right: 1.25rem
	} 
  }

  .modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
  }
  .modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
  }
  .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
  }
  .modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
  }
  .modal-header .close {
	margin-top: -2px;
  }
  .modal-title {
	margin: 0;
	line-height: 1.42857143;
  }
  .modal-body {
	position: relative;
	padding: 15px;
  }
  .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
  }
  .close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
  }
  button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
  }
  .close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
  }
  @media (min-width: 768px) {
	.modal-dialog {
	  width: 600px;
	  margin: 30px auto;
	}
	.modal-content {
	  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
	  width: 300px;
	}
  }
  @media (min-width: 992px) {
	.modal-lg {
	  width: 900px;
	}
  }
  [role="button"] {
	cursor: pointer;
  }
  .hide {
	display: none !important;
  }
  .show {
	display: block !important;
  }
  .invisible {
	visibility: hidden;
  }
  .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
  }
  .hidden {
	display: none !important;
  }
  .affix {
	position: fixed;
  }
  
  