@charset "UTF-8";
@-webkit-keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-moz-keyframes stRotate {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }
@-o-keyframes stRotate {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }
@keyframes stRotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* line 2, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
body.athleticsCalendar .clG-addToCal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9999999;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }
  /* line 13, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
  body.athleticsCalendar .clG-addToCal:before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
  /* line 24, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
  body.athleticsCalendar .clG-addToCal .clG-addToCal__inner {
    max-width: 500px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -250px;
    background: #fff; }
  /* line 34, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
  body.athleticsCalendar .clG-addToCal .clG-addToCal__head {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 15px; }
    /* line 39, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
    body.athleticsCalendar .clG-addToCal .clG-addToCal__head h3 {
      letter-spacing: 0;
      text-transform: none;
      margin: 0;
      color: #0C223E;
      font-size: 25px; }
      /* line 45, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
      body.athleticsCalendar .clG-addToCal .clG-addToCal__head h3:first-letter {
        text-transform: capitalize; }
  /* line 52, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
  body.athleticsCalendar .clG-addToCal .clG-addToCal__close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    z-index: 4; }
    /* line 65, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
    body.athleticsCalendar .clG-addToCal .clG-addToCal__close i {
      display: inline-block; }
      /* line 77, Styles/sharedTemplates/base/_shTemplMixins.scss */
      body.athleticsCalendar .clG-addToCal .clG-addToCal__close i:after, body.athleticsCalendar .clG-addToCal .clG-addToCal__close i:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 14px;
        height: 2px;
        background: #adadad; }
      /* line 92, Styles/sharedTemplates/base/_shTemplMixins.scss */
      body.athleticsCalendar .clG-addToCal .clG-addToCal__close i:after {
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg); }
      /* line 96, Styles/sharedTemplates/base/_shTemplMixins.scss */
      body.athleticsCalendar .clG-addToCal .clG-addToCal__close i:before {
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  /* line 71, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
  body.athleticsCalendar .clG-addToCal .clG-addToCal__item {
    background: #fff;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    z-index: 1; }
    /* line 79, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
    body.athleticsCalendar .clG-addToCal .clG-addToCal__item a, body.athleticsCalendar .clG-addToCal .clG-addToCal__item button {
      width: 100%;
      padding: 0 16px 0 60px;
      text-align: left;
      position: relative;
      text-decoration: none;
      cursor: pointer; }
    /* line 88, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
    body.athleticsCalendar .clG-addToCal .clG-addToCal__item span {
      font-size: 15px;
      color: #000;
      font-weight: 300; }
      /* line 93, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
      body.athleticsCalendar .clG-addToCal .clG-addToCal__item span:first-letter {
        text-transform: uppercase; }
    /* line 98, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
    body.athleticsCalendar .clG-addToCal .clG-addToCal__item i {
      position: absolute;
      left: 16px;
      top: 50%;
      display: inline-block;
      vertical-align: middle; }
    /* line 107, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
    body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isOutlook i {
      width: 26px;
      height: 25px;
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230C223E%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M38.958 26.384l14.625-9.86c0-1.167-1.088-2.004-1.703-2.004H35.186v9.724l3.399 2.14a.87.87 0 0 0 .373 0z'/%3E%3Cpath  d='M39.25 30.003s-.526.321-.962 0l-3.102-2.13h-.002v13.215H50.94c1.4 0 2.646-.815 2.646-2.761V20.454s-14.859 9.87-14.334 9.55zM18.639 34.193c1.04 0 1.865-.469 2.474-1.406.608-.938.915-2.24.915-3.903 0-1.735-.295-3.085-.887-4.05-.592-.963-1.4-1.445-2.427-1.445-1.057 0-1.9.497-2.521 1.488-.622.992-.934 2.305-.934 3.938 0 1.658.312 2.969.934 3.932.621.966 1.438 1.446 2.446 1.446z'/%3E%3Cpath  d='M4 47.626l28.941 6.067V3.98L4.001 9.582v38.044zm9.922-25.032c1.227-1.634 2.851-2.451 4.874-2.451 1.91 0 3.456.78 4.634 2.345 1.18 1.564 1.77 3.625 1.77 6.185.002 2.631-.61 4.752-1.833 6.362-1.224 1.61-2.818 2.416-4.786 2.416-1.918 0-3.479-.78-4.687-2.34-1.206-1.56-1.811-3.592-1.811-6.098 0-2.646.613-4.785 1.84-6.419z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center;
      margin-top: -13px; }
    /* line 116, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
    body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isGoogle i {
      width: 26px;
      height: 26px;
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230C223E%27%20viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M896 786h725q12 67 12 128 0 217-91 387.5T1282.5 1568 896 1664q-157 0-299-60.5T352 1440t-163.5-245T128 896t60.5-299T352 352t245-163.5T896 128q300 0 515 201l-209 201q-123-119-306-119-129 0-238.5 65T484 652.5 420 896t64 243.5T657.5 1316t238.5 65q87 0 160-24t120-60 82-82 51.5-87 22.5-78H896V786z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center;
      margin-top: -13px; }
    /* line 124, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
    body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isApple {
      display: none; }
      /* line 126, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
      body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isApple i {
        width: 26px;
        height: 26px;
        background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230C223E%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.777 30.517c-.062-6.232 5.082-9.221 5.312-9.372-2.891-4.227-7.395-4.807-8.998-4.873-3.83-.389-7.477 2.256-9.42 2.256-1.939 0-4.941-2.199-8.117-2.143-4.178.062-8.029 2.43-10.179 6.17-4.339 7.527-1.11 18.682 3.118 24.791 2.067 2.986 4.532 6.346 7.766 6.223 3.117-.123 4.293-2.016 8.061-2.016s4.826 2.016 8.123 1.953c3.352-.061 5.477-3.043 7.527-6.041 2.373-3.469 3.35-6.828 3.408-6.998-.073-.034-6.534-2.509-6.601-9.95zM35.582 12.229c1.715-2.082 2.877-4.975 2.561-7.855-2.475.1-5.471 1.645-7.248 3.725-1.592 1.846-2.984 4.785-2.611 7.613 2.761.214 5.577-1.405 7.298-3.483z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        -moz-background-size: contain;
             background-size: contain;
        background-position: center center;
        margin-top: -13px; }
      /* line 133, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
      html.MacOS body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isApple, html.iOS body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isApple {
        display: block; }
    /* line 139, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
    body.athleticsCalendar .clG-addToCal .clG-addToCal__item.isYahoo i {
      width: 26px;
      height: 26px;
      background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%230C223E%27%20height='56.693' width='56.693' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  d='M43.503 24.87c.275-.055.684-.146 1.146-.246h3.578l.557-.823a.119.119 0 0 1 .045-.008l1.385-2c-.02 0-.053-.004-.068-.004l.145-.217H30.897l.746 3.051h5.293l-8.906 8.039c-1.818-2.51-6.078-7.74-9.049-12.069h6.667v-2.322l.076-.512a.511.511 0 0 0-.076-.01v-.209H3.535v3.053h6.558c2.545 1.99 12.28 14.145 12.684 15.358.162 1.135.311 7.836-.166 8.342-.957 1.012-5.322.744-6.375.818l-.364 2.076c1.923.057 8.181-.156 10.126-.156 3.834 0 10.549-.018 11.496.055l.117-2.178c-.969-.164-6.254-.02-6.984-.186-.162-1.055-.34-8.109-.178-8.838.73-2.106 11.837-10.686 13.054-11.014z'/%3E%3Cpath  d='M46.722 41.544l2.971.236 3.461-13.369c-.578-.02-5.83-.516-6.512-.648l.08 13.781zM46.208 43.687l.018 3.263 1.503.131 1.625.121.477-3.195-1.713-.084z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center;
      margin-top: -13px; }
    /* line 148, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
    html.no-touch body.athleticsCalendar .clG-addToCal .clG-addToCal__item:hover {
      background: #fbfbfb; }
  @media (max-width: 767px) {
    /* line 154, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
    body.athleticsCalendar .clG-addToCal .clG-addToCal__inner {
      max-width: 400px;
      margin: -140px 0 0 -200px; } }
  @media (max-width: 450px) {
    /* line 161, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
    body.athleticsCalendar .clG-addToCal .clG-addToCal__inner {
      max-width: 280px;
      margin: -140px 0 0 -140px; }
    /* line 166, Styles/AthleticsCalendar-Blackbaud/components/_addToCalendar.scss */
    body.athleticsCalendar .clG-addToCal .clG-addToCal__head {
      padding: 40px 30px 0 30px; } }

/* line 7, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
.athleticsWidget {
  margin-bottom: 30px; }
  /* line 10, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .athleticsWidget__name {
    font-weight: normal;
    font-style: italic;
    font-size: 65px;
    line-height: 70px;
    text-align: left;
    color: #0E6CA4; }
  /* line 20, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .athleticsWidget__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  /* line 24, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .athleticsWidget__nav-item {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    min-height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border: 1px solid #0E6CA4;
    border-top: none;
    color: #000000;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer; }
    @media (max-width: 767px) {
      /* line 24, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__nav-item {
        font-size: 16px; } }
  /* line 44, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .athleticsWidget__nav-item:first-child {
    border-left: none; }
  /* line 48, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .athleticsWidget__nav-item:last-child {
    border-right: none; }
  /* line 52, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .athleticsWidget__nav-item:nth-child(2) {
    border-right: none;
    border-left: none; }
  /* line 57, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .athleticsWidget__nav-item.active {
    background: #0E6CA4;
    color: #fff; }
  /* line 63, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .athleticsWidget__container {
    border: 1px solid #0E6CA4; }
  /* line 67, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .athleticsWidget__itemsContainer {
    padding: 24px 24px 0; }
  /* line 71, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .athleticsWidget__item {
    cursor: pointer;
    position: relative; }
    /* line 75, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .athleticsWidget .athleticsWidget__item.teamsItem, .athleticsWidget .athleticsWidget__item.scoreboardItem, .athleticsWidget .athleticsWidget__item.scheduleItem {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px;
      padding-bottom: 15px; }
      /* line 82, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__item.teamsItem:last-child, .athleticsWidget .athleticsWidget__item.scoreboardItem:last-child, .athleticsWidget .athleticsWidget__item.scheduleItem:last-child {
        margin-bottom: 0; }
      /* line 86, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__item.teamsItem:not(:last-child), .athleticsWidget .athleticsWidget__item.scoreboardItem:not(:last-child), .athleticsWidget .athleticsWidget__item.scheduleItem:not(:last-child) {
        border-bottom: 1px solid rgba(14, 108, 164, 0.6); }
      /* line 90, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-infoWrapper, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-infoWrapper, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-infoWrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        padding: 0 20px; }
      /* line 95, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-title, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        color: #0E6CA4;
        margin-bottom: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; }
      /* line 106, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-additional, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-additional, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-additional {
        font-family: "Black Han Sans", sans-serif;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 0.1em;
        text-align: left;
        color: #161615; }
      /* line 115, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-date, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-date, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-date {
        width: 57px;
        height: 57px;
        border: 1px solid #161615;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      /* line 126, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-date .day, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-date .day, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-date .day {
        font-family: "Black Han Sans", sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 15px;
        text-align: center;
        color: #000; }
      /* line 135, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-date .month, .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-date .month, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-date .month {
        font-family: "Black Han Sans", sans-serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 15px;
        text-align: center;
        color: #0E6CA4;
        margin-top: 5px; }
    /* line 148, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-teamName, .athleticsWidget .athleticsWidget__item.scheduleItem .athleticsWidget__item-teamName {
      margin-right: 5px; }
    /* line 154, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center; }
      /* line 159, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title.noResult .athleticsWidget__item-result {
        display: none; }
      /* line 165, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title.hasWon .athleticsWidget__item-result {
        background: #41BF22; }
        /* line 168, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
        .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title.hasWon .athleticsWidget__item-result i:before {
          content: 'W'; }
      /* line 175, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title.hasLost .athleticsWidget__item-result {
        background: #DB1616; }
        /* line 178, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
        .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title.hasLost .athleticsWidget__item-result i:before {
          content: 'L'; }
      /* line 186, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-title.hasTied .athleticsWidget__item-result i:before {
        content: 'T'; }
    /* line 193, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-result {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: #0E6CA4;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      margin-left: 10px;
      margin-right: 10px; }
      /* line 202, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-result i {
        position: relative;
        width: 100%;
        height: 100%;
        display: inline-block; }
        /* line 208, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
        .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-result i:before {
          content: '';
          color: #fff;
          font-size: 12px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
               -o-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          font-weight: 500;
          font-style: normal; }
    /* line 222, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__resultContainer {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    /* line 227, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .athleticsWidget .athleticsWidget__item.scoreboardItem .athleticsWidget__item-score {
      font-weight: normal;
      font-size: 16px;
      line-height: 22px;
      text-align: left;
      color: #161615; }
    /* line 237, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .athleticsWidget .athleticsWidget__item.teamsItem .athleticsWidget__item-infoWrapper {
      padding-left: 0; }
    /* line 242, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .athleticsWidget .athleticsWidget__item .athleticsWidget__item-teamName {
      color: #161615; }
    /* line 246, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .athleticsWidget .athleticsWidget__item .athleticsWidget__item-teamSeason {
      margin-left: 5px; }
    /* line 250, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .athleticsWidget .athleticsWidget__item:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(45deg);
         -moz-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
           -o-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      width: 10px;
      height: 10px;
      border: 2px solid #000;
      border-left: none;
      border-bottom: none;
      pointer-events: none; }
  /* line 265, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .athleticsWidget__moreWrapper {
    margin: 0 24px 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(14, 108, 164, 0.6); }
  /* line 320, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .calendarContainer__noResults {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px; }
    /* line 329, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .athleticsWidget .calendarContainer__noResults p {
      margin-top: 20px; }
  /* line 334, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .calendarContainer__noResults-image {
    display: none;
    /*display: inline-block;*/
    text-align: center;
    width: 118px;
    height: 92px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='118.000000pt' height='92.000000pt' viewBox='0 0 118.000000 92.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,92.000000) scale(0.100000,-0.100000)' stroke='none'%3E%3Cpath d='M146 889 l-26 -20 0 -403 c0 -347 2 -405 16 -424 l15 -22 447 0 c246%0A0 452 4 459 8 29 18 33 70 33 431 0 393 -3 425 -47 442 -14 5 -211 9 -447 9%0A-413 0 -424 0 -450 -21z m902 -31 c7 -7 12 -39 12 -75 l0 -63 -460 0 -460 0 0%0A56 c0 103 -42 94 458 94 327 0 441 -3 450 -12z m12 -481 c0 -222 -3 -306 -12%0A-315 -9 -9 -121 -12 -444 -12 -380 0 -434 2 -448 16 -14 13 -16 56 -16 315 l0%0A299 460 0 460 0 0 -303z'/%3E%3Cpath d='M215 800 c-4 -7 -3 -16 3 -22 14 -14 45 -2 40 15 -6 16 -34 21 -43 7z'/%3E%3Cpath d='M280 791 c0 -15 6 -21 21 -21 25 0 22 33 -4 38 -12 2 -17 -3 -17 -17z'/%3E%3Cpath d='M344 799 c-9 -15 11 -33 30 -26 9 4 13 13 10 22 -7 17 -30 20 -40 4z'/%3E%3Cpath d='M380 466 c0 -8 4 -18 10 -21 6 -4 5 -13 -2 -25 -16 -25 -3 -38 22%0A-22 12 7 21 8 25 2 12 -19 27 -10 22 12 -3 12 -2 29 4 39 12 23 -6 35 -27 18%0A-11 -9 -18 -9 -26 -1 -16 16 -28 15 -28 -2z'/%3E%3Cpath d='M744 469 c-3 -6 -1 -16 4 -21 8 -8 8 -17 1 -30 -13 -25 -3 -36 19%0A-22 12 8 22 8 34 0 22 -13 35 -1 18 19 -10 12 -10 18 0 30 16 19 3 40 -15 25%0A-10 -8 -19 -8 -34 -1 -14 8 -22 8 -27 0z'/%3E%3Cpath d='M452 248 c3 -9 33 -14 96 -16 90 -3 92 -3 92 -27 0 -13 7 -31 16 -39%0A36 -37 88 -2 82 56 l-3 33 -143 3 c-113 2 -143 0 -140 -10z m256 -40 c-2 -13%0A-10 -23 -18 -23 -8 0 -16 10 -18 23 -3 17 2 22 18 22 16 0 21 -5 18 -22z'/%3E%3C/g%3E%3C/svg%3E%0A");
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  /* line 346, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .athleticsWidget .calendarContainer__noResults-more {
    margin-bottom: 20px; }

/* line 352, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
.clNavigation {
  padding: 20px 0 25px;
  min-height: 135px;
  border-bottom: 1px solid #0E6CA4;
  border-top: 1px solid #0E6CA4;
  margin-top: 20px; }
  /* line 359, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .clNavigation .clNavigation__list {
    margin-left: 0; }
  /* line 363, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
  .clNavigation .clNavigation__item {
    margin-bottom: 10px; }
    /* line 366, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .clNavigation .clNavigation__item a {
      background: #0E6CA4;
      min-height: 50px;
      -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
              border-radius: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 20px;
      color: #fff;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      transition: all .3s ease-out;
      font-size: 17px; }
      /* line 377, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      html.no-touchevents .clNavigation .clNavigation__item a:hover {
        background: #434748; }
    /* line 382, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .clNavigation .clNavigation__item i:before {
      background-repeat: no-repeat;
      -moz-background-size: contain;
           background-size: contain;
      background-position: center center; }
    /* line 389, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .clNavigation .clNavigation__item.scoreboard i:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Component 32 – 1' width='26.407' height='26.411'%3E%3Cpath data-name='Path 8115' d='M25.637 2.252a2.83 2.83 0 0 0-2.05-.885h-2.46c.01-.442.017-.9.017-1.367H5.281c0 .469.007.924.017 1.367H2.821a2.825 2.825 0 0 0-2.816 3c.442 7.375 4.249 12 10.284 12.69L9.12 21.129a2.515 2.515 0 0 0-2.516 2.516v2.766h13.219v-2.767a2.515 2.515 0 0 0-2.516-2.516l-1.168-4.067c6.022-.693 9.825-5.318 10.264-12.69a2.854 2.854 0 0 0-.766-2.119ZM2.643 4.213a.2.2 0 0 1 .053-.149.167.167 0 0 1 .125-.053h2.6c.394 5.19 1.54 8.138 2.654 9.802-4.237-1.776-5.247-6.52-5.432-9.6Zm15.708 9.588c1.113-1.667 2.255-4.609 2.648-9.8h2.592a.163.163 0 0 1 .125.053.194.194 0 0 1 .053.149c-.194 3.086-1.194 7.817-5.418 9.598Z' fill='%23fff'/%3E%3C/svg%3E"); }
    /* line 395, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .clNavigation .clNavigation__item.teams i:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.097' height='25.907'%3E%3Cpath data-name='Path 8116' d='M13.049 4.738a5.017 5.017 0 0 0 2.308-4.7 7.3 7.3 0 0 1-4.616 0 5.017 5.017 0 0 0 2.308 4.7Z' fill='%23fff'/%3E%3Cpath data-name='Path 8117' d='m5.356 22.043 15.385-2.192v-3.728L5.356 19.777Z' fill='%23fff'/%3E%3Cellipse data-name='Ellipse 20' cx='.769' cy='1.539' rx='.769' ry='1.539' transform='translate(15.356 8.983)' fill='%23fff'/%3E%3Cpath data-name='Path 8118' d='M5.356 25.906h15.385v-4.5L5.356 23.598Z' fill='%23fff'/%3E%3Cpath data-name='Path 8119' d='M16.057 3.763a5.868 5.868 0 0 1-3.009 2.695A6.455 6.455 0 0 1 9.202 0L5.356 1.154V18.19l15.385-3.654V.923L16.895 0a7.015 7.015 0 0 1-.838 3.763Zm2.376 6.758c0 1.725-1.014 3.077-2.308 3.077-3.056-.091-3.055-6.063 0-6.154 1.298.004 2.308 1.352 2.308 3.077Z' fill='%23fff'/%3E%3Cpath data-name='Path 8120' d='M.696 8.213h3.125v-6.6l-2.226.668Z' fill='%23fff'/%3E%3Cpath data-name='Path 8121' d='M0 12.829h3.817V9.752H.464Z' fill='%23fff'/%3E%3Cpath data-name='Path 8122' d='m24.505 2.283-2.226-.668v6.6H25.4Z' fill='%23fff'/%3E%3Cpath data-name='Path 8123' d='M25.632 9.752h-3.353v3.077h3.817Z' fill='%23fff'/%3E%3C/svg%3E"); }
    /* line 401, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .clNavigation .clNavigation__item.players i:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Component 33 – 1' width='23.028' height='25.726'%3E%3Cpath data-name='Path 8124' d='M11.515 13.359A6.679 6.679 0 1 0 4.836 6.68a6.7 6.7 0 0 0 6.679 6.679Z' fill='%23fff'/%3E%3Cpath data-name='Path 8125' d='M22.978 18.696a6.226 6.226 0 0 0-.671-1.225 8.3 8.3 0 0 0-5.746-3.617 1.229 1.229 0 0 0-.846.2 7.12 7.12 0 0 1-8.4 0 1.094 1.094 0 0 0-.846-.2 8.242 8.242 0 0 0-5.746 3.617 7.179 7.179 0 0 0-.671 1.225.62.62 0 0 0 .029.554 11.635 11.635 0 0 0 .788 1.167 11.084 11.084 0 0 0 1.342 1.517 17.47 17.47 0 0 0 1.342 1.167 13.3 13.3 0 0 0 15.867 0 12.82 12.82 0 0 0 1.342-1.167 13.465 13.465 0 0 0 1.342-1.517 10.227 10.227 0 0 0 .788-1.167.5.5 0 0 0 .086-.554Z' fill='%23fff'/%3E%3C/svg%3E"); }
    /* line 407, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .clNavigation .clNavigation__item.schedule i:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='calendar (10)' width='17.622' height='15.489'%3E%3Cpath data-name='Path 8112' d='M.515 12.391h13.493a.517.517 0 0 0 .331-.12c.13-.109 3.086-2.652 3.266-8.141H3.114c-.18 4.983-2.9 7.325-2.93 7.349a.517.517 0 0 0 .332.912Z' fill='%23fff'/%3E%3Cpath data-name='Path 8113' d='M17.106 1.033h-2.582V.512a.516.516 0 0 0-1.033 0v.516h-2.615V.512a.516.516 0 0 0-1.033 0v.516H7.261V.512a.516.516 0 1 0-1.033 0v.516H3.647a.511.511 0 0 0-.516.516v1.549h14.491V1.549a.511.511 0 0 0-.516-.516Z' fill='%23fff'/%3E%3Cpath data-name='Path 8114' d='M15.002 13.063a1.554 1.554 0 0 1-.994.361H3.131v1.549a.516.516 0 0 0 .516.516h13.458a.516.516 0 0 0 .516-.516V9.185a10.233 10.233 0 0 1-2.619 3.878Z' fill='%23fff'/%3E%3C/svg%3E"); }
    /* line 412, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
    .clNavigation .clNavigation__item i {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      position: relative; }
      /* line 419, Styles/AthleticsCalendar-Blackbaud/components/athleticsWidget.scss */
      .clNavigation .clNavigation__item i:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -moz-background-size: contain;
             background-size: contain;
        background-repeat: no-repeat; }

/*# sourceMappingURL=/Styles/AthleticsCalendar-Blackbaud/components/Map/athleticsWidget.map */