html a {
  color: #333333; }
  html a:visited, html a:active {
    color: #333333; }
  html a:hover {
    color: #FF5C00;
    text-decoration: none; }

body {
  color: #333333;
  text-align: center;
  background: #FFFFFF; }
  body em {
    font-style: italic; }
  body h1 {
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #FF5C00; }
  body h2 {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    font-weight: normal; }
  body h3 {
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: normal; }

body, div, p, table, input, textarea, select {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4; }

.spacer {
  margin: 20px 0; }

.separator {
  background: #FF5C00;
  width: 40px;
  height: 4px;
  margin: 10px auto 26px auto; }

.capitalize {
  text-transform: capitalize; }

.buttonLarge {
  background-color: #FF5C00 !important;
  color: #FFFFFF !important;
  font-family: 'Rubik', sans-serif;
  border-color: #FF5C00 !important; }
  .buttonLarge:visited, .buttonLarge:active {
    color: #FFFFFF !important;
    text-decoration: none; }
  .buttonLarge:hover {
    color: #FF5C00 !important;
    background-color: #FFFFFF !important;
    text-decoration: none; }

.buttonSmall {
  background-color: #FF5C00 !important;
  color: #FFFFFF !important;
  font-family: 'Rubik', sans-serif;
  border-color: #FF5C00 !important; }
  .buttonSmall:visited, .buttonSmall:active {
    color: #FFFFFF !important;
    text-decoration: none; }
  .buttonSmall:hover {
    color: #FF5C00 !important;
    background-color: #FFFFFF !important;
    text-decoration: none; }

.headerBg {
  background: #4C4C4C; }

.bgTransparent {
  background: transparent; }

#header .headerBg #mainMenu_SignUp {
  padding-left: 10px;
  padding-right: 10px;
  background: #01a0c2; }
  #header .headerBg #mainMenu_SignUp a {
    color: #FFFFFF; }
#header #headerTop {
  height: 77px;
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 999; }
  #header #headerTop #userLoginInset {
    position: absolute;
    top: 7px;
    right: 30px;
    z-index: 1000; }
    #header #headerTop #userLoginInset #signInLink {
      background: rgba(157, 157, 157, 0.4) !important;
      text-transform: uppercase;
      width: 60px;
      color: #FFFFFF;
      border-radius: 25px;
      border: 0;
      padding: 6px 10px 0 10px;
      margin-right: 0;
      font-size: 11px;
      height: 20px;
      font-weight: 500; }
      #header #headerTop #userLoginInset #signInLink:hover {
        background-color: #FF5C00 !important;
        text-decoration: none; }
      #header #headerTop #userLoginInset #signInLink span {
        background: transparent !important;
        padding: 0;
        margin: 0; }
  #header #headerTop .signedIn .link {
    float: left;
    margin-left: 15px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    padding-top: 4px; }
    #header #headerTop .signedIn .link a {
      color: #FFFFFF; }
      #header #headerTop .signedIn .link a:hover {
        color: #FF5C00;
        text-decoration: none; }
  #header #headerTop .signedIn .logout {
    background: rgba(157, 157, 157, 0.4) !important;
    font-weight: 500;
    text-transform: uppercase;
    width: 60px;
    color: #FFFFFF;
    border-radius: 25px;
    border: 0;
    padding: 5px 10px 0 10px;
    margin-right: 0;
    font-size: 11px;
    height: 20px; }
    #header #headerTop .signedIn .logout a {
      color: #FFFFFF; }
      #header #headerTop .signedIn .logout a:hover {
        color: #FFFFFF;
        text-decoration: none; }
    #header #headerTop .signedIn .logout:hover {
      color: #FFFFFF;
      background-color: #FF5C00 !important;
      text-decoration: none; }
    #header #headerTop .signedIn .logout span {
      background: transparent !important;
      padding: 0;
      margin: 0; }
#header #headerLogo {
  position: absolute;
  left: 30px;
  padding: 5px 0;
  width: auto;
  height: 67px; }
#header .links {
  float: right;
  padding-top: 8px; }
  #header .links div, #header .links a {
    display: inline-block; }
  #header .links a {
    padding: 4px;
    margin-left: 20px; }

#mainMenu {
  position: relative;
  padding-top: 43px;
  float: right;
  left: auto; }
  #mainMenu a {
    text-transform: uppercase;
    font-weight: 700; }
  #mainMenu .mainMenuItem {
    display: inline-block;
    position: relative;
    margin-right: 30px; }
    #mainMenu .mainMenuItem a {
      color: #FF5C00;
      padding: 8px 4px;
      font-size: 13px; }
      #mainMenu .mainMenuItem a.active, #mainMenu .mainMenuItem a.current {
        color: #01A0C6;
        text-decoration: none; }
      #mainMenu .mainMenuItem a:hover {
        color: #FF5C00;
        text-decoration: none; }
    #mainMenu .mainMenuItem #allRulesMenu {
      left: -120px; }
    #mainMenu .mainMenuItem .menuPulldown,
    #mainMenu .mainMenuItem .rulesMenuPulldown {
      position: absolute;
      width: 185px;
      text-align: left;
      padding: 5px 15px;
      border-top: 0;
      background: #262626; }
      #mainMenu .mainMenuItem .menuPulldown li,
      #mainMenu .mainMenuItem .rulesMenuPulldown li {
        display: block;
        float: none;
        margin: 0;
        position: relative; }
        #mainMenu .mainMenuItem .menuPulldown li a,
        #mainMenu .mainMenuItem .rulesMenuPulldown li a {
          display: block;
          border-left: 0;
          color: #9D9D9D;
          text-transform: uppercase;
          font-size: 0.9em; }
          #mainMenu .mainMenuItem .menuPulldown li a:hover,
          #mainMenu .mainMenuItem .rulesMenuPulldown li a:hover {
            color: #FFFFFF; }
          #mainMenu .mainMenuItem .menuPulldown li a i,
          #mainMenu .mainMenuItem .rulesMenuPulldown li a i {
            float: right;
            padding-top: 3px; }
    #mainMenu .mainMenuItem .menuPulldown {
      top: 34px; }
    #mainMenu .mainMenuItem .rulesMenuPulldown {
      top: -5px;
      left: 100%;
      display: none; }

#footer {
  background: #262626;
  width: 100%; }
  #footer .top, #footer .bottom {
    margin: 0; }
    #footer .top a, #footer .top p, #footer .top div, #footer .top span, #footer .top h4, #footer .bottom a, #footer .bottom p, #footer .bottom div, #footer .bottom span, #footer .bottom h4 {
      color: #FFFFFF; }
  #footer .top {
    padding: 30px 0 20px 0;
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
    #footer .top .pageWidth {
      position: relative; }
    #footer .top .column {
      display: inline-block;
      float: left; }
    #footer .top .footerLabel {
      color: #FF5C00;
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 15px; }
    #footer .top .contact {
      width: 385px; }
      #footer .top .contact .logo img {
        margin-bottom: 14px; }
    #footer .top .instagram {
      padding: 0 2rem; }
      #footer .top .instagram iframe {
        border: none;
        overflow: hidden;
        width: 380px;
        height: 310px; }
    #footer .top .footerWidth {
      margin: 0 auto;
      width: 90%; }
    #footer .top .footerMenu {
      text-align: center;
      width: 250px; }
    #footer .top .menu {
      font-size: 19px; }
      #footer .top .menu a:hover {
        color: #FF5C00;
        text-decoration: none; }
      #footer .top .menu .faq {
        display: inline-block; }
    #footer .top .socialLinks {
      margin-top: 35px; }
      #footer .top .socialLinks .link {
        border-radius: 0px;
        border-color: #FF5C00;
        border-width: 3px;
        border-style: solid;
        width: 40px;
        height: 40px;
        display: inline-block;
        margin-right: 4px;
        text-align: center;
        font-size: 16px; }
        #footer .top .socialLinks .link .icon {
          padding-top: 11px; }
        #footer .top .socialLinks .link:hover {
          background-color: #FF5C00; }
  #footer .bottom {
    padding: 20px 0;
    background: #0B0B0B; }
    #footer .bottom .pageWidth {
      position: relative; }
    #footer .bottom .copy {
      text-align: center;
      font-size: 14px;
      background: #0B0B0B; }
      #footer .bottom .copy a:hover {
        color: #FF5C00;
        text-decoration: none; }
    #footer .bottom .smallPrint {
      text-align: center;
      top: 7px;
      right: 0;
      font-size: 12px; }
      #footer .bottom .smallPrint a:hover {
        color: #FF5C00;
        text-decoration: none; }
  #footer .footerLogo {
    max-width: 220px; }

#backToTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1001;
  border-radius: 0px;
  border-color: #FF5C00;
  border-width: 3px;
  border-style: solid;
  width: 48px;
  height: 48px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  color: #FF5C00; }
  #backToTop i {
    margin-top: 14px; }
  #backToTop:hover {
    color: #FFFFFF;
    background-color: #FF5C00; }

#pageTitleOuter {
  text-align: center; }

.pageTitle,
.customPageTitle {
  font-family: "Rubik", sans-serif;
  font-size: 57px;
  font-weight: bold;
  color: #FF5C00;
  text-align: center;
  margin: 20px 0; }

#mainPage {
  background: #FFFFFF; }

.pageWidth {
  text-align: left;
  margin: 0 auto; }

#homePageOuterWrapper #siteAlert,
#sportPageOuterWrapper #siteAlert {
  margin-top: 20px; }

#homePageOuterWrapper,
#sportPageOuterWrapper,
.pageOuterWrapper {
  width: 90%;
  padding: 0 70px 20px 70px;
  text-align: center;
  background: #FFFFFF; }

#sitePageOuterWrapper {
  width: 90%;
  padding: 0 70px 20px 70px;
  text-align: center;
  background: #FFFFFF;
  padding-top: 100px; }
  #sitePageOuterWrapper #teamPageContainer .teamNameRow h1 {
    font-size: 22px;
    color: #333333; }

body #mainPage #sitePageOuterWrapper #pageContainer {
  width: 100%; }
  body #mainPage #sitePageOuterWrapper #pageContainer div.componentRow {
    width: 100%; }
  body #mainPage #sitePageOuterWrapper #pageContainer .one-one-one,
  body #mainPage #sitePageOuterWrapper #pageContainer .two-one,
  body #mainPage #sitePageOuterWrapper #pageContainer .one-two {
    background: none; }
  body #mainPage #sitePageOuterWrapper #pageContainer .one-one-one > .component:nth-of-type(2) {
    background: #00aaff; }
  body #mainPage #sitePageOuterWrapper #pageContainer .componentRow .component.size_1 {
    width: 31%; }
    body #mainPage #sitePageOuterWrapper #pageContainer .componentRow .component.size_1 > div,
    body #mainPage #sitePageOuterWrapper #pageContainer .componentRow .component.size_1 .body {
      width: 100%; }
  body #mainPage #sitePageOuterWrapper #pageContainer .componentRow .component.size_2 {
    width: 62%; }
    body #mainPage #sitePageOuterWrapper #pageContainer .componentRow .component.size_2 > div,
    body #mainPage #sitePageOuterWrapper #pageContainer .componentRow .component.size_2 .body {
      width: 100%; }
  body #mainPage #sitePageOuterWrapper #pageContainer .componentRow .component.size_3 {
    width: 100%; }
    body #mainPage #sitePageOuterWrapper #pageContainer .componentRow .component.size_3 > div,
    body #mainPage #sitePageOuterWrapper #pageContainer .componentRow .component.size_3 .body {
      width: 100%; }

#mainContent {
  margin-top: 30px; }

#sportPageOuter .sportTitle {
  display: none; }

#introVideoWrap {
  overflow: hidden;
  height: 600px; }

#introImage {
  display: none; }

#introVideo video {
  width: 100%;
  height: 100%; }

.customContent {
  margin: 40px 0; }
  .customContent .contentOuter img {
    width: 687px;
    height: auto; }
  .customContent .contentOuter .title {
    text-align: left;
    margin: 20px 0;
    letter-spacing: -1.8px; }
  .customContent .contentOuter .body {
    text-align: left;
    width: 345px; }
    .customContent .contentOuter .body .separator {
      margin: 0 auto 20px 0; }
    .customContent .contentOuter .body .content a:not(.buttonSmall):not(.buttonLarge):visited, .customContent .contentOuter .body .content a:not(.buttonSmall):not(.buttonLarge):active {
      color: #01A0C6; }

.customContent:nth-child(odd) img {
  float: right; }
.customContent:nth-child(odd) .body {
  float: right;
  margin-right: 30px; }

.customContent:nth-child(even) img {
  float: left; }
.customContent:nth-child(even) .body {
  float: left;
  margin-left: 30px; }

#firstRules .column {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 300px;
  margin-bottom: 20px; }

#signUpIsEasyOuter {
  background-color: #DADADA;
  text-align: center;
  padding: 20px 0 35px 0; }
  #signUpIsEasyOuter .column-outer {
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }
  #signUpIsEasyOuter .column-separator {
    float: left;
    width: 20px; }
  #signUpIsEasyOuter .column {
    float: left;
    width: 252px; }
    #signUpIsEasyOuter .column img {
      max-width: 100%;
      height: auto;
      margin-bottom: 15px; }
    #signUpIsEasyOuter .column .title {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 26px;
      color: #01A0C6;
      margin-bottom: 15px; }
    #signUpIsEasyOuter .column li {
      text-align: left;
      list-style-type: disc;
      list-style-position: inside; }

body.okc #sportNav {
  width: 1230px;
  margin: 25px auto; }
  body.okc #sportNav .row {
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
    body.okc #sportNav .row > div {
      width: 24%;
      display: inline-block;
      margin: 0;
      background-size: cover !important;
      background-position: center center !important; }
      body.okc #sportNav .row > div span {
        display: block;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 75px; }
      body.okc #sportNav .row > div img {
        width: 80%;
        margin: 0 auto 25px;
        display: block;
        max-width: 500px; }
      body.okc #sportNav .row > div > a {
        display: block;
        background: #FF5C00;
        width: 75%;
        height: 80px;
        line-height: 80px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        margin: 0 auto;
        text-align: center; }

body.tulsa #sportNav {
  width: 1230px;
  margin: 25px auto; }
  body.tulsa #sportNav .row {
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
    body.tulsa #sportNav .row > div {
      width: 33%;
      display: inline-block;
      margin: 0;
      background-size: cover !important;
      background-position: center center !important; }
      body.tulsa #sportNav .row > div span {
        display: block;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 75px; }
      body.tulsa #sportNav .row > div img {
        width: 80%;
        margin: 0 auto 25px;
        display: block;
        max-width: 500px; }
      body.tulsa #sportNav .row > div > a {
        display: block;
        background: #FF5C00;
        width: 75%;
        height: 80px;
        line-height: 80px;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        margin: 0 auto;
        text-align: center; }

body.okc #theNumbers,
body.tulsa #theNumbers {
  height: 220px;
  padding: 50px 0; }
  body.okc #theNumbers h4,
  body.tulsa #theNumbers h4 {
    color: #FF5C00;
    margin: 0 auto;
    text-align: center;
    font-size: 34px; }
  body.okc #theNumbers .divider,
  body.tulsa #theNumbers .divider {
    width: 50px;
    height: 5px;
    background: #FF5C00;
    margin: 20px auto;
    display: block; }
  body.okc #theNumbers #cells,
  body.tulsa #theNumbers #cells {
    width: 1200px;
    margin: 0 auto; }
    body.okc #theNumbers #cells > div,
    body.tulsa #theNumbers #cells > div {
      width: 297px;
      display: inline-block;
      text-align: center; }
      body.okc #theNumbers #cells > div p,
      body.tulsa #theNumbers #cells > div p {
        text-align: center; }
        body.okc #theNumbers #cells > div p.number,
        body.tulsa #theNumbers #cells > div p.number {
          color: #FF5C00;
          font-size: 50px;
          font-weight: bold; }
        body.okc #theNumbers #cells > div p.label,
        body.tulsa #theNumbers #cells > div p.label {
          font-size: 20px;
          color: #01A0C6;
          font-weight: bold; }
body.okc #newsletterSignup,
body.tulsa #newsletterSignup {
  height: 300px;
  padding: 50px 0;
  background-image: url("http://oldsite.ossosports.com/wp-content/uploads/email-signup-background.jpg");
  background-position: center center; }
  body.okc #newsletterSignup h4,
  body.tulsa #newsletterSignup h4 {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 34px;
    text-transform: uppercase; }
  body.okc #newsletterSignup .divider,
  body.tulsa #newsletterSignup .divider {
    width: 50px;
    height: 5px;
    background: #FF5C00;
    margin: 20px auto;
    display: block; }
  body.okc #newsletterSignup p,
  body.tulsa #newsletterSignup p {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 18px; }
  body.okc #newsletterSignup form,
  body.tulsa #newsletterSignup form {
    width: 790px;
    margin: 50px auto; }
    body.okc #newsletterSignup form input[type=text],
    body.tulsa #newsletterSignup form input[type=text] {
      width: 70%;
      border-radius: 0;
      height: 67px;
      line-height: 67px;
      border: 0;
      outline: 0;
      padding-left: 20px;
      padding-right: 20px; }
    body.okc #newsletterSignup form input[type=submit],
    body.tulsa #newsletterSignup form input[type=submit] {
      width: 24%;
      height: 70px;
      line-height: 62px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold;
      background: #FF5C00;
      border: 0;
      border-radius: 0; }

/* Team Builder */
body.teamBuilderV2 #sitePageOuterWrapper {
  width: 96%;
  padding-left: 20px;
  padding-right: 20px; }
body.teamBuilderV2 #playerInvitePopup #pastPlayersWrapper .separator {
  background: none;
  width: auto;
  height: auto;
  margin: 15px 0 0 0; }
body.teamBuilderV2 #manageTeamTop div,
body.teamBuilderV2 #manageTeamBottom div,
body.teamBuilderV2 #manageTeamSecondBottom div {
  font-size: 13px; }
