/* </ FEDERATION SUBHEAD /> */
.fed-subhead-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .fed-subhead-section .fed-subhead-section-left {
    width: 200px;
    height: 200px;
    border-radius: 5px;
    background: #171A2A;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important; }
    .fed-subhead-section .fed-subhead-section-left .fed-subhead-section-logo-wrap {
      padding: 10px; }
    .fed-subhead-section .fed-subhead-section-left .fed-subhead-section-logo {
      max-width: 100%;
      max-height: 100%;
      border-radius: 5px; }
  .fed-subhead-section .fed-subhead-section-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 15px;
    background: #171A2A;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 5px;
    padding: 30px 200px 20px 50px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important; }
    .fed-subhead-section .fed-subhead-section-right .fed-subhead-section-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .fed-subhead-section .fed-subhead-section-right .fed-subhead-section-item {
      cursor: pointer;
      border-radius: 5px;
      padding-left: 30px;
      position: relative;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .fed-subhead-section .fed-subhead-section-right .fed-subhead-section-item:before {
        display: block;
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        background-color: #C1B39C;
        height: 4px;
        width: 20px; }
      .fed-subhead-section .fed-subhead-section-right .fed-subhead-section-item .fed-subhead-item-count {
        font-size: 35px;
        font-weight: bold; }
        .fed-subhead-section .fed-subhead-section-right .fed-subhead-section-item .fed-subhead-item-count.gold {
          color: #C1B39C; }
      .fed-subhead-section .fed-subhead-section-right .fed-subhead-section-item .fed-subhead-item-title {
        line-height: 1;
        font-weight: bold; }
    .fed-subhead-section .fed-subhead-section-right .fed-subhead-section-help-text {
      color: #6C6D70; }

/* </ FEDERATION SUBHEAD /> */

/*# sourceMappingURL=pages.css.map */