.iditarod-positions {
  margin-top: 15px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 688px; }
  .iditarod-positions .header {
    border-bottom: 1px solid #ddd;
    height: 35px;
    background: linear-gradient(to top, #ececec, #f9f9f9); }
    .iditarod-positions .header .position, .iditarod-positions .header .name, .iditarod-positions .header .status {
      float: left;
      font-weight: bold;
      line-height: 35px; }
    .iditarod-positions .header .position {
      width: 35px;
      text-align: center;
      border-right: 1px solid #ddd; }
    .iditarod-positions .header .name {
      width: calc(40% - 20px);
      padding-left: 20px; }
    .iditarod-positions .header .status {
      width: calc(60% - 40px); }

.positions-list {
  float: left;
  border-right: 1px solid #ddd; }
  .positions-list ul {
    margin: 0;
    padding: 0; }
    .positions-list ul li {
      background: white;
      height: 50px;
      width: 35px;
      line-height: 50px;
      text-align: center;
      margin: 0;
      font-weight: bold; }

.musher-positions {
  float: left;
  width: 650px;
  margin: 0; }
  .musher-positions .sortable ul {
    margin: 0;
    min-width: 100% !important; }
  .musher-positions .musher {
    background: white;
    cursor: move;
    width: 100%;
    left: 37px !important;
    height: 44px; }
    .musher-positions .musher .name, .musher-positions .musher .status {
      float: left; }
    .musher-positions .musher .name {
      width: calc(40% - 25px);
      padding-left: 15px;
      padding-right: 10px; }
    .musher-positions .musher .status {
      width: calc(60% - 20px);
      padding-left: 10px;
      padding-right: 10px; }
    .musher-positions .musher .name .select2-container, .musher-positions .musher .status .select2-container {
      margin-top: 11px;
      width: 100%; }

.clear {
  clear: both; }

.iditarod-module {
  width: 100%;
  margin-bottom: 0 !important;
  background: transparent !important; }
  .iditarod-module .background {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url("/wp-content/plugins/ktva-iditarod/img/iditarod-bg.jpg") !important;
    background-size: cover !important;
    z-index: -99; }
  @media screen and (min-width: 1300px) {
    .iditarod-module {
      height: 1300px; } }
  @media screen and (max-width: 1299px) {
    .iditarod-module {
      height: 2920px; } }

.iditarod-module-container {
  display: block;
  margin: auto;
  overflow: hidden;
  width: 1245px; }
  @media screen and (max-width: 1299px) {
    .iditarod-module-container {
      max-width: 390px;
      width: 100%; } }

.module-standings {
  position: relative; }

.check-back-overlay {
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  padding: 95px 50px;
  font-size: 20px;
  text-align: center; }
  .check-back-overlay p {
    font-family: AvenirLTStd-Heavy;
    color: white; }

.standings-col, .stories-col, .photos-blog-col {
  float: left;
  width: 390px;
  margin-right: 25px;
  background: white;
  margin-top: 25px; }
  @media screen and (max-width: 1299px) {
    .standings-col, .stories-col, .photos-blog-col {
      max-width: 390px;
      width: 100%; } }

.standings-col h2 {
  display: block !important;
  font-family: AvenirLTStd-Heavy;
  width: calc(100% - 90px);
  float: left;
  height: 42px !important;
  line-height: 42px !important; }
.standings-col .profiles {
  width: 85px;
  font-family: AvenirLTStd-Book;
  font-size: 12px;
  float: left;
  border: 1px solid #777;
  padding: 5px;
  color: black;
  margin-top: 7px; }

.module-standings {
  height: 450px;
  width: 100%;
  margin-right: 20px;
  overflow: hidden; }
  .module-standings .live {
    color: red;
    padding-left: 5px; }
  .module-standings ul {
    list-style: none;
    padding: 0;
    background: white; }
    .module-standings ul li:nth-child(odd) {
      background: #f6f6f6; }

.module-standings-tile {
  width: 100%;
  height: 37px;
  padding: 0 20px;
  position: relative;
  border-top: 1px solid white; }
  .module-standings-tile .position, .module-standings-tile .name, .module-standings-tile .status {
    height: 100%;
    line-height: 37px;
    font-family: AvenirLTStd-Book;
    font-size: 14px; }
  .module-standings-tile .position {
    width: 35px;
    float: left; }
  .module-standings-tile .rlantern {
    width: 13px;
    height: 30px;
    margin-right: 22px;
    background: url("/wp-content/plugins/ktva-iditarod/img/lantern.png");
    background-size: cover; }
  .module-standings-tile .name {
    width: calc(52% - 35px);
    float: left; }
    .module-standings-tile .name a {
      color: black; }
  .module-standings-tile .status {
    width: calc(48%);
    float: left;
    text-align: left;
    overflow: hidden; }

.module-stories {
  height: 450px;
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 0 !important; }
  .module-stories h2 {
    display: block !important;
    font-family: AvenirLTStd-Heavy; }
  .module-stories ul {
    list-style: none;
    padding: 0; }
  @media screen and (max-width: 1299px) {
    .module-stories {
      margin-right: 0 !important; } }

.module-stories-tile {
  width: 100%;
  height: 69px;
  padding: 0 20px;
  position: relative;
  border-top: 1px solid #FFFFFF;
  display: table; }
  .module-stories-tile .wrap {
    display: table-cell;
    vertical-align: middle; }
  .module-stories-tile h3 {
    margin: 3px 0 0 0;
    font-size: 15px;
    line-height: 18px; }
  .module-stories-tile .info {
    font-family: AvenirLTStd-Book;
    font-size: 11px;
    display: block; }
  .module-stories-tile .author {
    font-family: AvenirLTStd-Book;
    font-size: 11px;
    display: inline-block; }
  .module-stories-tile .time {
    color: #777777; }
  .module-stories-tile .span-link:hover {
    border-left-width: 3px;
    border-left-style: solid; }

.photos-blog-col {
  background: transparent; }

.module-photos {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px !important; }
  .module-photos h2 {
    display: block !important;
    width: 100%; }
  .module-photos .photos {
    width: 100%;
    height: 216px; }
  .module-photos .photo-thumbnail {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    cursor: pointer; }
    .module-photos .photo-thumbnail .expand-icon {
      background: url("/wp-content/plugins/ktva-iditarod/img/expand.png");
      width: 32px;
      height: 32px;
      position: relative;
      float: right;
      top: 15px;
      right: 15px;
      background-size: cover;
      transition: all 0.2s; }

.module-blog {
  width: 100%;
  display: block;
  height: 177px;
  background: #426DA0;
  position: relative; }
  .module-blog .blog-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/wp-content/plugins/ktva-iditarod/img/blog-up.jpg");
    background-size: cover; }
    .module-blog .blog-image:hover {
      background: url("/wp-content/plugins/ktva-iditarod/img/blog-down.jpg");
      background-size: cover; }
  .module-blog h2 {
    color: white;
    text-align: center;
    display: block !important;
    display: none !important; }

.row2-wrapper {
  margin-top: 25px !important;
  margin-bottom: 25px;
  margin-right: 0;
  width: 1245px; }
  @media screen and (max-width: 1299px) {
    .row2-wrapper {
      max-width: 390px;
      width: 100%; } }
  .row2-wrapper .video-wrapper {
    position: relative;
    padding-top: 25px;
    width: calc(72% - 25px);
    float: left;
    margin-right: 25px; }
    @media screen and (max-width: 1299px) {
      .row2-wrapper .video-wrapper {
        width: 100%;
        margin-right: 0; } }
  .row2-wrapper .video-wrapper > .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .row2-wrapper #twitter-widget-0 {
    float: left;
    width: calc(28% - 25px) !important;
    height: 545px; }
    @media screen and (max-width: 1299px) {
      .row2-wrapper #twitter-widget-0 {
        width: 100% !important;
        margin-top: 25px !important; } }

.row3-wrapper {
  margin-bottom: 25px;
  margin-right: 0;
  width: 1245px; }
  @media screen and (max-width: 1299px) {
    .row3-wrapper {
      max-width: 390px;
      width: 100%; } }
  .row3-wrapper .col {
    position: relative;
    width: calc(33.3% - 25px);
    float: left;
    margin-right: 25px;
    height: 177px;
    margin-top: 25px; }
    @media screen and (max-width: 1299px) {
      .row3-wrapper .col {
        width: 100%;
        margin-right: 0; } }
  .row3-wrapper .profiles-image, .row3-wrapper .archive-image, .row3-wrapper .map-image {
    position: absolute;
    width: 100%;
    height: 100%; }
  .row3-wrapper .profiles-image {
    background: url("/wp-content/plugins/ktva-iditarod/img/profiles-up.jpg");
    background-size: cover; }
    .row3-wrapper .profiles-image:hover {
      background: url("/wp-content/plugins/ktva-iditarod/img/profiles-down.jpg");
      background-size: cover; }
  .row3-wrapper .archive-image {
    background: url("/wp-content/plugins/ktva-iditarod/img/archive-up.jpg");
    background-size: cover; }
    .row3-wrapper .archive-image:hover {
      background: url("/wp-content/plugins/ktva-iditarod/img/archive-down.jpg");
      background-size: cover; }
  .row3-wrapper .map-image {
    background: url("/wp-content/plugins/ktva-iditarod/img/map-up.jpg");
    background-size: cover; }
    .row3-wrapper .map-image:hover {
      background: url("/wp-content/plugins/ktva-iditarod/img/map-down.jpg");
      background-size: cover; }

a.pswp__share--download {
  display: none; }

.js-marquee {
  width: 250px; }

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