.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('../images/custom-checkbox-check.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  margin-bottom: 5px;
  line-height: 22px;
}

a {
  color: #c30e2e;
  text-decoration: none;
}

a:hover {
  color: #f6a704;
  text-decoration: none;
}

.cms-btn {
  display: inline-block;
  padding: 17px 20px;
  border-radius: 0px;
  background-color: #c30e2e;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.cms-btn:hover {
  background-color: #a20c26;
  color: #fff;
  text-decoration: none;
}

.cms-btn.cms-btn-secondary {
  background-color: #0e2240;
}

.cms-btn.cms-btn-secondary:hover {
  background-color: #173664;
}

.cms-btn.game-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 106px;
  margin-right: 5px;
  margin-bottom: 12px;
  margin-left: 5px;
  padding: 17px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
}

.cms-btn.schedule-button {
  width: 140px;
  margin-right: 10px;
}

.cms-btn.upcoming-game-button {
  margin-top: 10px;
  margin-right: 7px;
  padding: 7px 12px;
  font-size: 14px;
}

.cms-btn.upcoming-games-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  margin-right: 8px;
  margin-bottom: 12px;
  margin-left: 8px;
  padding: 17px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cms-btn.upcoming-promotions-button {
  margin-top: 10px;
  margin-right: 7px;
  padding: 7px 12px;
  font-size: 14px;
}

.cms-btn.new-feature-button {
  padding: 7px 12px;
  font-size: 14px;
}

.footer-section {
  height: 500px;
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #fff;
  background-image: url('../images/footer-bg.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.nav-link {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 20px 10px;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #c30e2e;
  text-decoration: none;
}

.nav-link.w--current {
  cursor: pointer;
  color: #c30e2e;
}

.nav-link.dropdown-nav-link {
  display: block;
}

.nav-link.red-icon {
  color: #c30e2e;
}

.logo-home-link {
  position: absolute;
  left: 15px;
  top: 35px;
  z-index: 1;
  margin-top: -25px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 155px;
  background-color: #c30e2e;
}

.nav-menu {
  position: absolute;
  left: 0px;
  display: inline-block;
  width: 100%;
  margin-top: 66px;
  float: none;
  background-color: #f6a704;
  box-shadow: 0 -1px 0 0 #ce8996, inset 0 -2px 0 0 #0e2240, inset 0 2px 0 0 #0e2240, inset 0 -8px 0 0 #c30e2e, inset 0 8px 0 0 #c30e2e;
}

.main-content-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 90px;
}

.delete-this-class {
  color: #0093e8;
  line-height: 22px;
  text-decoration: none;
}

.delete-this-class:hover {
  text-decoration: underline;
}

.delete-this-class.amsd-more-link {
  display: inline-block;
  margin-top: 10px;
  float: left;
  clear: both;
}

.delete-this-class.back-link {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  float: left;
}

.delete-this-class.amsd-grid-more-link {
  display: inline-block;
  margin-top: 10px;
}

.title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 64px;
  text-align: center;
}

.subtitle-text {
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.footer-link {
  display: inline-block;
  margin-top: 10px;
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
  text-decoration: none;
}

.font-awesome-icon {
  margin-right: 5px;
  float: left;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.old-cybernautic-tag {
  display: block;
  width: 318px;
  height: 41px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown.nested {
  display: block;
}

.dropdown-link {
  display: block;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  color: #c7c7c7;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #f6a704;
  text-decoration: none;
}

.dropdown-link.w--current {
  color: #f6a704;
}

.dropdown-list {
  background-color: #0e2240;
}

.nested-dropdown-list {
  margin-top: -50px;
  margin-left: 100%;
  background-color: #0e2240;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.gallery-image {
  display: inline-block;
  width: 283px;
  margin-right: 13px;
  margin-bottom: 45px;
  margin-left: 13px;
  text-align: center;
  text-decoration: none;
}

.gallery-image:hover {
  opacity: 0.8;
  text-decoration: none;
}

.album-label {
  margin-top: 10px;
  color: #c30e2e;
  text-align: center;
}

.album-label:hover {
  color: #f6a704;
}

.gallery-albums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.album-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.above-footer-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e4e4e4;
  text-align: center;
}

.cms-contact-form {
  margin-top: 30px;
  margin-bottom: 45px;
}

.cms-contact-form.tickets {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #c30e2e;
}

.form-input {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 8px 12px;
  float: left;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.form-input.form-invalid {
  border-color: #f75454;
}

.form-input.left {
  width: 49.5%;
  float: left;
}

.form-input.right {
  width: 49.5%;
  float: right;
}

.form-input.text-area-input {
  min-height: 100px;
  margin-bottom: 20px;
}

.form-input.options-input {
  width: auto;
  padding-left: 32px;
  border: 0px none transparent;
  background-color: transparent;
}

.form-input.third {
  width: 32.66%;
}

.form-input.third.middle {
  margin-right: 1%;
  margin-left: 1%;
}

.contact-form-message {
  margin-top: 20px;
}

.nav-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 160px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-items-wrapper.mobile {
  display: none;
}

.amsd-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.amsd-item.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  max-width: 100%;
  margin: 0px 10px 45px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px none #e0e0e0;
}

.amsd-item.schedule {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.amsd-item.schedule.past-game {
  color: #9f9f9f;
}

.amsd-item.schedule.away-game {
  color: #f6a704;
}

.amsd-image {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.amsd-image.profile-page {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: left;
}

.amsd-image.profile-page.rivermen-headlines {
  margin-right: 0px;
  margin-left: 30px;
  float: right;
}

.amsd-image.game-recap-profile-page {
  width: 405px;
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
}

.amsd-image-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.amsd-title-text-link {
  margin-bottom: 0px;
  float: left;
  clear: both;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 38px;
  line-height: 44px;
  text-decoration: none;
  text-transform: uppercase;
}

.amsd-title-text-link:hover {
  color: #0e2240;
  text-decoration: none;
}

.amsd-title-text-link.grid {
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 24px;
  line-height: 30px;
}

.amsd-text-wrapper {
  padding-top: 15px;
}

.amsd-text-wrapper.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  text-align: center;
}

.amsd-text-wrapper.profile-page {
  display: block;
  margin-bottom: 30px;
  margin-left: 30px;
  padding-top: 0px;
  float: left;
}

.amsd-text-wrapper.rivermen-headlines {
  padding-top: 0px;
}

.amsd-description-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  float: left;
  clear: both;
}

.amsd-description-text.grid {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  line-height: 20px;
  text-align: left;
}

.amsd-description-text.grid.centered {
  text-align: center;
}

.amsd-subtitle-text {
  margin-top: 5px;
  margin-bottom: 0px;
  float: left;
  clear: both;
  color: #c30e2e;
  font-size: 24px;
  line-height: 30px;
}

.amsd-subtitle-text.grid {
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #c30e2e;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.amsd-select-form {
  display: block;
  max-width: 300px;
  margin: 30px auto;
}

.back-links-wrapper {
  margin-top: 30px;
  margin-bottom: -30px;
  float: left;
  clear: both;
  text-align: left;
}

.amsd-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amsd-dropdown {
  width: 100%;
}

.amsd-dropdown-toggle {
  display: inline-block;
  padding: 0px;
  color: #0093e8;
  font-size: 38px;
  line-height: 44px;
}

.amsd-dropdown-toggle:hover {
  text-decoration: underline;
}

.amsd-dropdown-list {
  position: static;
  width: 100%;
  padding-top: 5px;
  background-color: transparent;
}

.contact-page-text-wrapper {
  margin-bottom: 45px;
}

.map {
  height: 300px;
  margin-bottom: 20px;
}

.calendar-block {
  overflow: hidden;
}

.calendar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  margin-bottom: -1px;
  margin-left: -5px;
}

.calendar-row.labels {
  min-height: 0px;
  margin-bottom: 11px;
}

.day-block {
  overflow: hidden;
  width: 14.28571429%;
  min-height: 150px;
  margin-left: 5px;
  padding: 10px;
  float: left;
  border-bottom: 1px solid #e0e0e0;
  border-left: 6px solid #fefefe;
  box-shadow: -1px 0 0 0 #e0e0e0;
}

.day-block.label {
  width: 14.28571429%;
  min-height: 0px;
  margin-left: 0px;
  padding-left: 20px;
  border-left-style: none;
  box-shadow: none;
}

.calendar-number-label {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.calendar-number-label.today {
  color: #f6a704;
}

.calendar-day-label {
  font-size: 14px;
  text-align: center;
}

.event-link {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #c30e2e;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}

.event-link:hover {
  text-decoration: underline;
}

.hidden-day-of-the-week {
  display: none;
}

.profile-text-wrapper {
  margin-top: 30px;
}

.nav-container {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.options-button {
  margin-left: -20px;
}

.form-input-options-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}

.form-label {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  float: left;
}

.amsd-more-link {
  display: inline-block;
  margin-top: 10px;
  float: left;
  clear: both;
}

.amsd-grid-more-link {
  display: inline-block;
  margin-top: 10px;
}

.back-link {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
}

.icon-embed {
  height: 200px;
  margin-bottom: 60px;
  background-color: #9ed394;
  text-align: center;
}

.gallery-image-wrapper {
  max-height: 100%;
}

.footer-link-text {
  float: right;
}

.special-text {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 20px;
  background-color: #6ec266;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.contact-info-row {
  text-align: center;
}

.contact-info-icon {
  margin-bottom: 5px;
  font-family: Fontawesome, sans-serif;
  color: #0e2240;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.contact-info-icon.email {
  font-size: 17px;
}

.contact-info-link {
  display: inline-block;
  color: #c30e2e;
  font-size: 14px;
  line-height: 20px;
}

.contact-info-link:hover {
  color: #c30e2e;
  text-decoration: none;
}

.contact-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cms-frontend {
  height: 100%;
  padding-top: 183px;
  background-color: #e8ebfa;
  font-family: 'Droid Sans', sans-serif;
  color: #0e2240;
  font-size: 16px;
  line-height: 22px;
}

.popup-window {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.popup-scroll-wrapper {
  position: absolute;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 60px;
}

.popup-content-box {
  position: relative;
  z-index: 2;
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 45px 60px;
  background-color: #fff;
}

.fullscreen-close-button {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-right: -10px;
  border-radius: 200px;
  background-color: #ec1c24;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.header-image-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.header-image-title {
  margin-top: 0px;
  text-align: center;
}

.custom-container {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.blue-strip {
  width: 100%;
  height: 52px;
  padding-top: 15px;
  padding-right: 50px;
  padding-left: 165px;
  background-color: #ebebeb;
}

.jersey-stripe {
  display: none;
  height: 60px;
  background-color: #f6a704;
  box-shadow: inset 0 3px 0 0 #0e2240, inset 0 -3px 0 0 #0e2240, inset 0 -7px 0 0 #c30e2e, inset 0 7px 0 0 #c30e2e;
}

.header-sponsor-link {
  position: absolute;
  top: 52px;
  right: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #c7c7c7;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.header-sponsor-link:hover {
  color: #c7c7c7;
  text-decoration: none;
}

.twitter-icon-link {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 20px;
  margin-right: 15px;
}

.live-tweet {
  position: relative;
  z-index: 2;
  color: #122643;
  font-size: 14px;
  line-height: 20px;
}

.live-tweet:hover {
  color: #122643;
  text-decoration: none;
}

.hashtag {
  color: #f6a704;
}

.social-link {
  width: 24px;
  height: 24px;
  margin-left: 30px;
  float: right;
}

.search-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 70px;
  margin-right: 41px;
  float: right;
}

.menu-icon {
  display: none;
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
}

.menu-icon-wrapper {
  width: 200px;
  height: 100px;
  float: left;
  clear: both;
}

.svg-wrapper {
  width: 200px;
  height: 100px;
}

.blue-strip-right-side {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
  height: 52px;
  padding-top: 14px;
  padding-right: 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, #ebebeb));
  background-image: linear-gradient(90deg, transparent, #ebebeb 5%);
}

.slider-section {
  position: relative;
  z-index: 1;
  padding-top: 107px;
  padding-bottom: 30px;
  background-image: url('../images/background-image-top.png');
  background-position: 50% 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hockey-player {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-top: 25px;
  margin-left: -928px;
}

.slider-container {
  position: relative;
  display: block;
  width: 960px;
  height: 513px;
  margin-right: auto;
  margin-left: auto;
}

.slide-tabs {
  width: 700px;
  float: left;
}

.slider-tab-content {
  overflow: hidden;
  width: 700px;
  height: 400px;
  margin-bottom: 18px;
}

.slide-tabs-menu {
  width: 700px;
}

.slide-tab-pane {
  width: 700px;
  height: 400px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 18px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 34, 64, 0)), to(rgba(14, 34, 64, 0.9))), url('../images/slide-1.jpg');
  background-image: linear-gradient(180deg, rgba(14, 34, 64, 0), rgba(14, 34, 64, 0.9)), url('../images/slide-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-tab-link {
  width: 165px;
  height: 95px;
  margin-right: 13px;
  border-radius: 18px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 34, 64, 0.8)), to(rgba(14, 34, 64, 0.8))), url('../images/thumb-1.jpg');
  background-image: linear-gradient(180deg, rgba(14, 34, 64, 0.8), rgba(14, 34, 64, 0.8)), url('../images/thumb-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  cursor: pointer;
}

.slide-tab-link:hover {
  background-image: url('../images/thumb-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-tab-link.w--current {
  background-color: transparent;
  background-image: url('../images/thumb-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-tab-link.last {
  margin-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 34, 64, 0.8)), to(rgba(14, 34, 64, 0.8))), url('../images/thumb-4.jpg');
  background-image: linear-gradient(180deg, rgba(14, 34, 64, 0.8), rgba(14, 34, 64, 0.8)), url('../images/thumb-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-tab-link.last:hover {
  background-image: url('../images/thumb-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-tab-link.last.w--current {
  background-image: url('../images/thumb-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-tab-link.three {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 34, 64, 0.8)), to(rgba(14, 34, 64, 0.8))), url('../images/thumb-3.jpg');
  background-image: linear-gradient(180deg, rgba(14, 34, 64, 0.8), rgba(14, 34, 64, 0.8)), url('../images/thumb-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-tab-link.three:hover {
  background-image: url('../images/thumb-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-tab-link.three.w--current {
  background-image: url('../images/thumb-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-tab-link.two {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 34, 64, 0.8)), to(rgba(14, 34, 64, 0.8))), url('../images/thumb-2.jpg');
  background-image: linear-gradient(180deg, rgba(14, 34, 64, 0.8), rgba(14, 34, 64, 0.8)), url('../images/thumb-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-tab-link.two:hover {
  background-image: url('../images/thumb-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-tab-link.two.w--current {
  background-image: url('../images/thumb-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-text {
  font-family: Oswald, sans-serif;
  color: #f7f7f7;
  font-size: 38px;
  line-height: 42px;
  text-align: left;
}

.game-center-tabs {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  color: white;
}

.game-center-tabs.interiors {
  width: auto;
  height: auto;
  float: none;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  color: #0e2240;
}

.game-center-title-text {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 241px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background-color: #0e2240;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.game-center-tab-pane {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.game-center-tab-pane.interiors {
  width: auto;
  height: auto;
  padding-top: 0px;
  text-align: center;
}

.game-center-tab-link {
  padding: 0px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 17px;
}

.game-center-tab-link:hover {
  color: #c30e2e;
  text-decoration: none;
}

.game-center-tab-link.w--current {
  background-color: transparent;
  color: #f6a704;
}

.game-center-tab-link.interiors {
  margin-right: 15px;
  margin-left: 15px;
  color: #999999;
  font-size: 17px;
}

.game-center-tab-link.interiors:hover {
  color: #c30e2e;
}

.game-center-tab-link.interiors.w--current {
  color: #c30e2e;
}

.game-center-tab-link.interiors.w--current:hover {
  color: #c30e2e;
}

.game-center-tabs-menu {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 20px;
  margin-top: 0px;
  text-align: center;
}

.game-center-tabs-menu.interiors {
  margin-top: 0px;
}

.game-center-date-text {
  height: 44px;
  margin-top: 45px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.game-center-date-text.interiors {
  margin-top: 45px;
}

.game-center-vs-box {
  margin-top: 0px;
  text-align: center;
  margin-bottom: 15px;
}

.game-center-vs-box.in-progress {
  margin-top: 60px;
  margin-bottom: 30px;
}

.game-center-vs-box.in-progress.interiors {
  margin-top: 45px;
}

.vs {
  display: inline-block;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  line-height: 30px;
}

.game-center-vs-team-name {
  height: 34px;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.game-center-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.game-center-button-wrapper.livestream {
  width: auto;
  margin-top: 0px;
  float: left;
}

.button-icon {
  margin-right: 5px;
}

.button-text {
  display: inline-block;
}

.game-center-score {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
}

.game-center-score.schedule {
  display: block;
  float: left;
  clear: both;
}

.top-row {
  position: relative;
  height: 32px;
  padding-top: 0px;
  padding-bottom: 12px;
}

.middle-row {
  height: 40px;
  padding-top: 12px;
  padding-right: 30px;
}

.bottom-row {
  height: 40px;
  padding-top: 12px;
  padding-right: 30px;
}

.scoreboard-line {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 170px;
  height: 1px;
  background-color: #fff;
}

.scoreboard-line.interiors {
  background-color: #d8dce0;
}

.in-progress-text {
  float: left;
  font-family: Oswald, sans-serif;
  color: #f6a704;
  font-size: 16px;
  line-height: 20px;
}

.final-text {
  width: 100%;
  float: right;
  font-family: Oswald, sans-serif;
  color: #f6a704;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.final-text-wrapper {
  width: 65px;
  height: 20px;
  margin-left: 10px;
  float: right;
  text-align: center;
}

.period-number {
  width: 20px;
  margin-left: 15px;
  float: right;
  font-family: Oswald, sans-serif;
  color: #f6a704;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.period-number.in-progress {
  color: #f6a704;
}

.period-number.final {
  color: #f6a704;
  text-align: center;
}

.team-name-text {
  max-width: 180px;
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.current-score {
  width: 10px;
  margin-left: 35px;
  float: right;
  font-family: Oswald, sans-serif;
  color: #f6a704;
  font-size: 24px;
  line-height: 28px;
}

.current-score.final {
  color: #f6a704;
  text-align: center;
}

.current-score.in-progress {
  color: #f6a704;
}

.period-score {
  width: 20px;
  margin-left: 15px;
  float: right;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.slide-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main-content {
  margin-top: -501px;
  padding-top: 500px;
  background-image: url('../images/home-bg-top-blue.jpg'), url('../images/home-bg-bottom-blue.jpg');
  background-position: 50% 0px, 0px 100%;
  background-size: 2000px, 2000px;
  background-repeat: no-repeat, no-repeat;
}

.main-content.interiors {
  margin-top: 0px;
  padding: 100px 30px 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 235, 250, 0.77)), to(rgba(232, 235, 250, 0.77))), url('../images/interiors-background-image-top.png');
  background-image: linear-gradient(180deg, rgba(232, 235, 250, 0.77), rgba(232, 235, 250, 0.77)), url('/assets/images/interiors-background-image-top.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.top-ad-wrapper {
  position: static;
  display: block;
  width: 100%;
  height: 30px;
}

.bottom-ad-section {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}

.large-ad {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.down-arrow {
  margin-right: 50px;
}

.down-arrow.right {
  margin-right: 0px;
  margin-left: 50px;
}

.upcoming-promotions-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/home-bg-bottom-blue.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.promotion-slider {
  display: block;
  height: 330px;
  max-width: 1370px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
  text-align: center;
}

.promotion-slider-mask {
  text-align: center;
}

.promotion-slider-right-arrow {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 45px;
  color: #0e2240;
}

.promotion-slider-right-arrow.hide-on-desktop {
  display: none;
}

.promotion-slider-left-arrow {
  width: 45px;
  color: #0e2240;
}

.promotion-slider-left-arrow.hide-on-desktop {
  display: none;
}

.upcoming-promotion-link-block {
  overflow: hidden;
  width: 100%;
}

.upcoming-promotion-slide {
  width: 31.33%;
  margin-right: 1%;
  margin-left: 1%;
  background-color: #fff;
}

.section-title-wrapper {
  display: inline-block;
}

.section-title-wrapper.sidebar-title-wrapper {
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 9px;
  padding-bottom: 8px;
  border-top: 1px solid #d8dce0;
  border-bottom: 1px solid #d8dce0;
}

.section-title-small {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 30px;
  border-top: 1px solid #e6eaee;
  border-bottom: 1px solid #e6eaee;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
}

.top-ad-section {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.featured-boxes-section {
  padding-top: 30px;
}

.featured-boxes-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1430px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.featured-box-link-block {
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  float: left;
  border-radius: 18px;
}

.social-section {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.section-title-large {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 30px;
  border-top: 1px solid #e6eaee;
  border-bottom: 1px solid #e6eaee;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 72px;
  line-height: 76px;
  font-weight: 600;
  text-transform: uppercase;
}

.social-title-box {
  display: inline-block;
  height: 212px;
  margin-top: 20px;
}

.social-ad-left {
  margin-top: -20px;
  margin-right: 90px;
  float: left;
}

.social-ad-right {
  margin-top: -20px;
  margin-left: 90px;
  float: right;
}

.social-tabs {
  display: block;
  width: 934px;
  margin-right: auto;
  margin-left: auto;
}

.social-tabs-menu {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 165px;
  margin-top: -24px;
  margin-left: -83px;
}

.social-tabs-menu.interiors {
  margin-top: 20px;
}

.social-tab-link {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  background-color: transparent;
}

.social-tab-link.w--current {
  background-color: transparent;
}

.social-tab-pane {
  overflow: auto;
  max-height: 580px;
  margin-top: 70px;
  padding-right: 14px;
  padding-left: 14px;
}

.social-tab-pane.instagram {
  text-align: center;
}

.social-post {
  margin-bottom: 10px;
  padding: 30px 30px 45px;
  border-radius: 18px;
  background-color: #fff;
}

.avatar {
  float: left;
}

.post-title-text {
  display: inline-block;
  margin-top: 22px;
  margin-left: 10px;
  float: left;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 20px;
}

.post-link {
  display: inline-block;
  margin-top: 22px;
  margin-left: 10px;
  float: left;
  color: #f6a704;
  font-size: 14px;
  line-height: 20px;
}

.post-link:hover {
  color: #f6a704;
  text-decoration: underline;
}

.post-timestamp {
  display: inline-block;
  margin-top: 22px;
  margin-left: 10px;
  float: left;
  color: #9f9f9f;
}

.post-text {
  margin-top: 20px;
  margin-bottom: 0px;
  float: left;
  clear: both;
  color: #0e2240;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
}

.instagram-post {
  width: 400px;
  height: 400px;
  margin-right: 20px;
  margin-bottom: 45px;
  margin-left: 20px;
  border-radius: 18px;
  background-image: url('../images/instagram.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-tabs-content {
  margin-top: 20px;
}

.ad-roll-section {
  padding-top: 80px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(40%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 40%);
  text-align: center;
}

.ad-roll-container {
  display: block;
  width: 900px;
  max-width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.ad-roll-link-block {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  width: 150px;
  height: 75px;
}

.footer-sponsors-container {
  display: block;
  max-width: 950px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.footer-sponsor-link-block {
  margin-right: 45px;
  margin-bottom: 20px;
  margin-left: 45px;
}

.footer-sponsor-link-block.blackhawks {
  width: 176px;
}

.footer-sponsor-link-block.pcc {
  width: 276px;
}

.footer-sponsor-link-block.sphl {
  width: 196px;
}

.title-section {
  width: 964px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  border-top: 5px solid #f6a704;
  border-bottom: 5px solid #f6a704;
  box-shadow: 0 -5px 0 0 #c30e2e, 0 5px 0 0 #c30e2e;
  text-align: center;
}

.white-content-container {
  position: relative;
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 30px 300px;
  background-color: hsla(0, 0%, 99.6%, 0.95);
  background-image: url('../images/ice-bg.png');
  background-position: 100% 0px;
  background-repeat: no-repeat;
}

.sidebar {
  width: 350px;
  height: 100%;
  float: right;
  text-align: center;
}

.content-wrapper {
  width: 990px;
  padding-right: 40px;
  float: left;
  text-align: left;
}

.sidebar-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e6eaee;
  border-bottom: 1px solid #e6eaee;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
}

.standings {
  padding-right: 20px;
  padding-left: 20px;
}

.standings-row {
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.standings-row.labels {
  margin-bottom: 0px;
  padding-bottom: 18px;
}

.standings-team-name {
  float: left;
  color: #0e2240;
}

.total-points {
  width: 30px;
  float: right;
  color: #f6a704;
}

.total-points.label {
  color: #0e2240;
  text-transform: uppercase;
}

.ties {
  width: 30px;
  margin-right: 20px;
  float: right;
  color: #f6a704;
}

.ties.label {
  color: #0e2240;
}

.losses {
  width: 30px;
  margin-right: 20px;
  float: right;
  color: #f6a704;
}

.losses.label {
  color: #0e2240;
}

.wins {
  width: 30px;
  margin-right: 20px;
  float: right;
  color: #f6a704;
}

.wins.label {
  color: #0e2240;
}

.content-ads-wrapper {
  width: 100%;
  margin-top: 45px;
  float: left;
  clear: both;
}

.small-ad-wrapper {
  width: 400px;
  float: right;
  text-align: center;
}

.large-ad-wrapper {
  width: 900px;
  float: left;
  text-align: center;
}

.email-wrapper {
  min-width: 200px;
  float: left;
  text-align: center;
}

.phone-wrapper {
  min-width: 200px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  text-align: center;
}

.address-wrapper {
  min-width: 200px;
  float: left;
  text-align: center;
}

.phone-and-email-wrapper {
  width: 200px;
  float: left;
}

.red {
  color: #c30e2e;
}

.yellow {
  color: #f6a704;
}

.info-box {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #dfdfdf;
  color: #0e2240;
}

.ticket-price-table {
  display: block;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #c30e2e;
}

.center {
  text-align: center;
}

.schedule-date-and-time {
  display: inline-block;
  margin-right: 10px;
  float: left;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #0e2240;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.schedule-amsd-title-text-wrapper {
  padding-top: 10px;
  float: left;
  text-align: center;
}

.schedule-amsd-opponent-logo {
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
}

.schedule-buttons-box {
  float: left;
  clear: both;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

.schedule-link {
  display: inline-block;
  margin-right: 20px;
  float: left;
}

.schedule-link.cms-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 45px;
  padding: 5px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #c30e2e;
  font-size: 16px;
  line-height: 20px;
}

.schedule-link.cms-btn:hover {
  color: #f6a704;
}

.schedule-opponent-name {
  display: inline-block;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.schedule-more-info {
  margin-top: 3px;
  float: left;
  clear: both;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #9f9f9f;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.schedule-opponent-wrapper {
  margin-bottom: 10px;
  float: left;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

.schedule-opponent-wrapper.profile-page {
  clear: both;
}

.schedule-amsd-text-wrapper {
  margin-right: 20px;
  padding-top: 25px;
  float: left;
}

.schedule-score-text {
  margin-right: 10px;
  float: left;
}

.schedule-score-text.profile-page {
  clear: both;
}

.schedule-opponent-name-profile-page {
  color: #c30e2e;
}

.schedule-amsd-info-profile-page {
  float: left;
}

.toggle-links-wrapper {
  margin-top: -15px;
  margin-bottom: 20px;
}

.ticket-request-form-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
}

.ticket-price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.ticket-price-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  height: auto;
  min-height: 53px;
  padding: 15px 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #dfdfdf;
  text-align: center;
}

.ticket-price-field.left {
  width: 28%;
}

.ticket-price-field.red-field {
  background-color: #c30e2e;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}

.ticket-price-field.blue-field {
  background-color: #0e2240;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}

.ticket-price-field.yellow-field {
  background-color: #f6a704;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}

.ticket-price-field.light-red-field {
  background-color: #e4a394;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}

.ticket-price-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 38px;
}

.ticket-price-text {
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.ticket-price-text.label {
  color: #c30e2e;
}

.roster-stats-link {
  display: inline-block;
  margin-top: 10px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.roster-social-link {
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-left: 0px;
  float: right;
}

.roster-social-link.profile-page {
  margin-right: 12px;
  margin-left: 0px;
  float: left;
}

.roster-social-link-wrapper {
  width: 100%;
  margin-top: -36px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.roster-social-link-wrapper.profile-page {
  margin-top: 10px;
}

.toggle-button {
  display: inline-block;
  padding: 9px 30px;
  border-radius: 9px;
  background-color: #c30e2e;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}

.toggle-button:hover {
  background-color: #a20c26;
  color: #fff;
}

.toggle-button.right {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

.toggle-button.active {
  background-color: #c7c7c7;
  color: #0e2240;
}

.schedule-view-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 28px;
}

.win-or-loss {
  color: #0e2240;
  font-size: 16px;
  font-weight: 700;
}

.win-or-loss.loss {
  color: #f6a704;
}

.schedule-button-icon-wrapper {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: #c30e2e;
  text-align: center;
}

.livestream-box {
  margin-top: 30px;
  margin-bottom: 30px;
}

.livestream-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.livestream-left-half {
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #c30e2e;
}

.livestream-right-half {
  margin-top: 30px;
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #c30e2e;
}

.livestream-icon {
  margin-right: 10px;
  float: left;
}

.livestream-description-text {
  margin-bottom: 30px;
}

.livestream-image {
  width: 350px;
  margin-left: 30px;
  float: right;
}

.opponent-logo-wrapper {
  display: inline-block;
  width: 170px;
  min-height: 100px;
  text-align: center;
}

.opponent-logo-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text-image {
  position: fixed;
  top: 0px;
  max-width: 539px;
  margin-top: 52px;
  margin-left: 20px;
}

.header-promo-links-wrapper {
  position: absolute;
  top: 52px;
  right: 335px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c7c7c7;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

.header-promo-links-wrapper:hover {
  color: #c7c7c7;
  text-decoration: none;
}

.header-promo-link {
  position: relative;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.header-promo-link:hover {
  color: #fff;
}

.header-promo-link-bottom-text {
  display: block;
  font-size: 30px;
  line-height: 30px;
}

.header-promo-link-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 23px;
  height: 25px;
  margin-top: -12px;
  margin-left: -11px;
}

.header-promo-link-divider {
  width: 1px;
  height: 66px;
  margin-right: 18px;
  margin-left: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ebebeb;
}

.custom-code {
  display: none;
}

.new-slider-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
}

.new-slider {
  height: auto;
}

.new-slide {
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-slider-arrow {
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 30px;
}

.new-slider-arrow:hover {
  opacity: 1;
}

.new-slider-nav {
  margin-bottom: 10px;
}

.new-game-center-wrapper {
  width: 450px;
  padding: 25px 50px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #122643;
}

.new-game-center-wrapper.no-current-game {
  display: none;
}

.new-slide-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 534px;
  padding: 180px 90px 100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(14, 35, 65, 0.75)), to(rgba(14, 34, 64, 0.2)));
  background-image: linear-gradient(90deg, rgba(14, 35, 65, 0.75) 20%, rgba(14, 34, 64, 0.2));
}

.new-slide-content-inner-wrapper {
  width: 500px;
  max-width: 100%;
}

.new-slide-paragraph-text {
  margin-bottom: 0px;
  color: #fff;
  margin-top: 15px;
}

.new-slide-heading-text {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #f7f7f7;
  font-size: 54px;
  line-height: 56px;
  font-weight: 700;
}

.new-game-center-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.new-game-center-heading {
  display: inline-block;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.new-game-center-logo {
  width: 60px;
  margin-right: 15px;
}

.period {
  position: relative;
  top: -6px;
  font-size: 10px;
}

.game-center-image-link {
  display: block;
  width: 320px;
  max-width: 100%;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
}

.upcoming-games-section {
  padding: 60px 60px 90px;
  background-position: 0px 0px, 50% 85%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.upcoming-games-container {
  position: relative;
  width: 1300px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.upcoming-games-section-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 200px;
  padding-left: 200px;
  color: #fff;
  font-size: 46px;
  line-height: 48px;
  text-align: center;
}

.upcoming-game-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.33%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f6a704;
}

.upcoming-game-block.middle {
  background-color: #0e2240;
  color: #fff;
}

.upcoming-games-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.upcoming-game-text-outer-wrapper {
  width: 100%;
}

.upcoming-game-team-logo-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 28%;
  min-height: 125px;
  margin-top: 25px;
  margin-right: 25px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.upcoming-game-date-text {
  margin-top: 5px;
  margin-bottom: 2px;
}

.upcoming-game-team-text {
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.upcoming-game-time-text {
  margin-bottom: 0px;
}

.upcoming-game-buttons-wrapper {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.upcoming-game-text-inner-wrapper {
  width: 65%;
}

.image-links-section {
  position: relative;
  z-index: 2;
  padding: 20px 60px;
  border-top: 18px solid #c30e2e;
  border-bottom: 18px solid #c30e2e;
  background-color: #f6a704;
  box-shadow: 0 -2px 0 0 #0e2240, 0 2px 0 0 #0e2240;
}

.image-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-link-block {
  margin-right: 1%;
  margin-left: 1%;
}

.section-title-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 25px 30px;
  border-top: 5px solid #f6a704;
  border-bottom: 5px solid #f6a704;
  box-shadow: 0 -5px 0 0 #c30e2e, 0 5px 0 0 #c30e2e;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 66px;
  line-height: 70px;
  font-weight: 600;
  text-transform: uppercase;
}

.upcoming-promotion-image-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 230px;
  padding: 25px 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.upcoming-promotion-title {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.upcoming-promotion-text-wrapper {
  height: 100px;
  padding: 16px 30px 15px;
}

.upcoming-promotion-date-text {
  margin-bottom: 0px;
}

.upcoming-promotions-buttons-wrapper {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.upcoming-promotions-large-button-wrapper {
  margin-top: 50px;
}

.new-features-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.new-feature-block {
  width: 25%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-feature-block-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 320px;
  padding-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 34, 64, 0.2)), to(rgba(14, 34, 64, 0.85)));
  background-image: linear-gradient(180deg, rgba(14, 34, 64, 0.2), rgba(14, 34, 64, 0.85));
  text-align: center;
}

.new-feature-block-content-wrapper._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 34, 64, 0.2)), to(rgba(14, 34, 64, 0.85)));
  background-image: linear-gradient(180deg, rgba(14, 34, 64, 0.2), rgba(14, 34, 64, 0.85));
}

.new-feature-block-title-link {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

.new-feature-block-buttons-wrapper {
  width: 100%;
  margin-top: 30px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.social-media-section {
  padding-top: 80px;
  padding-bottom: 0px;
}

.social-media-blocks-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-media-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.33%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.social-media-block-heading-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #0e2240;
  text-align: right;
}

.social-media-block-logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 78px;
  margin-top: 15px;
  margin-left: 30px;
}

.social-media-block-title-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 26px;
}

.social-media-title-text {
  display: inline-block;
  margin-left: 10px;
}

.social-media-icon {
  position: relative;
  top: -3px;
  display: inline-block;
}

.social-media-slider-nav {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
}

.social-media-slider-arrow {
  width: 60px;
  height: 80px;
  margin: auto 0px 0px;
  border-radius: 200px;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #c30e2e;
  font-size: 22px;
}

.social-media-slider-arrow:hover {
  opacity: 1;
  color: #f6a704;
}

.social-media-slider {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.social-media-slider.instagram {
  position: absolute;
  height: 100%;
}

.social-media-slide-content-inner-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.social-media-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.social-media-date-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: center;
}

.twitter-box-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 10px 15px;
  background-color: transparent;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.social-media-slide-content-outer-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  padding: 65px 30px;
  padding-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
}

.social-media-slide-content-outer-wrapper.instagram {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}

.social-media-slide {
  height: 100%;
}

.social-media-slider-mask {
  height: 100%;
}

.social-media-more-links-wrapper {
  margin-top: 10px;
}

.social-media-more-link {
  display: inline-block;
  margin-top: 8px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.social-media-more-link-divider {
  display: inline-block;
  width: 1px;
  height: 15px;
  margin-right: 6px;
  margin-left: 6px;
  background-color: #c30e2e;
}

.instagram-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(29, 29, 29, 0.3);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.instagram-overlay:hover {
  opacity: 1;
}

.instagram-heart-icon {
  width: 15px;
  height: 15px;
}

.instagram-number-text {
  margin-top: -2px;
  margin-left: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.instagram-comments-icon {
  width: 15px;
  height: 15px;
  margin-left: 13px;
}

.social-media-slider-wrapper {
  position: relative;
  height: 100%;
}

.ad-roll-section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 30px;
  border-top: 1px solid #e6eaee;
  border-bottom: 1px solid #e6eaee;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 72px;
  line-height: 76px;
  text-transform: uppercase;
}

.cybernautic-tag {
  display: inline-block;
  width: 150px;
  height: 49px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.player-bg-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 427px;
  height: 441px;
  margin-bottom: -159px;
  background-image: url('../images/player-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.starts-in {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.image-link-block-slide {
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  text-align: center;
}

.image-link-slider {
  width: 1300px;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.image-link-slider-arrow {
  display: none;
}

.image-link-slider-nav {
  display: none;
}


.no-promotion-title {
  margin: 45px 0 0 0;
  text-align:center;
  font-family: Oswald, sans-serif;
  color: #0e2240;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .cms-btn.upcoming-games-button {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-section {
    height: auto;
    padding-top: 200px;
  }
  .nav-link {
    display: block;
    height: auto;
    padding: 15px 0px;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }
  .nav-link:hover {
    color: #f6a704;
  }
  .nav-link.w--current {
    color: #f6a704;
  }
  .logo-home-link {
    width: 140px;
    margin-top: -74px;
  }
  .navbar {
    height: 135px;
  }
  .nav-menu {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 45px;
    padding-right: 90px;
    padding-left: 90px;
    float: right;
    background-color: #0e2240;
    box-shadow: none;
  }
  .dropdown {
    display: block;
    height: auto;
  }
  .dropdown-link {
    height: auto;
    padding: 12px 0px 12px 20px;
    border-left: 2px solid #f6a704;
    color: #fff;
    font-size: 16px;
  }
  .dropdown-link.w--current {
    color: #f6a704;
  }
  .dropdown-list {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .nested-dropdown-list {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    background-color: transparent;
  }
  .menu-button {
    margin-right: 20px;
    padding-top: 19px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 30px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #fff;
  }
  .album-photos {
    text-align: center;
  }
  .nav-items-wrapper {
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-bottom: 120px;
    padding-left: 0px;
  }
  .nav-items-wrapper.mobile {
    display: block;
  }
  .nav-items-wrapper.mobile.test {
    display: none;
  }
  .amsd-image.game-recap-profile-page {
    width: 305px;
  }
  .day-block {
    width: 99px;
  }
  .day-block.label {
    width: 104px;
  }
  .nav-container {
    position: relative;
    z-index: 1002;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
  }
  .contact-info-wrapper {
    width: 80%;
  }
  .cms-frontend {
    padding-top: 135px;
  }
  .popup-content-box {
    width: 90%;
  }
  .blue-strip {
    height: 45px;
    padding-top: 10px;
  }
  .jersey-stripe {
    position: relative;
    z-index: 1001;
  }
  .header-sponsor-link {
    left: 200px;
    top: 11px;
    right: auto;
    display: none;
  }
  .twitter-icon-link {
    display: none;
  }
  .live-tweet {
    display: none;
  }
  .social-link {
    margin-right: 30px;
    margin-left: 0px;
    float: left;
  }
  .search-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 25px;
    margin-top: 8px;
    margin-right: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    background-color: #bdbdbd;
  }
  .blue-strip-right-side {
    position: static;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
  }
  .slider-section {
    padding-top: 60px;
    text-align: center;
  }
  .hockey-player {
    width: 500px;
    margin-top: 542px;
    margin-left: -395px;
  }
  .slider-container {
    width: 100%;
    height: auto;
  }
  .slide-tabs {
    display: block;
    margin-right: auto;
    margin-bottom: 90px;
    margin-left: auto;
    float: none;
  }
  .game-center-title-text {
    right: 50%;
    margin-top: 603px;
    margin-right: -343px;
  }
  .game-center-score {
    width: 350px;
    max-width: 100%;
  }
  .main-content.interiors {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bottom-ad-section {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .large-ad {
    width: 400px;
  }
  .upcoming-promotions-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .promotion-slider {
    height: 300px;
  }
  .promotion-slider-right-arrow {
    font-size: 30px;
  }
  .promotion-slider-left-arrow {
    font-size: 30px;
  }
  .upcoming-promotion-link-block {
    width: 237px;
    height: 154px;
  }
  .upcoming-promotion-slide {
    width: 48%;
  }
  .featured-box-link-block {
    width: 280px;
  }
  .section-title-large {
    font-size: 45px;
  }
  .social-ad-left {
    width: 160px;
    margin-right: 30px;
  }
  .social-ad-right {
    width: 160px;
    margin-left: 30px;
  }
  .social-tabs {
    width: 700px;
  }
  .social-tab-pane {
    max-height: 400px;
    margin-top: 30px;
  }
  .ad-roll-section {
    margin-bottom: -40px;
    padding-top: 45px;
  }
  .ad-roll-link-block {
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-sponsors-container {
    margin-bottom: 45px;
  }
  .footer-sponsor-link-block.blackhawks {
    width: 88px;
  }
  .footer-sponsor-link-block.pcc {
    width: 138px;
  }
  .footer-sponsor-link-block.sphl {
    width: 98px;
  }
  .title-section {
    margin-bottom: 30px;
    border-top-style: none;
    border-bottom-style: none;
    box-shadow: none;
  }
  .white-content-container {
    padding-bottom: 70px;
  }
  .sidebar {
    display: none;
  }
  .content-wrapper {
    width: 100%;
    padding-right: 0px;
  }
  .small-content-ad {
    width: 250px;
  }
  .large-content-ad {
    width: 400px;
  }
  .small-ad-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .large-ad-wrapper {
    width: 100%;
  }
  .menu-text {
    font-family: Oswald, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .header-sponsor-image {
    width: 120px;
  }
  .livestream-image {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
  }
  .menu-button-icon {
    color: #f6a704;
  }
  .logo-text-image {
    display: none;
  }
  .header-promo-links-wrapper {
    left: 200px;
    top: 11px;
    right: auto;
  }
  .new-slider-section {
    display: block;
    margin-top: 0px;
  }
  .new-slider {
    width: 100%;
  }
  .new-slider-arrow {
    height: 68px;
    margin-top: auto;
    margin-bottom: 0px;
    opacity: 1;
  }
  .new-slider-nav {
    font-size: 14px;
  }
  .new-game-center-wrapper {
    width: 100%;
  }
  .new-slide-content-outer-wrapper {
    height: 534px;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .new-game-center-heading-wrapper {
    width: 350px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .upcoming-games-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .upcoming-games-section-heading {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .upcoming-game-block {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .upcoming-games-block-wrapper {
    width: 400px;
    max-width: 100%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-title-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 46px;
    line-height: 50px;
  }
  .upcoming-promotion-image-link-block {
    height: 200px;
  }
  .upcoming-promotion-title {
    font-size: 22px;
    line-height: 26px;
  }
  .new-features-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .new-feature-block {
    width: 50%;
  }
  .new-feature-block-content-wrapper {
    /*padding-top: 250px;*/
    padding-bottom: 60px;
  }
  .social-media-section {
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .social-media-blocks-wrapper {
    display: block;
  }
  .social-media-block {
    width: 400px;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .social-media-slider-arrow {
    display: block;
    opacity: 1;
  }
  .social-media-slide-content-outer-wrapper.instagram {
    height: 350px;
  }
  .instagram-overlay {
    display: none;
  }
  .ad-roll-section-title {
    font-size: 45px;
  }
  .search-link-icon {
    width: 16px;
    height: 16px;
  }
  .player-bg-image {
    display: none;
  }
  .promotion-slider-right-arrow.hide-on-desktop {
    display: block;
  }
  .promotion-slider-left-arrow.hide-on-desktop {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .nav-link {
    font-size: 16px;
  }
  .logo-home-link {
    padding-left: 0px;
  }
  .nav-menu {
    padding-right: 90px;
    padding-left: 90px;
  }
  .main-content-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .delete-this-class.amsd-more-link {
    float: none;
  }
  .footer-link {
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
    float: none;
  }
  .old-cybernautic-tag {
    margin-top: 30px;
    float: none;
  }
  .footer-links {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .above-footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-input.left {
    width: 100%;
  }
  .form-input.right {
    width: 100%;
    float: left;
  }
  .form-input.third {
    width: 100%;
  }
  .form-input.third.middle {
    margin-right: 0px;
    margin-left: 0px;
  }
  .amsd-item {
    text-align: center;
  }
  .amsd-item.grid {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    border-right-style: none;
    border-left-style: none;
  }
  .amsd-title-text-link {
    float: none;
    font-size: 24px;
    line-height: 30px;
  }
  .amsd-text-wrapper {
    padding-top: 30px;
    padding-left: 0px;
  }
  .amsd-text-wrapper.grid {
    display: block;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .amsd-description-text {
    text-align: left;
  }
  .amsd-subtitle-text {
    float: none;
    font-size: 18px;
    line-height: 22px;
  }
  .amsd-grid {
    display: block;
    text-align: center;
  }
  .amsd-dropdown-toggle {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .calendar-row {
    display: block;
    min-height: 0px;
  }
  .calendar-row.labels {
    display: none;
  }
  .day-block {
    width: 100%;
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .day-block.empty {
    display: none;
  }
  .event-link {
    margin-top: 20px;
    float: left;
    clear: both;
  }
  .hidden-day-of-the-week {
    display: inline;
  }
  .amsd-more-link {
    float: none;
  }
  .contact-info-wrapper {
    display: block;
    width: 100%;
  }
  .header-image-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hockey-player {
    margin-top: 424px;
    margin-left: -415px;
  }
  .slide-tabs {
    width: 450px;
    margin-top: 45px;
  }
  .slider-tab-content {
    width: 450px;
    height: 257px;
  }
  .slide-tabs-menu {
    width: 450px;
  }
  .slide-tab-pane {
    width: 450px;
    height: 257px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .slide-tab-link {
    display: inline-block;
    width: 106px;
    height: 61px;
    margin-right: 8px;
    border-radius: 9px;
  }
  .slider-text {
    font-size: 20px;
    line-height: 24px;
  }
  .game-center-title-text {
    margin-top: 426px;
    margin-right: -203px;
  }
  .promotion-slider {
    width: 450px;
    max-width: 100%;
    margin-top: 30px;
  }
  .upcoming-promotion-slide {
    width: 98%;
  }
  .section-title-large {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 36px;
  }
  .social-ad-left {
    margin-bottom: 45px;
    float: none;
  }
  .social-ad-right {
    margin-bottom: 45px;
    float: none;
  }
  .social-tabs {
    width: 450px;
  }
  .social-tabs-menu {
    margin-top: 70px;
  }
  .social-tab-pane {
    margin-top: 70px;
  }
  .social-tabs-content {
    margin-top: 70px;
  }
  .ad-roll-section {
    margin-bottom: -90px;
  }
  .footer-sponsor-link-block {
    margin-right: 10px;
    margin-left: 10px;
  }
  .white-content-container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .email-wrapper {
    float: none;
  }
  .phone-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    float: none;
  }
  .address-wrapper {
    float: none;
  }
  .ticket-price-table {
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
  }
  .ticket-request-form-heading {
    font-size: 24px;
    line-height: 28px;
  }
  .ticket-price-field {
    min-height: 43px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ticket-price-title {
    font-size: 24px;
    line-height: 28px;
  }
  .ticket-price-text {
    font-size: 12px;
  }
  .livestream-heading {
    font-size: 24px;
  }
  .header-promo-links-wrapper {
    left: 180px;
  }
  .header-promo-link {
    font-size: 14px;
    line-height: 16px;
  }
  .header-promo-link-bottom-text {
    font-size: 22px;
    line-height: 22px;
  }
  .header-promo-link-divider {
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .new-slide-content-outer-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .new-slide-heading-text {
    font-size: 34px;
    line-height: 36px;
  }
  .upcoming-games-section-heading {
    font-size: 36px;
    line-height: 40px;
  }
  .image-links-section {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .image-links-container {
    display: block;
  }
  .image-link-block {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .section-title-heading {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-bottom-style: none;
    box-shadow: none;
    font-size: 36px;
    line-height: 40px;
  }

  .no-promotion-title {
    margin: 20px 0 0 0;
    font-size: 28px;
    line-height: 35px;
  }
  .upcoming-promotion-date-text {
    font-size: 14px;
    line-height: 20px;
  }
  .new-feature-block-content-wrapper {
    /*padding-top: 200px;*/
  }
  .ad-roll-section-title {
    font-size: 32px;
    line-height: 36px;
  }
  .image-link-block-slide {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .logo-home-link {
    width: 100px;
    margin-top: -39px;
  }
  .nav-menu {
    padding-top: 30px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .old-cybernautic-tag {
    width: 280px;
    height: 36px;
  }
  .menu-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gallery-image {
    margin-right: 0px;
    margin-left: 0px;
  }
  .contact-info-link {
    margin-bottom: 30px;
  }
  .blue-strip {
    padding-left: 20px;
  }
  .jersey-stripe {
    height: 24px;
  }
  .header-sponsor-link {
    display: none;
  }
  .social-link {
    margin-right: 20px;
  }
  .slider-section {
    padding-top: 60px;
  }
  .hockey-player {
    display: none;
    margin-left: -159px;
  }
  .slide-tabs {
    width: 280px;
    margin-bottom: 60px;
  }
  .slider-tab-content {
    width: 280px;
    height: 160px;
  }
  .slide-tabs-menu {
    width: 280px;
  }
  .slide-tab-pane {
    width: 280px;
    height: 160px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .slide-tab-link {
    width: 66px;
    height: 38px;
    margin-right: 5px;
  }
  .slider-text {
    font-size: 16px;
  }
  .game-center-title-text {
    margin-top: 276px;
    margin-right: -122px;
  }
  .game-center-tab-link {
    display: inline-block;
  }
  .scoreboard-line {
    width: 150px;
  }
  .in-progress-text {
    font-size: 14px;
  }
  .final-text {
    font-size: 14px;
  }
  .period-number {
    width: 16px;
    margin-left: 8px;
    font-size: 14px;
  }
  .team-name-text {
    font-size: 14px;
    line-height: 22px;
  }
  .current-score {
    font-size: 18px;
  }
  .period-score {
    width: 16px;
    margin-left: 8px;
    font-size: 18px;
  }
  .main-content.interiors {
    padding-right: 15px;
    padding-left: 15px;
  }
  .large-ad {
    width: 280px;
  }
  .down-arrow {
    display: none;
  }
  .upcoming-promotions-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .promotion-slider {
    padding-right: 30px;
    padding-left: 30px;
  }
  .promotion-slider-right-arrow {
    width: 30px;
    font-size: 24px;
  }
  .promotion-slider-left-arrow {
    width: 30px;
    font-size: 24px;
  }
  .upcoming-promotion-slide {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .social-ad-left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .social-ad-right {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .social-tabs {
    width: 280px;
  }
  .social-tab-link {
    display: inline-block;
  }
  .social-tab-pane {
    padding-right: 0px;
    padding-left: 0px;
  }
  .white-content-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ticket-request-form-heading {
    font-size: 18px;
    line-height: 22px;
  }
  .ticket-price-field {
    padding-right: 5px;
    padding-left: 5px;
  }
  .ticket-price-title {
    font-size: 18px;
    line-height: 22px;
  }
  .ticket-price-text {
    font-size: 11px;
    line-height: 15px;
  }
  .livestream-heading {
    font-size: 20px;
  }
  .livestream-icon {
    width: 25px;
    margin-top: 9px;
  }
  .header-promo-links-wrapper {
    display: none;
  }
  .new-game-center-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .new-slide-content-outer-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .period {
    top: -4px;
  }
  .upcoming-games-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .upcoming-games-section-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .image-links-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-title-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .no-promotion-title {
    margin: 20px 0 0 0;
    font-size: 24px;
    line-height: 30px;
  }
  .upcoming-promotion-text-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .new-feature-block {
    width: 100%;
  }
  .new-feature-block-content-wrapper {
    /*padding-top: 100px;*/
  }
  .social-media-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .social-media-block-logo {
    margin-left: 20px;
  }
  .social-media-slider-arrow {
    font-size: 16px;
  }
  .social-media-text {
    font-size: 14px;
    line-height: 20px;
  }
  .social-media-date-text {
    font-size: 14px;
    line-height: 20px;
  }
  .social-media-slide-content-outer-wrapper {
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .social-media-more-links-wrapper {
    font-size: 14px;
    line-height: 20px;
  }
}