@charset "UTF-8";

/* Mobile first styles */

/*Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
	font-family: 'Roboto Condensed', sans-serif;
	color: #34363B;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Staatliches', cursive;
	text-transform: uppercase;
	letter-spacing: .1rem;
}

h2 {
	font-size: 2rem;
}

li {
	margin-bottom: 10px;
}

h3 {
	font-size: 1.5rem;
}

h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
}

.h7 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
}

.large {
	font-size: 1.2rem;
}

/*Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color: #40B0AE;
	font-weight: 500;
	border-bottom: 1px solid transparent;
	-webkit-transition: ease all .3s;
	-o-transition: ease all .3s;
	transition: ease all .3s;
}

nav a {
	color: #40B0AE;
	font-weight: 500;
	border-bottom: 1px solid transparent;
	-webkit-transition: ease all .3s;
	-o-transition: ease all .3s;
	transition: ease all .3s;
}

.girl .main-menu a {
	color: #34363B;
}

.girl .navigation-link {
	color: #34363B;
}

.girl .main-menu a:hover {
	color: #4ad8be;
}

a:hover {
	color: #40B0AE;
	border-bottom: 1px solid #40B0AE;
	text-decoration: none;
}

.girl a:hover {
	color: #da6349;
	border-bottom: 1px solid #da6349;
	text-decoration: none;
}

.girl a {
	color: #da6349;
}

.girl footer a {
	color: #40B0AE;
}

a:focus {
	outline: none;
}

a:active {
	outline: none;
}

.link:after {
	content: "\f019";
	font-size: .9em;
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	padding-left: 5px;
	padding-right: 3px;
}

.offsite-link:after {
	content: "\f08e";
	font-size: .7em;
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	padding-left: 5px;
	padding-right: 3px;
}

/* default button styles */
.btn {
	color: #fff;
	letter-spacing: .1rem;
	border-radius: 0;
	padding: 5px 20px;
	-webkit-transition: ease all .35s;
	-o-transition: ease all .35s;
	transition: ease all .35s;
	display: inline-block;
	border: 2px solid;
	font-family: 'Staatliches', cursive;
	text-transform: uppercase;
	text-align: center;
	height: 48px;
	font-size: 25px;
	border-color: #fff;
}

.girl .btn {
	color: #fff;
	border-radius: 0;
	padding: 5px 20px;
	-webkit-transition: ease all .35s;
	-o-transition: ease all .35s;
	transition: ease all .35s;
	display: inline-block;
	border: 2px solid;
	font-family: 'Staatliches', cursive;
	text-transform: uppercase;
	text-align: center;
	height: 48px;
	font-size: 25px;
	border-color: #fff;
}

.btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #40B0AE;
	-webkit-transition: ease all .35s;
	-o-transition: ease all .35s;
	transition: ease all .35s;
}

.girl .btn:hover {
	color: #da6349;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	-webkit-transition: ease all .35s;
	-o-transition: ease all .35s;
	transition: ease all .35s;
}

/* custom button styles */
.NavigationButtons .btn {
	min-width: 175px;
}

.btn-primary {
	color: #40B0AE;
	border-color: #40B0AE;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	background-color: transparent;
}

.girl .btn-primary {
	color: #da6349;
	border-color: #da6349;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	background-color: transparent;
}

.btn-primary:hover {
	background-color: #40B0AE;
	color: #fff !important;
	border: 2px solid #40B0AE;
}

.girl .btn-primary:hover {
	background-color: #da6349;
	color: #fff !important;
	border: 2px solid #da6349;
}

.btn-secondary {
	text-decoration: none;
	position: relative;
	cursor: pointer;
	background-color: transparent;
	color: #da6349;
	border-color: #da6349;
}

.btn-secondary:hover {
	background-color: #da6349;
	color: #fff;
	border: 2px solid #da6349;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.well-sm {
	padding-top: 10px;
	padding-bottom: 10px;
}

.well-md {
	padding-top: 30px;
	padding-bottom: 30px;
}

.well-lg {
	padding-top: 40px;
	padding-bottom: 40px;
}

.p-sm {
	padding: 10px;
}

.p-md {
	padding: 30px 15px;
}

.p-lg {
	padding: 40px 15px;
}

.p-xlg {
	padding: 30px 15px;
}

.p-top-sm {
	padding-top: 10px !important;
}

.p-top-md {
	padding-top: 30px !important;
}

.p-top-lg {
	padding-top: 60px !important;
}

.p-btm-sm {
	padding-bottom: 10px !important;
}

.p-btm-md {
	padding-bottom: 30px !important;
}

.p-btm-lg {
	padding-bottom: 60px !important;
}

.p-left-sm {
	padding-left: 10px !important;
}

.p-left-md {
	padding-left: 30px !important;
}

.p-left-lg {
	padding-left: 60px !important;
}

.p-right-sm {
	padding-right: 10px !important;
}

.p-right-md {
	padding-right: 30px !important;
}

.p-right-lg {
	padding-right: 60px !important;
}

.m-sm {
	margin: 10px !important;
}

.m-md {
	margin: 30px !important;
}

.m-lg {
	margin: 60px !important;
}

.m-top-sm {
	margin-top: 10px !important;
}

.m-top-md {
	margin-top: 30px !important;
}

.m-top-lg {
	margin-top: 60px !important;
}

.m-btm-sm {
	margin-bottom: 10px !important;
}

.m-btm-md {
	margin-bottom: 30px !important;
}

.m-btm-lg {
	margin-bottom: 60px !important;
}

.m-left-sm {
	margin-left: 10px !important;
}

.m-left-md {
	margin-left: 30px !important;
}

.m-left-lg {
	margin-left: 60px !important;
}

.m-right-sm {
	margin-right: 10px !important;
}

.m-right-md {
	margin-right: 30px !important;
}

.m-right-lg {
	margin-right: 60px !important;
}

.mar-left-sm {
	margin-left: 23px;
}

.m-btm-0 {
	margin-bottom: 0;
}

/*Youtube Video styles  
------------------------------------------*/
.video-container {
	padding: 56.25% 0 0 0;
	position: relative;
	border: 0;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Iframe Styles */
.iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 41.25%;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* Forms & Dropdown Selects
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form-control {
	border-color: #DBDBDB;
	background-color: #F5F5F5;
	border-radius: 0;
}

.form-control:focus,
.credit-card-form.focus {
	background-color: #F5F5F5;
	border-color: #40B0AE;
	box-shadow: 0 0 0 0.2rem rgba(62, 176, 172, 0.35);
}

.form-control.disabled {
	background-color: #fff;
}

.select-dropdown select,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding: .375rem 1.65rem .375rem .75rem;
	background-image: none;
	-ms-word-break: normal;
	word-break: normal;
}

select::-ms-expand {
	display: none;
}

.select-dropdown {
	position: relative;
}

.select-dropdown:after {
	content: '\f078';
	font-family: "Font Awesome 6 Pro";
	color: #40B0AE;
	right: 11px;
	top: 0;
	height: 34px;
	padding: 7px 0px 0px 8px;
	position: absolute;
	pointer-events: none;
}

.ui-datepicker-trigger {
	right: 10px;
	position: absolute;
	top: 37px;
	width: 25px;
	cursor: pointer;
	background: transparent;
	border: none;
	color: #40B0AE;
}

.form-check {
	padding-left: 0;
}

.form-check input.form-check-input[type="checkbox"] {
	visibility: hidden;
}

.form-check input.form-check-input[type="checkbox"]+label:before {
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	background-color: #F5F5F5;
	content: "\00a0";
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 .25em 0 0;
	margin-bottom: 2px;
	padding: 0;
	vertical-align: middle;
	cursor: pointer;
}

.form-check input.form-check-input[type="checkbox"]:checked+label:before {
	background: #F5F5F5;
	color: #40B0AE;
	font-family: "Font Awesome 6 Pro";
	content: "\f00c";
	text-align: center;
	line-height: 19px;
	margin-bottom: 2px;
}

.form-check input.form-check-input[type="checkbox"]:checked+label:after {
	font-weight: bold;
}

.form-check input.form-check-input[type="checkbox"]:focus+label::before {
	outline: rgb(59, 153, 252) auto 5px;
}

.checkbox input,
.radio-btn input {
	margin-right: 5px;
}

.checkbox label,
.radio-btn label {
	margin-bottom: 0;
	margin-right: 20px;
}

.checkbox input,
.checkbox label,
.radio-btn input,
.radio-btn label {
	vertical-align: middle;
}

.form-width-sm {
	max-width: 125px;
}

.form-width-md {
	max-width: 200px;
}

.form-width-lg {
	max-width: 250px;
}

.text-area {
	max-width: 300px;
	/* height: 125px; */
}

.reg-indent {
	margin-left: 24px;
}

.weekStatusMessage {
	display: block;
	font-size: 80%;
	padding-left: 20px;
}

.registration-status {
	color: #da6349;
}

.noSpendingMoneyWarning {
	color: #da6349;
}

.Error {
	color: #da6349;
}

.ValidationSummary {
	color: #da6349;
	margin-top: 1em;
}

/* Date Pickers */
img.ui-datepicker-trigger {
	right: 10px;
	position: absolute;
	top: 2em;
	width: 25px;
	cursor: pointer;
}

div#ui-datepicker-div {
	background: #fff;
	border: 1px solid #40B0AE;
	border-radius: 0px;
	z-index: 4 !important;
	box-shadow: 0 0 0 0.2rem rgba(62, 176, 172, 0.25);
}

.ui-datepicker-header:after,
.ui-datepicker-title:before {
	content: "\f078";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	top: 7px;
	right: 52px;
	width: 20px;
	height: 28px;
	color: #40B0AE;
	text-align: center;
	padding-top: 9px;
	display: block;
	pointer-events: none;
}

.ui-datepicker-title:before {
	right: 155px;
	top: 5px;
}

.ui-datepicker .ui-datepicker-header {
	border-radius: 0px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 47%;
	margin-right: 5px;
	display: inline-block;
	border-radius: 0;
}

.ui-widget-header {
	border: none;
	background: #f5f5f5;
	color: #34363B;
	font-weight: bold;
}

.ui-datepicker th {
	color: #3eb0ac;
}

.birth-date .ui-state-default,
.birth-date .ui-widget-content .ui-state-default,
.birth-date .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #f5f5f5;
	color: #34363B;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'Roboto Condensed', sans-serif;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.table-bordered,
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

.register .table-bordered td {
	width: 50%;
}

.table-bordered td,
.table-bordered th,
.table td,
.table th {
	padding: .8rem;
}

.table-bordered th,
.table th {
	background-color: #f5f5f5;
	text-align: center;
	font-family: 'Staatliches', cursive;
	text-transform: uppercase;
	font-size: 25px;
}

.table-bordered .primary th {
	background: rgb(102, 204, 162);
	background: -moz-linear-gradient(180deg, rgba(102, 204, 162, 1) 0%, rgba(38, 183, 192, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(102, 204, 162, 1) 0%, rgba(38, 183, 192, 1) 100%);
	background: linear-gradient(180deg, rgba(102, 204, 162, 1) 0%, rgba(38, 183, 192, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40B0AE", endColorstr="#4ad8be", GradientType=1);
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table thead th {
	border-bottom-width: 0;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.simple-list li {
	list-style: none;
	margin-bottom: 5px;
}

ul.simple-list {
	padding-left: 0;
}

ul.styled-list li {
	list-style-type: circle;
	margin-bottom: 5px;
}

/* Accordions
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Extra small devices (portrait phones, 576px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) {
	.p-md {
		padding: 30px;
	}

	.p-lg {
		padding: 60px;
	}

	.p-xlg {
		padding: 60px;
	}

	h2 {
		font-size: 3rem;
	}

	h3 {
		font-size: 2.2rem;
	}

	.h7 {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 1.5rem;
		font-weight: 400;
	}

}

/* Small devices (landscape phones, 768px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) {
	.well-lg {
		padding-top: 60px;
		padding-bottom: 60px;
	}

}

/* Medium devices (tablets, 992px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) {
	.p-xlg {
		padding: 45px;
	}
}

/* Large devices (desktops, 1200px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) {
	.p-xlg {
		padding: 70px;
	}
}

/* Extra large devices (large desktops)
   No media query since the extra-large breakpoint has no upper bound on its width */