/* LESS: /cms/stylesheet/swim-a-thon.less */
.CMSComponentSwimAThon {
  width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .CMSComponentSwimAThon {
    /* IE10 and IE11 */
    min-height: 1em;
  }
}
.SwimAThon {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  padding: 1em;
  align-items: center;
}
.SwimAThon:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .SwimAThon {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    padding: 0.5em;
  }
}
.SwimAThon > .Banner {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  width: 16.71em;
  min-height: 6em;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
}
.SwimAThon > .Banner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .SwimAThon > .Banner {
    flex: 1 1 8.355em;
    -webkit-flex: 1 1 8.355em;
    margin-left: 0.5em;
    min-width: 8.355em;
    margin-right: 0em;
  }
}
.SwimAThon .Content {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  justify-content: center;
}
.SwimAThon .Content > * + * {
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .SwimAThon .Content {
    margin-left: 0px;
    flex: 2 1 auto;
    -webkit-flex: 2 1 auto;
  }
}
.SwimAThon .Content .HelpContainer {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .SwimAThon .Content .HelpContainer {
    margin-top: 1em;
    align-items: stretch;
  }
}
.SwimAThon .Content .HelpContainer > .Title {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  font-weight: bold;
  white-space: nowrap;
  font-size: 1.2em;
}
.SwimAThon .Content .HelpContainer > .Title label {
  font-weight: bold;
  font-size: inherit;
  color: inherit;
}
.SwimAThon .Content .HelpContainer > .Title .DonateButton:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .SwimAThon .Content .HelpContainer > .Title {
    font-size: 1em;
  }
}
.SwimAThon .Content .HelpContainer > .Title > * + * {
  margin-left: 0.3em;
}
@media screen and (max-width: 767px) {
  .SwimAThon .Content .HelpContainer > .Title {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
  .SwimAThon .Content .HelpContainer > .Title > * + * {
    margin-left: 0px;
  }
}
.SwimAThon .Content .HelpContainer > .HelpButton {
  display: flex;
  margin-left: 0.5em;
  border-radius: 0.2em;
  font-weight: bold;
  align-items: center;
  padding: 0.2em 0.3em;
  text-align: center;
  font-size: 1.2em;
}
.SwimAThon .Content .HelpContainer > .HelpButton:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .SwimAThon .Content .HelpContainer > .HelpButton {
    font-size: 1em;
    min-width: 5em;
  }
}
.SwimAThon .Content > .AmountBar {
  width: 100%;
  height: 2em;
  background-image: url("/cms/images/lane_white_horz.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.SwimAThon .Content > .AmountBar .RaisedBar {
  height: 100%;
  background-image: url("/cms/images/lane_blue_horz.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .SwimAThon .Content > .AmountBar {
    display: none;
  }
}
.SwimAThon .Content > .Amount {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  text-transform: uppercase;
}
.SwimAThon .Content > .Amount > *:first-child {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .SwimAThon .Content > .Amount {
    display: none;
  }
}
/*# sourceMappingURL=swim-a-thon.css.map */


