




.frameTopWrapper
, .frameBottomWrapper {
  margin: 0;
}





/* banner - for major events */
.bannerAccountWrapper_majorEvent {
  background-color: #000;
  padding: 12px 24px;
  text-decoration: none !important;
  display: block;
  position: relative;
}

.bannerAccountWrapper_majorEvent.hasLogo {
  padding: 20px 24px 10px 98px;
}

.bannerAccountWrapper_majorEvent .bannerLogo {
  position: absolute;
  left: 14px;
  top: 12px;
  width: 70px;
  height: 70px;

  display: inline-block;

  border-radius: 30px;

  overflow: hidden;


  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;

}

@media screen and (max-width: 767px) {

  .bannerAccountWrapper_majorEvent.hasLogo {
    padding: 14px 24px 16px 98px;
  }
  .bannerAccountWrapper_majorEvent .bannerLogo {
    top: 6px;
  }
}



.bannerAccountWrapper_majorEvent .homeLink {
  float: right;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  margin-top: 8px;
}
.bannerAccountWrapper_majorEvent .bannerText {
  color:#fff;

  font-family: 'Roboto Condensed', sans-serif;
}

.bannerAccountWrapper_majorEvent .majorEvent_name {
  font-size: 24px;
  font-weight: bold;
}


.bannerAccountWrapper_majorEvent .majorEvent_date {
  font-size: 20px;
  line-height: 24px;
}








#frameOuterWrapper .fullPage .mainArea .modWrapper .modColorBG {
  background-color:#eeeeee;
  color:#111111;
}

#frameOuterWrapper .fullPage .mainArea .modGroupDetailsWrapper {

  border: none;
  background-color: transparent;
  padding: 0;
/*
  border: none;
  border-radius:12px;
  padding: 12px 22px 16px 22px;
  color:#000;
*/
}
#frameOuterWrapper .modGroupWrapper {
  margin: 6px;
}

#pageModules > div 
{

  border-radius:12px;
  padding: 12px 22px 16px 22px;
  color:#000;
  background-color: #fff;
  margin: 6px;
  overflow: hidden;
}

 #frameOuterWrapper .mod_description 
{

  border-radius:12px;
  padding: 12px 22px 12px 22px;
  color:#000;
  background-color: #fff;
}


#frameOuterWrapper #pageMod_calendar.modGroupWrapper {
  padding: 12px 12px 12px 12px;
}

#frameOuterWrapper #pageMod_calendar .mod_brackets {
  padding: 8px 8px 0 8px;
}






#preview .pageModWrapper {
  max-width: 100%;
}
/*
#preview .joinUs .joinUsButtonRow {
  padding: 4px  4px  8px  2px ;
}
*/
#preview .modWrapper {
  border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: none;
}

#preview .modGroupDetailsWrapper .btn-primary {
  color:#fff !important;
  font-size: 16px;
  line-height: 27px;
  padding: 1px 24px 0 24px;
  border-radius: 14px;
  margin-bottom: 8px;
}

#preview .modGroupDetailsWrapper .btn-primary.joinUsButton {
  font-size: 16px;
  line-height: 27px;
  display: inline-block;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  box-shadow: none;
  background-color: #27e;


}

#preview.fullPage .modContent {
  min-height: 70px;
}
#preview.fullPage .modWrapper.modWrapperPage.page_preview {
  max-width: 1400px;
  margin: 0 auto;
}













#frameOuterWrapper #pageMod_registration .modGroupDetailsWrapper
, #frameOuterWrapper #preview.fullPage .pageMod_joinUs .modGroupDetailsWrapper {
}



#frameOuterWrapper .fullPage .mainArea .modWrapper .modGroupHeading {


  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;

  padding: 0;

    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;

}

.modGroupItem {
  border: none;
  padding-left: 0;
}


#mobileNav_all .navMenuIcon {
  display: none;
}


#frameOuterWrapper .modGroupDetailsWrapper .location_map a {

  font-family: Oswald-Bold, Arial, Helvetica, sans-serif;
  color: #00008C;
  font-size: 16px;
}





#preview .pageMod_joinUs .btn-goto:before {
  margin-right: 8px;
}




#navShare {
  float: right;
}
#navShare a:before {

  font-family: FontAwesome;
  content: "\f1e0";

  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -4px;
  font-size:16px;
  line-height: 16px;
  font-weight: normal;
}




#preview .modGroupItem .dataRow {
  display: inline-block;
  line-height: 26px;
  background-color: #EDF4FA;
  margin: 8px 8px 0 0;
  border-radius: 15px;;
  padding: 2px 20px  0 16px;
  font-size: 16px;
    font-family: "Oswald-Regular",Arial,Helvetica,sans-serif;
  font-weight: normal;
  color:#00008C;
  text-decoration: none;
}
#preview .modGroupItem .dataRow:before  {
  font-family: FontAwesome;
  display: inline-block;
  font-size:14px;
  line-height: 14px;
  font-weight: normal;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
#preview .modGroupItem .dataRow.type_bracket:before 
, #preview .modGroupItem .dataRow.type_100:before 
{
  content: "\f0e8";
  transform: rotate( 90deg );
}
#preview .modGroupItem .dataRow.type_80 .mainData:before  {
  content: "\f073";

  font-family: FontAwesome;
  display: inline-block;
  font-size:14px;
  line-height: 14px;
  font-weight: normal;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}





.mod_description {
  font-size: 16px;
}



.copiedMessage {
  color:#333;
  text-align: center;
}

.copiedMessage:before {

   font-family: FontAwesome;
   content: "\f00c";
   color:#0a0;
   font-size: 20px;
   display: inline-block;
   vertical-align: middle;
   margin-right: 8px;
} 






#modCalendar_content {
  overflow: auto;
}

#pageMod_calendar .calendarRow {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}


@media screen and (max-width: 767px) {

  #pageMod_calendar .calendarRow {
    display: block;
  }
}




#pageMod_calendar .calendarDay {
  flex: 1;
  border: 1px solid #ccc;
}

#pageMod_calendar .calendarDay {
  flex: 1;
  border: 1px solid #ddd;
  background-color: #fff;;
}

#pageMod_calendar .calendarNumber {
  padding: 4px 12px 2px 12px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  border-bottom: solid 1px #ddd;

  font-family: 'Roboto Condensed', sans-serif;


}
#pageMod_calendar .calendarDayInfo {
  min-height: 100px;
  padding: 4px 2px;
  font-size: 15px;
}










.filterView_day .filter-calendar-area .time_slot .eventLabel.inBracket {
    padding-left: 0;
}

.filterView_day .filter-calendar-area .time_slot .eventLabel {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 17px;
    line-height: 19px;
    border-radius: 9px;
    padding: 0 8px 0 10px;
    margin: 0 0 2px 0;
    background-color: #D3DDF6;
    color: #2659FF;
}







#pageMod_calendar .calendarDayInfo a {

  display: block;
  max-width: 100%;

  text-decoration: none;
}


#pageMod_calendar .calendarDayInfo a .eventLabel {

    display: block;
    vertical-align: middle;

    font-family: Oswald-Regular, Arial, Helvetica, sans-serif;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;


    height: 17px;
    height: 22px;


    line-height: 19px;
    border-radius: 9px;



    padding: 0 8px 0 10px;


    margin: 2px 0;
    margin: 0 0 2px 0;


    background-color: #D3DDF6;
    background-color: #EDF4FA;



    color: #2659FF;
    color: #00008C;
}


#pageMod_calendar .calendarDayInfo a .eventLabel.inBracket {
    padding-left: 0;
}



#pageMod_calendar .calendarDayInfo a .eventLabel .gameNumRef {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    padding: 0 2px 0 2px;
    border-right: 1px solid #fff;
    background-color: #33333311;
    border-radius: 9px;
    padding: 1px;
}

#pageMod_calendar .calendarDayInfo a .eventLabel.inBracket .eventLabelVal {
    padding-left: 6px;
    display: inline-block;
    vertical-align: middle;
}



#pageMod_calendar .calendarDayInfo .timeInfo {


  font-family: 'Roboto Condensed', sans-serif;
  display: block;


    height: 22px;
    line-height: 19px;
    padding: 4px 8px 0 12px;
    margin: 2px 0;
    color: #6367D8;

    text-transform: lowercase;

}



#preview .joinUs .joinUsContentWrapper {
  padding: 0;
  text-align: left;
}
#preview .joinUs .joinUsMessage {

  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 18px

  padding-top: 8px;
}



#preview .weatherContent {
  margin: 0 auto;
}

#preview .weather div.location {
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 18px
}
#preview .weather .weatherSummary
, #preview .weather .weatherBottom

, #preview .modGroupItem_address
, #preview .modGroupItem_directions
 {
  color:#666;
}

#pageModules {
  display: grid;
  grid-template-columns: repeat(2, 1fr);



}

.contentCell_slideShow .carousel-inner>.item {
  text-align: center;
}

.contentCell_slideShow .carousel-inner>.item>img {
  display: inline-block;
}


#pageModules > div {

}
#pageModules #pageMod_calendar
, #pageModules .contentCell_slideShow
 {
  grid-column: 1 / span 2;
}

@media screen and (max-width: 767px) {

  #pageModules {
    display: block;

  }

  #contentCell_mod_blank {
    display: none;
  }
}



#preview .slideShowWindow table {
  width: 100%;
}
#preview .slideShowWindow .contentEmpty {
      font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    padding: 12px 22px 16px 22px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
    font-style: normal;
    text-align: left;

}
#pageModules > div.contentCell_slideShow {
  padding: 0;
}



.scheduleCalendar .days td.nonDays {
  background-color: #eee;
}




.scheduleCalendar a.home
, .dayDialog a.home {
  background-color: #EDF4FA;
}

#tournament_header_backToBracketGroup a.btn {
  color: #333;
}

/*


<div class="wrapper">
  <div>One</div>
  <div>Two</div>
  <div>Three</div>
  <div>Four</div>
  <div>Five</div>
</div>



.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

*/