@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Titillium+Web:200,300,400,600,700);
@font-face {
  font-family: UnitedSansSemiExt-Heavy;
  src: url(/fonts/bpo/UnitedSansSmExHv.otf);
}
@font-face {
  font-family: UnitedSansSemiExt-Light;
  src: url(/fonts/bpo/UnitedSansSmExLt.otf);
}
@font-face {
  font-family: UnitedSansSemiExt-Bold;
  src: url(/fonts/bpo/UnitedSansSmExBd.otf);
}
@font-face {
  font-family: UnitedSansSemiExt-Medium;
  src: url(/fonts/bpo/UnitedSansSmExMd.otf);
}
@font-face {
  font-family: UnitedSansReg-Heavy;
  src: url(/fonts/bpo/UnitedSansRgHv.otf);
}
/*Start here*/
@font-face {
  font-family: Liberator-otf-Heavy;
  src: url(/fonts/bpo/liberator-heavy.otf);
}
@font-face {
  font-family: Liberator-otf-Medium;
  src: url(/fonts/bpo/liberator-medium.otf);
}
@font-face {
  font-family: Liberator-otf-Light;
  src: url(/fonts/bpo/liberator-light.otf);
}
@font-face {
  font-family: Liberator-ttf-Heavy;
  src: url(/fonts/bpo/liberator-heavy.ttf);
}
@font-face {
  font-family: Liberator-ttf-Medium;
  src: url(/fonts/bpo/liberator-medium.ttf);
}
@font-face {
  font-family: Liberator-ttf-Light;
  src: url(/fonts/bpo/liberator-light.ttf);
}
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

.fig-btn {
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.09375rem;
  background-color: #de1c28;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding: 22px 36px;
  border: 0;
  display: inline-block;
  border-radius: 3px;
}

.fig-btn:hover,
.fig-btn:focus {
  background-color: #b11620;
  color: #fff;
}

.fig-btn:active {
  box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.1);
  background: #de1c28;
  color: #fff;
}

.fig-btn-green {
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.09375rem;
  box-shadow: 0px 1px 6px 0px rgba(43, 157, 142, 0.2), inset 0px -2px 5px 0px rgba(0, 0, 0, 0.05);
  min-width: 176px;
  border: none;
  display: inline-block;
  background-color: #00b34f;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding-top: 16px;
  padding-bottom: 16px;
  padding: 22px 36px;
}

.fig-btn-green::before {
  content: "";
  position: absolute;
  background: #00b34f;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  transition: right 0.3s ease-in;
}

.fig-btn-green:hover {
  box-shadow: 0px 1px 6px 0px rgba(43, 157, 142, 0.4), inset 0px -2px 5px 0px rgba(0, 0, 0, 0.05);
  background-color: #006a30;
  color: #fff;
}

.fig-btn-green:active {
  box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.1);
  background: #004620;
  color: #fff;
}

.fig-btn-small {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.09375rem;
  padding: 7px 20px;
  border: none;
  border-left: 7px solid #00b151;
  display: inline-block;
  background-color: #3f3f3f;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
}

.fig-btn-small::before {
  content: "";
  position: absolute;
  background: #00b151;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  transition: right 0.3s ease-in;
}

.fig-btn-small:hover,
.fig-btn-small:focus,
.fig-btn-small:active {
  color: #fff;
}

.fig-btn-small:hover:before,
.fig-btn-small:focus:before,
.fig-btn-small:active:before {
  right: 0;
}

.fig-btn-small-red {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.09375rem;
  padding: 7px 20px;
  border: none;
  border-left: 7px solid #de1c28;
  display: inline-block;
  background-color: #3f3f3f;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
}

.fig-btn-small-red::before {
  content: "";
  position: absolute;
  background: #de1c28;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  transition: right 0.3s ease-in;
}

.fig-btn-small-red:hover,
.fig-btn-small-red:focus,
.fig-btn-small-red:active {
  color: #fff;
}

.fig-btn-small-red:hover:before,
.fig-btn-small-red:focus:before,
.fig-btn-small-red:active:before {
  right: 0;
}

.fig-btn-rsvp {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.09375rem;
  padding: 7px 20px;
  border: none;
  border-left: 7px solid #00b151;
  display: inline-block;
  background-color: #3f3f3f;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
}

.fig-btn-rsvp::before {
  content: "";
  position: absolute;
  background: #00b151;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  transition: right 0.3s ease-in;
}

.fig-btn-rsvp:hover {
  color: #fff;
}

.fig-btn-rsvp:hover:before {
  right: 0;
}

.fig-btn-rsvped {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.09375rem;
  padding: 7px 20px;
  border: none;
  border-left: 7px solid #de1c28;
  display: inline-block;
  background-color: #3f3f3f;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
}

.fig-btn-rsvped::before {
  content: "";
  position: absolute;
  background: #de1c28;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  transition: right 0.3s ease-in;
}

.fig-btn-rsvped:hover {
  color: #fff;
}

.fig-btn-rsvped:hover:before {
  right: 0;
}

.fig-btn-rsvped-disabled {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.09375rem;
  padding: 7px 20px;
  border: none;
  border-left: 7px solid #3f3f3f;
  display: inline-block;
  background-color: #3f3f3f;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
  z-index: 1;
}

.fig-btn-rsvped-disabled::before {
  content: "";
  position: absolute;
  background: #3f3f3f;
  bottom: 0;
  left: 0;
  right: 100%;
  top: 0;
  z-index: -1;
  transition: right 0.3s ease-in;
}

.fig-btn-large {
  width: 320px;
  display: inline-block;
  background-color: #de1c28;
  color: #fff;
  font-size: 1.125em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: 2.2px;
  text-decoration: none;
  border-radius: 3px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.fig-btn-large:hover,
.fig-btn-large:focus {
  background-color: #ef8e94;
  color: #fff;
}

.fig-btn-large:active {
  background-color: #c81924;
  color: #fff;
}

.news-archive-button {
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.09375rem;
  padding: 10px 20px;
  display: inline-block;
  background-color: #de1c28;
  color: #fff;
  font-size: 300;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border: none;
  margin-bottom: 6px;
  min-width: 94px;
}

.news-archive-button:hover,
.news-archive-button:focus {
  background-color: #b11620;
  color: #fff;
}

.news-archive-button:active {
  background-color: #c81924;
  color: #fff;
}

.news-archive-search-button {
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.09375rem;
  padding: 10px 20px;
  display: inline-block;
  background-color: #de1c28;
  color: #fff;
  font-size: 300;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border: none;
  margin-bottom: 6px;
  min-width: 94px;
}

.news-archive-search-button:hover,
.news-archive-search-button:focus {
  background-color: #b11620;
  color: #fff;
}

.news-archive-search-button:active {
  background-color: #c81924;
  color: #fff;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}

label.required::after {
  content: "*";
}

label abbr {
  display: none;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input:not([type]),
textarea,
select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}

input[type=color]:hover,
input[type=date]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=email]:hover,
input[type=month]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
input[type=url]:hover,
input[type=week]:hover,
input:not([type]):hover,
textarea:hover,
select:hover {
  border-color: #b1b1b1;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #477dca;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
  outline: none;
}

input[type=color]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=email]:disabled,
input[type=month]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=week]:disabled,
input:not([type]):disabled,
textarea:disabled,
select:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type=color]:disabled:hover,
input[type=date]:disabled:hover,
input[type=datetime]:disabled:hover,
input[type=datetime-local]:disabled:hover,
input[type=email]:disabled:hover,
input[type=month]:disabled:hover,
input[type=number]:disabled:hover,
input[type=password]:disabled:hover,
input[type=search]:disabled:hover,
input[type=tel]:disabled:hover,
input[type=text]:disabled:hover,
input[type=time]:disabled:hover,
input[type=url]:disabled:hover,
input[type=week]:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover,
select:disabled:hover {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
  margin-right: 0.375em;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
}

input[type=file] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  letter-spacing: 0.03125rem;
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
}

.loudest {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 0px) {
  .loudest {
    font-size: 66px;
    line-height: 65px;
    letter-spacing: 3.1px;
  }
}
@media screen and (min-width: 1280px) {
  .loudest {
    font-size: 84px;
    line-height: 1.2;
    letter-spacing: 3.4px;
  }
}
.loud {
  font-size: 3.75rem;
  line-height: 4.5rem;
  letter-spacing: 0.03125rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #fff;
}

.tagline {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #fff;
}

@media screen and (min-width: 0px) {
  .tagline {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.2px;
  }
}
@media screen and (min-width: 1280px) {
  .tagline {
    font-size: 29px;
    line-height: 50px;
    letter-spacing: 0.5px;
  }
}
.join-bpo-tagline {
  font-size: 2rem;
  line-height: 3.125rem;
  letter-spacing: 0.1875rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #fff;
}

h1 {
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0.1875rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.0625rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  color: #fff;
}

h3 {
  font-size: 1.625rem;
  line-height: 1.5625rem;
  letter-spacing: 0.25rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #fff;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #fff;
}

pull-Quote {
  font-size: 1.3125rem;
  line-height: 2.0625rem;
  letter-spacing: 0.03125rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #fff;
}

h5 {
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.09375rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #fff;
}

h6 {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #fff;
}

.lead {
  font-size: 1.3125rem;
  line-height: 1.875rem;
  letter-spacing: 0.03125rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  color: #fff;
}

body,
.text {
  font-size: 1rem;
  line-height: 2.1875rem;
  letter-spacing: 0.03125rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #fff;
}

span {
  font-size: 1rem;
  line-height: 0.09375rem;
  letter-spacing: 0.0625rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #fff;
}

a {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color 150ms ease;
}

a:active,
a:focus,
a:hover {
  color: #bfbfbf;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

strong {
  font-weight: 400;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
  color: #a5a5a5;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}

.icon {
  float: left;
  width: 30px;
  margin: 25px;
}

.icon:before {
  content: "";
  width: 30px;
  height: 25px;
  display: block;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.icon.mobile-icon:before {
  content: "";
  background-image: url(../../images/bpo/icons/menu.svg);
}

.icon.search:before {
  background-image: url(/images/bpo/icons/search.svg);
}

.icon.previous:before {
  background-image: url(/images/bpo/icons/navigation-previous.svg);
}

.icon.next:before {
  background-image: url(/images/bpo/icons/navigation-next.svg);
}

.icon.video:before {
  background-image: url(/images/bpo/icons/video.svg);
}

.icon.info:before {
  background-image: url(/images/bpo/icons/info.svg);
}

.icon.location:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  content: "\f015";
}

.icon.distance:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  content: "\f276";
}

.icon.time:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  content: "\e34c";
}

.icon.phone:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  content: "\f095";
}

.icon.link:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
  content: "\e1cb";
}

body {
  margin: 0;
  background: #000;
  position: relative;
}

.wrapper {
  max-width: 100%;
}

p {
  color: #fff;
}

.content {
  overflow: hidden;
  background: #000;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 0px) {
  .section-con {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .section-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .section-con {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .section-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .section-con {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .section-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 16px;
  }
}
header.navigation {
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
  z-index: 999999;
}

.sub-menu {
  display: none;
}

.icon.mobile-icon {
  cursor: pointer;
}

.menu-dropdown li {
  overflow: visible;
  padding-right: 0;
}

.menu-dropdown:focus > .sub-menu,
.menu-dropdown:hover > .sub-menu {
  display: block;
  padding-left: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .menu-dropdown:focus > .sub-menu,
.menu-dropdown:hover > .sub-menu {
    top: 522px;
    margin-left: 125px;
  }
}
@media screen and (min-width: 1280px) {
  .menu-dropdown:focus > .sub-menu,
.menu-dropdown:hover > .sub-menu {
    top: 46px;
    margin-left: 15px;
    position: absolute;
    z-index: 300;
    margin-top: 25px;
    background: #000;
    padding: 30px 20px;
  }
}
.navigation-wrapper {
  width: 100%;
  height: 100%;
  text-align: center;
}

@media screen and (min-width: 0px) {
  .navigation-wrapper {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .navigation-wrapper {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .navigation-wrapper {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .navigation-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
}
.navigation-wrapper .logo img {
  float: left;
  margin-right: 30px;
  margin-left: 100px;
}

.navigation-wrapper .navigation-inner {
  position: relative;
}

@media screen and (min-width: 0px) {
  .navigation-wrapper .navigation-inner {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 46.288514824%;
  }
  .navigation-wrapper .navigation-inner:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .navigation-wrapper .navigation-inner {
    width: 100%;
    margin: 0px;
  }
}
.navigation-wrapper .navigation-inner .header-logo {
  position: absolute;
  top: 13px;
  left: -93px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .navigation-wrapper .navigation-inner .header-logo {
    top: 0;
    left: -100px;
  }
}
.navigation-wrapper .navigation-inner .header-logo img {
  max-width: 300px;
  position: relative;
  z-index: 9999;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .navigation-wrapper .navigation-inner .header-logo img {
    max-width: 250px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1279px) {
  .navigation-wrapper .navigation-links {
    display: none;
  }
  .navigation-wrapper .navigation-links .subnav-links li a {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .navigation-wrapper .navigation-links {
    width: 85%;
    display: flex;
    justify-content: center;
    min-height: 60px;
    float: right;
  }
  .navigation-wrapper .navigation-links .subnav-links {
    display: none;
  }
  .navigation-wrapper .navigation-links .subnav-links.active {
    display: block;
    position: absolute;
    background-color: black;
  }
  .navigation-wrapper .navigation-links .subnav-links.active a {
    padding-right: 75px;
  }
}
.navigation-wrapper .navigation-links.active {
  width: 100%;
  display: block;
  float: left;
  left: 0;
  background-image: linear-gradient(236deg, #383737, #151515);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
  padding-top: 56px;
  position: absolute;
  z-index: 11;
  padding-top: 94px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .navigation-wrapper .navigation-links.active {
    padding-top: 40px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1279px) {
  .navigation-wrapper .navigation-links li {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1280px) {
  .navigation-wrapper .navigation-links li {
    list-style: none;
    flex: 1;
    text-transform: uppercase;
  }
}
.navigation-wrapper .navigation-links li:hover {
  color: #e8af0b;
}

.navigation-wrapper .navigation-links li a {
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 1279px) {
  .navigation-wrapper .navigation-links li a {
    padding: 6px 0px 6px 12.8%;
  }
}
@media screen and (min-width: 1280px) {
  .navigation-wrapper .navigation-links li a {
    padding: 22px;
    text-align: center;
    white-space: nowrap;
  }
}
@media screen and (min-width: 0px) and (max-width: 1279px) {
  .navigation-wrapper .navigation-links li a:hover {
    background: #4d4d4d;
  }
}
.navigation-wrapper .navigation-links .login {
  background: #de1c28;
}

@media screen and (min-width: 0px) and (max-width: 1279px) {
  .navigation-wrapper .navigation-links .login {
    text-align: center;
  }
}
.navigation-wrapper .navigation-links .login:hover {
  background-color: #b11620;
}

@media screen and (min-width: 0px) and (max-width: 1279px) {
  .navigation-wrapper .navigation-links .login a {
    padding: 22px 0px;
  }
}
@media screen and (min-width: 1280px) {
  .navigation-wrapper .navigation-links .login a {
    padding: 22px 22px;
  }
}
.navigation-wrapper .navigation-links .login a:hover {
  background-color: #b11620;
}

.navigation-wrapper .navigation-links .sub-menu li {
  display: block;
}

.navigation-wrapper .navigation-links .sub-menu a {
  padding: 0 22px 0 10px;
  text-align: left;
}

.mobile-icon {
  display: none;
  position: relative;
  float: right;
}

@media screen and (min-width: 0px) and (max-width: 1279px) {
  .mobile-icon {
    display: block;
  }
}
@media screen and (min-width: 0px) {
  .mobile-nav-container {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .mobile-nav-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .mobile-nav-container {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .mobile-nav-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .mobile-nav-container {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .mobile-nav-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .mobile-nav-container {
    max-width: 100%;
    width: 15%;
    padding: 0px;
    float: left;
  }
}
footer {
  background: #000;
  position: relative;
  clear: both;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 0px) {
  footer .footer-wrapper {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  footer .footer-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-wrapper {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  footer .footer-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  footer .footer-wrapper {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  footer .footer-wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
}
footer .join-league {
  float: left;
  padding: 20px 0px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  footer .join-league {
    display: none;
  }
}
footer .social-icons {
  display: flex;
  text-align: center;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  footer .social-icons {
    width: auto;
  }
}
footer .social-icons li {
  flex: 1;
  padding: 20px 0px;
}

footer .social-icons i {
  font-size: 24px;
}

footer .site-map {
  margin: 20px auto 40px auto;
}

footer .site-map ul {
  display: flex;
  flex-wrap: wrap;
}

footer .site-map ul li {
  width: 25%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  footer .site-map ul li {
    width: 50%;
  }
}
.hero-section {
  background: linear-gradient(135deg, transparent 4%, transparent 15%, rgba(0, 0, 0, 0.65) 56%, rgba(0, 0, 0, 0.65) 99%), url("/images/bpo/hero-image.png");
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000", GradientType=1), url("/images/bpo/hero-image.png");
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

.hero-section:last-child {
  margin-right: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hero-section {
    background-size: 100% 430px;
    background-position: inherit;
  }
}
.hero-section .shape {
  width: 1000px;
  height: 1787px;
  background: linear-gradient(130deg, #626262, #333);
  opacity: 0.9;
  position: absolute;
  top: 25px;
  z-index: 9;
}

@media screen and (min-width: 0px) {
  .hero-section .shape {
    right: 80%;
    top: -133px;
    transform: rotate(20deg);
  }
}
@media screen and (min-width: 1280px) {
  .hero-section .shape {
    right: 77%;
    transform: rotate(30deg);
  }
}
.hero-container {
  max-width: 82em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.hero-container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 768px) {
  .hero-container {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .hero-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .hero-container {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .hero-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
.hero-left {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
  margin-top: 80px;
  z-index: 10;
  position: relative;
}

.hero-left:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1280px) {
  .hero-left {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1500px) {
  .hero-left {
    padding-top: 125px;
    right: 125px;
  }
}
.hero-left .loudest {
  margin-bottom: 2px;
  margin-top: 46px;
  line-height: 1.2;
  font-size: 94px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .hero-left .loudest {
    margin-top: 150px;
    width: 94%;
  }
}
.hero-left .tagline {
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .hero-left .tagline {
    float: left;
    display: block;
    margin-right: 5.8515051827%;
    width: 57.6593979269%;
    margin-bottom: 200px;
  }
  .hero-left .tagline:last-child {
    margin-right: 0;
  }
}
.hero-right {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-top: 450px;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hero-right {
    width: 100%;
    margin-top: 0;
    text-align: left;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .hero-right {
    margin-top: 275px;
    margin-left: 7.2%;
  }
}
.hero-right:last-child {
  margin-right: 0;
}

.hero-right .fig-btn-large {
  width: 100%;
  max-width: 320px;
}

@media screen and (min-width: 768px) {
  .hero-right .fig-btn-large {
    width: 320px;
  }
}
.hero-right .loudest {
  font-size: 60px;
  text-shadow: 2px 2px 0 #de1c28;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hero-right .loudest {
    padding-left: 7px;
    font-size: 80px;
  }
}
.hero-right .btn-container {
  margin-top: 24px;
  margin-bottom: 39px;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hero-right .btn-container {
    text-align: center;
    margin-top: 16px;
  }
}
.hero-right .btn-container .fig-btn-large:hover {
  background-color: #b11620;
}

.dollar-sign {
  color: #fff;
  text-shadow: 2px 2px 0 #de1c28;
  vertical-align: top;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 0px) {
  .dollar-sign {
    font-size: 26.9px;
    line-height: 35px;
    letter-spacing: 3.4px;
  }
}
@media screen and (min-width: 1280px) {
  .dollar-sign {
    font-size: 36px;
    line-height: 43px;
  }
}
@media screen and (min-width: 0px) {
  .hero-copy {
    font-size: 1.25em;
    line-height: 1.75;
    letter-spacing: 0.5px;
    margin-left: 10px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-copy {
    margin: 0px;
  }
}
.content .flickity-prev-next-button {
  background: transparent;
  border-radius: 0px;
}

.content .flickity-prev-next-button svg path {
  fill: #fff;
}

.content .flickity-prev-next-button:hover {
  background: #de1c28;
}

.flickity-strip {
  z-index: 10;
  min-height: 261px;
  background: #000;
  position: relative;
  clear: both;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .flickity-strip {
    min-height: 197px;
  }
}
.flickity-strip .carousel-cell {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .flickity-strip .carousel-cell {
    align-items: center;
    display: flex;
  }
}
.flickity-strip .player-img {
  height: 261px;
  width: 483px;
  float: left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("/images/bpo/15980105845-4-ec-4279-d-6-e-b.png");
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .flickity-strip .player-img {
    width: 100%;
    background-position-x: -125px;
    position: absolute;
    background-size: contain;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .flickity-strip .player-info {
    float: right;
    display: block;
    margin-bottom: 85px;
    position: relative;
    text-align: right;
    padding-right: 10%;
  }
}
@media screen and (min-width: 768px) {
  .flickity-strip .player-info {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .flickity-strip .player-info:last-child {
    margin-right: 0;
  }
  .flickity-strip .player-info h1 {
    margin: 0px;
    font-size: 20px;
  }
  .flickity-strip .player-info h2 {
    margin: 0;
  }
}
.flickity-strip .player-info h2 {
  line-height: 1.43;
  text-transform: uppercase;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-size: 35px;
}

@media screen and (max-width: 700px) {
  .flickity-strip .player-info h2 {
    width: 200px !important;
  }
}
@media screen and (max-width: 550px) {
  .flickity-strip .player-info h2 {
    width: 200px !important;
    font-size: 28px;
  }
}
@media screen and (min-width: 0px) {
  .flickity-strip .player-copy {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .flickity-strip .player-copy {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    padding-right: 35px;
  }
  .flickity-strip .player-copy:last-child {
    margin-right: 0;
  }
}
.flickity-strip .player-copy h2 {
  margin: 0px;
  font-weight: 300 !important;
}

.national-champ {
  float: left;
  background-color: #fff;
  width: 100%;
  position: relative;
  padding-top: 40px;
}

.national-champ h1,
.national-champ h3,
.national-champ h4 {
  text-align: center;
  color: #000;
}

.national-champ p {
  color: #000;
}

.national-champ .step-con {
  display: flex;
  position: relative;
  justify-content: center;
  width: 60%;
  margin: auto;
  padding-top: 25px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .national-champ .step-con {
    width: 100%;
    padding-top: 10px;
  }
}
.national-champ .step-con .head-step {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  letter-spacing: 1px !important;
  color: #DE1C28;
}

.national-champ .step-con::before {
  content: "";
  position: absolute;
  background: #000;
  height: 2px;
  width: 25%;
  top: 50%;
  left: -40%;
  background-color: rgba(222, 28, 40, 0.8);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .national-champ .step-con::before {
    width: 15%;
    left: -25%;
  }
}
.national-champ .step-con::after {
  content: "";
  position: absolute;
  background: #000;
  height: 2px;
  top: 50%;
  width: 25%;
  right: -40%;
  background-color: rgba(222, 28, 40, 0.8);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .national-champ .step-con::after {
    width: 15%;
    right: -25%;
  }
}
.national-champ .step-con img {
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
  height: 75px;
  width: 75px;
}

.national-champ .step-con h3 {
  text-align: left;
  clear: both;
  color: #666;
  margin-top: 12px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .national-champ .step-con h3 {
    margin-top: 18px;
  }
}
.national-champ .heading {
  margin: 45px auto;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 0px) {
  .national-champ .heading {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .national-champ .heading::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .national-champ .heading {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .national-champ .heading::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .national-champ .heading {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .national-champ .heading::after {
    clear: both;
    content: "";
    display: table;
  }
}
.national-champ .heading h1 {
  margin-bottom: 10px;
  color: #de1c28;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  font-size: 2.25rem;
}

@media screen and (min-width: 768px) {
  .national-champ .heading h1 {
    width: 75%;
    font-size: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .national-champ .heading h1 {
    width: 75%;
  }
}
.national-champ .heading h2 {
  text-align: center;
  color: #000;
  margin-top: 0px;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.national-champ .left-column {
  margin-left: 9%;
}

.national-champ .left-column h1 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  letter-spacing: 0.09375rem;
  color: #666;
  margin-bottom: 15px;
}

.national-champ .left-column .qualify-method-1 {
  width: 65px;
  height: 65px;
  line-height: 55px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  z-index: 2;
  overflow: hidden;
}

.national-champ .left-column .qualify-method-1:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
  width: 90px;
  height: 90px;
  background: #de1c28;
  border-radius: 5em;
}

.national-champ .column-container {
  margin-left: 17.4715263191%;
  float: left;
  display: block;
  margin-right: 4.8291579146%;
  width: 65.0569473618%;
}

.national-champ .column-container:last-child {
  margin-right: 0;
}

@media screen and (min-width: 0px) {
  .national-champ .column-container tr th:nth-child(5),
.national-champ .column-container tr th:nth-child(1) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .national-champ .column-container tr th:nth-child(5),
.national-champ .column-container tr th:nth-child(1) {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .national-champ .column-container tr th:nth-child(1),
.national-champ .column-container tr th:nth-child(4) {
    width: 10%;
  }
}
.national-champ .column-container tr th:nth-child(2) {
  width: 50%;
}

.national-champ .column-container h1 {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.national-champ .column-container .fig-btn:hover {
  background-color: #b11620;
}

.national-champ .left-column,
.national-champ .right-column {
  background: #fff;
  border: 1px solid #979797;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (min-width: 0px) {
  .national-champ .left-column,
.national-champ .right-column {
    margin-left: 8.7357631596%;
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 86.572128706%;
    padding: 0px 0px 30px 0px;
  }
  .national-champ .left-column:last-child,
.national-champ .right-column:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .national-champ .left-column,
.national-champ .right-column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    margin-left: 0px;
    padding: 0px 0px 30px 0px;
  }
  .national-champ .left-column:last-child,
.national-champ .right-column:last-child {
    margin-right: 0;
  }
}
.national-champ .right-column {
  margin-right: 6%;
}

.national-champ .right-column table {
  border-spacing: 60px;
}

.national-champ .right-column th {
  text-align: center;
}

.national-champ .right-column tr {
  background-color: #f7f7f7;
}

.national-champ .right-column tr:first-child {
  background: transparent;
}

.national-champ .right-column h1 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  letter-spacing: 0.09375rem;
  color: #666;
  margin-bottom: 27px;
}

.national-champ .right-column .qualify-method-2 {
  width: 65px;
  height: 65px;
  line-height: 55px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  z-index: 2;
  overflow: hidden;
}

.national-champ .right-column .qualify-method-2:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
  width: 90px;
  height: 90px;
  background: #de1c28;
  border-radius: 5em;
}

.national-champ .fig-btn {
  margin: 0px auto;
}

.national-champ .fig-btn-green {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.national-champ .gray-arrow {
  height: 47px;
  width: 42px;
  display: inline-block;
  margin-top: 30px;
  background-image: url("/images/bpo/data-download-512-copy-2.png");
}

.national-champ .black-arrow {
  height: 62px;
  width: 307px;
  display: inline-block;
}

.national-champ .subheading {
  margin-bottom: 25px;
}

@media screen and (min-width: 0px) {
  .national-champ .subheading {
    background: #000;
    max-width: 82em;
    margin-top: 10px;
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
  }
  .national-champ .subheading::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 480px) {
  .national-champ .subheading {
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding-bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  .national-champ .subheading {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .national-champ .subheading::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .national-champ .subheading {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .national-champ .subheading::after {
    clear: both;
    content: "";
    display: table;
  }
}
.national-champ .subheading .column {
  position: relative;
  float: left;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.125rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .national-champ .subheading .column {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.national-champ .subheading .first-column {
  margin-left: 0%;
  margin-right: 0%;
  width: 100%;
}

.national-champ .subheading .second-column {
  margin-top: 20px;
  margin-left: 0%;
  margin-right: 0%;
  width: 100%;
}

.national-champ .subheading .only-column {
  margin-left: 0%;
  margin-right: 0%;
  width: 100%;
}

.national-champ .subheading .column img {
  margin: 15px auto 15px auto;
  text-align: center;
  width: 60%;
  max-width: 300px;
}

@media screen and (min-width: 480px) {
  .national-champ .subheading .column img {
    float: none;
    margin: auto auto 5px auto;
    text-align: center;
    width: 45%;
    max-width: 40%;
  }
  .national-champ .subheading .first-column {
    margin-left: 10%;
    margin-right: 0%;
    width: 45%;
  }
  .national-champ .subheading .second-column {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    width: 45%;
  }
  .national-champ .subheading .only-column {
    margin-left: 20%;
    margin-right: 0%;
    width: 80%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .national-champ .subheading .column {
    font-size: 11px;
  }
  .national-champ .subheading .column img {
    width: 50%;
    max-width: 47%;
  }
  .national-champ .subheading .first-column {
    margin-left: 46%;
    margin-right: 0%;
    width: 27%;
  }
  .national-champ .subheading .second-column {
    width: 27%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .national-champ .subheading .only-column {
    margin-left: 40%;
    margin-right: 0%;
    width: 60%;
    text-align: center;
  }
  .national-champ .subheading .only-column img {
    margin: 5px auto 0px auto;
    max-width: 120px;
  }
}
@media screen and (min-width: 992px) {
  .national-champ .subheading .column {
    font-size: 12px;
  }
  .national-champ .subheading .column img {
    margin: auto auto 5px auto;
    max-width: 50%;
  }
}
/*Generic Countdown Styles*/
.national-champ .subheading .column .countdown {
  color: white;
  text-align: center;
}

.national-champ .subheading .column .countdown-days, .countdown-hours, .countdown-minutes {
  float: left;
  background: rgba(22, 19, 16, 0.5);
  text-transform: uppercase;
}

.national-champ .subheading .column .countdown strong {
  font-weight: normal;
}

.national-champ .subheading .column .countdown em {
  font-style: normal;
}

/*Mobile First Countdown Styles*/
.national-champ .subheading .column .countdown {
  font-size: 10px;
  width: 169px;
  margin: 10px auto 0px auto;
}

.national-champ .subheading .column .countdown strong {
  font-size: 14px;
}

.national-champ .subheading .column .countdown-days, .countdown-hours, .countdown-minutes {
  width: 53px;
  margin-left: 5px;
  padding-bottom: 2px;
}

.national-champ .subheading .column .countdown-days {
  margin-left: 0px;
}

@media (min-width: 480px) {
  .national-champ .subheading .column .countdown {
    font-size: 10px;
    width: 199px;
    margin: 10px auto 0px auto;
  }
  .national-champ .subheading .column .countdown strong {
    font-size: 12px;
    line-height: 18px;
  }
  .national-champ .subheading .column .countdown-days, .countdown-hours, .countdown-minutes {
    width: 63px;
    margin-left: 5px;
    padding-bottom: 2px;
  }
  .national-champ .subheading .column .countdown-days {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .national-champ .subheading .column .countdown {
    font-size: 10px;
    width: 169px;
    margin: 10px auto 0px auto;
  }
  .national-champ .subheading .column .countdown strong {
    font-size: 14px;
  }
  .national-champ .subheading .column .countdown-days, .countdown-hours, .countdown-minutes {
    width: 53px;
    margin-left: 5px;
    padding-bottom: 2px;
  }
  .national-champ .subheading .column .countdown-days {
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .national-champ .subheading .column .countdown {
    font-size: 11px;
    width: 218px;
    margin: 10px auto 0px auto;
  }
  .national-champ .subheading .column .countdown strong {
    font-size: 24px;
    line-height: 30px;
  }
  .national-champ .subheading .column .countdown-days, .countdown-hours, .countdown-minutes {
    width: 68px;
    margin-left: 7px;
    padding-bottom: 2px;
  }
  .national-champ .subheading .column .countdown-days {
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .national-champ .subheading .column .countdown {
    font-size: 12px;
    width: 239px;
    margin: 10px auto 0px auto;
  }
  .national-champ .subheading .column .countdown strong {
    font-size: 30px;
    line-height: 30px;
  }
  .national-champ .subheading .column .countdown-days, .countdown-hours, .countdown-minutes {
    width: 75px;
    margin-left: 7px;
    padding-bottom: 2px;
  }
  .national-champ .subheading .column .countdown-days {
    margin-left: 0px;
  }
}
.national-champ .subheading .img-container {
  text-align: left !important;
  border-radius: 9px;
  margin-top: 15px;
}

@media screen and (min-width: 480px) {
  .national-champ .subheading .img-container {
    background-image: url("/images/bpo/national-championships-banner-mobile.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    height: 29vw;
  }
}
@media screen and (min-width: 768px) {
  .national-champ .subheading .img-container {
    background-image: url("/images/bpo/national-championships-banner.jpg");
    height: 22vw;
  }
}
@media screen and (min-width: 992px) {
  .national-champ .subheading .img-container {
    height: 20vw;
  }
}
@media screen and (min-width: 1280px) {
  .national-champ .subheading .img-container {
    height: 20vw;
  }
}
@media screen and (min-width: 1500px) {
  .national-champ .subheading .img-container {
    height: 18vw;
  }
}
@media screen and (min-width: 1800px) {
  .national-champ .subheading .img-container {
    height: 16vw;
  }
}
.national-champ .subheading h3 {
  color: #fff;
  text-align: left !important;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  margin: 0px;
  font-weight: normal;
}

.national-champ .subheading h3 strong {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  display: block;
}

@media screen and (min-width: 0px) {
  .national-champ .subheading h3 {
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 0.09375rem;
    margin: 0px 0px 0px 20px;
  }
  .national-champ .subheading h3 strong {
    font-size: 3.5rem;
    line-height: 3rem;
    margin: 10px 0px 5px 0px;
  }
}
@media screen and (min-width: 768px) {
  .national-champ .subheading h3 {
    font-size: 2.25rem;
    line-height: 2.35rem;
    letter-spacing: 0.09375rem;
    margin-left: 24px;
  }
  .national-champ .subheading h3 strong {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}
@media screen and (min-width: 1280px) {
  .national-champ .subheading h3 {
    font-size: 2.25rem;
    line-height: 2.25rem;
    letter-spacing: 0.09375rem;
  }
  .national-champ .subheading h3 strong {
    font-size: 4.25rem;
    line-height: 4.25rem;
  }
}
.national-champ .subheading .logo-black {
  height: 85px;
  width: 120px;
}

.national-champ .subheading .prize-money {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  float: none;
}

@media screen and (min-width: 0px) {
  .news-events-container {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .news-events-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .news-events-container {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .news-events-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .news-events-container {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .news-events-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
.news-events-join {
  width: 100%;
  background-color: #333;
  float: left;
}

.news-events-join .news,
.news-events-join .events,
.news-events-join .join {
  margin-top: 25px;
  margin-bottom: 80px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .news-events-join .news,
.news-events-join .events,
.news-events-join .join {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .news-events-join .news,
.news-events-join .events,
.news-events-join .join {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .news-events-join .news:last-child,
.news-events-join .events:last-child,
.news-events-join .join:last-child {
    margin-right: 0;
  }
}
.news-events-join .news h1,
.news-events-join .events h1,
.news-events-join .join h1 {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

@media screen and (min-width: 768px) {
  .news-events-join .events,
.news-events-join .join {
    margin-left: 8.5298042998%;
  }
}
.news-events-join .events h1,
.news-events-join .join h1 {
  margin-bottom: 20px;
}

.news-events-join .events p,
.news-events-join .join p {
  margin-top: 0px;
  margin-bottom: 40px;
}

.news-events-join .news p,
.news-events-join .news h1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.news-events-join .news h1 {
  margin-bottom: 0px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .news-events-join .news h1 {
    padding-bottom: 30px;
  }
}
.news-events-join .news p {
  margin: 0px;
  padding: 20px 0px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .news-events-join .news p {
    padding: 10px 0px;
  }
}
.news-events-join .news .fig-btn-small {
  margin-top: 24px;
}

.leagues {
  height: 490px;
  background-color: #1d1d1d;
  float: left;
  width: 100%;
  position: relative;
}

.leagues .flickity-viewport {
  margin-left: 25px;
  margin-right: 25px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .leagues .flickity-viewport {
    width: 95%;
  }
}
.leagues .flickity-prev-next-button {
  background: #de1c28;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .leagues .flickity-prev-next-button {
    top: 35%;
  }
}
.leagues .flickity-prev-next-button:hover,
.leagues .flickity-prev-next-button:active {
  background-color: #b11620;
}

.leagues .league-heading-1 {
  padding-top: 50px;
  text-align: center;
}

.leagues .league-heading-2 {
  text-align: center;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

@media screen and (min-width: 0px) {
  .leagues .carousel {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .leagues .carousel::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .leagues .carousel {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .leagues .carousel::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .leagues .carousel {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .leagues .carousel::after {
    clear: both;
    content: "";
    display: table;
  }
}
.leagues .carousel:last-child {
  margin-right: auto;
}

.leagues .carousel .carousel-cell {
  width: 144px;
  margin: 30px 40px 0px 40px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .leagues .carousel .carousel-cell {
    width: 50%;
    margin: 0px;
    text-align: center;
    height: 200px;
  }
}
.league-info {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  text-align: center;
}

.two-section.carousel {
  overflow: hidden;
  z-index: 10;
  position: relative;
}

@media screen and (min-width: 0px) {
  .two-section.carousel {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .two-section.carousel::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .two-section.carousel {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .two-section.carousel::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .two-section.carousel {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .two-section.carousel::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .two-section.carousel {
    display: flex;
  }
}
.two-section.carousel::after {
  content: "flickity";
  display: none;
}

@media screen and (min-width: 1280px) {
  .two-section.carousel::after {
    content: "";
  }
}
.two-section.carousel p {
  margin-top: 0px;
}

.two-section.carousel .flickity-prev-next-button {
  background: #de1c28;
}

.two-section.carousel .flickity-prev-next-button:hover,
.two-section.carousel .flickity-prev-next-button:active {
  background-color: #b11620;
}

.two-section.carousel .featured-header {
  margin: 0px;
  background: #de1c28;
  color: #fff;
  padding: 20px;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.btn-container,
.img-container {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .img-container {
    float: none;
    margin-left: 0px;
  }
}
.arrow-container {
  text-align: center;
}

.arrow-container.bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 0px) {
  .arrow-container.bottom {
    bottom: -70px;
  }
}
@media screen and (min-width: 768px) {
  .arrow-container.bottom {
    bottom: -71px;
  }
}
@media screen and (min-width: 1280px) {
  .arrow-container.bottom {
    bottom: -73px;
  }
}
.championship-hero-section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/images/bpo/hero-image-championship.jpg");
  background-position-y: 30%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .championship-hero-section {
    background-position: center;
  }
}
@media screen and (min-width: 767px) and (max-width: 981px) {
  .championship-hero-section {
    background-position-x: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .championship-hero-section {
    background-position-y: 40%;
    margin-top: -50px;
  }
}
.championship-hero-section .hero-container {
  position: relative;
}

.championship-hero-section .hero-container .hero-caption {
  position: absolute;
  bottom: -5px;
  left: 10px;
  font-size: 0.875rem;
}

.championship-hero-section .hero-text-container {
  margin-left: 51.178825799%;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 44.821174201%;
  margin-left: 56%;
  position: relative;
  bottom: 110px;
}

.championship-hero-section .hero-text-container:last-child {
  margin-right: 0;
}

.championship-hero-section .loudest {
  margin-top: 288px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  font-size: 70px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .championship-hero-section .loudest {
    font-size: 36px;
    line-height: 46px;
    margin-top: 185px;
  }
}
@media screen and (min-width: 1280px) {
  .championship-hero-section .loudest {
    margin-top: 345px;
  }
}
.championship-hero-section .tagline {
  margin: 0px 0px 16px 0px;
}

.championship-hero-section .fig-btn {
  margin-bottom: 38px;
}

@media screen and (min-width: 768px) {
  .championship-hero-section .fig-btn {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.championship-details {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background: #fff;
}

@media screen and (min-width: 1280px) {
  .championship-details {
    background-image: url("/images/bpo/mid-content-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.championship-details:last-child {
  margin-right: 0;
}

.championship-details .flickity-viewport {
  right: 26px;
  margin-left: 45px;
}

.championship-details .yt-container,
.championship-details .vid-container {
  float: left;
  width: 100%;
}

.championship-details .yt-container {
  margin-bottom: 18px;
}

.championship-details .competitions {
  background: #000;
  margin: 40px auto;
  width: 100%;
  padding: 0px 70px;
}

@media screen and (min-width: 0px) {
  .championship-details .competitions {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .championship-details .competitions::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .championship-details .competitions {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .championship-details .competitions::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .championship-details .competitions {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .championship-details .competitions::after {
    clear: both;
    content: "";
    display: table;
  }
}
.championship-details .carousel-cell {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-right: 30px;
}

.championship-details .carousel-cell.active p {
  color: #de1c28;
}

.championship-details .carousel-cell p {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.09375rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 230px;
}

.championship-details .carousel-cell p:hover {
  color: #de1c28;
}

.championship-details .flickity-prev-next-button.previous {
  left: 10px;
}

.championship-details .flickity-prev-next-button.next {
  right: 10px;
}

.championship-details .dollar {
  font-size: 1.4375rem;
  line-height: 1.8125rem;
  letter-spacing: 0.1375rem;
  color: #000;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  vertical-align: top;
}

.championship-details .left-column,
.championship-details .right-column,
.championship-details .middle-column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
  padding: 31px 49px 47px 49px;
  border: 1px solid #979797;
  border-radius: 8px;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .championship-details .left-column,
.championship-details .right-column,
.championship-details .middle-column {
    padding: 15px 15px 25px 15px;
    float: none;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.championship-details .left-column h1,
.championship-details .right-column h1,
.championship-details .middle-column h1 {
  margin-top: 0px;
}

.championship-details .left-column:last-child,
.championship-details .right-column:last-child,
.championship-details .middle-column:last-child {
  margin-right: 0;
}

.championship-details .left-column .arrow-container-left,
.championship-details .left-column .arrow-container-right,
.championship-details .left-column .arrow-container-middle,
.championship-details .right-column .arrow-container-left,
.championship-details .right-column .arrow-container-right,
.championship-details .right-column .arrow-container-middle,
.championship-details .middle-column .arrow-container-left,
.championship-details .middle-column .arrow-container-right,
.championship-details .middle-column .arrow-container-middle {
  position: absolute;
  top: 100%;
}

.championship-details .left-column .arrow-container-left,
.championship-details .left-column .arrow-container-middle,
.championship-details .right-column .arrow-container-left,
.championship-details .right-column .arrow-container-middle,
.championship-details .middle-column .arrow-container-left,
.championship-details .middle-column .arrow-container-middle {
  left: 50%;
  transform: translateX(-50%);
}

.championship-details .left-column .arrow-container-right,
.championship-details .right-column .arrow-container-right,
.championship-details .middle-column .arrow-container-right {
  right: 50%;
  transform: translateX(50%);
}

.championship-details .col-container {
  position: relative;
  display: flex;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .championship-details .col-container {
    flex-direction: row;
    margin-left: 2px;
  }
}
.championship-details .col-container::after {
  clear: both;
  content: "";
  display: table;
}

.championship-details .left-column {
  margin-bottom: 62px;
  margin-right: 4px;
}

.championship-details .right-column {
  margin-bottom: 62px;
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .championship-details .left-column,
.championship-details .right-column {
    flex: 1;
  }
}
@media screen and (min-width: 1105px) {
  .championship-details .left-column h1,
.championship-details .right-column h1 {
    white-space: nowrap;
  }
}
.championship-details .middle-column {
  margin: 0px auto;
  float: none;
  width: 80%;
}

@media screen and (min-width: 768px) {
  .championship-details .middle-column {
    margin-top: 20px;
  }
}
@media screen and (min-width: 0px) {
  .championship-details .details {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .championship-details .details::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .championship-details .details {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .championship-details .details::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .championship-details .details {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .championship-details .details::after {
    clear: both;
    content: "";
    display: table;
  }
}
.championship-details .details p,
.championship-details .details h1,
.championship-details .details h5 {
  color: #000;
}

.championship-details .details h1 {
  font-size: 3rem;
  line-height: 3.625rem;
  letter-spacing: 0.0625rem;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  margin-bottom: 0px;
}

.championship-details .details h5 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.03125rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 5px;
}

.championship-details .details p {
  margin: 0px;
  padding-bottom: 20px;
}

.championship-details .final-table {
  width: 100%;
  float: left;
  background-color: #de1c28;
  margin: 50px auto;
  border-radius: 9px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .championship-details .final-table {
    text-align: center;
  }
}
.championship-details .final-table:last-child {
  margin-right: auto;
  margin-top: 85px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .championship-details .final-table:last-child {
    margin-top: 65px;
  }
}
.championship-details .final-table .text {
  margin-bottom: 21px;
}

.championship-details .final-table p,
.championship-details .final-table h1,
.championship-details .final-table h5,
.championship-details .final-table i {
  color: #fff;
}

.championship-details .final-table .left-container,
.championship-details .final-table .right-container {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .championship-details .final-table .left-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    padding-left: 3%;
  }
  .championship-details .final-table .left-container:last-child {
    margin-right: 0;
  }
}
.championship-details .final-table .left-container .bpo-logo {
  margin-top: 47px;
}

@media screen and (min-width: 768px) {
  .championship-details .final-table .left-container .bpo-logo {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 17.7259315437%;
  }
  .championship-details .final-table .left-container .bpo-logo:last-child {
    margin-right: 0;
  }
}
.championship-details .final-table .left-container .bpo-logo img {
  height: 85px;
}

@media screen and (min-width: 768px) {
  .championship-details .final-table .left-container .left-text {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 79.4314828859%;
  }
  .championship-details .final-table .left-container .left-text:last-child {
    margin-right: 0;
  }
}
.championship-details .final-table .left-container .left-text h5,
.championship-details .final-table .left-container .left-text span {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.championship-details .final-table .left-container .left-text span {
  margin-left: 40px;
  text-transform: uppercase;
}

.championship-details .final-table .right-container {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .championship-details .final-table .right-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-left: 40px;
  }
  .championship-details .final-table .right-container:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .championship-details .final-table .right-container .youtube-icon,
.championship-details .final-table .right-container .televised-icon {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .championship-details .final-table .right-container .viewing-text {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    margin-left: 18px;
    padding-top: 17px;
  }
  .championship-details .final-table .right-container .viewing-text:last-child {
    margin-right: 0;
  }
}
.championship-details .final-table .right-container .viewing-text p {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .championship-details .final-table .right-container .viewing-text p {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .championship-details .final-table .right-container .viewing-text p:last-child {
    margin-right: 0;
  }
}
.championship-details .final-table .right-container i {
  font-size: 70px;
}

.schedule {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  position: relative;
}

.schedule:last-child {
  margin-right: 0;
}

@media screen and (min-width: 0px) {
  .champ-schedule-con {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .champ-schedule-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .champ-schedule-con {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .champ-schedule-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .champ-schedule-con {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .champ-schedule-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
.schedule h1,
.venue h1 {
  font-size: 3.75rem;
  line-height: 4.375rem;
  letter-spacing: 0.09375rem;
}

.schedule {
  height: 100%;
}

.schedule h5 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin-bottom: -5px;
}

.schedule h1 {
  text-align: center;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.schedule .schedule-info {
  background: #000;
  margin: 40px auto;
  width: 100%;
}

.schedule .schedule-info::after {
  content: "flickity";
  display: none;
}

.schedule .schedule-info p,
.schedule .schedule-info span {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.schedule .schedule-info p.small {
  font-size: 0.675rem;
  line-height: 1rem;
}

.schedule .schedule-info strong,
.schedule .schedule-info strong a {
  font-weight: 600 !important;
}

.schedule .schedule-info .right {
  float: right;
}

.schedule .schedule-info .cell {
  overflow: hidden;
  display: block;
  margin-right: 0px;
  width: 19%;
  padding: 10px 2%;
  display: block;
}

.schedule .schedule-info .cell {
  width: 300px;
  min-height: 310px;
}

.schedule .schedule-info .cell .cell-container {
  border-bottom: 1px solid #979797;
  overflow: hidden;
}

.schedule .schedule-info .cell .cell-container:last-child {
  border: none;
}

.schedule .schedule-info .gray {
  background-color: #242323;
}

.schedule .schedule-info .today {
  background-color: #006a30;
}

.schedule .schedule-info .left-side {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%;
}

.schedule .schedule-info .left-side:last-child {
  margin-right: 0;
}

.schedule .schedule-info .right-side {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
  margin-left: 17.0596085997%;
  margin-right: 0px;
}

.schedule .schedule-info .right-side:last-child {
  margin-right: 0;
}

@media screen and (min-width: 0px) {
  .venue {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .venue::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .venue {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .venue::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .venue {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .venue::after {
    clear: both;
    content: "";
    display: table;
  }
}
.venue h1 {
  margin-top: 10px;
  margin-bottom: -5px;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.venue p {
  font-size: 1.3125rem;
  line-height: 2.1875rem;
  letter-spacing: 0.09375rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 100;
  color: #fff;
}

@media screen and (min-width: 0px) {
  .venue .venue-info,
.venue .venue-img {
    width: 100%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .venue .venue-info,
.venue .venue-img {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
  }
  .venue .venue-info:last-child,
.venue .venue-img:last-child {
    margin-right: 0;
  }
}
.venue .venue-info .copy {
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: 0.0125rem;
}

.venue .venue-info h5 {
  font-size: 1.3125rem;
  line-height: 2.1875rem;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  margin-bottom: -10px;
}

.venue .venue-info .fine-print {
  clear: both;
}

.venue .venue-info .fine-print,
.venue .venue-info span {
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.0125rem;
  width: 100%;
}

.venue .venue-info .uppercase {
  text-transform: uppercase;
}

.venue .week-rates {
  width: 125%;
}

.venue .week-rates span {
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: 0.0125rem;
  color: #000;
  font-family: "Titillium Web", sans-serif;
  clear: both;
  display: block;
}

.venue .week-rates p {
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 0.03125rem;
  text-align: center;
  height: 80px;
  width: 10%;
  float: left;
  padding-top: 20px;
  margin-left: 1%;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

.venue .venue-img {
  min-height: 408px;
  position: relative;
  min-height: 408px;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/bpo/borgata.jpg");
}

.venue .venue-img .fig-btn {
  margin-top: 280px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.join-hero-section {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position-y: 30%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/images/bpo/join-bar-hero-image.png");
}

.join-hero-section:last-child {
  margin-right: 0;
}

.join-hero-section .join-hero-left {
  z-index: 10;
  position: relative;
}

@media screen and (min-width: 0px) {
  .join-hero-section .join-hero-left {
    width: 100%;
    margin-left: 0pxx;
  }
}
@media screen and (min-width: 768px) {
  .join-hero-section .join-hero-left {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 30.1138947236%;
    margin-top: 40px;
  }
  .join-hero-section .join-hero-left:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .join-hero-section .join-hero-left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-top: 80px;
    margin-left: 58px;
  }
  .join-hero-section .join-hero-left:last-child {
    margin-right: 0;
  }
}
.join-hero-section .join-hero-left .loudest,
.join-hero-section .join-hero-left .join-bpo-tagline {
  text-transform: uppercase;
  font-weight: 100;
}

@media screen and (min-width: 0px) {
  .join-hero-section .join-hero-left .join-bpo-tagline {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1280px) {
  .join-hero-section .join-hero-left .join-bpo-tagline {
    margin-top: -90px;
  }
}
.join-hero-section .join-hero-left .join-copy {
  padding-bottom: 60px;
}

@media screen and (min-width: 0px) {
  .join-hero-section .join-hero-right {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .join-hero-section .join-hero-right {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
    margin-top: 80px;
    margin-left: 50px;
  }
  .join-hero-section .join-hero-right:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .join-hero-section .join-hero-right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-top: 140px;
    margin-left: 130px;
  }
  .join-hero-section .join-hero-right:last-child {
    margin-right: 0;
  }
}
.join-hero-section .join-hero-right input {
  margin-bottom: 17px;
}

.join-hero-section .join-hero-right .join-button {
  width: 100%;
  margin-bottom: 130px;
}

.join-hero-section .join-hero-right h5 {
  text-transform: uppercase;
}

.four-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 40px;
  z-index: 1;
  position: relative;
}

.four-section h1,
.four-section h3,
.four-section h4 {
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

.four-section p {
  color: #000;
  margin-top: 0;
}

.four-section .black-icon {
  float: left;
  background: url("/images/bpo/banking-spendings-1.png");
}

.four-section .red-icon {
  float: left;
  background: url("/images/bpo/share-megaphone-23.png");
}

.four-section .green-icon {
  float: left;
  background: url("/images/bpo/vote-thumbs-up-3.png");
}

.four-section .yellow-icon {
  float: left;
  background: url("/images/bpo/sign-elevator.png");
}

.four-section .black-icon,
.four-section .red-icon,
.four-section .green-icon,
.four-section .yellow-icon {
  height: 80px;
  width: 80px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 20px;
}

.four-section .blurb-container {
  margin-right: 0px;
  margin-bottom: 10px;
}

@media screen and (min-width: 0px) {
  .four-section .blurb-container {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
    margin-left: 4%;
    min-height: 210px;
  }
  .four-section .blurb-container:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .four-section .blurb-container {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
    margin-left: 2%;
    margin-right: 0px;
    min-height: 420px;
  }
  .four-section .blurb-container:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .four-section .blurb-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-left: 5%;
    min-height: 420px;
  }
  .four-section .blurb-container:last-child {
    margin-right: 0;
  }
}
.four-section .blurb-container .blurb {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}

.four-section .blurb-container .blurb:last-child {
  margin-right: 0;
}

.four-section .blurb-container .blurb h3,
.four-section .blurb-container .blurb p {
  letter-spacing: 0px;
}

.four-section .left-column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
  margin-left: 9%;
  padding: 30px 80px;
  margin-bottom: 0px;
}

.four-section .left-column:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .four-section .left-column {
    margin-bottom: 100px;
  }
}
.four-section .right-column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
  margin-right: 6%;
  padding: 30px 80px;
  margin-bottom: 100px;
}

.four-section .right-column:last-child {
  margin-right: 0;
}

.four-section h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  letter-spacing: 0.09375rem;
  color: #666;
  margin-bottom: 10px;
  text-align: left;
}

.need-to-know {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background: url("/images/bpo/mid-content-bg-copy-taller.png"), #242424;
  background-repeat: no-repeat;
  background-position: top;
  margin-bottom: 35px;
}

.need-to-know .heading {
  margin: -10px auto -20px auto;
  padding-bottom: 10px;
  text-align: center;
}

.need-to-know .heading h1 {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

@media screen and (min-width: 0px) {
  .need-to-know .left-column {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
    margin-top: 10px;
    padding: 5px 20px;
    margin-left: 0px;
  }
  .need-to-know .left-column:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .need-to-know .left-column {
    width: 37%;
    margin-left: 9%;
  }
}
@media screen and (min-width: 1280px) {
  .need-to-know .left-column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    padding: 30px 80px;
  }
  .need-to-know .left-column:last-child {
    margin-right: 0;
  }
}
.need-to-know .left-column p {
  margin-bottom: 50px;
}

.need-to-know .left-column h1 {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  letter-spacing: 0.09375rem;
}

.need-to-know .right-column {
  float: left;
  margin-right: 6%;
}

@media screen and (min-width: 0px) {
  .need-to-know .right-column {
    width: 100%;
    margin-top: 10px;
    padding: 5px 20px;
  }
}
@media screen and (min-width: 768px) {
  .need-to-know .right-column {
    width: 37%;
  }
}
@media screen and (min-width: 1280px) {
  .need-to-know .right-column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    padding: 30px 80px;
    margin-left: 0px;
  }
  .need-to-know .right-column:last-child {
    margin-right: 0;
  }
}
.need-to-know .right-column h1 {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  letter-spacing: 0.09375rem;
}

.need-to-know .right-column p {
  margin-bottom: 65px;
}

.need-to-know .right-column .signup-heading {
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: 0.09375rem;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

@media screen and (min-width: 0px) {
  .need-to-know .right-column .signup-heading {
    padding-top: 0px;
  }
}
.need-to-know .fig-btn {
  border: 2px solid #851018;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .need-to-know .fig-btn {
    display: block;
    margin: auto;
    max-width: 320px;
  }
}
.need-to-know .text {
  margin-bottom: 50px;
}

.bottom-image {
  float: left;
  width: 100%;
  background: url("/images/bpo/join-bar-bottom-img.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 36.5059068798%;
}

.poker-pulse {
  background-color: #242424;
}

.poker-pulse .news-container {
  background-color: #242424;
  padding-bottom: 20px;
}

.poker-pulse .news-container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 0px) {
  .poker-pulse .news-container {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .poker-pulse .news-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .poker-pulse .news-container {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .poker-pulse .news-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .poker-pulse .news-container {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .poker-pulse .news-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
.poker-pulse .story-img-mobile {
  background-size: 100% auto;
  background: url("/images/bpo/rectangle-39.png");
  background-repeat: no-repeat;
}

@media screen and (min-width: 0px) {
  .poker-pulse .story-img-mobile {
    width: 100%;
    height: 484px;
  }
}
@media screen and (min-width: 768px) {
  .poker-pulse .story-img-mobile {
    display: none;
  }
}
.poker-pulse .news-heading h1 {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

@media screen and (min-width: 0px) {
  .poker-pulse .news-heading h1 {
    margin-top: -90px;
  }
}
@media screen and (min-width: 768px) {
  .poker-pulse .news-heading h1 {
    margin-top: 0px;
    display: block;
  }
}
.poker-pulse h1 {
  text-align: center;
  padding-top: 40px;
  margin-top: 0px;
}

.poker-pulse h5 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 0.0703125rem;
}

.poker-pulse .left-column {
  position: relative;
  margin-left: 5%;
}

@media screen and (min-width: 0px) {
  .poker-pulse .left-column {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
  }
  .poker-pulse .left-column:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .poker-pulse .left-column {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 30.1138947236%;
  }
  .poker-pulse .left-column:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .poker-pulse .left-column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .poker-pulse .left-column:last-child {
    margin-right: 0;
  }
}
.poker-pulse .left-column h5 {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.poker-pulse .left-column .story-img {
  height: 276px;
  width: 367px;
  margin-right: 20px;
  background: url("/images/bpo/rectangle-39.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0px) {
  .poker-pulse .left-column .story-img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .poker-pulse .left-column .story-img {
    display: block;
  }
}
.poker-pulse .right-column {
  position: relative;
}

@media screen and (min-width: 0px) {
  .poker-pulse .right-column {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
    padding: 0px 5%;
  }
  .poker-pulse .right-column:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .poker-pulse .right-column {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
    padding: 0px 0px;
  }
  .poker-pulse .right-column:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .poker-pulse .right-column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .poker-pulse .right-column:last-child {
    margin-right: 0;
  }
}
.poker-pulse .right-column p {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.09375rem;
  margin-top: -15px;
}

.poker-pulse .right-column span {
  color: #666;
}

@media screen and (min-width: 0px) {
  .poker-pulse .right-column #story-copy-1 {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
    margin-left: 0px;
  }
  .poker-pulse .right-column #story-copy-1:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .poker-pulse .right-column #story-copy-1 {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 82.5284736809%;
    margin-left: 100px;
    margin-right: 50px;
  }
  .poker-pulse .right-column #story-copy-1:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .poker-pulse .right-column #story-copy-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-left: 0px;
  }
  .poker-pulse .right-column #story-copy-1:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 0px) {
  .poker-pulse .right-column #story-copy-2 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .poker-pulse .right-column #story-copy-2 {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .poker-pulse .right-column #story-copy-2 {
    display: block;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .poker-pulse .right-column #story-copy-2:last-child {
    margin-right: 0;
  }
}
.poker-pulse .right-column .story-heading {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.poker-pulse .right-column .news-heading-button {
  margin-left: 100px;
}

.poker-pulse .right-column .fig-btn-small-red {
  margin-left: 100px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .poker-pulse .right-column .fig-btn-small-red {
    font-size: 1rem;
    line-height: 1.33;
  }
}
.top-stories {
  padding-top: 20px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
  background-image: url("/images/bpo/top-stories-b-g.png");
  background-position: 15px bottom;
}

.top-stories::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 1280px) {
  .top-stories {
    background-size: cover;
    background-position: right bottom;
  }
}
.top-stories .container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 0px) {
  .top-stories .container {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .top-stories .container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .top-stories .container {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .top-stories .container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .top-stories .container {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .top-stories .container::after {
    clear: both;
    content: "";
    display: table;
  }
}
.top-stories .heading {
  margin-left: 7%;
  padding-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top-stories .heading {
    margin-left: 12px;
  }
}
.top-stories h3 {
  margin-top: 5px;
}

.top-stories p,
.top-stories h1,
.top-stories h5,
.top-stories span {
  color: #000;
}

.top-stories h5 {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
}

@media screen and (min-width: 0px) {
  .top-stories .column-story {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 2%;
    margin-left: 5%;
    margin-right: 0px;
  }
}
@media screen and (min-width: 0px) and (min-width: 0px) {
  .top-stories .column-story {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .top-stories .column-story::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) and (min-width: 768px) {
  .top-stories .column-story {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .top-stories .column-story::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) and (min-width: 1280px) {
  .top-stories .column-story {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .top-stories .column-story::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) {
  .top-stories .column-story:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .top-stories .column-story {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 30.1138947236%;
    min-height: 280px;
    border-left: 3px solid rgba(0, 21, 39, 0.2);
    border-top: none;
  }
  .top-stories .column-story:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .top-stories .column-story {
    width: 25.1%;
    margin-left: 5%;
    margin-right: 1%;
  }
}
.top-stories .column-story p {
  line-height: 1.9rem;
  margin-top: 0px;
}

.top-stories .column-story h5 {
  margin-top: 15px;
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: 0.0703125rem;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .top-stories .column-story h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top-stories .column-story .fig-btn-small-red {
    font-size: 1rem;
    line-height: 1.33;
  }
}
@media screen and (min-width: 0px) {
  .news-archive {
    padding-bottom: 20px;
    background-color: #242424;
  }
}
@media screen and (min-width: 0px) {
  .news-archive .news-archive-con {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .news-archive .news-archive-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .news-archive .news-archive-con {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .news-archive .news-archive-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .news-archive .news-archive-con {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .news-archive .news-archive-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .news-archive .archive-stories {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 100%;
  }
  .news-archive .archive-stories:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .news-archive .archive-stories {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin: 0px 20px;
  }
  .news-archive .archive-stories:last-child {
    margin-right: 0;
  }
}
.news-archive .archive-stories .heading {
  font-size: 1.625rem;
  line-height: 1.875rem;
  letter-spacing: 0.09375rem;
  margin-left: 4%;
  margin-top: 0px;
  padding-top: 20px;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.news-archive .archive-stories .archive-container {
  margin: 40px 0px;
  overflow: hidden;
  margin-left: 4%;
}

@media screen and (min-width: 768px) {
  .news-archive .archive-stories .archive-container .left-column {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 30.1138947236%;
  }
  .news-archive .archive-stories .archive-container .left-column:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .news-archive .archive-stories .archive-container .left-column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .news-archive .archive-stories .archive-container .left-column:last-child {
    margin-right: 0;
  }
}
.news-archive .archive-stories .archive-container .left-column .archive-img-1,
.news-archive .archive-stories .archive-container .left-column .archive-img-2,
.news-archive .archive-stories .archive-container .left-column .archive-img-3 {
  height: 190px;
  width: 290px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.news-archive .archive-stories .archive-container .left-column .archive-img-1 {
  background: url("/images/bpo/rectangle-31.png");
}

.news-archive .archive-stories .archive-container .left-column .archive-img-2 {
  background: url("/images/bpo/rectangle-31-copy.png");
}

.news-archive .archive-stories .archive-container .left-column .archive-img-3 {
  background: url("/images/bpo/rectangle-31-copy-2.png");
}

@media screen and (min-width: 768px) {
  .news-archive .archive-stories .archive-container .right-column {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
    margin-left: 50px;
    padding-left: 25px;
  }
  .news-archive .archive-stories .archive-container .right-column:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .news-archive .archive-stories .archive-container .right-column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 50px;
  }
  .news-archive .archive-stories .archive-container .right-column:last-child {
    margin-right: 0;
  }
}
.news-archive .archive-stories .archive-container .right-column p {
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.09375rem;
  margin-top: -15px;
}

.news-archive .archive-stories .archive-container .right-column ul {
  margin-top: 10px;
}

.news-archive .archive-stories .archive-container .right-column li {
  list-style-type: none;
  line-height: 1;
}

.news-archive .archive-stories .archive-container .right-column .top-story {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 0px) {
  .news-archive .archive-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .news-archive .archive-nav {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 82.5284736809%;
    margin-left: 10%;
    border-top: 3px solid #333;
  }
  .news-archive .archive-nav:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .news-archive .archive-nav {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-left: 0px;
  }
  .news-archive .archive-nav:last-child {
    margin-right: 0;
  }
}
.news-archive .archive-nav .heading {
  font-size: 1.625rem;
  line-height: 1.875rem;
  letter-spacing: 0.09375rem;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.news-archive .archive-nav input {
  margin-top: 20px;
  float: left;
  width: 70%;
}

.news-archive .archive-nav .news-archive-search-button {
  margin-top: 20px;
  float: left;
  min-height: 41px;
  min-width: 45px;
}

@media screen and (min-width: 0px) {
  .facebook-twitter {
    background-color: #242424;
  }
}
@media screen and (min-width: 0px) {
  .facebook-twitter .news-social-con {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .facebook-twitter .news-social-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .facebook-twitter .news-social-con {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .facebook-twitter .news-social-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .facebook-twitter .news-social-con {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .facebook-twitter .news-social-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
.facebook-twitter .post-container {
  margin-bottom: 30px;
  float: left;
}

.facebook-twitter .post-container span {
  float: right;
}

@media screen and (min-width: 0px) {
  .facebook-twitter .facebook-feed {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
    display: block;
    margin-left: 4%;
    margin-right: 0px;
  }
}
@media screen and (min-width: 0px) and (min-width: 0px) {
  .facebook-twitter .facebook-feed {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .facebook-twitter .facebook-feed::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) and (min-width: 768px) {
  .facebook-twitter .facebook-feed {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .facebook-twitter .facebook-feed::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) and (min-width: 1280px) {
  .facebook-twitter .facebook-feed {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .facebook-twitter .facebook-feed::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) {
  .facebook-twitter .facebook-feed:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .facebook-twitter .facebook-feed {
    margin-left: 5%;
    width: 44%;
  }
}
.facebook-twitter .facebook-feed h1 {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.facebook-twitter .facebook-feed .left-column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}

.facebook-twitter .facebook-feed .left-column:last-child {
  margin-right: 0;
}

.facebook-twitter .facebook-feed .right-column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}

.facebook-twitter .facebook-feed .right-column:last-child {
  margin-right: 0;
}

@media screen and (min-width: 0px) {
  .facebook-twitter .twitter-feed {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
    display: block;
    margin-left: 4%;
    margin-right: 0px;
  }
}
@media screen and (min-width: 0px) and (min-width: 0px) {
  .facebook-twitter .twitter-feed {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .facebook-twitter .twitter-feed::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) and (min-width: 768px) {
  .facebook-twitter .twitter-feed {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .facebook-twitter .twitter-feed::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) and (min-width: 1280px) {
  .facebook-twitter .twitter-feed {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .facebook-twitter .twitter-feed::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) {
  .facebook-twitter .twitter-feed:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .facebook-twitter .twitter-feed {
    width: 44%;
  }
}
.facebook-twitter .twitter-feed h1 {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.facebook-twitter .twitter-feed .left-column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}

.facebook-twitter .twitter-feed .left-column:last-child {
  margin-right: 0;
}

.facebook-twitter .twitter-feed .right-column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}

.facebook-twitter .twitter-feed .right-column:last-child {
  margin-right: 0;
}

.facebook-twitter p {
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.09375rem;
  margin-top: -10px;
}

.facebook-twitter li {
  list-style-type: none;
  margin-top: -10px;
  margin-bottom: 14px;
}

.facebook-twitter .social-media-img img {
  height: 104px;
  width: 104px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 0px) {
  .line {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .line {
    display: block;
    background-color: gray;
    float: left;
    margin-right: 30px;
    margin-top: 100px;
    height: 400px;
    background-size: 2px;
    background-position: center;
    background-repeat: no-repeat;
    width: 2px;
  }
}
.date {
  color: #666;
  margin-bottom: 20px;
  margin-top: 15px;
}

.events-hero-section {
  width: 100%;
  float: left;
  position: relative;
  background: url("/images/bpo/googlemap.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.events-hero-section .section-copy {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  letter-spacing: 0.03125rem;
  margin: 10px 0px 22px 0px;
  font-family: "Titillium Web", sans-serif;
}

.events-hero-section .events-info {
  display: block;
  margin-top: 100px;
  background-color: #fff;
  overflow: hidden;
  padding: 35px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .events-hero-section .events-info {
    text-align: center;
  }
}
.events-hero-section .events-info .loudest {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .events-hero-section .events-info .loudest {
    font-size: 42px;
  }
}
@media screen and (min-width: 1280px) {
  .events-hero-section .events-info .loudest {
    font-size: 72px;
  }
}
.events-hero-section .events-info .loudest br {
  display: none;
}

@media screen and (min-width: 768px) {
  .events-hero-section .events-info .loudest br {
    display: inline;
  }
}
.events-hero-section .events-info p {
  color: #000;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .events-hero-section .events-info .left-section {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .events-hero-section .events-info .left-section {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .events-hero-section .events-info .left-section:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .events-hero-section .events-info .right-section {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .events-hero-section .events-info .right-section {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .events-hero-section .events-info .right-section:last-child {
    margin-right: 0;
  }
  .events-hero-section .events-info .right-section img {
    max-height: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .events-hero-section .events-info .right-section img {
    max-height: none;
  }
}
.qualify-online {
  width: 100%;
  float: left;
  position: relative;
  background: url("/images/bpo/red-bg-0101010.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify-online {
    background-position-x: -180px;
    background-size: auto 500px;
  }
}
.qualify-online .qualify-container {
  margin-top: 150px;
  margin-bottom: 180px;
}

@media screen and (min-width: 0px) {
  .qualify-online .qualify-container {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .qualify-online .qualify-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .qualify-online .qualify-container {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .qualify-online .qualify-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .qualify-online .qualify-container {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .qualify-online .qualify-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .qualify-online .qualify-container {
    margin-top: 50px;
  }
}
.qualify-online .qualify-container .loudest {
  margin-top: 0px;
  margin-bottom: -10px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify-online .qualify-container .loudest {
    font-size: 40px;
  }
}
.qualify-online .three-column {
  padding-bottom: 73px !important;
}

@media screen and (min-width: 0px) {
  .qualify-online .three-column {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .qualify-online .three-column::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .qualify-online .three-column {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .qualify-online .three-column::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .qualify-online .three-column {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .qualify-online .three-column::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify-online .three-column .column {
    width: 75%;
    margin: 0px auto;
    float: none;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0px;
  }
}
@media screen and (min-width: 768px) {
  .qualify-online .three-column .column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-left: 6%;
    margin-right: 4%;
  }
  .qualify-online .three-column .column:last-child {
    margin-right: 0;
  }
}
.qualify-online .three-column .column .column-heading {
  margin-top: -10px;
  text-transform: uppercase;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.qualify-online .three-column .column .red-icon {
  background: url("/images/bpo/location-pin-check-212.svg");
}

.qualify-online .three-column .column .yellow-icon {
  background: url("/images/bpo/sign-toilet-3.png");
}

.qualify-online .three-column .column .green-icon {
  background: url("/images/bpo/business-briefcase-cash-3.png");
}

.qualify-online .three-column .column .red-icon,
.qualify-online .three-column .column .green-icon,
.qualify-online .three-column .column .yellow-icon {
  height: 93px;
  width: 93px;
  background-repeat: no-repeat;
  text-align: center;
  display: inline-block;
  background-position: center;
}

.qualify-online .sign-up-today {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-top: 30px;
}

.qualify-online .sign-up-today:last-child {
  margin-right: 0;
}

@media screen and (min-width: 0px) {
  .events-hero-container {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .events-hero-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .events-hero-container {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .events-hero-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .events-hero-container {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .events-hero-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
.search-zip {
  width: 40.5%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin: 24px auto 48px auto;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .search-zip {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .search-zip {
    width: 59.5%;
  }
}
input.input-zip {
  width: 100%;
  height: 64px;
  border-radius: 0px;
  text-align: center;
  border: none;
  margin-bottom: 0px;
}

input.input-zip::before {
  content: "";
  background-image: url(/images/bpo/icons/search.svg);
}

input.input-zip:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

input.fig-btn-zip {
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: 0.0125rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  background: #e8af0b;
  border-radius: 3px;
  border: 0;
  padding: 15px 30px;
  -webkit-appearance: none;
}

input.fig-btn-zip:hover {
  background-color: #a8820f;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .input-zip,
.fig-btn-zip {
    height: 64px;
  }
}
.input-zip:hover,
.fig-btn-zip:hover {
  cursor: pointer;
}

.input-zip:focus,
.fig-btn-zip:focus {
  outline: none;
}

.icon.search {
  float: none;
  width: 100%;
  margin: 0px;
}

.icon.search::before {
  position: absolute;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .events-container {
    background: #202020;
  }
}
.winners .winner-heros {
  background-color: #202020;
  padding-bottom: 75px;
}

@media screen and (min-width: 0px) {
  .winners .top-hero,
.winners .bottom-hero {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .winners .top-hero::after,
.winners .bottom-hero::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .winners .top-hero,
.winners .bottom-hero {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .winners .top-hero::after,
.winners .bottom-hero::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .winners .top-hero,
.winners .bottom-hero {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .winners .top-hero::after,
.winners .bottom-hero::after {
    clear: both;
    content: "";
    display: table;
  }
}
.winners .top-hero {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .winners .top-hero {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .winners .top-hero {
    padding-top: 93px;
  }
}
.winners .top-hero img {
  float: left;
  display: block;
  margin-right: 5.8515051827%;
  width: 36.4890968904%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .winners .top-hero img {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 314.8459407041%;
    margin-bottom: 10px;
  }
  .winners .top-hero img:last-child {
    margin-right: 0;
  }
}
.winners .top-hero img:last-child {
  margin-right: 0;
}

.winners .top-hero h1 {
  font-size: 1.875rem;
  line-height: 1.625rem;
  letter-spacing: 0rem;
  color: #fff;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  margin-top: 22px;
  position: relative;
  line-height: 25px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .winners .top-hero h1 {
    margin: 22px auto 0px auto;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .winners .top-hero h1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .winners .top-hero h1:last-child {
    margin-right: 0;
  }
}
.winners .top-hero .date-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(150, 150, 150, 0.2);
  border-radius: 4px;
  text-align: center;
  margin-bottom: 42px;
  position: relative;
  padding-right: 30px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .winners .top-hero .date-container {
    width: 92%;
    margin: 21px auto 42px auto;
  }
}
@media screen and (min-width: 768px) {
  .winners .top-hero .date-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    display: flex;
  }
  .winners .top-hero .date-container:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 0px) {
  .winners .top-hero .date-container .flickity-prev-next-button.previous {
    left: -20px;
  }
  .winners .top-hero .date-container .flickity-prev-next-button.next {
    right: -20px;
  }
}
.winners .top-hero .carousel {
  display: block;
}

@media screen and (min-width: 0px) {
  .winners .top-hero .carousel {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .winners .top-hero .carousel::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .winners .top-hero .carousel {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .winners .top-hero .carousel::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .winners .top-hero .carousel {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .winners .top-hero .carousel::after {
    clear: both;
    content: "";
    display: table;
  }
}
.winners .top-hero .carousel .carousel-cell {
  width: 35%;
  white-space: nowrap;
}

.winners .top-hero .carousel .carousel-cell a {
  font-weight: 600;
}

.winners .top-hero .carousel .carousel-cell a:hover {
  color: #de1c28;
  cursor: pointer;
}

.winners .top-hero h2 {
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.125rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  flex: 1;
  margin: 22px 12px;
}

.winners .top-hero h2:hover {
  color: #e8af0b;
  cursor: pointer;
}

.winners .username {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.0125rem;
  font-family: "Titillium Web", sans-serif;
  color: #fff;
  display: block;
}

.winners .left-hero {
  padding-top: 35px;
  padding-bottom: 28px;
}

@media screen and (min-width: 0px) {
  .winners .left-hero {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .winners .left-hero {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .winners .left-hero:last-child {
    margin-right: 0;
  }
}
.winners .left-hero img {
  float: left;
  display: block;
  margin-right: 5.8515051827%;
  width: 57.6593979269%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .winners .left-hero img {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 314.8459407041%;
    margin-bottom: 10px;
  }
  .winners .left-hero img:last-child {
    margin-right: 0;
  }
}
.winners .left-hero img:last-child {
  margin-right: 0;
}

.winners .left-hero .text-con {
  float: left;
  display: block;
  margin-right: 5.8515051827%;
  width: 36.4890968904%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .winners .left-hero .text-con {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 314.8459407041%;
    width: 100%;
  }
  .winners .left-hero .text-con:last-child {
    margin-right: 0;
  }
}
.winners .left-hero .text-con:last-child {
  margin-right: 0;
}

.winners .left-hero h6 {
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.09375rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
}

.winners .left-hero .username {
  color: #666;
  margin: 0px;
}

.winners .left-hero h1 {
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0rem;
  color: #fff;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  margin: 20px 0px;
}

@media screen and (min-width: 0px) {
  .winners .left-hero h1 {
    margin: 19px 0px 15px 0px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .winners .left-hero h1 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 0rem;
  }
}
.winners .left-hero p {
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: 0.0125rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  margin: 0px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .winners .right-hero {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .winners .right-hero {
    float: right;
    height: 300px;
    width: 27%;
    background-image: url("/images/bpo/winner-example.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
.winners .dollar {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  vertical-align: top;
}

.top-winners {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (min-width: 0px) {
  .top-winners {
    background-image: url("/images/bpo/top-winners-bg.png");
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .top-winners {
    background-position-x: 84%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top-winners {
    background-position-x: 87%;
  }
}
.top-winners h1 {
  font-size: 1.625rem;
  line-height: 1.625rem;
  letter-spacing: 0rem;
  color: #fff;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  margin-top: 23.8px;
  margin-bottom: 19.4px;
}

.top-winners h1 span {
  font-size: 1.625rem;
  line-height: 1.625rem;
  letter-spacing: 0.25rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .top-winners h1 span {
    display: block;
  }
}
.top-winners .winners-main-con {
  margin-bottom: 50px;
}

.top-winners .winners-con {
  padding-bottom: 20px;
}

@media screen and (min-width: 0px) {
  .top-winners .winners-con {
    width: 45%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 768px) {
  .top-winners .winners-con {
    width: 32%;
    margin-right: 3%;
  }
}
@media screen and (min-width: 1280px) {
  .top-winners .winners-con {
    width: 14%;
    margin-right: 1%;
  }
}
.top-winners .winners-con .username {
  font-size: 0.875rem;
  line-height: 1.25em;
  letter-spacing: 0.0125rem;
}

.top-winners .winners-con .winnings {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

.top-winners .winners-con h6 {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.03125rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0px;
}

@media screen and (min-width: 0px) {
  .weekly-winners-header {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .weekly-winners-header::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .weekly-winners-header {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .weekly-winners-header::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .weekly-winners-header {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .weekly-winners-header::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .weekly-winners-header .title-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
  }
  .weekly-winners-header .title-container:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .weekly-winners-header .title-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .weekly-winners-header .title-container:last-child {
    margin-right: 0;
  }
}
.weekly-winners-header .title-container h1 {
  font-size: 1.625rem;
  line-height: 1.625rem;
  letter-spacing: 0rem;
  color: #fff;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  margin: 29px 0px 0px 0px;
}

.weekly-winners-header .title-container h3 {
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

.weekly-winners-header .nav-items {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .weekly-winners-header .nav-items {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .weekly-winners-header .nav-items:last-child {
    margin-right: 0;
  }
}
.weekly-winners-header .nav-items:last-child {
  margin-right: 0;
}

.weekly-winners-header .navigation-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  text-align: center;
  margin-top: 25px;
}

.weekly-winners-header .navigation-container:last-child {
  margin-right: 0;
}

.weekly-winners-header .navigation-container:hover {
  border-left: 1px solid #de1c28;
  border-right: 1px solid #de1c28;
  cursor: pointer;
  font-weight: 600 !important;
}

.weekly-winners-header .navigation-container .icon {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 43px 0px 14px 0px;
}

.weekly-winners-header .navigation-container p {
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.0125rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
}

.weekly-winners {
  margin-top: 25px;
}

@media screen and (min-width: 0px) {
  .weekly-winners {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .weekly-winners::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .weekly-winners {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .weekly-winners::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .weekly-winners {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .weekly-winners::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .weekly-winners .flickity-viewport {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .weekly-winners .flickity-slider {
    left: 10% !important;
  }
}
.weekly-winners .winners-con {
  margin-right: 3%;
  margin-left: 4%;
  padding-bottom: 3%;
  float: left;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .weekly-winners .winners-con {
    width: 38%;
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .weekly-winners .winners-con {
    width: 26%;
  }
}
@media screen and (min-width: 1280px) {
  .weekly-winners .winners-con {
    width: 13%;
  }
}
.weekly-winners .winners-con h6 {
  margin-top: 0;
  margin-bottom: 1px;
}

.weekly-winners .winners-con .winnings {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

.card-examples {
  background-color: #202020;
}

.card-examples .winning-hand {
  overflow: hidden;
  padding-bottom: 24px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .card-examples .winning-hand {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .card-examples .winning-hand {
    width: 50%;
    float: left;
  }
}
.card-examples .winning-hand h1 {
  font-size: 1.625rem;
  line-height: 1.625rem;
  letter-spacing: 0.25rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin-top: 61px;
  margin-bottom: 16px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .card-examples .winning-hand h1 {
    text-align: center;
  }
}
.card-examples .winning-hand h3 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  letter-spacing: 0.03125rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  float: left;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .card-examples .winning-hand h3 {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 46.288514824%;
    text-align: center;
    margin-right: 0px;
  }
  .card-examples .winning-hand h3:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .card-examples .winning-hand h3 {
    margin-right: 4%;
  }
}
@media screen and (min-width: 1280px) {
  .card-examples .winning-hand h3 {
    white-space: nowrap;
  }
}
.card-examples .winning-hand ul {
  float: left;
}

.card-examples .winning-hand li {
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
}

.hole-cards {
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hole-cards {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (min-width: 768px) {
  .hole-cards {
    width: 50%;
    float: left;
  }
}
.hole-cards h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0.1875rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hole-cards h3 {
    text-align: center;
  }
}
.hole-cards ul {
  clear: both;
  margin-bottom: 10px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hole-cards ul {
    text-align: center;
  }
}
.hole-cards li {
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
}

.card-hand {
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .card-hand.flop,
.card-hand.turn,
.card-hand.river {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .card-hand.flop:last-child,
.card-hand.turn:last-child,
.card-hand.river:last-child {
    margin-right: 0;
  }
}
.card-hand.flop img,
.card-hand.turn img,
.card-hand.river img {
  width: 20%;
}

.card-hand.flop ul,
.card-hand.turn ul,
.card-hand.river ul {
  margin-bottom: 10px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .card-hand.flop {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .card-hand.flop .img-container {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .card-hand.turn,
.card-hand.river {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 46.288514824%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 41px;
  }
  .card-hand.turn:last-child,
.card-hand.river:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .card-hand.turn img,
.card-hand.river img {
    width: 30%;
  }
}
.card-hand.pokerdad,
.card-hand.czeckraise {
  margin-bottom: 30px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .card-hand.pokerdad,
.card-hand.czeckraise {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .card-hand.pokerdad,
.card-hand.czeckraise {
    width: 50%;
    float: left;
  }
}
.card-hand.pokerdad h3,
.card-hand.czeckraise h3 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin: 0px;
}

.card-hand.pokerdad img,
.card-hand.czeckraise img {
  width: 20%;
}

.card-hand li {
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
}

.card-hand ul {
  clear: both;
}

.weekly-winners-con {
  float: left;
  width: 100%;
  display: block;
  margin: 0px;
}

.qualify {
  overflow: hidden;
}

.qualify .hero {
  background-image: url("/images/bpo/qualify-bg.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
}

.qualify .hero-title {
  font-size: 3.375rem;
  line-height: 4.5rem;
  letter-spacing: 0.31875rem;
  width: 90%;
  color: #fff;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  text-align: center;
  margin: 0 auto 82px auto;
  padding-top: 50px !important;
}

@media screen and (min-width: 0px) {
  .qualify .hero-title {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .qualify .hero-title::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .qualify .hero-title {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .qualify .hero-title::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .qualify .hero-title {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .qualify .hero-title::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .hero-title {
    width: auto;
    font-size: 30px;
    line-height: 1.333;
  }
}
@media screen and (min-width: 768px) {
  .qualify .hero-title {
    padding-top: 131px !important;
  }
}
.qualify .title-con {
  text-align: center;
  margin-bottom: 42px;
  position: relative;
  z-index: 1;
  clear: both;
}

@media screen and (min-width: 0px) {
  .qualify .title-con {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .qualify .title-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .qualify .title-con {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .qualify .title-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .qualify .title-con {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .qualify .title-con::after {
    clear: both;
    content: "";
    display: table;
  }
}
.qualify .title-con::after,
.qualify .title-con::before {
  content: "";
  background-color: rgba(222, 28, 40, 0.8);
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 23%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .title-con::after,
.qualify .title-con::before {
    width: 16%;
  }
}
.qualify .title-con::before {
  right: 3.5em;
  margin-left: -50%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .title-con::before {
    right: 0.5em;
  }
}
.qualify .title-con::after {
  left: 3.5em;
  margin-right: -50%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .title-con::after {
    left: 0.5em;
  }
}
.qualify .title-con img,
.qualify .title-con h2 {
  display: inline-block;
  vertical-align: middle;
}

.qualify .title-con h2 {
  text-align: left;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  color: #DE1C28;
}

.qualify .title-con img {
  max-width: 66px;
}

.qualify .cta {
  margin-bottom: 82px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .cta {
    padding-top: 80px;
    margin-top: -110px;
    float: left;
  }
  .qualify .cta.points-way {
    padding-top: 10;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .cta .fig-btn {
    margin-bottom: 50px;
  }
}
.qualify .cta .col-1 {
  padding-left: 2%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .cta .col-1 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .qualify .cta .col-1 {
    margin-left: 8.5298042998%;
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 30.1138947236%;
  }
  .qualify .cta .col-1:last-child {
    margin-right: 0;
  }
}
.qualify .cta .col-1 h1 {
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0.1875rem;
  color: #fff;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  margin-bottom: 5px;
  margin-top: 0px;
}

.qualify .cta .col-1 h2 {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.qualify .cta .col-1 p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  letter-spacing: 0.03125rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  margin: 0px auto 24px;
}

.qualify .cta .col-2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 53.0860763509%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .cta .col-2 {
    width: 100%;
  }
}
.qualify .cta .col-2:last-child {
  margin-right: 0;
}

.qualify .cta .col-2 h3 {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.qualify .cta .gameboard {
  background-image: url("/images/bpo/gameboard.jpg");
  height: 425px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .cta .gameboard {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .qualify .cta .gameboard {
    background-position: center;
  }
}
.qualify .cta .map {
  background-image: url("/images/bpo/googlemap.png");
  height: 425px;
}

.qualify .cta .search-zip {
  width: 76.5%;
  margin: 260px auto 34px auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .cta .search-zip {
    margin-top: 250px;
  }
}
.qualify .cta .search-zip input {
  font-family: "Titillium Web", sans-serif;
}

.qualify .cta .fig-btn-zip,
.qualify .cta .input-zip {
  -webkit-appearance: none;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .cta .fig-btn-zip,
.qualify .cta .input-zip {
    height: 64px;
  }
}
.qualify .title-con.last h2 {
  font-size: 3.75rem;
  line-height: 4.5rem;
  letter-spacing: 0.35rem;
  color: #fff;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.qualify .title-con.first h2 {
  color: #DE1C28;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify #micro-shrink {
    margin-bottom: -30px;
  }
}
.qualify .points-way {
  position: relative;
}

@media screen and (min-width: 0px) {
  .qualify .points-way {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .qualify .points-way::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .qualify .points-way {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .qualify .points-way::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .qualify .points-way {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .qualify .points-way::after {
    clear: both;
    content: "";
    display: table;
  }
}
.qualify .points-way::after {
  content: ".";
  visibility: hidden;
}

.qualify .points-way .arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.qualify .points-way .arrow.down {
  background-image: url("/images/bpo/down-arrow.svg");
}

.qualify .points-way .arrow.up {
  background-image: url("/images/bpo/up-arrow.svg");
  transform: rotate(180deg);
  transform-origin: 20% 40%;
}

.qualify .points-way .col-2 {
  background-color: #202020;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.5);
  padding: 27px 38px 28px 38px;
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .points-way .col-2 {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .qualify .points-way .col-2 {
    right: 2%;
  }
}
.qualify .points-way .col-2 h3 {
  font-size: 1.625rem;
  line-height: 1.5625rem;
  letter-spacing: 0.25rem;
  color: #fff;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  margin-bottom: 10px;
}

.qualify .points-way .col-2 p {
  margin: 0px 0px 20px 0px;
}

.qualify .points-way h1 {
  font-size: 3.375rem;
  line-height: 4.0625rem;
  letter-spacing: 0.31875rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .points-way h1 {
    margin-top: 88px;
  }
}
@media screen and (min-width: 768px) {
  .qualify .points-way h1 {
    width: 50%;
    margin: 0px auto 40px auto;
  }
}
.qualify .points-way h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0.1875rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.qualify .footer-callout {
  background: #202020;
  float: left;
  width: 100%;
  margin-top: 40px;
  padding: 80px 0px 143px 0px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .footer-callout {
    margin-top: 150px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .full-section, .qualify .half-section {
    margin-left: 17.4715263191%;
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 65.0569473618%;
  }
  .qualify .full-section:last-child, .qualify .half-section:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .qualify .full-section {
    margin-left: 34.943052638%;
    float: left;
    display: block;
    margin-right: 0%;
    width: 30.1138947236%;
    text-align: center;
  }
  .qualify .half-section {
    margin-left: 8.5298042998%;
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 30.1138947236%;
  }
  .qualify .full-section:last-child, .qualify .half-section:last-child {
    margin-right: 0;
  }
}
.qualify .half-section h1 {
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: 0.1875rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin: 0px 0px 8px 0px;
}

@media screen and (min-width: 1280px) {
  .qualify .half-section h1 {
    white-space: nowrap;
  }
}
.qualify .half-section p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  letter-spacing: 0rem;
  margin: 0px 0px 16px 0px;
}

@media screen and (min-width: 768px) {
  .qualify .half-section .fig-btn {
    position: absolute;
    bottom: 80px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .second-half {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .qualify .second-half {
    margin-left: 17.4715263191%;
  }
}
@media screen and (min-width: 0px) {
  .qualify .sections-container {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .qualify .sections-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .qualify .sections-container {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .qualify .sections-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .qualify .sections-container {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .qualify .sections-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
.qualify .sections-container h1 {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .qualify .cta.game {
    margin-bottom: 53px;
  }
}
.sign-up-page {
  background-image: url("/images/bpo/sign-up-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .half-n-half.first {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
  }
  .half-n-half.first:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .half-n-half.second {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .half-n-half.second {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .half-n-half.second:last-child {
    margin-right: 0;
  }
}
.half-n-half h1 {
  margin-top: 157px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .half-n-half h1 {
    margin-top: 100px;
  }
}
.half-n-half form {
  margin-top: 108px;
  margin-bottom: 225px;
}

.half-n-half form .fig-btn {
  width: 100%;
  border-radius: 3px;
}

.join-bpo-con {
  background-image: url("/images/bpo/sign-up-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.join-hero,
.join-footer {
  overflow: hidden;
}

@media screen and (min-width: 0px) {
  .join-hero,
.join-footer {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .join-hero::after,
.join-footer::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .join-hero,
.join-footer {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .join-hero::after,
.join-footer::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .join-hero,
.join-footer {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .join-hero::after,
.join-footer::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .hero-con {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
  }
  .hero-con.hero-con-full {
    float: none;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .hero-con:last-child {
    margin-right: 0;
  }
}
.hero-con .loudest {
  margin-top: 157px;
  margin-bottom: 0px;
  font-weight: 100;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hero-con .loudest {
    margin-top: 75px;
  }
}
.hero-con .loudest.gold {
  text-shadow: 2px 2px 0 #de1c28;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hero-con .loudest.gold {
    font-size: 75px;
    padding-bottom: 10px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .hero-con .loudest.gold {
    margin-top: 267px;
    padding-left: 26px;
    font-size: 60px;
  }
}
.hero-con h2 {
  font-size: 2.1875rem;
  line-height: 3.125rem;
  letter-spacing: 0.06875rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .hero-con h2 {
    width: 65%;
  }
}
.hero-con .lead {
  margin-bottom: 40px;
  padding-left: 26px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hero-con .lead {
    padding-left: 16px;
  }
}
.hero-con .btn-con {
  display: flex;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hero-con .fig-btn {
    display: block;
    margin: auto;
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .hero-con .fig-btn {
    margin-left: 5%;
    width: 50%;
    padding-top: 39px;
    padding-bottom: 39px;
  }
}
.hero-con h2,
.hero-con p {
  margin-top: 0px;
}

.join-footer {
  margin-top: 220px;
  margin-bottom: 250px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .join-footer {
    margin-top: 75px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .join-footer {
    display: flex;
  }
}
.join-footer-con {
  background: #131313;
  padding-bottom: 20px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  border: 1px solid #4d4d4d;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .join-footer-con {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .join-footer-con {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
    display: flex;
    min-height: 350px;
    position: relative;
  }
  .join-footer-con:last-child {
    margin-right: 0;
  }
}
.join-footer-con h1 {
  background: #de1c28;
  padding: 10px;
}

.join-footer-con h2,
.join-footer-con p,
.join-footer-con h1 {
  padding-left: 20px;
  padding-right: 20px;
}

.join-footer-con h1,
.join-footer-con h2 {
  text-align: center;
}

.join-footer-con h1 {
  margin: 0px;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.join-footer-con p {
  margin-top: 0px;
  margin-bottom: 15px;
}

.join-footer-con h2 {
  margin: 17px 0px 47px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .join-footer-con h2 {
    margin-bottom: 23px;
  }
}
.join-footer-con .btn-container {
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .join-footer-con .btn-container {
    width: 100%;
  }
}
.league-hero {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  position: relative;
  background: url("/images/bpo/group-13.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: -40px;
}

.league-hero:last-child {
  margin-right: 0;
}

@media screen and (min-width: 0px) {
  .league-hero .hero-container {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .league-hero .hero-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .league-hero .hero-container {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .league-hero .hero-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .league-hero .hero-container {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .league-hero .hero-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 0px) {
  .league-hero .hero-container {
    padding: 120px 0px 30px 0px;
  }
}
@media screen and (min-width: 768px) {
  .league-hero .hero-container {
    padding: 150px 0px 30px 0px;
  }
}
.league-hero .hero-container .league-social-icons a {
  margin-left: 7px;
}

.league-hero .hero-container .league-hero-left {
  margin-left: 5%;
  margin-right: 5%;
}

@media screen and (min-width: 0px) {
  .league-hero .hero-container .league-hero-left {
    float: none;
    display: block;
    width: 90%;
  }
  .league-hero .hero-container .league-hero-left:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .league-hero .hero-container .league-hero-left {
    margin-left: 3%;
    float: left;
    display: block;
    width: 48.821174201%;
  }
  .league-hero .hero-container .league-hero-left:last-child {
    margin-right: 0;
  }
}
.league-hero .hero-container .league-hero-left .league-city {
  margin-left: 2%;
  text-transform: uppercase;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

@media screen and (min-width: 0px) {
  .league-hero .hero-container .league-hero-left .league-logo {
    height: auto;
    width: 100%;
    max-width: 340px;
  }
}
@media screen and (min-width: 768px) {
  .league-hero .hero-container .league-hero-left .league-logo {
    height: 405px;
    width: 100%;
    max-width: 411px;
  }
}
@media screen and (min-width: 0px) {
  .league-hero .hero-container .league-hero-right {
    float: none;
    display: block;
    margin-top: 25px;
    margin-right: 5%;
    margin-left: 5%;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .league-hero .hero-container .league-hero-right {
    float: left;
    display: block;
    margin-top: 0;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-left: 0%;
  }
  .league-hero .hero-container .league-hero-right:last-child {
    margin-right: 0;
  }
}
.league-hero .hero-container .more-info {
  float: right;
  display: block;
}

.leaderboards-s-l-hero .hero-container h2.league-title-header,
.league-hero .hero-container h2.league-title-header {
  letter-spacing: 1px;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
}

.league-hero .hero-container p.header {
  margin-top: 0;
}

.league-hero .hero-container h4 {
  line-height: 1.75rem;
  margin-top: 1.5em;
  margin-bottom: 0em;
  font-weight: 700;
}

.league-hero .hero-container h4:first-of-type {
  margin-top: 0px;
}

.league-hero .hero-container h5 {
  line-height: 1.75rem;
  margin-top: 0em;
  margin-bottom: 0em;
}

.league-hero .hero-container h5.float-right {
  margin-top: 0px;
}

.league-hero .hero-container ul.region-selection {
  margin-left: 25px;
  margin-top: -10px;
}

.s-l-rankings-league {
  padding-top: 50px;
}

.past-event-results h3,
.event-results h3,
.upcoming-events h3,
.recent-qualifiers h3,
.s-l-rankings-league h3,
.leaderboards-recent-qualifiers-players h3 {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.past-event-results,
.event-results,
.upcoming-events,
.s-l-rankings-container-league {
  margin-top: 10px;
  overflow: auto;
}

@media screen and (min-width: 0px) {
  .past-event-results,
.event-results,
.upcoming-events,
.s-l-rankings-container-league {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .past-event-results::after,
.event-results::after,
.upcoming-events::after,
.s-l-rankings-container-league::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .past-event-results,
.event-results,
.upcoming-events,
.s-l-rankings-container-league {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .past-event-results::after,
.event-results::after,
.upcoming-events::after,
.s-l-rankings-container-league::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .past-event-results,
.event-results,
.upcoming-events,
.s-l-rankings-container-league {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .past-event-results::after,
.event-results::after,
.upcoming-events::after,
.s-l-rankings-container-league::after {
    clear: both;
    content: "";
    display: table;
  }
}
.past-event-results .past-event-results-nav,
.event-results .event-results-nav,
.upcoming-events .upcoming-events-nav,
.s-l-rankings-container-league .upcoming-events-nav {
  width: 100%;
  display: flex;
  border: 1px solid #555;
  border-radius: 4px;
  height: 64px;
  padding-top: 30px;
}

.past-event-results .past-event-results-nav span,
.event-results .event-results-nav span,
.upcoming-events .upcoming-events-nav span,
.s-l-rankings-container-league .upcoming-events-nav span {
  flex: 1;
  text-align: center;
}

.past-event-results .past-event-results-nav span:hover,
.event-results .event-results-nav span:hover,
.upcoming-events .upcoming-events-nav span:hover,
.s-l-rankings-container-league .upcoming-events-nav span:hover {
  color: #e8af0b;
  font-weight: 700;
  cursor: pointer;
}

.past-event-results .past-event-results-nav span.active,
.event-results .event-results-nav span.active,
.upcoming-events .upcoming-events-nav span.active,
.s-l-rankings-container-league .upcoming-events-nav span.active {
  color: #e8af0b;
  font-weight: 700;
}

.upcoming-events .upcoming-events-table#upcoming-events-table-tomorrow,
.upcoming-events .upcoming-events-table#upcoming-events-table-week,
.upcoming-events .upcoming-events-table#upcoming-events-table-next-week {
  display: none;
}

.past-event-results .past-event-results-table,
.past-event-results .s-l-rankings-table-league,
.event-results .event-results-table,
.event-results .s-l-rankings-table-league,
.upcoming-events .upcoming-events-table,
.upcoming-events .s-l-rankings-table-league,
.s-l-rankings-container-league .upcoming-events-table,
.s-l-rankings-container-league .s-l-rankings-table-league {
  overflow: auto;
  border-collapse: separate;
  border-spacing: 5px;
  position: relative;
}

@media screen and (min-width: 0px) {
  .past-event-results .s-l-rankings-table-league,
.event-results .s-l-rankings-table-league,
.upcoming-events .upcoming-events-table,
.upcoming-events .s-l-rankings-table-league,
.s-l-rankings-container-league .upcoming-events-table,
.s-l-rankings-container-league .s-l-rankings-table-league {
    width: 800px;
  }
  .past-event-results .past-event-results-table,
.event-results .event-results-table {
    width: auto;
    min-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .past-event-results .s-l-rankings-table-league,
.event-results .s-l-rankings-table-league,
.upcoming-events .upcoming-events-table,
.upcoming-events .s-l-rankings-table-league,
.s-l-rankings-container-league .upcoming-events-table,
.s-l-rankings-container-league .s-l-rankings-table-league {
    width: 1210px;
  }
  .past-event-results .past-event-results-table,
.event-results .event-results-table {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .past-event-results .past-event-results-table,
.event-results .event-results-table {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .past-event-results .past-event-results-table,
.past-event-results .s-l-rankings-table-league,
.event-results .event-results-table,
.event-results .s-l-rankings-table-league,
.upcoming-events .upcoming-events-table,
.upcoming-events .s-l-rankings-table-league,
.s-l-rankings-container-league .upcoming-events-table,
.s-l-rankings-container-league .s-l-rankings-table-league {
    width: 100%;
  }
}
.past-event-results .past-event-results-table .table-th,
.past-event-results .s-l-rankings-table-league .table-th,
.event-results .event-results-table .table-th,
.event-results .s-l-rankings-table-league .table-th,
.upcoming-events .upcoming-events-table .table-th,
.upcoming-events .s-l-rankings-table-league .table-th,
.s-l-rankings-container-league .upcoming-events-table .table-th,
.s-l-rankings-container-league .s-l-rankings-table-league .table-th {
  width: auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .past-event-results .past-event-results-table .table-th,
.past-event-results .s-l-rankings-table-league .table-th,
.event-results .event-results-table .table-th,
.event-results .s-l-rankings-table-league .table-th,
.upcoming-events .upcoming-events-table .table-th,
.upcoming-events .s-l-rankings-table-league .table-th,
.s-l-rankings-container-league .upcoming-events-table .table-th,
.s-l-rankings-container-league .s-l-rankings-table-league .table-th {
    width: 100px;
  }
}
.past-event-results .past-event-results-table td,
.past-event-results .past-event-results-table th,
.event-results .event-results-table td,
.event-results .event-results-table th,
.upcoming-events .upcoming-events-table td,
.upcoming-events .upcoming-events-table th,
.past-event-results .s-l-rankings-table-league td,
.past-event-results .s-l-rankings-table-league th,
.event-results .s-l-rankings-table-league td,
.event-results .s-l-rankings-table-league th,
.upcoming-events .s-l-rankings-table-league td,
.upcoming-events .s-l-rankings-table-league th,
.s-l-rankings-container-league .upcoming-events-table td,
.s-l-rankings-container-league .upcoming-events-table th,
.s-l-rankings-container-league .s-l-rankings-table-league td,
.s-l-rankings-container-league .s-l-rankings-table-league th {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.past-event-results .past-event-results-table th,
.event-results .event-results-table th {
  width: auto;
}
.past-event-results .past-event-results-table th.event-results-table-date,
.event-results .event-results-table th.event-results-table-date {
  width: 10%;
}
.past-event-results .past-event-results-table th.event-results-table-time,
.event-results .event-results-table th.event-results-table-time {
  width: 10%;
}
.past-event-results .past-event-results-table th.event-results-table-players,
.event-results .event-results-table th.event-results-table-players {
  width: 10%;
}
.past-event-results .past-event-results-table th.event-results-table-venue,
.event-results .event-results-table th.event-results-table-venue {
  width: 50%;
}
.past-event-results .past-event-results-table th.event-results-table-actions,
.event-results .event-results-table th.event-results-table-actions {
  width: 20%;
}
@media screen and (min-width: 768px) {
  .past-event-results .past-event-results-table th.event-results-table-date,
.event-results .event-results-table th.event-results-table-date {
    width: 10%;
  }
  .past-event-results .past-event-results-table th.event-results-table-time,
.event-results .event-results-table th.event-results-table-time {
    width: 15%;
  }
  .past-event-results .past-event-results-table th.event-results-table-players,
.event-results .event-results-table th.event-results-table-players {
    width: 10%;
  }
  .past-event-results .past-event-results-table th.event-results-table-venue,
.event-results .event-results-table th.event-results-table-venue {
    width: 45%;
  }
  .past-event-results .past-event-results-table th.event-results-table-actions,
.event-results .event-results-table th.event-results-table-actions {
    width: 20%;
  }
}
@media screen and (min-width: 992px) {
  .past-event-results .past-event-results-table th.event-results-table-date,
.event-results .event-results-table th.event-results-table-date {
    width: 10%;
  }
  .past-event-results .past-event-results-table th.event-results-table-time,
.event-results .event-results-table th.event-results-table-time {
    width: 10%;
  }
  .past-event-results .past-event-results-table th.event-results-table-players,
.event-results .event-results-table th.event-results-table-players {
    width: 10%;
  }
  .past-event-results .past-event-results-table th.event-results-table-venue,
.event-results .event-results-table th.event-results-table-venue {
    width: 55%;
  }
  .past-event-results .past-event-results-table th.event-results-table-actions,
.event-results .event-results-table th.event-results-table-actions {
    width: 15%;
  }
}

.past-event-results .past-event-results-table td,
.past-event-results .s-l-rankings-table-league td,
.event-results .event-results-table td,
.event-results .s-l-rankings-table-league td,
.upcoming-events .upcoming-events-table td,
.upcoming-events .s-l-rankings-table-league td,
.s-l-rankings-container-league .upcoming-events-table td,
.s-l-rankings-container-league .s-l-rankings-table-league td {
  position: relative;
  border-bottom: none;
  height: 75px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .past-event-results .past-event-results-table td,
.past-event-results .s-l-rankings-table-league td,
.event-results .event-results-table td,
.event-results .s-l-rankings-table-league td,
.upcoming-events .upcoming-events-table td,
.upcoming-events .s-l-rankings-table-league td,
.s-l-rankings-container-league .upcoming-events-table td,
.s-l-rankings-container-league .s-l-rankings-table-league td {
    height: 50px;
  }
  .past-event-results .past-event-results-table td img,
.past-event-results .s-l-rankings-table-league td img,
.event-results .event-results-table td img,
.event-results .s-l-rankings-table-league td img,
.upcoming-events .upcoming-events-table td img,
.upcoming-events .s-l-rankings-table-league td img,
.s-l-rankings-container-league .upcoming-events-table td img,
.s-l-rankings-container-league .s-l-rankings-table-league td img {
    height: 34px;
  }
}
@media screen and (min-width: 768px) {
  .past-event-results .past-event-results-table td,
.past-event-results .s-l-rankings-table-league td,
.event-results .event-results-table td,
.event-results .s-l-rankings-table-league td,
.upcoming-events .upcoming-events-table td,
.upcoming-events .s-l-rankings-table-league td,
.s-l-rankings-container-league .upcoming-events-table td,
.s-l-rankings-container-league .s-l-rankings-table-league td {
    height: 66px;
  }
  .past-event-results .past-event-results-table td img,
.past-event-results .s-l-rankings-table-league td img,
.event-results .event-results-table td img,
.event-results .s-l-rankings-table-league td img,
.upcoming-events .upcoming-events-table td img,
.upcoming-events .s-l-rankings-table-league td img,
.s-l-rankings-container-league .upcoming-events-table td img,
.s-l-rankings-container-league .s-l-rankings-table-league td img {
    height: 50px;
  }
}
.past-event-results .past-event-results-table td::after,
.past-event-results .s-l-rankings-table-league td::after,
.event-results .event-results-table td::after,
.event-results .s-l-rankings-table-league td::after,
.upcoming-events .upcoming-events-table td::after,
.upcoming-events .s-l-rankings-table-league td::after,
.s-l-rankings-container-league .upcoming-events-table td::after,
.s-l-rankings-container-league .s-l-rankings-table-league td::after {
  content: " ";
  position: absolute;
  height: 5px;
  background: #101010;
  width: 100%;
  left: 0;
  bottom: 0;
}

.past-event-results .past-event-results-table tbody,
.past-event-results .s-l-rankings-table-league tbody,
.event-results .event-results-table tbody,
.event-results .s-l-rankings-table-league tbody,
.upcoming-events .upcoming-events-table tbody,
.upcoming-events .s-l-rankings-table-league tbody,
.s-l-rankings-container-league .upcoming-events-table tbody,
.s-l-rankings-container-league .s-l-rankings-table-league tbody {
  background: #202020;
}

.past-event-results .past-event-results-table tr:not(:first-child):hover,
.past-event-results .s-l-rankings-table-league tr:not(:first-child):hover,
.event-results .event-results-table tr:not(:first-child):hover,
.event-results .s-l-rankings-table-league tr:not(:first-child):hover,
.upcoming-events .upcoming-events-table tr:not(:first-child):hover,
.upcoming-events .s-l-rankings-table-league tr:not(:first-child):hover,
.s-l-rankings-container-league .upcoming-events-table tr:not(:first-child):hover,
.s-l-rankings-container-league .s-l-rankings-table-league tr:not(:first-child):hover {
  background-color: #898989;
}

.upcoming-events .btn-container,
.past-event-results .btn-container,
.event-results .btn-container,
.s-l-rankings-container-league .btn-container {
  clear: both;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.left-arrow {
  margin-right: 4%;
}

.left-arrow:hover {
  color: #e8af0b;
  cursor: pointer;
}

.right-arrow {
  margin-left: 4%;
}

.right-arrow:hover {
  color: #e8af0b;
  cursor: pointer;
}

.leaderboards-s-l-rankings {
  padding-top: 50px;
  position: relative;
}

.leaderboards-s-l-rankings h3 {
  text-transform: uppercase;
}

.leaderboards-s-l-rankings .s-l-rankings-container-leauge {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  padding-top: 50px;
  overflow: auto;
}

.leaderboards-s-l-rankings .s-l-rankings-container-leauge:last-child {
  margin-right: 0;
}

.leaderboards-s-l-rankings .s-l-rankings-container-leauge .header {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
}

.leaderboards-s-l-rankings .s-l-rankings-container-leauge .header:last-child {
  margin-right: 0;
}

.leaderboards-s-l-rankings .s-l-rankings-container-leauge .header .location-spacer {
  margin-left: 20px;
}

.leaderboards-s-l-rankings .s-l-rankings-container-leauge .header td {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.1);
}

.leaderboards-s-l-rankings .s-l-rankings-container-leauge .header .fig-btn {
  margin-top: 50px;
  float: right;
}

.hero-video {
  background-image: url("/images/bpo/video-bg.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-video .left-hero {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .hero-video .left-hero {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .hero-video .left-hero:last-child {
    margin-right: 0;
  }
}
.hero-video .left-hero h1 {
  font-size: 3.375rem;
  line-height: 4.5rem;
  letter-spacing: 0.31875rem;
  color: #fff;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  margin: 0px 0px 16px;
}

.hero-video .left-hero p {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  letter-spacing: 0.03125rem;
  margin: 0px 0px 16px;
}

.hero-video .right-hero,
.hero-video .left-hero {
  margin-top: 132px;
}

@media screen and (min-width: 768px) {
  .hero-video .right-hero {
    margin-left: 8.5298042998%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .hero-video .right-hero:last-child {
    margin-right: 0;
  }
}
.hero-video .right-hero p {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  margin-top: 11px;
}

.video-image {
  position: relative;
  text-align: center;
}

.video-image .icon.video.gallery,
.video-image .icon.video {
  position: absolute;
  margin: 0px;
  min-height: initial;
  width: 100%;
  height: 100%;
}

.video-image .icon.video.gallery::before,
.video-image .icon.video::before {
  width: 92px;
  height: 75px;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .video-image .icon.video.gallery::before,
.video-image .icon.video::before {
    width: 55px;
  }
}
.video-image .icon.video.gallery:hover,
.video-image .icon.video:hover {
  cursor: pointer;
}

.video,
iframe {
  width: 100%;
  min-height: 285px;
}

@media screen and (min-width: 0px) {
  .listed-items-vid {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .listed-items-vid::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .listed-items-vid {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .listed-items-vid::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .listed-items-vid {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .listed-items-vid::after {
    clear: both;
    content: "";
    display: table;
  }
}
.listed-items-vid h1 {
  font-size: 1.625rem;
  line-height: 1.625rem;
  letter-spacing: 0.2rem;
  color: #666;
  text-align: center;
  margin: 33px 0px 43px;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.listed-items-vid h3 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
  margin: 18px 0px 48px;
  height: 60px;
}

.listed-items-vid .vid-or-img-con {
  width: 32%;
  margin-right: 1%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .listed-items-vid .vid-or-img-con {
    width: 48%;
    margin-right: 2%;
  }
}
.page-count {
  display: block;
  text-align: center;
  margin-bottom: 85px;
}

.page-count li {
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.125rem;
  display: inline-block;
  padding: 0px 5px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

.locations-listed {
  width: 40%;
  float: left;
  max-height: 593px;
  overflow: auto;
  padding-top: 73px;
  padding-bottom: 400px;
  background: #202020;
}

.locations-listed.online-only {
  width: 50%;
  padding-bottom: 0px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .locations-listed {
    margin-left: 2em;
    margin-right: 2em;
    background-color: #202020;
    float: none;
    width: auto;
    height: 300px;
    padding-top: 0px;
  }
  .locations-listed.online-only {
    width: auto;
  }
}
.location-listing {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  clear: both;
  overflow: hidden;
}

.location-listing.active {
  background-color: #535353;
}

.location-listing .desc-container {
  float: left;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  cursor: pointer;
}

.location-listing .desc-container.no-pointer {
  cursor: auto;
}

.location-listing .desc-container h1 {
  font-size: 1.4375rem;
  line-height: 1.875rem;
  letter-spacing: 0.025rem;
  color: #fff;
  margin: 18px 0px 8px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  text-transform: none;
}

.location-listing .desc-container h1.loud {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.location-listing .desc-container h1.full {
  float: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .location-listing .desc-container h1 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.location-listing .desc-container .distance {
  line-height: 1.875rem;
  letter-spacing: 0.025rem;
  color: #fff;
  margin: 18px 0px 8px;
  font-size: 0.875rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  text-transform: none;
  padding-left: 5%;
  float: right;
  width: auto;
  white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .location-listing .desc-container .distance {
    line-height: 1.5rem;
  }
}
.location-listing .location-details {
  margin: 0px 0px 16px;
  clear: both;
}

.location-listing .uppercase {
  text-transform: uppercase;
}

.location-listing .no-locations,
.location-listing .league,
.location-listing .city_state {
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: 0.0125rem;
  color: #dadada;
  font-family: "Titillium Web", sans-serif;
  font-weight: 100;
  margin: 0px;
}

.location-listing .city_state {
  float: right;
  padding-left: 5%;
  font-size: 0.875rem;
  white-space: nowrap;
  width: auto;
}

.map-listing {
  float: right;
  width: 60%;
  background-color: #030504;
  display: flex;
  align-items: center;
}

.map-listing.online-only {
  width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .map-listing {
    float: none;
    width: 100%;
    height: 50vh;
  }
  .map-listing.online-only {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.locations-header {
    display: flex;
    flex-direction: row-reverse;
  }
}
.listing-description-con {
  background: #fff;
  padding: 0.25em;
  width: 100%;
}

@media screen and (min-width: 486px) and (max-width: 567px) {
  .listing-description-con {
    min-width: 300px;
  }
}
@media screen and (min-width: 586px) and (max-width: 667px) {
  .listing-description-con {
    min-width: 400px;
  }
}
@media screen and (min-width: 686px) and (max-width: 767px) {
  .listing-description-con {
    min-width: 500px;
  }
}
@media screen and (min-width: 875px) and (max-width: 899px) {
  .listing-description-con {
    min-width: 365px;
  }
}
@media screen and (min-width: 900px) and (max-width: 967px) {
  .listing-description-con {
    min-width: 384px;
  }
}
@media screen and (min-width: 968px) and (max-width: 1023px) {
  .listing-description-con {
    min-width: 425px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1099px) {
  .listing-description-con {
    min-width: 450px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1180px) {
  .listing-description-con {
    min-width: 500px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  .listing-description-con {
    min-width: 550px;
  }
}
@media screen and (min-width: 1280px) {
  .listing-description-con {
    min-width: 610px;
  }
}
.listing-description-con:last-child {
  margin-right: 0;
}

.listing-description-con .btn-container {
  clear: both;
  padding-top: 18px;
}

.listing-description-con .column {
  width: 60%;
  float: left;
}

.listing-description-con .column.last {
  width: 40%;
  padding-left: 5%;
}

.listing-description-con a.text-bpo-red:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 899px) {
  .listing-description-con .column {
    width: 100%;
    float: none;
  }
  .listing-description-con .column.last {
    width: 100%;
    padding-left: 0%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 549px) {
  .listing-description-con .column {
    width: 100%;
    float: none;
  }
  .listing-description-con .column.last {
    width: 100%;
    padding-left: 0%;
    margin-top: 15px;
  }
}
.listing-description-con h1 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.1875rem;
  color: #000;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .listing-description-con h1 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .listing-description-con h1 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .listing-description-con h1 {
    font-size: 2rem;
    line-height: 2.375rem;
    margin-bottom: 15px;
  }
}
.listing-description-con h1 small {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .listing-description-con h1 small {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.listing-description-con .column h2 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 0.2rem;
  color: #666;
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  margin: 0px 0px 15px 0px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .listing-description-con .column h2 {
    font-size: 1.35rem;
    line-height: 1.35rem;
  }
}
@media screen and (min-width: 1024px) {
  .listing-description-con .column h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.listing-description-con .column h3 {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.08125rem;
  color: #666;
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  margin: 0px 0px 8px;
}

@media screen and (min-width: 1024px) {
  .listing-description-con .column h3 {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
.listing-description-con .column img {
  margin-top: 29px;
  max-height: 162px;
}

.gray-header {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.0625rem;
  color: #666;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin: 0px 0px 6px 0px;
  text-transform: uppercase;
}

.listing-description-con .column.last .gray-header {
  margin-bottom: 0px;
}

.in-your-area {
  overflow: hidden;
  clear: both;
  background-color: #202020;
  padding: 32px 0px 48px 0px;
}

.in-your-area h2 {
  font-size: 1.625rem;
  line-height: 1.625rem;
  letter-spacing: 0.2rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin: 0px;
  text-align: center;
  color: #666;
}

.upcoming-games {
  overflow: hidden;
  clear: both;
  background-color: #000000;
  padding: 48px 0px 32px 0px;
}

.upcoming-games h2 {
  font-size: 1.625rem;
  line-height: 1.625rem;
  letter-spacing: 0.2rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin: 0px;
  text-align: center;
  color: #666;
}

.upcoming-games .loud {
  font-size: 3.75rem;
  line-height: 4.5rem;
  letter-spacing: 0.35rem;
  color: #fff;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  margin: 0px 0px 32px;
  text-align: center;
}

.indiv-game {
  margin-right: 1%;
  padding: 0px;
  background: #fff;
}

@media screen and (max-width: 575px) {
  .indiv-game {
    flex: 1 0 49%;
  }
  .indiv-game:nth-of-type(3),
.indiv-game:nth-of-type(4),
.indiv-game:nth-of-type(5),
.indiv-game:nth-of-type(6),
.indiv-game:nth-of-type(7),
.indiv-game:nth-of-type(10),
.indiv-game:nth-of-type(11),
.indiv-game:nth-of-type(12),
.indiv-game:nth-of-type(13),
.indiv-game:nth-of-type(14),
.indiv-game:nth-of-type(17),
.indiv-game:nth-of-type(18),
.indiv-game:nth-of-type(19),
.indiv-game:nth-of-type(20),
.indiv-game:nth-of-type(21) {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .indiv-game {
    flex: 1 0 32%;
  }
  .indiv-game:nth-of-type(4),
.indiv-game:nth-of-type(5),
.indiv-game:nth-of-type(6),
.indiv-game:nth-of-type(7),
.indiv-game:nth-of-type(11),
.indiv-game:nth-of-type(12),
.indiv-game:nth-of-type(13),
.indiv-game:nth-of-type(14),
.indiv-game:nth-of-type(18),
.indiv-game:nth-of-type(19),
.indiv-game:nth-of-type(20),
.indiv-game:nth-of-type(21) {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .indiv-game {
    flex: 1 0 24%;
  }
  .indiv-game:nth-of-type(5),
.indiv-game:nth-of-type(6),
.indiv-game:nth-of-type(7),
.indiv-game:nth-of-type(12),
.indiv-game:nth-of-type(13),
.indiv-game:nth-of-type(14),
.indiv-game:nth-of-type(19),
.indiv-game:nth-of-type(20),
.indiv-game:nth-of-type(21) {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .indiv-game {
    flex: 1 0 19%;
  }
  .indiv-game:nth-of-type(6),
.indiv-game:nth-of-type(7),
.indiv-game:nth-of-type(13),
.indiv-game:nth-of-type(14),
.indiv-game:nth-of-type(20),
.indiv-game:nth-of-type(21) {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .indiv-game {
    flex: 1 0 13.25%;
  }
}
.indiv-game h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
  color: #000;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-transform: none;
  padding: 8px 8px 8px 8px;
  margin: 0px;
}

.indiv-game p.day-of-week {
  margin: 0;
  padding: 10px;
  text-align: center;
  background-color: #de2329;
  text-transform: uppercase;
  font-weight: bold;
}

.indiv-game p.date-time {
  text-align: center;
  padding: 8px 8px 0px 8px;
  margin: 0;
}

.indiv-game p.show-more-events {
  font-size: 0.75em;
  line-height: 1.25em;
  background-color: gray;
  margin: 0px;
  padding: 10px;
  text-align: center;
  height: 100%;
}

@media screen and (max-width: 1279px) {
  .indiv-game p.show-more-events {
    font-size: 0.9em;
    line-height: 1.25em;
  }
}
.indiv-game p.show-more-events var {
  font-style: normal;
}

.indiv-game .icon-headings {
  width: 90%;
  margin: 5px auto 20px auto;
}

.indiv-game .icon-headings .icon:first-of-type {
  margin-top: 0px;
}

.indiv-game .btn-container {
  clear: both;
}

.indiv-game .fig-btn-outline {
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0.09375rem;
  min-width: 256px;
  border-radius: 7px;
  background: transparent;
  display: inline-block;
  color: #e8af0b;
  text-align: center;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  text-decoration: initial;
  border-radius: 7px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.125rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  border-radius: 3px;
  color: #fff;
  background-color: #de1c28;
  margin-top: 22px;
  min-width: initial;
  padding: 16px 9%;
}

.indiv-game .fig-btn-outline:hover,
.indiv-game .fig-btn-outline:focus {
  background-color: #f6df9d;
  color: #fff;
}

.indiv-game .fig-btn-outline:active {
  background-color: #d19e0a;
  color: #fff;
}

.indiv-game .fig-btn-outline:hover {
  color: #fff;
  background-color: #b11620;
}

.more-events {
  display: none;
}

.map-listing .indiv-game .icon p {
  padding-left: 17%;
}

.map-listing .icon p,
.upcoming-games .icon p {
  padding-left: 10px;
}

.map-listing .icon,
.upcoming-games .icon {
  font-size: 1.25em;
  line-height: 1.25em;
  width: 100%;
  color: #4d4d4d;
  margin: 10px 0px 0px;
}

.map-listing .icon:before,
.upcoming-games .icon:before {
  width: 20px;
  height: 25px;
}

@media screen and (max-width: 767px) {
  .map-listing .icon:before,
.upcoming-games .icon:before {
    height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .map-listing .icon:before,
.upcoming-games .icon:before {
    height: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .upcoming-games .icon {
    font-size: 1em;
    line-height: 1em;
  }
}
.map-listing .icon::before,
.upcoming-games .icon::before {
  float: left;
}

.map-listing .icon p,
.upcoming-games .icon p {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0rem;
  color: #4d4d4d;
  margin: 0px;
  padding-left: 11%;
}

@media screen and (min-width: 900px) and (max-width: 1023px) {
  .map-listing .icon p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .upcoming-games .icon p {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.games-container {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

.content {
  position: relative;
}

.leaderboards-s-l-background {
  position: absolute;
  background: url("/images/bpo/group-13.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: -40px;
  width: 100%;
  height: 100%;
}

.leaderboards-s-l-hero {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  position: relative;
}

.leaderboards-s-l-hero:last-child {
  margin-right: 0;
}

@media screen and (min-width: 0px) {
  .leaderboards-s-l-hero .hero-container {
    padding: 20px 0px 30px 0px;
  }
}
@media screen and (min-width: 768px) {
  .leaderboards-s-l-hero .hero-container {
    padding: 100px 0px 50px 0px;
  }
}
.leaderboards-s-l-hero .hero-container .league-hero-left {
  margin-left: 5%;
}

@media screen and (min-width: 0px) {
  .leaderboards-s-l-hero .hero-container .league-hero-left {
    margin: 0;
    padding: 0px 30px;
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
  }
  .leaderboards-s-l-hero .hero-container .league-hero-left:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .leaderboards-s-l-hero .hero-container .league-hero-left {
    margin-left: 5%;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .leaderboards-s-l-hero .hero-container .league-hero-left:last-child {
    margin-right: 0;
  }
}
.leaderboards-s-l-hero .hero-container .league-hero-left .league-city {
  margin-left: 2%;
  text-transform: uppercase;
}

@media screen and (min-width: 0px) {
  .leaderboards-s-l-hero .hero-container .league-hero-left .league-logo {
    height: 340px;
    width: 340px;
  }
}
@media screen and (min-width: 768px) {
  .leaderboards-s-l-hero .hero-container .league-hero-left .league-logo {
    height: 405px;
    width: 411px;
  }
}
@media screen and (min-width: 0px) {
  .leaderboards-s-l-hero .hero-container .league-hero-right {
    float: left;
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media screen and (min-width: 768px) {
  .leaderboards-s-l-hero .hero-container .league-hero-right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-left: 0%;
  }
  .leaderboards-s-l-hero .hero-container .league-hero-right:last-child {
    margin-right: 0;
  }
}
.leaderboards-s-l-hero .hero-container .more-info {
  margin-left: 60px;
}

@media screen and (min-width: 0px) {
  .leaderboards-s-l-hero .hero-container .league-hero-right .fig-btn {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .leaderboards-s-l-hero .hero-container .league-hero-right .fig-btn {
    margin-top: 150px;
    padding: 25px 70px;
  }
}
.recent-s-l-players {
  position: relative;
}

.recent-s-l-players .qualifiers-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  background: #000;
}

@media screen and (min-width: 0px) {
  .recent-s-l-players .qualifiers-container {
    padding: 25px;
  }
}
.recent-s-l-players .qualifiers-container:last-child {
  margin-right: 0;
}

.recent-s-l-players .qualifiers-container .header {
  font-size: 1.3125rem;
  line-height: 1.625rem;
  letter-spacing: 0.0625rem;
  margin-left: 5%;
}

@media screen and (min-width: 0px) {
  .recent-s-l-players .qualifiers-container .qualifiers-item-container {
    width: auto;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 768px) {
  .recent-s-l-players .qualifiers-container .qualifiers-item-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    width: 95%;
    margin-left: 5%;
    margin-right: 0px;
  }
  .recent-s-l-players .qualifiers-container .qualifiers-item-container:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .recent-s-l-players .qualifiers-container .qualifiers-item-container {
    width: 100%;
  }
}
.recent-s-l-players .qualifiers-container .qualifiers-item-container .qualifiers-item-scroll {
  width: 1160px;
  padding-right: 15px;
}

@media screen and (min-width: 1280px) {
  .recent-s-l-players .qualifiers-container .qualifiers-item-container .qualifiers-item-scroll {
    width: 95%;
  }
}
@media screen and (min-width: 0px) {
  .recent-s-l-players .qualifiers-container .qualifiers-item-container .qualifier-item {
    float: left;
    width: 20%;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .recent-s-l-players .qualifiers-container .qualifiers-item-container .qualifier-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .recent-s-l-players .qualifiers-container .qualifiers-item-container .qualifier-item:last-child {
    margin-right: 0;
  }
}
.recent-s-l-players .qualifiers-container .qualifiers-item-container .qualifier-item .qualifier-bubble-pic {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}

.recent-s-l-players .qualifiers-container .qualifiers-item-container .qualifier-item .qualifier-bubble-pic:last-child {
  margin-right: 0;
}

.recent-s-l-players .qualifiers-container .qualifiers-item-container .qualifier-item .qualifier-name {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
}

.recent-s-l-players .qualifiers-container .qualifiers-item-container .qualifier-item .qualifier-name:last-child {
  margin-right: 0;
}

.recent-s-l-players .qualifiers-container .qualifiers-item-container .qualifier-item .qualifier-name p {
  margin-bottom: -25px;
}

.recent-s-l-players .qualifiers-container .qualifiers-item-container .qualifier-button {
  float: right;
  margin: 20px 0px 80px 0px;
  margin-right: 10%;
}

@media screen and (min-width: 0px) {
  .s-l-bar {
    width: 100%;
    float: left;
    position: relative;
    background-color: #2d2d2d;
  }
}
@media screen and (min-width: 768px) {
  .s-l-bar {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    position: relative;
    width: 100%;
    background-color: #2d2d2d;
  }
  .s-l-bar:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 0px) {
  .drop-container {
    width: 100%;
  }
}
@media screen and (min-width: 0px) {
  .drop {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .drop {
    display: flex;
    justify-content: space-evenly;
    height: 65px;
    align-items: center;
  }
}
@media screen and (min-width: 0px) {
  .drop .drop-btn {
    border: 2px solid #202020;
    padding: 16px 0px;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .drop .drop-btn {
    border: none;
    padding: 16px 25px;
    cursor: pointer;
  }
}
.drop .drop-btn a {
  text-transform: uppercase;
}

.drop li.drop-btn.active,
.drop li.drop-btn:hover {
  background-color: #202020;
}

.dropdown-forms {
  font-size: 1.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.175rem;
  font-family: "Titillium Web", sans-serif;
  background-color: #4f4e4e;
  color: #fff;
  padding: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  display: none;
}

@media screen and (min-width: 0px) {
  .dropdown-content {
    width: 100%;
    top: 100%;
  }
}
@media screen and (min-width: 768px) {
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    width: 65%;
    top: 65px;
  }
}
@media screen and (min-width: 0px) {
  .dropdown-content.show {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .dropdown-content.show {
    display: block;
  }
}
.dropdown-content,
.dropdown-forms {
  display: none;
  background-color: #4f4e4e;
}

.input-content {
  display: flex;
  clear: both;
}

.input-names {
  width: 150px;
  float: left;
}

.boxes {
  max-width: 150px;
  float: left;
  margin-top: 15px;
}

@media screen and (min-width: 1280px) {
  .boxes {
    margin-top: 30px;
  }
}
.boxes p {
  margin: -6px;
}

.boxes input {
  height: 40px;
}

.boxes img {
  margin-bottom: -12px;
}

.dropdown-content p {
  text-decoration: none;
  display: block;
}

.dropdown-levels p {
  padding: 0px 15px;
}

.level-box {
  background-color: #2d2d2d;
  color: #fff;
  display: flex;
  margin: 7px 20px;
  width: auto;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .level-box {
    display: inherit;
    margin: 0px 5px 5px;
  }
}
.level-box img {
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 10px;
}

.level-box .level-pic {
  float: left;
}

.level-box p {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.175rem;
  padding: 20px;
  float: left;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .level-box p {
    padding: 0px 20px 10px;
  }
}
.super-league-stats {
  scrollbar-base-color: #ffeaff;
}

.super-league-stats .grayed-out {
  color: #666;
}

.super-league-stats .header {
  margin-left: 5%;
  text-transform: uppercase;
}

@media screen and (min-width: 0px) {
  .super-league-stats .current-league-stats {
    width: 90%;
    float: left;
    margin-left: 5%;
  }
}
@media screen and (min-width: 768px) {
  .super-league-stats .current-league-stats {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-left: 5%;
  }
  .super-league-stats .current-league-stats:last-child {
    margin-right: 0;
  }
}
.super-league-stats .current-league-stats .stat-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
  margin-right: 10%;
}

.super-league-stats .current-league-stats .stat-container:last-child {
  margin-right: 0;
}

@media screen and (min-width: 0px) {
  .super-league-stats .projected-league-stats {
    width: 90%;
    float: left;
    margin-left: 5%;
  }
}
@media screen and (min-width: 768px) {
  .super-league-stats .projected-league-stats {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
  }
  .super-league-stats .projected-league-stats:last-child {
    margin-right: 0;
  }
}
.super-league-stats .projected-league-stats .stat-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%;
  margin-right: 11%;
  margin-left: 2%;
}

.super-league-stats .projected-league-stats .stat-container:last-child {
  margin-right: 0;
}

.super-league-stats h1 {
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.1875rem;
}

.event-results {
  padding-top: 50px;
  position: relative;
}

.upcoming-events {
  padding-top: 10px;
  position: relative;
}

.past-event-results h3,
.event-results h3,
.upcoming-events h3,
.recent-qualifiers h3,
.s-l-rankings-league h3,
.leaderboards-recent-qualifiers-players h3 {
  text-transform: uppercase;
}

.past-event-results .header td,
.event-results .header td,
.upcoming-events .header td {
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
}

.past-event-results .header th,
.event-results .header th,
.upcoming-events .header th {
  text-align: center;
}

.s-l-event-results {
  padding-top: 75px;
  position: relative;
}

.s-l-event-results h3 {
  text-transform: uppercase;
  margin-left: 40%;
}

.s-l-event-results .s-l-results-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  padding-top: 50px;
  overflow: auto;
}

.s-l-event-results .s-l-results-container:last-child {
  margin-right: 0;
}

.s-l-event-results .s-l-results-container .header {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 5%;
}

.s-l-event-results .s-l-results-container .header:last-child {
  margin-right: 0;
}

.s-l-event-results .s-l-results-container .s-l-results-table {
  width: 1280px;
  margin-left: 5%;
  margin-bottom: 5%;
  overflow: auto;
}

.s-l-event-results .s-l-results-container .s-l-results-table .location-spacer {
  margin-left: 20px;
}

.s-l-event-results .s-l-results-container .s-l-results-table th {
  text-align: center;
}

.s-l-event-results .s-l-results-container .s-l-results-table td {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}

.leaderboards-s-l-rankings {
  padding-top: 50px;
  position: relative;
}

.leaderboards-s-l-rankings h3 {
  text-transform: uppercase;
  margin-left: 5%;
}

.leaderboards-s-l-rankings .s-l-rankings-container {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  padding-top: 50px;
  overflow: auto;
  background-color: #202020;
}

.leaderboards-s-l-rankings .s-l-rankings-container:last-child {
  margin-right: 0;
}

.leaderboards-s-l-rankings .s-l-rankings-container .header {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%;
  margin-left: 5%;
}

.leaderboards-s-l-rankings .s-l-rankings-container .header:last-child {
  margin-right: 0;
}

@media screen and (min-width: 0px) {
  .leaderboards-s-l-rankings .s-l-rankings-container .s-l-rankings-table {
    width: auto;
  }
}
@media screen and (min-width: 0px) {
  .leaderboards-s-l-rankings .s-l-rankings-container .s-l-rankings-table {
    overflow-x: auto;
    width: 1210px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }
}
.leaderboards-s-l-rankings .s-l-rankings-container .s-l-rankings-table img {
  height: 35px;
  vertical-align: text-bottom;
}

.leaderboards-s-l-rankings .s-l-rankings-container .s-l-rankings-table th {
  text-align: center;
  text-transform: uppercase;
}

.leaderboards-s-l-rankings .s-l-rankings-container .s-l-rankings-table .location-spacer {
  margin-left: 20px;
}

.leaderboards-s-l-rankings .s-l-rankings-container .s-l-rankings-table td {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  text-transform: uppercase;
  position: relative;
  height: 85px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .leaderboards-s-l-rankings .s-l-rankings-container .s-l-rankings-table td {
    height: 66px;
    padding: 0px;
  }
}
.leaderboards-s-l-rankings .s-l-rankings-container .s-l-rankings-table td::after {
  content: " ";
  position: absolute;
  height: 5px;
  background: #101010;
  width: 100%;
  left: 0;
  bottom: 0;
}

.leaderboards-s-l-rankings .s-l-rankings-container .s-l-rankings-table tr:not(:first-child):hover {
  background-color: #898989;
}

.leaderboards-s-l-rankings .s-l-rankings-container .s-l-rankings-table p {
  margin: 2px;
}

.leaderboards-s-l-rankings .s-l-rankings-container .s-l-rankings-table .fig-btn {
  margin-top: 50px;
  float: right;
}

.leaderboards-s-l-rankings .lower-table th:last-child {
  width: 25em;
}

.s-l-rankings-league .red-row,
.leaderboards-s-l-rankings .red-row {
  overflow-x: auto;
  background-color: red;
  color: #fff;
  display: flex;
  margin-top: -12px;
  justify-content: center;
  text-align: center;
}

.s-l-rankings-league .red-row {
  margin-bottom: 15px;
}

@media screen and (min-width: 0px) {
  .s-l-rankings-league .red-row,
.leaderboards-s-l-rankings .red-row {
    width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .s-l-rankings-league .red-row,
.leaderboards-s-l-rankings .red-row {
    width: 100%;
  }
}
.s-l-rankings-league .red-text,
.leaderboards-s-l-rankings .red-text {
  margin: 20px !important;
}

.leaderboards-recent-qualifiers-players {
  position: relative;
  float: left;
  width: 100%;
}

.leaderboards-recent-qualifiers-players .qualifiers-container,
.recent-qualifiers .qualifiers-container {
  width: 100%;
  padding-bottom: 35px;
}

.leaderboards-recent-qualifiers-players .qualifiers-container::after,
.recent-qualifiers .qualifiers-container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (min-width: 0px) {
  .leaderboards-recent-qualifiers-players .qualifiers-container,
.recent-qualifiers .qualifiers-container {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (min-width: 768px) {
  .leaderboards-recent-qualifiers-players .qualifiers-container,
.recent-qualifiers .qualifiers-container {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 1280px) {
  .leaderboards-recent-qualifiers-players .qualifiers-container,
.recent-qualifiers .qualifiers-container {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media screen and (min-width: 0px) {
  .leaderboards-recent-qualifiers-players .qualifiers-container .qualifiers-item-container,
.recent-qualifiers .qualifiers-container .qualifiers-item-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: 7.4229703521%;
    width: 100%;
    text-align: center;
  }
  .leaderboards-recent-qualifiers-players .qualifiers-container .qualifiers-item-container:last-child,
.recent-qualifiers .qualifiers-container .qualifiers-item-container:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .leaderboards-recent-qualifiers-players .qualifiers-container .qualifiers-item-container,
.recent-qualifiers .qualifiers-container .qualifiers-item-container {
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0px;
  }
  .leaderboards-recent-qualifiers-players .qualifiers-container .qualifiers-item-container:last-child,
.recent-qualifiers .qualifiers-container .qualifiers-item-container:last-child {
    margin-right: 0;
  }
}
.leaderboards-recent-qualifiers-players .qualifiers-container .qualifier-item {
  padding-bottom: 35px;
  margin-bottom: 20px;
  margin-left: 2%;
  margin-right: 2%;
  flex: 0 0 45%;
}
@media screen and (min-width: 576px) {
  .leaderboards-recent-qualifiers-players .qualifiers-container .qualifier-item {
    flex: 0 0 29%;
  }
}
@media screen and (min-width: 768px) {
  .leaderboards-recent-qualifiers-players .qualifiers-container .qualifier-item {
    flex: 0 0 21%;
  }
}
@media screen and (min-width: 992px) {
  .leaderboards-recent-qualifiers-players .qualifiers-container .qualifier-item {
    flex: 0 0 16%;
  }
}

.recent-qualifiers .qualifiers-container {
  align-items: flex-start;
}

.recent-qualifiers .qualifiers-container .qualifier-item {
  padding-bottom: 35px;
  margin-bottom: 20px;
  margin-left: 2%;
  margin-right: 2%;
  flex: 0 0 45%;
}
@media screen and (min-width: 576px) {
  .recent-qualifiers .qualifiers-container .qualifier-item {
    flex: 0 0 29%;
  }
}
@media screen and (min-width: 768px) {
  .recent-qualifiers .qualifiers-container .qualifier-item {
    flex: 0 0 21%;
  }
}
@media screen and (min-width: 992px) {
  .recent-qualifiers .qualifiers-container .qualifier-item {
    flex: 0 0 16%;
  }
}

.leaderboards-recent-qualifiers-players .qualifiers-container .qualifier-item p,
.recent-qualifiers .qualifiers-container .qualifier-item p {
  margin-bottom: 2px;
  margin-top: 2px;
  text-align: center;
  min-width: 110px;
}

.leaderboards-recent-qualifiers-players .qualifiers-container .qualifier-item p.details,
.recent-qualifiers .qualifiers-container .qualifier-item p.details {
  font-size: 0.9em;
  line-height: 1.35em;
}

.leaderboards-recent-qualifiers-players .qualifiers-container .qualifier-item .qualifier-button,
.recent-qualifiers .qualifiers-container .qualifier-item .qualifier-button {
  float: right;
  margin: 20px 0px 80px 0px;
  margin-right: 10%;
}

.join-league-hero-section {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-image: url("/images/bpo/group-3.png");
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .join-league-hero-section {
    background-image: url("/images/bpo/group-13.png");
    background-size: contain;
  }
}
.join-league-hero-section:last-child {
  margin-right: 0;
}

.join-league-hero-section .join-hero-left {
  z-index: 10;
  position: relative;
}

@media screen and (min-width: 0px) {
  .join-league-hero-section .join-hero-left {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .join-league-hero-section .join-hero-left {
    float: left;
    width: 52%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .join-league-hero-section .join-hero-left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .join-league-hero-section .join-hero-left:last-child {
    margin-right: 0;
  }
}
.join-league-hero-section .loudest.hero-header-below {
  margin-top: 75px;
  text-align: center;
}

@media screen and (min-width: 0px) {
  .join-league-hero-section .join-hero-right {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .join-league-hero-section .join-hero-right {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
    margin-right: 0px;
    margin-top: 5px;
  }
  .join-league-hero-section .join-hero-right:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .join-league-hero-section .join-hero-right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-top: 0px;
  }
  .join-league-hero-section .join-hero-right:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 0px) {
  .join-league-hero-section .join-hero-right .hero-form {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
  }
  .join-league-hero-section .join-hero-right .hero-form:last-child {
    margin-right: 0;
  }
}
.join-league-hero-section .join-hero-right .hero-form input {
  float: left;
  width: 45%;
  margin-right: 5%;
}

.join-league-hero-section .join-hero-right .hero-form .yes,
.join-league-hero-section .join-hero-right .hero-form .no {
  float: inherit;
  display: inline-block;
  position: relative;
}

.join-league-hero-section .join-hero-right h5,
.join-league-hero-section .join-hero-right span {
  font-size: 0.875rem;
  line-height: 1.875rem;
  letter-spacing: 0.0125rem;
  text-transform: initial !important;
  color: #92959c;
}

.join-league-hero-section .join-hero-right span {
  margin-left: 10px;
}

@media screen and (min-width: 0px) {
  .join-league-hero-section .join-hero-right .join-button {
    width: 55%;
    margin-left: 20%;
    margin-bottom: 30px;
    background-color: #00b34f;
  }
}
@media screen and (min-width: 768px) {
  .join-league-hero-section .join-hero-right .join-button {
    margin-bottom: 130px;
    margin-top: 20px;
  }
}
.join-league-hero-section .join-hero-right h3 {
  text-transform: uppercase;
}

.join-league-hero-section .join-hero-right h5 {
  text-transform: uppercase;
}

.six-section {
  float: left;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 40px;
  z-index: 1;
  position: relative;
}

.six-section h1,
.six-section h3,
.six-section h4 {
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

.six-section p {
  color: #000;
  margin-top: 0;
}

.six-section .red-icon {
  float: left;
  background: url("/images/bpo/share-megaphone-23.png");
}

.six-section .yellow-icon {
  float: left;
  background: url("/images/bpo/paper-pin-3.png");
}

.six-section .green-icon {
  float: left;
  background: url("/images/bpo/id-card-1.png");
}

.six-section .black-icon {
  float: left;
  background: url("/images/bpo/paperplane-3.png");
}

.six-section .red-icon-2 {
  float: left;
  background: url("/images/bpo/vote-thumbs-up-3-red.png");
}

.six-section .yellow-icon-2 {
  float: left;
  background: url("/images/bpo/check-box.png");
}

.six-section .black-icon,
.six-section .red-icon,
.six-section .green-icon,
.six-section .yellow-icon,
.six-section .red-icon-2,
.six-section .yellow-icon-2 {
  height: 80px;
  width: 80px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 20px;
}

.six-section .blurb-container {
  margin-right: 0px;
  margin-bottom: 10px;
}

@media screen and (min-width: 0px) {
  .six-section .blurb-container {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
    margin-left: 4%;
    min-height: 210px;
  }
  .six-section .blurb-container:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .six-section .blurb-container {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
    margin-left: 2%;
    margin-right: 0px;
    min-height: 513px;
  }
  .six-section .blurb-container:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .six-section .blurb-container {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-left: 5%;
    min-height: 491px;
  }
  .six-section .blurb-container:last-child {
    margin-right: 0;
  }
}
.six-section .blurb-container .blurb {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
}

.six-section .blurb-container .blurb:last-child {
  margin-right: 0;
}

.six-section .blurb-container .blurb h3,
.six-section .blurb-container .blurb p {
  letter-spacing: 0px;
}

.six-section .left-column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
  margin-left: 9%;
  padding: 30px 80px;
  margin-bottom: 0px;
}

.six-section .left-column:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .six-section .left-column {
    margin-bottom: 100px;
  }
}
.six-section .right-column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%;
  margin-right: 6%;
  padding: 30px 80px;
  margin-bottom: 100px;
}

.six-section .right-column:last-child {
  margin-right: 0;
}

.six-section h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  letter-spacing: 0.09375rem;
  color: #666;
  margin-bottom: 10px;
  text-align: left;
}

.league-testimonials {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background: #202020;
}

.league-testimonials .heading {
  margin: -10px auto -20px auto;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 0px) {
  .league-testimonials .left-column {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 100%;
    margin-top: 10px;
    padding: 5px 20px;
    margin-left: 0px;
    text-align: center;
  }
  .league-testimonials .left-column:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .league-testimonials .left-column {
    width: 37%;
    text-align: none;
    margin-right: 0px;
  }
}
.league-testimonials .left-column img {
  max-width: 135px;
}

@media screen and (min-width: 0px) {
  .league-testimonials .right-column {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 5px 20px;
  }
}
@media screen and (min-width: 768px) {
  .league-testimonials .right-column {
    width: 50%;
  }
}
.league-testimonials .right-column h1 {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  letter-spacing: 0.09375rem;
}

@media screen and (min-width: 0px) {
  .league-testimonials .right-column p {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .league-testimonials .right-column p {
    margin-bottom: 50px;
  }
}
.league-testimonials .right-column .testimonial-heading {
  margin: 0px 0px 20px 0px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.09375rem;
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.join-login-con {
  background-image: url("/images/bpo/sign-up-bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.join-login-con .join-hero-left {
  z-index: 10;
  position: relative;
}

@media screen and (min-width: 0px) {
  .join-login-con .join-hero-left {
    width: 100%;
    margin-left: 0pxx;
  }
}
@media screen and (min-width: 768px) {
  .join-login-con .join-hero-left {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 30.1138947236%;
    margin-top: 40px;
  }
  .join-login-con .join-hero-left:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .join-login-con .join-hero-left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-top: 80px;
    margin-left: 58px;
  }
  .join-login-con .join-hero-left:last-child {
    margin-right: 0;
  }
}
.join-login-con .join-hero-left .loudest {
  text-transform: uppercase;
}

@media screen and (min-width: 0px) {
  .join-login-con .join-hero-right {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .join-login-con .join-hero-right {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 47.5854210427%;
    margin-top: 80px;
    margin-left: 50px;
  }
  .join-login-con .join-hero-right:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .join-login-con .join-hero-right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    margin-top: 140px;
    margin-left: 130px;
  }
  .join-login-con .join-hero-right:last-child {
    margin-right: 0;
  }
}
.join-login-con .join-hero-right input {
  margin-bottom: 17px;
}

.join-login-con .join-hero-right .join-copy {
  padding-bottom: 60px;
}

.join-login-con .join-hero-right .join-button {
  width: 100%;
}

.join-login-con .join-hero-right .push-down {
  margin-bottom: 15%;
}

.join-login-con .join-hero-right .red-text {
  color: #de1c28;
}

.join-login-con .join-hero-right .red-text:hover {
  color: #b11620;
  text-decoration: underline;
}

.join-login-con .join-hero-right h5 {
  text-transform: uppercase;
}

@media screen and (min-width: 0px) {
  .leagues-heros {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .leagues-heros::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .leagues-heros {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .leagues-heros::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .leagues-heros {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .leagues-heros::after {
    clear: both;
    content: "";
    display: table;
  }
}
.leagues-heros .hero-container h1 {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
  margin-top: -125px;
  margin-bottom: 75px;
}

@media screen and (min-width: 768px) {
  .leagues-heros .hero-container h1 {
    margin-top: -200px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 992px) {
  .leagues-heros .hero-container h1 {
    margin-top: -250px;
    margin-bottom: 175px;
  }
}
@media screen and (min-width: 1280px) {
  .leagues-heros .hero-container h1 {
    margin-top: -275px;
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1280px) {
  #test-img {
    width: 3000px;
  }
}
.leagues-city {
  font-family: "Liberator-otf-Medium", sans-serif;
  font-weight: 100;
}

.leagues-list {
  margin-right: 5%;
}

@media screen and (min-width: 0px) {
  .leagues-list {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .leagues-list::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .leagues-list {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .leagues-list::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .leagues-list {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .leagues-list::after {
    clear: both;
    content: "";
    display: table;
  }
}
.leagues-list .leagues-container {
  margin-left: 2%;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media screen and (min-width: 0px) {
  .leagues-list .leagues-container {
    max-width: 82em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .leagues-list .leagues-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .leagues-list .leagues-container {
    max-width: 84em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .leagues-list .leagues-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1280px) {
  .leagues-list .leagues-container {
    max-width: 86em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }
  .leagues-list .leagues-container::after {
    clear: both;
    content: "";
    display: table;
  }
}
.leagues-list .inner-leagues-con {
  float: left;
  padding-left: 6%;
  text-align: center;
}

.leagues-list .inner-leagues-con h6 {
  margin: 0px 0px 5px 0px;
  font-weight: 700;
}

.leagues-list .inner-leagues-con #league-name {
  margin-bottom: 25px;
}

.leagues-list .inner-leagues-con img {
  max-width: 270px;
  width: 100%;
}

/*
Breakpoints
*/
/*
Alerts
*/
.alert {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert strong {
  font-weight: 700;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning p, .alert-warning ul, .alert-warning li {
  color: #8a6d3b;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger p, .alert-danger ul, .alert-danger li {
  color: #a94442;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success p, .alert-success ul, .alert-success li {
  color: #3c763d;
}

/*
Lists
*/
ul.default-ul {
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
  line-height: 1.75rem;
}

ol.default-ol {
  list-style-type: decimal;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
  line-height: 1.75rem;
}

/*
Winners Row Clearing Classes
*/
.winners-clear-mobile {
  clear: left;
}

.winners-clear-tablet {
  clear: none;
}

.winners-clear-desktop {
  clear: none;
}

@media screen and (min-width: 768px) {
  .winners-clear-mobile {
    clear: none;
  }
  .winners-clear-tablet {
    clear: left;
  }
  .winners-clear-desktop {
    clear: none;
  }
}
@media screen and (min-width: 1280px) {
  .winners-clear-mobile {
    clear: none;
  }
  .winners-clear-tablet {
    clear: none;
  }
  .winners-clear-desktop {
    clear: left;
  }
}
/*
Winners Page
*/
.winners .right-hero {
  margin-top: 35px;
  margin-bottom: 28px;
}

/*
Locations
*/
.location-listing .time {
  width: 50%;
  text-align: left;
}

.location-listing .distance {
  margin-left: 2%;
  width: 48%;
  text-align: right;
}

.location-listing .desc-container .location {
  white-space: nowrap;
}

button.gm-ui-hover-effect {
  width: 44px !important;
  height: 44px !important;
}

button.gm-ui-hover-effect img {
  width: 24px !important;
  height: 24px !important;
  margin: 10px !important;
}

/*
General
*/
.help-block {
  color: #737373;
}

.form-help-block {
  color: #737373;
  display: block;
  font-size: smaller;
  margin-top: -15px;
  line-height: 1.25rem;
}

small, .small {
  font-size: 80%;
  font-weight: 400;
}

.bl-pro-badge {
  background-color: #de1c28;
  color: #ffffff;
  margin-left: 5px;
  padding: 2px;
  font-size: 10px;
}

.bg-bpo-red {
  background-color: #de1c28 !important;
}

.bg-bpo-black {
  background-color: #000000 !important;
}

.bg-bpo-green {
  background-color: #00b151 !important;
}

.text-bpo-red {
  color: #de1c28 !important;
}

.text-bpo-black {
  color: #000000 !important;
}

.text-bpo-green {
  color: #00b151 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-white {
  color: #FFFFFF !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

/*.listed-items-vid h3 { height: 250px; }

@media screen and (min-width: 500px) {
  .listed-items-vid h3 { height: 200px; }
}
@media screen and (min-width: 768px) {
  .listed-items-vid h3 { height: 45px; }
}
@media screen and (min-width: 1280px) {
  .listed-items-vid h3 { height: 50px; }
}*/
@media screen and (max-width: 767px) and (min-width: 0px) {
  .weekly-winners .winners-con {
    width: 45% !important;
    margin-left: 0%;
    margin-right: 5%;
  }
  .weekly-winners .flickity-slider {
    left: 0% !important;
  }
}
/*
PHPDebugBar Fixes
*/
div.phpdebugbar {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif !important;
  color: black !important;
}

div.phpdebugbar * {
  color: black !important;
}

/*
Homepage
*/
.leagues {
  height: 340px !important;
}

@media screen and (max-width: 767px) and (min-width: 0px) {
  .leagues {
    height: 300px !important;
  }
  .leagues .carousel .carousel-cell img {
    max-width: 80% !important;
  }
}
/*
Homepage Winner Photos
*/
.player-img.albert-croteau {
  background-image: url("/images/bpo/featured-players/albert-croteau-homepage.png");
}

.player-img.basil-congro {
  background-image: url("/images/bpo/featured-players/basil-congro-homepage.png");
}

.player-img.caryn-bustos {
  background-image: url("/images/bpo/featured-players/caryn-bustos-homepage.png");
}

.player-img.chris-farkas {
  background-image: url("/images/bpo/featured-players/chris-farkas-homepage.png");
}

.player-img.donna-rohwer {
  background-image: url("/images/bpo/featured-players/donna-rohwer-homepage.png");
}

.player-img.edward-holt {
  background-image: url("/images/bpo/featured-players/edward-holt-homepage.png");
}

.player-img.fritz-barnes {
  background-image: url("/images/bpo/featured-players/fritz-barnes-homepage.png");
}

.player-img.ian-auvil {
  background-image: url("/images/bpo/featured-players/ian-auvil-homepage.png");
}

.player-img.jesse-gutierrez {
  background-image: url("/images/bpo/featured-players/jesse-gutierrez-homepage.png");
}

.player-img.john-beady {
  background-image: url("/images/bpo/featured-players/john-beady-homepage.png");
}

.player-img.john-germano {
  background-image: url("/images/bpo/featured-players/john-germano-homepage.png");
}

.player-img.miguel-medrano {
  background-image: url("/images/bpo/featured-players/miguel-medrano-homepage.png");
}

.player-img.mirbek-orozaliev {
  background-image: url("/images/bpo/featured-players/mirbek-orozaliev-homepage.png");
}

.player-img.phil-hoff {
  background-image: url("/images/bpo/featured-players/phil-hoff-homepage.png");
}

.player-img.rafael-jimenez {
  background-image: url("/images/bpo/featured-players/rafael-jimenez-homepage.png");
}

.player-img.rob-ryan {
  background-image: url("/images/bpo/featured-players/rob-ryan-homepage.png");
}

.player-img.ron-fienberg {
  background-image: url("/images/bpo/featured-players/ron-fienberg-homepage.png");
}

.player-img.ryan-chua {
  background-image: url("/images/bpo/featured-players/ryan-chua-homepage.png");
}

.player-img.tommy-nefcy {
  background-image: url("/images/bpo/featured-players/tommy-nefcy-homepage.png");
}

/*
Winner Page General
*/
.winner-heros .date-container .carousel-cell a.active {
  color: #de1c28;
}

/*
Winner Page Featured Player Photos
*/
.right-hero.albert-croteau {
  background-image: url("/images/bpo/featured-players/albert-croteau-event.jpg");
}

.right-hero.basil-congro {
  background-image: url("/images/bpo/featured-players/basil-congro-event.jpg");
}

.right-hero.caryn-bustos {
  background-image: url("/images/bpo/featured-players/caryn-bustos-event.jpg");
}

.right-hero.chris-farkas {
  background-image: url("/images/bpo/featured-players/chris-farkas-event.jpg");
}

.right-hero.donna-rohwer {
  background-image: url("/images/bpo/featured-players/donna-rohwer-event.jpg");
}

.right-hero.edward-holt {
  background-image: url("/images/bpo/featured-players/edward-holt-event.jpg");
}

.right-hero.fritz-barnes {
  background-image: url("/images/bpo/featured-players/fritz-barnes-event.jpg");
}

.right-hero.ian-auvil {
  background-image: url("/images/bpo/featured-players/ian-auvil-event.jpg");
}

.right-hero.jesse-gutierrez {
  background-image: url("/images/bpo/featured-players/jesse-gutierrez-event.jpg");
}

.right-hero.john-beady {
  background-image: url("/images/bpo/featured-players/john-beady-event.jpg");
}

.right-hero.john-germano {
  background-image: url("/images/bpo/featured-players/john-germano-event.jpg");
}

.right-hero.miguel-medrano {
  background-image: url("/images/bpo/featured-players/miguel-medrano-event.jpg");
}

.right-hero.mirbek-orozaliev {
  background-image: url("/images/bpo/featured-players/mirbek-orozaliev-event.jpg");
}

.right-hero.phil-hoff {
  background-image: url("/images/bpo/featured-players/phil-hoff-event.jpg");
}

.right-hero.rafael-jimenez {
  background-image: url("/images/bpo/featured-players/rafael-jimenez-event.jpg");
}

.right-hero.rob-ryan {
  background-image: url("/images/bpo/featured-players/rob-ryan-event.jpg");
}

.right-hero.ron-fienberg {
  background-image: url("/images/bpo/featured-players/ron-fienberg-event.jpg");
}

.right-hero.ryan-chua {
  background-image: url("/images/bpo/featured-players/ryan-chua-event.jpg");
}

.right-hero.tommy-nefcy {
  background-image: url("/images/bpo/featured-players/tommy-nefcy-event.jpg");
}

/*
Leagues Page
*/
.leagues {
  background-color: #000000;
}

.leagues-list .inner-leagues-con {
  width: 33%;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 75px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .leagues-list .inner-leagues-con {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 35px;
  }
}
/*
Championship Page
*/
.championship-details .details h3 {
  color: #000;
  font-size: 1.675rem;
  line-height: 1.8125rem;
  letter-spacing: 0.03125rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
}

.championship-details .details h3 .dollar {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.1375rem;
  color: #000;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  vertical-align: top;
}

.championship-details .left-column.one-third, .championship-details .right-column.one-third {
  width: 30% !important;
}

.championship-details .left-column h1, .championship-details .right-column h1 {
  white-space: normal;
}

.venue .week-rates p {
  height: 100px;
}

/*@media screen and (min-width: 0px) and (max-width: 767px) {*/
.schedule .schedule-info .cell {
  width: 300px;
  min-height: 310px;
}

/*}*/
/*
Bootstrap v3 visible/hidden classes
*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
