.os-menu-mainmenu__main-nav .menu a,
.os-menu-mainmenu__main-nav .menu .nolink, .os-menu-mainmenu__toggle-text, .os-menu-submenu-block .menu a,
.os-menu-submenu-block .menu .nolink, #mmenu_left.mm-menu.mm-basic {
  font-family: "Encode Sans Condensed", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

#block-oddsshark-menu-oddsshark-menu {
  position: relative;
  z-index: 900;
}

#block-oddsshark-menu-oddsshark-menu .menu li {
  list-style: none;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .os-menu-wrapper {
    position: relative;
  }
}

.os-menu-mainmenu {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .os-menu-mainmenu {
    margin: 0 auto;
    max-width: 60rem;
    padding: 0 0.625rem;
  }
}

.os-menu-mainmenu .menu {
  margin: 0;
  padding: 0;
}

.os-menu-mainmenu__main-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 3.125rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .os-menu-mainmenu__main-nav {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .os-menu-mainmenu__main-nav .menu {
    display: none;
  }
}

.os-menu-mainmenu__main-nav .menu li {
  display: inline-block;
}

.os-menu-mainmenu__main-nav .menu a,
.os-menu-mainmenu__main-nav .menu .nolink {
  display: block;
  line-height: 1;
  padding: 1.6875rem 0.75rem;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (min-width: 960px) {
  .os-menu-mainmenu__main-nav .menu a,
  .os-menu-mainmenu__main-nav .menu .nolink {
    padding: 1.6875rem 1.25rem;
  }
}

.os-menu-mainmenu__main-nav .menu a:after,
.os-menu-mainmenu__main-nav .menu .nolink:after {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (prefers-reduced-motion: reduce) {
  .os-menu-mainmenu__main-nav .menu a:after,
  .os-menu-mainmenu__main-nav .menu .nolink:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.os-menu-mainmenu__main-nav .menu a.os-menu-open, .os-menu-mainmenu__main-nav .menu a:hover,
.os-menu-mainmenu__main-nav .menu .nolink.os-menu-open,
.os-menu-mainmenu__main-nav .menu .nolink:hover {
  cursor: pointer;
  text-decoration: none !important;
}

.os-menu-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 0rem;
}

@media only screen and (min-width: 481px) {
  .os-menu-logo {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .os-menu-logo {
    display: block;
    margin: 0 0.625rem 0 0;
  }
}

.os-menu-logo svg {
  height: 1.5625rem;
  vertical-align: middle;
  width: 6.875rem;
}

@media only screen and (min-width: 481px) {
  .os-menu-logo svg {
    height: 2rem;
    width: 9.4375rem;
  }
}

@media only screen and (min-width: 768px) {
  .os-menu-logo svg {
    height: 2.3125rem;
    width: 10.9375rem;
  }
}

@media only screen and (min-width: 960px) {
  .os-menu-logo svg {
    height: 2.75rem;
    width: 13.125rem;
  }
}

.os-menu-mainmenu__language-dropdown {
  z-index: 901;
}

@media only screen and (max-width: 767px) {
  .os-menu-mainmenu__language-dropdown {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .os-menu-placeholder {
    min-width: 6.375rem;
  }
}

.os-menu-mainmenu__toggle {
  border: 0;
  cursor: pointer;
  padding: 0.9375rem;
}

@media only screen and (min-width: 768px) {
  .os-menu-mainmenu__toggle {
    display: none;
  }
}

.os-menu-mainmenu__toggle-text,
.os-menu-mainmenu__icon {
  display: inline-block;
  vertical-align: middle;
}

.os-menu-mainmenu__toggle-text {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.os-menu-mainmenu__icon {
  margin-right: 0.3125rem;
}

.os-menu-mainmenu__icon-burger {
  height: 0.125rem;
  position: relative;
  width: 1.125rem;
}

.os-menu-mainmenu__icon-burger:before, .os-menu-mainmenu__icon-burger:after {
  content: "";
  display: block;
  height: 0.125rem;
  position: absolute;
  width: 100%;
}

.os-menu-mainmenu__icon-burger:before {
  top: 0.3125rem;
}

.os-menu-mainmenu__icon-burger:after {
  bottom: 0.3125rem;
}

.i18n-es #oddsshark-ticker-mobile-button-placeholder .os-menu-mainmenu__toggle,
.i18n-pt-br #oddsshark-ticker-mobile-button-placeholder .os-menu-mainmenu__toggle {
  display: none;
}

@media only screen and (max-width: 767px) {
  #wrap > .container {
    padding-top: 3.25rem;
  }
  .breaking-news--enabled #wrap > .container {
    padding-top: 0;
  }
  .os-menu-wrapper {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    position: fixed;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .os-menu-wrapper {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media only screen and (max-width: 767px) {
  .os-menu-wrapper.menu-hide {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.os-menu-submenu-wrapper {
  max-width: 60rem;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .os-menu-submenu-wrapper {
    display: none !important;
  }
}

.os-menu-submenu-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.os-menu-submenu {
  background-repeat: repeat-y;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 900;
}

.os-menu-submenu-block {
  height: 100%;
  width: 100%;
}

.os-menu-submenu-block.os-menu-open {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.os-menu-submenu-block .menu {
  margin: 0;
  padding: 0.625rem;
  width: 33.33%;
}

.os-menu-submenu-block .menu a,
.os-menu-submenu-block .menu .nolink {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 0.1875rem;
          border-radius: 0.1875rem;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1em;
  padding: 0.5rem 0.9375rem;
  text-decoration: none;
  text-transform: capitalize;
}

@media screen and (prefers-reduced-motion: reduce) {
  .os-menu-submenu-block .menu a,
  .os-menu-submenu-block .menu .nolink {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.os-menu-submenu-block .menu a:hover,
.os-menu-submenu-block .menu .nolink:hover {
  text-decoration: none !important;
}

.os-menu-submenu-block .menu .menu {
  display: none;
  left: 33.33%;
  position: absolute;
  top: 0;
}

.os-menu-submenu-block .menu .menu .menu {
  left: 100%;
  width: 100%;
}

.os-menu-submenu-block .menu .os-menu-open > .menu {
  display: block;
}

.os-menu-button-close {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.os-menu-button-close .button {
  -webkit-border-radius: 0;
          border-radius: 0;
}

html.mm-opened body {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  html #mm-blocker.mm-slideout {
    z-index: 999 !important;
  }
}

#mmenu_left.mm-menu.mm-basic {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 16px;
  text-shadow: none;
  text-transform: capitalize;
}

#mmenu_left.mm-menu.mm-basic > .mm-list li {
  border: 0;
}

#mmenu_left.mm-menu.mm-basic .mmenu-block-wrap {
  border: 0 !important;
}

#mmenu_left.mmenu-nav.mm-basic > .mm-list li > a:not(.mm-subopen):not(.mm-subclose):not(.mm-fullsubopen) {
  padding: 0.75rem 1.25rem;
}

#mmenu_left i {
  display: none;
}

#mmenu_left .mm-list {
  padding: 0;
}

#mmenu_left .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults)::after {
  display: none;
}

#mmenu_left .mm-list > li > span {
  padding: 0;
}

#mmenu_left .mm-list a.mm-subopen:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

#mmenu_left .mm-list a.mm-subclose {
  text-indent: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#mmenu_left .mm-list a.mm-subclose:before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: relative;
  margin: 0 0.9375rem 0 0;
  left: 0;
}

.os-news-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 60rem;
  padding: 0.625rem 0.625rem 0 0.625rem;
}

@media only screen and (max-width: 767px) {
  .os-news-wrapper {
    padding-top: 3.75rem;
  }
}

.os-news {
  -webkit-border-radius: 0.1875rem;
          border-radius: 0.1875rem;
}

@media only screen and (max-width: 767px) {
  .os-news .button {
    width: 100%;
  }
}

.os-news-link {
  display: block;
  padding: 0.625rem;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .os-news-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.os-news-link:hover {
  text-decoration: none;
}

.os-news-link > *:not(:last-child) {
  margin-bottom: 0.625rem;
}

@media only screen and (min-width: 768px) {
  .os-news-link > *:not(:last-child) {
    margin-bottom: 0;
  }
}

.os-news-icon {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 8.125rem auto;
          background-size: 8.125rem auto;
  height: 3.125rem;
  margin: 0 auto;
  width: 8.4375rem;
}

@media only screen and (min-width: 768px) {
  .os-news-icon {
    margin: 0;
  }
}

.os-news-text {
  text-align: center;
}

.os-breaking-news .os-news-icon {
  background-image: url("../../images/oddsshark_menu/OS-EN-BreakingNews.svg");
}

.i18n-pt-br .os-breaking-news .os-news-icon {
  background-image: url("../../images/oddsshark_menu/OS-PO-BreakingNews.svg");
}

.i18n-es .os-breaking-news .os-news-icon {
  background-image: url("../../images/oddsshark_menu/OS-ES-BreakingNews.svg");
}

.os-live-news .os-news-icon {
  background-image: url("../../images/oddsshark_menu/OS-EN-Live.svg");
}

.i18n-pt-br .os-live-news .os-news-icon {
  background-image: url("../../images/oddsshark_menu/OS-PO-Live.svg");
}

.i18n-es .os-live-news .os-news-icon {
  background-image: url("../../images/oddsshark_menu/OS-ES-Live.svg");
}

/*# sourceMappingURL=oddsshark_menu.css.map */
