/*
@include font-face(SinkinSans, fonts/SinkinSans-400Regular-webfont, normal, normal, eot woff2 woff ttf);
@include font-face(SinkinSans, fonts/SinkinSans-400Italic-webfont, normal, italic, eot woff2 woff ttf);
@include font-face(SinkinSans, fonts/SinkinSans-500Medium-webfont, 500, normal, eot woff2 woff ttf);
@include font-face(SinkinSans, fonts/SinkinSans-500MediumItalic-webfont, 500, italic, eot woff2 woff ttf);
@include font-face(SinkinSans, fonts/SinkinSans-700Bold-webfont, bold, normal, eot woff2 woff ttf);
@include font-face(SinkinSans, fonts/SinkinSans-700BoldItalic-webfont, bold, italic, eot woff2 woff ttf);
//	ADDITIONAL FONT FACES AVAILABLE, BUT NOT IN USE
//@include font-face(SinkinSans, fonts/SinkinSans-300Light-webfont, 300, normal, eot woff2 woff ttf);
//@include font-face(SinkinSans, fonts/SinkinSans-300LightItalic-webfont, 300, italic, eot woff2 woff ttf);
//@include font-face(SinkinSans, fonts/SinkinSans-600SemiBold-webfont, 600, normal, eot woff2 woff ttf);
//@include font-face(SinkinSans, fonts/SinkinSans-600SemiBoldItali-webfont, 600, italic, eot woff2 woff ttf);
//@include font-face(SinkinSans, fonts/SinkinSans-800Black-webfont, 800, normal, eot woff2 woff ttf);
//@include font-face(SinkinSans, fonts/SinkinSans-800BlackItalic-webfont, 800, italic, eot woff2 woff ttf);
*/
body em {
  font-style: italic; }
body h1 {
  font-size: 22px;
  font-weight: bold; }
body h2 {
  font-size: 21px;
  font-weight: normal; }
body h3 {
  font-size: 16px;
  font-weight: normal; }

body, div, p, table, input, textarea, select {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  font-family: 'Arial', 'sans-serif'; }

body * {
  font-family: Arial, sans-serif;
  border-radius: 0 !important; }

.flexSliderOuter .flex-control-nav li a, .flexSliderOuter .flex-control-nav li a:hover, .flexSliderOuter .flex-control-nav li a.flex-active {
  background: #fbfbf7; }

#sliderOuterContainer, .flexSliderOuter, .flexSliderInner, .flex-viewport, .slides, .slide {
  height: 100%; }

.flexSliderOuter .flex-control-nav {
  background: rgba(0, 0, 0, 0.4);
  bottom: 5px;
  padding: 16px 0 16px 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }
  .flexSliderOuter .flex-control-nav li a:hover, .flexSliderOuter .flex-control-nav li a.flex-active {
    background: #b52b27; }

.flexSliderOuter .flex-direction-nav li a {
  bottom: 6px;
  height: 37px;
  width: 37px;
  opacity: 0.8; }
  .flexSliderOuter .flex-direction-nav li a.flex-prev {
    background: transparent url(../../trisports/graphics/background-slider-prev.png) no-repeat top left;
    bottom: 8px; }
  .flexSliderOuter .flex-direction-nav li a.flex-next {
    background: transparent url(../../trisports/graphics/background-slider-next.png) no-repeat top left;
    bottom: 8px; }
  .flexSliderOuter .flex-direction-nav li a:hover {
    opacity: 1.0; }

body {
  background: #fbfbf7; }
  body h3 {
    font-weight: bold;
    padding: 2px 0px;
    margin-bottom: 25px;
    color: #515151; }

#header {
  background: url("../../trisports/graphics/header-bg.webp");
  background-color: #120A0A;
  height: 175px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 30px;
  position: relative; }
  #header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 160, 0.83); }
  #header .headerContent {
    display: flex;
    flex-direction: column;
    align-items: center; }
  #header .top, #header .menu {
    max-width: 960px;
    width: 100%;
    margin: 0 auto; }
  #header .top {
    display: flex;
    z-index: 2;
    position: relative;
    justify-content: space-between; }
    #header .top div.leftTop a.headerLogo img.logo {
      height: 115px;
      position: relative;
      z-index: 5; }
    #header .top div.rightTop {
      display: flex;
      flex-direction: column; }
      #header .top div.rightTop div#joinButton {
        z-index: 5;
        width: 177px;
        height: 45px;
        background-color: #fff000;
        box-shadow: 6px 6px 0px #999900;
        border-radius: 8px !important; }
        #header .top div.rightTop div#joinButton:hover {
          background-color: #ffcc00; }
        #header .top div.rightTop div#joinButton a {
          color: black;
          text-transform: uppercase;
          display: block;
          text-align: center;
          line-height: 45px;
          font-size: 17px;
          font-weight: 700;
          font-family: 'Montserrat', arial, Helvetica, sans-serif; }
          #header .top div.rightTop div#joinButton a:hover {
            text-decoration: none; }
      #header .top div.rightTop ul#headerSocialLinks {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 5;
        position: relative; }
        #header .top div.rightTop ul#headerSocialLinks li {
          padding: 0 5px;
          margin-right: 3px;
          font-size: 18px; }
          #header .top div.rightTop ul#headerSocialLinks li a {
            display: flex;
            margin-top: 20px;
            align-items: center;
            justify-content: center;
            color: white;
            width: 30px;
            height: 30px;
            text-align: center; }
          #header .top div.rightTop ul#headerSocialLinks li a#socialLinkFacebook {
            background-color: #4267B2; }
          #header .top div.rightTop ul#headerSocialLinks li a#socialLinkInstagram {
            background-color: #E1306C; }
          #header .top div.rightTop ul#headerSocialLinks li a#socialLinkTwitter {
            background-color: #000000; }
          #header .top div.rightTop ul#headerSocialLinks li a#socialLinkYouTube {
            background-color: #d52d2d; }
    #header .top .ads {
      float: right;
      width: 60%;
      margin-top: -10px;
      z-index: 5;
      position: relative; }
      #header .top .ads .title {
        color: #fafafa;
        text-transform: uppercase;
        text-align: right;
        margin-bottom: 10px; }
      #header .top .ads ul {
        text-align: right; }
        #header .top .ads ul li a {
          float: right; }
        #header .top .ads ul li .themeAd {
          margin-left: 20px; }
          #header .top .ads ul li .themeAd img {
            max-height: 60px;
            margin-bottom: 15px; }
  #header .menu {
    overflow: show;
    width: 100%;
    position: relative;
    top: 4px;
    z-index: 5; }
    #header .menu #mainMenu {
      position: relative;
      min-width: 980px;
      margin: 0 auto;
      height: 34px;
      display: flex;
      justify-content: center; }
      #header .menu #mainMenu ul#mainMenuLinks {
        display: flex;
        justify-content: center; }
        #header .menu #mainMenu ul#mainMenuLinks li {
          display: inline-block;
          vertical-align: top;
          padding: 3px 9px; }
          #header .menu #mainMenu ul#mainMenuLinks li a {
            display: block;
            color: white;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: bold;
            font-family: 'Nunito Sans', Arial, Helvetica, sans-serif; }
            #header .menu #mainMenu ul#mainMenuLinks li a:hover {
              text-decoration: none;
              color: yellow; }
            #header .menu #mainMenu ul#mainMenuLinks li a .chevron-down {
              display: none; }
            #header .menu #mainMenu ul#mainMenuLinks li a.pulldown .chevron-down {
              padding-left: 5px;
              display: inline-block; }
        #header .menu #mainMenu ul#mainMenuLinks div.subMenu {
          position: absolute;
          background-color: #0000FF;
          z-index: 100;
          text-align: left;
          padding: 5px;
          border-top: 0;
          top: 40px;
          margin-left: -15px; }
          #header .menu #mainMenu ul#mainMenuLinks div.subMenu ul {
            padding: 0; }
            #header .menu #mainMenu ul#mainMenuLinks div.subMenu ul li {
              display: block;
              padding: 12px 0; }
              #header .menu #mainMenu ul#mainMenuLinks div.subMenu ul li a {
                font-family: 'Nunito Sans', Arial, Helvetica, sans-serif; }
                #header .menu #mainMenu ul#mainMenuLinks div.subMenu ul li a:hover {
                  color: yellow; }

#responsiveHeader {
  background-color: #120A0A !important; }

div#mainPage.trisportsMainPage {
  width: 100%; }

#mainPage {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  background: url("../../trisports/graphics/main-bg.jpg");
  background-size: cover;
  background-position: center center; }
  #mainPage > .inner {
    width: 960px;
    margin: 0 auto;
    padding: 20px 30px 30px 30px;
    background: #fbfbf7; }
  #mainPage .promo > h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #0b2f84;
    font-size: 22px;
    line-height: 40px; }

#userLoginInset {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 960px;
  z-index: 5; }
  #userLoginInset a {
    color: #eee;
    font-size: 12px; }
  #userLoginInset div.link {
    color: #fafafa;
    display: inline-block;
    margin: 12px 0 0 20px; }
  #userLoginInset div.link, #userLoginInset a {
    font-size: 1em; }
  #userLoginInset #signInLink, #userLoginInset #signInLink span {
    background: transparent !important;
    display: auto;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: inherit;
    font-weight: inherit; }
  #userLoginInset .button, #userLoginInset .logoutLink, #userLoginInset.notSignedIn #signInLink {
    background: transparent !important;
    color: #fafafa;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 15px;
    font-size: 1em; }
    #userLoginInset .button:hover, #userLoginInset .logoutLink:hover, #userLoginInset.notSignedIn #signInLink:hover {
      box-shadow: none;
      text-decoration: none; }
  #userLoginInset.signedIn {
    color: #fafafa;
    font-size: 1em;
    font-weight: 600; }
    #userLoginInset.signedIn:hover {
      box-shadow: none;
      text-decoration: none; }
  #userLoginInset.notSignedIn #signInLink {
    font-size: 1em; }

div#footer {
  background: #120A0A;
  min-height: 300px;
  margin-top: -25px; }
  div#footer div.inner div.newsletterRow {
    background: #333;
    padding: 20px 0;
    text-align: center;
    margin: 25px auto 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    div#footer div.inner div.newsletterRow h4 {
      font-size: 24px;
      float: left;
      color: #fff;
      margin-right: 5%;
      line-height: 35px;
      margin-left: 10%;
      min-width: 300px; }
    div#footer div.inner div.newsletterRow form#bulkMailSubscribeForm {
      min-width: 500px; }
      div#footer div.inner div.newsletterRow form#bulkMailSubscribeForm input.text {
        width: 320px;
        font-size: 14px;
        border: 1px solid #bbb;
        padding: 6px 10px; }
      div#footer div.inner div.newsletterRow form#bulkMailSubscribeForm .btn-sm {
        font-size: 16px;
        padding: 7px 16px;
        margin-top: -3px;
        margin-left: -5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-radius: 0;
        background: #0b2f84; }
        div#footer div.inner div.newsletterRow form#bulkMailSubscribeForm .btn-sm:hover {
          background: #120A0A; }
  div#footer div.inner div.logoMenuRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    padding-top: 20px; }
    div#footer div.inner div.logoMenuRow .footerColumn {
      padding: 0 30px; }
      div#footer div.inner div.logoMenuRow .footerColumn, div#footer div.inner div.logoMenuRow .footerColumn div, div#footer div.inner div.logoMenuRow .footerColumn li, div#footer div.inner div.logoMenuRow .footerColumn p, div#footer div.inner div.logoMenuRow .footerColumn a, div#footer div.inner div.logoMenuRow .footerColumn h4 {
        color: #DDD; }
      div#footer div.inner div.logoMenuRow .footerColumn h4 {
        margin-bottom: 24px;
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'Nunito Sans', 'Montserrat', 'Source Code Pro', Helvetica, Arial, sans-serif; }
      div#footer div.inner div.logoMenuRow .footerColumn.footerColumn.menu li {
        line-height: 16px;
        font-size: 1.1em;
        margin-bottom: 15px; }
        div#footer div.inner div.logoMenuRow .footerColumn.footerColumn.menu li a {
          font-family: 'Nunito Sans', 'Montserrat', 'Source Code Pro', Helvetica, Arial, sans-serif;
          color: #bbb;
          font-size: 1.1em; }
      div#footer div.inner div.logoMenuRow .footerColumn a.logoImage img {
        max-width: 200px;
        width: 190px;
        padding: 20px; }
      div#footer div.inner div.logoMenuRow .footerColumn ul.contactInfo {
        color: #bbb;
        float: left; }
        div#footer div.inner div.logoMenuRow .footerColumn ul.contactInfo li, div#footer div.inner div.logoMenuRow .footerColumn ul.contactInfo li p, div#footer div.inner div.logoMenuRow .footerColumn ul.contactInfo li a {
          font-family: 'Nunito Sans', 'Montserrat', 'Source Code Pro', Helvetica, Arial, sans-serif;
          color: #bbb;
          font-size: 1.1em; }
        div#footer div.inner div.logoMenuRow .footerColumn ul.contactInfo li {
          margin-bottom: 7px; }
  div#footer div.inner .smallPrint {
    position: relative;
    padding-bottom: 40px;
    margin-top: 26px;
    text-align: right;
    right: 15%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    div#footer div.inner .smallPrint div, div#footer div.inner .smallPrint p, div#footer div.inner .smallPrint a {
      color: #bbb; }
    div#footer div.inner .smallPrint .divider {
      padding: 0 6px; }
    div#footer div.inner .smallPrint .terms {
      max-width: 180px; }
    div#footer div.inner .smallPrint .poweredBy, div#footer div.inner .smallPrint .terms {
      display: flex;
      justify-content: flex-end; }
      div#footer div.inner .smallPrint .poweredBy a, div#footer div.inner .smallPrint .poweredBy p, div#footer div.inner .smallPrint .terms a, div#footer div.inner .smallPrint .terms p {
        font-family: 'Nunito Sans', 'Montserrat', 'Source Code Pro', Helvetica, Arial, sans-serif; }
      div#footer div.inner .smallPrint .poweredBy a:hover, div#footer div.inner .smallPrint .terms a:hover {
        text-decoration: none; }

.videoRow {
  margin-bottom: 20px; }
  .videoRow .video {
    float: left;
    width: 550px; }
    .videoRow .video h4 {
      padding-left: 48px;
      position: relative; }
      .videoRow .video h4 span {
        display: inline-block;
        position: absolute;
        top: 11px;
        left: 0;
        width: 29px;
        height: 21px;
        background: url(../../trisports/graphics/icon-video-white.png) no-repeat 0 0; }
    .videoRow .video .inner {
      margin-top: 20px; }
  .videoRow .rainout {
    float: left;
    width: 390px;
    margin-left: 20px;
    margin-top: 20px; }
    .videoRow .rainout h4 {
      position: relative;
      padding: 10px 20px 10px 58px;
      font-size: 14px;
      font-weight: 500;
      color: #eee;
      background: url(../../trisports/graphics/background-bar-blue.jpg) repeat-x 0 0;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
      .videoRow .rainout h4 span {
        display: inline-block;
        position: absolute;
        top: 8px;
        left: 20px;
        width: 29px;
        height: 21px;
        background: url(../../trisports/graphics/icon-weather.png) no-repeat 0 0; }
    .videoRow .rainout iframe {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      height: 276px !important; }

.imageLinks {
  width: 43%;
  float: right; }
  .imageLinks li {
    display: inline-block;
    width: 32%;
    margin-right: 0px;
    margin-bottom: 15px;
    height: 280px; }
    .imageLinks li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      .imageLinks li a h4 {
        position: absolute;
        color: #fff;
        top: 10px;
        left: 8px;
        background: none;
        z-index: 999;
        max-width: 85%; }
      .imageLinks li a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .imageLinks h5 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
    width: 100%; }
  .imageLinks:hover h5 {
    text-decoration: none; }

.slider-wrap {
  float: left;
  max-width: 55%;
  height: 280px; }
  .slider-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.staticRow .static {
  width: 28%;
  float: left;
  margin-right: 2%; }
  .staticRow .static .inner {
    padding: 0; }
  .staticRow .static.two {
    width: 100%;
    padding: 25px 0; }
  .staticRow .static img {
    max-width: 100%; }

.sponsorsRow {
  padding-top: 25px; }
  .sponsorsRow h5 {
    margin-bottom: 10px; }
  .sponsorsRow .fieldSponsors {
    width: 30%;
    display: inline-block;
    margin-right: 1%; }
    .sponsorsRow .fieldSponsors li .themeAd img {
      height: 60px;
      margin-bottom: 20px;
      margin-left: 0; }
  .sponsorsRow .teamSponsors {
    width: 68%;
    display: inline-block;
    vertical-align: top; }
    .sponsorsRow .teamSponsors li {
      display: inline-block;
      margin: 20px 35px 20px 0; }
      .sponsorsRow .teamSponsors li .themeAd img {
        max-height: 60px;
        max-width: 150px; }

.sportTitle {
  display: none; }

#pageContainer {
  float: left;
  width: 100%;
  margin-right: 19px;
  background: #fbfbf7; }
  #pageContainer .formSection {
    background: #fbfbf7; }

#sidebar {
  float: left;
  width: 144px; }
  #sidebar img {
    max-width: 100%; }

.one-one-one {
  background: 0; }

.componentRow {
  border: 0; }

div.componentRow,
.siteContent {
  width: 98%; }

div.three div#component_1_1,
div.component.size_3 {
  width: 100%; }

#customPage_ChampionsWall .body table {
  width: 100%; }

#pageContainer .playerParticipation {
  height: 230px; }

#playerInvitePopup #playersToInviteColumn .inviteColumns span.teamPayer {
  width: 130px; }

#locationsPageContainer div#filters div#sportFilterBox span.svg {
  height: 33px; }
