@import url('https://fonts.googleapis.com/css?family=Muli:400,700,800,900&display=swap');


/* TEMPORARILY REMOVE WEBSITE LOGO */
#header > a > img,
#footer > a > img {
    display: none;
}

/*************************************************/
/* GENERAL STYLES */
/*************************************************/

* {
  margin: 0;
  padding: 0;
  font-family: 'Muli', sans-serif;
  font-size: 1em;
}

#page_wrapper {
  background: #FFF;
  width: 100%;
}

#content{
  width: 1176px;
  margin: 0 auto;
}

.swMain {
  position: relative;
}

/*************************************************/
/* HEADER STYLES */
/*************************************************/
#header_wrapper {
  width: 100%;
}

#header {
  width: 100%;
  height: 180px;
  margin: 0 auto;
  background-color: #80378E;
}

/* LOGO */
#custom-logo {
  position: relative;
  top: -200px;
  width: 1176px;
  margin: 0 auto;
}

#custom-logo a img {
  width: 100px;
  height: 116px;
  position: absolute;
  top: 45px;
  left: 20px;
}

/* INTRASITE */
#custom-intrasite-nav {
  width: 100%;
  height: 39px;
  position: absolute;
  top: 0;
  left: 0;
  background: #162A32;
}

.intrasite-nav {
  width: 1176px;
  height: 39px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
}

.intrasite-nav li a {
  padding: 0 25px 0 0;
  color: #FFF;
  letter-spacing: -0.4px;
}

.intrasite-nav li a:first-child {
  margin-left: 20px;
}

#custom-intrasite-nav > ul > li:nth-child(3) {
  background-color: #80378E;
  padding: 30px 0;
}

/* HEADER NAV SUB */
#custom-header-nav-sub {
  width: 1176px;
  margin: 0 auto;
  position: absolute;
  top: 20px;
}

.header-nav-sub {
  width: 1176px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 33px;
  right: 25px;
}

.header-nav-sub li {
  margin-left: 49px;
}

.header-nav-sub li a {
  font-size: .9em;
  letter-spacing: -0.4px;
  color: #FFF;
}

/* HEADER NAV MAIN */
.header-nav-main {
  width: 1176px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -80px;
  right: 5px;
}

.header-nav-main li a {
  color: #FFF;
  font-size: 0.9em;
  font-weight: 800;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  padding: 14px 20px 45px 18px;
}

.header-nav-main li a:hover{
  background-color: #fff;
  color:#0090DA;
}

/*************************************************/
/* ANCHOR STYLES */
/*************************************************/

/* ANCHOR CONTAINER */
.swMain ul.anchor {
  width: 1176px;
  display: flex;
  justify-content: center;
}

/* STEPS */
.swMain ul.anchor li a {
  width: 100%;
  height: 25px;
  border: 0;
  border-radius: 0px;
  background: #ffffff00;
}

.swMain ul.anchor li a.selected {
  color:#162A32;
  background: #ffffff00;
  border: 0;
  cursor:text;
  box-shadow: 0px 0px 0px #888;
}

.swMain ul.anchor li a.selected:hover {
  color: #0090DA;
  background: #ffffff00;
  cursor: pointer;
}

.swMain ul.anchor li a.error {
  background: #FFF !important;
  border: 0 !important;
}

.swMain ul.anchor li a.done {
  position:relative;
  color: #0090DA;
  background: #FFFFFF00;
  border:0;
  z-index:99;
}
.swMain ul.anchor li a.done:hover {
  color:#5A5655;
  background: #FFFFFF00;
  border: 0;
}
.swMain ul.anchor li a.disabled {
  color:#CCCCCC;
  background: #ffffff00;
  border: 0;
  cursor:text;
}

.swMain ul.anchor li a.disabled:hover {
  color:#CCCCCC;
  background: #ffffff00;
  border: 0;
  cursor:text;
}

/* STEP NUMBER LRG */
#wizard > ul > li > a > label {
  display: none;
}

/* STEP NUMBER SML */
.swMain ul.anchor li a .stepDesc {
  width: 218px;
  font-family: 'Muli', sans-serif;
  font-size: 0;
  text-align: right;
  text-shadow: none;
}

/* STEP DESC */
#wizard > ul > li > a > span > small {
  font-weight: 400;
  text-shadow: none;
}

/*************************************************/
/* STEPCONTAINER STYLES */
/*************************************************/

/* CONTAINER */
.swMain .stepContainer {
  width: 1176px;
  margin: 0 auto;
}

/* CONTENT CONTAINER */
.swMain .stepContainer div.content {
  margin: 60px 0 0 0;
  width: 1176px;
  background: #FFF;
  border: none;
  border-radius: 0px;

}

/* STEP HEADINGS */
#step-1 > h2 {
  background: #FFF;
  border: none;
  margin-bottom: 10px;
}

/* STEP 1 HEADING CHANGES */
#step-1 > h2:nth-child(1) {
  position: relative;
  visibility: hidden;
}

#step-1 > h2:nth-child(1):after {
  content: "Memberships";
  margin-left: 175px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  font-family: 'Muli', sans-serif;
  font-size: 1.6em;
}

#step-1 > h2:nth-child(3) {
  margin-left: 175px;
  margin-top: 30px;
  text-transform: capitalize;
  font-family: 'Muli', sans-serif;
  font-size: 2em;
}


/* MEMBERSHIP STYLES */
#step-1 table {
  margin: 0 auto;
  width: 70%;
  border-collapse: collapse;
}

#stepTitle {
  margin-left: 20px;
}

#step-1 table tbody tr td {
  font-size: 1.3em;
}

#step-1 table tbody tr td:last-child {
  text-align: center;
}

#step-1 table tbody tr.contract_row td,
#step-1 table tbody tr.visit_pass_row td {
  padding: 15px;
}

tr.contract_grouping td {
  text-align: left !important;
  font-size: 1.5em;
  font-weight: 600;
  font-family: 'Muli', sans-serif;
} 

tr.visit_pass_row td:first-child {
  text-align: center;
  padding: 5px !important;
}

tr.contract_row,
tr.visit_pass_row {
  background: #f1f1f1;
}

tr.contract_row:hover,
tr.visit_pass_row:hover {
  color: #FFF;
  background: #3E4E54;
  transition: .1s ease-out;
}

/* RADIO BUTTON TD */
tr.contract_row td:first-child {
  text-align: center;
  padding: 7px !important;
}

input[type='radio'] {
  transform: scale(1.5); 
}

#step-1 > table:nth-child(4) > tbody > tr:nth-child(1) > td,
.separator {
  display: none;
}

/* STEP-2 STEP-3 STEP-4 */
#step-2,
#step-3,
#step-4 {
  width: 70%;
  margin: 0 auto;
  float:  none;
  clear: none;
  position:  static;
  margin-top: 60px;
}

#step-2 h2,
#step-3 h2,
#step-4 h2 {
  font-family: "Muli", sans-serif;
  font-size: 1.7em;
  background: #FFF;
  border: 0;
}

#contact_details_form table.step_table tbody tr td {
  padding: 10px;
}

#step-3 h3 {
  font-size: 1.3em;
  margin-left: 5px;
}

#step-3 h3:nth-child(2) {
  margin-top: 20px;
}

#step-3 > table > tbody > tr:nth-child(2) > td:nth-child(1) {
  text-align: left;
  padding-top: 20px;
}

/* CONGRATULATIONS PAGE */
.congratulations {
  width: 70%;
  margin: 0 auto;
}

/*************************************************/
/* ACTIONBAR STYLES */
/*************************************************/

.swMain div.actionBar {
  width: 823px;
  height: 75px;
  position: absolute;
  bottom: -225px;
  left: 180px;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.swMain .buttonFinish,
.swMain .buttonNext,
.swMain .buttonCancel {
  width: 150px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  font-family: "Muli", sans-serif;
  font-size: 1.1em;
}

.swMain .buttonDisabled {
  margin: 0;
  padding: 10px 25px;
  border: 0;
  border-radius: 0;
  height: 20px;
  font-family: "Muli", sans-serif;
  font-size: 1.1em;
}

.swMain .buttonFinish {
  padding: 10px 25px;
}


/*************************************************/
/* FOOTER STYLES */
/*************************************************/

#footer div {
  padding: 0;
}

#footer_wrapper {
  background-image: none;
  height: 84px;
  background: #45555A;
  width: 100%;
  margin-top: 250px;
  position: relative;
}

.footer_contact {
  background: #172A31;
  color: #fff;
  margin: 0px;
  width: 100%;
  height: 170px;
  padding: 0;
  display:  none;
}

.footer_contact a {
  color: #fff;
  line-height: 180px;
}

/* CUSTOM FOOTER STYLES */
#custom_footer {
    width: 100%;
    position: absolute;
    top: 0;
}

.custom_footer_wrapper {
    width: 1176px;
    margin: 0 auto;
    padding: 0 10px;
}

.acknowledge_text {
    color: #cfd8dc;
    margin: 0;
    padding: 30px 0;
    width: 900px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.4px;
}

.footer_underline {
    border-bottom: 1px solid rgba(255,255,255,.3);
    width: 1176px;
    margin: 0 auto;
}

.footer1 {
    background-color: #45555A;
    height: 105px;
}

.footer1_wrapper {
    width: 1076px;
    margin: 0 auto;
    padding: 40px 30px;
}

.disclaimer1,
.privacy_policy {
    color: #cfd8dc;
    font-weight: bold;
    padding-right: 410px;
    text-decoration: underline;
    line-height: 105px;
}

.disclaimer1:hover,
.privacy_policy:hover {
    color: #cfd8dc;
}

.footer2 {
    background-color: #172A31;
    height: 171px;
}

.copyright_text,
.disclaimer_text {
    color: #cfd8dc;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.4px;
    padding-top: 15px;
}

.footer_copy_dis {
    display: flex;
    justify-content: space-between;
    width: 1176px;
    margin: 0 auto;
}

.disclaimer_text {
    width: 420px;
    text-align: right;
}





/*************************************************/
/* SESSIONS PAGE STYLES */
/*************************************************/

#main_content {
  width: 1176px;
  margin: 0 auto;
}

#main_content > div > div > table,
#classes_grid_view > table {;
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}

#main_content > div > div > table > tbody > tr > td > h3,
div.club_info {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 1.5em;
  font-family: "Muli", sans-serif;
  font-weight: 800;
}

/* MORNING LUNCHTIME EVENING */
tr.public_table_heading td{
  padding: 5px 20px !important;
  font-family: "Muli", sans-serif;
  font-size: 18px;
  background: #D2EAF7 !important;
  color: #162A32 !important;
}

/* START DURATION CLASSNAME INSTRUCTOR */
#classes_grid_view > table > thead > tr  th {
  padding: 10px;
  font-family: "Muli", sans-serif;
  font-size: 20px;
}

/* TABLE ROWS */
.public_table_data td {
  text-align: center !important;
  padding: 20px !important;
  border-bottom: 1px solid #ccc;
}

/* DATE SELECTION */
.tight_uls ul li,
.public_facility_bookings .navigation ul li {
  margin: 0;
}

div.booking_menu_dates.rounded_button.inline_uls.tight_uls > ul,
#content > div.public_facility_bookings > div.navigation > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div.booking_menu_dates.rounded_button.inline_uls.tight_uls > ul {
  padding-top: 50px !important;
}

.tight_uls ul li a {
  width: 146px;
  height: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 38px;
  background: #2C2D44;
  border-radius: 0;
}

/* FACILITY SELECTION */
.public_facility_bookings .navigation ul li a {
  width: 200px;
  height: 40px;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 38px;
  background: #2C2D44;
  border-radius: 0;
  margin: 15px 5px 0 0;
}

.tight_uls ul li a:hover,
.public_facility_bookings .navigation ul li a:hover {
  background: #402F57;
  color: #FFF;
}

.tight_uls ul li a.selected,
.public_facility_bookings .navigation .selected {
  background: #0088D2;
}

/* SELECT DATE BUTTON */
div.booking_menu_dates.rounded_button.inline_uls.tight_uls ul li:nth-child(8) a,
#booking_bookings > div > table > tbody > tr > td > div > ul > li:nth-child(8) > a,
#content > div.public_facility_bookings > div.navigation > ul > li:nth-child(8) > a {
  height: 20px;
  width: 120px;
  background: #5a5a5a;
}

div.booking_menu_dates.rounded_button.inline_uls.tight_uls ul li:nth-child(8) a:hover,
#booking_bookings > div > table > tbody > tr > td > div > ul > li:nth-child(8) > a:hover
,#content > div.public_facility_bookings > div.navigation > ul > li:nth-child(8) > a:hover {
  background: #afafaf;
}

div.booking_menu_dates.rounded_button.inline_uls.tight_uls ul li:nth-child(8) a img,
#booking_bookings > div > table > tbody > tr > td > div > ul > li:nth-child(8) > a > img,
#content > div.public_facility_bookings > div.navigation > ul > li:nth-child(8) > a > img {
  margin-top: 4px;
}

/* GRID VIEW BUTTON */
div.booking_menu_dates.rounded_button.inline_uls.tight_uls ul li:nth-child(9) a,
#booking_bookings > div > table > tbody > tr > td > div > ul > li:nth-child(9) > a {
  height: 20px;
  width: 120px;
  font-size: 10px;
  font-weight: 600;
  line-height: 22px;
  background: #5a5a5a;
}

div.booking_menu_dates.rounded_button.inline_uls.tight_uls ul li:nth-child(9) a:hover,
#booking_bookings > div > table > tbody > tr > td > div > ul > li:nth-child(9) > a:hover {
  background: #afafaf;
}

/* CLASS BOOKING BUTTON */
.book {
  width: 200px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  color: #FFF;
  background: #2C2D44;
  border: 0;
  border-radius: 0;
}

.book:hover {
  background: #402F57;
}

#booking_bookings > div > table > tbody > tr > td > div > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#classes_grid_view > table > tbody > tr {
  border-bottom: 1px solid #ccc;
}

div.column_event {
  padding: 10px;
  text-align: center;
}

div.public_facility_bookings > div.navigation > ul > li,
div.public_facility_bookings > div.navigation > ul > li a {
  width: 146px;
  margin-top: 30px;
}

#content > div.public_facility_bookings > div.heading > div.facilities.navigation,
#content > div.public_facility_bookings > div.club_info,
#content > div.public_facility_bookings > div.heading > p {
  width: 90%;
  margin-left: 57px;
}

#content > div.public_facility_bookings > div.navigation > ul > li:nth-child(8) {
  margin: -10px 0 30px 0;
}

#trainer_booking_iframe {
  width: 90% !important;
  margin-left: 57px;
}

.tight_uls ul li a.selected, .public_facility_bookings .navigation .selected:hover {
  background: #0088D2;
}

#trainer_booking_header > tbody > tr > td {
  font-size: 1.2em;
  font-family: "Muli", sans-serif;
  font-weight: 600;
}