/* Minification failed. Returning unminified contents.
(3465,6): run-time error CSS1030: Expected identifier, found '#header'
(3477,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 12px !important;
    display: inline-block;
    padding:0;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}
.resp-tabs-list li span{font-size:12px !important}
.resp-tabs-list.schedule-no-print li{padding:7px 15px;font-size: 18px!important;}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    /*padding: 12px 14px 14px 14px !important; WHY WHY!*/
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 17px;
    height: 11px;
    float: right;
    margin-top: 7px;
    border: 0px;
	background: transparent url(/assets/img/v-arrows.png) no-repeat;
    background-position: -18px -18px;
}

.tabs-to-accordion .resp-accordion:hover .resp-arrow {
	background: transparent url(/assets/img/v-arrows.png) no-repeat;
    background-position: -18px -18px;
}

h2.resp-tab-active span.resp-arrow {
    border: 0px;
	background: transparent url(/assets/img/v-arrows.png) no-repeat !important;
    background-position: 0px 0px !important;
}

.tabs-to-accordion.multicolor [aria-controls="tab_item-3"] .resp-arrow {
    /*background-position: 0px -18px;*/ /*commented under tsi-288*/
}

.tabs-to-accordion.multicolor [aria-controls="tab_item-3"].resp-tab-active .resp-arrow {
    background-position: 0px 0px !important;
}

.tabs-to-accordion.multicolor [aria-controls="tab_item-3"].resp-tab-active:hover .resp-arrow {
    background-position: 0px -18px !important;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

/*h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}*/

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

.scheduler .print-view {
  display: none; }
.fullVH {
    min-height:72vh;
}
.print #header, .print .scheduler .wrapper, .print .usageHeader{
  display: none; }

.print #footer {
    display:none !important;
}
.printIcon {
    background: url("/assets/img/printer.png") no-repeat scroll 0 0 / 22px auto rgba(0, 0, 0, 0);
    display: inline-block;
    height: 22px;
    margin: 0 4px -4px 8px;
    width: 22px;
}
.print .print-view {
  display: block !important; }

.grid th, .grid td {
  border: solid 1px #000;
  padding: 5px; }
.grid .whitespace {
  white-space: nowrap; }

.logo .arrow {
  color: #ee3141;
  font-size:20px;
  margin-left: 5px;
  float: right;
  line-height:66px; }

.club-alert {
  background: #F00000;
  color: #fff;
  padding: 20px 0; }
  .club-alert h3 {
    margin: 0;
    float: left;
    width: 30%;
    font-size: 41px;
    font-weight: normal; }
  .club-alert p {
    float: right;
    width: 65%;
    line-height: 23px; }

.push-right {
  float: right; }

.no-results {
  padding-top: 10px;
  padding-bottom:10px; }
  .no-results h3 {
    font-size: 20px; text-transform:inherit !important }

.scheduler-signin {
  width: 100%;
  float: left; }

    .scheduler-signin .wrapper p {
      font-weight: normal;
      font-size:18px;
      margin: 10px 0 10px; padding-left:20px; }

.buy, .find-similar {
  display: block !important;
  font-size: 9pt !important;
  font-weight: 400;
}

.full {
  display: none !important; }

.closed .buy {
  display: none !important; }
.closed .full {
  display: block !important; }

.no-border {
  border: none !important; }

.whitespace {
  white-space: nowrap; }

.center {
  margin: 0 auto;
  text-align: center;
  display: block; }

.join.btn {
  position: relative;
  z-index: 99;
  margin: 0 auto;
  left: 50%;
  top: 72%;
  width: 206px;
  margin-left: -100px;
}

.club-name {
  background: rgba(128, 130, 133, 0.9);
  z-index: 150;
  position: absolute;
  width: 100%; }
  .club-name h1 {
    margin: 0;
    font-size: 25pt;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    text-transform: none;
    font-weight:400;
    text-transform:lowercase;
  }

.clear {
  clear: both; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.resp-tabs-container h4 {
  margin-bottom: 5px;
  color: #0d0206;
  text-transform: none;
  font-size: 21px; }
.resp-tabs-container h5 {
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  margin: 5px 0; }
.resp-tabs-container h2 {
  color: #000;
  font-size: 20px;
  white-space: nowrap;
  font-weight: normal; }
.resp-tabs-container .offerings h2 {
  font-size: 36pt;
  text-transform:lowercase;
  margin: 60px 0 20px;
  font-weight:400; }
.resp-tabs-container .offerings h2:first-child {
  margin-top: 0; }
.resp-tabs-container .offerings h3 {
  text-transform: none;
  font-size: 20px;
  margin: 16px 0;
  font-weight: normal; }
.resp-tabs-container .offerings hr {
  margin: 20px 0; }
.resp-tabs-container .offerings .btn {
  text-transform: none; }
.resp-tabs-container .class-scheduler {
  width: 1024px; padding-bottom:290px;}
  .resp-tabs-container .class-scheduler .full-width {
    position: absolute;
    background: #808285;
    width: 100%;
    left: 0;
    text-align: center;
    margin-top: 43px;
    padding: 20px 0; }
    .resp-tabs-container .class-scheduler .full-width h2 {
      color: #fff;
      font-weight: bold; }
    .resp-tabs-container .class-scheduler .full-width ul {
      width: 800px;
      margin: 0 auto; }
      .resp-tabs-container .class-scheduler .full-width ul li {
        float: left;
        margin-right: 10px;
        list-style: none; }
        .resp-tabs-container .class-scheduler .full-width ul li .club-info {
          background: #a8a7a8;
          width: 150px;
          height: 150px; }
  .resp-tabs-container .class-scheduler .scheduler .filter-bar .change-date {
    margin: 0; }
  .resp-tabs-container .class-scheduler .content {
    padding-top: 0; }
    .resp-tabs-container .class-scheduler .content .filter-bar {
      height: 60px; }
      .resp-tabs-container .class-scheduler .content .filter-bar h3 {
        margin: 0;
        text-transform: none; }
.resp-tabs-container .half {
  width: 50%;}
.resp-tabs-container h4:first-child {
  margin-top: 0; }
.resp-tabs-container ul {
  margin-top: 0;
  padding: 0; }
.resp-tabs-container .about p, .resp-tabs-container .about li {
  font-size: 19px;
  list-style: none;
  line-height: 26px; }
  .resp-tabs-container .about p strong, .resp-tabs-container .about li strong {
    color: #5f5f5f; }
.resp-tabs-container p{font-size:11pt !important;  margin-bottom: 20px;}

.resp-tabs-container a:hover {
  color: #ee3141; }

	.resp-tabs-container a.btn.big:hover, .resp-tabs-container a.btn:hover {
		color: #ffffff;
	}
.resp-tabs-container .area li {
  list-style-type: square;
  margin-left: 20px;
}

.btn .fa {
  margin-left: 5px; }

.about .map {
  background: gray;
  width: 300px;
  height: 230px;
  margin-bottom: 10px; }

hr {
  margin: 10px 0; }

.studio .resp-tabs-container {
  padding-top: 60px; }

.option p {
  margin-bottom: 10px; }

.details {
  padding-top: 20px; }
  .details .thin {
    font-weight: normal; }
  .details h2, .details h3, .details h4, .details h5 {
    margin: 0; }
    .details p, .details li {
        margin-bottom: 20px;
        line-height: 20px;
        font-size: 17px;
    }
  .details .select-wrapper {
    margin-bottom: 10px; }
  .details .margin-right {
    margin-right: 20px; width:30%;}
  .details hr.big {
    margin: 30px 0; }
  .details .fourth {
    width: 24%;
    float: left;
    padding-right: 8%; }

.footer {
  width: 100%;
  padding: 40px 0;
  background: #808285;
  color:#fff;
  }
  .footer h5 {
    margin-bottom: 20px;
    font-weight:300
  }
.footer .details {
    padding-top:0px;
}
.footer .details p {
    margin-bottom:0;
    font-size:15px;
}
.policies-btn {
  display: block;
  width: 236px;
  margin: 0 auto; }

.usage-fees {
  font-weight: bold;
  font-size: 16px; }

 @media only screen and (min-width: 768px) {
	.join.btn {
		top: 68%;
	}
}

@media only screen and (max-width: 768px) {
    .resp-tabs-container .half .mob-fix{
  width: 50%; float:none !important; }
  .studio .resp-tabs-container {
    padding-top: 0; }
  .callout {
    display: none; }
  .select-wrapper select {

  }
    .notifications .select-wrapper select {
        min-width: 110px;
    }
  .club-alert h3 {
    float: none;
    width: 100%;
    font-size: 34px; }
  .club-alert p {
    float: none;
    width: 100%;
    line-height: 23px; }
  .responsive-wrapper {
    width: 300px;
    padding-left: 10px;
    padding-right: 10px; }
  	.responsive-wrapper.details.accordion-container {
		padding-left: 0px;
		padding-right: 0px;
	}
    .responsive-wrapper.noPadding {
        padding:0;
    }
  .pull-right, .pull-left {
    float: none !important; }
  .half {
    width: 100% !important; padding-left:10px; }
  .offerings h2 {
    font-size: 24px;
    margin: 40px 0 10px;
    white-space: normal; }
  .fourth {
    float: none !important;
    width: 100% !important; }
  .usage-fees {
    display: inline-block;
    margin-bottom: 20px !important; }
  .btn {
    margin:0; } }

@media only screen and (max-width: 767px) {
    .details p, .details li {
        font-size: 13px;
        line-height: 17px;
    }
}
/* line 2, ../scss/overview.scss */
.overview ul {
  clear: both;
}
/* line 5, ../scss/overview.scss */
.overview ul li {
  float: left;
  list-style: none;
  width: 33%;
  margin: 0 auto 20px;
  text-align: center;
}
/* line 12, ../scss/overview.scss */
.overview ul li img {
  width: 206px;
}
/* line 16, ../scss/overview.scss */
.overview ul li h3 {
  text-transform: none !important;
  font-size: 18pt;
  margin: 6px auto;
  width: 206px;
  color: #222;
}
/* line 24, ../scss/overview.scss */
.overview ul li a:hover h3 {
  color: #106285;
}
/* line 28, ../scss/overview.scss */
.overview ul li p {
  width: 206px;
  margin: 0 auto;
  color: #555;
}
/* line 37, ../scss/overview.scss */
.overview .details h2 {
  font-size: 36pt;
  font-weight:400;
  text-transform:lowercase;
}
/* line 41, ../scss/overview.scss */
.overview .details p {
  color: #555;
  font-size: 17px;
}
/* line 46, ../scss/overview.scss */
.overview .details ul {
  padding: 0;
}
/* line 49, ../scss/overview.scss */
.overview .details ul li {
  float: none;
  width: 100%;
  margin: 0;
  text-align: left;
  /*border-bottom: 1px solid #555;*/
  padding: 20px 0;
}
/* line 57, ../scss/overview.scss */
.overview .details ul li h4 {
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0;
}
/* line 63, ../scss/overview.scss */
.overview .details ul li p {
  width: 100%;
}
/* line 67, ../scss/overview.scss */
.overview .details ul li img {
  float: left;
  margin-right: 10px;
}
/* line 72, ../scss/overview.scss */
.overview .details ul li .btn {
  float: right;
}
/* line 80, ../scss/overview.scss */
.overview .details .more-details li h4 {
  font-weight: 900;
  font-style: italic;
}
/* line 87, ../scss/overview.scss */
.overview .details .pull-left, .overview .details .pull-right {
  width: 49%;
  margin-top: 30px;
}
/* line 91, ../scss/overview.scss */
.overview .details .pull-left img, .overview .details .pull-right img {
  width: 100%;
}
/* line 95, ../scss/overview.scss */
.overview .details .pull-left .btn, .overview .details .pull-right .btn {
  margin-top: 10px;
}
/* line 100, ../scss/overview.scss */
.overview .details h3 {
  text-transform: none;
  margin: 20px 0 10px;
  font-size: 28px;
}
/* line 106, ../scss/overview.scss */
.overview .details a.strong:hover {
  text-decoration: underline;
}
/* line 110, ../scss/overview.scss */
.overview .details .strong {
  font-weight: bold;
}
/* line 114, ../scss/overview.scss */
.overview .details h4 {
  margin-bottom: 0px;
  font-size: 20px;
}

/* line 121, ../scss/overview.scss */
ul.normal {
  padding-left: 16px !important;
}
/* line 124, ../scss/overview.scss */
ul.normal li {
  border: none !important;
  list-style: disc;
  padding: 5px 0 !important;
}

/* line 131, ../scss/overview.scss */
ul.no-dots {
  padding-left: 0 !important;
}
/* line 134, ../scss/overview.scss */
ul.no-dots li {
  list-style: none;
}
    ul.no-dots.fees {
    margin:0 0 10px 0 !important; padding:0
    }
    ul.no-dots.fees li {
    padding-top:4px
    }

/* line 139, ../scss/overview.scss */
.details-text p {
  font-size: 20px !important;
  line-height: 24px !important;
}

/* line 144, ../scss/overview.scss */
.details .pull-left p, .details .pull-right p, .details .more-details li p {
  font-size: 16px !important;
  line-height: 20px !important;
}

/* line 149, ../scss/overview.scss */
.callout {
  z-index: 50;
  width: 398px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  height:388px;
  left: 63%;
  margin-left: -508px;
  text-align: center;
  padding: 0 10px 0;
  display: table-cell;
  vertical-align: middle;
}

.callout-centerText {
  z-index: 50;
  position: relative;
  height:373px;
  left: 18%;
  text-align: center;
  padding: 0 10px 0;
  display: table-cell;
  vertical-align: middle;
}

.callout-centerText h1 {
  margin: 0 0 30px 0;
  font-size: 50px;
  font-weight: 700;
  text-transform: none;
  font-style: oblique;
  line-height: 60px;
  text-transform:uppercase;
}

.callout.pramotion{
    left: inherit;
    margin-left: inherit;
    width: 600px;
    margin: 0 auto;
    display: block;
}
.middle-content{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

    .callout.standard { /*commented under TSI-288, do not remove could be reused--Saurabh */
        left: 25%;
        background-color: transparent !important;
        width: 950px;
        padding: 25px 16px !important;
        height:466px;
    }

        .callout.standard h1 { /*commented under TSI-288, do not remove could be reused--Saurabh */
            text-align: left;
            font-size:60px;
            font-family: 'Helvetica W01';
            font-weight: 700;
            font-style: oblique;
        }

/* line 159, ../scss/overview.scss */
.callout h1 {
  margin: 0 0 30px 0;
  font-size: 60px;
  font-weight: 700;
  text-transform: none;
  font-style: oblique;
  line-height: 60px;
  text-transform:uppercase;
}

    .callout.standard p {
        text-align: left;
    }

    .callout.standard a {
        float: left;
    }
/* line 166, ../scss/overview.scss */
.callout p {
  margin-bottom: 40px;
}

/* line 171, ../scss/overview.scss */
.overview-highlight h4 {
  font-weight: 900;
  font-style: italic;
}
@media only screen and (max-width: 1400px) {
    .callout {
        left: 48%;
    }
}
@media only screen and (max-width: 1200px) {
    .callout {
        left: 23%;
    }
}
@media only screen and (max-width: 1024px) {
  /* line 177, ../scss/overview.scss */
  .callout {
    left: 0px;
    margin-left: 0;
  }

        .callout.standard {
            left: auto !important;
        }
}
@media only screen and (max-width: 850px) {
    .callout {
        height: 275px;
    }
    .callout.pramotion{
         height: 200px;
    }
}
@media only screen and (max-width: 768px) {
  /* line 185, ../scss/overview.scss */
  .callout {
    bottom: 0;
    display: block;
    height: 74px;
    top: 100%;
    margin-top: -80px;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 0px;
    left: 0px;
    margin-left: 0;
    width: 100%;
  }
  .callout.pramotion{
    height:74px;
    left: 0px;
    margin-left: 0;
    width: 100%;
    bottom: 0;
    margin-top: -80px;
    display:block;
    }
  

            
  /* line 197, ../scss/overview.scss */
  .callout h1 {
    font-size: 21px;
    margin-bottom: 6px;
    line-height:23px;
  }

  /* line 202, ../scss/overview.scss */
  .pager-side-container {
    height: auto;
    margin-top: 0px;
    width: 100% !important;
  }

  /* line 207, ../scss/overview.scss */
  .pull-left, .pull-right {
    width: 100% !important;
  }

  /* line 211, ../scss/overview.scss */
  .details img {
    width: 100% !important;
    margin-bottom: 8px;
  }

  /* line 217, ../scss/overview.scss */
  .more-details li img {
    display: none;
  }
  /* line 218, ../scss/overview.scss */
  .more-details li .btn {
    float: left !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
  }

  /* line 224, ../scss/overview.scss */
  .overview .details h2 {
    font-size: 24px;
  }

  /* line 227, ../scss/overview.scss */
  .overview .details h3 {
    font-size: 20px;
  }

  /* line 230, ../scss/overview.scss */
  .overview .details ul li h4 {
    font-size: 16px;
  }

  /* line 233, ../scss/overview.scss */
  .details-text p {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  /* line 237, ../scss/overview.scss */
  .details .pull-left p, .details .pull-right p, .details .more-details li p {
    font-size: 13px !important;
    line-height: 17px !important;
  }
   .callout.standard { /*commented under TSI-288, do not remove could be reused--Saurabh */
        height:auto;
    }
}
/* line 243, ../scss/overview.scss */
.quick-links {
  background: #7B8D9A;
  position: relative;
  width: 100%;
  margin-top: 20px;
  float: left;
  height: auto;
  padding:10px 0
}
/* line 250, ../scss/overview.scss */
.quick-links .center {
  text-align: center;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
/* line 256, ../scss/overview.scss */
.quick-links .center h3 {
  color: #fff;
  text-transform: none;
  font-size: 28px;
}
/* line 263, ../scss/overview.scss */
.quick-links ul {
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style:none;
}
/* line 270, ../scss/overview.scss */
.quick-links ul li {
  width: 16%;
  margin:10px 2%;
  display: inline;
  list-style:none;
}
/* line 275, ../scss/overview.scss */
.quick-links ul li img {
  width: 100%;
  max-width: 130px;
}
/* line 280, ../scss/overview.scss */
.quick-links ul li h5 {
  margin-top: 5px;
  font-size: 15px;
  color: #eee;
}
/* line 286, ../scss/overview.scss */
.quick-links ul li a:hover h5 {
  color: #ccc;
}

/* line 292, ../scss/overview.scss */
.overview-additional {
  background: #808285;
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  left: 0;
  float: left;
}
/* line 300, ../scss/overview.scss */
.overview-additional h2, .overview-additional p {
  margin: 0;
  color: #fff;
  font-weight: normal;
}
/* line 306, ../scss/overview.scss */
.overview-additional p, .overview-additional ul{
  color: #fff;
  font-size: 15px;
}

/* line 311, ../scss/overview.scss */
.overview-additional ul {
  padding-left:0px;
}
/* line 315, ../scss/overview.scss */
.overview-additional h2 {
  text-align: right;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 324, ../scss/overview.scss */
.overview-additional .pull-left, .overview-additional .pull-right {
  width: 49%;
}
/* line 328, ../scss/overview.scss */
.overview-additional .btn {
  background: #ee3141;
  color: #fff;
}

@media (max-width: 768px) {
  /* line 336, ../scss/overview.scss */
  .quick-links .responsive-wrapper {
    padding-bottom: 20px;
  }
  /* line 339, ../scss/overview.scss */
  .quick-links ul {
    text-align: center;
    padding: 0;
    width: 46%;
    margin: 0 2%;
    clear: none;
    float: left;
  }
  /* line 347, ../scss/overview.scss */
  .quick-links ul li {
    display: block;
    float: none;
    width: 100% !important;
    margin: 5px 0 10px 0;
  }
  /* line 353, ../scss/overview.scss */
  .quick-links ul li img {
    display: none;
  }
  /* line 356, ../scss/overview.scss */
  .quick-links ul li a {
    display: block;
    width: 100%;
    text-align: center;
    background: #ee3141;
    color: #fff;
  }
  /* line 363, ../scss/overview.scss */
  .quick-links ul li a:hover {
    background: #6592c5;
    color: #fff;
  }
  /* line 367, ../scss/overview.scss */
  .quick-links ul li a:hover h5 {
    color: #fff;
  }
  /* line 370, ../scss/overview.scss */
  .quick-links ul li h5 {
    color: #fff;
    margin: 5px 0 10px 0;
    padding: 5px;
  }

  /* line 377, ../scss/overview.scss */
  .overview-additional h2 {
    text-align: left;
  }
}

@media (max-width: 767px) {
  /* line 384, ../scss/overview.scss */
  .overview .details p, .overview .details li {
    font-size: 14px;
    line-height: 18px;
  }

  /* line 388, ../scss/overview.scss */
  .overview ul li h3 {
    font-size: 18px;
  }

  /* line 391, ../scss/overview.scss */
  .accordion ul .tab-header {
    font-size: 18px;
  }

  /* line 394, ../scss/overview.scss */
  .overview-highlight h4 {
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
    /* line 401, ../scss/overview.scss */
    .quick-links ul {
        text-align: center;
        padding: 0;
        width: 100%;
        margin: 0;
        clear: none;
        float: none;
    }
}
    

.clubsearch .info {
    font-weight: bold;
    font-size: 20pt;
    text-align: center;
    padding: 20px 0;
    float:left;
}
.clubsearch .holiday-list{
  text-align: center;
  padding: 0 !important;
}
#cf-search-options, #cf-search-default {
    width: 720px !important;
    padding: 0px !important;
}
.clubsearch .additional {
    background: #658FC2;
}
.clubsearch .additional .twothird {
    width: 415px;
    float: left;
    color: #fff;
    text-align: center;
    padding: 0;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 106px;
    background: #006695;
}
.search-zip,
.search-zip form {
    display: inline;
    position: relative;
}
.search-zip {
    width: 114px;
}
.search-zip .zip-code {
    width: 68px;
    height: 34px;
    background: #fff;
    color: #000;
}
.search-zip input[type="submit"].btn {
    min-width: 0px;
    vertical-align: top;
    margin-left: 3px;
    height: 28px;
    line-height: 28px;
}
input[type="reset"].search-clear {
    padding: 0;
    background: transparent;
    color: #ffffff;
    border: 0;
    height: auto;
}
.search-zip input[type="reset"].search-clear {
    margin-left: 184px;
}
.clubsearch .additional .third {
    width: 235px;
    float: left;
    color: #fff;
    text-align: center;
    padding: 0;
    border-right: 2px solid #fff;
    height: 106px;
}
.clubsearch .additional .third .caret {
    display: none;
    float: right;
    height: 11px;
    width: 17px;
    margin-top: 2px;
    background: url(/assets/img/v-arrows.png) no-repeat;
    background-position: -20px -17px;
}
.clubsearch .additional .active .caret {
    background-position: 0px 0px;
    display: none;
}
.clubsearch .additional .third.active {
    background: #006695;
}
.clubsearch .additional #search-by-location-link {
    border-left: 2px solid #fff;
}
.clubsearch .additional .third label {
    display: block;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0 18px;
}
.clubsearch .additional .twothird label {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 14px 18px 18px 18px;
    display: block;
}
.clubsearch .additional .third .select-wrapper {
    margin: 10px auto 0 auto; width: 90%;
}

.clubsearch .additional .location-search .btn-current-location {
    width: 47%;
    float: left;
    text-transform:uppercase;
    margin-left:12px;
}
.clubsearch .additional .location-search .search-zip .btn {padding-left: 10px !important;}
.clubsearch .additional select {
    display: block;
    width: 80%;
    margin: 0px auto;
    font-size: 14px;
    padding-left: 1px;
}
.clubsearch .no-results {
    font-size: 20px;
    margin-top: 16px;
}
.content.clubsearch .name-filter input {
    top: auto !important;
    left: auto !important;
}
#search-by-location-link .search-location {
    display: none;
}
#search-by-location-link .location-search {
    padding-top: 15px;
}
.location-left, .location-right {
    float: left;
}
.location-right .search-zip .zip-code, .location-right .search-zip input[type="submit"].btn {
    height: 34px;
}
.location-right .search-zip input[type="submit"].btn {
    line-height: 34px;
}
.location-right .search-zip input[type="reset"].search-clear {
    margin-left: 10px;
}
                                                   
@media (min-width: 768px) {
    #search-by-area .select-wrapper {
        display: block !important;
    }
    .clubsearch .additional #cf-search-default label.cf-btn {
        padding-top: 42px;
    }
    .clubsearch .additional .third label.cf-btn {
        padding-top: 32px;
    }
    #search-by-area label {
        padding-top: 6px;
    }
    div#search-by-location-link .location-search {
        display: none;
    }
    #search-offerings input[type="reset"].search-clear, .mob-showing-btn {
        display: none;
    }
     
}
@media (max-width: 767px) {
    .clubsearch .info {
        font-size: 16px;
    }
    div#search-by-location-link.active .location-search {
        display: block;
    }
    .mob-showing-btn, .offering-action.btn-action {
        display: block;
        text-align: left;
        padding-left: 10px;
    }
    .clubsearch .additional #search-by-location-link.active .search-location {
        display: block !important;
    }
    .clubsearch .additional .third .select-wrapper {
        padding-top: 1px;
    }
    #search-offerings input[type="reset"].search-clear {
        display: inline-block;
        margin: 0 10px;
        padding:10px;
    }

    
    #cf-search-default {
        display: none;
    }
    #cf-search-options {
        padding: 0px !important;
        width: 100% !important;
    }
    .clubsearch .additional .third {
        float: none;
        display: block;
        width: 100%;
        border-left: 0px !important;
        border-right: 0px !important;
        border-top: 1px solid #fff;
        text-align: left;
        padding: 10px;
        height: auto;
    }
    .clubsearch .additional .third label {
        padding: 0;
        text-transform:uppercase;
    }
    .clubsearch .additional .third .btn.btn-current-location {
        width:100%;
    }
    
    #search-offerings {
        padding-top: 0px;
    }
    #search-offerings .responsive-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    #search-offerings .checkbox {
        width: 100%;
        padding: 7px 10px 0px 10px;
        border-top: 1px solid #808285;
    }
    .search-check-container {
     overflow: hidden;
    padding: 10px 0;
    border-top: 2px solid #808285;
    border-bottom: 2px solid #808285;
    }
    #search-offerings .checkbox:first-child {
        margin-top: 0px;
        border:none;
    }
    .clubsearch .additional .third .caret {
        display: block;
    }
    .clubsearch .additional .third.active .caret {
        display: block;
    }
    .clubsearch .additional .location-search .btn-current-location {
        margin-left:0;
    }
}
@media (max-width: 479px) {
    .clubsearch .additional select {
        width: 100% !important;
    }
    .location-left, .location-right {
        /*float: none;*/
        display: block;
        /*clear: both;*/
    }
    .location-left .btn {
        margin-bottom: 10px !important;
    }
}
.form-content {
    width: 40%;
    margin: 0 auto;
    margin-bottom:15px
}

.account #accountTab .resp-tab-content, .content {
    padding-bottom: 0;
}

#children-on-account h3 {
    font-style: italic;
    font-weight: 800;
}

.membership-wrapper .preferred {
    background: #fff;
    padding: 10px 0 10px;
    min-height: 100px;
    margin: 1px 0;
    color:#808285;
}

    .membership-wrapper .preferred h3 {
        color: #808285;
        text-align: center;
        font-weight: 800;
        font-style: italic;
    }

    .membership-wrapper .preferred .add {
        width:667px;
        margin:0 auto;
        margin-top: 20px;
        display: block;
    }

    .membership-wrapper .preferred ul {
        width: 667px;
        margin: 0 auto;
        padding: 0;
    }

        .membership-wrapper .preferred ul .draggable {
            cursor: auto;
        }

        .membership-wrapper .preferred ul li {
            list-style: none;
            line-height: 42px;
            height: 42px;
        }

            .membership-wrapper .preferred ul li div {
                float: left;
            }

            .membership-wrapper .preferred ul li .number {
                color: #fff;
                width: 20px;
                font-size: 20px;
            }

            .membership-wrapper .preferred ul li .handle {
                background: #ee3141;
                color: #fff;
                width: 20px;
                text-align: center;
                font-size: 20px;
            }

            .membership-wrapper .preferred ul li .club {
                position: relative;
                border:none;
                margin:0 auto;
                border-bottom:1px solid #d3d3d3;
                color: #808285;
                width:100%;
                font-weight: bold;
                text-align: left;
            }

                .membership-wrapper .preferred ul li .club .deleteChild {
                    position: absolute;
                    top: 0px;
                    right: 8px;
                    color: #ff0000;
                    cursor: pointer;
                }

                .membership-wrapper .preferred ul li .club.new {
                    padding-left: 0;
                    width:100%;
                }

                    .membership-wrapper .preferred ul li .club.new .select-wrapper {
                        width: 50%;
                    }

                        .membership-wrapper .preferred ul li .club.new .select-wrapper select {
                            height: 42px;
                        }

.membership-wrapper .recommendations {
    background: #808285;
    color: #fff;
    padding: 20px 0;
}

    .membership-wrapper .recommendations h4 {
        text-align: center;
        color: #fff;
        text-transform: none;
        font-size: 30px;
    }

.membership-wrapper .form-content {
    width: 80%;
}

.membership-wrapper h2 {
    text-align: center;
    text-transform: none;
    font-size: 52px;
    margin-top: 0;
}

.membership-wrapper .type {
    background: #808285;
    padding: 5px 0;
    color: #fff;
    text-transform: lowercase;
    font-weight: bold;
    width: 100%;
    /*left: 0;*/
    font-size: 16px;
    margin-top: -30px;
}

.membership-wrapper .third {
    width: 20%;
    display: inline-block;
}

    .membership-wrapper .third .select-wrapper {
        width: 100%;
    }

.membership-wrapper .child form {
    width: 48%;
    margin: 0 auto;
}

.membership-wrapper .form-actions button {
    margin-bottom: 20px;
}

.membership-wrapper h3 {
    margin-bottom: 5px;
    font-size: 20px;
}

    .membership-wrapper h3.center {
        text-align: center;
        font-weight: normal;
    }

.membership-wrapper .inline {
    margin-top: -10px;
}

    .membership-wrapper .inline input[type="radio"] {
        width: auto;
        visibility: hidden;
    }

    .membership-wrapper .inline label {
        float: none;
        width: auto;
        margin-right: 10px;
        line-height: 16px;
    }

.membership-wrapper .contract {
    /*margin-top: 56px;*/
    padding-top: 30px;
}

.membership-wrapper .type {
    text-align: center;
    float: left;
}

table.memberGrid {
    width: 100%;
}

.membership-wrapper .contract span {
    color: #777;
}

.membership-wrapper .contract p {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: bold;
}

.membership-wrapper p.center {
    text-align: center;
}

.membership-wrapper table {
    border-collapse: collapse;
    border: 1px solid #959ca8;
}

    .membership-wrapper table tbody td:first-child {
        color: #808285;
        width: 300px;
    }
.reserved-for{
padding-bottom: 4px;display: block;color: #ee3141;font-size: 14px;font-weight: normal;
}

    .membership-wrapper table tbody td {
        border: 1px solid #959ca8;
        vertical-align: top;
        padding: 0px;
    }

        .membership-wrapper table tbody td:last-child {
            /*display: inline-table;*/
            vertical-align: top;
            padding: 0;
            text-align: center;
        }

            .membership-wrapper table tbody td:last-child .cta-text {
                font-size: 13px;
                color:#000;
                padding:4px 4px 0 4px;
            }

            .membership-wrapper table tbody td:last-child button, .membership-wrapper table tbody td:last-child a {
                width: 100%;
                min-height: 35px;
            }

.your-classes td:last-child button {
    width: 100%;
    min-height: 56px !important;
    line-height: 16px !important;
}

.your-classes .find-similar {
    background: transparent !important;
    color: black !important;
    text-transform: none !important;
}

.membership-wrapper table tbody .select-wrapper {
    width: 300px;
    margin:0 auto;
}

    .membership-wrapper table tbody .select-wrapper select {
        height: 35px;
    }

.membership-wrapper table tbody .box {
    height: 35px;
    /*width: 100%;*/
}

    .membership-wrapper table tbody .box .info {
        padding: 8px;
        text-transform: uppercase;
    }

    .membership-wrapper table tbody .box.twice {
        height: 70px;
        line-height: 70px;
    }

    .membership-wrapper table tbody .box.padding {
        padding: 12px;
        height: 15px;
    }

        .membership-wrapper table tbody .box.padding.twice {
            height: 50px;
            line-height: 21px;
            /*height: auto;*/
            line-height: 16px !important;
        }

select {
    white-space: pre-line;
    height: auto !important;
    min-height: 35px;
}

.notification fieldset label {
    float: left;
    width: 45%;
    background: #dbdbdb;
    line-height: 32px;
    padding: 0 10px;
}

.notification fieldset .select-wrapper {
    float: right;
    width: 45%;
}

    .notification fieldset .select-wrapper select {
        width: 100% !important;
    }

.note {
    font-size: 12px;
    color: #808080;
    line-height: 28px;
}

.toggle-button {
    border-top: 1px solid black;
    padding-top: 10px;
}

    .toggle-button h4 {
        float: left;
    }

    .toggle-button button {
        float: right;
        background: transparent;
    }

.billing-wrapper h4, .membership-wrapper h4 {
    text-transform: uppercase !important;
}

.billing-wrapper fieldset label, .membership-wrapper fieldset label {
    float: left;
    width: 30%;
    text-align: right;
    line-height: 30px;
    padding-right: 16px;
}

.billing-wrapper fieldset span.noEdit {
    line-height: 30px;
}

.billing-wrapper fieldset input, .billing-wrapper fieldset input[type="password"], .billing-wrapper fieldset .select-wrapper, .billing-wrapper fieldset .form-actions, .membership-wrapper fieldset input, .membership-wrapper fieldset input[type="password"], .membership-wrapper fieldset .select-wrapper, .membership-wrapper fieldset .form-actions {
    float: left;
    width: 65%;
}

.billing-wrapper fieldset #city, .membership-wrapper fieldset #city {
    width: 30%;
    float: left;
}

.billing-wrapper .city-state .select-wrapper, .membership-wrapper .city-state .select-wrapper {
    width: 30%;
    margin-left: 10px;
}

.billing-wrapper .billing .pull-right, .membership-wrapper .billing .pull-right {
    width: 88px;
}

    .billing-wrapper .billing .pull-right label, .membership-wrapper .billing .pull-right label {
        padding-right: 10px;
    }

    .billing-wrapper .billing .pull-right input[type="text"], .billing-wrapper .billing .pull-right input[type="password"], .membership-wrapper .billing .pull-right input[type="text"], .membership-wrapper .billing .pull-right input[type="password"] {
        width: 45px;
    }

.billing-wrapper .billing #month, .billing-wrapper .billing #year, .membership-wrapper .billing #month, .membership-wrapper .billing #year {
    width: 40px;
    margin-right: 10px;
}

.password .form-content {
    width: 50%;
}

@media only screen and (max-width: 900px) {
    .form-content {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {

    .form-content {
        width: 100% !important;
    }

        .form-content fieldset label {
            float: left;
            width: 40%;
        }

        .form-content fieldset .select-wrapper {
            width: 50%;
        }

    .billing-wrapper {
        width: 100%;
    }

        .billing-wrapper label {
            float: none !important;
            display: block;
            text-align: left !important;
        }

    .read-only-form label {
        width: 25% !important;
        float: left !important;
        margin-right: 5px;
        white-space: nowrap;
    }

    .read-only-form span.noEdit {
        width: 70%;
        float: left;
    }

    .billing-wrapper fieldset span.noEdit {
        line-height: 20px;
    }
}

@media only screen and (max-width: 450px) {
    table.memberGrid tbody td:first-child {
        width: auto !important;
    }

    table.memberGrid tbody td div.select-wrapper {
        width: 140px !important;
    }
}


.childTable {
}

    .childTable table {
        border: 0;
        margin: 0 auto;
        padding-bottom: 20px;
        display: block;
        width: 48%;
    }

        .childTable table td {
            border: 0 !important;
            width: 127px !important;
            text-align: left !important;
        }

            .childTable table td:first-child {
                text-align: right !important;
                padding-bottom: 6px;
                padding-right: 24px;
            }

.smallScreenCopy {
    display: none;
}



.reservationTable {
    width: 100%;
}

    .reservationTable tbody td, .reservationTable tbody td:last-child {
        padding: 16px 16px 79px !important;
        width: 104px !important;
        color: #000 !important;
        font-weight: 400;
        display: table-cell !important;
    }

.your-classes tbody td, .your-classes tbody td:last-child {
    padding: 16px 16px 16px !important;
}

.reservationTable tbody td:last-child {
    width: 124px !important;
    padding: 0 !important;
    vertical-align: middle !important;
    text-align: center !important;
    background-color: #006693;
}

.your-classes tbody td:last-child {
    vertical-align: top !important;
}

.reservationTable tbody td.closed:last-child {
    background-color: #D4D4D4;
    color: #006693 !important;
}

.your-classes tbody td.closed:last-child {
    background-color: transparent;
}

.reservationTable tbody td:last-child a {
    min-width: none;
}

    .reservationTable tbody td:last-child a:hover {
        color: #FFF !important;
        background-color: none !important;
    }
/*.reservationTable tbody span {
    display:block;
    width:77px;
} hidden by JP */

span.center {
    margin: 0 auto;
}

.form-content h3 {
    background-color: #808180;
    color: #fff;
    margin: 0;
    padding: 15px;
}

.description {
    font-size: 14px;
}

.your-classes .description {
    font-weight: 700;
    text-transform: uppercase;
}


.acc-head-type1 {
    padding: 15px 0px 15px 5px;
    display: block;
}

.acc-head-type2 {
    padding: 5px 0px 5px 5px;
    display: block;
}
/*New membership design, to include services offered under an agreement.*/
.agreementServices ul {
    margin: 0!important;
}

.agreementServices li {
    margin: 0px 0px 0px -8px !important;
    font-size: 12px;
    line-height: 16px;
    list-style-type: disc;
}

.gender-container {
    width: 65%;
    float: left;
    margin-top: 6px !important;
}

.date-birth-container {
    width: 66%;
    float: left;
}

.third.year, .third.month {
    width: 35%;
}

.third.date {
    width: 27%;
}

@media only screen and (max-width: 768px) {
    .box.twice.padding {
        line-height: 10px !important;
    }

    .smallScreenCopy {
        display: block;
    }

    .reservationTable tbody td {
        display: none !important;
    }

        .reservationTable tbody td:first-child, .reservationTable tbody td:last-child {
            display: table-cell !important;
        }

        .reservationTable tbody td:first-child {
            width: 390px !important;
        }

    .reservationTable tbody span {
        display: inline-block;
        width: auto;
    }

    .reservationTable .btn {
        width: 100% !important;
    }

    h2.resp-accordion {
        font-size: 16px;
        font-weight: bold;
    }

    .acc-head-type1 {
        padding: 0 !important;
        display: block;
    }

    .acc-head-type2 {
        padding: 0 !important;
        display: block;
    }

    .membership-wrapper .preferred ul {
        width: 100%;
    }
}

@media only screen and (max-width: 850px) {
    .acc-head-type1 {
        padding: 0 !important;
    }
     
    .acc-head-type2 {
        padding: 0 !important;
    }

    .tabs-to-accordion h2.resp-accordion {
        margin-bottom: 1px;
    }

        .tabs-to-accordion h2.resp-accordion.no-login {
            /*background:#f20000 !important;*/
            color: white !important;
        }
        .tabs-to-accordion h2.resp-accordion.no-login.resp-tab-active {
            /*background:#f20000 !important;*/
            color: #ee3141 !important;
        }

            .tabs-to-accordion h2.resp-accordion.no-login span {
                background-position: -18px -18px !important;
            }
            .tabs-to-accordion h2.resp-accordion.no-login.resp-tab-active span {
            background-position: 0 0 !important;
            }
}

@media only screen and (max-width: 767px) {

    .membership-wrapper h2 {
        font-size: 22px;
    }

    .billing-wrapper h4, .membership-wrapper h4 {
        font-size: 16px;
    }
    .membership-wrapper .preferred .add {
        width:100%;
    }


    .membership-wrapper table tbody td:last-child .cta-text {
        font-size: 12px;
    }

    .membership-wrapper h3 {
        font-size: 18px;
    }

    .membership-wrapper .recommendations h4 {
        font-size: 20px;
    }

    .resp-tabs-container h4 {
        font-size: 16px;
    }

    #dependentForm fieldset label {
        display: inline;
        text-align: left;
        padding-bottom: 3px;
    }

        #dependentForm fieldset label.label-gender {
            display: block !important;
        }

    #dependentForm select {
        width: 100% !important;
    }

    .membership-wrapper .child form {
        width: 100%;
    }

    #dependentForm fieldset input[type="text"], #personal fieldset input {
        width: 100% !important;
    }

        #personal fieldset input.zip-code {
            width: 60% !important;
        }

    .gender-container {
        width: 100%;
    }


    .date-birth-container {
        width: 100%;
    }

    .childTable table {
        width: 100%;
    }

    .mob-text-left {
        text-align: left !important;
    }

    .mob-pad-L-0 {
        padding-left: 0 !important;
    }

    .mob-pad-LR-0 {
        padding-left: 0 !important;
        padding-right: 0px !important;
    }

    .mob-city-container {
        float: left;
        width: 60%;
        margin-right: 10px;
    }

    .mob-state-container {
        float: left;
        width: 30% !important;
    }

    .membership-wrapper .inline input[type="radio"] {
        float: left !important;
    }

    .third.year, .third.month {
        width: 35%;
    }

    .third.date {
        width: 27%;
    }
}

.acc-head-type1 {
    padding: 15px 0px 15px 5px;
    display: block;
}

.acc-head-type2 {
    padding: 5px 0px 5px 5px;
    display: block;
}
/*New membership design, to include services offered under an agreement.*/
.agreementServices ul {
    margin: 0 !important;
}

.agreementServices li {
    margin: 0px 0px 0px -8px !important;
    font-size: 13px;
    line-height: 16px;
    list-style-type: disc;
}

.membership-cancellation-wrapper {
    width: 100%;
}

.membership-cancellation-container {
    width: 50%;
    margin: 0 auto;
}

    .membership-cancellation-container .content {
        width: 50%;
        margin: 0 auto;
    }

        .membership-cancellation-container .content div {
            margin-bottom: 6px;
        }

    .membership-cancellation-container label {
        font-weight: normal;
        margin-bottom: 8px;
        margin-top: 5px;
        display: block;
    }

    .membership-cancellation-container input {
        width: 100%;
    }

        .membership-cancellation-container input[type='text'] {
            margin-bottom: 10px;
        }

.height20 {
    height: 20px;
}

.regions-preloader {
    position: absolute;
    left: 60%;
    z-index: 10002;
    margin-top: 28px;
}

@media screen and (max-width: 1024px) {
    .membership-cancellation-container {
        width: 100%;
    }

        .membership-cancellation-container .content {
            width: 90%;
        }

    #load {
        left: 30% !important;
    }

    .regions-preloader {
        left: 86%;
    }

    .reveal-modal p {
        font-size: 13px;
    }

    .reveal-modal {
        width: 90% !important;
        left: 2% !important;
    }

    #Exchange {
        width: 25% !important;
    }

    .membership-cancellation-container textarea {
        width: 100%;
    }
}

.gender-content {
    width: 30%;
    float: left;
}

.centerDiv {
    width: 100%;
    height: 100%;
    min-height: 520px;
}

.contentDiv {
    width: 40%;
    margin: 0 auto;
}

.Max-M .col {
    float: left;
    padding-top: 20px;
}

.col label {
    display: block;
}

.col input {
    width: 285px;
}

.col select {
    width: 285px;
    height: 28px;
}

.Max-M .padding {
    padding-left: 50px;
}


.innerPage-width {padding:50px 0 25px 0 !important; max-width:755px !important; width:auto !important}
.innerPage-width p {text-align:center; width:70%; margin:0 auto}
.innerPage-width h1{
    font-size: 25pt;
    font-weight: 400;
    color: #EE3141;
    text-align: center;
    text-transform: lowercase;
}
.innerPage-width .form-row {display:block; clear:both; margin-bottom:20px;width:100%; float:left}
.innerPage-width .form-col {
    float:left;
    width:46%;
    margin-right:50px;
}
.innerPage-width .form-col label {margin-right:5px; display:block}
.innerPage-width .form-col input {width:100%}
.innerPage-width .form-col.mar-none {margin-right:0}
.marT-50 {margin-top:50px}
.marT-30 {margin-top:30px}
.text-center {text-align:center}

@media screen and (max-width: 1024px) {
    .width40 {
        width: 40%;
    }

    .col label {
        display: block;
        padding-top: 10px;
    }

    .contentDiv {
        width: 78%;
        margin: 0 auto;
    }

        .contentDiv p {
            font-size: 11px;
            width: 100%;
        }
}
@media screen and (max-width: 850px) {
    .innerPage-width {width:80% !important; margin: 0 auto}
    .innerPage-width .form-row {margin-bottom:0}
    .innerPage-width .form-col {width:100%; margin:0 auto 20px auto; float:none}
}
.create-account .step {
    text-align: center;
    font-weight: bold;
    margin: 40px 0 20px;
}

.create-account .title {
    font-size: 18px;
    margin-bottom: 5px;
}

.create-account hr {
    width: 66%;
    margin: 20px auto;
}

.create-account .checkbox input {
    display: none;
}

.create-account .checkbox label {
    width: 100%;
}

.create-account fieldset {
    width: 60%;
    margin: 0 auto;
}

    .create-account fieldset label {
        float: left;
        width: 40%;
        text-align: right;
        padding-right: 11px;
    }

        .create-account fieldset label.left {
            text-align: left;
        }

    .create-account fieldset input, .create-account fieldset select {
        float: left;
        width: 58%;
    }

    .create-account fieldset button {
        float: right;
    }

    .create-account fieldset .dash {
        margin: 0 7px;
        float: left;
        line-height: 29px;
        font-weight: bold;
    }

    .create-account fieldset .select-wrapper {
        float: left;
        margin-right: 10px;
    }

    .create-account fieldset .month select, .create-account fieldset .month {
        width: 100px;
    }

    .create-account fieldset .day select {
        width: 50px;
    }

    .create-account fieldset .year select {
        width: 70px;
    }

    .create-account fieldset .gender select {
        width: 100px;
    }

    .create-account fieldset .state select {
        width: 80px;
    }

    .create-account fieldset .zipcode label {
        width: 20px;
        line-height: 33px;
        margin: 0 10px 0 20px;
    }

    .create-account fieldset .zipcode input {
        width: 80px;
    }

@media only screen and (max-width: 768px) {
    fieldset {
        width: 90% !important;
    }

        fieldset label {
            width: 100% !important;
            float: none !important;
            padding-bottom: 5px;
        }

        fieldset input, fieldset select {
            float: none !important;
            width: 90% !important;
            height: 35px;
        }

        fieldset .state select, fieldset .state {
            width: 100%;
        }

        fieldset .zipcode label {
            width: 100% !important;
            line-height: normal;
            margin: auto !important;
        }

    hr {
        width: 85% !important;
    }

    .additionalServices-wrapper .tbl-width {
        width: 90% !important;
    }

    .additionalServices-wrapper .td-first {
        width: 65% !important;
    }

    .additionalServices-wrapper .services-wrapper .p-bold {
        font-size: 15px !important;
    }

    .additionalServices-wrapper .services-wrapper .p-normal {
        font-size: 13px !important;
    }
}

.additionalServices-wrapper .tbl-width {
    width: 50%;
}

.additionalServices-wrapper .margin-bottom20 {
    margin-bottom: 20px;
}

.additionalServices-wrapper .margin-Auto {
    margin: 0 auto;
}

.additionalServices-wrapper .sub-head {
    color: gray;
    font-size: 20px;
    font-weight: normal;
}

.additionalServices-wrapper .text-center {
    text-align: left;
}

.additionalServices-wrapper .services-wrapper .p-bold {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.additionalServices-wrapper .services-wrapper .p-normal {
    font-size: 15px;
    color: grey;
    line-height: 22px;
    word-spacing: 1px;
}

.additionalServices-wrapper .td-first {
    width: 63%;
    padding-bottom: 20px;
}

.additionalServices-wrapper .td-second {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 30px;
}

.additionalServices-wrapper .td-third {
   text-align: left;
    padding-top: 5px;
    padding-bottom: 40px;
}
#header {
  z-index: 9999999; }
  #header .header-item-active a {
    background: #6594C7;
    color: #fff;
    outline: none; }
  #header .header-item-active:hover a {
    color: #fff !important; }
  #header .submenu {
    background: #6594C7;
    position: absolute;
    padding: 10px;
    margin-left: -152px;
    box-shadow:3px 4px 6px 1px rgba(0, 0, 0, .3);
    }
    #header .submenu .pull-left, #header .submenu .pull-right {
      line-height: 20px; }
    #header .submenu a {
      line-height: 39px; }
    #header .submenu .btn {
      background: #ee3141 !important;
      font-size: 14px; }

@media (max-width: 767px) {
    #header .submenu {
		margin-left: 0px !important;
		width: 100%;
	}
	#header .submenu .btn {
		display: inline-block;
	}
}

.grid-activity {
    width: 100%;
    font-size: 14px;
    margin: 20px 0 50px 0 !important;
}

    .grid-activity td {
        border-right: 1px solid #808285!important;
        border-bottom: 1px solid #808285;
        border-left: 1px solid #808285!important;
        height: 30px!important;
        padding: 6px!important;
        font-weight: 500;
        color: #808285;
    }

    .grid-activity th {
        border-right: 1px solid #d3d3d3;
        border-bottom: 1px solid #808285;
        border-left: 1px solid #d3d3d3;
        border-top: 1px solid #808285;
        padding: 6px;
        background-color: #808285;
        text-align: left;
        height: 40px;
        cursor: pointer;
        color:#fff;
        text-transform:lowercase;
    }

.paginationclass {
    margin: 19px 28px;
}



.pagination-controle li {
    display: inline-block;
    float: left;
    padding: 4px 8px;
}

.paging-number {
    padding: 6px 10px !important;
    background: #f5f5f5;
    font-size: 18px;
    /*margin: 0 5px;*/
    color: #000;
}


.pagination-controle button {
    font-size: 12px;
    margin-top: -26px;
    cursor: pointer;
}

.pagination {
    margin: 5px 0px !important;
    float: left;
    width: 100%;
}

.main-copy .paging-prev, .main-copy .paging-first, .main-copy .paging-next, .main-copy .paging-last {
    margin-top: 8px !important;
}

.paging-prev {
    background: url(/assets/img/prev.png) left top no-repeat;
    width: 20px;
    height: 20px;
    min-width: inherit;
}

    .paging-prev:hover {
        background: url(/assets/img/prev.png) left top no-repeat;
    }

.paging-first {
    background: url(/assets/img/first.png) left top no-repeat;
    width: 20px;
    height: 20px;
    min-width: inherit;
}

    .paging-first:hover {
        background: url(/assets/img/first.png) left top no-repeat;
    }

.paging-next {
    background: url(/assets/img/next.png) left top no-repeat;
    width: 20px;
    height: 20px;
    min-width: inherit;
}

    .paging-next:hover {
        background: url(/assets/img/next.png) left top no-repeat;
    }

.paging-last {
    background: url(/assets/img/last.png) left top no-repeat;
    width: 20px;
    height: 20px;
    min-width: inherit;
}

    .paging-last:hover {
        background: url(/assets/img/last.png) left top no-repeat;
    }


.select-container select {
    background: transparent;
    width: 268px;
    padding: 5px;
    font-size: 18px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 32px;
    -webkit-appearance: none;
    color: #000;
    font-weight: bold;
}

.select-container {
    width: 268px;
    height: 32px;
    overflow: hidden;
    background: url(/assets/img/arrow-down.png) no-repeat 97% #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #17658c;
}

.select-number select {
    width: 80px;
}

.select-number {
    width: 78px;
    margin-left: 40px;
}

.page-display, .page-number {
    position: absolute;
    top: -20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 105px;
}

.white-poup-content {
    display: block;
    position: fixed;
    padding: 0px 20px 0px 20px !important;
    top: 50%;
    left: 25%;
    margin-top: -10%;
    margin-left: -5%;
    width: 60%;
    height: 535px;
    padding: 5px;
    border: 0px solid steelblue;
    background-color: white;
    z-index: 99999999;
    overflow: auto;
    box-shadow: 0 0 10px;
    border-radius: 10px;
    vertical-align: top;
  }

.white-poup-content-print {
    display: block;
    position: fixed;
    top: 25%;
    left: 40%;
    width: 25%;
    height: 535px;
    padding: 5px;
    border: 0px solid steelblue;
    background-color: white;
    z-index: 99999999;
    overflow: auto;
    box-shadow: 0 0 10px;
    border-radius: 10px;
    vertical-align: top;
}

.ActivityHistoryHeader {
    font-size: 16px;
    font-weight: bold;
    padding-top: 0px;
    margin-top: 0px;
}

.printPopupHeader {
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    margin-top: 5px;
    padding-left: 15px;
    height: 35px;
    border-bottom: solid 1px silver;
}

.printPopupInsiderdiv {
    font-size: 14px;
    font-family: courier;
    height: 490px;
    overflow: auto;
    padding-left: 12px;
}

#ActivityDiv A:hover {
    text-decoration: underline;
}

@media print {
    .printPopupInsiderdiv {
        font-size: 14px;
        font-family: courier;
        height: 490px;
        overflow: auto;
        padding-left: 12px;
    }
}

.transaction-wrapper table {
    margin: 0 auto !important;
    width: 55%;
    text-align: left;
    margin-bottom: 15px !important;
}

    .transaction-wrapper table th {
        font-weight: bold ;
        padding: 8px ;
        text-align: left ;
    }

.daterangecombo {
    background: #d2d2d2;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
    color: #333;
    padding: 8px;
    line-height: 18px;
    cursor: pointer;
}

.pull-left {
    float: left;
}

.daterange-pullout {
    min-width: 175px;
    background-color: white;
    position: absolute;
    margin-top: 35px;
    margin-left: 1px;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    padding: 4px 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    z-index: 1000 !important;
    padding: 7px;
}

 .daterange-pullout:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

 .daterange-pullout:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

 .daterange-pullout .ranges {
        float: left;
        margin: 4px;
        width: 160px;
        text-align: left;
    }

 .daterange-pullout .ranges ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

 .daterange-pullout .ranges li {
            font-size: 13px;
            background: #f5f5f5;
            border: 1px solid #f5f5f5;
            color: #ee3141;
            padding: 5px 12px;
            margin-bottom: 8px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            cursor: pointer;
        }

 .daterange-pullout .ranges li:hover {
                background: #ee3141;
                border: 1px solid #ee3141;
                color: #fff;
            }
.input-mini {
    height: 28px;
    background-color: #eeeeee;
    border-color: #ddd;
    cursor: not-allowed;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555555;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:11px !important;
}

.calendar .ui-datepicker {
    background: #fff;
    border: 1px solid #fff;
    color: black;
    font-size: 14px;
}

.calendar .ui-widget-header {
    border: none;
    background: none;
    color: #222222;
    font-weight: normal;
}

.calendar .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    font-weight: normal;
    color: #555555;
}

.calendar .ui-state-active {
    background: #ee3141;
    border: 1px solid #ee3141 !important;
    color: #fff;
}
.calendar .ui-state-active:hover {
    color: #fff!important;
}


.grid-transactions {
    border-top: 1px solid #808285;
    width: 50%;
    font-size: 14px;
    margin: 0 auto;
}

    .grid-transactions th {
        border-bottom: 1px solid #808285!important; 
        border-left: 1px solid #d3d3d3!important ;
        border-right: 1px solid #d3d3d3!important ;
        padding: 6px!important;
        background-color: #808285;
        text-align: left!important;
       height: 25px;
       color:#fff;
    }

    .grid-transactions td {
        border-bottom: 1px solid #808285;
        border-right: 1px solid #808285;
        border-left: 1px solid #808285;
        height:25px;
        padding: 6px;
        text-align: left!important;
    }

#invoiceDetails {
    position: fixed;
    top: 50%;
    left: 25%;
    width: 30%;
    min-height: 500px;
    max-height: 500px;
    border: 0px solid steelblue;
    background-color: white;
    z-index: 1000;
    overflow: auto;
    box-shadow: 0 0 10px;
    border-radius: 10px;
    vertical-align: top;
    padding: 5px 30px 5px 30px;
    display: none;
}

    #invoiceDetails h2 {
        font-size: 11px !important;
        font-weight: bold !important;
    }

.PopupHeader {
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    margin-top: 5px;
    height: 35px;
    border-bottom: solid 1px silver;
}

.btn-trxn {
    margin-top: 26px !important;
}

.pg-trxn {
    position: inherit !important;
    margin-left: 5px;
}

.sl-trxn {
    margin-left: 19px !important;
}

.transactions-mobile-layout {
    display: none;
}

.transactions-desk-layout {
    display: table;
}

.m-col-head {
    border-top: 1px solid #808285 ;
    border-bottom: 1px solid #808285 ;
    border-left: 1px solid #808285 ;
    border-right: 1px solid #808285 ;
    padding: 6px ;
    background-color: #f5f5f5 ;
    text-align: left!important ;
    height: 25px;
    cursor: pointer;
    width: 40% ;
    font-weight: bold ;
    color:black!important;
}

.m-col-data {
    border-top: 1px solid #808285;
    border-bottom: 1px solid #808285;
    border-right: 1px solid #808285;
    border-left: 1px solid #808285;
    height: 25px;
    padding: 6px;
   text-align: left!important;
}

@media screen and (max-width: 1024px) {
    .pages {
        margin: 0 auto !important;
        min-width: 345px !important;
        width: 90% !important;
        text-align: left;
        margin-bottom: 15px !important;
    }

    .transactions-mobile-layout {
        display: block;
        clear:both;
    }

    .transactions-desk-layout {
        display: none;
    }

    .m-transactions {
        width: 90% !important;
    }

    .date-dropdown-m {
        float: left;
        margin-left: 13px !important;
    }

    #invoiceDetails {
        position: fixed;
        top: 18%;
        left: 1%;
        width: 80%;
        min-height: 500px;
        border: 0px solid steelblue;
        background-color: white;
        z-index: 1000;
        overflow: auto;
        box-shadow: 0 0 10px;
        border-radius: 10px;
        vertical-align: top;
        padding: 5px 30px 5px 30px;
        display: none;
    }

    .daterange-pullout {
        min-width: 175px;
        background-color: white;
        position: absolute;
        margin-top: 40px;
        margin-left: 1px;
        background-color: #ffffff;
        border-color: #ccc;
        border-color: rgba(0, 0, 0, 0.2);
        border-style: solid;
        border-width: 1px;
        padding: 4px 0;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        z-index: 1000 !important;
        padding: 7px;
    }

        .daterange-pullout .ranges {
            float: none;
            margin: 4px;
            width: 160px;
            text-align: left;
        }

    .calendar {
        float: none !important;
    }

    .inv {
        min-width: inherit !important;
        padding: 5px;
        font-size: 11px;
    }

    .pull-left {
        float: left !important;
    }
}

.inv {
    padding: 5px;
    font-size: 11px;
}

.billing tr {
    background-color: white !important;
}

.float-left {
    float: left;
}

.container {
    width: 100%;
}

.content.home .club {
    width: 62%;
    margin: 50px auto;
    overflow:hidden;
    padding:30px 20px;
}

.section {
    width: 74%; /*to be 100% on mobile*/
    margin: 0 auto;
}

    .section h1 {
        font-size: 20pt;
        text-transform: none;
        margin: 0 auto;
        margin-top: 16px;
        /*font-family:Helvetica Regular;*/
        color: #EE3141;
    }

.club {
    margin-top: 70px;
    border: 1px solid red;
    text-align:center
}

    .club h1 {
        margin:0;
        padding:0;
        margin-bottom: 20px;
        letter-spacing: 0px;
    }
    .club .select-wrapper {
        overflow: inherit;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .club .select-wrapper{
        overflow: inherit;
        width:100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
.content.home .club h1 {font-size:25pt; font-weight:400;}
.content.home .club p {margin-bottom:20px}
.content.home .club .club-center-container {margin-left:14%}
.content.home .club .club-center-container .or-container {
    float:left; 
    margin-top: 32px;
    width:10%;
    text-align: center;
    font-weight: 600;
}
.location-container{float:left;width:30%; margin-top:25px}
.choose-container{float:left;width:30%;}
.content.home .club .btn-container {
    float:left;
    width:20%;
    text-align: left;
    margin: 46px 0 0 15px;
}
.content.home .club .club-center-container .current-location {
    border:1px solid #ee3141;
    padding: 8px 28px 8px 10px;
    border: 1px solid #808285;
    color: #808285;
    font-weight:600;
    background: #fff url(/assets/img/icon-location.png) no-repeat right center !important;
    display:block;
    text-align:left;
    font-size: 14px;
}
select {
    width: 100%;
}
.club-select {width:250px !important;}

.slot-container {
    max-width: 1500px;
    background: #00A2E3;
    margin: 0 auto;
    height: 388px;
    width:100%;
}

.content-slot {
    height: 388px;
    width:950px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    padding-left: 250px;
}

.slot-title {
    text-align: left;
    font-size:60px;
    font-family: 'Helvetica W01';
    font-weight: 700;
    font-style: oblique;
    color: white;
    text-transform: uppercase;
}

.slot-text {
    font-size: 20px;
    color: white;
    margin-top: 5px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.slot-action {
    background: #ee3141 !important;
    font-weight: 700;
    color:#fff !important;
}



.callout.standard.home p {
	margin-bottom: 20px;
}

@media screen and (max-width:1600px) {
    .content.home .club {width:72%}
    
}
@media screen and (max-width:1605px) {
.content.home .club .club-center-container {margin-left:15%}
}
@media screen and (max-width:1366px) {
    .content.home .club .club-center-container {margin-left:5%}
    .content.home .club {width:80%;}
    .content-slot {
        padding-left:140px;
    }
    .callout.standard { /*commented under TSI-288, do not remove could be reused--Saurabh */
        left: 10%;
    }
}
@media screen and (max-width:992px) {
    .content.home .club .club-center-container {margin-left:0%;padding-bottom:10px}
    .content.home .club .club-center-container .or-container {
    margin:10px auto;
    width:90% !important;
    text-align: left;
    float:none;
    display:block;
}
    .content.home .club h1 {font-size:16pt;font-weight:700}
    .slot-title {
        font-size: 35px;
    }
    .slot-container {
        height: 275px;
    min-height: 275px;
    max-height: 275px;
    width:100%
    }
    .content-slot {width:90%; height:275px; text-align: center; display: table-cell;vertical-align: middle;}
    .slot-title {text-align: center;}
    .callout.standard h1 {
                padding:0px;
                text-align:center;
            }
    .callout.standard {text-align: center;height:275px;display: table-cell !important;padding:0 0 0 170px !important;}
    .callout.standard h1 {
            font-size: 35px;
        }
    
    .callout.standard p { text-align: center;}
    .callout.standard a { position:inherit; float:none;padding:0; margin:0; left:auto; bottom:auto;}
    .slot-text {
        font-size:14pt;
        margin-bottom: 20px;
        padding-left:0;
    }
    .guest-pass-container a {width:100%}
.location-container{float:none;width:90%; margin:10px auto}
.choose-container{float:none;width:90%; margin:10px auto}
    .join-club, .join-search-location {
    max-width:90% !important;
    }
        .join-club .location-container, .join-club .choose-container {
        width:100%
        }
        .join-club .btn-container a {width:auto !important}
    .join-club .step, .content.home .join-club .club-center-container .or-container {
    width:100% !important;
    margin:0 auto;
    }
    
    #header .changeLocation span {font-size: 0pt;}
    #header .region-selector{
    margin: 0 0 0 28px;
}
    .#header .menu .mobile-search-submenu {float:right; width:92%;}
    
.content.home .club .btn-container {
    float:none;
    width:90%;
    text-align: center;
     margin:10px auto;
    }
    .content.home .club .btn-container a {width:100%}
    .content.home .club {width:100%; border:none; padding:0}
    .content.home .section{width:90%;}
    .club-select {width:100% !important;}
}
@media screen and (max-width:850px) {
    #header ul.menu li a.nav-selected {
    color:#fff
    }
    #header ul.menu {
        background: #fff;
    }
    #header ul.menu li, #header ul.menu li:hover {
        background: #ee3141;
    }
    #header ul.menu li a, #header ul.menu li a:hover, #header ul.menu li:hover a {
    color:#fff;
    }
    .content-slot {
        padding-left:75px;
}
}

@media screen and (max-width:767px) {
    .callout.standard {height:275px;padding-left: 100px !important;}
    .clubsearch .additional .third {
    background-color:#ee3141;
    }
    .clubsearch .additional .third.active {
    background: #fff !important;
    }
    .clubsearch .additional .third.active label {
    color:#ee3141;
    }
    .location-right {
    display: block;
    width: 100%;
    color: #000;
    }
    input[type="reset"].search-clear {
    color:#808285;
    text-decoration:underline;
    }
   
}
@media screen and (max-width:480px) {
   .callout.standard a {position:absolute; float:none;padding:0; margin:0 auto; left:0;right:0; bottom:10px;width:150px} 
   .callout.standard {height: 197px;}
   .callout.standard.home h1 {
		margin-top: 0px !important;
	}
   .content-slot {
        padding-left:5px;
    }
   .callout.standard {padding-left:0 !important;}
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari and Chrome */
    .content.home .club .btn-container {
     margin: 46px 0 0 15px;
    }
    #wrapper .btn, .btn {
    padding: 10px 20px 10px 20px;
    }

    /* Safari only override */
    ::i-block-chrome,.content.home .club .btn-container {
     margin: 45px 0 0 15px;
    }
    ::i-block-chrome,#wrapper .btn, .btn {
    padding: 10px 20px 9px 20px;
    }
}


