@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

html {
    min-height: 100%;
}
* {
    box-sizing: border-box;
}
progress, sub, sup {
    vertical-align: baseline;
}
button, hr, input {
    overflow: visible;
}
html {
    font-family: sans-serif;
}
body {
    margin: 0;
	padding-bottom: 350px !important;
}
figcaption, menu, article, aside, details, figure, footer, header, main, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: medium none;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
button, input, select, textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: 700;
}
button, input {
}
button, select {
    text-transform: none;
}
[type="submit"], [type="reset"], button, html [type="button"] {
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted buttontext;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="search"] {
    outline-offset: -2px;
}
body {
    background-color: #004181;
    float: left;
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
    margin: 0;
    padding-bottom: 350px;
    padding-top: 65px;
    position: relative;
    width: 100%;
}
.nav-wrapper {
    align-items: center;
    background-color: #ffffff;
    display: flex !important;
    justify-content: space-between;
    left: 0;
    padding: 5px 20px 10px 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	box-shadow: 0 0 28px rgba(0, 0, 0, 0.25);
}
.nav-logo {
    background-image: url("https://secure.activecarrot.com/media/dynamic/static_images/127/PCYC-GOULBURN.png");
    display: block;
	background-position:top left;
	background-size:cover;
	background-repeat: none;
    height: 56px;
    width: 80px;
	margin-left: 10px;
	margin-top: -5px;
}

.nav-phone, .nav-web {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 24px;
    vertical-align: middle;
}

.nav-web {
	padding-top: 13px !important;
}

.nav-center {
    color: #004181;
    font-size: 28px;
    font-weight: 700;
    padding-left: 144px;
	text-transform: uppercase;
}
.nav-phone svg, .nav-web svg {
    display: inline-block;
    fill: #004181;
    height: 24px;
    position: relative;
    top: 7px;
    width: 24px;
}
.nav-phone span, .nav-web span {
    color: #004181;
    display: inline-block;
    line-height: 45px;
    vertical-align: middle;
	font-size: 16px;
}

.nav-phone {
	text-decoration: none;
    border-right: 1px solid #ccc;
}

.nav-locations:hover + .nav-dropdown {
    display: block;
}
.nav-dropdown:hover {
    display: block;
}
.nav-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav-dropdown a {
    background-color: #ffffff;
    color: #063561;
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 40px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.nav-dropdown a:hover {
    background-color: #f5f5f5;
}
.nav-dropdown .active {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #063561;
    border-top: 8px solid transparent;
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.nav-dropdown li {
    border-top: 1px solid #eee;
    display: block;
}

#header_wrapper {
	display: none;
}

/*#footer_wrapper {
	display: none;
}*/

.footer_contact {
	display: none;
}

.footer-wrapper {
	/*display: none;*/
    background-color: #ffffff;
    bottom: 0;
    color: #000000;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
.footer-wrapper h3 {
    float: left;
    font-size: 48px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 40px;
    position: relative;
}
.footer-wrapper h3::after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
}
.footer-container {
    margin: 0 auto;
    max-width: 1200px;
}
.footer-top {
    clear: both;
    float: left;
    width: 100%;
}
.footer-faketop {
    background-color: #004282;
    bottom: 0px;
    content: "";
    display: block;
    height: 80px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
}
.footer-col {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    padding-bottom: 60px;
    width: 25%;
}
.footer-col:nth-child(2) {
    clear: left;
}
.footer-col a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease-in-out 0s;
}
.footer-col a:hover {
    text-decoration: underline;
}
.footer-bottom {
    clear: both;
    float: left;
    width: 100%;
}
.footer-left {
    float: left;
}
.footer-left a {
    text-decoration: none;
    transition: color 0.2s ease-in-out 0s;
	color: #ffffff;
}
.footer-left a:hover, .footer-right a:hover {
    color: #ffffff;
	text-decoration: underline;
}
.footer-right {
    color: #ffffff;
    float: right;
    font-weight: 300;
}

.footer-right a {
    color: #ffffff;
}

.footer-wrapper .logos {
    /*float: left;*/
    margin-top: 50px !important;
	display: table;
	width: auto !important;
}

.logos ul {
	padding-left: 20px;
}

.footer-wrapper li:nth-child(1) {
    padding-left: 0;
}
.footer-wrapper li {
   /* float: left;*/
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
  /*  width: 12%;*/
}
.footer-wrapper li {
    display: inline-block;
    padding: 0 25px;
}

.footer-wrapper li:nth-child(6) {
    padding-right: 0;
}

.footer-wrapper li img {
    top: 50%;
    transform: translateY(-50%);
}

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



#visit_passes_for_sale > h2 {
    display: none;
}
#visit_passes_for_sale > br {
    display: none;
}
.header-wrapper h2 {
    display: none;
    font-size: 32px;
    font-weight: 300;
    margin: 0;
}
._public_class_index_413 .header-wrapper .header-index, ._public_class_index_414 .header-wrapper .header-index, ._public_class_index_415 .header-wrapper .header-index, ._public_class_index_606 .header-wrapper .header-index {
    display: block;
}
._public_class_browse_413 .header-wrapper .header-browse, ._public_class_browse_414 .header-wrapper .header-browse, ._public_class_browse_415 .header-wrapper .header-browse, ._public_class_browse_606 .header-wrapper .header-browse {
    display: block;
}
._public_class_browse_holiday_program_413 .header-wrapper .header-holiday, ._public_class_browse_holiday_program_414 .header-wrapper .header-holiday, ._public_class_browse_holiday_program_415 .header-wrapper .header-holiday, ._public_class_browse_holiday_program_606 .header-wrapper .header-holiday {
    display: block;
}
#page_wrapper {
    background-color: #ffffff;
    border-top: 1px solid #f5f5f5;
    margin: 0 auto;
    max-width: 1200px;
    width: auto;
}
#content {
    background-color: #ffffff;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.15);
    float: left;
    padding: 80px 20px 20px 20px;
    width: 100%;
	margin-top: 70px;
	min-height: 500px;
}
#content::after {
    clear: both;
    content: "";
    display: table;
}
#cw_descriptions .class_description {
    clear: both;
    float: left;
    height: 36px;
    padding-left: 40px;
    width: 100%;
}
#cw_descriptions .class_description h3 {
    color: #063561;
    font-weight: 400;
    height: auto;
    line-height: 36px;
    margin-top: 0;
}
.class_booking_button {
    float: left;
    height: 36px;
    margin-bottom: -72px;
    position: relative;
    top: -36px;
    width: 100%;
}
.class_booking_button::before {
    background-image: url("https://secure.activecarrot.com/media/dynamic/static_images/138/class-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 24px;
    left: 5px;
    pointer-events: none;
    position: absolute;
    top: 5px;
    width: 24px;
}
#cw_descriptions {
    padding: 0;
    width: 100%;
}
#cw_descriptions > h2 {
    clear: both;
    color: #063561;
    float: left;
    font-weight: 700;
    width: 100%;
}
#cw_descriptions .class_booking_button a {
    background-color: #063561;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    font-weight: 300;
    height: 36px;
    line-height: 36px;
    margin: 0;
    max-width: 100%;
    opacity: 0;
    padding-right: 40px;
    position: relative;
    text-align: right;
    transition: opacity 0.2s ease-in-out 0s;
    width: 100%;
}
#cw_descriptions .class_booking_button a:hover {
    opacity: 0.3;
}
#cw_descriptions > br, #cw_descriptions hr, #cw_descriptions p {
    display: none;
}
#cw_descriptions .class_description:nth-child(10n+2) {
    background-color: #f5f5f5;
}
#cw_descriptions .class_description:nth-child(10n+3) {
    background-color: #f5f5f5;
}
.class_show_all_button .book {
    background-color: #063561;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    height: auto;
    padding: 9px 20px;
    position: absolute;
    left: 0;
    top: -60px;
    transition: background-color 0.2s ease-in-out 0s;
    width: 180px;
}
.class_show_all_button .book:hover {
    background-color: #08467f;
}
#public_custom_content + div {
    position: relative;
}
#content > h2 {
    display: none;
}
#cw-filter-bar {
    width: 300px;
}
#cw-filter-bar h4 {
    font-weight: 300;
    text-transform: uppercase;
}
#cw-filter-bar br {
    display: none;
}
#cw_levels_legend > div {
    display: block !important;
    float: left;
    margin-bottom: 7px;
    width: 100%;
}
#cw_levels_legend #level_see_all {
    display: none;
}
#cw_levels_legend input[type="checkbox"] {
    margin-left: 0;
    margin-right: 12px;
    position: static;
}
#cw_levels_legend label {
    margin-left: 0;
}
#cw_filter_form fieldset div input {
    margin-left: 12px;
    margin-right: 12px;
}
#cw_filter_form fieldset div {
    float: left;
    margin-bottom: 6px;
    width: 100%;
}
#time_range {
    margin-left: 16px;
    max-width: calc(100% - 32px) !important;
    width: calc(100% - 32px) !important;
}
#slider-range {
    margin-left: 16px;
    max-width: calc(100% - 32px) !important;
    width: calc(100% - 32px) !important;
}
#cw_filter_form fieldset:nth-child(2) div div label {
    font-size: 0.95em;
}
#cw_filter_form legend {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.cta-wrapper {
    position: relative;
    text-align: right;
    top: -45px;
    width: 100%;
}
._public_class_index_413 .cta-wrapper, ._public_class_index_414 .cta-wrapper, ._public_class_index_415 .cta-wrapper, ._public_class_index_606 .cta-wrapper {
    display: none;
}
.cta-wrapper a {
    background-color: #c92229;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    height: auto;
    padding: 10px 20px;
    transition: background-color 0.2s ease-in-out 0s;
    width: 180px;
}
.cta-wrapper a:hover {
    background-color: #004181;
}
.cw-block-book {
    display: none;
}
/*#cw-content-head {
    float: left;
    padding: 0 0 0 40px;
    width: calc(100% - 300px);
}
#cw-content {
    float: left;
    padding: 0;
    width: 100%;
}*/
.cw-block-content {
    padding-right: 0;
    width: 100%;
}
.cw-block-content table {
    border: 0 none !important;
    border-collapse: collapse;
    width: 100% !important;
}
.cw_th_info, .cw_td_info {
    display: none !important;
}
.cw-block-content td {
    padding: 14px 10px;
}
.cw-block-content th {
    padding: 6px 10px;
	background-color: #c92229;
	color: #ffffff;
}
.cw_th_age {
    width: 85px;
}
.cw-block-heading {
    font-weight: 700;
}
#content > div:nth-child(2) h2 {
    display: none;
}
._public_class_browse_holiday_program_413 #cw-content > div:not(#cw_pagination_container), ._public_class_browse_holiday_program_414 #cw-content > div:not(#cw_pagination_container), ._public_class_browse_holiday_program_415 #cw-content > div:not(#cw_pagination_container), ._public_class_browse_holiday_program_606 #cw-content > div:not(#cw_pagination_container) {
    float: left;
    padding-bottom: 50px;
    width: 100%;
}
.fail {
    display: block !important;
    float: left !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    height: auto !important;
    margin: 20px 0 !important;
    padding: 20px 20px 20px 40px !important;
    text-transform: none !important;
    width: 100% !important;
}
.blockUI.blockMsg {
    background-color: #eeeeee !important;
    border: 1px solid #c0c0c0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: auto !important;
}
.blockUI.blockMsg h1 {
    color: #063561;
    font-size: 16px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 20px !important;
}
#cw_filter_form fieldset {
    margin: 20px 2px;
}
#content #main_content #booking_payment h2 {
    display: block;
}

.cw-block-content tr:first-child td {
	background-color: #c92229;
}

.swMain ul.anchor li a.selected {
    background: #c92229 none repeat scroll 0 0;
    border: none;
    box-shadow: 1px 5px 10px #888;
    color: #f8f8f8;
    cursor: text;
}

.swMain ul.anchor li a.selected:hover {
    background: #004181 none repeat scroll 0 0;
}

.swMain .buttonNext {
	background-color: #c92229;
}

.swMain .buttonNext:hover {
	background-color: #004181;
}

.swMain .buttonCancel {
    background-color: #5a5655;
}

.swMain .buttonCancel:hover {
    background-color: #004181;
}

.swMain ul.anchor li a.done {
    background: #004181 none repeat scroll 0 0;
}

.swMain .buttonFinish {
	background-color: #c92229;
}

.swMain .buttonFinish:hover {
    background-color: #004181;
}

.public_facility_bookings .navigation .selected {
    background: #c92229 none repeat scroll 0 0;
}

.public_facility_bookings .navigation ul li a {
    background: #004181 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 11px;
    height: 27px;
    line-height: 25px;
    margin-top: 5px;
    max-width: 220px;
    min-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: auto;
}

.public_facility_bookings .navigation ul li a:hover {
	background: #c92229 none repeat scroll 0 0;
	color: #ffffff;
}

.ui-datepicker-trigger {
	padding-top: 7px;
}

.rounded_button .selected {
    background: #c92229 none repeat scroll 0 0;
}

.rounded_button ul li a {
    background: #004181 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 10px;
    height: 27px;
    line-height: 25px;
    margin-top: 5px;
    max-width: 150px;
    min-width: 110px;
    text-align: center;
    width: 100%;
}

.rounded_button ul li a:hover {
	background: #c92229 none repeat scroll 0 0;
	color: #ffffff;
}

.book {
    background: #c92229 repeat scroll 0 0;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    height: 24px;
    line-height: 24px;
    margin: 3px auto;
    max-width: 100px;
    text-align: center;
    width: 80px;
}

.book:hover {
	background: #004181 none repeat scroll 0 0;
	background-color:#333333
}

.public_table_heading td {
    background: #333333 none repeat scroll 0 0 !important;
    color: #fff !important;
    font-weight: bold !important;
    margin: 5px 0;
    padding-bottom: 5px;
    padding-left: 30px !important;
    padding-top: 5px;
    text-align: left !important;
}

.navigation, .booking_menu_dates, .rounded_button {
    margin-left: -38px;
}	

/*classes*/
.swMain .stepContainer div#step-1 > .step_table .visit_pass_row td[align="left"] strong {
    font-size: 1.5em !important;
    font-weight: 400;
}
#step-1 table tr td span, #step-1 table tr td strong {
    color: #03459b;
}

.swMain .stepContainer div#step-1 > .step_table .visit_pass_row td[align="left"] {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
}

tr.visit_pass_row td:last-child{font-style:italic}
table.step_table tr.visit_pass_row td:last-child span{font-style:normal}
.visit_pass_row td[align=right]{padding-left:0!important;width:10px}

.swMain .stepContainer div#step-1 > .step_table .visit_pass_row td[align="left"] span {
    font-size: 2em !important;
    font-weight: 900 !important;
}

.cw-block-content table {
    font-size: 15px;
}

#step-3 .StepTitle, .swMain .stepContainer .swMain .stepContainer div#step-1 table:nth-of-type(3n), .swMain .stepContainer div#step-1 h2:nth-of-type(3n) {
	display: block !important;
}

#trainer_booking_iframe body {
	background-color: #f6f6f6 !important;
}

/*Product Page - public/localstore/products/725*/

.navigation, .booking_menu_dates, .rounded_button {
    margin-left: 0;
}

ul.buttons li {
	margin-right: 8px;
}

ul.buttons li a {
    background: #004181 none repeat scroll 0 0;
}

ul.buttons li a:hover {
    background: #c92229 none repeat scroll 0 0;
}

.shopping_cart_categories {
    background: #004181 none repeat scroll 0 0;
    border: 0;
    border-radius: 6px;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 3px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: none;
    text-transform: capitalize;
    width: 200px;
}

.shopping_cart_categories:hover {
	background: #c92229 none repeat scroll 0 0;
}

.local_special_left {
    border: none;
	border-radius: 6px;
	margin-bottom: 40px;
    margin-right: 38px;
}

#local_store_main {
    float: right;
    margin-right: 60px;
    width: 480px;
}

#local_store_local_specials {
    margin-top: 54px;
}

#main_content {
	background: #ffffff none repeat scroll 0 0;
}

.paginator li a, .paginator li span {
    border: none;
    font-size: 11px;
    padding: 4px 7px;
    text-decoration: none;
	background: #004181 none repeat scroll 0 0;
	color: #ffffff;
}

.paginator li a:hover {
	background: #c92229 none repeat scroll 0 0;
}

.public_prospect_register #main_content {
	width: 98%;
}

.public_prospect_register .btn-primary {
    background: #004181 none repeat scroll 0 0;
    background-repeat: repeat-x;
    border: none;
}

.public_prospect_register .btn-primary:hover {
    background: #c92229 none repeat scroll 0 0;
}

.site-branding {
    padding-left: 0;
	float: left;
	text-align: left !important;
}

.donate {
    float: right;
    width: 50%;
	margin-right: 20px;
}

.head-right {
    float: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 22px;
    right: 0;
}

.nav-wrapper .container {
	width: 100%;
}

.social {
    float: left;
    margin: 15px 0 0 100px;
    padding: 5px 5px 0 0;
    position: relative;
}
.social ul {
    margin: 0;
    padding: 0;
}
.social li {
    display: inline-block;
    padding: 0 1px;
}
.social ul li.yt a {
    background-position: 0 0;
}
.social li a {
    color: #999999;
    font-size: 38px;
}
.fa {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.club_name {
	float: left;
	color: #26427a;
	font-size: 14px;
}

.donate_btn {
	float: right;
}

.club_name {
    color: #26427a;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 7px;
}

.site-branding h1 {
	margin: 10px 0;
}

.footer-bottom h6 {
	margin-left: 20px;
	font-size: 14px !important;
	clear: both;
}