html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
  line-height: 1;
}
html *, html *:before, html *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  background: #fafafa;
  color: #555;
  font-family: "proxima-nova", Tahoma, Arial, Sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 32px;
  text-transform: uppercase;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

p {
  margin: auto 0 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul, ol {
  margin: 0 0 14px;
}
ul li, ol li {
  margin: 0 0 0 30px;
}

strong {
  font-weight: 400;
}

em {
  font-style: italic;
}

a {
  color: #555;
  text-decoration: underline;
}
a:hover {
  color: #222;
  text-decoration: none;
}

.center {
  text-align: center;
}

.no-margin {
  margin-bottom: 0 !important;
}

.padding-10 {
  padding: 10px;
}

.small {
  font-size: 12px;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

header {
  height: 68px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
header .mobile-logo {
  display: none;
}
header .nav {
  list-style: none;
  margin: 0;
}
header .nav li {
  margin: 0;
}
header .nav .left-spacer, header .nav .right-spacer, header .nav .logo {
  background: url("/images/header-bg.png");
  float: left;
  height: 68px;
  width: 3%;
}
header .nav .right-spacer {
  width: 16%;
}
header .nav .logo {
  background: url("/images/logo-bg.png") center top no-repeat;
  height: 152px;
  width: 16%;
}
header .nav a {
  background: rgba(40, 40, 40, 0.8);
  border-left: 1px solid #444;
  color: white;
  display: block;
  float: left;
  font-size: 20px;
  height: 68px;
  padding-top: 20px;
  text-align: center;
  text-decoration: none;
  width: 13%;
}
header .nav a:hover {
  background: rgba(20, 20, 20, 0.8);
}
header .nav .no-border a {
  border-left: 0;
}
header .social .facebook, header .social .twitter, header .social .instagram {
  border: 0;
  height: 32px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 32px;
}
header .social .facebook, header .social .facebook:visited, header .social .facebook:hover {
  background: url("/images/icon-facebook.png") center center no-repeat transparent;
  margin: 18px 5px 0 10px;
  right: 79px;
}
header .social .twitter, header .social .twitter:visited, header .social .twitter:hover {
  background: url("/images/icon-twitter.png") center center no-repeat transparent;
  margin: 18px 5px 0 0;
  right: 42px;
}
header .social .instagram, header .social .instagram:visited, header .social .instagram:hover {
  background: url("/images/icon-instagram.png") center center no-repeat transparent;
  margin: 18px 0 0;
  right: 5px;
}

.main-image {
  background: url("/images/rental/rental-space.jpg") center center no-repeat;
  background-size: cover;
  height: 400px;
}

.secondary-image {
  background: url("/images/rental/rental-space-balls.jpg") center center no-repeat;
  background-size: cover;
  height: 400px;
  margin-bottom: 20px;
}

.notice-bar {
  background: #535353;
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}
.notice-bar:hover {
  background: #444;
}
.notice-bar.alert {
  background: #990000;
}
.notice-bar.alert:hover {
  background: maroon;
}
.notice-bar h2 {
  color: white;
  font-size: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.notice-bar .sub-head {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}

.content, .secondary-content {
  margin: 0 auto 30px;
  padding: 10px;
  width: 960px;
}
.content .columns, .secondary-content .columns {
  overflow: hidden;
  margin-bottom: 10px;
}
.content .columns .left-column, .secondary-content .columns .left-column {
  float: left;
  padding: 0 10px 0 0;
  width: 50%;
}
.content .columns .right-column, .secondary-content .columns .right-column {
  float: right;
  padding: 0 0 0 10px;
  width: 50%;
}
.content .columns .left-gutter, .secondary-content .columns .left-gutter {
  float: left;
  padding: 0 10px 0 0;
  width: 25%;
}
.content .columns .right-full, .secondary-content .columns .right-full {
  float: right;
  padding: 0 0 0 10px;
  width: 75%;
}
.content .intro-image, .secondary-content .intro-image {
  background: url("/images/intro-image.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 3px;
  height: 250px;
  width: 400px;
}

.secondary-content {
  padding-top: 200px;
}

.colored-content {
  background: #d9d9d9;
  margin-bottom: 30px;
}
.colored-content .content {
  margin-bottom: 0;
  padding: 20px;
}

.about .about-image {
  background-image: url("/images/about-image1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  float: right;
  height: 300px;
  margin: 0 0 10px 20px;
  width: 300px;
}

.alt-image-1, .alt-image-2 {
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.alt-image-1 {
  background-image: url("/images/personal-training-studio-madison-wi.jpg");
}

.alt-image-2 {
  background-image: url("/images/personal-training-studio-madison-wi.jpg");
}

.news h3 {
  margin-bottom: 0;
}
.news .blog-header, .news .blog-header:visited, .news .blog-header:hover {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  margin-top: 10px;
  padding: 5px 10px;
  text-decoration: none;
}
.news .blog-header h3, .news .blog-header p, .news .blog-header:visited h3, .news .blog-header:visited p, .news .blog-header:hover h3, .news .blog-header:hover p {
  margin-bottom: 0;
}
.news .blog-header:hover {
  border-color: #999;
}
.news .blog-details {
  display: none;
  padding: 10px;
}

.image-strip {
  margin-top: 40px;
  overflow: hidden;
}
.image-strip .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  float: left;
  height: 200px;
  margin: 0 1% 20px 0;
  width: 32.6666666667%;
}
.image-strip .image:nth-child(3n) {
  margin-right: 0;
}
.image-strip .image.news1 {
  background-image: url("/images/equpment-trx-bands.jpg");
}
.image-strip .image.news2 {
  background-image: url("/images/equipment-bike.jpg");
}
.image-strip .image.news3 {
  background-image: url("/images/abstract-barbell.jpg");
}
.image-strip .image.news4 {
  background-image: url("/images/eqipment-barbell.jpg");
}
.image-strip .image.news5 {
  background-image: url("/images/abstract-ropes.jpg");
}
.image-strip .image.news6 {
  background-image: url("/images/equipment-rower.jpg");
}
.image-strip .image.news7 {
  background-image: url("/images/equipment-dumbbells.jpg");
}
.image-strip .image.news8 {
  background-image: url("/images/equipment-boxes.jpg");
}
.image-strip .image.news9 {
  background-image: url("/images/equipment-medicine-balls.jpg");
}

.contact {
  padding-top: 20px;
}

footer {
  font-size: 12px;
  padding: 10px;
  text-align: center;
}

.message-box {
  background: green;
  border-radius: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  bottom: 30px;
  color: white;
  font-size: 18px;
  left: 30px;
  max-width: 80%;
  padding: 10px;
  position: fixed;
}

.callout {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}
.callout p:last-child, .callout div:last-child {
  margin-bottom: 0 !important;
}

.form-group {
  padding-bottom: 10px;
}
.form-group span.field-validation-error {
  color: #990000;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 6px 0 0 4px;
}

label {
  color: #333;
  display: inline-block;
  font-size: 14px;
  padding: 0 0 4px 4px;
}
label.disabled {
  opacity: 0.7 !important;
  pointer-events: none !important;
}

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

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], input[type=date], input[type=datetime-local], select, textarea {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  color: #333;
  font-family: "proxima-nova", Tahoma, Arial, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  outline: none;
  padding: 8px;
  resize: none;
  transition: border-color 0.3s ease;
  width: 100%;
  -webkit-appearance: none;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime-local]:focus, select:focus, textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
input[type=text].input-validation-error, input[type=tel].input-validation-error, input[type=email].input-validation-error, input[type=number].input-validation-error, input[type=password].input-validation-error, input[type=date].input-validation-error, input[type=datetime-local].input-validation-error, select.input-validation-error, textarea.input-validation-error {
  border-color: #990000;
}

select {
  padding: 12px;
}

textarea {
  line-height: 1.4;
}

.button, .button:link, .button:hover, .button:active, .button:visited {
  background: #ce092a;
  border: 0;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "proxima-nova", Tahoma, Arial, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  outline: none;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  transition: background-color 0.3s ease;
}

.button:hover {
  background: #b60825;
}

.pop-alert {
  border-radius: 8px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-style: italic;
  left: 100px;
  max-width: 50%;
  padding: 20px;
  position: fixed;
  top: 30px;
  z-index: 10000;
}
.pop-alert.success {
  background: #099449;
}
.pop-alert.failure {
  background: #990000;
}

.testimonial-body {
  font-style: italic;
  margin-bottom: 10px;
}
.testimonial-body.big {
  font-size: 22px;
}

.testimonial-byline {
  text-align: right;
}
.testimonial-byline strong {
  display: block;
  font-size: 20px;
}

.newsletter {
  text-align: center;
}
.newsletter h2 {
  font-size: 24px;
  text-transform: uppercase;
}

.newsletter-form {
  overflow: hidden;
}
.newsletter-form .row {
  float: left;
  padding: 6px 2px 0;
}
.newsletter-form .newsletter-name {
  width: 20%;
}
.newsletter-form .newsletter-email {
  width: 48%;
}
.newsletter-form .buttons {
  float: left;
  width: 12%;
}

.padding-5 {
  padding: 5px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-50 {
  padding: 50px !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.width-25 {
  width: 25%;
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

.width-auto {
  width: auto !important;
}

.uppercase {
  text-transform: uppercase;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.ellipsify {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0 !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.cols {
  display: flex;
  gap: 20px;
  width: 100%;
}
.cols.row-reverse {
  flex-direction: row-reverse;
}
.cols.centered {
  align-items: center;
}
.cols .cols-10.padded, .cols .cols-15.padded, .cols .cols-20.padded, .cols .cols-25.padded, .cols .cols-30.padded, .cols .cols-35.padded, .cols .cols-33.padded, .cols .cols-40.padded, .cols .cols-45.padded, .cols .cols-50.padded, .cols .cols-55.padded, .cols .cols-60.padded, .cols .cols-65.padded, .cols .cols-66.padded, .cols .cols-70.padded, .cols .cols-75.padded, .cols .cols-80.padded, .cols .cols-85.padded, .cols .cols-90.padded, .cols .cols-100.padded {
  padding: 10px 20px;
}
.cols .cols-10 p:last-child, .cols .cols-15 p:last-child, .cols .cols-20 p:last-child, .cols .cols-25 p:last-child, .cols .cols-30 p:last-child, .cols .cols-35 p:last-child, .cols .cols-33 p:last-child, .cols .cols-40 p:last-child, .cols .cols-45 p:last-child, .cols .cols-50 p:last-child, .cols .cols-55 p:last-child, .cols .cols-60 p:last-child, .cols .cols-65 p:last-child, .cols .cols-66 p:last-child, .cols .cols-70 p:last-child, .cols .cols-75 p:last-child, .cols .cols-80 p:last-child, .cols .cols-85 p:last-child, .cols .cols-90 p:last-child, .cols .cols-100 p:last-child {
  margin-bottom: 0;
}
.cols .cols-10 {
  width: 10%;
}
.cols .cols-15 {
  width: 15%;
}
.cols .cols-20 {
  width: 20%;
}
.cols .cols-25 {
  width: 25%;
}
.cols .cols-30 {
  width: 30%;
}
.cols .cols-33 {
  width: 33.3333333333%;
}
.cols .cols-35 {
  width: 35%;
}
.cols .cols-40 {
  width: 40%;
}
.cols .cols-45 {
  width: 45%;
}
.cols .cols-50 {
  width: 50%;
}
.cols .cols-55 {
  width: 55%;
}
.cols .cols-60 {
  width: 60%;
}
.cols .cols-65 {
  width: 65%;
}
.cols .cols-66 {
  width: 66.6666666667%;
}
.cols .cols-70 {
  width: 70%;
}
.cols .cols-75 {
  width: 75%;
}
.cols .cols-80 {
  width: 80%;
}
.cols .cols-85 {
  width: 85%;
}
.cols .cols-90 {
  width: 90%;
}
.cols .cols-100 {
  width: 100%;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.padding-l-5 {
  padding-left: 5px !important;
}

.padding-l-10 {
  padding-left: 10px !important;
}

.padding-l-20 {
  padding-left: 20px !important;
}

.padding-t-5 {
  padding-top: 5px !important;
}

.padding-t-10 {
  padding-top: 10px !important;
}

.padding-t-20 {
  padding-top: 20px !important;
}

.padding-r-5 {
  padding-right: 5px !important;
}

.padding-r-10 {
  padding-right: 10px !important;
}

.padding-r-20 {
  padding-right: 20px !important;
}

.padding-b-5 {
  padding-bottom: 5px !important;
}

.padding-b-10 {
  padding-bottom: 10px !important;
}

.padding-b-20 {
  padding-bottom: 20px !important;
}

.padding-b-30 {
  padding-bottom: 30px !important;
}

@media (max-width: 980px) {
  .main-image {
    height: 400px;
  }
  header {
    height: auto;
    position: relative;
  }
  header .mobile-logo {
    background: url("/images/logo-bg-mobile.png") center center no-repeat #535353;
    background-size: 100px 100px;
    display: block;
    height: 110px;
  }
  header .nav .left-spacer, header .nav .right-spacer, header .nav .logo {
    display: none;
  }
  header .nav a {
    font-size: 16px;
    height: 60px;
    width: 20%;
  }
  header .nav .no-border a {
    border-left: 1px solid #444;
  }
  header ul li:nth-child(8) a {
    width: 15%;
  }
  header .social .facebook, header .social .twitter, header .social .instagram {
    top: 66px;
  }
  .main-image {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }
  .notice-bar {
    margin-bottom: 10px;
  }
  .content {
    margin-bottom: 10px;
    width: 100%;
  }
  .content .intro-image {
    height: 250px;
    width: 100%;
  }
  .alt-image-1, .alt-image-2 {
    background-attachment: scroll;
    background-position: center center;
  }
  .map a {
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .main-image {
    height: 300px;
  }
  header .nav a {
    border-top: 1px solid #444;
    float: none;
    height: auto;
    padding: 5px;
    width: 100% !important;
  }
  header .social .facebook, header .social .twitter, header .social .instagram {
    top: 5px;
  }
  .content .columns .left-column, .content .columns .right-column {
    float: none;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }
  #about .about-image {
    float: none;
    height: 300px;
    margin: 1%;
    width: 100%;
  }
  #news .image-strip .image {
    float: none;
    height: 300px;
    margin: 1%;
    width: 100%;
  }
}
@media (max-width: 980px) {
  .newsletter-form .newsletter-email {
    width: 42%;
  }
}
@media (max-width: 568px) {
  .newsletter-form .row {
    float: none;
    padding: 0 0 8px;
  }
  .newsletter-form .newsletter-name, .newsletter-form .newsletter-email, .newsletter-form .buttons {
    width: 100%;
  }
}
@media (max-width: 568px) {
  .cols {
    display: block;
  }
  .cols .cols-10, .cols .cols-15, .cols .cols-20, .cols .cols-25, .cols .cols-30, .cols .cols-35, .cols .cols-33, .cols .cols-40, .cols .cols-45, .cols .cols-50, .cols .cols-55, .cols .cols-60, .cols .cols-65, .cols .cols-66, .cols .cols-70, .cols .cols-75, .cols .cols-80, .cols .cols-85, .cols .cols-90, .cols .cols-100 {
    width: 100%;
  }
  .cols .cols-10.padded, .cols .cols-15.padded, .cols .cols-20.padded, .cols .cols-25.padded, .cols .cols-30.padded, .cols .cols-35.padded, .cols .cols-33.padded, .cols .cols-40.padded, .cols .cols-45.padded, .cols .cols-50.padded, .cols .cols-55.padded, .cols .cols-60.padded, .cols .cols-65.padded, .cols .cols-66.padded, .cols .cols-70.padded, .cols .cols-75.padded, .cols .cols-80.padded, .cols .cols-85.padded, .cols .cols-90.padded, .cols .cols-100.padded {
    padding: 10px;
  }
}/*# sourceMappingURL=site.css.map */