@import url(https://fonts.googleapis.com/css?family=Lato:400,300,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;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} 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;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.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]{-webkit-appearance: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:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .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=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

body {
  background-color: #f5f5f5;
  font-family: Lato, Arial, Helvetica, sans-serif;
  float: left;
  margin: 0;
  padding-bottom: 350px;
  padding-top: 65px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  width:100%;
}

.nav-wrapper {
  align-items: center;
  background-color: #ffffff;
  display: flex !important;
  justify-content: space-between;
  left: 0;
  padding: 0 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.nav-logo {
    background-image: url('https://secure.activecarrot.com/media/dynamic/static_images/413/logo-1.png');
    display: block;
    height: 55px;
    width: 160px;
}

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

.nav-center {
  color: #063561;
  font-size: 28px;
  font-weight: 700;
  padding-left: 144px;
}

.nav-phone svg,
.nav-locations svg {
  display: inline-block;
  fill: #063561;
  height: 24px;
  position: relative;
  top: 7px;
  width: 24px;
}


.nav-phone span,
.nav-locations span {
  color: #063561;
  display: inline-block;
  line-height: 65px;
  vertical-align: middle;
}

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

.nav-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
}

.nav-locations:hover + .nav-dropdown {
  display: block;
}

.nav-dropdown:hover {
  display: block;
}

.nav-dropdown ul {
  list-style-type: none;
  margin: 0;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  padding: 0;
  -webkit-padding-start: 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-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #063561;
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.nav-dropdown li {
  border-top: 1px solid #eee;
  display: block;
}

.footer-wrapper {
  background-color: #063561;
  bottom: 0;
  color: #ffffff;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.footer-wrapper h3 {
  float: left;
  font-size: 48px;
  font-weight: 300;
  margin: 0;
  -webkit-margin-after: 0;
  -webkit-margin-before: 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;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.footer-faketop {
  background-color: #063561;
  bottom: 320px;
  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;
}

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

.footer-bottom {
  background-color: #222;
  clear: both;
  float: left;
  padding: 20px;
  width: 100%;
}

.footer-left {
  color: #BBB;
  float: left;
}

.footer-left a {
  color: #BBB;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.footer-left a:hover {
  color: #eee;
}

.footer-right {
  color: #999;
  font-weight: 300;
  float: right;
}

#footer_wrapper {
  display: none;
}

.footer_contact {
  display: none;
}

#header_wrapper {
  display: none;
}

#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;
  -webkit-margin-before: 0;
  -webkit-margin-after: 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:20px;
  width: 100%;
}

#content:after {
  content: '';
  display: table;
  clear: both;
}

#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/413/class-icon.png');
  background-position: 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;
  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;
  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-radius: 0;
  border: 0;
  color: #ffffff;
  height: auto;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: -130px;
  transition: background-color 0.2s ease-in-out;
  width: 180px;
}

.class_show_all_button .book:hover {
  background-color: #08467F;
}

#public_custom_content + div {
  position: relative;
}

/*browse*/
#content > h2 {
  display: none;
}

#cw-filter-bar {
  width: 300px;
}

#cw-filter-bar h4 {
  font-size: 16;
  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;
  top: -84px;
  text-align: right;
  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: #063561;
    background-image: none;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    height: auto;
    padding: 10px 20px;
    transition: background-color 0.2s ease-in-out;
    width: 180px;
}

.cta-wrapper a:hover {
  background-color: #08467F;
}

.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 !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;
}

.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 !important;
  padding-left: 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;
  -webkit-margin-after: 0 !important;
  -webkit-margin-before: 0 !important;
  padding: 20px !important;
}

#cw_filter_form fieldset {
  margin: 20px 2px;
}

#content #main_content #booking_payment h2 {
  display: block;
}