.apiSection {
  padding: 0 0 25px;
  margin: 0 -10px 15px;
}
.apiSection .container {
  padding-left: 10px;
  padding-right: 10px;
}
div#storiesContainer_barNetwork {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .apiSection .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.apiSection h2 {
  margin: 30px 0 15px 5px;
  text-align: left;
  font-size: 36px;
}
.allCustomContent h1,
.allCustomContent h2,
.allCustomContent h3,
.allCustomContent h4,
.allCustomContent h5 {
  text-transform: uppercase;
  color: #111;
}
.allCustomContent h2 {
  text-align: center;
  font-size: 64px;
  margin: 25px 0;
  font-weight: 900;
}
@media (max-width: 767px) {
  .allCustomContent h2 {
    font-size: 32px;
    line-height: 100%;
  }
  .apiSection {
    padding: 0 0 25px;
    margin: 0 -5px 15px;
  }
}
.lightDropShadow {
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.topAndBottomShadow {
  -moz-box-shadow:
    0 3px 10px rgba(0, 0, 0, 0.3),
    0 -3px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:
    0 3px 10px rgba(0, 0, 0, 0.3),
    0 -3px 10px rgba(0, 0, 0, 0.3);
  box-shadow:
    0 3px 10px rgba(0, 0, 0, 0.3),
    0 -3px 10px rgba(0, 0, 0, 0.3);
}
.hawksFullScreenSection {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
tbody {
  border-top: none;
}

.introSection {
  margin: 75px 0 25px 25px;
  padding: 25px 15px 25px 15px;
  font-size: 20px;
  color: #111;
  line-height: 1.25em;
  width: calc(100% - 25px);
}
.introSection p {
  font-size: 1em;
}
@media (max-width: 767px) {
  .allCustomContent > .container {
    padding-top: 0;
  }
  .introSection {
    margin: 75px 0 25px 15px;
    font-size: 16px;
  }
}

.tpd-tooltip h4 {
  margin: 0 0 5px;
}
.tpd-tooltip a {
  color: #e22925;
  text-decoration: underline !important;
}
.center {
  text-align: center;
}
.directionsLink {
  font-size: 0.6em;
  margin-left: 5px;
}
.hr {
  margin: 10px 0px;
}

.calDateSection {
  height: 225px;
}
.calDateContainer {
  width: 225px;
  height: 225px;
}
.calDateInfo {
  width: calc(100% - 225px);
}

@media (min-width: 768px) {
  .calDateInfo {
    height: 100%;
  }
}
.eventSpecials {
  font-size: 14px;
  color: #e22925;
  font-style: italic;
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .eventSpecials {
    margin-top: -10px;
  }
}
.calDatesSection {
  background: #e6e6e6;
  padding: 0 0 50px;
}
.calDateSection {
  padding: 0;
  margin: 0 -10px;
  overflow: hidden;
  position: relative;
}
.calDateSection:nth-of-type(even) {
  background: #eee;
}
.calDateSection.complete {
  opacity: 0.5;
}

.calDateSection {
  background-color: #fff;
}
.calDateSection h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 5px;
}
.calDateSection h4 {
  font-size: 22px;
  margin: 5px 0;
}
.calDateSection h5 {
  margin: 0 0 5px;
  font-size: 18px;
  font-style: italic;
}
.calDateSection p {
  font-size: 14px;
}
.calDateSection h4 a {
  text-decoration: underline;
  color: cornflowerblue;
}
.calDateInfo {
  float: left;
}
.calDateInfo .eventDescription a {
  text-decoration: underline;
}
.calDateInfo tr td {
  vertical-align: middle;
  padding: 5px 10px 5px 20px;
}
.calDateContainer {
  background: #777;
  text-align: center;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -moz-text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  padding-top: 115px;
  float: left;
}
.calDateContainer div {
  color: #fff;
}
.calDateContainer .darkener {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.calDateMonth {
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  line-height: 140%;
}
.calDateDay {
  margin-top: -20px;
  font-size: 115px;
  font-weight: bold;
  position: relative;
  line-height: 35px;
}
.calDateWeekday {
  margin-top: 50px;
  font-size: 24px;
  position: relative;
  font-weight: bold;
}
.calDateInfo .eventDescription {
  overflow: hidden;
}
.ctaBtnContainer {
  display: inline-block;
  text-align: center;
  margin: 0px 10px;
}
.ctaBtnContainer .btn {
  margin: -10px 0 0 0px;
  padding: 2px 5px;
}
.complete .ctaBtnContainer {
  display: none;
}
.tpd-content h4 {
  font-weight: bold;
}
.eventsSection {
  margin: 0 0 50px;
}
.gallerySection {
  margin: 0 0 50px;
}
.navBtns {
  text-align: center;
  margin-bottom: 50px;
}
.navBtns .btn {
  width: 250px;
  margin: 0 15px 25px;
}
.barCol {
  text-align: center;
  height: 125px;
  line-height: 125%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.barCol a {
  text-decoration: underline;
  color: #e22925;
}
.barCol i {
  font-size: 16px;
}
.barName {
  font-weight: bold;
  font-size: 1.2em;
}
.webEtc {
  margin-top: 5px;
  line-height: 200%;
}
.barsSection .barRow:nth-of-type(odd) .barCol {
  background: #f6f6f6;
}
.barsSection {
  margin-bottom: 50px;
}
.barColHeader {
  font-weight: bold;
  background: #ddd;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  color: #000;
}
.barColHeader:first-of-type {
  border-left: solid 1px #ddd;
}
.barColHeader:last-of-type {
  border-right: solid 1px #ddd;
}
.barColHeader:first-of-type {
  border-left: solid 1px #ccc;
}
.barColHeader:last-of-type {
  border-right: solid 1px #ccc;
}
.barColHeader {
  border-top: solid 1px #ccc;
}
div.calDateSection:last-of-type {
  border-bottom: solid 1px #efefef;
}
@media (max-width: 991px) {
  .calDateSection h3 {
    font-size: 28px;
  }
  .calDateSection h4 {
    font-size: 20px;
  }
  .calDateInfo tr td {
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .barCol {
    font-size: 12px;
    height: 200px;
  }
  .calDateContainer {
    margin: 0 auto;
    float: none;
  }
  .calDateSection {
    height: auto;
    padding: 15px;
  }
  .calDateSection h4 {
    margin-bottom: 10px;
  }
  .calDateInfo {
    width: 100%;
  }
  .calDateInfo tr td {
    float: none;
    margin: 0 auto;
    padding: 15px 10px 0;
  }
  .logosContainer {
    text-align: center;
  }
  .ctaBtnContainer {
    display: block;
    text-align: center;
    padding-top: 10px;
  }
  .ctaBtnContainer .btn {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .introSection {
    margin: 30px 0 30px 15px;
    padding: 10px 15px 0px;
  }
}
@media (max-width: 399px) {
  .logosContainer img {
    margin: 20px 20px 0 !important;
  }
  .logosContainer a:first-of-type img {
    margin: 10px 20px 0 !important;
  }
}

.barLogo img {
  max-width: 90%;
  max-height: 80%;
}
.playerHeadshotContainer {
  position: absolute;
  right: 10px;
  top: -5px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 10px;
  text-align: center;
  border: solid 2px #ccc;
  background-color: #fff;
  overflow: hidden;
  z-index: -1;
}
.playerHeadshotContainer img {
  width: 135%;
  position: absolute;
  bottom: 0;
  left: -16%;
}
.calDateSection h3 {
  position: relative;
  z-index: 1;
}
.noEventsMsg {
  font-size: 20px;
  background: #efefef;
  border: solid 1px #ddd;
  padding: 25px;
  text-align: center;
}
.barInfo {
  color: #000;
}
@media (max-width: 767px) {
  .playerHeadshotContainer {
    display: none;
  }
}
.presentedBySponsor {
  text-align: center;
  font-weight: 100;
  font-size: 20px;
  margin: -25px 0 25px;
  text-transform: uppercase;
}
.presentedBySponsor img {
  height: 35px;
}
.barRow {
  font-size: 12px;
  line-height: 125%;
}
.mapSection {
  text-align: center;
}
.mapSection iframe {
  border: none;
}
.barsLayout {
  position: relative;
}
.barsLayout .col {
  padding: 0;
}
@media (min-width: 992px) {
  .barsLayout .col:first-of-type {
    padding-left: 5px;
  }
  .barsLayout .col:last-of-type {
    padding-right: 5px;
  }
}
