html {
	height: 100%;
	background-color: #042753;
}

#admin-menu {
	height: 21px;
	background: rgba(0, 0, 0, 0.9);
}

/* Top Banner */

.top-banner .block.logo {
	display: block;
	height: 111px;
	width: 279px;
}

.full-width-img {
	height: 415px;
	background-color: #bbdef3;
}

.full-width-img[style^='background-image'] {
	width: 100%;
  height: 415px;
  background-repeat: no-repeat;
  background-size: cover;
 	background-position: center top;
}

div[class^="full-width-img home"] {
	background: #bbdef3 url('../img/banner_home.jpg') no-repeat left top;
}

div[class^="full-width-img services"] {
	background: #bbdef3 url('../img/banner_services.jpg') no-repeat right top;
}

div[class^="full-width-img contact"] {
	background: #bbdef3 url('../img/banner_contact.jpg') no-repeat center center;
}

div[class^="full-width-img about"] {
	background: #bbdef3 url('../img/banner_about.jpg') no-repeat center center;
}

div[class^="full-width-img maintenance"] {
	background: #bbdef3 url('../img/banner_maintenance_service.jpg') no-repeat right top;
}

div[class^="full-width-img properties"] {
	background: #bbdef3 url('../img/property_types.jpg') no-repeat center top;
}

div[class^="full-width-img learn-to-swim"] {
	background: #bbdef3 url('../img/banner_learn_to_swim.jpg') no-repeat center top;
}

div[class^="full-width-img join-our-team"] {
	background: #bbdef3 url('../img/banner_join_our_team.jpg') no-repeat left top;
}

div[class^="full-width-img learn-cpr"] {
	background: #bbdef3 url('../img/banner_learn_cpr.jpg') no-repeat center top;
}

div[class^="full-width-img soundwaves"] {
	background: #bbdef3 url('../img/banner_g_o_soundwaves.jpg') no-repeat center top;
}

div[class^="full-width-img an_soundwaves"] {
	background: #bbdef3 url('../img/banner_soundwaves_logo.jpg') no-repeat center center;
}

.full-width-img h1, .full-width-img .h1 {
	margin-top: 50px;
}

.full-width-img.an_soundwaves .btn {
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -70px;
}

.top-banner-actions > ul {
	margin-bottom: 0;
}

.top-banner-actions > ul ul.dropdown-menu {
	z-index: 1100;
}

.top-banner-actions > ul ul.dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.top-banner-actions > ul ul.dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}

.top-banner-actions > ul ul.dropdown-menu.pull-right:before {
	top: -7px;
	left: auto;
	right: 9px;
}

.top-banner-actions > ul ul.dropdown-menu.pull-right:after {
	top: -6px;
	left: auto;
	right: 10px;
}

@media (min-width: 768px) {
	.full-width-img h1, .full-width-img .h1 {
		margin-top: 75px;
	}
}

@media (min-width: 1200px) {
	div[class^="full-width-img "] {
		background-size: cover;
	}

	.full-width-img h1, .full-width-img .h1 {
		margin-top: 100px;
	}
}

.top-banner {
	color: #34495e;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 32px;
}

.top-banner a {
	color: #34495e;
}

/* Navbar */

.navbar-default {
	background-color: #063875;
	border: none;
	margin-bottom: 0;
}

#block-views-account-menu-block-2 {
	clear: both;
}
/* Upcoming Classes */

.navbar .yamm-content .media-heading {
	margin-bottom: 0;
}

.navbar .yamm-content .media-heading > .label {
	display: block;
	width: 50px;
	float: left;
	margin-right: 5px;
}

.navbar .yamm-content .media-body {
	color: #666;
}

.navbar .yamm-content .media-body > p {
	clear: both;
}
/* Blog Posts */

.navbar .yamm-content .view-blog .media-heading {
	margin-bottom: 15px;
}

.navbar .yamm-content .view-blog .media-heading > .label {
	width: 60px;
}

@media (min-width: 768px) {
	.navbar-default > .container {
		padding: 0;
	}

	.navbar nav > .menu {
		width: 100%;
	}

	.navbar .navbar-collapse {
		padding: 0;
	}

	.navbar nav > .menu > li {
		text-align: center;
		width: 16.666%;
	}

	.navbar nav > .menu > li li {
		text-align: left;
	}

	.navbar nav > .menu > li > a > b {
		display: block;
		font-size: 1.4em;
	}

	.navbar .navbar-nav > li > a {
		padding: 30px 15px;
		text-transform: uppercase;
	}
}

@media (min-width: 992px) {
	.admin-menu .pull-left.top-banner-actions {
		position: relative;
		z-index: 1001;
	}
}

.full-width-img.learn-to-swim, .full-width-img.about, .full-width-img.join-our-team {
	display: table;
	width: 100%;
}

.full-width-img > .tbl-cntnr {
	display: table-cell;
	vertical-align: middle;
}

.full-width-img > .tbl-cntnr .h1 {
	margin-top: 0;
}

.full-width-img .img-responsive {
	border: 2px solid #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.25);
	box-shadow: 0 3px 9px rgba(0,0,0,0.25);
}

@media (max-width: 767px) {
	h1.page-header {
		margin-top: 25px;
	}

	.top-banner .block.logo {
		float: none!important;
		width: 100%;
		text-align: center;
	}

	.top-banner .block .top-banner-actions {
		float: none!important;
		text-align: center;
	}

	.full-width-img .img-responsive {
		max-width: 200px;
		margin: 0 auto;
	}

	.full-width-img > .tbl-cntnr .h1 {
		text-align: center;
	}

	.navbar-header > button:before {
		content: "MENU";
		color: #fff;
		margin-top: -3px;
		position: absolute;
		left: -50px;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #063875;
	}

	.navbar .navbar-nav > li a {
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
	}

	.navbar .navbar-nav > li b {
		padding-right: 4px;
	}

	.navbar.yamm .navbar-nav > li > a.active, .navbar.yamm .navbar-nav > li > a.active:hover, .navbar.yamm .navbar-nav > li.open > a, .navbar.yamm .navbar-nav > li.open li a:hover, .navbar.yamm .navbar-nav > li > a:hover, .navbar.yamm .navbar-nav > li > a:focus {
		background: #1DADEB;
		color: #fff;
	}

	.navbar.yamm .navbar-nav > li.dropdown > a:after {
		position: absolute;
		right: 10px;
		content: "\f067";
		font-family: 'FontAwesome', sans-serif;
		color: #eee;
	}

	.navbar.yamm .navbar-nav > li.open > a:after {
		content: "\f068";
	}

	.navbar.yamm .navbar-nav > li li a:after, .navbar.yamm .navbar-nav > li:not(.dropdown) > a:after {
		position: absolute;
		right: 10px;
		content: "\f054";
		font-family: 'FontAwesome', sans-serif;
		color: #eee;
	}

	.navbar .dropdown-menu .yamm-content {
		padding-left: 10px;
		padding-top: 10px;
		margin-top: -5px;
		background: #1657a5;
	}

	.navbar .dropdown-menu .yamm-content h4 {
		margin: 0;
		text-decoration: underline;
		font-size: 15px;
		margin-left: -10px;
	}

	.navbar .dropdown-menu .yamm-content h4 > a, .navbar .dropdown-menu .yamm-content .view a {
		position: relative;
		display: block;
		padding: 10px 15px 12px;
		text-decoration: none;
	}
	/*.navbar .dropdown-menu .yamm-content > .row > div:last-child { display: none; }*/

	.navbar ul.menu > .first .dropdown-menu .yamm-content > .row > div:last-child {
		display: inherit;
	}

	.navbar .navbar-nav > li:nth-child(4) .row > div:last-child {
		display: none;
	}

	.navbar .yamm-content .media-body {
		color: #fff;
	}
}


@media (min-width: 768px) {
	.yamm .navbar-nav > li > a, .yamm .navbar-nav > li > a.disabled, .yamm .navbar-nav > li > a.active, .yamm .navbar-nav > li > a:hover, .yamm .navbar-nav > li > a:focus {
		background: #063875;
		color: #fff;
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}

	.yamm .navbar-nav > li > a:hover, .navbar-nav > li.active > a.active:hover, .yamm .navbar-nav > li.open > a, .yamm .navbar-nav > li.open > a:hover {
		color: #063875;
		background: #fff;
	}

	.yamm li .yamm-content h4 {
		color: #666;
	}

	.navbar .dropdown-menu {
		border: none;
	}

	.navbar .dropdown-menu .yamm-content a {
		color: #063875;
		background: none;
		padding: 5px 0;
	}

	.navbar .dropdown-menu .yamm-content a:hover {
		text-decoration: underline;
	}

	.menu-spotlight > a {
		position: relative;
		z-index: 1;
	}

	.menu-spotlight > a > img {
		max-width: 100%;
		height: auto;
		margin-bottom: 5px;
		border-radius: 6px;
	}

	.menu-spotlight > .location-label {
		display: block;
		width: 100%;
		height: 25px;
		position: relative;
		z-index: 1;
		margin: -30px 0 5px 0;
		background-color: #fff;
		background-color: rgba(255, 255, 255, .9);
		color: #666;
		font-size: 16px;
		line-height: 24px;
		text-indent: 5px;
		font-weight: 500;
	}

	.navbar .dropdown-menu .menu-spotlight > .location-label > a {
		color: #666;
		text-decoration: none;
		display: block;
		margin: -10px 0 0 0;
		padding-bottom: 0;
	}

	.navbar .dropdown-menu .yamm-content .view-aquatic-program-products a, .navbar .dropdown-menu .yamm-content .view-job-opportunities a {
		text-decoration: none;
	}

	.yamm-content .view-aquatic-program-products .class {
		padding: 6px 0;
	}

	.yamm-content .view .media-heading {
		color: #063875;
	}

	.yamm-content .view-aquatic-program-products .class:first-child {
		border-bottom: 1px solid #eee;
	}

	.yamm-content .view-job-opportunities .view-content > div {
		padding: 6px 0;
	}

	.yamm-content .view-job-opportunities .view-content > div:first-child {
		border-bottom: 1px solid #eee;
	}

	.yamm-content .view-job-opportunities .media h4 {
		margin-top: 5px;
	}

	.yamm-content .view-job-opportunities .fa-stack > span {
		display: block;
		color: #fff;
		text-align: center;
		position: relative;
	}
}

/* FOOTER */

footer.fw {
	background-color: #063875;
	color: #fff;
	padding-bottom: 0;
}

footer .footer-bm {
	padding: 15px 0;
	background-color: #042753;
}

footer a {
	color: #fff;
}

footer a:hover, footer a:focus {
	color: #3498db;
}

footer .btn-block b {
	display: block;
	font-size: 1.4em;
}

.region-footer-right > .block-search {
	margin-top: 20px;
}

footer.fw > .container {
	padding-bottom: 50px;
}

@media (max-width: 767px) {
	.region-lower-footer {
		text-align: center;
	}

	.region-lower-footer .pull-right {
		float: none!important;
	}
}
@media (min-width: 768px) {
	footer .social {
		margin-bottom: 60px;
	}

	footer.fw {
		margin-top: 100px;
		padding-top: 50px;
	}
}
@media (min-width: 1200px) {
	footer .social {
		margin-bottom: 80px;
	}
}

/* Typography */

.h1 {
	display: inherit;
	font-size: 14px;
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-12x {
	font-size: 12em
}

.fa-ul.fa-double > li {
	margin: 20px 0;
}

.white, .white > a, .white .small {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0, 0.25);
}

.white > a:hover, a.white:hover {
	color: #ddd;
}

.white.dark {
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
}

.nav-blue, .nav-blue > a, .nav-blue .small {
	color: #063875;
	text-shadow: 0 1px 2px rgba(255,255,255, 0.25);
}

.gold, .gold > a {
	color: #eeda77;
}

.aqua, .aqua > a {
	color: #00aced;
	text-shadow: 0 1px 2px rgba(0,0,0, 0.25);
}

.text-three {
	font-size: 3em;
}

.text-three-five, .h1 .text-three-five {
	font-size: 3.5em;
}

.m-t-hundred {
	margin-top: 100px;
}

.m-t-thirty {
	margin-top: 30px;
}

.m-t-sixty {
	margin-top: 60px;
}

.m-t-zero {
	margin-top: 0;
}

.m-b-zero {
	margin-bottom: 0;
}

.m-r-ten {
	margin-right: 10px;
}

.m-r-twenty {
	margin-right: 20px;
}

.m-b-thirty {
	margin-bottom: 30px;
}

.m-r-twenty {
	margin-right: 20px;
}

.thick, .small.thick {
	font-weight: 900;
}

.thin {
	font-weight: 200;
}

.caps {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
	display: block;
}

a.no-ul {
	text-decoration: none;
}

a.ul {
	border-bottom: 1px dotted #fff;
}

a.ul:hover {
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

a.fade:hover > img {
	opacity: .9;
}

.btn-seperator-text {
	font-style: italic;
	font-size: 16px;
	padding: 0 5px;
	vertical-align: text-top;
	text-transform: uppercase;
}

.dbl-space {
	letter-spacing: 5px;
}

.italic {
	font-style: italic;
}

.form-checkboxes.checkbox-inline {
	padding-left: 0;
}

.form-checkboxes.checkbox-inline > .checkbox {
	display: inline-block;
	margin: 5px;
}

@media (max-width: 480px) {
	.btn-seperator-text {
		display: block;
		padding: 2px 0;
	}

	.text-three-five, .h1 .text-three-five {
		font-size: 2.5em;
	}

	.m-t-hundred {
		margin-top: 60px;
	}

	.full-width-img.learn-to-swim .img-responsive {
		margin-top: 5px;
	}

	.top-banner-actions .blog {
		display: none;
	}

	.full-width-img h1, .full-width-img .h1 {
		margin-top: 85px;
	}
}



/* Globals */

.row.row-fw {
	margin: 0;
}

.row.row-fw>.col-sm-2 {
	padding-left: 0;
}

#views-ajax-body form {
	background-color: #fff;
	border: 1px solid #f3f4ee;
}

.border-top {
	border-top: 1px solid #eee;
	margin-top: 40px;
	padding-top: 20px;
}

.seperator {
	border-top: 1px solid #eee;
	margin: 65px 0 40px 0;
}

.img-center {
	display: block;
	margin: 0 auto;
}

.webform-client-form button {
	margin-top: 15px;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}

.view.table-default table {
	width: 100%;
}

.view.table-default table th, .view.table-default table td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.view.table-default table th {
	border-top: none;
}

.view.table-grouped table:nth-child(even), .view.table-grouped table:nth-child(even) > caption {
	background-color: #eaeef5;
	border: 1px #73839e solid;
}

.view.table-grouped table:nth-child(even) > caption {
	border-bottom: none;
}

.view.table-grouped table {
	border: 1px solid #ddd;
	margin-top: 50px;
}

.view.table-grouped table:nth-child(odd) >  caption {
	border: 1px #ddd solid;
	border-bottom: none;
}

.view.table-grouped table > caption {
	padding: 10px;
}

.view.table-fixed table {
	table-layout: fixed;
}

.container-inline-date .form-item .input-group {
	max-width: 225px;
}

.date-display-range {
	display: inherit;
}

/* Swipe */

.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swipe-wrap {
	overflow: hidden;
	position: relative;
}

.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}

#testimonial-slider img ~ blockquote {
	margin-left: 180px;
}

/* Slider Swipe */

.fw-wrapper {
	position: relative;
}

.banner > .swipe-wrap > div {
	min-height: 415px;
}

.banner > .swipe-wrap > div > .container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.swipe-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.swipe-nav > .prev, .swipe-nav > .next {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -23px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 2px #000;
	text-align: center;
	background: #222;
	background: rgba(0,0,0,.5);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 3px solid #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: .5;
	cursor: pointer;
}

.swipe-nav > .next {
	left: auto;
	right: 15px
}

.swipe-nav > .prev:hover, .swipe-nav > .next:hover, .swipe-nav > .prev:focus, .swipe-nav > .next:focus, .swipe-nav > .prev:active, .swipe-nav > .next:active {
	background: #111;
	background: rgba(0,0,0,.9);
}

@media (max-width: 767px) {
	.swipe-wrap > div > img {
		display: none;
	}

	#testimonial-slider img ~ blockquote {
		margin-left: 0;
	}
}

/* SIDEBAR RIGHT */

aside.col-sm-3 {
	background-color: #eee;
	padding-bottom: 20px;
}

aside.col-sm-3 h2, aside.col-sm-3 h3, aside.col-sm-3 h4 {
	color: #063875;
}

#fb-sb {
	margin-right: -15px;
}

@media (min-width: 768px) {
	.region-sidebar-second>section:first-child {
		margin-top: 60px;
	}

	.page-aquatic-facilities .region-sidebar-second>section:first-child {
		margin-top: -10px;
		padding-top: 40px;
	}
}

.region-sidebar-second>section:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.region-sidebar-second>.block-views>h2 {
	font-size: 22px;
}

@media (max-width: 767px) {
	aside.col-sm-3 {
		margin-top: 30px;
	}

	.region-sidebar-second>.block-views>h2 {
		padding-top: 10px;
	}

	.region-sidebar-second>section .no-ul > img {
		display: block;
		margin: 0 auto;
	}
}

.region-sidebar-second .view-aquatic-program-products .class {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.region-sidebar-second .view-aquatic-program-products .more-link {
	padding-top: 10px;
}

.region-sidebar-second .view-aquatic-program-products .more-link:after {
	content: "\f101";
	font-family: 'FontAwesome', sans-serif;
	color: #3498db;
}


/* PAGES */

.breadcrumb {
	background: none;
	margin-top: 20px;
}

.breadcrumb a {
	color: #3498db;
}

h1.page-header {
	border-bottom: none;
	color: #34495e;
}

.fw-links {
	display: none;
	width: 100%;
	background-color: #063875;
	padding-top: 15px;
}

.fw-links a {
	color: #fff;
	display: block;
	padding-bottom: 10px;
}

.fw-links a > b {
	display: block;
}

@media (max-width: 767px) {
	.breadcrumb {
		display: none;
	}

	.fw-links {
		display: none;
	}
}

/* HOME PAGE */

.box-container {
	padding-top: 50px;
}

/* CONTAINERS */

.video-bg-container {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	padding: 0;
	display: inline-block;
}

.video-bg-container > .media-img {
	padding-left: 0;
}

.video-bg-container > .media-post > p {
	position: relative;
	z-index: 1;
}

.video-bg-container > .media-post > p > i {
	position: absolute;
	z-index: -1;
	color: #ddd;
	left: -15px;
	top: -8px;
}

.article-bg-container {
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	padding: 0;
	display: inline-block;
	margin-bottom: 25px;
}

.article-bg-container p {
	margin: 20px 0;
}

.article-bg-container.left .media-img {
	padding-left: 0;
}

.article-bg-container.right .media-img {
	padding-right: 0;
}

@media (max-width: 767px) {
	.video-bg-container {
		margin-left: -15px;
		margin-right: -15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.video-bg-container > .media-img {
		padding-left: 15px;
	}

	.video-bg-container > .media-img img {
		margin: 0 auto;
		border: 1px solid #e0e0e0;
		max-width: 250px;
	}

	.article-bg-container {
		margin-left: -15px;
		margin-right: -15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.article-bg-container.left .media-img {
		padding-left: 15px;
	}

	.article-bg-container.right .media-img {
		padding-right: 15px;
	}

	.article-bg-container .media-img img {
		margin: 0 auto;
		border: 1px solid #e0e0e0;
		max-width: 250px;
	}
}

.box.big > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 200px;
	height: 200px;
	border: 10px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: #3276b1;
	vertical-align: middle;
}

.box.big > .icon > .image > span {
	display: block;
	width: 180px;
	height: 180px;
	margin: auto;
	border-radius: 50%;
}

.box.big > .icon > .image > .p-manage {
	background: url('../img/pool_management_c.jpg') no-repeat center center;
}

.box.big > .icon > .image > .b-guard {
	background: url('../img/lifeguard.jpg') no-repeat center center;
}

.box.big > .icon > .image > .l-swim {
	background: url('../img/learn_swim.jpg') no-repeat center center;
}

.box.big > .icon > .info > h2.title {
	font-size: 24px;
	font-weight: 500;
}

.box.big > .icon > .info > .more a {
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}

.box.big > .icon:hover > .info > .more > a {
	padding: 8px 10px;
}

/* SERVICES PAGE */

.bg-color {
	background-color: #fafafa;
	padding: 100px 0;
	margin: 100px 0;
}

.bg-color.blue {
	background-color: #063875;
	color: #fff;
}

.bg-color.orange {
	background-color: #f89e33;
	color: #fff;
}

.bg-color.orange .white {
	text-shadow: none;
}

.bg-color.transparent {
	background-color: transparent;
	border-top: 1px solid #eee;
}

.bg-color.m-b-zero {
	margin-bottom: 0;
}

.bg-color.first {
	margin-top: 70px;
}

.grid-listing img {
	display: block;
	margin: 0 auto;
}

.grid-listing .action-links {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.grid-listing .action-links {
		text-align: center;
	}
}


/* BOXES */

.box > .icon {
	text-align: center;
	position: relative;
}

.box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: #63B76C;
	vertical-align: middle;
}

.box > .icon:hover > .image {
	background: #333;
}

.box > .icon > .image > i {
	font-size: 36px;
	color: #fff;
}

.box > .icon:hover > .image > i {
	color: #fff;
}

.box.contact > .icon > .info h3.title {
	font-size: 20px;
}

.box.contact > .icon > .info p {
	font-size: 14px;
}

.box.contact > .icon > .image {
	border: 8px solid white;
	background: #3276b1;
}

.box.contact > .icon:hover > .image {
	background: #285e8e;
}

.box > .icon > .image > span {
	display: block;
	width: 40px;
	height: 72px;
	margin: auto;
}

.box > .icon > .image > .service {
	background: url('../img/service.png') no-repeat center center;
}

.box > .icon > .image > .guard {
	background: url('../img/guard.png') no-repeat center center;
}

.box > .icon > .image > .swim {
	background: url('../img/swim.png') no-repeat center center;
}

.box > .icon > .image > .maintenance {
	background: url('../img/maintenance.png') no-repeat center center;
}

.box > .icon > .image > .pool {
	background: url('../img/pool.png') no-repeat center center;
}

.box > .icon > .image > .audit {
	background: url('../img/audit.png') no-repeat center center;
}

.box > .icon > .info {
	margin-top: -24px;
	background: #f5f5f5;
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
}

.box > .icon > .info > h3.title {
	font-size: 18px;
	color: #222;
	font-weight: 500;
}

.box > .icon > .info > p {
	font-size: 15px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}

.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
	color: #222;
}

.box > .icon > .info > .more a {
	font-size: 14px;
	color: #222;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.box > .icon:hover > .info > .more > a {
	color: #fff;
	padding: 6px 8px;
	background-color: #63B76C;
}

.box .space {
	height: 30px;
}



/* Contact Us */

ul.contact {
	margin-top: 20px;
}

ul.contact > li {
	margin: 10px 0;
}

.page-node-1765 h1.page-header {
	text-align: center;
}

#node-32 .row > .box {
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	padding: 15px 0 10px 0;
	text-align: center;
}


/* LOCATION DIRECTORY */

.pad-lg table>tbody>tr>td.count.img {
	width: auto;
	max-width: 265px;
}

.view-location-list.pad-lg table > tbody>tr:nth-child(even)>td:first-child {
	border-left: 1px solid #ddd;
}

.view-location-list.pad-lg table > tbody>tr:nth-child(odd)>td {
	padding: 5px 8px 3px;
	font-size: 18px;
	vertical-align: middle;
}

.view-location-list.pad-lg table > tbody>tr:nth-child(odd)>td.count {
	padding: 15px 8px;
	border-bottom: 1px solid #46b8da;
	border-right: none;
}

.count.img>a>img {
	margin-bottom: 5px;
}

/* LOCATION PAGES */

.fw-wrapper img {
	width: 100%;
	height: auto;
}

.gallery > ul {
	padding-left: 0;
	list-style: none;
}

.gallery > #links img {
	display: inline-block;
	margin: 0 15px 15px 0;
	vertical-align: top;
}

.gallery > #links img {
	border-radius: 4px;
}

.gallery > #links img:hover {
	opacity: .8;
}

.location-map {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.location-map:hover {
	opacity: .8;
}

.location-map a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.simple-gmap-static-map > img {
	border-radius: 6px;
	max-width: 100%;
	height: auto;
}

.location-map:after {
	content: "View on Google Maps";
	position: relative;
	bottom: 0;
	left: 0;
	z-index: -1;
	font-size: 1.1em;
	color: #428bca;
}

.view-location-list.view-display-id-block_3 .view-content {
	position: relative;
}

.view-location-list.view-display-id-block_3 .location-label {
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 15px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
	min-width: 275px;
}

.view-location-list .location-label h3 {
	margin-top: 0;
}

@media (max-width: 767px) {
	.view-location-list.view-display-id-block_3 .location-label {
		position: relative;
		right: auto;
		bottom: auto;
		padding: 15px;
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.page-aquatic-facilities .fw-wrapper + .container h1.page-header {
		display: none;
	}
}

.program-list > ul, .program-instructors > ul {
	list-style: none;
	padding-left: 10px;
	margin-top: 20px;
}

.program-list > ul > li:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 26px;
	vertical-align: middle;
	display: inline-block;
	text-decoration: inherit;
	content: "\f006";
	padding-right: 10px;
	color: #5bc0de;
}

.program-instructors-inline > ul {
	list-style: none;
	padding-left: 10px;
	margin-bottom: 0;
}

.program-instructors-inline > ul > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.program-instructors-inline > ul > li:first-child {
	padding-left: 0
}

.program-instructors > ul >li, .program-instructors-inline > ul > li {
	margin-bottom: 10px;
}

.program-instructors > ul >li img, .program-instructors-inline > ul > li img {
	border-radius: 50%;
	margin-bottom: 5px;
}

.program-instructors > ul >li .field-name-field-employee-name, .program-instructors-inline > ul > li .field-name-field-employee-name {
	font-weight: bold;
	font-size: 16px;
}
/* Iframe embeds */

.embed-responsive > iframe {
	width: 100%;
	height: auto;
}



/* FERMI SWIM CLASS OVERRIDES */

.page-swim-classes-programs-parent--preschool-fermilab-pool strong.eligibility, .page-swim-classes-programs-preschool-fermilab-pool strong.eligibility, .page-swim-classes-programs-beginner-fermilab-pool strong.eligibility, .page-swim-classes-programs-advanced-beginner-fermilab-pool strong.eligibility, .page-swim-classes-programs-intermediate-fermilab-pool strong.eligibility, .page-swim-classes-programs-advanced-fermilab-pool strong.eligibility, .page-swim-classes-programs-adult-fermilab-pool strong.eligibility, .page-swim-classes-programs-water-aerobics-fermilab-pool strong.eligibility {
	display: none;
}

/* GLOSSARY */

.view-aquatic-terms .view-filters {
	background-color: #f89e33;
	color: #fff;
	padding: 30px 0 15px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.view-aquatic-terms .view-filters h3 {
	margin: 5px 0 0;
}

.view-aquatic-terms.view-display-id-page .media.results {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.view-aquatic-terms.view-display-id-page_1 .media.results {
	padding-bottom: 20px;
	margin: 20px 0;
	border-bottom: 1px solid #eee;
}

.view-aquatic-terms.view-display-id-page_1 .container > div:last-child .media.results {
	border-bottom: none;
}

.view-aquatic-terms.view-display-id-page_1 .view-content {
	margin-top: 20px;
}

.view-aquatic-terms .term-box > .row {
	border: 1px solid #eee;
}

.view-aquatic-terms .term-box .term {
	padding: 10px;
}

.view-aquatic-terms .term-box .term:first-of-type {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/* BLOG */

.node-article .field-type-image img {
	display: block;
	margin: 10px auto;
}

.node-article .field-label {
	margin-top: 20px;
}

.node-article .field-type-taxonomy-term-reference .field-item {
	display: inline-block;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.view-aquatic-terms .term-box > .row {
		margin-right: 0;
	}

	.view-aquatic-terms .term-box .term:first-of-type {
		border-bottom: none;
	}
}
#block-webform-client-block-765 {
	background-color: #f89e33;
	color: #fff;
	padding: 40px 0;
	margin-top: 40px;
	margin-bottom: 20px;
}

#block-webform-client-block-765 .form-item:not(:last-of-type) {
	margin-bottom: 20px;
}

/* COMMERCRE */

form.commerce-add-to-cart.form-search.content-search {
	width: 140px;
}

form.commerce-add-to-cart.form-search.content-search > div > .form-wrapper {
	display: inline;
}

@media (min-width: 768px) {
	.cart-contents {
		border: 1px solid #ddd;
	}

	section.block-commerce-cart h2.block-title {
		padding: 10px 0px 10px 10px;
		background-color: #5bc0de;
		color: #fff;
		border-radius: 4px 4px 0 0;
		border: 1px solid #46b8da;
		margin-bottom: 0;
	}

	section.block-commerce-cart table td {
		border-top: none;
	}

	section.block-commerce-cart .cart-contents {
		background-color: #fff;
		border-radius: 0 0 4px 4px;
	}

	section.block-commerce-cart .cart-contents .view-footer {
		padding-top: 10px;
		border-top: 1px solid #ddd;
	}

	section.block-commerce-cart .cart-contents .view-footer .line-item-summary {
		padding: 0 10px;
	}

	section.block-commerce-cart .cart-empty-block {
		text-align: center;
		padding: 10px 0 15px;
		border: 1px solid #ddd;
		font-weight: bold;
		background-color: #fff;
	}
}

/* CLASS LIST TABLE */

.filter-panel > .panel-body > .form-item {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.table-info table > thead > tr > th {
	background-color: #5bc0de;
	border: 1px solid #46b8da;
	color: #fff;
}

.table-info table > thead > tr > th:first-child {
	border-right: 1px solid #46b8da;
}

.table-info table > tbody>tr:nth-child(even)>td {
	padding: 3px 8px 10px;
	vertical-align: middle;
}

.table-info table > tbody>tr:nth-child(even)>td {
	border-bottom: 1px solid #46b8da;
}

.table-info table > tbody>tr:nth-child(even)>td:first-child {
	border-left: 1px solid #ddd;
}

table>tbody>tr>td.count {
	text-align: center;
	position: relative;
	width: 80px;
	border-top-color: #f9f9f9;
	background-color: #f9f9f9;
	border-left: 1px solid #46b8da;
	border-bottom: 1px solid #46b8da;
}

td.count > img {
	margin-top: 15px;
	border: 1px solid #46b8da;
}

.table-info table > tbody {
	border: 1px solid #46b8da;
}

/* bootstrap fix */

.table-striped>tbody>tr:nth-child(odd)>td.danger, .table-striped>tbody>tr:nth-child(odd)>th.danger {
	background-color: #f2dede;
}

.table-matrix>tbody>tr:nth-child(odd)>td {
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.table-matrix>thead>tr.info:nth-child(odd)>th, .table-matrix>tbody>tr>td.info {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}


/* COMMERCE CHECHOUT PROGRESS */

.commerce-checkout-progress {
	padding-left: 0;
}

.commerce-checkout-progress li {
	padding: 10px 12px 10px 30px;
	margin-right: 5px;
	background: #efefef;
	position: relative;
	display: inline-block;
}

.commerce-checkout-progress li {
	list-style: decimal-leading-zero;
	list-style-position: inside;
}

ol.inline.commerce-checkout-progress li {
	width: auto;
}

.commerce-checkout-progress li:before {
	width: 0;
	height: 0;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #fff;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}

.commerce-checkout-progress li:after {
	width: 0;
	height: 0;
	border-top: 20px inset transparent;
	border-bottom: 20px inset transparent;
	border-left: 20px solid #efefef;
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	z-index: 2;
}

.commerce-checkout-progress li:first-child:before, .commerce-checkout-progress li:last-child:after {
	border: none;
}

.commerce-checkout-progress li.active {
	background: #007ACC;
	color: #fff;
}

.commerce-checkout-progress li.active:after {
	border-left-color: #007ACC;
}

.commerce-checkout-progress li:first-child {
	border-radius: 4px 0 0 4px;
	padding-left: 20px;
}

.commerce-checkout-progress li:last-child {
	border-radius: 0 4px 4px 0;
}

.payment-redirect-form iframe {
	display: block;
	margin: 0 auto;
}


/* COMMERCE ORDERS */
/* USER ORDERS */

.view-commerce-user-orders caption {
	text-align: left;
	text-indent: 8px;
	padding-top: 10px;
}

.view-commerce-user-orders > .view-content > table {
	margin: 15px 0 30px;
	width: 100%;
}

.view-commerce-user-orders > .view-content > table > caption {
	background-color: #d9edf7;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

.view-commerce-user-orders > .view-content > table > thead {
	background-color: #d9edf7;
}

.view-commerce-user-orders > .view-content > table > tbody {
	background-color: #f7f7f7;
}
/* ADMIN ORDERS */

.view-commerce-orders > .view-content > table {
	width: 100%;
}

.tablesorter-filter.disabled {
	display: none;
}

.orders-tbl.tablesorter thead th:nth-child(1) {
	width: 90px;
}

.orders-tbl.tablesorter thead th:nth-child(2) {
	width: 155px;
}

.orders-tbl.tablesorter thead th:nth-child(5) {
	width: 125px;
}

.orders-tbl.tablesorter .tablesorter-hasChildRow td.toggle {
	cursor: pointer;
}

.orders-tbl.tablesorter td .list-inline {
	margin-bottom: 0;
}

.orders-tbl.tablesorter .tablesorter-hasChildRow > td {
	padding: 8px 6px;
}

.orders-tbl.tablesorter .tablesorter-hasChildRow.open {
	background-color: #f0f9ff;
	border-top: 1px double #c6d8e4;
}

.orders-tbl.tablesorter .tablesorter-hasChildRow.open > td {
	background-color: rgba(230,245,255,.3);
	border-right: 0;
	border-left: 0;
	border-color: #c6d8e4;
	border-style: double
}

.orders-tbl.tablesorter .tablesorter-hasChildRow.open > td.toggle {
	border-bottom-color: transparent;
}

.orders-tbl.tablesorter .tablesorter-childRow  > td {
	background-color: rgba(230,245,255,.2);
	vertical-align: middle;
}

.orders-tbl.tablesorter .tablesorter-childRow  > td.childEmpty {
	border-color: transparent;
	background-color: #eef8fe;
}

.orders-tbl.tablesorter .tablesorter-childRow.last  > td.childEmpty {
	border-bottom-color: #edf1f5;
}



/* REGISTRATION MANAGEMENT */

.panel .pull-left .form-item-start, .panel .pull-left .form-item-end {
	margin-bottom: 15px;
}

/* DATEPICKER */

.ui-datepicker.ui-widget {
	background-color: #fff;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	background-clip: padding-box;
}

.ui-datepicker td a {
	text-align: center;
	color: #333;
}

.ui-datepicker td a:hover, .ui-datepicker td a:focus {
	color: #000;
	font-weight: bold;
	margin-top: -1px;
	background-color: #eee;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
	top: 1px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
	top: 1px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:after, .ui-datepicker .ui-datepicker-next:after {
	content: "\f152";
	display: inline;
	font-family: 'FontAwesome', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #333;
}

.ui-datepicker .ui-datepicker-prev:after {
	content: "\f191";
	margin-left: 5px;
}

td.ui-datepicker-today a {
	font-weight: bold;
	margin-top: -1px;
	background-color: #d9edf7;
	color: #3a87ad;
}

th.ui-datepicker-week-end, td.ui-datepicker-week-end {
	background-color: #f1f1f1;
	background-color: rgba(0,0,0, .03);
}

.panel .form-type-date-popup label {
	display: block;
}

.panel .form-type-date-popup > .help-block {
	display: block;
	clear: both;
}
/* TIMEPICKER */

.ui-timepicker-standard {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	border: none;
	color: #333;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	background-clip: padding-box;
}

.ui-timepicker-standard a {
	color: #333;
}

.ui-timepicker-standard .ui-state-hover {
	background-color: #eee;
	border: 1px solid #eee;
	color: #222
}

.ui-timepicker-standard .ui-menu-item a.ui-state-hover {
	font-weight: bold;
	margin: -1px 0 0;
}


/* WEBFORMS */

.webform-datepicker > div > select {
	width: auto;
	float: left;
}

.webform-component-date > .description {
	clear: both;
}

.webform-datepicker input.webform-calendar.hasDatepicker {
	height: 30px;
}

span.form-required {
	color: #953b39;
}

.form-item.webform-component {
	margin-bottom: 10px;
}

.webform-progressbar-outer {
	margin-bottom: 50px;
}


/* VBO Views && Editable Views */

.table-fixed .vbo-views-form table tr>th:first-child {
	width: 30px;
}

.view-class-product-registrations table tr>th:last-child {
	width: 60px;
}

.view-class-product-registrations table tr>th:nth-child(4) {
	width: 50px;
}

.views-row-edit-static {
	display: none;
}


/* JOBS */

.loc-info > ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.loc-info > ul:last-child > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
}

.loc-info > ul:last-child > li:first-child {
	padding-left: 0
}

.program-instructors > ul >li img, .loc-info > ul:last-child > li img {
	border-radius: 50%;
	margin-bottom: 5px;
}

.loc-info > ul:last-child > li .field-name-field-employee-name {
	font-weight: bold;
	font-size: 16px;
}

.view-job-opportunities table tr>td:last-child {
	padding-left: 0;
	padding-right: 0;
	min-width: 200px;
	vertical-align: middle;
}

/* BLOG */

.view-blog.view-display-id-page .img-circle {
	display: block;
	margin: 15px auto;
}

.view-blog.view-display-id-page .views-row {
	margin: 10px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}


/* RESPONSIVE TABLES */

@media (max-width: 767px) {
	.view-location-list.view-display-id-page .view-content, .view-aquatic-program-products.view-display-id-page .view-content, .view-aquatic-program-products.view-display-id-block-6 .view-content, .view-job-opportunities.view-display-id-page .view-content, form .table-info {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.view-location-list.view-display-id-page .view-content table, .view-aquatic-program-products.view-display-id-page .view-content table, .view-aquatic-program-products.view-display-id-block-6 .view-content table, .view-job-opportunities.view-display-id-page .view-content table, form .table-info table {
		min-width: 500px;
	}
}
