body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  padding-top: 50px; /* Move down content, fixed navbar 50px tall */
  color: #000;
}

.break-link {
  word-break: break-all;
}

.keyword-highlight {
  background-color: #ffff00;
}

.temp-alert {
  color: red !important;
}

.impt-alert {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  background-color: #ffff00;
}

a {
  color: #0096d9;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #004b8c;
  text-decoration: none;
}

.image-border {
  margin: 10px 0 20px;
  border: 1px solid #dbdbdb;
}

/* .video-container */
.video-container {
  width: 100%;
  max-width: 700px;
  aspect-ratio: 16 / 9;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Our services */
.dark-blue-bg {
  background-color: #024587 !important;
  border-color: #ddd #fff #fff #fff !important;
}

.dark-blue-bg:last-child {
  border-right-color: #ddd !important;
}

.dark-blue-bg h3,
.dark-blue-bg p {
  color: #fff !important;
}

.dark-blue-bg a {
  color: #fff !important;
  text-decoration: underline;
}

.dark-blue-bg a:hover {
  color: #b1b3b3 !important;
}

.light-blue-bg {
  background-color: #d9e3ed !important;
  border-color: #fff #fff #fff #fff !important;
}

.grey-bg {
  background-color: #e5e5e5 !important;
  border-color: #fff #fff #fff #fff !important;
}

.last-row td {
  border-bottom-color: #ddd !important;
}

/* Top nav */
#top-nav-wrapper {
  padding: 0.2rem 0;
}

.navbar-default {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  box-shadow: 1px 1px rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #0194d7;
}

/* Lang toggle */
.lang-toggle {
  li {
    a {
      padding: 15px;
      color: #777;
      font-size: 14px;
      text-decoration: none;
    }
  }
}

/* Mobile nav */
.nav-mobile {
  padding-top: 15px;

  li {
    a {
      display: block;
      padding: 5px;
      color: #777;
      font-size: 14px;
      text-decoration: none;
    }
  }
}

/* Search field */
.navbar-form .form-group {
  display: block;
}

.navbar-form .form-control {
  width: 100%;
  border-right: 1px solid #dbdbdb;
}

#search-form {
  width: 79.35%;
}

.form-control {
  border-radius: 0;
}

.has-feedback-left .form-control {
  padding-left: 34px;
  padding-right: 12px;
}

.has-feedback-left .form-control-feedback {
  left: 0;
}

.has-feedback .glyphicon {
  color: rgba(0, 0, 0, 0.55);
}

.form-control:focus {
  border-color: #005eb8;
  box-shadow: none;
}

/* Sidebar */
.sidebar {
  position: sticky;
  height: calc(100vh - 65px);
  top: 65px;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: block;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  background-color: #fff;
  border-right: 1px solid #dbdbdb;
}

.sidebar h4 {
  font-size: 20px;
}

.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar > li > a {
  display: block;
  padding: 6px 20px;
  font-size: 15px;
  color: #63666a;
  text-decoration: none;
}

.nav-sidebar .sub-menu,
.navbar-nav .sub-menu {
  margin-left: 20px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  color: #0096d9;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #004b8c;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #004b8c;
  background-color: transparent;
}

/* Main content */
.main {
  padding: 20px 40px 0;
}

.main .page-header {
  padding: 0;
  margin: 25px 0;
  font-size: 28px;
  border-bottom: 0;
}

.main .img-padding {
  padding: 10px;
}

.main .img-padding-center {
  padding: 5px 10px;
  margin: 0 auto;
}

#content {
  padding-bottom: 80px;
}

#content h3,
#content .main-header {
  margin: 20px 0;
  font-size: 20px;
  color: #005eb8;
}

#content h4 {
  margin: 15px 0;
  font-size: 17px;
  color: #63666a;
}

#content p {
  margin-bottom: 0.5rem;
  font-size: 15px;
  color: #000;
}

#content .small {
  font-size: 14px;
}

#content .smaller {
  font-size: 12px;
}

#content .big {
  font-size: 16px;
}

#content .italic {
  font-style: italic;
}

#content .grey {
  color: #63666a;
}

#content .grey-link {
  color: #63666a;
  font-weight: bold;
}

#content .grey-link:hover {
  color: #b1b3b3 !important;
}

#content .blue {
  color: #005eb8;
}

#content .product-logo {
  margin-top: 30px;
}

#schedule-btn img {
  display: inline-block;
  margin-right: 18px;
}

#schedule-btn span {
  font-size: 18px;
}

#schedule-btn a {
  color: #004b8c;
}

#schedule-btn a:hover {
  color: #0096d9;
}

#content ul,
#content ol {
  padding: 5px 0 5px 30px;
  margin: 0;
}

#content ul {
  list-style-type: disc;
}

#content ol {
  list-style-type: decimal;
}

#content ol ul {
  padding-left: 15px;
}

#content ul ul {
  list-style: circle;
  padding-left: 15px;
}

#content ol ol {
  padding-left: 35px;
}

#content ol ol ol {
  padding-left: 45px;
}

#content li {
  padding-left: 10px;
}

.tnc ol {
  counter-reset: item;
}

.tnc .lower-alpha {
  counter-reset: chapter;
}

.tnc .lower-roman {
  counter-reset: chapters;
}

.tnc .horse-special {
  counter-reset: special;
}

.tnc .horse-special-reset {
  counter-reset: special-reset;
}

.tnc .horse-special-number {
  counter-reset: special-number 4;
}

.tnc ol li {
  display: block;
  position: relative;
}

.tnc ol li:before {
  position: absolute;
  right: 10px;
  margin-right: 100%;
  content: counters(item, '.') '.';
  counter-increment: item;
}

.tnc .lower-alpha li:before {
  content: '(' counter(chapter, lower-alpha) ')';
  counter-increment: chapter;
}

.tnc .lower-roman li:before {
  content: '(' counter(chapters, lower-roman) ')';
  counter-increment: chapters;
}

.tnc .disc li:before {
  content: counter(discs, disc);
  counter-increment: discs;
}

.tnc .horse-special li:before {
  content: '4A.' counter(special);
  counter-increment: special;
}

.tnc .horse-special-reset li:before {
  content: '4A.' counter(special) 'a';
  counter-increment: special-reset;
}

.tnc .horse-special-number li:before {
  content: counter(special-number, decimal) '.';
  counter-increment: special-number;
}

.tnc .indent-left {
  margin-left: 30px;
}

#content table th,
#content table td {
  padding: 15px;
  border: 1px solid #dbdbdb;
}

#content .table-two-col > td:first-child,
#content .table-five-col td {
  width: 20%;
}

#content .table-two-col td:last-child {
  width: 80%;
}

#content .table-half-col td {
  width: 50%;
}

#content .table-third-col td:nth-child(1),
#content .table-third-col td:nth-child(3) {
  width: 30%;
}

#content .table-quarter-col td {
  width: 25%;
}

#content .table-six-col td {
  width: 15%;
}

#content .table-six-col td {
  width: 21%;
}

#content .table-six-col td:nth-child(1),
#content .table-six-col td:nth-child(4) {
  width: 8%;
}

#content .table-eight-col td {
  width: 12.5%;
}

#content .table-ten-col td {
  width: 10%;
}

#content .col-h-center {
  text-align: center;
}

#content .col-v-top {
  vertical-align: top;
}

#content .col-v-middle {
  vertical-align: middle;
}

#content .box-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  border-left: 1px solid #dbdbdb;
}

#content .box-wrapper .row:first-child {
  border-top: 1px solid #dbdbdb;
}

#content .box-wrapper .box-col {
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin: 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #dbdbdb;
}

.nav-sidebar .rules-menu-header > a,
.navbar-nav .rules-menu-header > a {
  margin: 5px 0;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  pointer-events: none;
  cursor: default;
}

/* #game-rules-section */
#game-rules-section {
  .rules-link {
    margin-bottom: 2px;
  }
}

#game-rules-section {
  .rules-link > a {
    font-size: 16px;
  }
}

#game-rules-section {
  .rules-link:after {
    content: '\276F';
    margin-left: 8px;
    font-size: 13px;
  }
}

#game-rules-section {
  .small {
    font-size: 14px;
    color: #63666a;
  }
}

@media (max-width: 1600px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
}

/* Mobile navbar scroll fix */
@media (max-width: 991.98px) {
  .navbar-collapse {
    max-height: calc(100vh - 56px); /* minus navbar height */
    overflow-y: auto;
  }
}

@media (max-width: 980px) {
}

@media (max-width: 768px) {
  .main .page-header {
    margin: 15px 0;
    font-size: 22px;
  }

  #content h3 {
    margin: 15px 0;
    font-size: 17px;
  }

  #content .big {
    font-size: 14px;
  }

  #content p {
    font-size: 13px;
  }

  #content .table-stack td,
  #content .table-stack th {
    display: block;
    width: 100% !important;
  }

  #schedule-btn img {
    margin-right: 10px;
    height: 50px;
  }

  #schedule-btn span {
    font-size: 16px;
  }

  .mobile-hide {
    display: none !important;
  }

  .table-anchor-link td {
    padding: 10px 0 0 !important;
    text-align: center;
  }

  #content .box-wrapper .box-col {
    width: 100%;
  }

  #content .box-wrapper .box-col:nth-child(odd) {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-form {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  #search-form {
    width: 100%;
  }

  .sidebar /* Hide for mobile, show late*/ {
    display: none;
  }

  .nav-sidebar .rules-menu-header > a,
  .navbar-nav .rules-menu-header > a {
    display: none;
  }

  .main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.outlet-images > img {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  margin-bottom: 3px;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 320px) {
  .outlet-images > img {
    max-width: 250px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
