big12sports.com
Open in
urlscan Pro
67.192.28.17
Public Scan
Submitted URL: http://big12sports.com/
Effective URL: https://big12sports.com/
Submission: On October 27 via manual from US — Scanned from DE
Effective URL: https://big12sports.com/
Submission: On October 27 via manual from US — Scanned from DE
Form analysis
1 forms found in the DOMName: form1 — POST /feature/
<form name="form1" method="post" action="/feature/" id="form1" data-airgap-id="48">
<div>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTg2MTY4NzM1NWRkdry+ON0WaAK0Fglk5sPKi43AMpfF7qMUWfNl/G4KKZc=">
</div>
<div>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="3B90F38E">
</div>
<!-- ko with: featurepage -->
<div class="featurepage-components" data-bind="htmlComponent: selectedComponents">
<navigation-component params="{ 'addDFP': false}">
<div class="navigation">
<!-- ko if: template === 'nav-1' -->
<header class="c-nav c-nav-1">
<div class="row">
<!-- ko if: sponsor.image != '' --><!-- /ko -->
<h1 class="c-nav__title" data-bind="text: navHeadline"></h1>
<nav data-bind="css: { 'open': isMenuOpen }">
<ul class="c-nav__level-1">
<!-- ko foreach: links -->
<li class="c-nav__item c-nav__item--level-1">
<!-- ko if: navMenuText != '' -->
<a class="c-nav__url c-nav__url--level-1" href="javascript:void(0);" data-bind="click: $parent.processLink, text: navMenuText">Back to Top</a>
<!-- /ko -->
<!-- ko if: navMenuText === '' --><!-- /ko -->
</li>
<!-- /ko -->
<!-- ko if: moreLinks().length > 0 --><!-- /ko -->
</ul>
<!-- ko if: sponsor.image != '' --><!-- /ko -->
</nav>
<button type="button" class="c-nav__toggle" aria-label="Toggle main navigation menu" data-bind="click: openMobileMenu, css: { 'open': isMenuOpen }">
<i class="sf-menu"></i>
</button>
<a class="c-nav__skip" data-bind="{ attr: { href: continue_url, target: (continueNewTab() ? '_blank' : '_self') } }" href="/index.aspx" target="_self"><span data-bind="text: continueText">Big12Sports.com</span><i class="icon-angle-right"></i></a>
</div>
</header>
<!-- /ko -->
</div>
<div data-bind="scopedStyle: { styles: custom_color_style, prefix: '.c-nav.c-nav-1'}" style="display: none;">
<style></style>
</div>
</navigation-component><custom-component class="dfp" params="{ id: 1418, 'addDFP': true}"><!-- ko if: template === 'custom-1' -->
<section class="c-custom c-custom--1 custom custom-scheme hasDFP"
data-bind="attr:{class:'c-custom c-custom--1 ' + colorScheme, id: navId }, css:{'hasBackground':custom.backgroundImage, 'custom-scheme':colorScheme == 'custom', 'hasDFP': showDFP}" id="custom-1418">
<!-- ko if: custom.backgroundImage != '' --><!-- /ko -->
<!-- ko ifnot: custom.backgroundImage != '' -->
<div data-bind="css: {'default-background': true, 'default-color': !custom_color_style }" class="default-background"></div>
<!-- /ko -->
<div class="row">
<!-- ko if: sponsor.image != '' --><!-- /ko -->
<!-- ko if: custom.headline != '' || custom.subHeadline != '' -->
<div class="c-custom__header">
<div class="c-custom__headline" data-bind="text: custom.headline">Custom Hero</div>
<div class="c-custom__subHeadline" data-bind="text: custom.subHeadline"></div>
</div>
<!-- /ko -->
<div class="c-custom__content">
<div>
<div data-bind="html: custom.text, afterHtmlRender: function() {
bind_gallery_embed_componented($($element));
responsiveSidearmIframe($($element))
}"><!-- Preloads -->
<link href="https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@200;300;400;500;800&display=swap" rel="stylesheet" data-airgap-id="59">
<link href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" rel="stylesheet" data-airgap-id="60">
<link href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css" rel="stylesheet" data-airgap-id="61"><!-- End Preloads -->
<div class="hero">
<div class="hero__inner">
<div class="hero__logo"><img alt="Big 12 Championship" src="/images/2022/10/6/big12_championship_logo_generic.png" style="display: inline-block;" data-airgap-id="62"></div>
<div class="splash__links">
<div class="splash__links-item"><a class="btn" href="https://big12sports.com/feature/2023-cross-country-championship">Cross Country</a>
<p>October 28</p>
</div>
<div class="splash__links-item"><a class="btn" href="https://big12sports.com/feature/2023-soccer-championship">Soccer</a>
<p>Oct. 28 - Nov. 4</p>
</div>
</div>
</div>
<div class="hero__background">
<div class="hero__background-top"><img alt="" src="/images/2023/10/23/20231017WB00738_2.jpg" style="display: inline-block;" data-airgap-id="63"></div>
<div class="hero__background-right"><img alt="" src="/images/2023/10/25/20231017WB00752_2.jpg" style="display: inline-block;" data-airgap-id="64"></div>
<div class="hero__background-bottom"><img alt="" src="/images/2023/10/23/20231017WB00738_2.jpg" style="display: inline-block;" data-airgap-id="65"></div>
<div class="hero__background-left"><img alt="" src="/images/2023/10/23/20231017WB00738_2.jpg" style="display: inline-block;" data-airgap-id="66"></div>
</div>
</div>
<!--Footer Logo-->
<script>
require(['jquery', ], function($) {
$(function() {
$(".logos img:first-child").attr("src", "/images/2023/9/18/big_12_white.png");
});
});
</script><!--Not-Top-->
<script>
let scrollpos = window.scrollY;
const html = document.querySelector("html");
const add_class_on_scroll = () => html.classList.add("not-top");
const remove_class_on_scroll = () => html.classList.remove("not-top");
window.addEventListener('scroll', function() {
scrollpos = window.scrollY;
if (scrollpos >= 400) {
add_class_on_scroll()
} else {
remove_class_on_scroll()
}
});
</script><!--Slick-->
<script>
require(['jquery', 'https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js'], function($) {
$(function() {
$(".teams__nav-slider").slick({
asNavFor: '.team__capsules-slider',
slidesToShow: 8,
centerMode: true,
centerPadding: '0px',
vertical: true,
verticalSwiping: true,
focusOnSelect: true,
arrows: false,
autoplay: false,
autoplaySpeed: 3000,
responsive: [{
breakpoint: 1225,
settings: {
slidesToShow: 7,
vertical: false,
verticalSwiping: false
}
}, {
breakpoint: 801,
settings: {
slidesToShow: 6,
vertical: false,
verticalSwiping: false
}
}, {
breakpoint: 601,
settings: {
slidesToShow: 5,
vertical: false,
verticalSwiping: false
}
}, {
breakpoint: 501,
settings: {
slidesToShow: 3,
vertical: false,
verticalSwiping: false
}
}]
});
$(".team__capsules-slider").slick({
asNavFor: '.teams__nav-slider',
arrows: false
});
});
});
</script><!--AOS-->
<script>
require(['jquery', 'aos'], function($, aos) {
aos.init();
if (!window.aos) {
window.aos = aos;
var prev_doc_height = $(document).height(),
doc_height_check_timeout = 0;
var doc_height_check = setInterval(function() {
var current_doc_height = $(document).height();
if (prev_doc_height !== current_doc_height) {
prev_doc_height = current_doc_height;
window.aos.refreshHard();
} else {
doc_height_check_timeout++
}
if (doc_height_check_timeout > 40) {
clearInterval(doc_height_check);
}
}, 250);
} else {
window.aos.refreshHard();
}
});
</script><!--Rellax-->
<script>
require(['https://cdnjs.cloudflare.com/ajax/libs/rellax/1.12.1/rellax.min.js'], function(Rellax) {
var rellax = new Rellax('.scroll-item');
});
</script>
</div>
</div>
</div>
</div>
<!-- ko if: showDFP -->
<div class="dfp-container">
<dfp-component params="{
sizes: window.dfp_network_code ? [
{ breakpoint: 970, dimensions: { width: 970, height: 66 }, unitName: 'featurepage1' },
{ breakpoint: 728, dimensions: { width: 728, height: 90 }, unitName: 'featurepage1' },
{ breakpoint: 0, dimensions: { width: 320, height: 50 }, unitName: 'featurepage1' }
] : [
{ breakpoint: 800, enabled: false },
{ breakpoint: 728, dimensions: { width: 728, height: 90 }, unitName: 'sidearmextended/adaptive-1' },
{ breakpoint: 0, dimensions: { width: 320, height: 50 }, unitName: 'sidearmextended/adaptive-1' }
]
}">
<div class="dfp-ad" data-bind="attr: { id: id }, style: { width: width() + 'px', height: height() + 'px' }, afterBind: { callback: renderAd, foreach: data }" id="dfp-16cb4" style="width: 970px; height: 66px;"
data-google-query-id="CMv454rCloIDFfqd_QcdlHQDtA">
<div id="google_ads_iframe_/21708449227/BIG12CON_1__container__" style="border: 0pt none;"><iframe id="google_ads_iframe_/21708449227/BIG12CON_1" name="google_ads_iframe_/21708449227/BIG12CON_1" title="3rd party ad content" width="970"
height="66" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" role="region" aria-label="Advertisement" tabindex="0" data-load-complete="true" data-google-container-id="2"
style="border: 0px; vertical-align: bottom;"></iframe></div>
</div>
</dfp-component>
</div>
<!-- /ko -->
</section>
<!-- /ko -->
<!-- ko if: template === 'custom-2' --><!-- /ko -->
<!-- ko if: template === 'custom-3' --><!-- /ko -->
<!-- ko if: template === 'custom-4' --><!-- /ko -->
<!--ko if: colorScheme === 'custom'-->
<div data-bind="scopedStyle: { styles: custom_color_style, prefix: '#' + navId + ' .default-background::before, #' + navId + ' .component-background::before'}" style="display: none;">
<style>
#custom-1418 .default-background::before {
background-color: rgba(0, 0, 0, 0);
color: #fff;
}
#custom-1418 .default-background::before h1,
#custom-1418 .default-background::before .c-custom__headline {
color: #fff;
}
#custom-1418 .default-background::before h2,
#custom-1418 .default-background::before .c-custom__subHeadline {
color: #ffffff;
}
{
background-color: rgba(0, 0, 0, 0);
color: #fff;
}
h1,
.c-custom__headline {
color: #fff;
}
h2,
.c-custom__subHeadline {
color: #ffffff;
}
#custom-1418 .component-background::before {
background-color: rgba(0, 0, 0, 0);
color: #fff;
}
#custom-1418 .component-background::before h1,
#custom-1418 .component-background::before .c-custom__headline {
color: #fff;
}
#custom-1418 .component-background::before h2,
#custom-1418 .component-background::before .c-custom__subHeadline {
color: #ffffff;
}
{
background-color: rgba(0, 0, 0, 0);
color: #fff;
}
h1,
.c-custom__headline {
color: #fff;
}
h2,
.c-custom__subHeadline {
color: #ffffff;
}
</style>
</div>
<!-- /ko -->
<div data-bind="scopedStyle: { styles: custom.custom_styles, prefix: '#'+ navId}" style="display: none;">
<style>
#custom-1418 html {
scroll-behavior: smooth;
scroll-padding-top: 70px !important;
-webkit-text-size-adjust: 100%;
}
/*** Feature Page Overrides ***/
.c-custom {
display: block;
padding: 0 !important;
z-index: 2;
}
#custom-1418 .c-custom .default-background {
background: #000;
}
#custom-1418 .c-custom__header {
display: none;
}
#custom-1418 .featurepage-components .row {
max-width: 100%;
margin: 0;
padding: 0;
}
#custom-1418 section.hasDFP {
padding: 0 !important;
}
#custom-1418 .featurepage-components .dfp-container,
#custom-1418 .featurepage-components .dfp-ad,
#custom-1418 .featurepage-footer .dfp-ad {
display: none;
}
/*** Nav ***/
.c-nav.c-nav-1 {
background: #000;
padding: 0 24px;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
position: fixed;
}
#custom-1418 .c-nav__skip {
bottom: auto;
right: auto;
left: 0;
top: 50%;
transform: translateY(-50%);
background: transparent;
font-size: 0 !important;
height: 50px;
width: 70px;
padding: 0;
}
#custom-1418 .c-nav__skip:before,
#custom-1418 .icon-angle-right {
display: none;
}
#custom-1418 .c-nav__skip:after {
content: '';
background-image: url(/images/2023/9/18/big_12_white.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
border: none;
}
#custom-1418 .c-nav__toggle {
display: block;
margin: 0;
position: absolute;
right: 0;
top: -100px;
opacity: 0;
transition: all 0.25s ease-in-out;
display: none;
}
#custom-1418 html.not-top .c-nav__toggle {
top: 50%;
transform: translateY(-50%);
opacity: 1;
}
#custom-1418 .c-nav__toggle i {
color: #FFF;
font-size: 36px;
}
#custom-1418 .sf-menu:before {
content: "\e110";
margin: 0;
}
#custom-1418 .c-nav__toggle.open i:before {
content: '\e078';
transform: rotate(270deg);
}
#custom-1418 .c-nav nav {
width: auto;
height: calc(100vh - 70px);
padding: 50px 41px 0;
background: linear-gradient(270deg, #custom-1418 rgba(0, 0, 0, .8) 41px, #custom-1418 rgba(0, 0, 0, 0.00) 100%);
position: fixed;
top: -100%;
left: auto;
right: 0;
opacity: 0;
transition: all 0.25s ease-in-out 0s;
}
#custom-1418 .c-nav nav:before {
content: '';
background: #FFF;
width: 1px;
height: 50px;
position: absolute;
top: 0;
right: 41px;
}
#custom-1418 .c-nav nav.open {
top: 70px;
opacity: 1;
}
#custom-1418 .c-nav nav ul.c-nav__level-1 {
flex-direction: column;
position: relative;
}
#custom-1418 .c-nav nav ul.c-nav__level-1:after {
content: '';
background: #FFF;
width: 1px;
height: calc(100vh - 70px);
position: absolute;
top: 100%;
right: 0;
}
#custom-1418 .c-nav nav ul li {
text-align: right !important;
padding: 0;
border: none;
}
#custom-1418 .c-nav nav ul li a {
font-family: 'Alumni Sans', #custom-1418 sans-serif;
font-weight: 300;
font-size: 21px;
line-height: 21px;
letter-spacing: .5px;
text-decoration: none;
margin: 8px 0;
padding: 4px 0;
display: inline-block;
position: relative;
transition: all 0.2s ease-in-out 0s;
}
#custom-1418 .c-nav nav ul li a:after {
content: '' !important;
background: #FF4438;
width: 0;
height: 1.5px;
position: absolute;
bottom: 0;
right: 0;
transition: all 0.2s ease-in-out 0s;
}
#custom-1418 .c-nav nav ul li a:hover,
#custom-1418 .c-nav nav ul li a:focus {
background: transparent;
}
#custom-1418 .c-nav nav ul li a:hover::after,
#custom-1418 .c-nav nav ul li a:focus::after {
width: 100%;
}
#custom-1418 .c-nav nav ul li.c-nav__item--more>a {
display: none;
}
#custom-1418 .c-nav nav ul li.c-nav__item--more ul {
position: relative;
top: auto;
width: auto;
left: auto;
background: inherit;
}
/*** Footer ***/
.featurepage-footer {
position: relative;
z-index: 1000;
filter: drop-shadow(0px -5px 25px rgba(0, 0, 0, 0.5));
}
#custom-1418 .featurepage-footer .logos img:first-child {
width: 125px;
margin: 18px 12px;
}
#custom-1418 .featurepage-footer .links a {
font-family: 'Alumni Sans', #custom-1418 sans-serif;
font-weight: 300;
font-size: 16px;
}
/*** Default Styles ***/
body {
font-family: 'Alumni Sans', #custom-1418 sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 24px;
letter-spacing: .5px;
color: #FFF;
}
#custom-1418 h1,
#custom-1418 h2,
#custom-1418 h3,
#custom-1418 h4 {
font-weight: 800;
text-align: center;
text-transform: uppercase;
margin: 0;
display: inline-block;
}
#custom-1418 h1 {
font-size: 72px;
line-height: 72px;
}
#custom-1418 h2 {
font-size: 48px;
line-height: 36px;
}
#custom-1418 h2 sup {
font-size: 21px;
line-height: 21px;
margin-right: 4px;
}
#custom-1418 h3 {
font-size: 36px;
line-height: 24px;
}
#custom-1418 h4 {
font-size: 24px;
line-height: 24px;
}
#custom-1418 p {
margin: 12px 0;
}
#custom-1418 p a,
#custom-1418 p a:visited {
font-weight: 700;
color: #FF4438 !important;
text-decoration: none;
transition: all 0.2s ease-in-out 0s;
}
#custom-1418 p a:hover,
#custom-1418 p a:focus {
color: #FFF !important;
text-decoration: underline;
}
#custom-1418 .btn {
display: inline-block;
font-size: 24px;
line-height: 24px;
color: #FFF !important;
text-decoration: none;
white-space: nowrap;
margin: 6px;
padding: 6px 12px;
background: rgba(0, 0, 0, .5);
border: 1px solid #FFF;
transition: all 0.2s ease-in-out 0s;
}
#custom-1418 .btn:hover,
#custom-1418 .btn:focus {
color: #000 !important;
background: #FFF;
}
/*** Animations ***/
@keyframes sway-reverse {
0% {
transform: rotateY(0);
}
25% {
transform: rotateY(8deg);
}
50% {
transform: rotateY(0);
}
75% {
transform: rotateY(-8deg);
}
100% {
transform: rotateY(0);
}
}
@keyframes wobble {
16.65% {
transform: translateY(6px) translateX(-50%);
}
33.3% {
transform: translateY(-5px) translateX(-50%);
}
49.95% {
transform: translateY(4px) translateX(-50%);
}
66.6% {
transform: translateY(-2px) translateX(-50%);
}
83.25% {
transform: translateY(1px) translateX(-50%);
}
100% {
transform: translateY(0) translateX(-50%);
}
}
/*** Hero ***/
.hero {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
width: 100%;
overflow: hidden;
position: relative;
}
#custom-1418 .hero:after {
content: '';
background: linear-gradient(180deg, #custom-1418 rgba(0, 0, 0, 0.0) 85%, #000 100%);
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
}
#custom-1418 .hero__inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
margin-top: 70px;
padding: 24px;
z-index: 1;
}
#custom-1418 .hero__logo {
max-width: 400px;
perspective: 250px;
filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
z-index: 1;
}
#custom-1418 .hero__logo img {
transform-style: preserve-3d;
animation: sway-reverse 3s linear infinite;
}
#custom-1418 .splash__links {
margin: 36px 0;
display: flex;
justify-content: center;
text-align: center;
flex-wrap: wrap;
}
#custom-1418 .splash__links-item {
margin: 0 12px;
}
#custom-1418 .hero__title {
display: flex;
flex-direction: column;
margin-top: 24px;
}
#custom-1418 .hero__title h2 {
padding-bottom: 6px;
border-bottom: 4px solid #FF4438;
}
#custom-1418 .hero__details {
font-size: 21px;
line-height: 24px;
margin-top: 6px;
}
#custom-1418 .hero .section__links {
margin-top: 36px;
}
#custom-1418 .hero__background {
filter: grayscale(1);
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
pointer-events: none;
}
#custom-1418 .hero__background:before {
content: '';
background-image: url(/images/2023/9/18/grid_masked.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#custom-1418 .hero__background-top {
filter: blur(15px);
opacity: .085;
width: 100%;
padding-bottom: 56.25%;
position: absolute;
bottom: 50%;
left: 50%;
transform: translateX(-50%) scaleY(-1);
}
#custom-1418 .hero__background-right {
filter: blur(1.5px);
opacity: .225;
width: 100%;
padding-bottom: 56.25%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) scaleX(-1);
clip-path: polygon(47.5% 0, 100% 42.5%, 100% 59.5%, 47.5% 100%);
}
#custom-1418 .hero__background-bottom {
filter: blur(15px);
opacity: .175;
width: 100%;
padding-bottom: 56.25%;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%);
}
#custom-1418 .hero__background-left {
opacity: .275;
width: 100%;
padding-bottom: 56.25%;
position: absolute;
top: 50%;
right: 50%;
transform: translateY(-50%);
clip-path: polygon(47.5% 0, 100% 42.5%, 100% 59.5%, 47.5% 100%);
}
#custom-1418 .hero__background-left:after,
#custom-1418 .hero__background-right:after {
content: '';
background: linear-gradient(345deg, #custom-1418 rgba(0, 0, 0, 0.5) 25%, #custom-1418 rgba(0, 0, 0, 0.00) 30%),
#custom-1418 linear-gradient(200deg, #custom-1418 rgba(0, 0, 0, 0.5) 25%, #custom-1418 rgba(0, 0, 0, 0.00) 30%),
#custom-1418 linear-gradient(270deg, #000 0, #custom-1418 rgba(0, 0, 0, 0.00) 20%);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
#custom-1418 .hero__background-top img,
#custom-1418 .hero__background-right img,
#custom-1418 .hero__background-bottom img,
#custom-1418 .hero__background-left img,
#custom-1418 video {
object-fit: cover;
width: 100%;
height: 100%;
}
#custom-1418 .hero__background-left video,
#custom-1418 .hero__background-right video,
#custom-1418 .hero__background-left img,
#custom-1418 .hero__background-right img {
position: absolute;
top: 50%;
left: 60%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
#custom-1418 .scroll__down {
font-size: 0;
margin-top: 36px;
position: relative;
}
#custom-1418 .scroll__down:after {
content: '\e008';
font-family: 'sidearm_font_v2';
font-size: 24px;
color: #FFF;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
animation: wobble 2s ease-in-out 0s infinite;
}
/*** Sections ***/
.section {
position: relative;
width: 100%;
overflow: hidden;
}
#custom-1418 .section__title {
margin-bottom: 12px;
}
#custom-1418 .section__title h1 {
border-bottom: 4px solid #FF4438;
}
#custom-1418 .section__subtitle {
text-align: center;
margin: 12px 0;
}
#custom-1418 .secondary__header {
font-size: 24px;
line-height: 18px;
margin: 6px 0;
}
#custom-1418 .section__inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 120px 0;
padding: 0 24px;
}
#custom-1418 .section__center {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex: 0 0 300px;
width: 300px;
margin: 0 -50px;
filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .75));
z-index: 3;
overflow: visible;
}
#custom-1418 .section__columns {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 100%;
margin: 24px 0;
}
#custom-1418 .section__columns-column {
display: flex;
flex-direction: column;
align-items: center;
max-width: 600px;
margin: 0 12px;
}
#custom-1418 .section__table {
font-family: 'Alumni Sans', #custom-1418 sans-serif;
font-weight: 200;
width: 100%;
margin-bottom: 24px;
}
#custom-1418 .section__table-row {
display: flex;
align-items: center;
justify-content: space-between;
height: 70px;
padding: 9px 0;
border-bottom: 1px solid #FFF;
transition: all 0.2s ease-in-out 0s;
}
#custom-1418 .section__table-row-primary {
display: flex;
align-items: center;
justify-content: flex-start;
width: 60%;
}
#custom-1418 .section__table-text1 {
font-size: 24px;
line-height: 24px;
letter-spacing: 0;
padding: 0 12px;
white-space: nowrap;
transition: all 0.2s ease-in-out 0s;
}
#custom-1418 .section__table-text2 {
font-weight: 800;
font-size: 48px;
line-height: 48px;
text-transform: uppercase;
text-align: center;
width: 120px;
padding: 0 12px;
white-space: nowrap;
transition: all 0.2s ease-in-out 0s;
}
#custom-1418 .section__table-text3 {
font-size: 30px;
line-height: 30px;
letter-spacing: 0;
padding: 0 12px;
transition: all 0.2s ease-in-out 0s;
}
#custom-1418 .section__table-network {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 0;
position: relative;
}
#custom-1418 .section__table-links {
letter-spacing: .5px;
padding: 0 12px;
text-align: center;
}
#custom-1418 .section__table-links a {
font-weight: 400;
font-size: 19px;
line-height: 19px;
color: #FFF;
text-decoration: none;
transition: all 0.2s ease-in-out 0s;
}
#custom-1418 .section__table-links a:hover,
#custom-1418 .section__table-links a:focus {
color: #FF4438 !important;
text-decoration: underline;
}
#custom-1418 .section__table-row:hover,
#custom-1418 .section__table-row:focus {
background: #FFF;
}
#custom-1418 .section__table-row:hover .section__table-text1,
#custom-1418 .section__table-row:focus .section__table-text1 {
color: #000;
}
#custom-1418 .section__table-row:hover .section__table-text2,
#custom-1418 .section__table-row:focus .section__table-text2 {
color: #FF4438;
}
#custom-1418 .section__table-row:hover .section__table-text3,
#custom-1418 .section__table-row:focus .section__table-text3 {
color: #000;
}
#custom-1418 .section__table-row:hover .section__table-links,
#custom-1418 .section__table-row:focus .section__table-links {
color: #000;
}
#custom-1418 .section__table-row:hover .section__table-links a,
#custom-1418 .section__table-row:focus .section__table-links a {
color: #000;
}
#custom-1418 .section__links {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin: 24px 0;
}
#custom-1418 .background__logo {
width: 100%;
max-width: 900px;
opacity: .125;
position: absolute;
left: -100px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
z-index: -1;
}
/*** Lines ***/
.side__line {
background: #FFF;
width: 1px;
position: absolute;
}
#custom-1418 .side__line.right {
right: 41px;
}
#custom-1418 .side__line.left {
left: 58px;
}
#custom-1418 .top__line {
position: relative;
width: 150px;
height: 70px;
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
left: -75px;
margin-bottom: 12px;
overflow: hidden;
}
#custom-1418 .bottom__line {
position: relative;
width: 150px;
height: 70px;
border-bottom: 1px solid #FFF;
border-left: 1px solid #FFF;
right: -75px;
margin-top: 12px;
overflow: hidden;
}
/*** Media Queries ***/
@media(max-width: 1440px) {
#custom-1418 .hero__background-left,
#custom-1418 #custom-1418 .hero__background-right {
clip-path: polygon(48.5% 0, 100% 41.5%, 100% 60.5%, 48.5% 100%);
}
}
@media(max-width: 1224px) {
#custom-1418 .hero__background:before {
top: calc(50% - 70px);
}
#custom-1418 #custom-1418 .hero__background-left,
#custom-1418 #custom-1418 .hero__background-right {
clip-path: polygon(50% 0, 100% 32%, 100% 55%, 40% 100%);
}
}
@media(max-width: 1023px) {
.c-nav__toggle {
top: 50%;
transform: translateY(-50%);
opacity: 1;
}
#custom-1418 .c-nav nav {
transform: none;
overflow-y: clip;
}
#custom-1418 #custom-1418 .hero__sidebar {
display: none;
}
#custom-1418 #custom-1418 .hero__background-left,
#custom-1418 #custom-1418 .hero__background-right {
clip-path: polygon(50% 0, 100% 25%, 100% 55%, 44% 100%);
}
}
@media(max-width: 767px) {
.c-nav nav {
width: 300px;
background: linear-gradient(270deg, #custom-1418 rgba(0, 0, 0, .85) 100px, #custom-1418 rgba(0, 0, 0, 0.00) 100%);
}
#custom-1418 .section__columns-column {
margin: 0;
width: 100%;
}
#custom-1418 .section__table-text3 {
font-size: 27px;
}
#custom-1418 #custom-1418 .hero__logo {
max-width: 250px;
}
#custom-1418 #custom-1418 .hero__background:before {
top: 50%;
}
#custom-1418 #custom-1418 .hero__background-left {
width: 100%;
clip-path: none;
right: 0;
}
#custom-1418 #custom-1418 .hero__background-left video,
#custom-1418 #custom-1418 .hero__background-left img {
height: calc(100vh - 70px);
left: 50%;
}
#custom-1418 #custom-1418 .hero__background-left:after {
height: calc(100vh - 70px);
background: linear-gradient(rgba(0, 0, 0, 0.00) 75%, #000 100%);
}
#custom-1418 #custom-1418 .hero__background-top,
#custom-1418 #custom-1418 .hero__background-right,
#custom-1418 #custom-1418 .hero__background-bottom,
#custom-1418 #custom-1418 .hero__background-right:after {
display: none;
}
}
html {
scroll-behavior: smooth;
scroll-padding-top: 70px !important;
-webkit-text-size-adjust: 100%;
}
/*** Feature Page Overrides ***/
.c-custom {
display: block;
padding: 0 !important;
z-index: 2;
}
.c-custom .default-background {
background: #000;
}
.c-custom__header {
display: none;
}
.featurepage-components .row {
max-width: 100%;
margin: 0;
padding: 0;
}
section.hasDFP {
padding: 0 !important;
}
.featurepage-components .dfp-container,
.featurepage-components .dfp-ad,
.featurepage-footer .dfp-ad {
display: none;
}
/*** Nav ***/
.c-nav.c-nav-1 {
background: #000;
padding: 0 24px;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
position: fixed;
}
.c-nav__skip {
bottom: auto;
right: auto;
left: 0;
top: 50%;
transform: translateY(-50%);
background: transparent;
font-size: 0 !important;
height: 50px;
width: 70px;
padding: 0;
}
.c-nav__skip:before,
.icon-angle-right {
display: none;
}
.c-nav__skip:after {
content: '';
background-image: url(/images/2023/9/18/big_12_white.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
border: none;
}
.c-nav__toggle {
display: block;
margin: 0;
position: absolute;
right: 0;
top: -100px;
opacity: 0;
transition: all 0.25s ease-in-out;
display: none;
}
html.not-top .c-nav__toggle {
top: 50%;
transform: translateY(-50%);
opacity: 1;
}
.c-nav__toggle i {
color: #FFF;
font-size: 36px;
}
.sf-menu:before {
content: "\e110";
margin: 0;
}
.c-nav__toggle.open i:before {
content: '\e078';
transform: rotate(270deg);
}
.c-nav nav {
width: auto;
height: calc(100vh - 70px);
padding: 50px 41px 0;
background: linear-gradient(270deg, rgba(0, 0, 0, .8) 41px, rgba(0, 0, 0, 0.00) 100%);
position: fixed;
top: -100%;
left: auto;
right: 0;
opacity: 0;
transition: all 0.25s ease-in-out 0s;
}
.c-nav nav:before {
content: '';
background: #FFF;
width: 1px;
height: 50px;
position: absolute;
top: 0;
right: 41px;
}
.c-nav nav.open {
top: 70px;
opacity: 1;
}
.c-nav nav ul.c-nav__level-1 {
flex-direction: column;
position: relative;
}
.c-nav nav ul.c-nav__level-1:after {
content: '';
background: #FFF;
width: 1px;
height: calc(100vh - 70px);
position: absolute;
top: 100%;
right: 0;
}
.c-nav nav ul li {
text-align: right !important;
padding: 0;
border: none;
}
.c-nav nav ul li a {
font-family: 'Alumni Sans', sans-serif;
font-weight: 300;
font-size: 21px;
line-height: 21px;
letter-spacing: .5px;
text-decoration: none;
margin: 8px 0;
padding: 4px 0;
display: inline-block;
position: relative;
transition: all 0.2s ease-in-out 0s;
}
.c-nav nav ul li a:after {
content: '' !important;
background: #FF4438;
width: 0;
height: 1.5px;
position: absolute;
bottom: 0;
right: 0;
transition: all 0.2s ease-in-out 0s;
}
.c-nav nav ul li a:hover,
.c-nav nav ul li a:focus {
background: transparent;
}
.c-nav nav ul li a:hover::after,
.c-nav nav ul li a:focus::after {
width: 100%;
}
.c-nav nav ul li.c-nav__item--more>a {
display: none;
}
.c-nav nav ul li.c-nav__item--more ul {
position: relative;
top: auto;
width: auto;
left: auto;
background: inherit;
}
/*** Footer ***/
.featurepage-footer {
position: relative;
z-index: 1000;
filter: drop-shadow(0px -5px 25px rgba(0, 0, 0, 0.5));
}
.featurepage-footer .logos img:first-child {
width: 125px;
margin: 18px 12px;
}
.featurepage-footer .links a {
font-family: 'Alumni Sans', sans-serif;
font-weight: 300;
font-size: 16px;
}
/*** Default Styles ***/
body {
font-family: 'Alumni Sans', sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 24px;
letter-spacing: .5px;
color: #FFF;
}
h1,
h2,
h3,
h4 {
font-weight: 800;
text-align: center;
text-transform: uppercase;
margin: 0;
display: inline-block;
}
h1 {
font-size: 72px;
line-height: 72px;
}
h2 {
font-size: 48px;
line-height: 36px;
}
h2 sup {
font-size: 21px;
line-height: 21px;
margin-right: 4px;
}
h3 {
font-size: 36px;
line-height: 24px;
}
h4 {
font-size: 24px;
line-height: 24px;
}
p {
margin: 12px 0;
}
p a,
p a:visited {
font-weight: 700;
color: #FF4438 !important;
text-decoration: none;
transition: all 0.2s ease-in-out 0s;
}
p a:hover,
p a:focus {
color: #FFF !important;
text-decoration: underline;
}
.btn {
display: inline-block;
font-size: 24px;
line-height: 24px;
color: #FFF !important;
text-decoration: none;
white-space: nowrap;
margin: 6px;
padding: 6px 12px;
background: rgba(0, 0, 0, .5);
border: 1px solid #FFF;
transition: all 0.2s ease-in-out 0s;
}
.btn:hover,
.btn:focus {
color: #000 !important;
background: #FFF;
}
/*** Animations ***/
@keyframes sway-reverse {
0% {
transform: rotateY(0);
}
25% {
transform: rotateY(8deg);
}
50% {
transform: rotateY(0);
}
75% {
transform: rotateY(-8deg);
}
100% {
transform: rotateY(0);
}
}
@keyframes wobble {
16.65% {
transform: translateY(6px) translateX(-50%);
}
33.3% {
transform: translateY(-5px) translateX(-50%);
}
49.95% {
transform: translateY(4px) translateX(-50%);
}
66.6% {
transform: translateY(-2px) translateX(-50%);
}
83.25% {
transform: translateY(1px) translateX(-50%);
}
100% {
transform: translateY(0) translateX(-50%);
}
}
/*** Hero ***/
.hero {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
width: 100%;
overflow: hidden;
position: relative;
}
.hero:after {
content: '';
background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 85%, #000 100%);
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.hero__inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
margin-top: 70px;
padding: 24px;
z-index: 1;
}
.hero__logo {
max-width: 400px;
perspective: 250px;
filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
z-index: 1;
}
.hero__logo img {
transform-style: preserve-3d;
animation: sway-reverse 3s linear infinite;
}
.splash__links {
margin: 36px 0;
display: flex;
justify-content: center;
text-align: center;
flex-wrap: wrap;
}
.splash__links-item {
margin: 0 12px;
}
.hero__title {
display: flex;
flex-direction: column;
margin-top: 24px;
}
.hero__title h2 {
padding-bottom: 6px;
border-bottom: 4px solid #FF4438;
}
.hero__details {
font-size: 21px;
line-height: 24px;
margin-top: 6px;
}
.hero .section__links {
margin-top: 36px;
}
.hero__background {
filter: grayscale(1);
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
pointer-events: none;
}
.hero__background:before {
content: '';
background-image: url(/images/2023/9/18/grid_masked.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.hero__background-top {
filter: blur(15px);
opacity: .085;
width: 100%;
padding-bottom: 56.25%;
position: absolute;
bottom: 50%;
left: 50%;
transform: translateX(-50%) scaleY(-1);
}
.hero__background-right {
filter: blur(1.5px);
opacity: .225;
width: 100%;
padding-bottom: 56.25%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) scaleX(-1);
clip-path: polygon(47.5% 0, 100% 42.5%, 100% 59.5%, 47.5% 100%);
}
.hero__background-bottom {
filter: blur(15px);
opacity: .175;
width: 100%;
padding-bottom: 56.25%;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%);
}
.hero__background-left {
opacity: .275;
width: 100%;
padding-bottom: 56.25%;
position: absolute;
top: 50%;
right: 50%;
transform: translateY(-50%);
clip-path: polygon(47.5% 0, 100% 42.5%, 100% 59.5%, 47.5% 100%);
}
.hero__background-left:after,
.hero__background-right:after {
content: '';
background: linear-gradient(345deg, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.00) 30%),
linear-gradient(200deg, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.00) 30%),
linear-gradient(270deg, #000 0, rgba(0, 0, 0, 0.00) 20%);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.hero__background-top img,
.hero__background-right img,
.hero__background-bottom img,
.hero__background-left img,
video {
object-fit: cover;
width: 100%;
height: 100%;
}
.hero__background-left video,
.hero__background-right video,
.hero__background-left img,
.hero__background-right img {
position: absolute;
top: 50%;
left: 60%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
}
.scroll__down {
font-size: 0;
margin-top: 36px;
position: relative;
}
.scroll__down:after {
content: '\e008';
font-family: 'sidearm_font_v2';
font-size: 24px;
color: #FFF;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
animation: wobble 2s ease-in-out 0s infinite;
}
/*** Sections ***/
.section {
position: relative;
width: 100%;
overflow: hidden;
}
.section__title {
margin-bottom: 12px;
}
.section__title h1 {
border-bottom: 4px solid #FF4438;
}
.section__subtitle {
text-align: center;
margin: 12px 0;
}
.secondary__header {
font-size: 24px;
line-height: 18px;
margin: 6px 0;
}
.section__inner {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 120px 0;
padding: 0 24px;
}
.section__center {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex: 0 0 300px;
width: 300px;
margin: 0 -50px;
filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .75));
z-index: 3;
overflow: visible;
}
.section__columns {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 100%;
margin: 24px 0;
}
.section__columns-column {
display: flex;
flex-direction: column;
align-items: center;
max-width: 600px;
margin: 0 12px;
}
.section__table {
font-family: 'Alumni Sans', sans-serif;
font-weight: 200;
width: 100%;
margin-bottom: 24px;
}
.section__table-row {
display: flex;
align-items: center;
justify-content: space-between;
height: 70px;
padding: 9px 0;
border-bottom: 1px solid #FFF;
transition: all 0.2s ease-in-out 0s;
}
.section__table-row-primary {
display: flex;
align-items: center;
justify-content: flex-start;
width: 60%;
}
.section__table-text1 {
font-size: 24px;
line-height: 24px;
letter-spacing: 0;
padding: 0 12px;
white-space: nowrap;
transition: all 0.2s ease-in-out 0s;
}
.section__table-text2 {
font-weight: 800;
font-size: 48px;
line-height: 48px;
text-transform: uppercase;
text-align: center;
width: 120px;
padding: 0 12px;
white-space: nowrap;
transition: all 0.2s ease-in-out 0s;
}
.section__table-text3 {
font-size: 30px;
line-height: 30px;
letter-spacing: 0;
padding: 0 12px;
transition: all 0.2s ease-in-out 0s;
}
.section__table-network {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 0;
position: relative;
}
.section__table-links {
letter-spacing: .5px;
padding: 0 12px;
text-align: center;
}
.section__table-links a {
font-weight: 400;
font-size: 19px;
line-height: 19px;
color: #FFF;
text-decoration: none;
transition: all 0.2s ease-in-out 0s;
}
.section__table-links a:hover,
.section__table-links a:focus {
color: #FF4438 !important;
text-decoration: underline;
}
.section__table-row:hover,
.section__table-row:focus {
background: #FFF;
}
.section__table-row:hover .section__table-text1,
.section__table-row:focus .section__table-text1 {
color: #000;
}
.section__table-row:hover .section__table-text2,
.section__table-row:focus .section__table-text2 {
color: #FF4438;
}
.section__table-row:hover .section__table-text3,
.section__table-row:focus .section__table-text3 {
color: #000;
}
.section__table-row:hover .section__table-links,
.section__table-row:focus .section__table-links {
color: #000;
}
.section__table-row:hover .section__table-links a,
.section__table-row:focus .section__table-links a {
color: #000;
}
.section__links {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin: 24px 0;
}
.background__logo {
width: 100%;
max-width: 900px;
opacity: .125;
position: absolute;
left: -100px;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
z-index: -1;
}
/*** Lines ***/
.side__line {
background: #FFF;
width: 1px;
position: absolute;
}
.side__line.right {
right: 41px;
}
.side__line.left {
left: 58px;
}
.top__line {
position: relative;
width: 150px;
height: 70px;
border-top: 1px solid #FFF;
border-right: 1px solid #FFF;
left: -75px;
margin-bottom: 12px;
overflow: hidden;
}
.bottom__line {
position: relative;
width: 150px;
height: 70px;
border-bottom: 1px solid #FFF;
border-left: 1px solid #FFF;
right: -75px;
margin-top: 12px;
overflow: hidden;
}
/*** Media Queries ***/
@media(max-width: 1440px) {
#custom-1418 .hero__background-left,
#custom-1418 .hero__background-right {
clip-path: polygon(48.5% 0, 100% 41.5%, 100% 60.5%, 48.5% 100%);
}
}
@media(max-width: 1224px) {
#custom-1418 .hero__background:before {
top: calc(50% - 70px);
}
#custom-1418 .hero__background-left,
#custom-1418 .hero__background-right {
clip-path: polygon(50% 0, 100% 32%, 100% 55%, 40% 100%);
}
}
@media(max-width: 1023px) {
.c-nav__toggle {
top: 50%;
transform: translateY(-50%);
opacity: 1;
}
.c-nav nav {
transform: none;
overflow-y: clip;
}
#custom-1418 .hero__sidebar {
display: none;
}
#custom-1418 .hero__background-left,
#custom-1418 .hero__background-right {
clip-path: polygon(50% 0, 100% 25%, 100% 55%, 44% 100%);
}
}
@media(max-width: 767px) {
.c-nav nav {
width: 300px;
background: linear-gradient(270deg, rgba(0, 0, 0, .85) 100px, rgba(0, 0, 0, 0.00) 100%);
}
.section__columns-column {
margin: 0;
width: 100%;
}
.section__table-text3 {
font-size: 27px;
}
#custom-1418 .hero__logo {
max-width: 250px;
}
#custom-1418 .hero__background:before {
top: 50%;
}
#custom-1418 .hero__background-left {
width: 100%;
clip-path: none;
right: 0;
}
#custom-1418 .hero__background-left video,
#custom-1418 .hero__background-left img {
height: calc(100vh - 70px);
left: 50%;
}
#custom-1418 .hero__background-left:after {
height: calc(100vh - 70px);
background: linear-gradient(rgba(0, 0, 0, 0.00) 75%, #000 100%);
}
#custom-1418 .hero__background-top,
#custom-1418 .hero__background-right,
#custom-1418 .hero__background-bottom,
#custom-1418 .hero__background-right:after {
display: none;
}
}
</style>
</div>
</custom-component>
</div>
<!-- /ko -->
<footer class="featurepage-footer">
<div class="dfp-ad">
<dfp-component params="{
sizes: window.dfp_network_code ? [
{ breakpoint: 970, dimensions: { width: 970, height: 66 }, unitName: 'featurepage1' },
{ breakpoint: 728, dimensions: { width: 728, height: 90 }, unitName: 'featurepage1' },
{ breakpoint: 0, dimensions: { width: 320, height: 50 }, unitName: 'featurepage1' }
] : [
{ breakpoint: 800, enabled: false },
{ breakpoint: 728, dimensions: { width: 728, height: 90 }, unitName: 'sidearmextended/adaptive-2' },
{ breakpoint: 0, dimensions: { width: 320, height: 50 }, unitName: 'sidearmextended/adaptive-2' }
]
}">
<div class="dfp-ad" data-bind="attr: { id: id }, style: { width: width() + 'px', height: height() + 'px' }, afterBind: { callback: renderAd, foreach: data }" id="dfp-1fb1d" style="width: 970px; height: 66px;"
data-google-query-id="CNKJ6IrCloIDFaNO5Qod3RUHFA">
<div id="google_ads_iframe_/21708449227/BIG12CON_0__container__" style="border: 0pt none; width: 970px; height: 0px;"></div>
</div>
</dfp-component>
</div>
<div class="logos">
<img src="/images/2023/9/18/big_12_white.png" alt="Big 12" data-airgap-id="49">
<img width="240px" src="https://images.sidearmsports.com/logos.sidearmsports.com/footer_logos/sidearm/sidearm_powered-by_horizontal_white-orange.svg" alt="SIDEARM Sports" data-airgap-id="50">
</div>
<div class="links">
<ul>
<li><a target="_blank" href="//www.sidearmsports.com/privacypolicy/">Privacy Policy</a></li>
<li><a target="_blank" href="//www.sidearmsports.com/terms-of-service/">Terms of Service</a></li>
</ul>
</div>
</footer>
<script>
require(["config"], function() {
require(["jquery"], function() {
var featureSocial = setInterval(function() {
//See if the some element inside the foreach exist yet
if ($('.c-social .c-social__item--twitter').length) {
clearInterval(featureSocial);
$('.c-social').on("click", ".c-social__item--twitter .c-social__modal-close", function() {
$(this).parents('.c-social__item--twitter').toggleClass("c-social__item--open");
});
$('.c-social').on("click", ".c-social__item--twitter .c-social__photo-toggle", function() {
$(this).parents('.c-social__item--twitter').toggleClass("c-social__item--open");
});
}
}, 100);
});
});
</script>
<script type="text/javascript">
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o), m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-148168033-7', 'auto', 'tracker0');
ga('create', 'UA-8562399-11', 'auto', 'tracker1');
location.search.indexOf('dontSendPageview=1') > -1 || ga('tracker0.send', 'pageview', '/feature/championships-multiple');
location.search.indexOf('dontSendPageview=1') > -1 || ga('tracker1.send', 'pageview', '/feature/championships-multiple');
</script>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', '');
</script><iframe src="https://55b2838cf72234327500d56d7b2fd9aa.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" style="visibility: hidden; display: none;"></iframe>
<!-- End Google Tag Manager -->
</form>
Text Content
* Back to Top Big12Sports.com Custom Hero Cross Country October 28 Soccer Oct. 28 - Nov. 4 * Privacy Policy * Terms of Service