.fg-dropdown {
  display: inline-block;
  border: 1px solid #cdcdcd;
  background-color: #F5F5F5;
  font-size: 13px;
  position: relative;
  width: 140px;
  cursor: default; }
  .fg-dropdown:focus {
    outline: none; }
  .fg-dropdown ul, .fg-dropdown li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .fg-dropdown ul.fg-dropdown-ul, .fg-dropdown .fg-dropdown-ul li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .fg-dropdown ul.fg-dropdown-ul {
    padding-left: 0; }
  .fg-dropdown .fg-dropdown-ul li {
    padding: 3px 5px;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center; }
  .fg-dropdown-label {
    padding: 5px; }
    .fg-dropdown-label:after {
      content: '';
      /*candidate to delete the commented*/
      /*margin-top: 15px;*/
      /*display: inline-block;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid black;
            position: absolute;
            right: 5px;
            top: 10px;*/
      /*height: 100%;*/
      width: 0;
      height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid rgba(0, 0, 0, 0.8);
      position: absolute;
      bottom: 50%;
      right: 7px; }
  .fg-dropdown.is-disabled {
    color: #aaa; }
    .fg-dropdown.is-disabled .fg-dropdown-label:after {
      border-top: 4px solid #aaa; }
  .fg-dropdown-ul {
    display: none;
    position: absolute;
    min-width: 100%;
    text-align: left;
    left: 0;
    z-index: 20;
    /*border: 1px solid #cdcdcd;*/
    background-color: #F5F5F5;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.1); }
    .fg-dropdown-ul.show {
      display: block;
      max-height: 400px;
      overflow-y: auto; }
      .fg-dropdown-ul.show.dropdown-columns {
        display: flex; }
        .fg-dropdown-ul.show.dropdown-columns .col {
          width: 100%; }
    .fg-dropdown-ul li {
      border: 1px solid #cdcdcd;
      background-color: #F5F5F5;
      padding: 5px;
      cursor: pointer; }
      .fg-dropdown-ul li:hover {
        background-color: #aaa; }
      .fg-dropdown-ul li.seperator {
        border-bottom: 5px solid #ddd; }
  .fg-dropdown.show .fg-dropdown-label {
    background-color: #50ae26;
    /*color: #fff;*/ }
  .fg-dropdown.show .fg-dropdown-ul {
    display: block; }
    .fg-dropdown.show .fg-dropdown-ul.dropdown-columns {
      display: flex; }

@charset "UTF-8";
#root-tools {
  box-sizing: border-box;
  padding: 10px; }
  #root-tools * {
    box-sizing: inherit; }
  #root-tools a {
    text-decoration: none; }
  #root-tools .hall-of-fame-page {
    max-width: 800px;
    margin: auto;
    padding: 20px 55px;
    border: 1px solid #333;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 400px) {
      #root-tools .hall-of-fame-page {
        padding: 10px; } }
    #root-tools .hall-of-fame-page-instructions {
      flex: 0 0 100%;
      text-align: center;
      font-family: Lato, Arial, Helvetica, sans-serif;
      margin-bottom: 20px; }
      #root-tools .hall-of-fame-page-instructions .title-hall-of-fame-crowd-source-logo {
        background-color: #50ae26;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 247px;
        flex: 1 0 247px;
        height: 100%;
        width: 267px;
        height: 70px;
        display: inline-block;
        /*float: left;*/ }
        #root-tools .hall-of-fame-page-instructions .title-hall-of-fame-crowd-source-logo .logo {
          background-position: -14px;
          background-size: 350px;
          background-image: url(/images/fg-clear-logo.png);
          background-repeat: no-repeat;
          height: 100%; }
      #root-tools .hall-of-fame-page-instructions h2 {
        margin: 0;
        color: #000; }
      #root-tools .hall-of-fame-page-instructions p {
        line-height: 1.4; }
    #root-tools .hall-of-fame-page-column {
      flex: 0 1 33.3333%; }
      @media (max-width: 640px) {
        #root-tools .hall-of-fame-page-column {
          flex: 0 1 100%; } }
  #root-tools .ballot-player-item {
    padding: 6px 0; }
    #root-tools .ballot-player-item input[type=checkbox] {
      display: none; }
    #root-tools .ballot-player-item input[type=checkbox] + label {
      display: inline-flex;
      align-items: center;
      font-size: 20px;
      font-family: 'Times New Roman', Times, serif;
      font-weight: 600;
      cursor: pointer; }
    #root-tools .ballot-player-item input[type=checkbox] + label:before {
      content: '\2713';
      background: url("/images/upper_right_shadowed_white_square.png");
      display: inline-block;
      width: 25px;
      height: 32px;
      background-repeat: no-repeat;
      background-size: cover;
      color: transparent;
      padding-left: 6px;
      padding-top: 2px;
      cursor: pointer;
      font-size: 32px;
      top: 20px;
      line-height: .8;
      font-family: Lato, -apple-system; }
    #root-tools .ballot-player-item input[type=checkbox]:checked + label:before {
      color: #50ae26; }
  #root-tools .hall-of-fame-submit {
    flex: 0 1 100%;
    margin-top: 50px;
    font-size: 16px;
    font-family: Lato, arial, helvetica, sans-serif;
    background-color: #336699;
    color: #fff; }
    #root-tools .hall-of-fame-submit.isDisabled {
      background-color: #f5f5f5;
      color: #a5a5a5; }

.fg-ui, .fgButton, .fgDropMenu, .fgLabel {
  font-family: Lato;
  font-weight: 400; }

.fgBin {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around; }

.fgButton {
  flex: 1 0 auto;
  /*possibly program this*/
  border: 1px solid #cdcdcd;
  background-color: #F5F5F5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  text-decoration: none; }

.fgButton:hover {
  background-color: #e8e8e8; }

.fgButton:active {
  background-color: #A0A0A0; }

.fgButton.disabled {
  color: #a5a5a5;
  pointer-events: none; }

.fgButton.disabled:active {
  background-color: initial; }

.fgButton.inactive:hover,
.fgButton.disabled:hover {
  background-color: #f5f5f5;
  color: #A5A5A5; }

/*drop down menu*/
.ui-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  display: none;
  z-index: 100;
  line-height: initial;
  border: 0;
  box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.51); }

.ui-menu .ui-menu-item {
  text-align: left;
  position: relative;
  margin: 0;
  padding: 3px 0 3px 0px;
  cursor: pointer;
  min-height: 0;
  background-color: #F5F5F5;
  border: 1px solid #cdcdcd;
  padding-top: 5px;
  padding-bottom: 5px; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  /*border: 1px solid #cccccc;*/
  background-color: #DDDDDD;
  font-weight: normal;
  color: #2b2b2b; }

.menu-button, .menu-fill, .menu-label, .reset {
  background-color: #F5F5F5;
  line-height: 2.5;
  cursor: default;
  text-align: center;
  position: relative;
  font-size: 12px;
  width: 100%;
  flex: 0 1 auto;
  padding: initial; }

.menu-button:hover:not(.label) {
  background-color: #50ae26;
  color: white; }

.menu-container {
  flex: 0 1 auto;
  border: 1px solid #cdcdcd;
  text-align: center;
  position: relative;
  width: 100%;
  height: 30px; }

.menu-row {
  display: flex;
  background-color: #CECECE;
  padding-bottom: 20px;
  width: 100%; }

.menu-button-active {
  background-color: #50ae26;
  color: white; }

.menu-button-text {
  padding-right: 5px;
  display: block;
  border: 1px solid #cdcdcd; }

.menu-fill {
  cursor: default; }

.menu-stat {
  display: flex;
  flex-direction: row; }

.menu-stat.spacer {
  border-top-width: 5px; }

.menu-text {
  flex: 0 0 auto;
  align-content: center;
  justify-content: center;
  line-height: 18px;
  margin: 0 5px; }

.menu-indicator {
  display: flex;
  background-color: white;
  border: 1px solid #336699;
  width: 16px;
  height: 16px;
  color: #336699;
  cursor: pointer;
  align-content: center;
  justify-content: center;
  font-family: Lato;
  font-size: 14px;
  line-height: 1.1;
  margin: 0px 5px; }

.menu-indicator-active {
  background-color: #336699;
  color: white; }

.ui-widget.ui-widget-content {
  border: 0;
  max-height: 400px;
  overflow-y: auto; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 50%;
  right: 7px; }

.fgDropMenu ul {
  flex-direction: column;
  background-color: #fcfcfc; }

.fgDropMenu .col {
  width: 100%; }

.splitStack-container {
  /*border-right: 1px solid black;
    margin-right: 10px;
    width: 150px;*/
  /*display: flex;
    flex-direction: column;
    align-content: center;
        min-height: 200px;*/ }

.splitStack-item {
  height: 30px;
  margin: 3px 10px;
  flex: 0 1 auto;
  background-color: #336699;
  padding-bottom: 2px;
  font-family: lato;
  color: white;
  display: flex;
  align-items: center;
  font-size: 12px; }

.splitStack-item-text {
  width: 100%;
  padding-left: 10px;
  cursor: default; }

.splitStack-item-rm {
  /*height: 10px;*/
  margin: 0px 10px 0px 0px;
  font-family: lato;
  color: white;
  cursor: pointer; }

.inactive {
  color: #A5A5A5;
  cursor: default; }

ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

#top {
  margin-bottom: 0; }

#content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: lato, Arial, helvetica neue, sans-serif; }

a {
  text-decoration: none; }
  a.link-inactive {
    color: #999; }

.comment-container {
  /*position: absolute;*/
  display: inline-block;
  /*top: 0;*/
  margin-left: 5px; }
  .comment-container.digit-3 {
    display: none; }

.comment-box {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%3E%3Cpath%20d=%22M21.99%204c0-1.1-.89-2-1.99-2H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h14l4%204-.01-18z%22/%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3C/svg%3E");
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%2030%2024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xml:space=%22preserve%22%20style=%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d=%22M4.6,2l20.8,0c1.43,0%202.6,0.9%202.6,2l0,18l-5.2,-4l-18.2,0c-1.43,0%20-2.6,-0.9%20-2.6,-2l0,-12c0,-1.1%201.17,-2%202.6,-2Zm0,14l18.2,0l2.6,2l0,-14l-20.8,0l0,12Z%22%20style=%22fill-rule:nonzero;%22/%3E%3C/svg%3E");*/
  background-size: contain;
  width: 13px;
  height: 19px;
  opacity: .25;
  background-repeat: no-repeat;
  /*background-position-y: 8px;*/
  display: inline-block;
  /*float: left;*/
  /*margin-top: 1px;*/
  position: relative;
  top: 9px; }
  .comment-box.digit-3 {
    display: none;
    /*background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width=%22100%25%22%20height=%22100%25%22%20viewBox=%220%200%2030%2024%22%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20xml:space=%22preserve%22%20style=%22fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;%22%3E%3Cpath%20d=%22M4.6,2l20.8,0c1.43,0%202.6,0.9%202.6,2l0,18l-5.2,-4l-18.2,0c-1.43,0%20-2.6,-0.9%20-2.6,-2l0,-12c0,-1.1%201.17,-2%202.6,-2Zm0,14l18.2,0l2.6,2l0,-14l-20.8,0l0,12Z%22%20style=%22fill-rule:nonzero;%22/%3E%3C/svg%3E');
        width: 27px;

        & + .comment-count {
            left: 0;
        }*/ }

.comment-count {
  /*position: absolute;*/
  /*top: 3px;
    left: 1px;*/
  font-size: 11px;
  margin-left: 1px;
  margin-top: -1px;
  /*width: 100%;*/
  text-align: center;
  opacity: .7;
  color: #555;
  display: inline-block; }

.intro-ts {
  color: #888 !important;
  font-size: 14px;
  font-weight: 400 !important; }

.intro-ts-hot {
  color: #ce2431;
  font-weight: 600; }

.intro-headline-cat,
.intro-feature-cat {
  margin-bottom: 5px; }
  .intro-headline-cat span,
  .intro-feature-cat span {
    background-color: #50ae26;
    border: 1px solid #50ae26;
    color: #fff;
    font-weight: 400;
    padding: 2px 5px;
    font-size: 11px;
    margin-bottom: 3px; }
  .intro-headline-cat.ig span,
  .intro-feature-cat.ig span {
    color: #50ae26;
    background-color: #fff;
    border: 1px solid #50ae26; }
  .intro-headline-cat.trade span,
  .intro-feature-cat.trade span {
    color: #fff;
    background-color: #000;
    border: 1px solid #000; }

.intro-headline-container {
  display: inline-block;
  float: left;
  width: 100%; }
  .intro-headline-container .intro-header-sub {
    background-color: #ccc;
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
    margin-bottom: 5px; }
    .intro-headline-container .intro-header-sub a {
      text-decoration: none; }
  .intro-headline-container.com .intro-header-sub {
    /*display: none;*/ }

.intro-header {
  border-bottom: 4px solid #50ae26;
  font-size: 16px;
  margin-top: 20px; }
  .intro-header .intro-header-text {
    text-align: center;
    margin: 0 auto 0;
    display: inline-block;
    height: 40px;
    padding: 10px 20px;
    font-family: lato, Arial;
    background-color: #50ae26;
    color: #fff; }
    .intro-header .intro-header-text a {
      color: #fff; }
      .intro-header .intro-header-text a:hover {
        color: #000; }

.intro-headline {
  width: 100%; }
  .intro-headline .intro-post-container {
    display: inline-block;
    width: 100%;
    padding: 0 5px; }
    .intro-headline .intro-post-container .intro-post-column {
      display: inline-block;
      width: 50%;
      float: left; }
  .intro-headline .intro-headline-post {
    padding: 10px 6px 17px;
    margin-right: 10px;
    border-bottom: 1px solid #ddd; }
  .intro-headline .intro-headline-title {
    font-size: 15px; }

.intro-headline-author {
  font-size: 13px;
  position: relative;
  top: 2px;
  color: #888;
  font-weight: 400; }
  .intro-headline-author a {
    color: #888; }
    .intro-headline-author a:hover {
      color: #50ae26; }

.intro-misc {
  display: inline-block;
  float: left;
  padding-right: 10px; }
  .intro-misc .intro-header {
    font-size: 16px;
    position: relative; }
    .intro-misc .intro-header .intro-header-text {
      color: #fff;
      background-color: #50ae26;
      padding: 12px 20px 8px; }
    .intro-misc .intro-header .intro-header-text-sub {
      font-size: 12px;
      color: #888;
      text-align: right;
      position: absolute;
      right: 0;
      bottom: 0;
      margin-right: 5px; }
  .intro-misc .podcast-container {
    padding: 10px 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border-bottom: 1px solid #ddd; }
    .intro-misc .podcast-container .podcast-title {
      font-size: 16px;
      padding: 5px 0; }
    .intro-misc .podcast-container .podcast-episode {
      font-size: 14px;
      white-space: pre-line; }
    .intro-misc .podcast-container .podcast-date {
      color: #aaa;
      display: none; }
  .intro-misc .top-list {
    -webkit-padding-start: 25px;
    -webkit-margin-before: 0; }
    .intro-misc .top-list li {
      list-style: decimal; }
  .intro-misc .box-team {
    margin: auto;
    text-align: center; }
    .intro-misc .box-team .team-lg {
      text-align: center;
      margin-top: 10px;
      font-weight: 600;
      /*text-decoration: underline;*/
      width: 100%; }
    .intro-misc .box-team table {
      width: 100%;
      height: 40%; }
      .intro-misc .box-team table td {
        /*padding: 0 20px;*/ }
  .intro-misc .team-box-bottom {
    font-size: 14px; }
    .intro-misc .team-box-bottom hr {
      border: 1px solid #ddd; }
    .intro-misc .team-box-bottom ul {
      max-width: 180px;
      margin: auto; }
      .intro-misc .team-box-bottom ul li {
        margin-bottom: 10px; }
  .intro-misc.intro-tool-container {
    width: 100%;
    max-width: initial; }
    .intro-misc.intro-tool-container .intro-header {
      margin-top: 0; }

.box-featured {
  display: block; }
  .box-featured .featured-main {
    width: 68%;
    display: inline-block;
    float: left;
    padding: 0 10px;
    /*margin-top: 10px;*/ }
    .box-featured .featured-main .featured-one:after {
      display: block;
      content: '';
      border-bottom: 1px solid #ddd;
      width: 50%;
      margin: auto;
      margin-top: 30px;
      margin-bottom: 30px; }
    .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-title {
      font-size: 24px;
      font-weight: 600; }
    .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-author {
      position: relative;
      margin-top: 5px; }
      .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-author a {
        color: #888; }
      .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-author .comment-container .comment-box {
        width: 14px;
        top: 8px; }
      .box-featured .featured-main .featured-one .intro-feature-lg .intro-feature-author .comment-container .comment-count {
        font-size: 14px; }
    .box-featured .featured-main .featured-one .intro-feature-lg .post-excerpt {
      margin-top: 10px; }
    .box-featured .featured-main .featured-sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .box-featured .featured-main .featured-sub .intro-feature-sm {
        width: 31%; }
        .box-featured .featured-main .featured-sub .intro-feature-sm .intro-feature-title {
          font-size: 16px; }
        .box-featured .featured-main .featured-sub .intro-feature-sm .intro-headline-author {
          margin-top: 5px; }
        .box-featured .featured-main .featured-sub .intro-feature-sm .intro-feature-author {
          position: relative;
          margin-top: 5px; }
          .box-featured .featured-main .featured-sub .intro-feature-sm .intro-feature-author a {
            color: #888; }
        .box-featured .featured-main .featured-sub .intro-feature-sm .post-excerpt {
          font-size: 13px;
          margin-top: 15px; }
      .box-featured .featured-main .featured-sub .intro-feature-sm:first-child .post-excerpt {
        padding-bottom: 10px; }
  .box-featured .intro-photo {
    width: 32%;
    padding: 0; }
    .box-featured .intro-photo .featured-container .featured-border {
      margin: 5px 10px 0;
      overflow: hidden; }

.box-row {
  clear: both;
  overflow-y: auto; }
  .box-row.row-1 .intro-headline .intro-post-container {
    width: 65.8%; }
  .box-row.row-1 .intro-headline-container {
    overflow-y: auto; }
  .box-row.row-1 .box-ra {
    width: 100%;
    margin: auto;
    margin-top: 20px; }
    .box-row.row-1 .box-ra div {
      margin: auto; }
  .box-row.row-2 .intro-headline-container {
    width: 66%;
    /*width: 100%;*/
    overflow-y: auto;
    margin-right: 5px; }
    .box-row.row-2 .intro-headline-container .intro-headline {
      display: inline-block;
      width: 100%;
      /*width: 66%;*/
      float: left; }
    .box-row.row-2 .intro-headline-container.social-media {
      display: inline-block;
      width: 32%;
      overflow: visible; }
      .box-row.row-2 .intro-headline-container.social-media .icon-sm {
        display: inline-block;
        width: 20%; }
      .box-row.row-2 .intro-headline-container.social-media > div:last-child {
        text-align: center;
        margin-top: 30px; }
        .box-row.row-2 .intro-headline-container.social-media > div:last-child:after {
          content: '';
          border-bottom: 1px solid #ddd;
          display: block;
          margin-top: 30px; }
      .box-row.row-2 .intro-headline-container.social-media .sprite {
        background: url("/images/sm-sprite.png");
        margin-right: 5px; }
        .box-row.row-2 .intro-headline-container.social-media .sprite.tw {
          width: 50px;
          height: 50px;
          background-position: -150px 0; }
        .box-row.row-2 .intro-headline-container.social-media .sprite.fb {
          width: 50px;
          height: 50px;
          background-position: 0 0; }
        .box-row.row-2 .intro-headline-container.social-media .sprite.ig {
          width: 50px;
          height: 50px;
          background-position: -50px 0; }
        .box-row.row-2 .intro-headline-container.social-media .sprite.yt {
          width: 50px;
          height: 50px;
          background-position: -200px 0; }
        .box-row.row-2 .intro-headline-container.social-media .sprite.em {
          width: 50px;
          height: 50px;
          background-position: -100px 0; }
  .box-row.row-2 .box-ra {
    width: 33%;
    display: inline-block;
    text-align: center;
    margin-top: 50px; }
    .box-row.row-2 .box-ra > div {
      margin: auto; }
  .box-row.row-3 .com {
    /*width: 33.333%; original CSS */
    width: 30%;
    margin-right: 20px; }
    .box-row.row-3 .com .intro-post-column {
      width: 100%; }
  .box-row.row-3 .intro-misc {
    width: 33.333%; }
  .box-row.row-3 .box-ra {
    /*margin-top: 50px;*/
    float: left;
    width: 33.3333%;
    min-width: 310px; }
    .box-row.row-3 .box-ra.ra-wide {
      margin-top: 100px; }
  .box-row.row-3 .ra-900 {
    display: none; }
  .box-row.row-4 {
    margin-top: 10px; }
    .box-row.row-4 .intro-team {
      width: 30%; }
    .box-row.row-4 .box-row-top {
      width: 70%;
      display: inline-block;
      float: left;
      /*for ZiPS*/ }
      .box-row.row-4 .box-row-top .intro-chat-container {
        width: 50%; }
      .box-row.row-4 .box-row-top .intro-podcast {
        width: 50%; }
      .box-row.row-4 .box-row-top .intro-team {
        width: 45%; }
  .box-row.row-hof .intro-headline .intro-post-container .intro-post-column {
    width: 33%; }
  .box-row.row-5 .essential-articles {
    width: 32%;
    /*padding-right: 10px;*/ }
    .box-row.row-5 .essential-articles .intro-headline .intro-post-column {
      width: 100%; }
  .box-row.row-5 .shop-fg-ra {
    max-width: 300px;
    float: left;
    margin: 80px 10px 0 0; }
  .box-row.row-5 .box-ra {
    /*margin-top: 50px;*/
    float: left;
    width: 33.3333%;
    min-width: 310px; }
    .box-row.row-5 .box-ra.ra-wide {
      margin-top: 100px; }
  .box-row.row-5 .ra-900 {
    display: none; }
  .box-row.row-5 .site-news {
    width: 32%; }
    .box-row.row-5 .site-news .intro-headline .intro-post-column {
      width: 100%; }

.box-ra {
  margin-top: 90px; }

.intro-photo {
  display: inline-block;
  /*padding: 0 5px;*/ }
  .intro-photo .featured-container .featured-border {
    border: 2px solid #50ae26;
    margin-bottom: 0;
    padding: 10px;
    min-height: 150px;
    position: relative;
    overflow: auto; }
  .intro-photo .featured-container .featured-title {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center; }
  .intro-photo .featured-container .featured-author {
    margin-top: 5px;
    position: relative;
    font-size: 14px;
    color: #888;
    padding-right: 13px; }
    .intro-photo .featured-container .featured-author a {
      color: #888; }
  .intro-photo .featured-container .feature-image {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 1px solid #aaa; }
  .intro-photo .featured-container.lg {
    margin-top: 0; }
    .intro-photo .featured-container.lg .post-excerpt {
      font-size: 14px;
      margin-top: 10px;
      padding: 0 15px; }
    .intro-photo .featured-container.lg img {
      margin-bottom: -30%; }
  .intro-photo .featured-container .img-900 {
    display: none; }
  .intro-photo .logo.tht {
    /*background-image: url('https://www.hardballtimes.com/wp-content/uploads/2014/01/cropped-tht_header_logo.png');*/
    background-image: url("//cdn.fangraphs.com/tht/wp-content/uploads/2014/01/cropped-tht_header_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30px;
    margin: auto; }

.fg-left {
  display: inline-block;
  width: 33%;
  min-width: 320px;
  float: left;
  text-align: center; }
  .fg-left .intro-photo {
    width: 100%;
    /*margin-left: 5px;*/
    margin: auto;
    width: 300px;
    margin-top: 20px;
    /*padding: 0 20px;*/ }
  .fg-left .fg-mini-nav-box {
    background-color: #ccc;
    width: 300px;
    padding: 10px;
    font-size: 14px;
    margin: auto;
    margin-top: 10px;
    text-align: left; }
    .fg-left .fg-mini-nav-box-title {
      text-align: center;
      text-decoration: underline;
      font-size: 13px;
      margin-bottom: 10px; }
    .fg-left .fg-mini-nav-box ul {
      line-height: 1.2;
      list-style-type: disc; }
      .fg-left .fg-mini-nav-box ul li {
        margin: 5px 0;
        list-style-type: disc;
        margin-left: 15px; }

.intro-chat-today {
  width: 70%;
  font-size: 16px;
  margin: 90px auto 20px; }
  .intro-chat-today .intro-chat-today-title {
    text-align: center;
    color: #000;
    margin-bottom: 10px; }
  .intro-chat-today .intro-chat-today-table {
    border: 2px solid #50ae26;
    padding: 5px; }
    .intro-chat-today .intro-chat-today-table table {
      width: 100%; }
      .intro-chat-today .intro-chat-today-table table td {
        padding: 5px; }

.gallery.tht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .gallery.tht .intro-photo {
    -webkit-box-flex: initial;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .gallery.tht .intro-photo .featured-container {
      margin: 0;
      width: 100%; }
    .gallery.tht .intro-photo .featured-border {
      border: 0;
      margin-top: 10px;
      width: 100%; }
    .gallery.tht .intro-photo .featured-title {
      font-size: 16px;
      margin-top: 10px;
      text-align: left;
      width: 100%; }
      .gallery.tht .intro-photo .featured-title a:hover {
        color: #8e001c; }
    .gallery.tht .intro-photo a {
      width: 100%; }
    .gallery.tht .intro-photo .feature-image {
      width: 100%;
      height: 130px;
      margin: initial; }

.tool .swiper-button-next, .tool .swiper-button-prev,
.swiper-leaders .swiper-button-next,
.swiper-leaders .swiper-button-prev {
  height: 30px;
  top: 50%; }

.tool .swiper-button-next,
.swiper-leaders .swiper-button-next {
  right: 5px; }

.tool .swiper-button-prev,
.swiper-leaders .swiper-button-prev {
  left: 5px; }

.tool .swiper-pagination,
.swiper-leaders .swiper-pagination {
  bottom: 0px; }

.tools-header {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px; }

.tools-image {
  text-align: center; }
  .tools-image img {
    border: 1px solid #ccc; }

.tools-desc {
  text-align: center;
  margin-top: 10px; }

.swiper-leaders-container {
  width: 100%;
  position: relative; }

.swiper-leaders {
  font-family: lato, Arial, sans-serif; }

.slide-label {
  text-align: center;
  font-size: 13px; }

.leaders-sm-inside {
  border: 1px solid #ccc;
  padding: 10px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 170px;
  font-size: 13px;
  background-color: #fefefe; }

.leaders-sm-inside a {
  text-decoration: none; }

.leader-sm-inside a:hover {
  color: #50ae26; }

.swiper-container {
  margin: 15px 0;
  padding-bottom: 10px; }

.swiper-pagination {
  bottom: 0px; }

.swiper-pagination-bullet {
  border-radius: 0; }

.swiper-pagination-bullet-active {
  background: #50ae26; }

.swiper-leaders-header {
  text-align: center; }

.swiper-button-next,
.swiper-button-prev {
  top: 40px;
  height: 15px; }

.swiper-button-next {
  right: 50px; }

.swiper-button-prev {
  left: 50px; }

.intro-chat-container {
  width: 32%;
  max-width: initial; }
  .intro-chat-container table {
    width: 100%; }

.chat-table {
  border-collapse: collapse;
  font-size: 14px;
  width: 300px;
  margin-top: 5px; }
  .chat-table tr td.td-day {
    font-weight: 600; }
  .chat-table tr td:last-child {
    font-size: 14px;
    font-weight: 400; }

.chat-table td {
  padding: 9px 8px; }

.chat-day {
  border-bottom: 1px solid #ddd; }

.header-img {
  background: url("/images/headers_verticals3.png");
  width: 200px;
  height: 20px;
  background-position: -3px -10px;
  background-size: 240px; }

.ra-wide {
  margin: 30px auto 10px;
  text-align: center;
  display: block; }
  .ra-wide.ra-member.ra-member-hide {
    display: none; }
  .ra-wide div {
    margin: auto; }

.fg .intro-header {
  margin-top: 0; }

.fg .intro-post-container {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.fg .header-img {
  width: 115px; }

.rg .intro-header {
  border-color: #825a3f; }
  .rg .intro-header .intro-header-text {
    background-color: #825a3f; }
  .rg .intro-header .header-img {
    background-position: 0 -52px;
    width: 136px; }

.rg .intro-headline-cat span {
  background-color: #825a3f;
  border: 1px solid #825a3f; }

.rg a:hover {
  color: #825a3f; }

.tht .intro-header {
  border-color: #8e001c; }
  .tht .intro-header .intro-header-text {
    background-color: #8e001c;
    padding: 7px 20px; }
  .tht .intro-header .header-img {
    background-position: 0 -136px;
    height: 26px;
    width: 180px; }

.tht .intro-headline .intro-headline-cat span {
  background-color: #8e001c; }

.tht.featured-container .featured-border {
  border-color: #8e001c; }

.tht .featured-container .featured-border {
  border-color: #8e001c; }

.tht a:hover {
  color: #8e001c; }

.com .intro-header {
  border-color: #336699; }
  .com .intro-header .intro-header-text {
    background-color: #336699; }
  .com .intro-header .header-img {
    background-position: 0 -94px;
    width: 225px; }

.com .intro-headline .intro-headline-cat span {
  background-color: #336699;
  border: 1px solid #336699; }

.com a:hover {
  color: #336699; }

.banner-rg {
  max-width: 650px;
  margin: 30px auto 5px;
  background-color: #825a3f;
  color: #fff; }
  .banner-rg a {
    display: inline-block;
    color: #fff;
    padding: 20px; }
    .banner-rg a:hover {
      color: #000; }

@media all and (max-width: 980px) {
  .box-row.row-1 .intro-headline .intro-post-container {
    width: 62%; }
  .box-row.row-2 .intro-headline-container .intro-headline {
    width: 100%; }
  .box-row.row-2 .intro-headline-container.social-media {
    width: 100%; }
    .box-row.row-2 .intro-headline-container.social-media > div:last-child:after {
      content: initial; }
  .box-row.row-5 .shop-fg-ra {
    width: 275px; } }

@media all and (max-width: 960px) {
  .box-row.row-3 .intro-headline-container {
    width: 33%; }
  .box-row.row-3 .intro-misc {
    width: 30%; } }

@media all and (max-width: 900px) {
  .intro-headline-container {
    margin: 10px 0;
    width: 100%; }
    .intro-headline-container .intro-headline .intro-post-column {
      /*width: 100%;*/ }
  .box-featured .featured-main {
    width: 100%;
    flex: 1 1 auto;
    padding: 0 10px;
    margin-bottom: 20px; }
    .box-featured .featured-main .featured-one {
      margin-bottom: 20px; }
    .box-featured .featured-main .featured-sub .intro-feature-sm:first-child .post-excerpt {
      padding-bottom: 0; }
  .box-featured .intro-photo {
    width: 100%;
    clear: both; }
    .box-featured .intro-photo .featured-container .featured-border {
      margin: auto; }
  .box-ra {
    width: 100%;
    margin-top: 0;
    /*width: 100%;*/
    text-align: center; }
    .box-ra div {
      margin: auto; }
    .box-ra.ra-wide {
      margin: 20px 0; }
  .box-row.row-1 .fg-left {
    width: 100%; }
    .box-row.row-1 .fg-left .intro-photo {
      width: initial; }
  .box-row.row-1 .intro-headline .intro-post-container {
    width: 100%; }
  .box-row.row-1 .box-ra {
    margin: 20px 0; }
  .box-row.row-2 .intro-headline-container {
    width: 100%; }
    .box-row.row-2 .intro-headline-container .intro-headline {
      width: 100%;
      float: none; }
  .box-row.row-2 .box-ra {
    width: 100%;
    clear: both;
    margin-top: 20px; }
    .box-row.row-2 .box-ra.ra-member {
      display: none; }
  .box-row.row-3 .ra-wide {
    display: none; }
  .box-row.row-3 .ra-900 {
    display: block;
    width: 100%;
    text-align: center; }
    .box-row.row-3 .ra-900 div {
      margin: auto; }
  .box-row.row-3 .intro-misc {
    /*width: 50%; Non-ZiPS*/
    width: 100%; }
  .box-row.row-3 .intro-headline-container.com {
    /*width: 50%; Non-ZIPS*/
    width: 100%;
    margin: 0;
    padding-right: 10px; }
  .box-row.row-3.ra-member {
    display: none; }
  .box-row.row-4 .box-row-top {
    width: 100%; }
    .box-row.row-4 .box-row-top .intro-team {
      width: 50%; }
  .box-row.row-4 .intro-team {
    width: 100%; }
  .box-row.row-5 .essential-articles {
    width: 100%; }
  .box-row.row-5 .shop-fg-ra {
    margin: auto;
    display: block;
    float: none; }
  .box-row.row-5 .site-news {
    width: 100%; }
  .box-row.row-5 .box-ra {
    width: 100%;
    margin-top: 10px; }
  .intro-photo {
    display: block; }
    .intro-photo .featured-container {
      margin-top: 0;
      margin-bottom: 20px; }
      .intro-photo .featured-container.lg {
        width: initial;
        margin-bottom: 0; }
      .intro-photo .featured-container .featured-border {
        flex-direction: row;
        margin: auto;
        width: initial;
        max-width: 600px;
        min-height: 0; }
        .intro-photo .featured-container .featured-border .img-wide {
          display: none; }
      .intro-photo .featured-container .featured-title {
        font-size: 16px;
        width: 66.666%;
        display: inline-block;
        float: left;
        padding: 10px 20px; }
      .intro-photo .featured-container .feature-image {
        margin: 0;
        max-height: 200px; }
      .intro-photo .featured-container .img-900 {
        display: inline-block;
        width: 33.333%;
        float: left; }
        .intro-photo .featured-container .img-900 .feature-image {
          width: 100%;
          display: inline-block; }
      .intro-photo .featured-container .img-bottom {
        display: none; }
  .intro-post-container {
    width: 100%; }
    .intro-post-container .intro-post-column {
      width: 50%; }
  .com .intro-post-container {
    margin: 0; }
    .com .intro-post-container .intro-post-column {
      width: 100%; }
  .gallery.tht {
    padding: 0 10px;
    display: block; }
    .gallery.tht .intro-photo .featured-border {
      min-height: initial;
      margin: 0; }
      .gallery.tht .intro-photo .featured-border > a:first-child {
        float: left;
        display: inline-block;
        width: 33.333%; }
      .gallery.tht .intro-photo .featured-border .featured-title {
        margin: 0;
        padding: 30px 20px 0;
        width: 66.666%; }
      .gallery.tht .intro-photo .featured-border .feature-image {
        /*width: 300px;*/ }
  .intro-misc {
    /*max-width: initial;*/ }
    .intro-misc.intro-team {
      width: 100%; }
    .intro-misc .box-team {
      display: block; }
      .intro-misc .box-team div {
        display: inline-block;
        width: 100%;
        padding: 0 5%; }
      .intro-misc .box-team table {
        max-width: 300px;
        margin: auto; }
  .intro-chat-container {
    width: 48%; }
  .tool .tools-image img {
    width: 250px; }
  .ra-member {
    display: none; } }

@media all and (max-width: 800px) {
  .ra-wide {
    display: none; }
  .box-ra:before, .box-ra:after {
    content: 'Advertisement';
    border-top: 1px solid #D0D0D0;
    width: 100%;
    max-width: 350px;
    display: inline-block;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #505050;
    text-align: center;
    margin: 10px 0; }
  .box-ra:after {
    content: ''; }
  #Bottom_panROS {
    display: none; } }

@media (max-width: 650px) {
  .banner-rg {
    margin: 10px; } }

@media all and (max-width: 600px) {
  #top {
    margin-bottom: 5px; }
  .box-featured .featured-main .featured-sub {
    display: block; }
    .box-featured .featured-main .featured-sub .intro-feature-sm {
      width: initial; }
      .box-featured .featured-main .featured-sub .intro-feature-sm .post-excerpt {
        margin-bottom: 20px; }
  .intro-photo {
    max-width: 300px;
    margin: auto; }
    .intro-photo .featured-container {
      margin-bottom: 20px; }
      .intro-photo .featured-container.tht {
        margin-bottom: 20px; }
      .intro-photo .featured-container .featured-title {
        width: 100%;
        display: block;
        float: none;
        padding-top: 0; }
      .intro-photo .featured-container .img-900 {
        display: none; }
      .intro-photo .featured-container .img-bottom {
        display: inline;
        clear: both; }
  .intro-headline {
    padding: 0 10px;
    width: initial; }
    .intro-headline .intro-post-container .intro-post-column {
      width: 100%; }
    .intro-headline .intro-headline-post {
      width: 100%; }
  .box-row.row-3 .intro-headline-container.com {
    width: 100%;
    padding-right: 0; }
  .box-row.row-3 .intro-misc {
    width: 100%; }
  .box-row.row-1 .fg-left {
    display: block;
    float: none; }
    .box-row.row-1 .fg-left .img-wide {
      display: inline; }
    .box-row.row-1 .fg-left .intro-photo {
      padding: 0; }
  .box-row.row-4 .intro-team,
  .box-row.row-4 .box-row-top .intro-team {
    width: 100%; }
  .box-row.row-4 .box-row-top .intro-chat-container {
    width: 100%; }
  .box-row.row-4 .box-row-top .intro-podcast {
    width: 100%; }
  .box-row.row-4 .intro-team-prospects-toggle {
    text-align: center;
    margin-top: 10px; }
  .box-row.row-hof .intro-headline .intro-post-container .intro-post-column {
    width: 100%; }
  .intro-misc,
  .essential-articles,
  .site-news {
    width: 100%;
    max-width: initial;
    padding-right: 0; }
    .intro-misc .intro-header-sub-head,
    .essential-articles .intro-header-sub-head,
    .site-news .intro-header-sub-head {
      padding: 0 10px; }
    .intro-misc .podcast-list,
    .essential-articles .podcast-list,
    .site-news .podcast-list {
      padding: 0 10px; }
    .intro-misc .chat-table,
    .essential-articles .chat-table,
    .site-news .chat-table {
      width: 80%;
      margin: auto; }
    .intro-misc .box-team,
    .essential-articles .box-team,
    .site-news .box-team {
      width: 100%;
      text-align: center; }
      .intro-misc .box-team div,
      .essential-articles .box-team div,
      .site-news .box-team div {
        width: 100%;
        max-width: 350px;
        margin: auto;
        text-align: left; }
  .catchall300 {
    border: none !important;
    outline: none; }
  .gallery.tht .intro-photo {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    max-width: 100%; }
    .gallery.tht .intro-photo .featured-border .featured-title {
      padding: 0; }
    .gallery.tht .intro-photo .featured-border .feature-image {
      display: none; } }

/*MODULES*/
#mc_embed_signup {
  width: 100%;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
  padding-top: 20px; }
  #mc_embed_signup label {
    margin-right: 5px; }
  #mc_embed_signup #mce-EMAIL {
    padding: 5px;
    font-size: 16px;
    max-width: 400px;
    width: 80%;
    font-family: lato, Arial, Helvetica, sans-serif;
    border-radius: 0; }
  #mc_embed_signup .mc-field-group {
    text-align: center;
    width: 80%; }
  #mc_embed_signup .mc-embed-title {
    font-size: 18px;
    color: #50ae26;
    margin-bottom: 10px;
    font-weight: 600; }
  #mc_embed_signup #mc-embedded-subscribe {
    -webkit-appearance: none;
    border-radius: 0;
    margin-top: 20px;
    width: 250px;
    padding: 10px 5px;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    font-family: lato, Arial, Helvetica, sans-serif;
    cursor: pointer; }

.prospects-page-wrapper {
  box-sizing: border-box;
  display: flex;
  /* overrides the FV columns on the entire page */
  /*760 and 1000*/ }
  @media (max-width: 762px) {
    .prospects-page-wrapper {
      flex-direction: column; } }
  .prospects-page-wrapper * {
    box-sizing: inherit; }
  .prospects-page-wrapper [data-stat="Name"] {
    width: 140px; }
  .prospects-page-wrapper th[data-stat="FV"], .prospects-page-wrapper td[data-stat="FV"] {
    width: 38px !important;
    padding-left: 7px; }
  .prospects-page-wrapper .col-1 {
    display: inline-block;
    padding-right: 20px;
    width: 100%; }
    @media (max-width: 1000px) {
      .prospects-page-wrapper .col-1 {
        width: 60%; } }
    @media (max-width: 762px) {
      .prospects-page-wrapper .col-1 {
        width: 100%;
        padding-right: 0; } }
    .prospects-page-wrapper .col-1 .prospects-page-title-bar {
      display: flex;
      position: relative;
      font-family: 'Helvetica Neue', helvetica, Lato, Arial, Helvetica, sans-serif;
      font-size: 23px;
      font-weight: 600;
      letter-spacing: -1px;
      align-items: center;
      background-color: #50ae26;
      color: #fff; }
      .prospects-page-wrapper .col-1 .prospects-page-title-bar-icon {
        pointer-events: none;
        height: 65px;
        margin-top: -10px;
        margin-bottom: -10px;
        margin-left: -10px;
        margin-right: -65px; }
        @media (max-width: 330px) {
          .prospects-page-wrapper .col-1 .prospects-page-title-bar-icon {
            margin-left: -20px; } }
      .prospects-page-wrapper .col-1 .prospects-page-title-bar .link-podcast {
        position: absolute;
        top: 0;
        right: 10px;
        line-height: 45px; }
        @media (max-width: 360px) {
          .prospects-page-wrapper .col-1 .prospects-page-title-bar .link-podcast {
            display: none; } }
    .prospects-page-wrapper .col-1 .box-featured .featured-main {
      width: initial;
      float: none;
      display: block;
      margin-top: 20px;
      margin-bottom: 20px; }
      .prospects-page-wrapper .col-1 .box-featured .featured-main .featured-one:after {
        display: none;
        content: initial; }
    .prospects-page-wrapper .col-1 .podcast-episode {
      display: inline-block; }
    .prospects-page-wrapper .col-1 .chat-item {
      padding: 10px;
      display: flex;
      align-items: center; }
      .prospects-page-wrapper .col-1 .chat-item span {
        padding: 0 5px; }
        .prospects-page-wrapper .col-1 .chat-item span.intro-ts {
          width: 40px;
          text-align: right; }
    .prospects-page-wrapper .col-1 .intro-team {
      width: 100%;
      float: none;
      margin-bottom: 10px; }
      .prospects-page-wrapper .col-1 .intro-team [class^="team-box"] {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap; }
        .prospects-page-wrapper .col-1 .intro-team [class^="team-box"] div {
          width: 46%; }
          .prospects-page-wrapper .col-1 .intro-team [class^="team-box"] div .team-lg {
            margin: auto; }
        @media (max-width: 600px) {
          .prospects-page-wrapper .col-1 .intro-team [class^="team-box"] {
            flex-direction: column; }
            .prospects-page-wrapper .col-1 .intro-team [class^="team-box"] div {
              width: 100%;
              margin-top: 10px; } }
      .prospects-page-wrapper .col-1 .intro-team .team-box-bottom {
        display: none; }
    .prospects-page-wrapper .col-1 #root-prospects-leaders {
      padding: 0 10px; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders th {
        width: 42px; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders th[data-stat="Name"] {
        width: 130px; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders th[data-stat="FV"], .prospects-page-wrapper .col-1 #root-prospects-leaders td[data-stat="FV"] {
        border-right: 3px solid #ccc; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders .fg-data-grid {
        margin: 0; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders .table-wrapper-inner {
        padding: 0; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders .table-scroll {
        overflow-x: auto; }
        .prospects-page-wrapper .col-1 #root-prospects-leaders .table-scroll table {
          width: 99.99%; }
      .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control {
        display: flex;
        padding-top: 20px;
        border-bottom: 5px solid #50ae26;
        position: relative; }
        @media (max-width: 1000px) {
          .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control {
            padding-top: 50px; } }
        @media (max-width: 760px) {
          .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control {
            padding-top: 20px; } }
        @media (max-width: 570px) {
          .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control {
            padding-top: 50px; } }
        .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control .fgButton {
          font-size: 12px;
          flex: 0 1 140px;
          padding: 8px; }
          .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control .fgButton.active {
            background-color: #50ae26;
            color: #fff; }
        .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control .prospects-leaders-message {
          font-size: 11px;
          text-align: center;
          position: absolute;
          right: 0;
          width: 230px;
          bottom: 5px; }
          @media (max-width: 1000px) {
            .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control .prospects-leaders-message {
              right: auto;
              width: 100%;
              top: 10px; } }
          @media (max-width: 760px) {
            .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control .prospects-leaders-message {
              right: 0;
              width: 230px;
              bottom: 5px;
              top: auto; } }
          @media (max-width: 570px) {
            .prospects-page-wrapper .col-1 #root-prospects-leaders .prospects-leaders-control .prospects-leaders-message {
              right: auto;
              width: 100%;
              top: 10px; } }
      .prospects-page-wrapper .col-1 #root-prospects-leaders .minor-league-leaders-link {
        padding: 15px 0;
        /*margin-bottom: 20px;*/
        text-align: center;
        background-color: #ccc;
        font-size: 14px; }
  .prospects-page-wrapper .col-2 {
    display: inline-block;
    /*flex: 0 1 350px;*/
    width: 350px; }
    @media (max-width: 762px) {
      .prospects-page-wrapper .col-2 {
        /*display: none;*/
        align-self: center; } }
    @media (max-width: 370px) {
      .prospects-page-wrapper .col-2 {
        width: initial; } }
    .prospects-page-wrapper .col-2 #root-mini-board {
      width: 100%;
      background-color: #aaa;
      min-height: 500px; }
      @media (max-width: 370px) {
        .prospects-page-wrapper .col-2 #root-mini-board {
          padding: 0 10px;
          background-color: #fff; } }
      .prospects-page-wrapper .col-2 #root-mini-board .fg-data-grid {
        margin: 0; }
        .prospects-page-wrapper .col-2 #root-mini-board .fg-data-grid .table-wrapper-inner {
          padding: 0; }
      .prospects-page-wrapper .col-2 #root-mini-board .fg-dropdown {
        width: 100%;
        background-color: #50ae26;
        color: white;
        font-size: 14px;
        padding: 5px; }
        .prospects-page-wrapper .col-2 #root-mini-board .fg-dropdown .fg-dropdown-ul {
          color: #000; }
      .prospects-page-wrapper .col-2 #root-mini-board [data-stat="Rk"] {
        width: 24px; }
      .prospects-page-wrapper .col-2 #root-mini-board [data-stat="FV"] {
        width: 30px; }
      .prospects-page-wrapper .col-2 #root-mini-board .link-the-board {
        background-color: #ccc;
        padding: 10px;
        text-align: center;
        font-size: 14px; }
    .prospects-page-wrapper .col-2 .mini-masthead {
      margin: auto; }
      @media (max-width: 370px) {
        .prospects-page-wrapper .col-2 .mini-masthead {
          /*padding: 0 10px;*/ } }
      .prospects-page-wrapper .col-2 .mini-masthead .intro-header {
        margin-bottom: 10px; }
      .prospects-page-wrapper .col-2 .mini-masthead .intro-header-text {
        font-size: 14px;
        height: initial; }
      .prospects-page-wrapper .col-2 .mini-masthead .mini-masthead-writer {
        margin-bottom: 20px;
        font-size: 14px;
        position: relative;
        padding: 0 10px; }
        .prospects-page-wrapper .col-2 .mini-masthead .mini-masthead-writer-title {
          display: block;
          font-size: 12px;
          margin-top: 2px;
          color: #888; }
        .prospects-page-wrapper .col-2 .mini-masthead .mini-masthead-writer .author-twitter {
          height: 20px;
          position: absolute;
          top: 0;
          right: 10px;
          opacity: .5; }
        .prospects-page-wrapper .col-2 .mini-masthead .mini-masthead-writer:last-child {
          margin-bottom: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #ddd; }
    .prospects-page-wrapper .col-2 .intro-header-text {
      font-size: 14px;
      height: initial; }
    .prospects-page-wrapper .col-2 .twitter-widget {
      margin: auto; }
      @media (max-width: 370px) {
        .prospects-page-wrapper .col-2 .twitter-widget {
          padding: 0 10px; } }
  .prospects-page-wrapper #root-prospects-graduate .fg-data-grid {
    margin: 0; }
  .prospects-page-wrapper #root-prospects-graduate .table-wrapper-inner {
    padding: 0; }
  .prospects-page-wrapper #root-prospects-graduate .prospects-graduation-control {
    display: flex;
    padding-top: 20px;
    border-bottom: 5px solid #50ae26;
    position: relative; }
    @media (max-width: 530px) {
      .prospects-page-wrapper #root-prospects-graduate .prospects-graduation-control {
        padding-top: 50px; } }
    .prospects-page-wrapper #root-prospects-graduate .prospects-graduation-control .fgButton {
      font-size: 12px;
      flex: 0 1 50%;
      padding: 8px; }
      .prospects-page-wrapper #root-prospects-graduate .prospects-graduation-control .fgButton.active {
        background-color: #50ae26;
        color: #fff; }
    .prospects-page-wrapper #root-prospects-graduate .prospects-graduation-control .prospects-leaders-message {
      font-size: 11px;
      text-align: center;
      position: absolute;
      right: 0;
      width: 220px; }
      @media (max-width: 530px) {
        .prospects-page-wrapper #root-prospects-graduate .prospects-graduation-control .prospects-leaders-message {
          right: auto;
          width: 100%;
          top: 10px; } }
  .prospects-page-wrapper #root-prospects-graduate .row-graduation-level, .prospects-page-wrapper #root-prospects-graduate .row-graduation-level td {
    background-color: #336699;
    color: #fff;
    border-color: #336699; }
  .prospects-page-wrapper .intro-box.col-double .intro-headline-cat, .prospects-page-wrapper .intro-box.col-single .intro-headline-cat {
    display: none; }
  .prospects-page-wrapper .intro-box.col-double .intro-headline-post, .prospects-page-wrapper .intro-box.col-single .intro-headline-post {
    margin: 10px 0;
    /*padding: 10px 6px 17px;*/
    padding-left: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #ddd; }
  .prospects-page-wrapper .intro-box.col-double .date-sep, .prospects-page-wrapper .intro-box.col-single .date-sep {
    padding: 0 3px; }
  .prospects-page-wrapper .intro-box.col-double {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 900px) {
      .prospects-page-wrapper .intro-box.col-double {
        flex-direction: column; } }
    @media (max-width: 762px) {
      .prospects-page-wrapper .intro-box.col-double {
        /*flex-direction: row;*/ } }
    .prospects-page-wrapper .intro-box.col-double .intro-header {
      flex: 0 1 100%; }
    .prospects-page-wrapper .intro-box.col-double .intro-box-col-1, .prospects-page-wrapper .intro-box.col-double .intro-box-col-2 {
      flex: 0 1 50%; }
    .prospects-page-wrapper .intro-box.col-double .intro-box-col-1 {
      padding-right: 5px; }
    .prospects-page-wrapper .intro-box.col-double .intro-box-col-2 {
      padding-left: 5px; }
      @media (max-width: 900px) {
        .prospects-page-wrapper .intro-box.col-double .intro-box-col-2 {
          padding-left: 0; } }
  @media (max-width: 762px) {
    .prospects-page-wrapper .intro-misc .box-team div {
      text-align: center; } }
  @media (max-width: 600px) {
    .prospects-page-wrapper .box-team {
      margin-top: 10px; } }

.spacer-v-10 {
  width: 10px; }

.spacer-v-20 {
  width: 20px; }

.spacer-v-30 {
  width: 30px; }

.spacer-v-40 {
  width: 40px; }

.spacer-h-10 {
  height: 10px; }

.spacer-h-20 {
  height: 20px; }

.spacer-h-30 {
  height: 30px; }

.spacer-h-40 {
  height: 40px; }

.fgButton, .fg-button {
  flex: 1 0 auto;
  /*possibly program this*/
  border: 1px solid #cdcdcd;
  background-color: #F5F5F5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  text-decoration: none; }
  .fgButton.button-green.active, .fgButton.button-green.isActive, .fg-button.button-green.active, .fg-button.button-green.isActive {
    background-color: #50ae26;
    color: #fff; }
  .fgButton.button-blue.active, .fgButton.button-blue.isActive, .fg-button.button-blue.active, .fg-button.button-blue.isActive {
    background-color: #336699;
    color: #fff; }
  .fgButton.button-tab, .fg-button.button-tab {
    flex: 1 0 120px;
    margin-top: 5px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    max-width: 120px;
    font-size: 12px;
    text-align: center; }
  .fgButton.button-small, .fg-button.button-small {
    flex: 0 0 100px;
    width: 100px;
    padding: 3px;
    margin: 4px 0; }

.fgButton:hover,
.fg-button:hover {
  background-color: #e8e8e8; }

.fgButton:active,
.fg-button:active {
  background-color: #A0A0A0; }

.fgButton.disabled,
.fg-button:disabled {
  color: #a5a5a5;
  pointer-events: none; }

.fgButton.disabled:active,
.fg-button.disabled:active {
  background-color: initial; }

.fgButton.inactive:hover,
.fgButton.disabled:hover,
.fg-button.inactive:hover,
.fg-button.disabled:hover {
  background-color: #f5f5f5;
  color: #A5A5A5; }

.fg-modal {
  /*display: flex;*/
  display: none;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  /*opacity: 1;*/
  /*transition: 200ms opacity ease-in-out;*/ }
  .fg-modal.is-hidden {
    /*display: none;*/
    /*opacity: 0;*/ }
  .fg-modal.is-visible {
    display: flex;
    animation: fadeIn ease-in-out 200ms;
    -webkit-animation: fadeIn ease-in-out 200ms;
    -moz-animation: fadeIn ease-in-out 200ms;
    -o-animation: fadeIn ease-in-out 200ms;
    -ms-animation: fadeIn ease-in-out 200ms; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  .fg-modal.is-visible 0% {
    opacity: 0; }
  .fg-modal.is-visible 100% {
    opacity: 1; } }
  .fg-modal .fg-modal-content {
    display: inline-block;
    background-color: #fff;
    margin: auto;
    position: relative;
    max-width: 700px;
    /*.the-board-summary-insert {
            padding: 30px;
            text-align: left;
            font-size: 14px;
            line-height: 1.5;
        }*/ }
  .fg-modal .fg-modal-close {
    color: #fff;
    position: absolute;
    right: -40px;
    top: -40px;
    font-size: 30px;
    cursor: pointer; }

.table-page-control {
  display: flex;
  align-items: center;
  padding: 5px;
  font-size: 12px;
  width: 100%; }
  .table-page-control ~ .table-page-control {
    position: absolute;
    top: 14px; }
  .table-page-control i {
    cursor: pointer; }
  .table-page-control input {
    font-family: inherit;
    width: 30px;
    margin: 0 10px 0 0;
    font-size: inherit;
    text-align: right;
    padding-right: 5px; }
  .table-page-control .table-page-results {
    font-size: 12px;
    margin-left: auto; }
  .table-page-control .page-item-control {
    font-family: Lato, arial, helvetica, sans-serif;
    margin-left: 20px; }
    @media (max-width: 400px) {
      .table-page-control .page-item-control {
        position: relative;
        top: -10px; } }
    .table-page-control .page-item-control select {
      font-family: Lato, arial, helvetica, sans-serif;
      cursor: pointer;
      font-size: 12px;
      margin-left: 5px;
      padding: 5px; }
      .table-page-control .page-item-control select option {
        padding: 0; }

#rootSearch {
  min-width: 181px; }

.search-bar {
  /*position: relative;*/
  font-family: Lato, arial, helvetica, sans-serif;
  box-sizing: border-box;
  color: #000;
  width: 100%; }
  .search-bar * {
    box-sizing: inherit; }
  @media (max-width: 400px) {
    .search-bar {
      flex: 1; } }
  .search-bar .search-bar-input-wrapper {
    position: relative; }
    .search-bar .search-bar-input-wrapper input.search-query {
      font-size: 16px;
      padding: 7px 10px;
      font-family: Lato, arial, helvetica, sans-serif;
      border: 4px solid #000;
      width: 100%; }
      .search-bar .search-bar-input-wrapper input.search-query:focus {
        outline: none; }
      @media (max-width: 520px) {
        .search-bar .search-bar-input-wrapper input.search-query {
          width: 100%; } }
    .search-bar .search-bar-input-wrapper i.material-icons {
      position: absolute;
      right: 0;
      font-size: 28px;
      padding: 7px 4px 6px 4px;
      cursor: pointer; }
      @media (min-width: 640px) {
        .search-bar .search-bar-input-wrapper i.material-icons {
          display: none; } }
  .search-bar h4 {
    margin: 0;
    text-align: center; }
  .search-bar .search-term-highlight {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    -webkit-text-decoration-color: #555;
    text-decoration-style: dotted;
    text-decoration-color: #555; }
  .search-bar .search-results {
    position: absolute;
    left: 0;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #aaa;
    z-index: 10;
    font-size: 14px;
    min-width: 320px;
    max-width: 960px;
    /*width: 640px;*/
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 640px) {
      .search-bar .search-results {
        flex-direction: column;
        font-size: 11px; } }
    @media (max-width: 340px) {
      .search-bar .search-results {
        padding: 0 10px 10px; } }
    .search-bar .search-results ul {
      flex: 0 0 33.333333%;
      padding: 10px;
      margin: 0; }
      @media (max-width: 640px) {
        .search-bar .search-results ul {
          padding: 0 10px; } }
      .search-bar .search-results ul li {
        padding: 4px;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 640px) {
          .search-bar .search-results ul li {
            padding: 1px; } }
        .search-bar .search-results ul li:hover, .search-bar .search-results ul li:active {
          /*background-color: #dedede;*/ }
        .search-bar .search-results ul li.li-highlight {
          background-color: #dedede; }
        .search-bar .search-results ul li.li-active-player {
          font-weight: 600; }
    .search-bar .search-results .team {
      width: 100%;
      flex: 0 0 100%;
      text-align: left; }
      .search-bar .search-results .team:before {
        content: 'MLB Team';
        display: block;
        padding: 10px;
        text-align: center;
        font-weight: 600;
        font-size: 12px;
        color: #000; }
    .search-bar .search-results .minor:before {
      content: 'Minor League Players';
      display: block;
      padding: 10px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      color: #000; }
    .search-bar .search-results .major:before {
      content: 'Major League Players';
      display: block;
      padding: 10px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      color: #000; }
    .search-bar .search-results .international:before {
      content: 'International Players';
      display: block;
      padding: 10px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      color: #000; }
    .search-bar .search-results .blog:before {
      content: 'Articles';
      display: block;
      padding: 10px;
      text-align: center;
      font-weight: 600;
      font-size: 12px;
      color: #000; }
    .search-bar .search-results .action-button-view-all {
      width: 100%;
      flex: 0 0 100%;
      margin-top: 15px;
      background-color: #eee;
      font-size: 12px;
      padding: 5px;
      text-align: center; }
      .search-bar .search-results .action-button-view-all:hover {
        background-color: #ccc; }
  .search-bar .search-full-screen {
    /*max-width: 900px;*/
    width: 100%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    /*height: 100%;*/
    height: 100%;
    min-height: 100%;
    /*overflow-y: auto;*/ }
    @media (max-width: 640px) {
      .search-bar .search-full-screen {
        padding: 20px 0;
        height: initial; } }
    .search-bar .search-full-screen input.search-query {
      font-size: 16px;
      padding: 8px;
      width: 60%;
      margin-bottom: 10px;
      border: 1px solid #aaa; }
    .search-bar .search-full-screen-wrapper-players, .search-bar .search-full-screen-wrapper-articles {
      width: 100%;
      flex: 0 0 42%; }
      @media (max-width: 640px) {
        .search-bar .search-full-screen-wrapper-players, .search-bar .search-full-screen-wrapper-articles {
          flex: auto; } }
    .search-bar .search-full-screen .search-results {
      max-width: initial;
      /*position: static;
        background-color: #fff;
        padding: 10px;
        border: none;
        z-index: 0;
        font-size: 14px;
        box-shadow: none;*/ }
    .search-bar .search-full-screen-players {
      display: flex;
      justify-content: space-around;
      flex-direction: row;
      width: 100%; }
      @media (max-width: 640px) {
        .search-bar .search-full-screen-players {
          flex-direction: column; } }
      .search-bar .search-full-screen-players.search-results {
        position: static;
        background-color: #fff;
        padding: 0;
        border: none;
        z-index: 0;
        font-size: 14px;
        /*min-width: 320px;*/
        box-shadow: none; }
      .search-bar .search-full-screen-players ul {
        flex: 0 1 33.33333%;
        padding: 0 20px;
        /*max-width: 360px;*/ }
        .search-bar .search-full-screen-players ul li {
          padding: 4px;
          display: flex;
          justify-content: space-between; }
          .search-bar .search-full-screen-players ul li:hover, .search-bar .search-full-screen-players ul li:active {
            /*background-color: #dedede;*/ }
          .search-bar .search-full-screen-players ul li.li-highlight {
            background-color: #dedede; }
          .search-bar .search-full-screen-players ul li.li-active-player {
            font-weight: 600; }
    .search-bar .search-full-screen-articles {
      width: 100%;
      text-align: left;
      overflow-y: auto;
      flex: 1;
      display: flex;
      flex-wrap: wrap;
      padding: 10px; }
      @media (max-width: 640px) {
        .search-bar .search-full-screen-articles {
          flex-direction: column; } }
      .search-bar .search-full-screen-articles ul {
        flex: 0 1 50%;
        margin: auto; }
        @media (max-width: 640px) {
          .search-bar .search-full-screen-articles ul {
            width: 100%; } }
        .search-bar .search-full-screen-articles ul li {
          display: flex;
          align-items: center;
          padding: 5px 0; }
          .search-bar .search-full-screen-articles ul li .blogs-title {
            padding: 5px 5px 2px; }
          .search-bar .search-full-screen-articles ul li .blogs-byline {
            display: inline-block;
            font-size: 13px;
            padding-left: 5px;
            color: #888;
            /*margin: 2px;*/ }
          .search-bar .search-full-screen-articles ul li .blogs-byline-sep {
            margin: 0 5px;
            color: #888; }
          .search-bar .search-full-screen-articles ul li .blogs-date {
            font-size: 13px;
            display: inline-block;
            color: #888; }
      .search-bar .search-full-screen-articles .page-controls {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 10px; }
  .search-bar .badge {
    background-color: #50ae26;
    padding: 2px 0;
    margin: 10px;
    width: 20px;
    flex: 0 0 20px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    cursor: default; }
  .search-bar .fg-modal .fg-modal-content {
    width: 100%;
    height: 90%;
    max-width: 900px;
    overflow-y: auto; }
  .search-bar .fg-modal .fg-modal-close {
    right: 0;
    top: 0;
    color: #000;
    cursor: pointer; }

.tools-search-page .search-full-screen-wrapper-players {
  min-height: 313px; }

.tools-search-page .search-full-screen-wrapper-articles {
  min-height: 358px; }

