.hbspt-form form fieldset {
	max-width: 730px;
}

.hbspt-form form  .hs-input, .hbspt-form form textarea.hs-input {
	max-width: 730px;
	box-shadow: none !important;
   	height: 24px;
	background-color: rgb(255,255, 255) !important;
    color: #000 !important;
}

.hbspt-form form textarea.hs-input {
	min-height: 72px;
}

.hbspt-form form fieldset.form-columns-1 .hs-input {
   width: 100%;
   	box-shadow: none !important;

}

.hbspt-form form fieldset.form-columns-1 .input {
  margin-right: 44px;
}

.hbspt-form form input.hs-input.error {
 box-shadow: none;
}

.hbspt-form form input[type="text"]:hover, 
.hbspt-form form input[type="number"]:hover, 
.hbspt-form form input[type="email"]:hover, 
.hbspt-form form textarea:hover {
 border-bottom-color: none !important;
}

.hbspt-form form .hs-button {
	background-color: $color-red;
	border: none;
	text-shadow: none;
	box-shadow: none;
	background-image: none;
    border-radius: 3px;
    border-left: 2px solid $color-red !important;
    border-right: 2px solid $color-red !important;
    border-top: 2px solid $color-red !important;
    border-bottom: 2px solid $color-red !important;
    padding: 5px 16px;
    font-size: 11px;
    letter-spacing: 0.05em;
    font-weight: 900;
    text-transform: uppercase;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    min-height: 25px;
    transition: background-color .2s ease,
   						 color .2s ease;
}

.hbspt-form form .hs-button:hover {
	background-color: #bf473f;

    border: 2px solid #bf473f !important;
    box-shadow: none  !important;
}


.hbspt-form form .hs-button:focus:not(.inactive) {
	 box-shadow: none  !important;
}

.hbspt-form form .hs-button:active:not(.inactive):not(.link) {
 background-color: #bf473f;
 background-image: none;
 box-shadow: none  !important;
 
}

.hbspt-form form input[type="text"]:hover, .hbspt-form form input[type="number"]:hover, .hbspt-form form input[type="email"]:hover, .hbspt-form form textarea:hover {
border-bottom-color: #ccc;
}

.hbspt-form form label {
	font-size: 16px;
    font-weight: 900 !important;
    font-family: "Lato", sans-serif;
}

.hbspt-form form input.hs-input[type=checkbox], .hbspt-form form input.hs-input[type=radio] {
 border: 1px solid black;
 width: 10px !important;
 height: 10px;
}

.hbspt-form form input.hs-input[type=checkbox], .hbspt-form form input.hs-input[type=radio] {
 border: 1px solid black;
 width: 10px !important;
 height: 10px;
}

.hbspt-form form input.hs-input[type=checkbox]:checked:after {
     content: "";
    position: absolute;
display: block;
	    left: 4px;
    top: 5px;
    width: 5px;
    height: 8px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 768px) {
	.hbspt-form form fieldset.form-columns-1 .input {
  		margin-right: 30px;
	}
}

@media (max-width: 400px) {
	.hbspt-form form fieldset.form-columns-1 .input {
  		margin-right: 26px;
	}
}

 .admin-bar .main-header {
    top: 32px;
}

.admin-bar .main-header-mobile {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar .main-header-mobile {
        top: 46px;
    }
}
@media (max-width: 600px) {
    .admin-bar .main-header-mobile {
        top: 0px
        ;
    }
}

.main-header__top-navigation a {
  display: block;
  padding: 5px 0;
}

@media only screen and (min-width: 768px) {
  .fitness__hero-nav ul {
    column-count: inherit;
    column-gap: normal;
  }

  .fitness__hero-nav li {
    float: left;
    display: block;
    width: 50%;
  }

  .fitness__hero-nav li:nth-of-type(odd) {
    padding-right: 46px;
    clear: both;
  }

  .fitness__hero-nav li:nth-of-type(even) {
    padding-left: 46px;
  }
}

/* anchor link offsets */

:target:before { /* height of header + 47px margin */
  content: '';
  display: block;
  padding-top: 155px;
  margin-top: -155px;
}

@media only screen and (max-width: 782px) {
  :target:before { /* height of header + 47px margin */
    content: '';
    display: block;
    padding-top: 98px;
    margin-top: -98px;
  }
}

.logged-in :target:before { /* height of header + 32px admin bar + 47px margin */
  padding-top: 187px;
  margin-top: -187px;
}

@media only screen and (max-width: 782px) {
  .logged-in :target:before { /* height of header + 46px admin bar + 47px margin */
    padding-top: 144px;
    margin-top: -144px;
  }
}

@media only screen and (min-width: 992px) {
  .loginpanel--left--content, .loginpanel--right--content {
    min-height: 900px;
  }
}

/* .loginpanel {
  height: 100%;
  background-color: #1b194c;
}

.loginpanel--left, .loginpanel--right {
  height: auto !important;
  min-height: 100vh;
  padding-top: 0 !important;
  background: none !important;
}

.loginpanel--left--content, .loginpanel--right--content {
  padding-top: 90px;
  margin: 0;
  min-height: 900px;
}

.loginpanel--left--content {
  background: green;
}

.loginpanel--right {
  background: none !important;
}

@media only screen and (min-width: 1200px) {
  .loginpanel--left--content, .loginpanel--right--content {
      padding-right: 16.66667%;
      padding-left: 16.66667%;
  }
}

@media only screen and (min-width: 992px) {
  .loginpanel--left--content, .loginpanel--right--content {
    padding-right: 8.33333%;
    padding-left: 8.33333%;
  }
} */

.home-content-link .content-link__button-text {
  display: inline;
}

.home-slider {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.home-slider h1,
.home-slider h2 {
  color: #FFF;
  text-transform: uppercase;
}

.home-slide {
  width: 100%;
  min-height: 540px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  position: relative;
}

.home-slide__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
	z-index: 5;
}

.home-slide__mobile-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
	display: none;
	z-index: 5;
}

@media screen and (max-width: 767px) {
	.home-slide_has-mobile-image {
		display: none;
	}

	.home-slide_has-mobile-image + .home-slide__mobile-image {
		display: block;
	}
}

.home-slide-content {
	position: relative;
	z-index: 10;
}

.home-slide-content a {
  text-decoration: underline;
  color: #FFF;
  text-transform: uppercase;
}

.home-slide-content a img {
  max-width: 20px;
}

.flickity-page-dots {
  position: static !important;
}

@media only screen and (max-width: 480px) {
  .home-slide {
    min-height: 320px;
    padding: 30px 15px;
    /* background-position: top right; */
  }

  .home-slider h1,
  .home-slider h2 {
    font-size: 18px;
    line-height: 1.3;
  }

  .home-slide-content a {
    font-size: 14px;
  }

  .home-slide-content a img {
    max-width: 14px;
  }
}