@import url("https://75nineteen.github.io/bend-swim-club/bsc-css.css"); /* Imports styles from externally managed file */

body {
    font-family: Verdana,Geneva,sans-serif;
}
.MainNavigator {
    border:none;
}
.MainNavigator li > a {
    color: #043197 !important;
}
.MainNavigator li > a:hover {
    color: #3d76f6 !important;
}
.CMSComponentAccountBar {
    color: #043197;
}
.CMSComponentTeamLinks ul > li > a {
    color: #043197;
}
.MainNavigator .WithChildren:not(.FarLeft) > ul {
    width: 300px;
}

/*.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem:hover {
    background-color: #0063A7 !important;
}*/

.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem {
    height: 185px; !important;
    max-width: 150px;
    min-width: 255px;
}

h2.ComponentHeader {
    color: #0063A7 !important;
}
h2.ComponentHeader:before, h2.ComponentHeader:after {
	border-bottom: solid 1px #0063A7;
}
.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item > .ContentWrapper .Actions > a.Button.Primary {
   	font-size: 16px;
    padding: 10px;
    font-family: Verdana,Geneva,sans-serif;
    border-color: #0063A6;
    background-color: #0063A6;
}
.TeamFeedComponentContent .ViewMoreWrapper > a, .CMSComponentUpcomingEvents .UpcomingEvents .AnonId_footerActions > a, .CMSComponentNews .Footer > a {
    background-color: #0063A6 !important;
}

.DynamicTemplate_cms_widgets_MobileHeader_xhtml .AnonId__cms_widgets_MobileHeader_xhtml_teamName {
    text-shadow: none !important;
}

.DynamicTemplate_v2_team_reg_widgets_TeamRegistrationWidget_xhtml .PageContent .MemRegItem .RegistrationTime {
    display: none !important;
}

a.Button.Primary.bsc-rsvp {
    width: 161.43px;
    display: inline-block;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    margin-top: 10px;
}
    
#globalContainer {
    padding: 0 0 20px 0;
}

#headerPane #cms_Section_teamIdentity {
    border-radius: 10px 10px 0 0;
}

#siteFooter {
    border-radius: 0 0 10px 10px;
}

.CMSComponentSwimAThon {
    border-radius: 10px;
}

.CMSComponentTeamPartners .Entry {
    margin: 20px 0 0 40px;
}

#siteFooter > #footerTULogo {
	display: none !important;
}

.widget_MobileHeader a .AnonId_teamName {
    color: #043197;
}

.widget_MobileHeader, .CMSMobileHeader {
    background-color: #DDD;
    color: #043197;
}

/* Mobile customization for Swim-a-Thon banner */

@media screen and (max-width: 600px) {
  .CMSComponentSwimAThon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
  }

  .CMSComponentSwimAThon .Banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .CMSComponentSwimAThon .Content {
    text-align: left;
    width: 100%;
    padding: 8px 0;
  }

  .CMSComponentSwimAThon .Title {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
  }

  .CMSComponentSwimAThon .DonateButton,
  .CMSComponentSwimAThon .HelpButton {
    display: block;
    width: auto;
    margin: 6px 0;
    padding: 6px 12px;
    font-size: 13px;
    text-align: center;
  }

  .CMSComponentSwimAThon .Amount {
    font-size: 13px;
    margin-top: 10px;
  }

  .CMSComponentSwimAThon .Amount span {
    display: block;
    margin-top: 4px;
  }

  .CMSComponentSwimAThon .AmountBar {
    width: 100%;
    height: 6px;
    margin: 10px 0;
    background-color: #e0e0e0;
  }

  .CMSComponentSwimAThon .RaisedBar {
    height: 6px;
    background-color: #4caf50;
  }
}

body .DynamicTemplate_cms_widgets_UpcomingEvents_xhtml .AnonId__cms_widgets_UpcomingEvents_xhtml_sidePane {
    display: none !important;
}

.CMSComponentUpcomingEvents .UpcomingEvents .AnonId_eventList .Item {
    margin: 6px 5px;
}

.CMSComponentNews .Item > .Content {
    padding: 0px;
}

.sys_FrameworkWidget {
    font-family: Verdana,Geneva,sans-serif;
}

.CMSComponentNews .Item .LinkWrapper a {
    color: #000 !important;
}

.CMSComponent.CMSComponentFullNewsDetail {
    max-width: 90%;
}