/* LESS: /cms/templates/3/stylesheet/style.less */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
/*END_VARIABLES*/
html {
  background: linear-gradient(#000000, #005daa, #006bc3);
  height: auto !important;
  min-height: 100%;
  max-height: inherit !important;
}
body {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}
body.Inner #mainContent {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  background-color: #FFF;
  padding: 0em !important;
}
#globalTopBar,
#slideAndCommand,
#updates,
#command,
#contactus,
#sponsors,
#siteFooter {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
#globalTopBar .CMSVerticalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
#slideAndCommand .CMSVerticalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
#updates .CMSVerticalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
#command .CMSVerticalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
#contactus .CMSVerticalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
#sponsors .CMSVerticalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
#siteFooter .CMSVerticalSection .CMSSectionSlot > .CMSComponent + .CMSComponent {
  margin-top: 0.5em;
}
@media screen and (min-width: 992px) {
  #globalTopBar .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
  #slideAndCommand .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
  #updates .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
  #command .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
  #contactus .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
  #sponsors .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
  #siteFooter .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent {
    margin-left: 3em;
  }
}
.sys-viewport.lg > #globalTopBar .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
.sys-viewport.lg > #slideAndCommand .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
.sys-viewport.lg > #updates .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
.sys-viewport.lg > #command .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
.sys-viewport.lg > #contactus .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
.sys-viewport.lg > #sponsors .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
.sys-viewport.lg > #siteFooter .CMSHorizontalSection .CMSSectionSlot > .CMSComponent + .CMSComponent {
  margin-left: 3em;
}
@media screen and (max-width: 991px) {
  #globalTopBar .CMSSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
  #slideAndCommand .CMSSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
  #updates .CMSSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
  #command .CMSSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
  #contactus .CMSSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
  #sponsors .CMSSection .CMSSectionSlot > .CMSComponent + .CMSComponent,
  #siteFooter .CMSSection .CMSSectionSlot > .CMSComponent + .CMSComponent {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  #slideAndCommand,
  #updates,
  #sponsors,
  #contactus,
  #siteFooter {
    margin-left: 0em;
    margin-right: 0em;
  }
  body.Inner #mainContent,
  #slideAndCommand,
  #updates,
  #sponsors,
  #contactus {
    background-color: #FFF !important;
  }
}
@media screen and (min-width: 768px) {
  #slideAndCommand,
  body.Inner #mainContent {
    margin-top: 1em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
  }
  #slideAndCommand,
  #updates,
  #sponsors,
  #contactus,
  #siteFooter,
  body.Inner #mainContent {
    background-color: #FFF;
    padding: 1em;
    margin-left: 4em;
    margin-right: 4em;
  }
}
.sys-viewport.md > #slideAndCommand,
.sys-viewport.md > body.Inner #mainContent {
  margin-top: 1em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}
.sys-viewport.md > #slideAndCommand,
.sys-viewport.md > #updates,
.sys-viewport.md > #sponsors,
.sys-viewport.md > #contactus,
.sys-viewport.md > #siteFooter,
.sys-viewport.md > body.Inner #mainContent {
  background-color: #FFF;
  padding: 1em;
  margin-left: 4em;
  margin-right: 4em;
}
@media screen and (min-width: 992px) {
  #slideAndCommand,
  body.Inner #mainContent,
  #updates,
  #sponsors,
  #contactus,
  #siteFooter {
    margin-left: 0em;
    margin-right: 0em;
  }
  .CMSSection.CMSVerticalSection .CMSSectionSlot {
    min-width: 1px;
  }
}
.sys-viewport.lg > #slideAndCommand,
.sys-viewport.lg > body.Inner #mainContent,
.sys-viewport.lg > #updates,
.sys-viewport.lg > #sponsors,
.sys-viewport.lg > #contactus,
.sys-viewport.lg > #siteFooter {
  margin-left: 0em;
  margin-right: 0em;
}
.sys-viewport.lg > .CMSSection.CMSVerticalSection .CMSSectionSlot {
  min-width: 1px;
}
#globalContainer {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  body {
    align-items: center;
  }
  #globalContainer {
    width: 1400px;
  }
}
.CMSSection {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
.CMSSectionSlot {
  min-width: 1px;
}
.CMSSectionSlot .CMSComponent {
  min-width: 1px;
}
a {
  color: #005daa;
  text-decoration: none;
  font-size: 1em;
}
a:hover {
  color: #0079dd !important;
  cursor: pointer;
}
.TeamFeedComponentContent > h2.ComponentHeader,
h2.ComponentHeader {
  margin: 0px;
  font-size: 3em;
  text-align: center;
  margin-bottom: 0.5em !important;
  color: #0087f6;
  padding: 0.5em 0em !important;
  border-bottom: none !important;
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
#headerPane {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
#headerPane #cms_Section_teamIdentity {
  order: 3;
  flex: 0 1 auto;
  margin-top: 1em;
}
#headerPane #cms_Section_teamIdentity .CMSTeamLogoEmpty {
  justify-content: center;
}
#headerPane #globalTopBar {
  order: 1;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}
#headerPane #menuBar {
  order: 2;
  font-size: 1em;
  line-height: 1;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
#headerPane #cms_Section_topBar {
  padding: 1em;
}
#headerPane #cms_Section_topBar .CMSComponentTeamLinks {
  font-size: 1em !important;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #headerPane #menuBar,
  #headerPane #cms_Section_topBar {
    margin-top: 0em;
    padding: 0em;
  }
}
.CMSComponentTeamLevel > div.LevelSeparator {
  border-left: 1px solid #005daa;
}
.CMSComponentTeamLevel a {
  color: #44aaff !important;
}
.CMSComponentMainText {
  padding: 2em 0em;
}
.CMSComponentMainText .Content,
.CMSComponentMainText .HeadingTitle {
  margin-left: 1em;
  margin-right: 1em;
}
#globalTopBar {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  color: #005daa;
}
@media screen and (min-width: 992px) {
  #globalTopBar .CMSComponentSocialLinks {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #globalTopBar .CMSComponentSocialLinks .Vertical li a {
    display: flex !important;
    justify-content: space-between;
    min-width: 10em;
  }
  #globalTopBar .CMSComponentSocialLinks .Vertical li a span {
    text-align: left !important;
  }
}
.sys-viewport.lg > #globalTopBar .CMSComponentSocialLinks {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sys-viewport.lg > #globalTopBar .CMSComponentSocialLinks .Vertical li a {
  display: flex !important;
  justify-content: space-between;
  min-width: 10em;
}
.sys-viewport.lg > #globalTopBar .CMSComponentSocialLinks .Vertical li a span {
  text-align: left !important;
}
#globalTopBar > * {
  color: #005daa !important;
}
.CMSComponentSocialLinks > .Horizontal {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  min-width: 0em;
}
.CMSComponentSocialLinks > .Horizontal > li {
  margin: 0px;
  padding: 0px;
}
.CMSComponentSocialLinks > .Horizontal > li > icon + span {
  margin-left: 0.5em;
}
.CMSComponentSocialLinks > .Horizontal > li > a {
  background: transparent !important;
  border-radius: 0.2em !important;
  color: #005daa !important;
}
.CMSComponentSocialLinks > .Horizontal > li icon {
  color: #005daa;
}
.CMSComponentSocialLinks > .Horizontal > li:hover icon {
  color: #0079dd !important;
}
.CMSComponentSocialLinks > .Horizontal > li + li {
  margin-left: 1ex;
}
.CMSComponentSocialLinks > .Vertical {
  font-size: 0.75em;
  justify-content: flex-start;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.CMSComponentSocialLinks > .Vertical li a {
  display: flex !important;
  justify-content: space-between;
  min-width: 10em;
}
.CMSComponentSocialLinks > .Vertical li a span {
  text-align: left !important;
}
#siteFooter .CMSComponentSocialLinks .Vertical li a {
  color: #fff;
  background: transparent;
  display: flex !important;
  justify-content: space-between;
}
#siteFooter .CMSComponentSocialLinks .Vertical li a:hover {
  color: #fff;
  background: transparent;
}
#siteFooter .CMSComponentSocialLinks .Vertical li a:hover icon {
  background: transparent;
}
#siteFooter .CMSComponentSocialLinks .Vertical li a span {
  text-align: left !important;
}
#siteFooter .CMSComponentSocialLinks .Vertical li a span:before {
  color: #fff;
}
#siteFooter .CMSComponentSocialLinks .Vertical li a icon {
  background-color: transparent;
  color: #fff;
}
#siteFooter .CMSComponentSocialLinks .Vertical li a icon:before {
  color: #fff;
}
#siteFooter .CMSComponentSocialLinks .Vertical li a icon:hover {
  color: #fff;
  background: transparent;
}
.CMSComponentAccountBar .AccountGreeting strong:hover {
  color: #0079dd !important;
}
.CMSComponentTeamLinks ul {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex: 0 1 auto;
  margin-right: 2em;
}
.CMSComponentTeamLinks ul > li > a {
  color: #005daa;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
}
.CMSComponentTeamLinks ul > li > a:hover {
  color: #0079dd;
}
.CMSComponentAccountBar {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  justify-content: flex-end;
}
.CMSComponentAccountBar .GuessIconContainer {
  color: #FFF;
  border: solid 2px #005daa;
}
@media screen and (min-width: 992px) {
  .CMSComponentAccountBar .GuessIconContainer {
    color: #005daa;
    border: solid 2px #005daa;
  }
}
.sys-viewport.lg > .CMSComponentAccountBar .GuessIconContainer {
  color: #005daa;
  border: solid 2px #005daa;
}
.CMSComponentAccountBar .GuessIconContainer:hover,
.CMSComponentAccountBar .GuessIconContainer:hover icon {
  color: #0079dd;
  border-color: #0079dd;
}
.CMSComponentAccountBar .AccountGreeting strong:hover {
  color: #0079dd;
}
.CMSComponentAccountBar ul.Menu {
  background: #ffffff;
  padding: 1em;
  border-radius: 0.2em;
}
.CMSComponentAccountBar ul.Menu > li > a {
  color: #717171;
  text-transform: uppercase;
}
.CMSComponentAccountBar ul.Menu > li > a:hover {
  color: #0079dd;
  background: none;
}
.CMSComponentMainNavigator .MainNavigatorWrapper {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  width: 100%;
}
.CMSComponentMainNavigator .MainNavigator {
  padding: 0.5em;
  justify-content: flex-start;
  background: linear-gradient(#004177, #002544);
  border-radius: 0.5em;
  border: solid 1px #005daa;
}
.CMSComponentMainNavigator .MainNavigator a {
  border-bottom: none;
  color: #FFF;
  font-size: 1em !important;
  text-transform: uppercase !important;
  padding: 0.8em 0.8em;
}
.CMSComponentMainNavigator .MainNavigator > li {
  border-right: solid 1px #005daa;
}
.CMSComponentMainNavigator .MainNavigator > li:last-child {
  border-right: none;
  margin-right: 0em;
}
.CMSComponentMainNavigator .MainNavigator li > a {
  text-transform: none;
}
.CMSComponentMainNavigator .MainNavigator li > a:hover {
  color: #0079dd;
}
.CMSComponentMainNavigator .MainNavigator li.Active > a {
  color: #0079dd;
}
.CMSComponentMainNavigator .MainNavigator li.WithChildren > ul {
  background: #ffffff;
  border-top: none;
}
.CMSComponentMainNavigator .MainNavigator li.WithChildren > ul:hover {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
.CMSComponentMainNavigator .MainNavigator li.WithChildren > ul li,
.CMSComponentMainNavigator .MainNavigator li.WithChildren > ul a {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  color: #717171;
}
.TeamFeedComponentContent .ViewMoreWrapper > a,
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_footerActions > a,
.CMSComponentSwimAThon .SwimAThon .HelpContainer > a,
.CMSComponentNews .Footer > a {
  text-transform: uppercase !important;
  border-radius: 0.2em;
  color: #e6e6e6 !important;
  font-size: 1em !important;
  padding: 0.5em 1em !important;
  background-color: #004177 !important;
  text-align: center;
  min-width: 6em;
}
.TeamFeedComponentContent .ViewMoreWrapper > a:hover,
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_footerActions > a:hover,
.CMSComponentSwimAThon .SwimAThon .HelpContainer > a:hover,
.CMSComponentNews .Footer > a:hover {
  color: #FFF !important;
  background-color: #004f91 !important;
}
.TeamFeedComponentContent .ViewMoreWrapper,
.CMSComponentNews .Footer {
  margin-bottom: 3em;
  padding: 0em;
  justify-content: center !important;
}
@media screen and (max-width: 991px) {
  .TeamFeedComponentContent .ViewMoreWrapper,
  .CMSComponentNews .Footer {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .TeamFeedComponentContent .ViewMoreWrapper,
  .CMSComponentNews .Footer {
    margin-bottom: 1em;
  }
}
.CMSComponentUpcomingEvents .StartDate {
  display: block !important;
}
.CMSComponentUpcomingEvents .UpcomingEvents {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  border: none;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_moreCalendarLink {
  text-align: center;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_moreCalendarLink.Active {
  display: flex;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_footerActions {
  justify-content: flex-start;
  padding: 0em;
  margin: 0em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .CMSComponentUpcomingEvents .UpcomingEvents .AnonId_footerActions {
    margin-bottom: 1em;
  }
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_footerActions > a {
  padding: 1em 2em !important;
  margin: 0em;
  text-align: center;
  justify-content: center;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_footerActions > a.AnonId_moreEventLink {
  background-color: #2a9fff !important;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_footerActions > * {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}
.CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  border-bottom: none;
  align-items: center;
  padding: 0em;
}
.CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes > * {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes {
    padding: 15px;
  }
}
.CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes > .TypeSelector {
  text-align: center;
  padding: 0.5em 0.5em;
  font-size: 1.15em !important;
  background-color: transparent;
  color: #717171 !important;
  border: solid 1px #717171;
  border-left-color: #717171 !important;
  font-weight: bold;
  box-sizing: border-box;
  width: 19%;
  padding: 0px !important;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes > .TypeSelector {
    padding: 0.5em 1em;
  }
}
.sys-viewport.md > .CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes > .TypeSelector {
  padding: 0.5em 1em;
}
@media screen and (min-width: 992px) {
  .CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes > .TypeSelector {
    padding: 0.5em 1.5em;
  }
}
.sys-viewport.lg > .CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes > .TypeSelector {
  padding: 0.5em 1.5em;
}
@media screen and (max-width: 767px) {
  .CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes > .TypeSelector {
    width: 100%;
  }
}
.CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes > .TypeSelector.Active {
  color: #FFF !important;
  background-color: #005daa !important;
  border-bottom-color: #717171 !important;
  border-left-color: #717171 !important;
}
.CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes > .TypeSelector:first-child {
  margin-left: 0em;
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes > .TypeSelector:first-child {
    margin-left: 0px;
  }
}
.CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes > .TypeSelector + .TypeSelector {
  margin-left: 0.2em;
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_sidePane > .AnonId_selectorPanes > .TypeSelector + .TypeSelector {
    margin-left: 0px;
  }
}
.CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_contentPane {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_contentPane {
    padding: 0px 15px;
    width: auto;
  }
}
.CMSComponentUpcomingEvents .UpcomingEvents > .AnonId_contentPane > .AnonId_categoryHeader {
  display: none;
}
@media screen and (min-width: 768px) {
  .CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList {
    flex-direction: row;
    -webkit-flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.sys-viewport.md > .CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: flex-start;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList {
  margin-top: 1em;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item {
  padding: 0em;
  border-top: solid 1px #FFF;
  align-items: flex-start;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item.Supplelement {
  display: none;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item:first-child {
  border-top: none;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item.Odd {
  background-color: #e6e6e6;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item.Even {
  background-color: #FFF;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item .Calendar {
  background-color: #005daa;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  padding: 0.5em 1.5em;
  border-right: solid 1px #FFF;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item .Calendar > .Year {
  display: none;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item .Calendar .Day {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  font-size: 4.2em;
  padding: 0em;
  color: #FFF;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item .Calendar .Day.AnonId_endDate {
  display: none;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item .Calendar > .Month {
  background-color: transparent;
  font-size: 1.44em;
  font-weight: bold;
  padding: 0em;
  color: #FFF;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item .Calendar:after {
  display: none;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  overflow: hidden;
  margin: 0em;
  margin-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper .Actions > a.Button.Primary {
  background-color: #005daa;
  font-size: 0.9em;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .AnonId_actionContainer {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  border-top: solid 1px #005daa;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .AnonId_actionContainer {
    margin-top: 1em;
    margin-bottom: 0em;
  }
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .AnonId_actionContainer:not(.HasActions) {
  display: none;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .AnonId_actionContainer > a + a {
  margin-left: 1em !important;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .AnonId_actionContainer > a.Button {
  font-size: 1.1em !important;
  font-weight: bold;
  border-color: transparent !important;
  padding: 0.5em 1.5em;
  color: #FFF;
  text-align: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .AnonId_actionContainer > a.Button {
    padding: 0.5em 1em;
  }
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .AnonId_actionContainer > a.Button > icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .AnonId_actionContainer {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
  .CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .AnonId_actionContainer > a + a {
    margin-left: 0px !important;
    margin-top: 1em;
  }
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .Content > .Title {
  color: #0087f6;
  font-size: 1.44em;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .Content > .InfoDataContainer {
  font-size: 1.1em;
  margin-top: 0.8em;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .Content > .InfoDataContainer .DisplayValue {
  white-space: pre-line;
  color: #0084f1;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .Content > .InfoDataContainer .DisplayValue.DateInfo {
  display: none;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .Content > .InfoDataContainer .DisplayValue p {
  margin-top: 0em;
  margin-bottom: 0em;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper > .Content > .InfoDataContainer > hbox + hbox {
  margin-top: 0.5em;
}
.CMSComponentSwimAThon {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  background: #001f5b;
}
#sponsors {
  background-color: #ffffff;
  color: #FFF;
  padding: 0px;
}
#sponsors h2.ComponentHeader {
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #sponsors > #cms_Section_sponsors {
    padding-right: 0em;
  }
}
.sys-viewport.md > #sponsors > #cms_Section_sponsors {
  padding-right: 0em;
}
#cms_Section_events {
  margin-top: 1em;
}
#cms_Section_contact {
  justify-content: center;
  margin: 0em;
}
#cms_Section_contact .CMSComponent + .CMSComponent {
  margin: 0em !important;
}
.CMSComponentSlideShow .CarouselWrapper {
  width: 100%;
  padding-bottom: 40%;
  position: relative;
}
.CMSComponentSlideShow .widget_Carousel {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
body .DynamicTemplate_cms_widgets_Carousel_xhtml .SimpleContentBox {
  color: #FFF;
}
body .DynamicTemplate_cms_widgets_Carousel_xhtml .SimpleContentBox .PrimaryText {
  font-size: 3em;
}
body .DynamicTemplate_cms_widgets_Carousel_xhtml .SimpleContentBox .SecondaryText {
  font-size: 2em;
}
body .DynamicTemplate_cms_widgets_Carousel_xhtml .SimpleContentBox .Action {
  font-size: 1.2em;
  background-color: #005daa;
}
@media screen and (min-width: 992px) {
  body .CMSHorizontalSection .CMSComponentSlideShow {
    align-self: flex-start;
  }
}
.sys-viewport.lg > body .CMSHorizontalSection .CMSComponentSlideShow {
  align-self: flex-start;
}
.CMSComponentTeamFeed {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
.CMSComponentTeamFeed .TeamFeedComponentContent .ViewMoreWrapper a:hover {
  text-decoration: none;
}
.CMSComponentTeamFeed .ViewMoreWrapper {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .CMSComponentNews .ItemList {
    padding: 1em;
    padding-top: 0em;
  }
}
.CMSComponentNews .Item {
  padding: 0em;
  border-bottom: solid 1px #005daa;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.CMSComponentNews .Item .Content p {
  color: #a7a7a7;
  margin-top: 1em;
}
.CMSComponentNews .Item .Content h4 {
  font-size: 1.2em;
  margin-top: 0.8em;
}
.CMSComponentNews .Item .Content h4 a {
  color: #717171;
}
.CMSComponentNews .Item:hover .Content h4 a {
  color: #0079dd;
  text-decoration: underline;
}
.CMSComponentNews .ItemList .Item .ImageWrapper,
.CMSComponentFullNews .ItemList .Item .ImageWrapper {
  width: 15em !important;
  height: 11.25em !important;
  max-width: 15em;
  max-height: 11.25em;
  min-width: 15em;
  min-height: 11.25em;
  overflow: hidden;
  background-color: rgba(0, 93, 170, 0.05);
  position: relative;
  margin-right: 1em;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
@media screen and (max-width: 767px) {
  .CMSComponentNews .ItemList .Item .ImageWrapper,
  .CMSComponentFullNews .ItemList .Item .ImageWrapper {
    display: none;
  }
}
.CMSComponentNews .ItemList .Item .ImageWrapper .ImageContainer,
.CMSComponentFullNews .ItemList .Item .ImageWrapper .ImageContainer {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  width: 100%;
  height: 100%;
}
.CMSComponentFullNews .ItemList .Item:hover .Content h4 a {
  color: #0079dd !important;
}
.CMSComponentTeamPartners .List {
  padding: 2em;
  padding-top: 0px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .CMSComponentTeamPartners .List {
    padding: 0em;
    margin: 0em;
    justify-content: center;
    padding-bottom: 1em;
  }
}
.CMSComponentTeamPartners .List .Entry {
  border: none;
  box-sizing: border-box;
  border: solid 1px transparent;
  height: 160px !important;
  width: 215px !important;
}
.CMSComponentTeamPartners .List .Entry.Supplement {
  display: none;
}
.CMSComponentTeamPartners .List .Entry .ImageContainer {
  background-color: transparent;
}
.CMSComponentTeamPartners .List .Entry:hover {
  border: solid 1px #0079dd;
}
.CMSComponentCommandButtons .CommandButtons {
  padding: 0em;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .CMSComponentCommandButtons .CommandButtons {
    padding: 1em;
  }
}
.CMSComponentCommandButtons .CommandButtons.Square {
  min-height: auto;
}
.CMSComponentCommandButtons .CommandButtons.Square .Container {
  justify-content: center;
  align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .CMSComponentCommandButtons .CommandButtons.Square .Container {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
  }
}
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem {
  border: none;
  align-items: center;
  position: relative;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  justify-content: center;
  margin: 0.5em;
  padding: 0em;
  border: solid 1px #005daa;
  border-radius: 0.5em;
  opacity: 0.9999;
  box-sizing: content-box;
  min-width: 300px;
  max-width: 300px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .CMSComponentCommandButtons .CommandButtons.Square .CommandItem {
    flex: 0 1 auto;
  }
  .CMSComponentCommandButtons .CommandButtons.Square .CommandItem + .CommandItem {
    margin-top: 0em;
  }
}
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem:hover {
  background-color: #FFF;
}
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem:hover .ImageWrapper .ImageContainer img {
  opacity: 0.8;
}
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem:hover > *,
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem:hover .CommandTitle {
  color: #005daa;
}
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem:hover .LinkBox .ActionLink {
  background-color: #006bc3;
}
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem .ImageWrapper {
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem .ImageContainer {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem .ImageContainer img {
  opacity: 1;
}
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem .CommandTitle {
  font-size: 1.2em;
  margin: 0em;
  z-index: 2;
  white-space: normal;
  flex: 0 1 auto;
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 0.5em 1em;
  color: #FFF;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem .LinkBox {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0.1em;
  padding: 0px;
  color: #FFF;
  font-size: 1.1em;
  z-index: 2;
}
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem .LinkBox .ActionLink {
  background-color: #005daa;
  color: #FFF;
  font-size: 1.1em;
  display: block;
  width: 100%;
  position: relative;
  margin: 0px;
  text-align: center;
  line-height: 2;
}
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem .LinkBox icon {
  display: none;
}
.CMSComponentCommandButtons .CommandButtons.Square .CommandItem .Description {
  display: none;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) {
  border: none;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  margin: 0.5em;
  border: solid 1px #005daa;
  border-radius: 0.5em;
  padding: 1em;
  min-height: 6em;
  min-width: 300px;
  max-width: 300px;
  background-color: #005daa;
  box-sizing: border-box;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem .CommandTitle,
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem .CommandIcon {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem {
    width: 100%;
  }
  .CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem + .CommandItem {
    margin-top: 0em;
  }
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem:visited {
  color: #717171;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem .CommandTitle {
  text-align: left;
  font-weight: bold;
  margin-left: 1em;
  font-size: 1.2em;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  height: 2.4em;
  overflow: hidden;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  justify-content: center;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem.Text {
  position: relative;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem.Text .CommandTitle {
  margin-left: 0em;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem > span.ActionLink {
  display: none;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem:hover {
  background-color: #006bc3 !important;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem:hover > * {
  color: #FFF;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem .ImageContainer {
  width: 4em;
  height: 4em;
  box-sizing: border-box;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem .IconWrapper icon.CommandIcon {
  padding: 0.2em;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.75em;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem.Text .CommandTitle {
  text-align: center;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem .ImageWrapper,
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem .IconWrapper {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem.Text .CommandTitle {
  margin-top: 0em;
}
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem.ImageIcon .IconWrapper,
.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem:not(.ImageIcon) .ImageWrapper {
  display: none;
}
.CMSComponentContactUs {
  padding: 3em;
}
@media screen and (max-width: 991px) {
  .CMSComponentContactUs {
    padding: 2em;
  }
}
@media screen and (max-width: 767px) {
  .CMSComponentContactUs {
    text-align: center;
    padding: 1em;
  }
  .CMSComponentContactUs .TabBody {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
  .CMSComponentContactUs .Section + .Section {
    margin-top: 2em;
  }
  .CMSComponentContactUs .Section.Direction {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .CMSComponentContactUs {
    justify-content: flex-start;
  }
  .CMSComponentContactUs .TabBody {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
  .CMSComponentContactUs .Section {
    flex-direction: row;
    -webkit-flex-direction: row;
    display: flex;
    justify-content: flex-start;
  }
  .CMSComponentContactUs .Section + .Section {
    margin-top: 1em;
  }
  .CMSComponentContactUs .Section .Title {
    min-width: 7em;
    padding: 0em;
  }
  .CMSComponentContactUs .Section .Body {
    margin-top: 0em;
    margin-left: 1em;
  }
}
.sys-viewport.md > .CMSComponentContactUs {
  justify-content: flex-start;
}
.sys-viewport.md > .CMSComponentContactUs .TabBody {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
.sys-viewport.md > .CMSComponentContactUs .Section {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  justify-content: flex-start;
}
.sys-viewport.md > .CMSComponentContactUs .Section + .Section {
  margin-top: 1em;
}
.sys-viewport.md > .CMSComponentContactUs .Section .Title {
  min-width: 7em;
  padding: 0em;
}
.sys-viewport.md > .CMSComponentContactUs .Section .Body {
  margin-top: 0em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .CMSComponentContactUs .AnonId_header {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .CMSComponentContactUs .AnonId_header {
    margin-bottom: 1.5em;
  }
}
.CMSComponentContactUs .AnonId_header .TabHeader {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  max-width: none;
  justify-content: center;
  border: solid 1px #717171 !important;
}
.CMSComponentContactUs .AnonId_header .TabHeader.ActiveTab {
  background: #005daa !important;
}
.CMSComponentContactUs .AnonId_header .TabHeader.ActiveTab span {
  color: #FFF;
}
.CMSComponentContactUs .AnonId_header .TabHeader + .TabHeader {
  margin-left: 0.2em;
}
.CMSComponentContactUs .AnonId_header .TabHeader span {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .CMSComponentContactUs .AnonId_header .TabHeader + .TabHeader {
    margin-left: 0em;
    margin-top: 0.2em;
  }
}
.CMSComponentContactUs .Body {
  margin-top: 1em;
  color: #717171;
  font-weight: bold;
  font-size: 1.1em;
}
@media screen and (max-width: 991px) {
  .CMSComponentContactUs .Body {
    align-items: center;
  }
}
.CMSComponentContactUs .Section.Direction a > img {
  width: 250px;
  height: 250px;
}
.CMSComponentContactUs .Section .Title {
  font-weight: bold;
  font-size: 1.2em;
  color: #005daa;
}
.CMSComponentContactUs .Section.Hours .Body {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .CMSComponentContactUs .Section.Hours .Body {
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .CMSHorizontalSection .CMSSectionSlot.CMSSingleChild .CMSComponentContactUs .TabBody,
  .CMSVerticalSection .CMSSectionSlot .CMSComponentContactUs .TabBody {
    flex-direction: row;
    -webkit-flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -1em;
  }
  .CMSHorizontalSection .CMSSectionSlot.CMSSingleChild .CMSComponentContactUs .Section,
  .CMSVerticalSection .CMSSectionSlot .CMSComponentContactUs .Section {
    min-width: 30%;
    margin-top: 1em;
    margin-left: 1em;
  }
  .CMSHorizontalSection .CMSSectionSlot.CMSSingleChild .CMSComponentContactUs .Section .Title,
  .CMSVerticalSection .CMSSectionSlot .CMSComponentContactUs .Section .Title {
    min-width: 4em;
    padding: 0em;
  }
  .CMSHorizontalSection .CMSSectionSlot.CMSSingleChild .CMSComponentContactUs .Section .Body,
  .CMSVerticalSection .CMSSectionSlot .CMSComponentContactUs .Section .Body {
    margin-top: 0em;
    margin-left: 1em;
  }
}
.sys-viewport.lg > .CMSHorizontalSection .CMSSectionSlot.CMSSingleChild .CMSComponentContactUs .TabBody,
.sys-viewport.lg > .CMSVerticalSection .CMSSectionSlot .CMSComponentContactUs .TabBody {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -1em;
}
.sys-viewport.lg > .CMSHorizontalSection .CMSSectionSlot.CMSSingleChild .CMSComponentContactUs .Section,
.sys-viewport.lg > .CMSVerticalSection .CMSSectionSlot .CMSComponentContactUs .Section {
  min-width: 30%;
  margin-top: 1em;
  margin-left: 1em;
}
.sys-viewport.lg > .CMSHorizontalSection .CMSSectionSlot.CMSSingleChild .CMSComponentContactUs .Section .Title,
.sys-viewport.lg > .CMSVerticalSection .CMSSectionSlot .CMSComponentContactUs .Section .Title {
  min-width: 4em;
  padding: 0em;
}
.sys-viewport.lg > .CMSHorizontalSection .CMSSectionSlot.CMSSingleChild .CMSComponentContactUs .Section .Body,
.sys-viewport.lg > .CMSVerticalSection .CMSSectionSlot .CMSComponentContactUs .Section .Body {
  margin-top: 0em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .CMSComponentContactUs .Section .Phone > a {
    text-align: center !important;
  }
}
.CMSComponentSwimAThon .SwimAThon {
  color: #FFF;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .CMSComponentSwimAThon .SwimAThon {
    flex-direction: row;
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .CMSComponentSwimAThon .SwimAThon .Banner {
    flex-direction: row;
    padding: 0px;
    min-height: auto;
    max-width: 175px;
  }
}
.CMSComponentSwimAThon .SwimAThon .Content .HelpButton {
  padding: 0em !important;
}
@media screen and (max-width: 767px) {
  .CMSComponentSwimAThon .SwimAThon .Content {
    text-align: center;
  }
  .CMSComponentSwimAThon .SwimAThon .Content .HelpContainer {
    align-items: center;
    margin-top: 0px;
    justify-content: center;
    padding: 0.5em;
  }
  .CMSComponentSwimAThon .SwimAThon .Content .Title {
    text-align: center;
  }
}
.CMSComponentSwimAThon .SwimAThon .Content > .HelpContainer {
  font-size: 1.1em !important;
}
@media screen and (max-width: 991px) {
  .CMSComponentSwimAThon .SwimAThon .Content > .HelpContainer {
    align-items: flex-end;
  }
  .CMSComponentSwimAThon .SwimAThon .Content > .HelpContainer .Title {
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
  }
  .CMSComponentSwimAThon .SwimAThon .Content > .HelpContainer .Title > * + * {
    margin-left: 0px;
  }
}
.CMSComponentSwimAThon .SwimAThon .Content > .AmountBar {
  order: 2;
  border-radius: 0.3em;
  background-color: #FFF;
  background-image: none;
  height: 0.8em;
  overflow: hidden;
}
.CMSComponentSwimAThon .SwimAThon .Content > .AmountBar > .RaisedBar {
  background-color: #bf1b44;
  border-radius: 0.3em;
  background-image: none;
}
.CMSComponentSwimAThon .SwimAThon .Content > .Amount {
  order: 1;
}
.CMSComponentSwimAThon .SwimAThon .Content > .Amount .Goal,
.CMSComponentSwimAThon .SwimAThon .Content > .Amount .Raised {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
.CMSComponentSwimAThon .SwimAThon .Content > .Amount .Goal > *,
.CMSComponentSwimAThon .SwimAThon .Content > .Amount .Raised > * {
  font-size: 0.8em;
  font-weight: 400px;
}
.CMSComponentSwimAThon .SwimAThon .Content > .Amount .Goal > *.Value,
.CMSComponentSwimAThon .SwimAThon .Content > .Amount .Raised > *.Value {
  font-size: 1.2em;
  color: #FFF;
  font-weight: 700px;
}
.CMSComponentSwimAThon .SwimAThon .Content > .Amount .Goal {
  text-align: right;
}
body.Inner {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}
body.Inner #mainContentWrapper {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
body.Inner #mainContent {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  background: #FFF;
}
@media screen and (max-width: 991px) {
  body.Inner #mainContentWrapper {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    display: inline-block;
  }
}
#siteFooter {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  background: linear-gradient(#005aa5, #000000);
  padding: 1em;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  #siteFooter {
    flex-direction: row;
    -webkit-flex-direction: row;
    display: flex;
  }
}
.sys-viewport.md > #siteFooter {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
}
@media screen and (max-width: 991px) {
  #siteFooter {
    justify-content: center;
    align-items: center;
  }
}
#siteFooter .CMSComponentTeamLogo .CMSTeamLogoEmpty {
  justify-content: center;
}
#siteFooter #teamInfoAndSocial {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  #siteFooter #teamInfoAndSocial {
    padding: 2em;
  }
}
.sys-viewport.md > #siteFooter #teamInfoAndSocial {
  padding: 2em;
}
#siteFooter #teamInfoAndSocial .CMSComponentTeamLogo .DefaultSize > img {
  max-width: 19em !important;
}
#siteFooter #teamInfoAndSocial #cms_Section_footerLogo {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  justify-content: center;
}
#siteFooter #teamInfoAndSocial #cms_Section_footerLogo.CMSHorizontalSection > .CMSSectionSlot {
  justify-content: center;
}
#siteFooter #teamInfoAndSocial #cms_Section_footerSocial {
  margin-top: 1em;
}
#siteFooter #teamInfoAndSocial #cms_Section_footerSocial .CMSComponentSocialLinks .Horizontal {
  justify-content: center;
  margin-right: 0em;
  font-size: 1.6em;
}
@media screen and (min-width: 768px) {
  #siteFooter #teamInfoAndSocial #cms_Section_footerSocial .CMSComponentSocialLinks .Horizontal {
    justify-content: center;
  }
}
.sys-viewport.md > #siteFooter #teamInfoAndSocial #cms_Section_footerSocial .CMSComponentSocialLinks .Horizontal {
  justify-content: center;
}
#siteFooter #teamInfoAndSocial #cms_Section_footerSocial .CMSComponentSocialLinks .Horizontal > li icon {
  color: #006bc3;
}
#siteFooter #teamInfoAndSocial #cms_Section_footerSocial .CMSComponentSocialLinks .Horizontal > li a {
  background-color: #e6e6e6 !important;
}
#siteFooter #teamInfoAndSocial #cms_Section_footerSocial .CMSComponentSocialLinks .Horizontal > li:hover icon {
  color: #005daa;
}
#siteFooter #teamInfoAndSocial #cms_Section_footerSocial .CMSComponentSocialLinks .Horizontal > li:hover a {
  background-color: #FFF !important;
}
#siteFooter #teamUnifyInfo {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#siteFooter #teamUnifyInfo #tuSecured {
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  #siteFooter #teamUnifyInfo {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  #siteFooter #teamUnifyInfo {
    border-left: solid 1px #005daa;
  }
}
.sys-viewport.lg > #siteFooter #teamUnifyInfo {
  border-left: solid 1px #005daa;
}
#siteFooter #teamUnifyInfo #footerContent {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
}
@media screen and (min-width: 768px) {
  #siteFooter #teamUnifyInfo #footerContent {
    margin-left: 1em;
    justify-content: flex-end;
  }
}
.sys-viewport.md > #siteFooter #teamUnifyInfo #footerContent {
  margin-left: 1em;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  #siteFooter #teamUnifyInfo #footerContent > #copyright {
    max-width: 25em;
  }
}
.sys-viewport.lg > #siteFooter #teamUnifyInfo #footerContent > #copyright {
  max-width: 25em;
}
#siteFooter #teamUnifyInfo #footerContent > #copyright > p {
  margin: 0px;
  margin-bottom: 0.7em;
  text-align: center;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  #siteFooter #teamUnifyInfo #footerContent > #copyright > p {
    text-align: right;
  }
}
.sys-viewport.md > #siteFooter #teamUnifyInfo #footerContent > #copyright > p {
  text-align: right;
}
#siteFooter #teamUnifyInfo #footerContent > #copyright > p > strong {
  color: #005daa;
}
#siteFooter #teamUnifyInfo #footerLinks {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: flex;
  margin-top: 1em;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #siteFooter #teamUnifyInfo #footerLinks {
    align-items: center;
  }
}
#siteFooter #teamUnifyInfo #footerLinks > a {
  padding: 0.2em 0em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #siteFooter #teamUnifyInfo #footerLinks > a {
    text-align: right;
  }
}
.sys-viewport.md > #siteFooter #teamUnifyInfo #footerLinks > a {
  text-align: right;
}
#siteFooter #teamUnifyInfo #footerLinks > div > a {
  color: #FFF;
  text-decoration: underline;
}
#siteFooter #teamUnifyInfo > #tuLink {
  justify-content: center;
  height: 8em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #siteFooter #teamUnifyInfo > #tuLink.LogoSE {
    justify-content: flex-end;
    width: 23em;
    height: 2em;
  }
}
.sys-viewport.md > #siteFooter #teamUnifyInfo > #tuLink.LogoSE {
  justify-content: flex-end;
  width: 23em;
  height: 2em;
}
@media screen and (min-width: 768px) {
  #siteFooter #teamUnifyInfo > #tuLink.LogoSO {
    justify-content: flex-end;
    width: 15em;
    height: 8em;
  }
}
.sys-viewport.md > #siteFooter #teamUnifyInfo > #tuLink.LogoSO {
  justify-content: flex-end;
  width: 15em;
  height: 8em;
}
body.Inner #cms_Section_cms_Primary {
  padding: 2em !important;
}
@media screen and (max-width: 991px) {
  body.Inner #cms_Section_cms_Primary {
    padding: 1em !important;
  }
}
body.Inner #cms_Section_cms_Primary .CustomPageComponentContent > *:first-child {
  margin-top: 0em;
}
body.Inner #cms_Section_cms_Primary .CustomPageComponentContent > *:last-child {
  margin-bottom: 0em;
}
body.Inner #cms_Section_cms_Primary .CMSComponentSystemPage > * {
  padding: 0em;
  margin: 0em;
}
body.Inner #cms_Section_cms_Primary .CMSComponentSystemPage .Title {
  margin-bottom: 1em;
}
.CMSComponentAccountBar .MenuContainer .Menu {
  right: 0px !important;
}
.CMSComponentAccountBar .MenuContainer .Menu.NotLogged {
  display: block !important;
  position: relative;
  border-radius: 5px;
  top: 0px;
  padding: 0px;
}
.CMSComponentAccountBar .MenuContainer .Menu.NotLogged li a:hover {
  border-radius: 5px;
}
.CMSComponentAccountBar {
  align-items: center;
}
.CMSComponentAccountBar .ImageContainer {
  border-color: #005daa;
}
.CMSComponentAccountBar .MenuContainer .GuessIconContainer {
  display: none !important;
}
.CMSComponent.CMSComponentFullNewsDetail {
  max-width: 60em;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  body .DynamicTemplate_cms_widgets_Carousel_xhtml .SimpleContentBox .SimpleContentWrapper,
  body .DynamicTemplate_cms_widgets_Carousel_xhtml .PhotoSliderItemContent .ItemContentWrapper {
    width: 100% !important;
  }
}
#globalContainer > div:not(#siteFooter) .CMSComponentTeamLogo .CMSTeamLogoEmpty {
  color: #FFF;
  justify-content: center;
}
/*# sourceMappingURL=style.css.map */


