/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 08 September 2016 11:43:00
*/


/* CBAY CSS */

/* Document structure
==================================================
    normalize.css
    HTML5 Boilerplate styles

    Screen {
      Main;
      Navbar;
      Header;
      Main-Nav;
      Content;
      Aside;
      Form;
      Footer;
      Homepage;
      Specific Theme Content Styles;
      News;
      Search;
      Transistion Effects;
      RSlides;
    }

    Helper classes
    Print styles
*/

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family: 'Cabin Condensed', sans-serif; letter-spacing: 1px;}
html.lt-ie9,.lt-ie9 button,.lt-ie9 input,.lt-ie9 select,.lt-ie9 textarea{letter-spacing: 0px;}
a:focus{outline:thin dotted}
a:active,a:hover{outline:0}
h1{font-size:2em;margin:.67em 0}
h2{font-size:1.5em;margin:.83em 0}
h3{font-size:1.17em;margin:1em 0}
h4{font-size:1em;margin:1.33em 0}
h5{font-size:.83em;margin:1.67em 0}
h6{font-size:.75em;margin:2.33em 0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
blockquote{margin:1em 40px}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
p,pre{margin:1em 0}
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:none}
q:before,q:after{content:'';content:none}
small{font-size:80%}
sub,sup{font-size:60%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
dl,menu,ol,ul{margin:1em 0}
dd{margin:0 0 0 40px}
menu,ol,ul{padding:0 0 0 40px}
nav ul,nav ol{list-style:none;list-style-image:none}
img{border:0;-ms-interpolation-mode:bicubic}
svg:not(:root){overflow:hidden}
figure{margin:0}
form{margin:0}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Main 
********************/

body {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
}

#container {
    margin: auto;
   /* overflow: hidden; */
    padding: 20px;
    width: 980px;
}

#content {
    border-top: 1px solid #E3E3E3;
    margin: auto;
    overflow: hidden;
    width: 100%;
}

.type-homepage #content, .type-landing-page #content {
    border: none;
}

#content-inner {
    display: block;
    float: right;
    margin: 0 0 0.83em;
    width: 66%;
}

.content-one-col #content-inner {
    border: 1px solid #CCCCCC;
    border-radius: 20px 0 20px 0;
    margin: 0.83em 0;
    overflow: hidden;
    padding: 2em 3.5em;
    width: 88%;
}

h1, h2, h3, h4, h5 {
    color: #0981C3;
}

h1 {
    border-bottom: 1px solid #E3E3E3;
    font-size: 2.5em;
    margin: 0 0 10px;
    padding-bottom: 10px;
    text-align: center;
}

a {
    color: #0981C3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#content-inner h2 {
    font-size: 2em;
    margin: 0 0 10px;
}

#content-inner h5 {
    font-size: 1em;
    font-style: italic;
}

.nostyle-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content-inner ul, #content-inner ol {
    line-height: 1.25em;
    margin: 0.75em 0;
    padding: 0 0 0 5%;
}

p.intro {
    border-bottom: 1px solid #E3E3E3;
    font-style: italic;
    padding: 0 0 10px;
}

#content-inner img {
    border-radius: 20px 0 20px 0;
}

img.align-right {
    clear: right;
    float: right;
    margin: 10px 0 10px 20px;
}

#content-inner table {
    border: 1px solid #C9CACC;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}
thead {
    background: none repeat scroll 0 0 #4C4D4F;
    color: #FFFFFF;
    font-size: 0.85em;
}
tbody {
    font-size: 0.75em;
}

tr th:first-child, tr td:first-child {
    text-align: left;
}
thead th {
    border: 1px solid #D3D3D3;
    font-size: 1.2em;
    text-align: center;
}
th, td {
    padding: 0.5em 1%;
    vertical-align: top;
}

tbody tr td:first-child {
    font-weight: bold;
}

tbody td {
    border-color: #D3D3D3;
    border-style: solid;
    border-width: 1px;
    vertical-align: middle;
}

tbody tr:nth-child(2n) {
    background: none repeat scroll 0 0 #F6F6F6;
}

smaller{font-size:50%}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-family: Serif;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

/* Navbar 
********************/

.navbar {
    background-color: #0981C3;
    border-radius: 0 0 30px 30px;
    color: #FFFFFF;
    display: block;
    height: 32px;
    margin: 0 auto;
    overflow: hidden;
    width: 1024px;
}

.navbar-inner {
    margin: auto;
    width: 980px;
}

.utility-nav {
    float: left;
    margin: 2px 0;
    padding: 0;
}

.utility-nav li {
    display: inline;
    list-style-type: none;
    padding: 0 21px 0 0;
}

.utility-nav a {
    color: #FFFFFF;
    font-size: 0.7em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.utility-nav .active a, .utility-nav a:hover  {
    color: #000000;
}

.navbar-form {
    font-size: 0.9em;
    margin-right: 10px;
    padding: 4px 0;
    position: relative;
}

.lt-ie8 .navbar-form {
    width: 200px;
}

#ss-term {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 15px 15px 15px 15px;
    height: 18px;
    padding: 2px 40px 2px 10px;
    width: 124px;
}

.lt-ie8 #ss-term {
    padding-right: 20px;
}

#ss-submit {
    background: url("/__data/assets/image/0007/241/search-bg.png") no-repeat scroll 50% 50% #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    box-shadow: none;
    display: block;
    height: 20px;
    padding-right: 20px;
    position: relative;
    right: 40px;
    text-indent: -9999px;
    top: 4px;
    width: 15px;
}

.pull-right {
    float: right;
}

.contact-phone {
    font-size: 0.82em;
    font-weight: bold;
    margin-right: 18px;
    padding: 5px;
}

.fb-like {
    margin-top: 4px;
}

.fb-like.pull-right.fb_edge_widget_with_comment.fb_iframe_widget {
    margin-right: 10px;
    padding: 5px;
}

/* Header 
********************/

header {
    border-bottom: 1px solid #E3E3E3;
    display: block;
    float: left;
    margin: 10px 2px 0;
    width: inherit;
}

.logo {
    display: block;
    float: left;
    margin: 0 10px;
}

.logo img {
    float: left;
}

.logo-text {
    clear: both;
    color: #93989B;
    float: left;
    font-style: italic;
    margin: 20px 0;
}

.logo-text a {
    color: #0981C3;
    text-decoration: none;
}

.logo-text a:hover {
    text-decoration: underline;
}

.opening-hours {
    float: right;
}

.header .opening-hours h2 {
    color: #0981C3;
    font-size: 0.9em;
    margin: 0em 0.3em 0.2em;
    text-align: right;
}

.opening-hours a {
    float: left;
    margin-top: 5px;
}

.timetable {
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.3px;
    list-style-type: none;
    margin: 0 4px;
    width: 205px;
}

.timetable li {
    clear: both;
    display: block;
    width: 205px;
}

.timetable span {
    float: left;
}

.timetable span.hours {
    float: right;
}


.bookings table {
    border: 6px solid white;
}

#content-inner .bookings table {
  border-collapse: separate;
}
    
#content-inner .bookings td {
    border: 2px solid #FFFFFF;
    padding: 0.2em;
    vertical-align: middle;
}

#content-inner .timetable-content .bookings td {
    border: 6px solid #FFFFFF;
    padding: 0.5em 1%;
}

.timetable-content .timetable-expand.bookings span {
    display: inline;
}

.bookings tbody tr td:last-child {
    border-right-color: #FFFFFF;
}

.bookings tbody tr td:first-child {
    border-left-color: #FFFFFF;
}

.bookings .walkntalk {
    background: none repeat scroll 0 0 #7F447F;
    color: #fff;
}

.bookings .busy {
    background: none repeat scroll 0 0 #F7A546;
    color: #fff;
}

.bookings .aquaclass {
    background: none repeat scroll 0 0 #E489CB;
    color: #fff;
}

.bookings .fullybooked {
    background: none repeat scroll 0 0 #0981C3;
    color: #fff;
}

.bookings .open {
    background: none repeat scroll 0 0 #34B053;
    color: #fff;
}

.bookings .closed {
    background: none repeat scroll 0 0 #DC4037;
    color: #fff;
}

/* New Angular Bookings
********************/

.bookings grid-mapper td input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: #fff;
  text-align: center;
  
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

grid-mapper .editable {
 cursor: pointer;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

grid-mapper .grid-selected-item {
  border: 4px solid green !important;
}

grid-mapper .edit-cell input {
  width: 90%;
}

grid-mapper .edit-cell button {
  width: 20%;
}

.edit-items {
  margin-top: 5px;
}

.edit-items button {
  margin-left: 5px;
}

.edit-items input {
  width: 25%;
}

/* Main-nav 
********************/

#main-nav {
    display: block;
    float: left;
    width: inherit;
}

#main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
}

#main-nav li {
    display: block;
    float: left;
    padding: 18px 0;
    position: relative;
}

#main-nav a {
    display: block;
    font-weight: bold;
    margin-right: 80px;
    padding: 11px 0 11px 53px;
    text-decoration: none;
    text-transform: uppercase;
}

#main-nav .aquatics > a {
    background: url("/__data/assets/image/0012/219/aqua-logo.png") no-repeat scroll 0 50% transparent;
    color: #dc4037;
}

#main-nav .fitness > a {
    background: url("/__data/assets/image/0007/232/fitness-logo.png") no-repeat scroll 0 50% transparent;
    color: #38a53e;
}

#main-nav .learn-to-swim > a {
    background: url("/__data/assets/image/0009/243/swim-logo.png") no-repeat scroll 0 50% transparent;
    color: #3ab6f4;
}

#main-nav .facilities > a {
    background: url("/__data/assets/image/0012/228/faci-logo.png") no-repeat scroll 0 50% transparent;
    color: #f7a546;
}

#main-nav .join-us > a {
    background: url("/__data/assets/image/0009/234/join-logo.png") no-repeat scroll 0 50% transparent;
    color: #0093cc;
}

#main-nav .contact > a {
    background: url("/__data/assets/image/0009/225/contact-logo.png") no-repeat scroll 0 50% transparent;
    color: #646464;
    margin-right: 0;
}

#main-nav ul.sub-nav {
    margin: 0;
   /* opacity: 0.85; */
    padding: 18px 0 0 18px;
    position: absolute;
    width: 15.2em;
    z-index: 20;
    display: none;
}

#main-nav .sub-nav li {
    background: none repeat scroll 0 0 #F0ECEB;
    border-bottom: 1px solid #CACBCD;
    display: block;
    margin: 0;
    padding: 1px 0;
    text-align: left;
    width: 100%;
}

#main-nav .sub-nav a {
    color: #605C59;
    display: block;
    font-size: 0.82em;
    margin: 0;
    padding: 9px 20px 8px 13px;
    width: auto;
}

#main-nav .sub-nav a:hover {
    color: #FFFFFF;
    opacity: 1;
}

#main-nav .aquatics .sub-nav a:hover {
    background: none repeat scroll 0 0 #DC4037;
}

#main-nav .fitness .sub-nav a:hover {
    background: none repeat scroll 0 0 #39A540;
}

#main-nav .learn-to-swim .sub-nav a:hover {
    background: none repeat scroll 0 0 #3AB6F4;
}

#main-nav .facilities .sub-nav a:hover {
    background: none repeat scroll 0 0 #F7A546;
}

#main-nav .join-us .sub-nav a:hover {
    background: none repeat scroll 0 0 #0093CC;
}

#main-nav .contact .sub-nav a:hover {
    background: none repeat scroll 0 0 #646464;
}

#main-nav .contact .sub-nav {
    left: -132px;
}

#main-nav .contact .sub-nav a {
    text-align: right;
}

/* Content 
********************/

.ui-nav-breadcrumb {
    margin: 10px 5px;
    width: 80%;
    float: left;
}

.ui-nav-breadcrumb span, .ui-nav-breadcrumb a {
    font-size: 0.75em;
    margin: 0 5px;
}

#to-print {
    background: url("/__data/assets/image/0017/1736/print.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 24px;
    margin: 10px 10px 0;
    width: 33px;
}

/* Image Slider */

.img-slider {
    border-radius: 25px 0 25px 0;
    display: block;
    float: left;
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
}

.lt-ie8 .img-slider {
    z-index: -1;
}

.type-homepage .img-slider {
    margin: 0 0 60px;
}

.img-slider .slider-content {
    left: 0%;
    bottom: 7%;
    position: absolute;
}

.slider-content h2 {
    color: #4186BD;
    font-size: 1.4em;
    letter-spacing: 2.1px;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}

.slider-content h2 span {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 2px 22px;
}

.slider-content p {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 0.8em;
    margin: 0;
    padding: 10px 10px 10px 22px;
    width: 70%;
}

/* Inside Page Grid/Tile Styles */

.sub-pages.grid {
    float: right;
}

.sub-pages .tile {
    height: 190px;
    width: 47%;
}

.sub-pages .row {
    margin-bottom: 20px;
}

.sub-pages .row:nth-child(2n+1) .tile:nth-child(2n+1), .sub-pages .row:nth-child(2n+0) .tile:nth-child(2n+2) {
    border-radius: 0 20px 0 20px;
}
.sub-pages .row:nth-child(2n+1) .tile:nth-child(2n+2), .sub-pages .row:nth-child(2n+0) .tile:nth-child(2n+1) {
    border-radius: 20px 0 20px 0;
}

.sub-pages .tile h2 {
    bottom: 0;
    position: absolute;
    width: 81%;
    z-index: 3;
}

.sub-pages .overlay {
    height: 144px;
}

.sub-pages .tile:hover .overlay {
    background: url("/__data/assets/image/0020/578/landing-page-overlay3.png") no-repeat scroll 50% 50% transparent;
    opacity: .5;
}

table.classes h3 {
    font-size: 2.5em;
    margin: 5px;
    padding: 0 10px;
    text-align: center;
    width: 15px;
}

#calendarTable .event.event {
    clear: both;
    display: block;
    float: none !important;
    height: 21px !important;
    margin: 0 !important;
    position: static !important;
    text-indent: -9999px;
    width: 70px !important;
}


.aquatics #calendarTable .event.event {
    text-indent: 0;
}

#calendarTable .eventText {
    clear: both;
    display: block;
    width: 80px !important;
}

#calendarTable td {
    border: medium none;
    padding: 1%;
}

#calendarTable .today {
    float: none;
    width: auto;
}

#calendarTable a.cxworx {
    background: url("/__data/assets/image/0018/1449/lm-cxworx-button-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.rpm {
    background: url("/__data/assets/image/0011/1451/lm-rpm-button-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.bodyattack {
    background: url("/__data/assets/image/0011/1442/lm-attack-button-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.bodybalance {
    background: url("/__data/assets/image/0012/1443/lm-balance-button-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.bodycombat {
    background: url("/__data/assets/image/0017/1448/lm-combat-button-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.bodypump {
    background: url("/__data/assets/image/0010/1450/lm-pump-button-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.bodystep {
    background: url("/__data/assets/image/0012/1452/lm-step-button-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.bodyvive {
    background: url("/__data/assets/image/0013/1453/lm-vive-button-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.bodyjam {
    background: url("/__data/assets/image/0016/1960/lm-bodyjam-button-rgb-tm-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.bootcamp {
    background: url("/__data/assets/image/0018/1962/lm-bootcamp-button-rgb-tm-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.women-s-bootcamp {
    background: url("/__data/assets/image/0003/23754/womens-bootcamp-button-small.jpg") no-repeat scroll 0 0 transparent;
}
#calendarTable a.bodycombat-express {
    background: url("/__data/assets/image/0019/4339/lm-bodycombat-rgb-button-tm-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.bodyattack-express {
    background: url("/__data/assets/image/0017/4337/lm-bodyattack-rgb-button-tm-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.grit-series {
    background: url("/__data/assets/image/0020/8138/grit-logo-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.grit-cardio {
    background: url("/__data/assets/image/0007/86461/lm-grit-cardio-button-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.grit-plyo {
    background: url("/__data/assets/image/0008/86462/lm-grit-plyo-button-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.grit-strength {
    background: url("/__data/assets/image/0009/86463/lm-grit-strength-button-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.circfit {
    background: url("/__data/assets/image/0010/39592/circfit-rgb-button-tm-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.teamfit {
    background: url("/__data/assets/image/0003/39594/teamfit-rgb-button-tm-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.agefit {
    background: url("/__data/assets/image/0004/46615/agefit-rgb-button-tm-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.runfit {
    background: url("/__data/assets/image/0018/46611/runfit-rgb-button-tm-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.sgtfit {
    background: url("/__data/assets/image/0020/46613/sgtfit-rgb-button-tm-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.pilates {
    background: url("/__data/assets/image/0017/60425/pilates-button-tm-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.corefit {
    background: url("/__data/assets/image/0004/67117/corefit-button-tm-small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.circuit {
    background: url("/__data/assets/image/0010/81586/circuit_small.png") no-repeat scroll 0 0 transparent;
}
#calendarTable a.sprint {
    background: url("/__data/assets/image/0011/86465/lm-sprint-button-small.png") no-repeat scroll 0 0 transparent;
}

/*
.testimonials blockquote {
    background: none repeat scroll 0 0 #d3d3d3;
    border-radius: 20px 0 20px 0; 
    padding: 0.5em 10px;
}

.testimonials blockquote:before {
    color: #828282;
    content: open-quote;
    font-size: 4em;
    line-height: 0em;
    vertical-align: -.5em;
}
*/
.webcam {
    text-align: center;
    padding-top: 1em;
}

/* Aside Content 
********************/


aside {
    margin: 1.33em 0;
    overflow: hidden;
    width: 31%;
}

.type-landing-page aside {
    margin: 0;
}

aside h2.nav-heading a {
    background: none repeat scroll 0 0 #0981C3;
    border-radius: 0 15px 0 15px;
    color: #FFFFFF;
    display: block;
    margin: 0.83em 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}

.left-nav {
    font-weight: bold;
    text-transform: uppercase;
}

.left-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.left-nav li {
    border-bottom: 1px solid #E3E3E3;
}

.left-nav a {
    background: url("/__data/assets/image/0012/1128/arrow-standard.png") no-repeat scroll 95% 50% transparent;
    color: #605C59;
    display: block;
    padding: 10px 35px 10px 10px;
    text-decoration: none;
}

.left-nav a:hover {
    background: url("/__data/assets/image/0012/1128/arrow-standard.png") no-repeat scroll 95% 50% #E3E3E3;
}

.left-nav ul li ul {
    margin: 0 0 5px 5px;
}

.left-nav ul li ul li {
    border-bottom: medium none;
}

.left-nav ul li ul li a {
    background: none;
    border-left: 5px solid #FFFFFF;
    padding: 5px 35px 5px 10px;
}

.left-nav li.hierarchy > a, .left-nav li.current > a {
    background: url("/__data/assets/image/0004/220/arrow-down.png") no-repeat scroll 95% 50% #0981C3;
    color: #FFFFFF;
}

.left-nav ul li ul li.current a {
    background: none;
    border-left: 4px solid #0981C3;
    color: #0981C3;
    margin: 5px 0;
    padding: 0 35px 0 10px;
}

.info-box {
    background: none repeat scroll 0 0 #D3D3D3;
    border-radius: 0 20px 0 20px;
    color: #000000;
    font-size: 0.8em;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}

aside .info-box h2 {
    background: none repeat scroll 0 0 #0981C3;
    color: #FFFFFF;
    margin: 0;
    padding: 5px 10px;
}

.info-box p {
    padding: 5px 10px;
}

/*.info-box a {
    color: #000000;
}*/

.links-box {
    background: none repeat scroll 0 0 #D3D3D3;
    border-radius: 0 20px 0 20px;
    font-size: 0.8em;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
}

aside .links-box h2 {
    background: none repeat scroll 0 0 #0981C3;
    color: #FFFFFF;
    margin: 0 0;
    padding: 5px 10px;
}

.links-box a {
    border-bottom: 1px solid #FFFFFF;
    color: #000000;
    display: block;
    line-height: 1.2em;
    padding: 10px;
}

.links-box a:hover {
    color: #06689E
}


/* Form Styles
********************/

form label, form legend {
    /* float: left; bjr-01/2014 - field formatting */
    margin: 0.2em 3% 0 0;
    /*text-align: right;
    width: 25%;*/
}

fieldset label {
    margin: 1% 0 0 1%;
    width: auto;
}

form input, form textarea, form select {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); IE6-8 */
    border: 1px solid #DBDBDB;
    box-shadow: 1px 1px 2px #E8E8E8 inset;
    padding: 0.5em;
    width: 60%;
}

#content-inner form input[type=text], #content-inner form textarea, #content-inner form select {
    width: 90%;
}

.ie9 form input, .ie9 form textarea, .ie9 form select {
    filter: none;
}

form textarea {
    height: 8em;
}

form div, form fieldset {
    margin: 2.5em 0;
    overflow: hidden;
}

form input, form textarea, form select {
    /* float: left; bjr-01/2014 - field formatting */
}

#content-inner form {
    border: 1px solid #E3E3E3;
    border-radius: 20px 0 20px 0;
    /*font-size: 0.75em;*/
    overflow: hidden;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
    width: 13px;
}
fieldset input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    clear: left;
    margin: 0.4em 0 0;
    width: auto;
}

fieldset div {
    margin: 0;
}

form .half-width {
    width: 30%;
}

input[type="submit"], .button {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 82% 50% #06689E;
    border: medium none;
    border-radius: 0 10px 0 10px;
    box-shadow: none;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    padding: 5px 39px 5px 18px;
    text-decoration: none;
    width: auto;
}

input[type="submit"]:hover, .button:hover {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 82% 50% #0C8CD3;
}

#content-inner form input[type="submit"] {
    margin: 0 10% 2.5em 0;
}

input[type="reset"], .button {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 82% 50% #06689E;
    border: medium none;
    border-radius: 0 10px 0 10px;
    box-shadow: none;
    color: #FFFFFF;
    float: right;
    font-weight: bold;
    padding: 5px 39px 5px 18px;
    text-decoration: none;
    width: auto;
}

input[type="reset"]:hover, .button:hover {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 82% 50% #0C8CD3;
}

#content-inner form input[type="reset"] {
    margin: 0 10% 2.5em 0;
}

.form-error-messages {
    color: #FF0000;
    margin: 0;
}

.lt-ie8 fieldset {
  position: relative;
}
.lt-ie8 fieldset legend {
  margin: 0;
  padding: 0;
  position: absolute;
}
.lt-ie8 fieldset div {
  padding: 0 0 0 33%;
}
.lt-ie8 fieldset div div {
  padding: 0;
}


/* Footer 
********************/

.footer {
    clear: both;
    background: #828282;
    margin: auto;
    width: 1024px;
}

.footer footer {
    height: 22px;
    margin: auto;
    padding: 40px 0;
    width: 980px;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer li {
    color: #FFFFFF;
    display: inline-block; *display:inline;*zoom:1;
    float: right;
    font-size: 0.72em;
    letter-spacing: 0.5px;
    padding: 5px 0 5px 30px;
}

.footer li.phone, .footer li.address, .footer li.fb {
    float: left;
    padding: 5px 32px;
}

.footer li.address {
    background: url("/__data/assets/image/0010/235/location-icon.png") no-repeat scroll 0% 50% transparent;
}

.footer li.fb {
    background: url("/__data/assets/image/0005/230/fb-icon.png") no-repeat scroll 0 50% transparent;
    text-transform: uppercase;
}

.footer li.phone {
    background: url("/__data/assets/image/0006/240/phone-icon.png") no-repeat scroll 0% 50% transparent;
}

.footer a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-timaru {
    margin: 20px auto;
    overflow: hidden;
    width: 980px;
}

.footer-timaru .timaru-logo {
    float: right;
    margin: 30px 0;
}

.footer-timaru .logo-text {
    clear: none;
    margin: 10px 0;
    width: 79%;
}

.footer-timaru .sponsor {
    float: left;
    width: 27%;
}

.footer-timaru .sponsor a {
    color: #93989B;
    font-size: 0.8em;
    text-transform: uppercase;
}

/* Homepage
********************/

.type-homepage #content-inner {
    float: left;
    margin: 0;
}

/* Homepage Timetable */

.timetable-main {
    background: #0981c3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4N2ZjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzBkOGNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODdmYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #0981c3 0%, #0c8cd3 48%, #0981c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0981c3), color-stop(48%,#0c8cd3), color-stop(100%,#0981c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0981c3 0%,#0c8cd3 48%,#0981c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0981c3 0%,#0c8cd3 48%,#0981c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0981c3 0%,#0c8cd3 48%,#0981c3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0981c3 0%,#0c8cd3 48%,#0981c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0981c3', endColorstr='#0981c3',GradientType=0 ); /* IE6-8 */
    border-radius: 0 20px 0 20px;
    display: block;
    float: left;
    margin-bottom: 67px;
    width: 99%;
}

.ie9 .timetable-main {
    filter: none;
}

.timetable-content {
    font-size: 0.9em;
    margin: 0px 25px;
    overflow: hidden;
}

#content-inner .timetable-main h2 {
    background: url("/__data/assets/image/0008/224/clock.png") no-repeat scroll 0 50% transparent;
    color: #FFFFFF;
    font-size: 1.3em;
    margin: 0.83em 0;
    padding-left: 35px;
    text-transform: uppercase;
}

.today {
    float: left;
    width: 75%;
}

.this-week {
    float: right;
    width: 18%;
}

h3.today, h3.this-week {
    color: #fff;
    display: inline;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px 35px;
    text-transform: uppercase;
}

h3.this-week {
    padding-left: 0;
    text-align: center;
}

#content-inner .timetable-content ul {
    border-bottom: 1px solid #84C1E2;
    color: #FFFFFF;
    float: left;
    font-size: 1em;
    list-style-type: none;
    margin-top: 0;
    padding: 0;
    width: 100%;
}

.timetable-content li {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    overflow: hidden;
    padding: 0;
}

.timetable-content a.today {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 2% 50% transparent;
    border-top: 1px solid #84C1E2;
    color: #FFFFFF;
    display: block;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 0 0 36px;
    text-decoration: none;
    cursor: pointer;
}

.timetable-content a.this-week {
    background: url("/__data/assets/image/0007/223/calendar.png") no-repeat scroll 50% 50% transparent;
    border-top: 1px solid #84C1E2;
    display: block;
    height: 38px;
    line-height: 38px;
    text-indent: -9999px;
}

.timetable-content li.hydroslide a.today {
    width: 94%;
}

.timetable-content a.today:hover {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 2% 50% #074d73;
}

.timetable-content  a.this-week:hover {
    background: url("/__data/assets/image/0007/223/calendar.png") no-repeat scroll 50% 50% #074d73;
}

.timetable-content li a.active, .timetable-content a.today.active:hover {
    background: url("/__data/assets/image/0004/220/arrow-down.png") no-repeat scroll 2% 50% #074D73;
}

.timetable-content .timetable-expand {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    display: none;
    overflow: hidden;
    width: 81%;
}

.timetable-content li.hydroslide .timetable-expand {
    width: 100%;
}

#content-inner .timetable-content .timetable-expand ul, #content-inner .timetable-content .timetable-expand p {
    color: #555555;
    padding: 0 0 0 35px;
}

.timetable-content .timetable-expand li {
    border: medium none;
    font-size: 0.8em;
    font-weight: normal;
    padding: 4px 0;
}

.timetable-content .timetable-expand li.heading {
    border-bottom: 1px solid;
    color: #0981C3;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.timetable-content .timetable-expand h4 {
    display: inline-block; *display:inline;*zoom:1;
    margin: 0;
    width: 33%;
}

.timetable-content .timetable-expand span {
    display: inline-block; *display:inline;*zoom:1;
    width: 33%;
}

#content-inner .timetable-expand table {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    border-radius: 0 0 0 0;
    color: #555555;
    padding: 0;
}

.timetable-expand th {
    border-bottom: 1px solid;
    color: #0981C3;
    font-size: 1.2em;
    width: 25%;
}

.timetable-expand tr th:first-child, tr td:first-child {
    padding-left: 10px;
    text-align: left;
}

.timetable-expand .note {
    font-size: 0.8em;
}

/*
.timetable-expand td span {
    position: relative;
}

.timetable-expand td:hover span:before {
    border-color: transparent transparent transparent #0981C3;
    border-style: solid;
    border-width: 10px;
    content: "";
    display: inline-block;
    left: -4px;
    position: absolute;
    top: -1px;
    z-index: 4;
}

.timetable-expand td:hover span:after {
    background: none repeat scroll 0 0 #0981C3;
    border: 1px solid #0981C3;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    content: "Number of lanes available";
    display: block;
    font-size: 1em;
    left: -115px;
    padding: 10px;
    position: absolute;
    top: -20px;
    width: 90px;
    z-index: 3;
}
*/

.cxworx a, .bodyattack a, .bodybalance a, .bodycombat a, .bodypump a, .bodystep a, .bodyvive a, .rpm a, .bodyjam a, .bootcamp a, .grit-series a,
.women-s-bootcamp a, .teamfit a, .circfit a, .agefit a, .runfit a, .sgtfit a, .bodycombat-express a, .bodyattack-express a, .pilates a, .corefit a, .circuit a,
.grit-cardio a, .grit-strength a, .grit-plyo a, .sprint a {
    display: block;
    height: 31px;
    text-indent: -9999px;
}

.cxworx a {
    background: url("/__data/assets/image/0005/1202/lm-cxworx-button.png") no-repeat scroll 50% 50% transparent;
}

.bodyattack a {
    background: url("/__data/assets/image/0020/1199/lm-attack-button.png") no-repeat scroll 50% 50% transparent;
}

.bodybalance a {
    background: url("/__data/assets/image/0003/1200/lm-balance-button.png") no-repeat scroll 50% 50% transparent;
}

.bodycombat a {
    background: url("/__data/assets/image/0004/1201/lm-combat-button.png") no-repeat scroll 50% 50% transparent;
}

.bodypump a {
    background: url("/__data/assets/image/0006/1203/lm-pump-button.png") no-repeat scroll 50% 50% transparent;
}

.rpm a {
    background: url("/__data/assets/image/0007/1204/lm-rpm-button.png") no-repeat scroll 50% 50% transparent;
}

.bodystep a {
    background: url("/__data/assets/image/0008/1205/lm-step-button.png") no-repeat scroll 50% 50% transparent;
}

.bodyvive a {
    background: url("/__data/assets/image/0009/1206/lm-vive-button.png") no-repeat scroll 50% 50% transparent;
}

.bodyjam a {
    background: url("/__data/assets/image/0006/1959/lm-bodyjam-button-rgb-tm.jpg") no-repeat scroll 50% 50% transparent;
}

.bootcamp a {
    background: url("/__data/assets/image/0017/1961/lm-bootcamp-button-rgb-tm.jpg") no-repeat scroll 50% 50% transparent;
}

.bodycombat-express a {
    background: url("/__data/assets/image/0018/4338/lm-bodycombat-rgb-button-tm.png") no-repeat scroll 50% 50% transparent;
}

.bodyattack-express a {
    background: url("/__data/assets/image/0016/4336/lm-bodyattack-rgb-button-tm.png") no-repeat scroll 50% 50% transparent;
}

.grit-series a {
    background: url("/__data/assets/image/0019/8137/grit-logo.png") no-repeat scroll 50% 50% transparent;
}

.grit-cardio a {
    background: url("/__data/assets/image/0006/86442/lm-grit-cardio-button.png") no-repeat scroll 50% 50% transparent;
}

.grit-plyo a {
    background: url("/__data/assets/image/0011/86447/lm-grit-plyo-button.png") no-repeat scroll 50% 50% transparent;
}

.grit-strength a {
    background: url("/__data/assets/image/0010/86446/lm-grit-strength-button.png") no-repeat scroll 50% 50% transparent;
}

.women-s-bootcamp a {
    background: url("/__data/assets/image/0020/23753/womens-bootcamp-button.jpg") no-repeat scroll 50% 50% transparent;
}

.circfit a {
    background: url("/__data/assets/image/0009/39591/circfit-rgb-button-tm.png") no-repeat scroll 50% 50% transparent;
}

.teamfit a {
    background: url("/__data/assets/image/0011/39593/teamfit-rgb-button-tm.png") no-repeat scroll 50% 50% transparent;
}

.agefit a {
    background: url("/__data/assets/image/0003/46614/agefit-rgb-button-tm.png") no-repeat scroll 50% 50% transparent;
}
.runfit a {
    background: url("/__data/assets/image/0017/46610/runfit-rgb-button-tm.png") no-repeat scroll 50% 50% transparent;
}
.sgtfit a {
    background: url("/__data/assets/image/0019/46612/sgtfit-rgb-button-tm.png") no-repeat scroll 50% 50% transparent;
}
.pilates a {
    background: url("/__data/assets/image/0016/60424/pilates-button-tm.png") no-repeat scroll 50% 50% transparent;
}
.corefit a {
    background: url("/__data/assets/image/0003/67116/corefit-button-tm.png") no-repeat scroll 50% 50% transparent;
}
.circuit a {
    background: url("/__data/assets/image/0009/81585/circuit_normal.png") no-repeat scroll 50% 50% transparent;
}
.sprint a {
    background: url("/__data/assets/image/0010/86464/lm-sprint-button.png") no-repeat scroll 50% 50% transparent;
}

/* Homepage Tiles Grid */

.grid {
    float: left;
    width: 99%;
}

.row {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.tile {
    float: left;
    height: 264px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 47%;
}

.tile.even {
    float: right;
}

.tile:hover {
    text-decoration: none;
}

#content-inner .tile img {
    position: absolute;
    border-radius: 0;
}

.landing-pages.grid .row:nth-child(2n+1) .tile:nth-child(2n+1), .landing-pages.grid .row:nth-child(2n+0) .tile:nth-child(2n+2) {
    border-radius: 0 20px 0 20px;
}
.landing-pages.grid .row:nth-child(2n+1) .tile:nth-child(2n+2), .landing-pages.grid .row:nth-child(2n+0) .tile:nth-child(2n+1) {
    border-radius: 20px 0 20px 0;
}

/*.tile.aquatics {
    background: url("/__data/assets/image/0010/217/aqua-bg.png") repeat scroll 0px 46px transparent;
}

.tile.fitness {
    background: url("/__data/assets/image/0006/231/fitness-bg.png") repeat scroll 0px 46px transparent;
}

.tile.learn-to-swim {
    background: url("/__data/assets/image/0008/242/swim-bg.png") repeat scroll 0px 46px transparent;
}

.tile.facilities {
    background: url("/__data/assets/image/0011/227/faci-bg.png") repeat scroll 0px 46px transparent;
} */

.overlay {
    cursor: pointer;
    display: inline;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

/* .tile:hover .overlay {
    background: url("/__data/assets/image/0011/218/aqua-hover.png") no-repeat scroll 50% 80% transparent;
    opacity: 1;
} */

.tile:hover .overlay {
    background: url("/__data/assets/image/0020/578/landing-page-overlay3.png") repeat scroll 0 0 transparent;
    opacity: 0.5;
}

#content-inner .tile h2 {
    color: white;
    font-size: 1em;
    letter-spacing: 2px;
    margin: 0;
    padding: 12px 30px;
    text-transform: uppercase;
}

.tile.aquatics h2 {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50% #b30a0d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkMGYwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2NkMTgxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZDBmMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -moz-linear-gradient(top,  #b30a0d 0%, #cd191c 48%, #b30a0d 100%); /* FF3.6+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b30a0d), color-stop(48%,#cd191c), color-stop(100%,#b30a0d)); /* Chrome,Safari4+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-linear-gradient(top,  #b30a0d 0%,#cd191c 48%,#b30a0d 100%); /* Chrome10+,Safari5.1+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -o-linear-gradient(top,  #b30a0d 0%,#cd191c 48%,#b30a0d 100%); /* Opera 11.10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -ms-linear-gradient(top,  #b30a0d 0%,#cd191c 48%,#b30a0d 100%); /* IE10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, linear-gradient(to bottom,  #b30a0d 0%,#cd191c 48%,#b30a0d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30a0d', endColorstr='#b30a0d',GradientType=0 ); /* IE6-8 */
}

.tile.fitness h2 {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50% #079012; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmODUxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzJmYTIzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjg1MTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -moz-linear-gradient(top,  #079012 0%, #279c30 48%, #079012 100%); /* FF3.6+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#079012), color-stop(48%,#279c30), color-stop(100%,#079012)); /* Chrome,Safari4+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-linear-gradient(top,  #079012 0%,#279c30 48%,#079012 100%); /* Chrome10+,Safari5.1+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -o-linear-gradient(top,  #079012 0%,#279c30 48%,#079012 100%); /* Opera 11.10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -ms-linear-gradient(top,  #079012 0%,#279c30 48%,#079012 100%); /* IE10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, linear-gradient(to bottom,  #079012 0%,#279c30 48%,#079012 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#079012', endColorstr='#079012',GradientType=0 ); /* IE6-8 */
}

.tile.learn-to-swim h2 {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50% #148ec9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3ODFiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzJmYTRkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzgxYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -moz-linear-gradient(top,  #148ec9 0%, #31a7e0 48%, #148ec9 100%); /* FF3.6+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#148ec9), color-stop(48%,#31a7e0), color-stop(100%,#148ec9)); /* Chrome,Safari4+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-linear-gradient(top,  #148ec9 0%,#31a7e0 48%,#148ec9 100%); /* Chrome10+,Safari5.1+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -o-linear-gradient(top,  #148ec9 0%,#31a7e0 48%,#148ec9 100%); /* Opera 11.10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -ms-linear-gradient(top,  #148ec9 0%,#31a7e0 48%,#148ec9 100%); /* IE10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, linear-gradient(to bottom,  #148ec9 0%,#31a7e0 48%,#148ec9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#148ec9', endColorstr='#148ec9',GradientType=0 ); /* IE6-8 */
}

.tile.facilities h2 {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50% #b96917; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlNjgxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2VjOGYzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZTY4MTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -moz-linear-gradient(top,  #b96917 0%, #f19232 48%, #b96917 100%); /* FF3.6+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b96917), color-stop(48%,#f19232), color-stop(100%,#b96917)); /* Chrome,Safari4+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-linear-gradient(top,  #b96917 0%,#f19232 48%,#b96917 100%); /* Chrome10+,Safari5.1+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -o-linear-gradient(top,  #b96917 0%,#f19232 48%,#b96917 100%); /* Opera 11.10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -ms-linear-gradient(top,  #b96917 0%,#f19232 48%,#b96917 100%); /* IE10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, linear-gradient(to bottom,  #b96917 0%,#f19232 48%,#b96917 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b96917', endColorstr='#b96917',GradientType=0 ); /* IE6-8 */
}

.tile.yellow h2 {
    background: #febf04; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYmYwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWJmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #febf04 0%, #ffd65e 50%, #febf04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febf04), color-stop(50%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #febf04 0%,#ffd65e 50%,#febf04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #febf04 0%,#ffd65e 50%,#febf04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #febf04 0%,#ffd65e 50%,#febf04 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #febf04 0%,#ffd65e 50%,#febf04 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf04', endColorstr='#febf04',GradientType=0 ); /* IE6-8 */
}

.ie9 .tile.yellow h2 {
    filter: none;
}

.tile.light-red h2 {
    background: #ff2800; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMjgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U4NmM1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjI4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ff2800 0%, #e86c57 50%, #ff2800 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2800), color-stop(50%,#e86c57), color-stop(100%,#ff2800)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff2800 0%,#e86c57 50%,#ff2800 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff2800 0%,#e86c57 50%,#ff2800 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff2800 0%,#e86c57 50%,#ff2800 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff2800 0%,#e86c57 50%,#ff2800 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2800', endColorstr='#ff2800',GradientType=0 ); /* IE6-8 */
}

.ie9 .tile.light-red h2 {
    filter: none;
}

.tile.purple h2 {
    background: #800080; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwMDA4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzdmNTI3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDAwODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #800080 0%, #7f527f 50%, #800080 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#800080), color-stop(50%,#7f527f), color-stop(100%,#800080)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #800080 0%,#7f527f 50%,#800080 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #800080 0%,#7f527f 50%,#800080 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #800080 0%,#7f527f 50%,#800080 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #800080 0%,#7f527f 50%,#800080 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800080', endColorstr='#800080',GradientType=0 ); /* IE6-8 */
}

.ie9 .tile.purple h2 {
    filter: none;
}

.tile.light-green h2 {
    background: #1ee200; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlZTIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzkwZTA4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZWUyMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #1ee200 0%, #90e084 50%, #1ee200 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1ee200), color-stop(50%,#90e084), color-stop(100%,#1ee200)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1ee200 0%,#90e084 50%,#1ee200 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1ee200 0%,#90e084 50%,#1ee200 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1ee200 0%,#90e084 50%,#1ee200 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1ee200 0%,#90e084 50%,#1ee200 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ee200', endColorstr='#1ee200',GradientType=0 ); /* IE6-8 */
}

.ie9 .tile.light-green h2 {
    filter: none;
}

.tile.grey h2 {
    background: #808080; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzRmNGY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDgwODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #808080 0%, #4f4f4f 50%, #808080 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(50%,#4f4f4f), color-stop(100%,#808080)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #808080 0%,#4f4f4f 50%,#808080 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #808080 0%,#4f4f4f 50%,#808080 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #808080 0%,#4f4f4f 50%,#808080 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #808080 0%,#4f4f4f 50%,#808080 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#808080',GradientType=0 ); /* IE6-8 */
}

.ie9 .tile.grey h2 {
    filter: none;
}

/* Homepage Aside */

.type-homepage aside {
    float: right;
    margin: 0;
    width: 31%;
}

aside div {
    overflow: hidden;
}

.type-homepage aside h2, aside .news h2, aside .prices h2 {
    color: #0981C3;
    float: left;
    font-size: 1.1em;
    letter-spacing: 1.8px;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}

aside input[type="submit"], aside .button {
    font-size: .7em;
}

aside .news ul, aside .prices ul {
    border-collapse: collapse;
    border-top: 1px solid #58585A;
    display: table;
    list-style-type: none;
    margin: 5px 0;
    padding: 5px 0;
}
aside .news li, aside .prices li {
    border-bottom: 1px solid #58585a;
    color: #555555;
}

.type-homepage .prices {
    margin-bottom: 80px;
}

.prices li {
    display: table-row;
    font-size: 0.8em;
    height: 51px;
}

.prices p {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    width: 278px;
}

.prices .price {
    color: #0981C3;
    display: table-cell;
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle;
}

.lt-ie8 .prices ul {
    display: block;
    padding: 0;
}

.lt-ie8 .prices li {
    display: block;
    height: auto;
    padding: 10px 0;
}

.lt-ie8 .prices li span {
    display: inline;
    float: right;
    margin-top: -30px;
}

  
.lt-ie8 .prices li p {
    display: inline;
}

.news {
    margin: 30px 0;
}

.type-homepage .news {
    margin: 0 0 60px 0;
}

.news li {
    display: table-row;
    height: 70px;
}

.news li a {
    color: #555555;
    display: table-cell;
    font-size: 0.8em;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    vertical-align: middle;
}

.news li a:hover {
    color: #0981C3;
}

.news h3, .news p {
    margin: 0;
}

aside .news h3 {
    color: #0981C3;
}

.news .date {
    color: #0981C3;
    display: table-cell;
    font-weight: bold;
    padding: 0 0 0 2px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 45px;
}

aside .sign-up h2, aside .sign-up form {
    clear: both;
    margin: 0;
}

.sign-up input {
    font-size: .85em;
}

.sign-up input {
    float: none;
    margin: 0 0 12px 0;
    padding: 5px 0 5px 40px;
    width: 85%;
}

.sign-up .email-sign-up {
    background: url("/__data/assets/image/0010/2026/signup-icons.png") no-repeat scroll 0 98% transparent;
}

.sign-up .name-sign-up {
    background: url("/__data/assets/image/0010/2026/signup-icons.png") no-repeat scroll 0 -5% transparent;
}

aside .sign-up input[type="submit"] {
    text-transform: uppercase;
}


aside .concession h2, aside .concession form {
    clear: both;
    margin: 0;
}

div .concession {
    margin-top: 10px;
}

.concession .card-id {
    background: url("/__data/assets/image/0010/2026/signup-icons.png") no-repeat scroll 0 -5% transparent;
}

.concession input {
    font-size: .85em;
}

.concession input {
    float: none;
    margin: 0 0 12px 0;
    padding: 5px 0 5px 40px;
    width: 85%;
}



/* Specific Theme Content Styles 
********************/

/* Aquatics Specific Landing Page Styles */

.aquatics h1, .aquatics h2, .aquatics h3, .aquatics h4, .aquatics h5, .aquatics h6 {
    color: #DC4037;
}

.aquatics aside h2.nav-heading a {
    background: none repeat scroll 0 0 #DC4037;
}

.aquatics .tile {
    height: 190px;
}

.aquatics .tile h2 {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50% #b30a0d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkMGYwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2NkMTgxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZDBmMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -moz-linear-gradient(top,  #b30a0d 0%, #cd191c 48%, #b30a0d 100%); /* FF3.6+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b30a0d), color-stop(48%,#cd191c), color-stop(100%,#b30a0d)); /* Chrome,Safari4+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-linear-gradient(top,  #b30a0d 0%,#cd191c 48%,#b30a0d 100%); /* Chrome10+,Safari5.1+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -o-linear-gradient(top,  #b30a0d 0%,#cd191c 48%,#b30a0d 100%); /* Opera 11.10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -ms-linear-gradient(top,  #b30a0d 0%,#cd191c 48%,#b30a0d 100%); /* IE10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, linear-gradient(to bottom,  #b30a0d 0%,#cd191c 48%,#b30a0d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30a0d', endColorstr='#b30a0d',GradientType=0 ); /* IE6-8 */
}

.ie9 .tile.aquatics h2, .ie9 .aquatics .tile h2 {
    filter: none;
}

.aquatics .left-nav a {
    background: url("/__data/assets/image/0012/525/arrow-red.png") no-repeat scroll 95% 50% transparent;
}

.aquatics .left-nav a:hover {
    background: url("/__data/assets/image/0012/525/arrow-red.png") no-repeat scroll 95% 50% #E3E3E3;
}

.aquatics .left-nav ul li ul {
    margin: 0 0 5px 5px;
}

.aquatics .left-nav li.hierarchy > a, .aquatics .left-nav li.current > a {
    background: url("/__data/assets/image/0004/220/arrow-down.png") no-repeat scroll 95% 50% #DC4037;
    color: #FFFFFF;
}

.aquatics .left-nav ul li ul li.current a {
    background: none;
    border-left: 4px solid #DC4037;
    color: #DC4037;
    margin: 5px 0;
    padding: 0 35px 0 10px;
}

.aquatics input[type="submit"], .aquatics #content-inner .button {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 82% 50% #DC4037;
}

.aquatics input[type="submit"]:hover, .aquatics #content-inner .button:hover {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 82% 50% #ff7c75;
}

.aquatics .links-box h2 {
    background: none repeat scroll 0 0 #DC4037;
}

.aquatics .info-box h2 {
    background: none repeat scroll 0 0 #DC4037;
}

.aquatics blockquote:before {
    color: #DC4037;
}

.aquatics blockquote {
    border-color: #DC4037;
}

/* Fitness Specific Landing Page Styles */

.fitness h1, .fitness h2, .fitness h3, .fitness h4, .fitness h5, .fitness h6 {
    color: #38A53E;
}

.fitness blockquote:before {
    color: #38A53E;
}

.fitness blockquote {
    border-color: #38A53E;
}

.fitness aside h2.nav-heading a {
    background: none repeat scroll 0 0 #38A53E;
}

.fitness .tile {
    height: 190px;
}

.fitness .tile h2 {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50% #079012; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBmODUxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzJmYTIzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjg1MTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -moz-linear-gradient(top,  #079012 0%, #279c30 48%, #079012 100%); /* FF3.6+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#079012), color-stop(48%,#279c30), color-stop(100%,#079012)); /* Chrome,Safari4+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-linear-gradient(top,  #079012 0%,#279c30 48%,#079012 100%); /* Chrome10+,Safari5.1+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -o-linear-gradient(top,  #079012 0%,#279c30 48%,#079012 100%); /* Opera 11.10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -ms-linear-gradient(top,  #079012 0%,#279c30 48%,#079012 100%); /* IE10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, linear-gradient(to bottom,  #079012 0%,#279c30 48%,#079012 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#079012', endColorstr='#079012',GradientType=0 ); /* IE6-8 */
}

.ie9 .tile.fitness h2, .ie9 .fitness .tile h2 {
    filter: none;
}

.fitness .left-nav a {
    background: url("/__data/assets/image/0008/233/green-arrow.png") no-repeat scroll 95% 50% transparent;
}

.fitness .left-nav a:hover {
    background: url("/__data/assets/image/0008/233/green-arrow.png") no-repeat scroll 95% 50% #E3E3E3;
}

.fitness .left-nav ul li ul {
    margin: 0 0 5px 5px;
}

.fitness .left-nav li.hierarchy > a, .fitness .left-nav li.current > a {
    background: url("/__data/assets/image/0004/220/arrow-down.png") no-repeat scroll 95% 50% #38A53E;
    color: #FFFFFF;
}

.fitness .left-nav ul li ul li.current a {
    background: none;
    border-left: 4px solid #38A53E;
    color: #38A53E;
    margin: 5px 0;
    padding: 0 35px 0 10px;
}

.fitness input[type="submit"], .fitness #content-inner .button {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 82% 50% #38a53e;
}

.fitness input[type="submit"]:hover, .fitness #content-inner .button:hover {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 82% 50% #65cf6a;
}

.fitness .links-box h2 {
    background: none repeat scroll 0 0 #38a53e;
}

.fitness .info-box h2 {
    background: none repeat scroll 0 0 #38a53e;
}

/* Learn to Swim Specific Landing Page Styles */

.learn-to-swim h1, .learn-to-swim h2, .learn-to-swim h3, .learn-to-swim h4, .learn-to-swim h5, .learn-to-swim h6 {
    color: #3AB6F4;
}

.learn-to-swim aside h2.nav-heading a {
    background: none repeat scroll 0 0 #3AB6F4;
}

.learn-to-swim .tile {
    height: 190px;
}

.learn-to-swim .tile h2 {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50% #148ec9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3ODFiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iIzJmYTRkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzgxYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -moz-linear-gradient(top,  #148ec9 0%, #31a7e0 48%, #148ec9 100%); /* FF3.6+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#148ec9), color-stop(48%,#31a7e0), color-stop(100%,#148ec9)); /* Chrome,Safari4+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-linear-gradient(top,  #148ec9 0%,#31a7e0 48%,#148ec9 100%); /* Chrome10+,Safari5.1+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -o-linear-gradient(top,  #148ec9 0%,#31a7e0 48%,#148ec9 100%); /* Opera 11.10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -ms-linear-gradient(top,  #148ec9 0%,#31a7e0 48%,#148ec9 100%); /* IE10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, linear-gradient(to bottom,  #148ec9 0%,#31a7e0 48%,#148ec9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#148ec9', endColorstr='#148ec9',GradientType=0 ); /* IE6-8 */
}

.ie9 .tile.learn-to-swim h2, .ie9 .learn-to-swim .tile h2 {
    filter: none;
}

.learn-to-swim .left-nav a {
    background: url("/__data/assets/image/0014/527/arrow-blue.png") no-repeat scroll 95% 50% transparent;
}

.learn-to-swim .left-nav a:hover {
    background: url("/__data/assets/image/0014/527/arrow-blue.png") no-repeat scroll 95% 50% #E3E3E3;
}

.learn-to-swim .left-nav ul li ul {
    margin: 0 0 5px 5px;
}

.learn-to-swim .left-nav li.hierarchy > a, .learn-to-swim .left-nav li.current > a {
    background: url("/__data/assets/image/0004/220/arrow-down.png") no-repeat scroll 95% 50% #3AB6F4;
    color: #FFFFFF;
}

.learn-to-swim .left-nav ul li ul li.current a {
    background: none;
    border-left: 4px solid #3AB6F4;
    color: #3AB6F4;
    margin: 5px 0;
    padding: 0 35px 0 10px;
}

.learn-to-swim input[type="submit"], , .learn-to-swim #content-inner .button {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 82% 50% #3AB6F4;
}

.learn-to-swim input[type="submit"]:hover, .learn-to-swim #content-inner .button:hover {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 82% 50% #7af4ff;
}

.learn-to-swim .links-box h2 {
    background: none repeat scroll 0 0 #3AB6F4;
}

.learn-to-swim .info-box h2 {
    background: none repeat scroll 0 0 #3AB6F4;
}

.learn-to-swim blockquote:before {
    color: #3AB6F4;
}

.learn-to-swim blockquote {
    border-color: #3AB6F4;
}

/* Facilities Specific Landing Page Styles */

.facilities h1, .facilities h2, .facilities h3, .facilities h4, .facilities h5, .facilities h6 {
    color: #F7A546;
}

.facilities aside h2.nav-heading a {
    background: none repeat scroll 0 0 #F7A546;
}

.facilities .tile {
    height: 190px;
}

.facilities .tile h2 {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50% #b96917; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlNjgxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2VjOGYzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZTY4MTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -moz-linear-gradient(top,  #b96917 0%, #f19232 48%, #b96917 100%); /* FF3.6+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b96917), color-stop(48%,#f19232), color-stop(100%,#b96917)); /* Chrome,Safari4+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -webkit-linear-gradient(top,  #b96917 0%,#f19232 48%,#b96917 100%); /* Chrome10+,Safari5.1+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -o-linear-gradient(top,  #b96917 0%,#f19232 48%,#b96917 100%); /* Opera 11.10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, -ms-linear-gradient(top,  #b96917 0%,#f19232 48%,#b96917 100%); /* IE10+ */
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 95% 50%, linear-gradient(to bottom,  #b96917 0%,#f19232 48%,#b96917 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b96917', endColorstr='#b96917',GradientType=0 ); /* IE6-8 */
}

.ie9 .tile.facilities h2, .ie9 .facilities .tile h2 {
    filter: none;
}

.facilities .left-nav a {
    background: url("/__data/assets/image/0013/526/arrow-yellow.png") no-repeat scroll 95% 50% transparent;
}

.facilities .left-nav a:hover {
    background: url("/__data/assets/image/0013/526/arrow-yellow.png") no-repeat scroll 95% 50% #E3E3E3;
}

.facilities .left-nav ul li ul {
    margin: 0 0 5px 5px;
}

.facilities .left-nav li.hierarchy > a, .facilities .left-nav li.current > a {
    background: url("/__data/assets/image/0004/220/arrow-down.png") no-repeat scroll 95% 50% #F7A546;
    color: #FFFFFF;
}

.facilities .left-nav ul li ul li.current a {
    background: none;
    border-left: 4px solid #F7A546;
    color: #F7A546;
    margin: 5px 0;
    padding: 0 35px 0 10px;
}

.facilities input[type="submit"], .facilities #content-inner .button {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 82% 50% #F7A546;
}

.facilities input[type="submit"]:hover, .facilities #content-inner .button:hover {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 82% 50% #ffd175;
}

.facilities .links-box h2 {
    background: none repeat scroll 0 0 #F7A546;
}

.facilities .info-box h2 {
    background: none repeat scroll 0 0 #F7A546;
}

#content-inner .news-listing > ul {
    font-size: 1.25em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.facilities blockquote:before {
    color: #F7A546;
}

.facilities blockquote {
    border-color: #F7A546;
}

/* Trainer Profiles
********************/

.trainer-profile {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 5px;
}

.trainer-profile > img {
    width: 30%;
    height: 30%;
    float: right;
    padding: 10px 0 10px 10px;
}

.trainer-profile h3 {
    margin: 0px;
}

.trainer-profile p {
    margin-top: 2px;
}

/* News Styles 
********************/

.news-listing .date {
    color: #0981C3;
    display: inline;
    float: left;
    margin: 3px 1em 3px 0;
    vertical-align: middle;
    width: 2em;
}

.news-listing p {
    clear: left;
    font-size: 0.75em;
    margin: 0;
}

.news-listing h3 {
    color: #0981C3;
    margin: 0;
}


.news-listing li {
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
    padding: 10px 0;
}

.news-listing a {
    color: #555555;
    display: block;
}

.news-listing a:hover {
    color: #0981C3;
    text-decoration: none;
}

.news-listing img {
    float: right;
}

.news-listing .publisher {
    display: inline;
}

.pagination {
    float: right;
    font-size: 0.8em;
    margin: 20px auto;
}

.pagination a, .pagination span {
    background-color: #555555;
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
}

.pagination .prev, .pagination .next {
    display: inline;
}

.pagination .prev a {
    background: url("/__data/assets/image/0005/1130/arrow-left.png") no-repeat scroll 50% 50% #555555;
    text-indent: -9999px;
}
.pagination .next a {
    background: url("/__data/assets/image/0005/221/arrow-right.png") no-repeat scroll 50% 50% #555555;
    text-indent: -9999px;
}

.pagination a:hover {
    background-color: #0981C3;
    color: #FFFFFF;
}

.pagination span {
    background-color: #0981C3;
}


/* Search Styles 
********************/

#content-inner .search-form {
    border: medium none;
    border-radius: 0 0 0 0;
    float: left;
    font-size: 1em;
    margin-bottom: 15px;
    padding: 0;
}

.search-header {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 0 15px;
}

.search-form {
    margin: 0 auto;
}

.search-form input {
    margin: 0 15px 0 0;
    width: 30%;
}

#content-inner #ss-term {
    margin: 0;
    width: 200px;
}

.search-form label {
    margin: 0 3% 0 0;
    width: 10%;
}

.search-form input[type="submit"] {
    float: none;
    padding: 9px 39px 9px 18px;
    width: 20%;
}

.search-listing {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    font-size: 0.9em;
    margin: 0;
    padding: 0 0 20px;
}

#content-inner .search-listing ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.search-listing h3 {
    margin-bottom: 5px;
}
.search-listing p {
    margin: 0;
}
.search-listing a {
    display: block;
    margin: 10px 0;
}

.result-count {
    float: right;
}

.result-count p {
    color: #0981C3;
    margin: 0;
}

/* CSS3 Animation classes 
********************/

.overlay {
transition: opacity 0.5s ease-in;
-webkit-transition: opacity 0.5s ease-out; /* Firefox 4 */
-moz-transition: opacity 0.5s ease-out; /* Safari and Chrome */
-o-transition: opacity 0.5s ease-out; /* Opera */
}
.timetable-content a, .news a, input[type="submit"], .button, .left-nav a, .news-listing a {
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out; /* Firefox 4 */
-moz-transition: all 0.5s ease-in-out; /* Safari and Chrome */
-o-transition: all 0.5s ease-in-out; /* Opera */
}
.error-message, .show-error-message {
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in; /* Firefox 4 */
-moz-transition: all 0.3s ease-in; /* Safari and Chrome */
-o-transition: all 0.3s ease-in; /* Opera */
} 

/*! http://responsiveslides.com v1.32 by @viljamis 
********************/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
    border: 0 none;
    border-radius: 25px 0 25px 0;
    display: block;
    float: left;
    height: auto;
    width: 980px;
}

.type-homepage .rslides img {
    height: 379px;
}

.type-landing-page .rslides img {
    height: 276px;
}

.rslides_nav {
    background: url("/__data/assets/image/0010/532/themes.gif") no-repeat scroll left 50% #000000;
    bottom: 0;
    left: 0;
    opacity: 0;
    /* filter:alpha(opacity=0); */
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    transition: opacity 0.3s ease 0s;
    width: 38px;
    z-index: 1;
}
.lt-ie8 .rslides_nav {
  background: transparent url("/__data/assets/image/0007/1141/themes-ie7.png") no-repeat left 50%;
}
.rslides_nav.next {
    background-position: right 50%;
    left: auto;
    right: 0;
}
.rslides_nav:hover {
    opacity: 0.8;
    /* filter:alpha(opacity=0.8); */
}
.rslides_tabs {
    list-style: none outside none;
    position: absolute;
    right: 40px;
    top: 10px;
}
.rslides_tabs li {
    background: url("/__data/assets/image/0018/576/icon-slideshownav.png") no-repeat scroll 0 -9px transparent;
    display: inline-block; *display: inline; *zoom: 1;
    height: 9px;
    margin: 0 5px;
    width: 8px;
}
.rslides_tabs a {
    display: block;
    overflow: hidden;
    text-indent: 100%;
}
.rslides_tabs .rslides_here {
    background-position: 0 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
        overflow: visible !important;
    }


    a, a:visited {
        text-decoration: underline;
    }

  /*  a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .2cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    aside {
        display: none;
    }

    #container {
      width: 100%;
    }

    #content-inner {
        width: 90%;
        float: none;
        padding: 0;
    }

    .content-one-col #content-inner {
        border: none;
    }

    table {
        width: 90%;
    }

    .ui-nav-breadcrumb {
        width: 100%;
    }

    .navbar {
        display: none;
    }

    #main-nav {
        display: none;
    }

    #calendarTable .event.event {
        text-indent: 0;
    }

    .opening-hours {
        float: left;
    }
    #to-print {display:none;}


}