/** COMPILED FROM SCSS SOURCE. DO NOT EDIT DIRECTLY */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: white;
  font-size: 1.0em;
  line-height: 1.2em; }
  body img {
    border: none; }

#loading {
  background: rgba(0, 0, 0, 0.95) url(https://maddencdn.com/content/images/2019/omaha/leisure-hub/icon_loading.gif) no-repeat center 56%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: opacity ease .5s;
  -o-transition: opacity ease .5s;
  transition: opacity ease .5s; }
  #loading.complete {
    display: none;
    pointer-events: none; }
  #loading img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto; }

.headerWrapper {
  background: #75AF48 url(https://maddencdn.com/content/images/2019/omaha/leisure-hub/season-header-colors/nav_spring_bg.jpg) repeat;
  width: 100%;
  height: 280px; }
  .headerWrapper .headerSocialBar {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
    .headerWrapper .headerSocialBar .headerSocial {
      max-width: 1145px;
      margin: 0 auto;
      text-align: right;
      padding: 10px; }
      .headerWrapper .headerSocialBar .headerSocial a.socialLink:link {
        margin-left: 10px; }
        .headerWrapper .headerSocialBar .headerSocial a.socialLink:link img {
          max-height: 25px; }
  .headerWrapper .header {
    position: relative;
    width: 100%;
    max-width: 1145px;
    margin: 0 auto;
    height: 264px; }
    .headerWrapper .header .logo {
      position: absolute;
      top: 19px;
      left: 20px;
      width: 218px;
      height: auto;
      z-index: 500; }
    .headerWrapper .header .links {
      position: absolute;
      right: 5%;
      bottom: 105px;
      text-align: right; }
      .headerWrapper .header .links a:link, .headerWrapper .header .links a:visited, .headerWrapper .header .links a:active {
        color: #fff;
        margin: 0 10px;
        font-family: 'AvenirNextLTW01-Medium', sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        text-decoration: none;
        text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.38); }
    .headerWrapper .header .subscribe {
      height: 80px;
      width: 300px;
      margin: 0;
      position: absolute;
      right: 20px;
      top: 30px; }
      .headerWrapper .header .subscribe img {
        width: auto;
        height: 100%; }

.shadowLeft {
  width: 33px;
  height: 276px;
  background: transparent url(https://maddencdn.com/content/images/2019/omaha/leisure-hub/body_left_shadow.png) no-repeat;
  position: absolute;
  top: 70px;
  left: -32px; }

.shadowRight {
  width: 33px;
  height: 276px;
  background: transparent url(https://maddencdn.com/content/images/2019/omaha/leisure-hub/body_right_shadow.png) no-repeat;
  position: absolute;
  top: 70px;
  right: -32px; }

.grid {
  position: relative;
  width: calc(90% - 30px);
  margin: -50px auto 2em auto;
  max-width: 1200px;
  border-radius: 15px;
  background-color: #fff; }
  .grid a.gridBox:link, .grid a.gridBox:visited {
    float: left;
    display: block;
    position: relative;
    margin: .5em;
    width: calc(100% / 3 - 1em);
    padding-bottom: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center center;
    background-repeat: no-repeat;
    background: red;
    border: 20px solid white;
    border-radius: 10px; }
    .grid a.gridBox:link .gridInterior, .grid a.gridBox:visited .gridInterior {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 15px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .grid a.gridBox:link .gridInterior .story, .grid a.gridBox:visited .gridInterior .story {
        position: absolute;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        color: #fff;
        font-size: 1.5em;
        font-family: "Open Sans", serif;
        line-height: 1.15em;
        font-weight: 900;
        text-transform: uppercase;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
        padding: .5em;
        bottom: 0;
        width: 100%;
        left: 0; }
        .grid a.gridBox:link .gridInterior .story .storyDescription, .grid a.gridBox:visited .gridInterior .story .storyDescription {
          position: relative;
          font-family: "Open Sans", serif;
          color: white;
          font-weight: 400;
          font-size: .65em;
          text-transform: none;
          line-height: 1.15em; }
  .grid a.gridBox:hover {
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px); }

.mobileOnly {
  display: none; }

.footer {
  clear: both;
  background: #ddd;
  width: 100%;
  text-align: right; }
  .footer img {
    float: right; }
