@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,800,900");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Graduate&display=swap");
body {
  background: #f7f7f7;
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }

body, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }

#responsiveHeaderWrapper {
  display: none; }

body.home #header {
  height: 800px; }
  body.home #header .header-bottom {
    display: block; }
body.home #introVideoWrap {
  display: block; }
body.home #featured {
  position: relative;
  margin-top: 0; }
  body.home #featured .top-effect {
    position: relative;
    top: -20px; }
  body.home #featured .bottom-effect {
    position: absolute;
    bottom: -20px;
    width: 100%;
    transform: rotateX(180deg) rotateY(180deg); }

body #header {
  width: 100%;
  background: #000;
  background-size: cover;
  height: 230px;
  position: relative; }
  body #header .background-image {
    width: 100%;
    height: 100%;
    opacity: 0.34;
    background-image: url(../../graphics/bumpypickle/banner-leagues.jpg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  body #header .site-title {
    position: relative;
    margin-top: 100px;
    text-align: center;
    z-index: 9;
    font-size: 15rem;
    font-family: 'Graduate';
    color: white;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  body #header .site-title:hover {
    color: #c7dc6d; }
  body #header .inner {
    padding: 17px 35px;
    width: 1200px;
    margin: 0 auto; }
  body #header .logo {
    width: 450px;
    display: inline-block;
    margin-top: -30px; }
  body #header .book-now {
    padding: 0 0.9375rem;
    display: inline-block;
    cursor: pointer;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 29px;
    color: #353434;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    min-width: 360px;
    margin: 0 auto;
    margin-bottom: 0px;
    position: relative;
    background-color: #fff;
    border: none;
    line-height: 4.5rem;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
    -webkit-transition: all .48s ease;
    transition: all .48s ease;
    display: inline-block;
    float: right;
    margin-right: 45px; }
    body #header .book-now::before {
      content: "";
      position: absolute;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      top: 14px;
      left: 15px;
      border: 2px solid #fff;
      z-index: 0;
      -webkit-transition: all .48s ease;
      transition: all .48s ease; }
    body #header .book-now:hover {
      -webkit-transform: translate(13px, 10px);
      transform: translate(13px, 10px);
      text-decoration: none;
      color: #353434; }
    body #header .book-now:hover:before {
      top: -10px;
      left: -13px; }
  body #header .menu-toggle {
    display: inline-block;
    float: right;
    font-size: 50px;
    color: #fff;
    line-height: 80px;
    cursor: pointer; }
    body #header .menu-toggle i, body #header .menu-toggle a {
      font-size: 50px;
      color: #fff;
      line-height: 80px; }
    body #header .menu-toggle:hover {
      color: #ccc; }
  body #header .right {
    float: right; }
  body #header .social {
    display: inline-block; }
    body #header .social a {
      color: #354052;
      font-size: 16px; }
  body #header #userLoginInset {
    display: inline-block; }
    body #header #userLoginInset #signInLink {
      color: #354052;
      font-size: 18px;
      font-family: "Fira Sans", Arial, Helvetica, sans-serif;
      height: 45px;
      line-height: 45px;
      font-size: 13px;
      text-transform: uppercase;
      margin-right: 25px; }
    body #header #userLoginInset > div {
      display: inline-block;
      margin-right: 25px; }
      body #header #userLoginInset > div * {
        color: #354052;
        font-size: 18px;
        font-family: "Fira Sans", Arial, Helvetica, sans-serif;
        color: #354052;
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        text-transform: uppercase; }
    body #header #userLoginInset .welcome {
      font-size: 18px;
      color: #354052;
      display: none !important; }
  body #header .header-top {
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
    width: 100%; }
  body #header .home-contact-info {
    height: 98px; }
    body #header .home-contact-info a {
      color: #fff; }
    body #header .home-contact-info p {
      font-family: 'Roboto', Arial, Helvetica, sans-serif;
      color: #fff;
      font-size: 14px;
      line-height: 1.75em;
      text-rendering: optimizeLegibility; }
    body #header .home-contact-info.left {
      border-left: 7px solid #c32d3b;
      padding-left: 15px;
      float: left; }
    body #header .home-contact-info.right {
      border-right: 7px solid #c32d3b;
      padding-right: 15px;
      float: right; }
      body #header .home-contact-info.right p {
        text-align: right; }
  body #header .header-bottom {
    display: none; }
    body #header .header-bottom .inner {
      padding: 0 35px; }
    body #header .header-bottom .top-effect {
      position: relative;
      top: -20px; }
      body #header .header-bottom .top-effect svg {
        fill: #f7f7f7; }
    body #header .header-bottom .bottom-effect {
      position: relative;
      bottom: -20px;
      height: 0px; }
      body #header .header-bottom .bottom-effect svg {
        transform: rotateX(180deg) rotateY(180deg);
        fill: #f7f7f7; }
    body #header .header-bottom #mainMenu {
      text-align: center;
      float: left; }
      body #header .header-bottom #mainMenu #mainMenuLinks li {
        display: inline-block;
        margin-right: 15px;
        height: 45px;
        line-height: 45px;
        border-bottom: 2px solid transparent; }
        body #header .header-bottom #mainMenu #mainMenuLinks li a {
          font-family: "Fira Sans", Arial, Helvetica, sans-serif;
          color: #354052;
          padding: 0 15px;
          height: 45px;
          line-height: 45px;
          font-size: 13px;
          text-transform: uppercase; }
          body #header .header-bottom #mainMenu #mainMenuLinks li a:hover {
            text-decoration: none; }
        body #header .header-bottom #mainMenu #mainMenuLinks li:hover {
          border-bottom: 2px solid #ad2e24; }

.header-popout {
  position: fixed;
  height: 175px;
  top: -185px;
  background: #282828;
  width: 100%;
  transition: top 0.3s;
  z-index: 10; }
  .header-popout .bottom-effect svg {
    fill: #354052;
    transform: rotateX(180deg) rotateY(180deg); }
  .header-popout .inner {
    padding: 0 35px; }
  .header-popout .social {
    display: inline-block; }
    .header-popout .social a {
      color: #fff;
      font-size: 16px; }
  .header-popout .logo img {
    max-width: 450px;
    float: left;
    margin-top: 25px; }
  .header-popout #mainMenu {
    text-align: center;
    float: left; }
    .header-popout #mainMenu #mainMenuLinks {
      margin-top: 28px;
      margin-left: 50px; }
      .header-popout #mainMenu #mainMenuLinks li {
        display: inline-block;
        margin-right: 15px;
        height: 45px;
        line-height: 45px;
        border-bottom: 2px solid transparent; }
        .header-popout #mainMenu #mainMenuLinks li a {
          font-family: "Fira Sans", Arial, Helvetica, sans-serif;
          color: #fff;
          padding: 0 15px;
          height: 45px;
          line-height: 45px;
          font-size: 13px;
          text-transform: uppercase; }
          .header-popout #mainMenu #mainMenuLinks li a:hover {
            text-decoration: none; }
        .header-popout #mainMenu #mainMenuLinks li:hover {
          border-bottom: 2px solid #ad2e24; }
  .header-popout .book-now {
    padding: 0 0.9375rem;
    display: inline-block;
    cursor: pointer;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 29px;
    color: #353434;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    min-width: 360px;
    margin: 0 auto;
    margin-bottom: 0px;
    position: relative;
    background-color: #fff;
    border: none;
    line-height: 4.5rem;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
    -webkit-transition: all .48s ease;
    transition: all .48s ease;
    display: inline-block;
    float: right;
    margin-right: 45px;
    margin-top: 45px; }
    .header-popout .book-now::before {
      content: "";
      position: absolute;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      top: 14px;
      left: 15px;
      border: 2px solid #fff;
      z-index: 0;
      -webkit-transition: all .48s ease;
      transition: all .48s ease; }
    .header-popout .book-now:hover {
      -webkit-transform: translate(13px, 10px);
      transform: translate(13px, 10px);
      text-decoration: none;
      color: #353434; }
    .header-popout .book-now:hover:before {
      top: -10px;
      left: -13px; }
  .header-popout .menu-toggle {
    display: inline-block;
    float: right;
    font-size: 50px;
    color: #fff;
    line-height: 170px;
    cursor: pointer; }
    .header-popout .menu-toggle i, .header-popout .menu-toggle a {
      font-size: 50px;
      color: #fff;
      line-height: 80px; }
    .header-popout .menu-toggle:hover {
      color: #ccc; }
  .header-popout .right {
    float: right; }
  .header-popout .social {
    display: inline-block; }
    .header-popout .social a {
      color: #fff;
      font-size: 16px; }
  .header-popout #userLoginInset {
    display: inline-block;
    margin-top: 28px; }
    .header-popout #userLoginInset #signInLink {
      color: #fff;
      font-size: 18px;
      font-family: "Fira Sans", Arial, Helvetica, sans-serif;
      height: 45px;
      line-height: 45px;
      font-size: 13px;
      text-transform: uppercase;
      margin-right: 25px; }
    .header-popout #userLoginInset > div {
      display: inline-block;
      margin-right: 25px; }
      .header-popout #userLoginInset > div * {
        color: #fff;
        font-size: 18px;
        font-family: "Fira Sans", Arial, Helvetica, sans-serif;
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        text-transform: uppercase; }
    .header-popout #userLoginInset .welcome {
      font-size: 18px;
      color: #fff;
      display: none !important; }

#homePageContainer {
  background: #f7f7f7; }

#switchboardRow {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px; }
  #switchboardRow .componentRow {
    width: 100%; }
    #switchboardRow .componentRow .size_3 {
      width: 100%; }

#mainPage {
  margin-top: 50px; }

#mainPage,
#pageContainer {
  background: #f7f7f7; }

#pageContainer {
  margin-top: 60px; }
  #pageContainer .componentRow {
    width: 100%; }
    #pageContainer .componentRow .size_3 {
      width: 100%; }

#featured {
  background: #c7dc6d;
  min-height: 305px;
  margin-top: 17px; }
  #featured .inner {
    width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center; }
  #featured p {
    color: #fff;
    font-size: 16px; }

#footer {
  background: #282828; }
  #footer .inner {
    padding: 90px 0 60px;
    width: 1400px;
    margin: 0 auto; }
  #footer .address {
    font-size: 1.75rem;
    color: #c7dc6d;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 3px;
    text-align: center;
    margin: 2.78125rem 0; }
  #footer .footerMenu {
    display: block;
    vertical-align: top;
    line-height: 1.5;
    font-size: 14px;
    text-align: center; }
    #footer .footerMenu h4 {
      font-weight: bold;
      margin-bottom: 1em;
      font-size: 16px; }
    #footer .footerMenu a {
      color: #727272;
      font-size: 16px; }
  #footer .socialLink {
    width: 75px;
    height: 75px;
    background: #5b5b5b;
    border-radius: 50px;
    color: #282828; }
    #footer .socialLink i, #footer .socialLink a {
      color: #282828;
      font-size: 40px;
      line-height: 75px; }
    #footer .socialLink:hover {
      background: #c7dc6d; }
  #footer .clear {
    height: 25px; }
  #footer .copyright, #footer .terms {
    font-size: 14px;
    color: #5b5b5b; }
    #footer .copyright a, #footer .terms a {
      color: #5b5b5b; }
  #footer .poweredBy {
    float: right;
    margin-top: -30px; }

#pageContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 0; }

div.formSection {
  background: #f7f7f7; }

.social {
  list-style: none; }
  .social li {
    list-style: none;
    display: inline-block;
    margin-right: 10px; }

#introVideoWrap {
  display: none;
  overflow: hidden;
  height: auto;
  z-index: 0;
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: -110px; }
  #introVideoWrap #overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 64, 82, 0.7); }

#introImage {
  display: none; }

#introVideo video {
  width: 100%;
  height: 100%; }

#slideNav {
  position: fixed;
  top: 0;
  right: -815px;
  width: 550px;
  padding: 90px 80px 120px 125px;
  background: #282828;
  z-index: 999;
  transition: right 0.3s; }
  #slideNav .close {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    font-size: 50px;
    color: #fff; }
    #slideNav .close:hover {
      color: #ccc; }
  #slideNav a {
    font-size: 45px;
    line-height: 75px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff; }
    #slideNav a:hover {
      color: #c7dc6d;
      text-decoration: none; }
  #slideNav .socialLink {
    width: 75px;
    height: 75px;
    background: #5b5b5b;
    border-radius: 50px;
    text-align: center;
    color: #282828; }
    #slideNav .socialLink i, #slideNav .socialLink a {
      color: #282828;
      font-size: 40px;
      line-height: 75px; }
    #slideNav .socialLink:hover {
      background: #c7dc6d; }
  #slideNav .welcome {
    display: none; }
