@charset "UTF-8";
/* line 201, sass/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 206, sass/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 209, sass/foundation/components/_global.scss */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
}

/* line 222, sass/foundation/components/_global.scss */
a:focus {
  outline: none;
}

/* line 228, sass/foundation/components/_global.scss */
img:not(.ioScrollerImage)
, div:not([data-uber-content]) > div > img
, object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 231, sass/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 232, sass/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 238, sass/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 243, sass/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 244, sass/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 245, sass/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 246, sass/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 247, sass/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 248, sass/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 249, sass/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 255, sass/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 258, sass/foundation/components/_global.scss */
img {
  display: inline-block;
}

/* line 265, sass/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 268, sass/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 119, sass/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 61.25em;
  *zoom: 1;
}
/* line 97, sass/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 98, sass/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 124, sass/foundation/components/_grid.scss */
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 127, sass/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.375em;
  margin-right: -0.375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 97, sass/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 98, sass/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 128, sass/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 97, sass/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 98, sass/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 133, sass/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 138, sass/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.375em;
    padding-right: 0.375em;
    float: left;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 141, sass/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 145, sass/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 148, sass/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 149, sass/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 152, sass/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (max-width: 46.875em) {
  /* line 159, sass/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 159, sass/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 163, sass/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 167, sass/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 168, sass/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-1 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-1 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-2 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-2 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-3 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-3 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-4 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-4 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-5 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-5 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-6 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-6 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-7 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-7 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-8 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-8 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-9 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-9 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-10 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-10 {
    right: inherit;
  }

  /* line 172, sass/foundation/components/_grid.scss */
  .small-push-11 {
    left: inherit;
  }

  /* line 173, sass/foundation/components/_grid.scss */
  .small-pull-11 {
    right: inherit;
  }

  /* line 177, sass/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 184, sass/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/*, "foundation/components/visibility",
"foundation/components/block-grid",
"foundation/components/type",
"foundation/components/buttons",
"foundation/components/forms",
"foundation/components/custom-forms",
"foundation/components/button-groups",
"foundation/components/dropdown-buttons",
"foundation/components/split-buttons",
"foundation/components/flex-video",
"foundation/components/section",
"foundation/components/top-bar",
"foundation/components/orbit",
"foundation/components/reveal",
"foundation/components/joyride",
"foundation/components/clearing",
"foundation/components/alert-boxes",
"foundation/components/breadcrumbs",
"foundation/components/keystrokes",
"foundation/components/labels",
"foundation/components/inline-lists",
"foundation/components/pagination",
"foundation/components/panels",
"foundation/components/pricing-tables",
"foundation/components/progress-bars",
"foundation/components/side-nav",
"foundation/components/sub-nav",
"foundation/components/switch",
"foundation/components/magellan",
"foundation/components/tables",
"foundation/components/thumbs",
"foundation/components/tooltips",
"foundation/components/dropdown";*/
/*$toBlue: #216F92;
$toRed: #E6253D;
$toText: #525260;*/
@font-face {
  font-family: 'Steelfish';
  src: url("https://www.leisurecentre.com/Content/fonts/SteelfishRg-Regular.eot");
  src: url("https://www.leisurecentre.com/Content/fonts/SteelfishRg-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.leisurecentre.com/Content/fonts/SteelfishRg-Regular.woff") format("woff"), url("https://www.leisurecentre.com/Content/fonts/SteelfishRg-Regular.ttf") format("truetype"), url("https://www.leisurecentre.com/Content/fonts/SteelfishRg-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Steelfish';
  src: url("/Content/fonts/SteelfishRg-Regular.eot");
  src: url("/Content/fonts/SteelfishRg-Regular.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/SteelfishRg-Regular.woff") format("woff"), url("/Content/fonts/SteelfishRg-Regular.ttf") format("truetype"), url("/Content/fonts/SteelfishRg-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*$toBlue: #216F92;
$toRed: #E6253D;
$toText: #525260;*/
@font-face {
  font-family: 'Steelfish';
  src: url("https://www.leisurecentre.com/Content/fonts/SteelfishRg-Regular.eot");
  src: url("https://www.leisurecentre.com/Content/fonts/SteelfishRg-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.leisurecentre.com/Content/fonts/SteelfishRg-Regular.woff") format("woff"), url("https://www.leisurecentre.com/Content/fonts/SteelfishRg-Regular.ttf") format("truetype"), url("https://www.leisurecentre.com/Content/fonts/SteelfishRg-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Steelfish';
  src: url("/Content/fonts/SteelfishRg-Regular.eot");
  src: url("/Content/fonts/SteelfishRg-Regular.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/SteelfishRg-Regular.woff") format("woff"), url("/Content/fonts/SteelfishRg-Regular.ttf") format("truetype"), url("/Content/fonts/SteelfishRg-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*@mixin join_Btn ($iconSymbol: 'icn_orange_arrow_right', $shadowBottom:-15px,  $margin:0, $padding:5px 80px 10px 10px, $float:left, $width: '', $beforeTop: ''){
	@include rounded_corners($rc: 9px);
	@include gradients($col_1:$discover_button_start, $stop_1:0 , $col_2:$discover_button_start, $stop_2:0, $col_3:$discover_button_end, $stop_3:100, $png:"", $png_repeat:"", $type:"%");				
	font-size: $discover_more_font_size;
	font-family: $font_family;
	font-weight: $bold_weight;
	padding: $padding;
	margin: 0px 0px 0 0;
	position: relative;
	width: $width;
	color: $pwBlue;
	float: $float;
	text-decoration: none;

	&:before
	{		
		@include sprites($type: $iconSymbol);
		background-repeat: no-repeat;
		content:" ";
		position: absolute;
		right:7px;
		float: right;
		top: $beforeTop;
		margin:$margin;
	}
	&:after{
		content: " ";
		display: block;
		background-image:url(../images/shadows/shadow_Go_btn.png);
		background-repeat: no-repeat; 
		background-position:  right bottom;
		height: 22px;
		width: 100%;
		position: absolute;
		left: 0px;
		bottom: $shadowBottom;
		z-index: 9999;
		padding-right: 15px;
		margin: 0px 0px 0 0;
		width: 90%;
	}
}*/
/*@mixin icon_Btn($iconSymbol: 'icn_arrow_right_orange_large', $bottom: 10px, $margin:0,$right: 10px){
	@include rounded_corners($rc: 9px);
	@include gradients($col_1:$discover_button_start, $stop_1:0 , $col_2:$discover_button_start, $stop_2:0, $col_3:$discover_button_end, $stop_3:100, $png:"", $png_repeat:"", $type:"%");				
	font-size: $discover_more_font_size;
	font-family: $font_family;
	font-weight: $bold_weight;
	padding: 10px 38px 10px 10px;
	margin: 0 20px 0 0;
	position: absolute;
	bottom: $bottom;
	right: $right;
	color: $pwBlue;
	text-decoration: none;

	&:before
	{		
		@include sprites($type: $iconSymbol);
		background-repeat: no-repeat;
		content:" ";
		position: absolute;
		right:7px;
		float: right;
		margin:$margin;
	}
	&:after{
		content: " ";
		display: block;
		background-image:url(../images/shadows/icon_btn_shadow.png);
		background-repeat: no-repeat; 
		background-position:  right bottom;
		height: 22px; 
		width: 100%;
		position: absolute;
		left: 15px;
		bottom: -21px; 
		z-index: 9999;
		padding: 0 5px;
		margin: 10px 0 0 0;
		width: 90%;
	}
}*/
/* line 11, sass/IE7.scss */
body > div > header > div.Navigation > nav + div + div > div > h3:first-child
, body > div > header > div.Navigation > nav + div + div > form > h3:first-child {
  left: 0 !important;
  top: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.0, M12=1, M21=-1, M22=0.0)";
}

/* line 23, sass/IE7.scss */
div.call_to_action_large_yellow > nav a.img_cal, div.call_to_action_large_yellow > nav a.img_people, div.call_to_action_large_yellow > nav a.img_question, .call_to_action_large_no_main_Shadow > nav a.img_cal, .call_to_action_large_no_main_Shadow > nav a.img_people, .call_to_action_large_no_main_Shadow > nav a.img_question {
  margin-right: 20px;
  padding-left: 0px !important;
  text-align: center !important;
  padding-bottom: 0 !important;
  height: 85px !important;
  width: 275px !important;
}
/* line 32, sass/IE7.scss */
div.call_to_action_large_yellow > nav a.img_cal:hover, div.call_to_action_large_yellow > nav a.img_people:hover, div.call_to_action_large_yellow > nav a.img_question:hover, .call_to_action_large_no_main_Shadow > nav a.img_cal:hover, .call_to_action_large_no_main_Shadow > nav a.img_people:hover, .call_to_action_large_no_main_Shadow > nav a.img_question:hover {
  padding-left: 0px !important;
  text-align: center !important;
  padding-bottom: 0 !important;
  height: 85px !important;
  width: 275px !important;
}
/* line 42, sass/IE7.scss */
div.call_to_action_large_yellow > nav a.img_question, .call_to_action_large_no_main_Shadow > nav a.img_question {
  margin-right: 0px;
}

/* line 50, sass/IE7.scss */
body > div > section article > address > div {
  width: 72% !important;
}

/* line 55, sass/IE7.scss */
.signpostsHalf {
  margin-top: 20px !important;
}
/* line 59, sass/IE7.scss */
.signpostsHalf .signpost_1, .signpostsHalf .signpost_2, .signpostsHalf .signpost_3 {
  width: 30% !important;
}
/* line 63, sass/IE7.scss */
.signpostsHalf .signpost_1 > div > a > div > span, .signpostsHalf .signpost_2 > div > a > div > span, .signpostsHalf .signpost_3 > div > a > div > span {
  font-size: 1.25em !important;
}
/* line 69, sass/IE7.scss */
.signpostsHalf .findMyNearest {
  width: 30% !important;
}
/* line 73, sass/IE7.scss */
.signpostsHalf .findMyNearest input[type="submit"] {
  top: 160px !important;
}

/* line 84, sass/IE7.scss */
.activitiesAdvert > a > h2 {
  width: 90% !important;
}

/* line 90, sass/IE7.scss */
.centreMainSign1, .centreMainSign2 {
  width: 49% !important;
  margin-bottom: 20px !important;
}

/* line 99, sass/IE7.scss */
.contactUsWidget > p {
  float: none !important;
}

/* line 106, sass/IE7.scss */
.time_table {
  float: left;
  clear: both;
}
/* line 111, sass/IE7.scss */
.time_table > div:first-child {
  padding: 0;
  margin: 0;
  float: left;
  clear: both;
}
/* line 118, sass/IE7.scss */
.time_table > div:first-child ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  display: block;
  clear: both;
}
/* line 126, sass/IE7.scss */
.time_table > div:first-child ul > li {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 45.83333%;
  float: left;
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  clear: none;
}
/* line 1130, sass/mixins/_mixins.scss */
.time_table > div:first-child ul > li:after {
  background-color: transparent;
  content: ' ';
  display: block;
  clear: both;
  float: none;
  width: 100%;
  line-height: 0;
  height: 0;
}
/* line 135, sass/IE7.scss */
.time_table > div:first-child ul > li > a {
  width: 100%;
  display: block;
  float: left;
  clear: both;
  background-color: #009cb2;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  position: relative;
  /*behavior: url(PIE.htc);*/
  height: 60px;
  padding: 0;
  padding-top: 15px !important;
  color: white;
  font-size: 1.875em;
  font-family: "museo-sans", sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-indent: 36px;
}
/* line 152, sass/IE7.scss */
.time_table > div:first-child ul > li > a:after {
  content: "";
  padding: 0;
  margin-top: 8px;
  margin-right: 10px;
  float: right;
  background: url(../images/sprites.png) no-repeat -161px -69px !important;
  width: 16px;
  height: 16px;
}
/* line 162, sass/IE7.scss */
.time_table > div:first-child ul > li:first-child {
  padding-right: 5px !important;
}
/* line 166, sass/IE7.scss */
.time_table > div:first-child ul > li:first-child + li {
  padding-left: 5px !important;
  float: right;
}
/* line 174, sass/IE7.scss */
.time_table > div:first-child ul > li.active a {
  background-color: #e0e0e0;
  padding: 0;
  margin: 0;
  color: #009cb2;
  font-size: 30px;
  font-family: "museo-sans", sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-indent: 36px;
  float: left;
}
/* line 187, sass/IE7.scss */
.time_table > div:first-child ul > li.active a:after {
  content: "";
  padding: 0;
  margin-top: 8px;
  margin-right: 10px;
  float: right;
  background: url(../images/sprites.png) no-repeat -164px -115px !important;
  width: 20px;
  height: 20px;
}
/* line 208, sass/IE7.scss */
.time_table .swimContent {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 97.91667%;
  float: left;
  height: 445px;
  float: left;
  padding: 13px 12.5px 0 12.5px;
  background-color: #e0e0e0;
  margin: 0;
}
/* line 217, sass/IE7.scss */
.time_table .swimContent div {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  float: left;
  clear: both;
}
/* line 225, sass/IE7.scss */
.time_table .swimContent div:first-child {
  height: 30px;
}
/* line 229, sass/IE7.scss */
.time_table .swimContent div:first-child ul {
  padding: 0;
  float: left;
}
/* line 235, sass/IE7.scss */
.time_table .swimContent div:first-child ul li {
  padding: 0;
  margin-right: 20px;
  float: left;
  list-style: none;
  display: inline;
}
/* line 245, sass/IE7.scss */
.time_table .swimContent div:first-child ul li:first-child p {
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-family: "museo-sans", sans-serif;
  color: #717171;
  font-weight: normal;
}
/* line 257, sass/IE7.scss */
.time_table .swimContent div:first-child ul li:first-child + li .selectImgWrap {
  background: url(../images/main/dropDownSelect273.png) no-repeat scroll center center transparent;
  display: inline-block;
  height: 25px;
  overflow: hidden;
  width: 273px;
  clear: both;
  float: left;
  margin: -2px 12px 0 12px;
}
/* line 268, sass/IE7.scss */
.time_table .swimContent div:first-child ul li:first-child + li .selectImgWrap select {
  font-family: "museo-sans", sans-serif;
  font-weight: normal;
  color: #717171 !important;
  clear: both;
  float: left;
  background-color: transparent;
  border: 0 none;
  font-size: 11px;
  height: 20px;
  margin: 5px 0 0 5px;
  width: 288px;
  /*make 15px larger than the element width*/
  outline: none;
  padding: 0 0 0 3px;
}
/* line 292, sass/IE7.scss */
.time_table .swimContent div:first-child ul li:first-child + li + li a {
  width: 92px;
  height: 20px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  position: relative;
  /*behavior: url(PIE.htc);*/
  background-color: #fff;
  float: right;
  text-decoration: none;
  font-family: "museo-sans", sans-serif;
  color: #009cb2;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, white 0%, #e2e2e2 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, white 0%, #e2e2e2 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, white 0%, #e2e2e2 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e2e2e2));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, white 0%, #e2e2e2 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
  border: 1px solid #AFAFAF;
}
/* line 308, sass/IE7.scss */
.time_table .swimContent div:first-child ul li:first-child + li + li a:before {
  content: "";
  padding: 0;
  margin: 0;
  background: url(../images/sprites.png) no-repeat -112px -214px !important;
  width: 18px;
  height: 15px;
  float: left;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 10px;
}
/* line 333, sass/IE7.scss */
.time_table .swimContent div.DaySearch {
  width: 595px;
  height: 42px;
  border: 1px solid #717171;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  /*behavior: url(PIE.htc);*/
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(1, #e2e2e2));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #e2e2e2 100%);
  padding: 0 10px;
}
/* line 342, sass/IE7.scss */
.time_table .swimContent div.DaySearch ul {
  padding: 0;
  margin: 0;
  float: left;
}
/* line 348, sass/IE7.scss */
.time_table .swimContent div.DaySearch ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
/* line 355, sass/IE7.scss */
.time_table .swimContent div.DaySearch ul li a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #009cb2;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 5px;
  margin: 0 0 0 10px;
  line-height: 42px;
  text-transform: capitalize;
}
/* line 369, sass/IE7.scss */
.time_table .swimContent div.DaySearch ul li a.active {
  background-color: #009cb2;
  color: white;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  position: relative;
  /*behavior: url(PIE.htc);*/
}
/* line 376, sass/IE7.scss */
.time_table .swimContent div.DaySearch ul li a.active:hover {
  border-bottom: 0;
}
/* line 382, sass/IE7.scss */
.time_table .swimContent div.DaySearch ul li a:hover {
  border-bottom: 3px solid #009cb2;
}
/* line 396, sass/IE7.scss */
.time_table .swimContent .swimtimes {
  width: 595px;
  height: 339px;
  border: 1px solid #717171;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  /*behavior: url(PIE.htc);*/
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(1, #e2e2e2));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #e2e2e2 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #e2e2e2 100%);
  padding: 15px 0 0 20px;
}
/* line 405, sass/IE7.scss */
.time_table .swimContent .swimtimes span {
  height: 280px;
  width: 560px;
  overflow: auto;
  float: left;
}
/* line 411, sass/IE7.scss */
.time_table .swimContent .swimtimes span ul {
  padding: 0;
  margin: 0;
  float: left;
  clear: both;
  width: 100% !important;
}
/* line 419, sass/IE7.scss */
.time_table .swimContent .swimtimes span ul:first-child {
  padding-bottom: 5px;
}
/* line 424, sass/IE7.scss */
.time_table .swimContent .swimtimes span ul li {
  padding: 0;
  margin-bottom: 5px;
  list-style: none;
  float: left;
  display: inline;
}
/* line 432, sass/IE7.scss */
.time_table .swimContent .swimtimes span ul li h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #009cb2;
  font-family: "museo-sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 443, sass/IE7.scss */
.time_table .swimContent .swimtimes span ul li p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #009cb2;
  font-family: "museo-sans", sans-serif;
  font-weight: normal;
}
/* line 455, sass/IE7.scss */
.time_table .swimContent .swimtimes span ul li:first-child {
  width: 60px;
}
/* line 460, sass/IE7.scss */
.time_table .swimContent .swimtimes span ul li:first-child + li {
  width: 6px;
  margin-right: 6px;
}
/* line 465, sass/IE7.scss */
.time_table .swimContent .swimtimes span ul li:first-child + li p {
  text-align: center;
}
/* line 471, sass/IE7.scss */
.time_table .swimContent .swimtimes span ul li:first-child + li + li {
  width: 80px;
}
/* line 476, sass/IE7.scss */
.time_table .swimContent .swimtimes span ul li:first-child + li + li + li {
  width: 290px;
}
/* line 481, sass/IE7.scss */
.time_table .swimContent .swimtimes span ul li:first-child + li + li + li + li {
  width: 90px;
}
/* line 492, sass/IE7.scss */
.time_table .classContent {
  position: relative;
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left;
  height: 445px;
  float: left;
  padding: 0;
  background-color: #e0e0e0;
  margin: 0;
}

/* line 504, sass/IE7.scss */
.selectImgWrap {
  background-image: none !important;
}
/* line 508, sass/IE7.scss */
.selectImgWrap form {
  background-image: none !important;
}
/* line 513, sass/IE7.scss */
.selectImgWrap select {
  width: 100% !important;
  background-color: white !important;
}

/* uber menu things that cannot rotate */
/* line 524, sass/IE7.scss */
body > div > header div.Navigation > nav + div + div > div > h3:first-child,
body > div > header div.Navigation > nav + div + div > div > img,
body > div > header div.Navigation > nav + div + div > form > h3:first-child,
body > div > header div.Navigation > nav + div + div > form > img {
  visibility: hidden !important;
}

/* line 529, sass/IE7.scss */
body > div > header div.Navigation > nav + div + div > div > a {
  width: 50% !important;
}

/* line 535, sass/IE7.scss */
body > div > header div.Navigation > nav + div + div > div,
body > div > header div.Navigation > nav + div + div > form {
  width: 30% !important;
}
