@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes nav-toggle {
  0% {
    background: orange;
  }
  /* Adding a step in the middle */
  50% {
    background: blue;
  }
  100% {
    background: black;
  }
}

body {
	font-family: "Uni Neue W00", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #555555;
	position: relative;
	padding-top: 64px;
}
	@media(min-width: 992px) {
		body {
			padding-top: 194px;
		}
	}
.col-2_5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
	.col-2_5 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 20%;
	    flex: 0 0 20%;
	    max-width: 20%;
	}

	@media (min-width:576px) {
		.col-sm-2_5 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	        max-width: 20%;
	    }
	}
	@media (min-width:768px) {
		.col-md-2_5 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	        max-width: 20%;
	    }
	}
	@media (min-width:992px) {
		.col-lg-2_5 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	        max-width: 20%;
	    }
	}
	@media (min-width:1200px) {
		.col-xl-2_5 {
	        -webkit-box-flex: 0;
	        -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	        max-width: 20%;
	    }
	}

h1,h2 {
	font-family: "Arian W20", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	line-height: 1;
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
	color: #0098DB;
	font-size: 3.125rem;
}
	.jumbotron h1 {
		margin-top: 0;
		margin-bottom: 0;
		color: #fff;
		font-size: 2.5rem;
	}

h2 {
	font-size: 2.500rem;
	color: #0098DB;
	margin-bottom: 1.75rem;
}
	.pricing h2 {
		color: #fff;
	}
	.full-calendar .nav h2 {
		color: #000;
		font-weight: 400;
		font-family: "Uni Neue W00", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		text-transform: uppercase;
		margin-bottom: 0;
		font-size: 1rem;
	}
		@media (min-width:768px) {
			.full-calendar .nav h2 {
				font-size: 2.500rem;
			}
		}
	h2.gray {
		color: #494949;
	}

h3 {}
	.pricing h3, .card-title-title {
		font-weight: 700;
		color: #242424;
		font-size: 2.500rem;
	}
	.card-title-title {
		font-size: 1.75rem;
	}

h4 {
	font-size: 1.250em;
	text-transform: uppercase;
	font-weight: 700;
}
	.steps h4 {
		margin-bottom: 0;
	}

p {}
	.steps p {
		font-size: .875rem;
	}
	@media (max-width: 575px) {
		.steps p {
			padding: 0 1.75rem;
		}
	}
	a {
		color: #0098DB;
		text-decoration: underline;
	}
        a:hover {
			color: #0078AD;
			text-decoration: none;
		}

.mt-6, .my-6 {
	margin-top: 4.25rem;
}
.mb-6, .my-6 {
	margin-bottom: 4.25rem;
}
.navbar {
	position: relative;
	z-index: 3;
	padding: 0;
	background-color: #0098DB;
}
	.navbar-brand {
		padding: .75rem 2rem;
		width: 100%;
		text-align: left;
		margin: 0;
		box-shadow: 0px 3px 0px rgba(0,0,0,.2);
		background-color: #003359;
	}
	.collapse.show {
		box-shadow: 0px 3px 0px rgba(0,0,0,.2);
	}
	.navbar-brand a.logo {
		background: transparent url('../assets/img/logo-mobile.svg') no-repeat center center;
		width: 180px;
		height: 20px;
		overflow: hidden;
		text-indent: -9999px;
		display: inline-block;
		background-size: 180px 20px;
		margin: 10px 0;
	}
	.navbar-dark .navbar-toggler {
		border: none;
		background: none;
	}
    .navbar a.nav-link,
    .btn {
        text-decoration: none;
    }


.navbar-toggler {
    position: absolute;
    right: 15px;
	cursor: pointer;
	border: none;
	top: 15px;
	width: 30px;
	height: 30px;
	display: block;
	padding: 0;
}

@media (max-width: 991px) {
	.navbar-nav {
		box-shadow: 0px 3px 0px rgba(256, 256, 256, .2) !important;
		padding: 20px 0px 40px 0 !important;
	}

	.navbar.navbar-dark .nav-link.btn {
		margin: 1rem 2rem .75rem 2rem!important;
		padding: .35rem 2.5rem .45rem 2.5rem !important;
	}

	.navbar-dark .navbar-nav .nav-link {
		margin: .25rem 2rem !important;
	}
}
@media (min-width:768px) and (max-width: 991px) {
	.navbar {
		justify-content: center;
	}
		.navbar-brand {
			width: 100%;
			text-align: center;
		}
			.navbar-brand a.logo {
				width: 270px;
				height: 30px;
				background-size: 270px 30px;
				margin: 5px 0;
			}

}
@media (min-width:992px) and (max-width:1200px) {
	.navbar.stuck .navbar-brand a.logo {
		background: transparent url('../assets/img/logo-mobile.svg') no-repeat left center;
		width: 180px;
		height: 20px;
		background-size: 180px 20px;
	}

}
@media (min-width:992px) and (max-width:1100px) {
	.navbar.stuck .navbar-nav .nav-link {
		margin-left: .875rem;
		margin-right: .875rem;
		white-space: nowrap;
	}
}
@media (min-width:992px) {
	.navbar {
		display: flex;
		justify-content: center;
		align-content: center;
		flex-direction: column;
		padding: 0;
		background-color: #003359;
		box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
	}
	.navbar {
		height: 194px;
	}
		.navbar.stuck {
			height: 90px;
		}

		.navbar-brand {
			background: #fff;
			width: 100%;
			display: inline-block;
			padding-top: 30px;
			padding-bottom: 30px;
			margin-right: 0;
			font-size: 0;
			text-align: center;
			box-shadow: none;
		}
			.navbar-brand a.logo {
				background: #fff url('../assets/img/logo-desktop.svg') no-repeat center center;
				width: 300px;
				height: 55px;
				background-size: 300px 55px;
				margin: 0;
			}
		.navbar.stuck {
			flex-direction: row;
		}
			.navbar.stuck .navbar-brand {
				background: transparent;
				text-align: left;
			}
		.collapse.show {
			box-shadow: none;
		}
}
@media (min-width:1100px) and (max-width:1200px) {
	.navbar.stuck .navbar-nav .nav-link {
		margin-left: 1rem;
		margin-right: 1rem;
		white-space: nowrap;
	}
}
@media (min-width: 1200px) {
	.navbar.stuck .navbar-brand a.logo {
		background: transparent url('../assets/img/logo-mobile.svg') no-repeat left center;
		width: 270px;
		height: 30px;
		background-size: 270px 30px;
	}
	.navbar.stuck .navbar-nav .nav-link {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		white-space: nowrap;
	}
}
	.navbar-nav {
		font-size: 1.375rem;
		text-align: center;
	}
	.nav-link {
		transition: color .25s ease;
	}
	.navbar-dark .navbar-nav .nav-link {
		margin: 1rem 2rem;
		color: rgba(255,255,255,1);
	}
	.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
		color: rgba(255,255,255,.5);
	}
		@media (min-width:992px) {
			.navbar-nav {
				font-size: 1.125rem;
			}
			.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
				color: rgba(0,152,219,1);
			}
		}

.navbar-toggler .icon-bar {
	display: block;
	width: 30px;
	height: 3px;
	transition-duration: 0.2s;
	transition-timing-function: initial;
	transition-delay: initial;
	transition-property: all;
	background-color: #fff;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -15px;
}
	.navbar-toggler.collapsed .icon-bar {
		top: 12px;
		border-radius: 3px 1px 3px 1px;
	}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	/*transform-origin: 2px -2px;*/
}
	.navbar-toggler.collapsed .top-bar {
		transform: rotate(0deg);
	}

.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	/*transform-origin: 8px 8px;*/
	margin-top: 0px;
}
	.navbar-toggler.collapsed .bottom-bar {
		transform: rotate(0deg);
		margin-top: 8px;
	}
.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
	position: fixed;
	width: 100%;
}

.notice {
	background: rgba(0,152,219,1);
	/*background: rgb(146,212,0);*/
	color: #fff;
	padding: 22px 15px;
	position: block;
	width: 100%;
	z-index: 2;
	font-weight: 700;
}
	.notice a {
		color: #ffffff;
		text-decoration: underline;
	}

@media (max-width:414px) {
	.notice {
		font-size: .85rem;
	}
	a.btn-outline-primary {
		font-size: 18px !important;
	}

}

.bg-secondary {
	background-color: #003359 !important;
}

.btn {
	border-radius: 32px;
	transition: background-color .25s ease 0s, border-color .25s ease 0s;
	border-width: 2px;
}
	.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
		outline: none;
		box-shadow: none;
	}
	.navbar .nav-link.btn {
		padding: .125rem 2.5rem;
		font-size: 1.375rem;
		margin: 1.375rem 2rem;
		display: inline-block;
	}
	@media (min-width:992px) {
		.navbar .nav-link.btn {
			font-size: 1.125rem;
			padding: .125rem 1.5rem;
		}
	}

.btn-group-sm>.btn, .btn-sm {
	padding: .25rem 1rem;
}

.btn-group-lg>.btn, .btn-lg {
	border-radius: 75px;
	font-size: 1.500rem;
	padding: 1rem 2rem;
}
.btn-group-md>.btn, .btn-md {
	border-radius: 75px;
	font-size: 1.375rem;
	padding: .25rem 1rem;
}

.btn-primary {
	color: #fff;
	background-color: #0098DB;
	border-color: #0098DB;
}
	.btn-primary:hover {
		background-color: #0078AD;
		border-color: #0078AD;
	}
	.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
		color: #fff;
		background-color: #0078AD;
		border-color: #0078AD;
	}
.btn-outline-primary, a.btn-outline-primary {
	color: #0098DB;
	background-color: transparent;
	background-image: none;
	border-color: #0098DB;
}
	.btn-outline-primary:hover, a.btn-outline-primary:hover {
		color: #fff;
		background-color: #0098DB;
		border-color: #0098DB;
	}
	.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
		color: #fff;
		background-color: #0078AD;
		border-color: #0078AD;
	}

.btn-outline-white, a.btn-outline-white {
	color: #fff;
	background-color: transparent;
	background-image: none;
	border-color: #fff;
}
	.btn-outline-white:hover, a.btn-outline-white:hover {
		color: #fff;
		background-color: #0098DB;
		border-color: #0098DB;
	}
		.navbar .nav-link.btn:hover {
			color: #fff;
		}
	.btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show>.btn-outline-white.dropdown-toggle {
		color: #fff;
		background-color: #0078AD;
		border-color: #0078AD;
	}

.btn-join {
	background: #0098DB;
	width: 270px;
	border-radius: 135px;
	margin-top: 24px;
	max-width: 100%;
	padding: 12px;
	border: none;
}
	.btn-join:hover {
		background-color: #0078AD;
	}
	.btn-join .outer {
	    width: 100%;
	    padding-top: 100%; /* defines aspect ratio */
	    position: relative;
	}
	.btn-join .outer .inner {
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	}
		.btn-join .outer .inner .join-text {
			height: 100%;
			display: flex;
			justify-content: center;
			align-content: center;
			flex-direction: column;
			text-align: center;
		}
		.btn-join .outer .inner .join-text .join-heading, .btn-join .outer .inner .join-text .join-subheading {
			display: block;
			color: rgba(255,255,255,.7);
			transition: color .25s ease 0s;
		}
			.btn-join:hover .outer .inner .join-text .join-heading, .btn-join:hover .outer .inner .join-text .join-subheading {
				color: #fff;
			}
		.btn-join .outer .inner .join-text .join-heading {
			font-size: 2.188rem;
			line-height: 1.1;
			white-space: wrap;
		}
		@media (max-width: 767px) {
			.btn-join .outer .inner .join-text .join-heading, .btn-join .outer .inner .join-text .join-subheading {
				color: #fff;
			}
		}
		@media (min-width: 768px) and (max-width: 991px) {
			.btn-join .outer .inner .join-text .join-heading {
				font-size: 1.85rem;
			}
		}
		.btn-join .outer .inner .join-text .join-subheading {
			font-size: 1.250rem;
		}

.btn-group-toggle {
	border: 3px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-radius:32px;
	background: #000;
}
	.pricing-options .btn-group-toggle {
		border: 3px solid #A2A4A3;
		border-left: 2px solid #A2A4A3;
		border-right: 2px solid #A2A4A3;
		background: #A2A4A3;
	}
	.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
		border-radius:32px;
	}
	.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
		border-radius:32px;
	}

.btn-group-toggle .btn {
	border: none;
	margin-left: 1px;
	margin-right: 1px;
}

.btn-black {
	background-color: #000;
	border-color: #000;
	color: #A2A4A3;
}
	.btn-black.active, .btn-black:focus {
		background-color: #fff;
		border-color: #fff;
		color: #000;
	}
	.btn-black.single, .btn.btn-black.single:not(:disabled):not(.disabled) {
		background-color: transparent;
		background-image: url('../assets/img/ico-single.svg');
		background-position: center -36px;
		background-repeat: no-repeat;
		width: 64px;
		overflow: hidden;
		text-indent: -9999px;
		z-index: 2;
	}
		.btn-black.single.active, .btn-black.single:focus, .btn.btn-black.single:not(:disabled):not(.disabled).active, .btn.btn-black.single:not(:disabled):not(.disabled):active {
			background-color: transparent;
			background-position: center 0px;
		}
	.btn-black.multi, .btn.btn-black.multi:not(:disabled):not(.disabled) {
		background-color: transparent;
		background-image: url('../assets/img/ico-multi.svg');
		background-position: center -36px;
		background-repeat: no-repeat;
		width: 64px;
		overflow: hidden;
		text-indent: -9999px;
	}
		.btn-black.multi.active, .btn-black.multi:focus, .btn.btn-black.multi:not(:disabled):not(.disabled).active, .btn.btn-black.multi:not(:disabled):not(.disabled):active {
			background-color: transparent;
			background-position: center 0px;
		}

.btn-gray {
	background-color: #A2A4A3;
	border-color: #A2A4A3;
	color: #fff;
}
	.btn-gray.active, .btn-gray:focus {
		background-color: #fff;
		border-color: #fff;
		color: #0098DB;
	}
	.btn-group-toggle .btn-gray, .btn-group-toggle .btn-gray.active, .btn-group-toggle .btn-gray:focus  {
		background-color: transparent;
		z-index: 2;
	}

.btn-collapse, .btn-collapse:not(:disabled):not(.disabled).active {
	width: 100%;
	background: #0098DB;
	border-radius: 0;
	padding: 1rem 1.75rem;
	font-size: 1.125rem;
	color: #fff;
	text-align: left;
	position: relative;
	cursor: default !important;
}
	.hours-list .btn-collapse, .hours-list .btn-collapse:not(:disabled):not(.disabled).active {
		text-align: center;
		border: none;
		text-transform: uppercase;
		font-weight: 700;
		/*border-bottom:  2px solid #EFEFEF;*/

	}
	/*.btn-collapse:hover, a.btn-collapse:hover, .btn-collapse:not(:disabled):not(.disabled).active:hover {
		color: #fff;
		background-color: #0078AD;
		border-color: #0078AD;
	}
		.hours-list .btn-collapse:hover, .hours-list a.btn-collapse:hover, .hours-list .btn-collapse:not(:disabled):not(.disabled).active:hover {
			border-bottom:  2px solid #EFEFEF;
		}
	.btn-collapse:not(:disabled):not(.disabled):active, .show>.btn-collapse.dropdown-toggle {
		color: #fff;
		background-color: #0078AD;
		border-color: #0078AD;
	}
		.hours-list .btn-collapse:not(:disabled):not(.disabled):active, .show>.hours-list .btn-collapse.dropdown-toggle {
			border-bottom:  2px solid #EFEFEF;
		}
	.hours-list .btn-collapse[aria-expanded=true], .hours-list .btn-collapse[aria-expanded=true]:not(:disabled):not(.disabled).active {
		border-bottom: 2px solid #0098DB;
	}
		.hours-list .btn-collapse[aria-expanded=true]:hover,  .hours-list .btn-collapse[aria-expanded=true]:not(:disabled):not(.disabled).active:hover {
			border-bottom:  2px solid #0078AD;
		}*/
	.btn-collapse:after {
		content: '+';
		position: absolute;
		right: 1.75rem;
		font-family: "Arian W20", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		font-size: 2.125rem;
		font-weight: 700;
		line-height: 1;
		top: .75rem;
	}
		.btn-collapse[aria-expanded=true]:after {
			content: '-';
		}
		.hours-list .btn-collapse:after, .hours-list .btn-collapse[aria-expanded=true]:after  {
			content: '';
		}


.jumbotron.main {
	background-color: #000;
	color: #fff;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 180px;
	padding-bottom: 200px;
	overflow: hidden;
	margin-bottom: 0;
}
	@media (max-width: 414px) {
		.jumbotron.main {
			padding-top: 80px;
			padding-bottom: 120px;
		}
	}
	.jumbotron.main .cover {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(20,20,0,.5);
	}
	.jumbotron.main .container {
		z-index: 2;
		position: relative;
	}
	.jumbotron.main
	.jumbotron.main a.down-arrow {
		position: absolute;
		display: inline-block;
		background: transparent url('../assets/img/ico-down-arrow.svg') no-repeat center 16px;
		background-size: 33px;
		z-index: 2;
		cursor: pointer;
		bottom: 35px;
		left: 50%;
		margin-left: -17px;
		border-radius: 50%;
		width: 33px;
		height: 33px;
		padding: 7px;
		transition: background-color .5s ease;
		animation-iteration-count: infinite;
		animation-duration: 2s;
		animation-fill-mode: both;
		animation-name: fadeInDown;
		box-sizing: content-box;
	}
		.jumbotron.main a.down-arrow:hover {
			background-color: rgba(255, 255, 255, .25);
		}
	.jumbotron.main h1 {
		font-size: 2rem;
	}
		@media (min-width: 768px) {
			.jumbotron.main h1 {
				font-size: 3.250rem;
			}
		}
		@media (min-width: 1200px) {
			.jumbotron.main h1 {
				font-size: 4.375rem;
			}
		}
	.jumbotron.main .lead {
		font-size: 1.1rem;
		margin-bottom: 1rem;
	}
		@media (min-width: 768px) {
			.jumbotron.main .lead {
				font-size: 1.500rem;
				margin-bottom: 1.500rem;
			}
		}
.jumbotron.cta {
	position: relative;
	background-color: #000;
	color: #fff;
	border-radius: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
	.jumbotron.cta .cta-title {
		display: inline-block;
		font-size: 1.500rem;
		font-weight: 700;
		line-height: 1.2em;
		vertical-align: middle;
		margin: 0 12px;
	}
		.jumbotron.cta .cta-title a {
			color: #fff;
		}
			.jumbotron.cta .cta-title a:hover {
				text-decoration: none;
			}
		@media(min-width: 992px) {
			.jumbotron.cta {background-attachment: fixed;}
			.jumbotron.cta .cta-title {
				font-size: 2.500rem;
			}
		}
	.jumbotron.cta .btn {
		/*background-color: #0098DB;
		color: #fff;
		margin: 12px 12px;
		border-radius: 30px;
		font-weight: 600;*/
		margin: 20px 12px;
	}
		.jumbotron.cta .btn.btn-lg {
			font-size: 1.500rem;
			font-weight: 700;
			padding: .25rem 1.5rem;
		}
		@media(min-width: 992px) {
			.jumbotron.cta .btn.btn-lg {
				font-size: 2.000rem;
			}
		}
	.jumbotron.cta .cover {
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(20,20,0,.5);
	}

.steps-header {
	padding-top: 2rem;
}
	.steps-header .lead {
		margin-bottom: 2.25rem;
	}

.steps {
	padding-bottom: 75px;
	position: relative;
	z-index: 2;
}

	@media(min-width: 576px) {
		.steps-header {
			padding-top: 4rem;
		}
		.steps .step:before, .steps .step:after {
			content: '';
			background: transparent url('../assets/img/steps-line.svg') repeat-x left center;
			width: 50%;
			height: 70px;
			position: absolute;
			display: block;
			left: 0;
			top: 0;
			z-index: 1;
		}
			.steps .step:after {
				left: 50%;
			}
			.steps .step:first-child:before, .steps .step:last-child:after {
				display: none;
			}
	}
	@media(min-width: 576px) and (max-width: 991px) {
		.steps .step.col-sm-cut-before:before, .steps .step.col-sm-cut-after:after {
			background-image: url('../assets/img/steps-line-dotted.svg');
			left: 9px;
		}
			.steps .step.col-sm-cut-after:after {
				background-position: right center;
				left: auto;
				right: 0px;
			}
	}

	.steps .step .step-img {
		border: 2px solid #0098DB;
		width: 70px;
		height: 70px;
		border-radius: 35px;
		display: flex;
		justify-content: center;
		margin: 0 auto 1.25rem;
		background: #fff;
		position: relative;
		z-index: 2;
	}
		.steps .step .step-img.ico-join img {
			width: 44px;
			height: 66px;
		}
		.steps .step .step-img.ico-goals img {
			width: 36px;
			height: 66px;
		}
		.steps .step .step-img.ico-show-up img {
			width: 31px;
			height: 66px;
		}
		.steps .step .step-img.ico-assess img {
			width: 31px;
			height: 66px;
		}
		.steps .step .step-img.ico-results img {
			width: 35px;
			height: 66px;
		}


.pricing {
	background-color: #003359;
	position: relative;
	padding-top: 48px;
}
	.pricing-header {
		color: #fff;
	}
	.pricing-options {
		margin-top: 32px;
		margin-bottom: 32px;
		position: relative;
	}
		.pricing-options .container {
			position: relative;
			z-index: 1;
		}
			@media (min-width: 768px) and (max-width: 991px) {
				.pricing-options .container {
					max-width: 100%;
				}
			}
	.pricing .cover {
		position: absolute;
		z-index: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #fff;
		height: 50%;
	}

@media (max-width: 767px) {
	.pricing-options {
		padding-bottom: 32px;
	}
	.card-deck {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		display: block;
	}
	.pricing .cover {
		display: none;
	}
}

.card-deck .card {
	margin-left: 0;
	margin-right: 0;
	border-radius: 0;
	margin-top: 25px;
	border: none;
	position: relative;
}

	@media (min-width:768px) {
		.card-deck .card.center {
			top: -25px;
		}
		.card-deck .card .card-container {
			border: 1px solid rgba(0, 0, 0, .3);
			position: relative;
		}
	}

	.card-deck .card:first-child .card-container {
		border-right: none;
	}
	.card-deck .card.center .card-container {
		/*border-bottom: none;
		border-radius: 0 0 2px 2px;*/
	}
	#prices-center {
		margin-top: -2px;
		/*width: 100%;
		left: 50%;
		margin-left: -199px;
		position: absolute;*/
	}
	.card-deck .card:last-child .card-container {
		border-left: none;
	}
	.card-header {
		background: #fff;
		border-bottom: 0;
		min-height: 59px;
		padding: 15px;
	}
		.card-header:first-child {
			border-radius: 0;
		}
		.card-header .group-label {
			display: inline-block;
			margin: 4px 6px;
			font-size: 0.688rem;
			color: #555555;
		}
	.card-title {
		border-top: 1px solid #EFEFEF;
		border-bottom: 1px solid #EFEFEF;
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}
	.card-body {
		padding: 0;
	}
		.card-body ul {
			font-size: 0.750rem;
		}
			.card-body ul li {
				padding-bottom: .125rem;
			}

	@media (min-width:768px) {
		.card-body {
			padding: 0 1.25rem 2.25rem 1.25rem;
		}
	}
	@media (min-width:992px) {
		.card-body .btn {
			font-size: 1.500rem;
			padding: .5rem 1.75rem;
		}
	}

.pricing-card-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .5rem .75rem;
	margin: 0;
}
.card-title-price {
	text-align: right;
}
.pricing-card-title .dollar-sign {
	font-size: 1.250rem;
	font-weight: 700;
	color: #0098DB;
}
.pricing-card-title .price {
	font-size: 2.250rem;
	font-weight: 700;
	color: #0098DB;
	line-height: 1;
	margin-right: .5rem;
}
.pricing-card-title .slash {
	font-size: 2.500rem;
	color: #A2A4A3;
	display: none;
}
.pricing-card-title small {
	font-size: 0.750rem;
	color: #A2A4A3;
	text-transform: uppercase;
	display: block;
}
.pricing-options .btn:not(.btn-collapse):not(label) {
	margin-bottom: 1.75rem;
}
.pricing-options #fitToggleContainer, .pricing-options #youthToggleContainer {
	margin-top: 1.125rem;
}
	.pricing-options #youthToggleContainer .btn-group {
		margin-top: .125rem;
	}
.pricing-options .card-body h3 {
	margin-top: 0;
}
	@media (min-width:768px) {
		.pricing-card-title {
			display: block;
			margin-left: -1.25rem;
			margin-right: -1.25rem;
			padding-top: 1rem;
			padding-bottom: 1rem;
		}
		.card-title-price {
			text-align: center;
		}
		.pricing-card-title .dollar-sign {
			font-size: 1.875rem;
		}
		.pricing-card-title .price {
			font-size: 3.125rem;
			line-height: 1;
		}
		.pricing-card-title .slash {
			font-size: 2.500rem;
			display: inline-block;
		}
		.pricing-card-title small {
			font-size: 0.750rem;
			display: inline-block;
		}
		.pricing-options .btn:not(.btn-collapse) {
			margin-bottom: 0;
		}
		.pricing-options #fitToggleContainer, .pricing-options #youthToggleContainer {
			margin-top: 0;
		}
			.pricing-options #youthToggleContainer .btn-group {
				margin-top: 0;
			}
		.pricing-options .card-body h3 {
			margin-top: 2rem;
		}
	}
h1.schedule-title {
	margin-bottom: 1rem;
}
	@media (max-width: 735px) {
		h1.schedule-title {
			font-size: 1.5rem;
			margin-top: 1.75rem!important;
			margin-bottom: 0;
		}
		span.bull {
			content: '';
			width: 9px;
			height: 9px;
			border-radius: 9px;
			margin-right: 3px;
			display: inline-block;
			background: rgba(162, 164, 163, 1);

		}
	}
@media (min-width: 736px) {
	.tap-note {
		display: none;
	}
}

.calendar {
	width: 100%;
}
	.calendar.full-view {
		margin-top: 2rem;
	}

	@media (max-width: 735px) {
		.calendar.full-view {
			margin-top: 0;
		}
	}

.week-row {
	display: flex;
	width: 100%;
}
	.week-row .day-cell {
		flex: 1;
	}

	@media (max-width: 600px) {
		.calendar.week-view {
			width: 100%;
			flex-wrap: nowrap;
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			-ms-overflow-style: -ms-autohiding-scrollbar;
		}
	}

.days {
	display: flex;
}
	.days .day {
		flex: 1;
		padding: 6px 12px 6px 0;
		text-align: right;
		font-size: 1.875rem;
		font-weight: 700;
		color: #A2A4A3;
		text-transform: uppercase;
	}
	.calendar.full-view .days .day {
		color: #000;
	}
		@media(max-width: 767px) {
			.calendar.full-view .days .day {
				font-size: 0.750rem;
			}
		}
.dates {
	border-left: 1px solid rgba(0,0,0,.3);
}
.dates .week-row {
	/*border-bottom: 1px solid rgba(0,0,0,.3);*/
}
.dates .week-row .day-cell {
	border-right: 1px solid rgba(0,0,0,.3);
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	padding: 0 12px;
	font-size: .875rem;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	text-align: center;
	line-height: 1.3;
	min-height: 195px;
	position: relative;
}
@media (min-width: 735px) and (max-width: 767px) {
	div.events.night,
	div.events.night.blue div.event-title {
		font-size: .65rem!important;
	}
}
.dates .week-row:first-child .day-cell {
	border-top: 1px solid rgba(0,0,0,.3);
}
@media (max-width: 600px) {
	.calendar.week-view .days .day {
		min-width: 33.3333334%;
	}
	.calendar.week-view .dates .week-row .day-cell {
		min-width: 33.3333334%;
	}
}
@media (min-width: 768px) {
	.dates .week-row .day-cell {
		font-size: 1.250rem;
	}
}
.dates .week-row .day-cell.weekend {
	background: #EFEFEF;
}
.dates .week-row .day-cell .day-number {
	/*text-align: right;*/
	font-weight: 700;
	color: #000;
	/*width: 100%;*/
	padding: 2px 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1rem;
	width: 35px;
	height: 35px;
	line-height: 31px;
}
.dates .week-row .day-cell.not-month .day-number {
	color: rgba(85,85,85,.2);
}
.dates .week-row .day-cell.weekend .day-number {
	color: rgba(0,0,0,.5);
}
.dates .week-row .day-cell.today .day-number {
	color: #0098DB;
}
.dates .week-row .day-cell.active .day-number {
	background: #0098DB;
	color: #fff;
	border-radius: 30px;
}



@media (min-width: 768px) {
	.dates .week-row .day-cell .day-number {
		font-size: 1.250rem;
	}
	.dates .week-row .day-cell.active .day-number {
		color: #000;
		background: none;
	}
	.dates .week-row .day-cell.weekend.active .day-number {
		color: rgba(0,0,0,.5);
		background: none;
	}
	.dates .week-row .day-cell.today.active .day-number {
		color: #0098DB;
		background: none;
	}

}

.dates .week-row .day-cell .events {
	align-self: center;
	width: 100%;
}
.dates .week-row .day-cell .events:not(.night) {
	margin: 50px 0;
}

.dates .week-row .day-cell .events.night {
	align-self: flex-end;
	width: 90%;
	background: #000;
	border-radius: 10px 10px 0 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -45%;
}
.dates .week-row .day-cell .events.night.blue {
	background: rgba(0,152,219,1);
}
.dates .week-row .day-cell.not-month .events.night {
	background: rgba(0,0,0,.2);
}
.dates .week-row .day-cell.not-month .events.night.blue {
	background: rgba(0,152,219,.2);
}
.dates .week-row .day-cell .event-title {

}
.dates .week-row .day-cell .events:not(.night) .event-title {
	/*margin-top: -38px;*/
}
.dates .week-row .day-cell .events.night .event-title {
	color: #fff;
	font-size: .875rem;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px;

}
.dates .week-row .day-cell.not-month .event-title {
	color: rgba(85,85,85,.2);
}

.dates .week-row .day-cell .event-time {
	font-size: .625rem;
}
.dates .week-row .day-cell.not-month .event-time {
	color: rgba(85,85,85,.2);
}
@media (min-width: 768px) {
	.dates .week-row .day-cell .event-time {
		font-size: .875rem;
	}
}

@media (max-width: 991px) {
	.calendar.full-view .dates .week-row .day-cell .event-title {
		font-size: .875rem;
	}
	.calendar.full-view .dates .week-row .day-cell .event-time {
		font-size: .625rem;
	}
}

@media (max-width: 735px) {
	.calendar.full-view .dates .week-row .day-cell {
		cursor: pointer;
	}

	.calendar.full-view .dates .week-row .day-cell .day-number {
		top: 0;
		right: 0;
		font-size: .875rem;
		width: 25px;
		height: 25px;
		line-height: 21px;
	}
		.calendar.full-view .dates .week-row .day-cell:hover .day-number {
			background: #0098DB;
			color: #fff;
			border-radius: 30px;
		}
	.calendar.full-view .dates .week-row .day-cell .events.night {
		width: 100%;

		border-radius: 0;
		left: 0;
		margin-left: 0;
	}
		.dates .week-row .day-cell .events:not(.night) {
			margin: 0px 0 55%;
		}
	.calendar.full-view .dates .week-row .day-cell .event-title, .dates .week-row .day-cell .event-time {
		display: none;
	}
		.calendar.full-view .dates .week-row .day-cell .events.night .event-title {
			display: block;
			font-size: 0;
			height: 4px;
			padding: 0;
		}

	.calendar.full-view .dates .week-row .day-cell .events:not(.night):after {
		content: '';
		width: 7px;
		height: 7px;
		border-radius: 7px;
		display: inline-block;
		background: rgba(162,164,163,1);
	}
	.calendar.full-view .dates .week-row .day-cell.weekend .events:not(.night):after {
		background: rgba(162,164,163,.3);
	}
	.calendar.full-view .dates .week-row .day-cell {
		min-height: inherit;
		max-height: 100px;
	}
	.calendar.full-view .dates .week-row .day-cell:before {
		content: "";
		display: block;
		padding-top: 65%;
		float: left;
	}
}

.trainers {
	text-align: center;
}
	.trainers .trainer {
		margin-top: 24px;
		margin-bottom: 24px;
	}
		.trainers .trainer img {
			width: 270px;
			display: block;
			border-radius: 50%;
			margin: 0 auto 24px;
			max-width: 100%;
		}
		.trainers .trainer .trainer-name {
			font-size: 1.500rem;
			color: #003359;
		}
		.trainers .trainer .trainer-title {
			font-size: 1.250rem;
			color: #A2A4A3;
		}



.header-video.container-fluid {
        height: auto;
        max-height: auto;
        overflow: hidden;
    }
        .header-video .header-video-block {
            position: absolute;
            z-index: 0;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
            .no-js .header-video .header-video-block {
                height: 300px;
            }
    .header-video video {
        width: 100% !important;
        height: auto !important;
        min-height: 100%;
        display: block;
        margin-bottom: -1px;
        opacity: 0;
        transition: opacity .8s linear;
    }
        .header-video .is-playing video {
           opacity: 1;
        }
        .objectfit .header-video video {
            object-fit: cover;
            height: auto !important;
        }
        .ua-ie .header-video video {
            height: 100% !important;
            width: auto !important;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .no-object-fit .header-video video {
            height: 100% !important;
            width: auto !important;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
            @media (min-width: 550px) {
                .no-object-fit .header-video video {
                    height: auto !important;
                    width: 100% !important;
                }
            }
            @media (min-width: 992px) {
                .no-object-fit .header-video video {
                    height: 100% !important;
                    width: auto !important;
                }
            }
            @media (min-width: 1472px) {
                .no-object-fit .header-video video {
                    height: auto !important;
                    width: 100% !important;
                }
            }
    .play-pause {
        display: none;
        position: absolute;
        color: #fff;
        bottom: 15px;
        right: 15px;
        font-size: .875em;
        width: 20px;
        height: 20px;
        overflow: hidden;
        background: transparent url('../assets/img/template/icons/ico-play-pause.png') no-repeat 0 -20px;
        background: linear-gradient(transparent, transparent), transparent url('../assets/img/template/icons/ico-play-pause.svg') no-repeat 0 -20px;
        text-indent: -999px;
        cursor: pointer;
    }
        .play-pause.paused {
            background-position: 0 0;
        }
    @media (max-width: 767px) {
        .play-pause {
            display: none !important;
        }
    }

@media (min-width: 992px) {
    .header-video.container-fluid {
        height: 600px;
        max-height: 600px;
        overflow: hidden;
    }
        .header-video .header-video-block {
            min-height: 600px;
        }
            .no-js .header-video .header-video-block {
                height: 600px;
            }

    .objectfit .header-video video {
        height: 600px !important;
    }
}

.pre-footer-img {
	overflow: hidden;
}
.pre-footer-img img {
	min-width: 100%;
}
    @media (max-width: 767px) {
	    .pre-footer-img img {
			min-width: 150%;
			position: relative;
			left: -25%;
			top: 25px;
		}
	}
footer {
	background: #003359;
	color: #fff;
	padding-top: 60px;
}
	footer h4 {
		font-size: 1.5rem;
		text-transform: inherit;
	}
		@media (max-width: 767px) {
			footer h4 {
				border-top: 1px solid #fff;
				margin-top: 2.5rem;
				padding-top: 2.5rem;
			}
				footer .col-md-4:first-child h4 {
					border-top: none;
					margin-top: 0;
					padding-top: 0;
				}
		}
	footer .phone {
		font-size: 1.5rem;
		color: rgba(255,255,255,.5);
		font-weight: 700;
		margin: 1.25rem 0;
	}
	footer p, footer .address {
		margin: 1.25rem 0;
	}
		footer p {
			font-size: 1.125em;
		}
			@media (max-width: 767px) {
				footer p {
					padding: 0 2rem;
				}
			}
	footer a, footer a:visited {
		color: rgba(255,255,255,.5);
	}
		footer a:hover {
			color: rgba(255,255,255,1);
			text-decoration: none;
		}
	footer .btn {
		min-width: 170px;
	}
	footer ul.social {
		display: inline-block;
		padding-left: 0;
	}
	footer ul.social li {
		display: inline-block;
	}
	footer ul.social li a {
		display: inline-block;
		overflow: hidden;
		height: 27px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		text-indent: -9999px;
		margin: 0 7px;
		/*transition: transform .25s ease-in-out 0s;*/
	}
		footer ul.social li.facebook a {
			width: 14px;
			background-image: url('../assets/img/ico-facebook.svg');
		}
		footer ul.social li.youtube a {
			width: 27px;
			background-image: url('../assets/img/ico-youtube.svg');
		}
		footer ul.social li.google-plus a {
			width: 42px;
			background-image: url('../assets/img/ico-google-plus.svg');
		}
		footer ul.social li.instagram a {
			width: 27px;
			background-image: url('../assets/img/ico-instagram.svg');
		}
		footer ul.social li a:hover {
			/*transform: scale(1.10);*/
		}

	footer .footer-bottom {
		padding: 40px 0 20px;
		background-color: #002A42;
		color: rgba(255,255,255,.5);
		font-size: .750rem;
		position: relative;
		margin-top: 90px;
	}
		footer .logo-footer {
			display: block;
			width: 80px;
			height: 80px;
			background: transparent url('../assets/img/logo-footer.svg') no-repeat center center;
			position: absolute;
			top: -75px;
			left: 50%;
			margin-left: -46px;
			z-index: 1;
		}
		footer .copyright {
			position: relative;
			z-index: 2;
		}

.collapse.show {
	box-shadow: none;
}

.full-calendar .nav {
	justify-content: space-between;
	align-items: center;
}
	.full-calendar a.prev, .full-calendar a.next {
		color: rgba(0,0,0,.3);
		font-size: .750rem;
		cursor: pointer;
		text-transform: uppercase;
	}
	.full-calendar a.prev {
		padding-left: 30px;
		background: transparent url('../assets/img/ico-prev.svg') no-repeat left center;
		background-size: 26px 15px;
	}
	.full-calendar a.next {
		padding-right: 30px;
		background: transparent url('../assets/img/ico-next.svg') no-repeat right center;
		background-size: 26px 15px;
	}
	@media (min-width:768px) {
		.full-calendar a.prev, .full-calendar a.next {
			font-size: 1.500rem;
		}
	}

.calendar-day-holder {
	background: #EFEFEF;
	width: 100%;
	display:none;
}
	.calendar-day-holder.show {
		display: block;
	}
	@media (min-width:768px) {
		.calendar-day-holder, .calendar-day-holder.show {
			display: none;
		}
	}
	.calendar-day-holder .events .no-event {
		padding: 1rem;
		text-align: center;
		font-weight: bold;
		color: #666666;
	}
	.calendar-day-holder .events .event-title {
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		border-left: 4px solid rgba(162, 164, 163, 1);
	}
		.calendar-day-holder .events .event-time {
			margin-top: -1rem;
			padding-bottom: 1rem;
			padding-left: 1rem;
			padding-right: 1rem;
			border-left: 4px solid rgba(162, 164, 163, 1);
		}

	.calendar-day-holder .events.night .event-title {
		font-size: .750rem;
		color: #000;
		font-weight: 700;
		text-transform: uppercase;
		border-left: 4px solid rgba(0, 0, 0, 1);
		border-bottom: 1px solid #A2A4A3;
	}
		.calendar-day-holder .events.night.blue .event-title {
			color: rgba(0,152,219,1);
			border-left: 4px solid rgba(0, 152, 219, 1)
		}

.flex-grow-1 {flex-grow: 1 !important;}
.flex-grow-2 {flex-grow: 2 !important;}
.flex-grow-3 {flex-grow: 3 !important;}
.flex-grow-4 {flex-grow: 4 !important;}
.flex-grow-5 {flex-grow: 5 !important;}
.flex-grow-6 {flex-grow: 6 !important;}
.flex-grow-7 {flex-grow: 7 !important;}
.flex-grow-8 {flex-grow: 8 !important;}
.flex-grow-9 {flex-grow: 9 !important;}
.flex-grow-10 {flex-grow: 10 !important;}
.flex-grow-11 {flex-grow: 11 !important;}
.flex-grow-12 {flex-grow: 12 !important;}
.flex-grow-13 {flex-grow: 13 !important;}
.flex-grow-14 {flex-grow: 14 !important;}
.flex-grow-15 {flex-grow: 15 !important;}
.flex-grow-16 {flex-grow: 16 !important;}
.flex-grow-17 {flex-grow: 17 !important;}

.hours {
	padding: 3.5rem 0;
}

.hours-list {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;*/
}
	.hours-list {
		display: none;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		border: 1px solid #A2A4A3;
		border-width: 1px  0   0  1px;
		margin-top: 3rem;
	}
		.hours-list.show {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
		}
	.list-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		border: 1px solid #A2A4A3;
		border-width:  0  1px 1px  0;
	}
		.ie .list-item {
			min-height: 50px;
			flex: 0 0 auto;
		}
		.list-item.closed {
			background: #555555;
			color: #EFEFEF;
		}
		.list-item.gray {
			background: #EFEFEF;
		}
		.list-item.list-item-parent {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			/*border-width: 1px  0   0  1px;*/
			border: none;
		}
			.ie .list-item.list-item-parent {
				flex: 1 1 auto;
			}
		.list-item.list-header {
			padding: .25rem;
			font-weight: 700;
			text-transform: uppercase;
			color: #242424;
			background: #EFEFEF;
		}
			.ie .list-item.list-header {
				min-height: 50px;
				flex-grow: 0 !important;
			}
		.list-item .text {
			display: flex;
			justify-content: center;
			height: 100%;
			align-items: center;
			padding: .25rem;
		}



@media (max-width: 767px) {
	.list-item.list-item-parent {
		display: block;
	}
	.list-item, .list-item .text {
		min-width: 100%;
		display: block;
		height: auto;
	}
	.list-item {
		text-align: center;
		border-width: 1px;
	}
		.hours-list.show {
			display: block;
		}
	.hours-list {
		border: none;
		border-top:  2px solid #EFEFEF;
	}
	.container-mobile-fluid {
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
		.container-mobile-fluid .row {
			margin: 0;
		}
			.container-mobile-fluid .row .col-12 {
				padding: 0;
			}
}

.hidden {
	display: none;
}

#hoursDrop {
	/*display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	font-size: 20px;
	border-radius: 0;
	background: #EFEFEF;
	border: 2px solid #555555;
	padding: 14px 2rem;
	background: #EFEFEF url('../assets/img/ico-mobile-select-arrow.svg') no-repeat right center;
	padding: 14px 103px 14px 32px;
	font-family: "Uni Neue W00", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 700;
	color: rgb(85, 85, 85);
	-webkit-appearance: none;
}
.select-container {
	/*display: inline-block;*/
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select-styled {
	display: inline-block;
	border: 2px solid #555555;
	height: 56px;
	vertical-align: middle;
	padding-left: 2rem;
	min-width: 270px;
	position: relative;
	text-align: left;
	padding-top: 14px;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
	background: #EFEFEF;
	line-height: 1;
	cursor: pointer;
}
.select-styled:after {
	content: '';
	display: inline-block;
	height: 52px;
	width: 73px;
	background: #0098DB url('../assets/img/ico-down-arrow.svg') no-repeat center center;
	background-size: 20px 12px;
	border-left: 2px solid #555555;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: 2rem;
	position: absolute;
	right: 0;
	top: 1px;
}
ul.select-options {
	display: block;
	background: #EFEFEF;
	border: 2px solid #555555;
	border-top: none;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 197px;
	position: absolute;
	z-index: 3;
	cursor: pointer;
}
	ul.select-options li {
		display: block;
		padding: .5rem 2rem;
		border-top: 1px solid #A2A4A3;
	}
		ul.select-options li:first-child {
			border-top: none;
		}
		ul.select-options li:hover, ul.select-options li.active {
			background: #fff;
		}

@media (max-width: 575px) {
  .select-styled    { display: none; }
  #hoursDrop { display: inline-block; }
}

.collapse {
    display: none;
}
	.list-item.list-item-parent.collapse {
		display: none;
	}
.collapse.show {
    display: block;
}
	.list-item.list-item-parent.collapse.show {
		display: block;
	}
	@media (min-width: 768px) {
		.list-item.list-item-parent.collapse.show {
			display: flex;
		}
	}
tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

.toggle-slider {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 50%;
	height: 36px;
	background: #fff;
	border-radius: 32px;
	transition: all .15s ease-out;
}
	.toggle-slider.right {
	  transform: translateX(100%);
	}

	.pricing-options .toggle-slider {
		height: 29px;
	}
.fc-dayGrid-view .fc-body .fc-row{
	min-height: 3rem !important;
}
.message-edit-btn {
    float: right;
    padding: 0.045rem 0.95rem;
    background-color: #2EC6F8;
}

.message-edit-btn:hover {
    background-color: #0078AD;
    border-color: #0078AD;
}
.fc-bg td:first-child,
.fc-bg td:last-child {
    background-color: #f2f2f2 !important;
    background: #f2f2f2 !important;
    opacity: 1 !important;
}

.fc-subtitle {
    font-size: .75rem;
    display: block;
    line-height: 1.4;
    text-align: center;
}

/* !Homepage Calendar - formerly in a separate file in /public/css/fullcalendar-custom-home.css */

body.home .fc {
    margin-bottom: 2rem;
}

body.home .fc-sat,
body.home .fc-sun {
    background-color: #f2f2f2;
}

body.home .fc-day.fc-widget-content.fc-disabled-day:first {
    background-color: red !important;
}

body.home .fc-day.fc-widget-content.fc-disabled-day {
    background-color: #fff;
}

body.home .fc-day-grid-container {
    overflow: hidden !important;
}

body.home .fc-content-skeleton table th,
body.home .fc-content-skeleton table td {
    padding-left: 12px;
    padding-right: 12px;
}

body.home .fc-event {
    text-align: center;
}

body.home .fc-day-grid-event .fc-content {
    white-space: normal !important;
}

body.home .fc-event.bottommd {
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 15px;
    font-weight: bold;
    padding: 6px;
}

body.home .fc-event.bottommd.mobile {
    text-indent: -9999px;
    width: 100%;
    height: 5px;
    padding: 0;
    pointer-events: none;
    border-radius: 0;
    margin: 0;
}

body.home .fc-event.blackmd {
    background-color: #000000;
    border-color: #000;
    text-align: center;
}

body.home .fc-event.bluemd {
    background-color: #0098db;
}

body.home .fc-event.workoutmd {
    font-size: 1.250rem;
    background: none;
    border: none !important;
    color: #555555 !important;
    margin-bottom: 3px;
    font-weight: 400;
    line-height: 1.3;
}

body.home .fc-event.workoutmd.mobile {
    background-color: #a2a4a3;
    pointer-events: none;
    text-indent: -9999px;
    width: 100%;
    height: 5px;
    padding: 0;
    pointer-events: none;
    border-radius: 0;
    margin: 0;
}

@media screen and (max-width:1200px) {
    body.home .fc-content-skeleton table tbody tr td {
        padding-left: 5px;
        padding-right: 5px;
    }
    body.home .calendar-mobile .fc-day-grid-container {
        min-height: 288px !important;
    }
}

body.home .event-info-md {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

body.home .event-info-md li {
    background-color: #efefef;
    border-bottom: #c3c4c4 1px solid;
    position: relative;
    border-left: #c3c4c4 4px solid;
    padding: 1rem;
    color: #575757;
    font-size: 15px;
}

body.home .event-info-md li.bluemd {
    border-left-color: #0098db;
    color: #0098db;
}

body.home .event-info-md li.blackmd {
    border-left-color: #000000;
    color: #000000;
    font-size: .750rem;
    text-transform: uppercase;
}

body.home .event-info-md li:last-child {
    border-bottom: none;
}

body.home .calendar-mobile .fc {
    margin-bottom: 0px;
}

@media screen and (max-width:480px) {
    body.home .fc-toolbar h2 {
        font-size: 1rem;
    }
}

body.home .fc-day-number {
    color: #000;
    float: right;
    padding: 6px 0 !important;
}

body.home .fc th {
    text-align: right !important;
    padding-right: 10px !important;
    font-size: 1.2rem;
    color: #000;
}

/* Helper Classes */

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}
