/*
Theme Name: Home Campus Conference Site
Theme URI: https://www.homecampus.com//
Author: Home Campus
Author URI: https://www.homecampus.com/
Description: A custom theme for the Home Campus Conference site.
Version: 3.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: home-campus-conference-site
*/


html, body {
  overflow-x: hidden !important;
}
ul.social-icons  li a img {
    height: 16px;
}

.owl-prev {
  margin-left: -57px !important;
}
.owl-next {
  margin-right: -5px !important;
}

.owl-nav {
    text-align:center;
}
.owl-nav button {
    font-size: 20px !important;
}
.circle-wrapper {
    width: 65px;
    height: 65px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    padding: 5px;
}
.schools {
    padding-top: 5px;
    padding-bottom: 5px;
}
.item {
    padding: 10px;
}
.circle-wrapper img {
    max-width: 95% !important;
    width: 95% !important;
    height: 95% !important;
    max-height: 95% !important;
    object-fit: contain;
}

#carouselExampleCaptions {
    height: 500px;
  }

  #carouselExampleCaptions .carousel-inner,
  #carouselExampleCaptions .carousel-item,
  #carouselExampleCaptions img {
    height: 100%;
  }

  #carouselExampleCaptions img {
    object-fit: cover;
    width: 100%;
  }


.carousel-inner {
  height: 500px;
}
@media (max-width: 768px) {
  .owl-dots {
    display: none;
  }
  #carouselExampleCaptions {
    height: auto !important;
  }
}
.owl-theme .owl-nav [class*=owl-] {
  background: none !important;
}

.article-slider .article {
  padding: 20px;
  text-align: center;
}

.article-slider .article-slide {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
.article-slider {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
  */

.article-slider img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.article-slider h3 {
  font-size: 1.5rem;
  margin: 15px 0 5px;
  font-weight: bold;
}
.article-slider .date {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.article-slider .desc {
  color: #333;
  font-size: 1rem;
}

.article-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* dark transparent background */
  color: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
}

.article-content h3 {
  margin: 0 0 10px;
  font-size: 24px;
  color: #fff;
}

.article-content .date {
  font-size: 14px;
  margin-bottom: 5px;
  opacity: 0.8;
  color: #fff;
}

.article-content .desc {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
}
.fade-in {
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}

.fade-out {
  opacity: 1;
  animation: fadeOut 0.3s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@import url(https://fonts.googleapis.com/css?family=Domine:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table thead tr th {
    padding: 10px !important;
}
html {
    box-sizing: border-box
}

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

body {
    background: #fff
}

blockquote,
q {
    quotes: "" ""
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

hr {
    background-color: #000;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1em
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

table {
    margin: 0 0 1.5em 0;
    width: 100%
}

body,
button,
input,
select,
textarea {
    color: #777;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #333;
    line-height: normal;
    margin-top: 0
}

p {
    margin: 0 0 1.5em 0
}

dfn,
cite,
em,
i {
    font-style: italic
}

address {
    font-style: normal;
    margin: 0
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

;
font-weight:normal;
font-style:normal
}

[data-icon]:before {
    font-family: "sierra" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "sierra" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-twitter:before {
    content: "\e000"
}

.icon-facebook:before {
    content: "\e001"
}

.icon-instagram:before {
    content: "\e002"
}

.icon-youtube:before {
    content: "\e003"
}

.icon-gplus:before {
    content: "\e004"
}

.icon-linkedin:before {
    content: "\e005"
}

.icon-pinterest:before {
    content: "\e006"
}

.icon-rss:before {
    content: "\e007"
}

.icon-tumblr:before {
    content: "\e008"
}

.icon-vimeo:before {
    content: "\e009"
}

.icon-video:before {
    content: "\e00a"
}

.icon-medal:before {
    content: "\e00b"
}

.icon-trophy:before {
    content: "\e00c"
}

.icon-player:before {
    content: "\e00d"
}

.icon-helmet:before {
    content: "\e00e"
}

.icon-down:before {
    content: "\e00f"
}

.icon-left:before {
    content: "\e010"
}

.icon-right:before {
    content: "\e011"
}

.icon-up:before {
    content: "\e012"
}

.icon-close:before {
    content: "\e013"
}

.icon-search:before {
    content: "\e014"
}

.icon-mail:before {
    content: "\e015"
}

.icon-heart:before {
    content: "\e016"
}

.icon-medal2:before {
    content: "\e017"
}

.icon-snapchat:before {
    content: "\e018"
}

a {
    text-decoration: none
}

a:hover,
a:active {
    outline: 0
}

.main-navigation {
    display: none
}

@media screen and (min-width: 768px) {
    .main-navigation {
        display: block;
        text-align: center;
        background: #091425
    }
    .main-navigation .menu-wrapper {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 1152px;
    }
    .main-navigation .menu-wrapper::after {
        clear: both;
        content: "";
        display: block
    }
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: inline-block
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 43px;
    left: -999em;
    z-index: 99999;
    background: linear-gradient(to bottom, #333, #222);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3)
}

.main-navigation ul ul::before {
    content: '';
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent #333;
    border-width: 0 6px 6px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li {
    border: 0;
    height: auto;
    padding: 0;
    margin: 0
}

.home .main-navigation ul ul li {
    border: 0;
    height: auto;
    padding: 0
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%
}

.main-navigation ul ul li:first-child {
    display: block
}

.main-navigation ul ul a {
    padding: 10px 5px;
    width: 200px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: 100%;
    margin-left: calc(-50% - 100px)
}

.main-navigation li {
    display: inline-block;
    position: relative;
    margin-right: 15px
}

@media screen and (min-width: 910px) {
    .main-navigation li {
        margin-right: 20px
    }
}

@media screen and (min-width: 1024px) {
    .main-navigation li {
        margin-right: 30px
    }
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {
    color: white
}

.main-navigation a {
    transition: all .2s;
    display: block;
    text-decoration: none;
    font-size: 12.8px;
    font-size: .8rem;
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 0;
    text-transform: uppercase
}

.main-navigation .current_page_item,
.main-navigation .current-menu-item,
.main-navigation .current_page_ancestor,
.main-navigation .current-menu-ancestor {
    border-bottom-color: #AA0035
}

.main-navigation .current_page_item:hover,
.main-navigation .current-menu-item:hover,
.main-navigation .current_page_ancestor:hover,
.main-navigation .current-menu-ancestor:hover {
    border-bottom-color: transparent
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
    color: white
}

.home .main-navigation .current_page_item,
.home .main-navigation .current-menu-item,
.home .main-navigation .current_page_ancestor,
.home .main-navigation .current-menu-ancestor {
    border-bottom-color: transparent;
    border-top-color: #AA0035
}

.single-varsity .menu-item-16944,
.single-middle .menu-item-16944,
.single-lower .menu-item-16944,
.post-type-archive-middle .menu-item-16944,
.post-type-archive-lower .menu-item-16944 {
    border-bottom-color: #AA0035
}

.single-varsity .menu-item-16944:hover,
.single-middle .menu-item-16944:hover,
.single-lower .menu-item-16944:hover,
.post-type-archive-middle .menu-item-16944:hover,
.post-type-archive-lower .menu-item-16944:hover {
    border-bottom-color: transparent
}

.single-varsity .menu-item-16944>a,
.single-middle .menu-item-16944>a,
.single-lower .menu-item-16944>a,
.post-type-archive-middle .menu-item-16944>a,
.post-type-archive-lower .menu-item-16944>a {
    color: white
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.mobile-and-sports {
    z-index: 99;
    position: fixed;
    left: 0;
    top: 192px;
    bottom: 0;
    width: 100%;
    max-width: 1152px;
    padding: 0;
    background: linear-gradient(to bottom, #333, #222);
    overflow: hidden;
    display: none
}

.mobile-and-sports::after {
    clear: both;
    content: "";
    display: block
}

.hover .mobile-and-sports,
.open .mobile-and-sports {
    display: block
}

@media screen and (min-width: 768px) {
    .mobile-and-sports {
        top: 131px;
        background: linear-gradient(to bottom, #333, #222);
        height: auto;
        bottom: auto;
        position: absolute;
        padding: 0 20px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        overflow: visible;
        max-width: 100%
    }
    .admin-bar .mobile-and-sports {
        top: 163px
    }
}

.mobile-and-sports .scroller {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

@media screen and (min-width: 768px) {
    .mobile-and-sports .scroller {
        overflow-y: visible;
        position: static
    }
}

.mobile-and-sports ul.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

@media screen and (min-width: 768px) {
    .mobile-and-sports ul.mobile-menu {
        display: none
    }
}

.mobile-and-sports ul.mobile-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.mobile-and-sports ul.mobile-menu li:hover ul {
    display: block
}

.mobile-and-sports ul.mobile-menu li a {
    display: block;
    padding: 13px 30px;
    transition: all .2s
}

.mobile-and-sports ul.mobile-menu li a:hover {
    background: rgba(0, 0, 0, 0.2)
}

.mobile-and-sports ul.mobile-menu ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    display: none
}

.mobile-and-sports ul.mobile-menu ul li {
    border: none
}

.mobile-and-sports ul.mobile-menu ul a {
    padding: 3px 10px 3px 50px;
    color: rgba(255, 255, 255, 0.6);
    transition: all .2s
}

.mobile-and-sports ul.mobile-menu ul a:hover {
    color: white;
    background: none
}

.mobile-and-sports ul.sport-submenu {
    margin: 0 auto;
    padding: 10px 20px;
    list-style: none;
    max-width: 1152px
}

@media screen and (min-width: 730px) {
    .mobile-and-sports ul.sport-submenu {
        padding: 20px;
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        column-count: 2;
        column-gap: 30px
    }
}

@media screen and (min-width: 768px) {
    .mobile-and-sports ul.sport-submenu {
        background: transparent
    }
}

@media screen and (min-width: 800px) {
    .mobile-and-sports ul.sport-submenu {
        -moz-column-gap: 50px;
        -webkit-column-gap: 50px;
        column-gap: 50px
    }
}

@media screen and (min-width: 960px) {
    .mobile-and-sports ul.sport-submenu {
        padding: 30px 20px;
        list-style: none;
        -moz-column-count: 3;
        -moz-column-gap: 30px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 30px;
    }
}

.mobile-and-sports ul.sport-submenu li {
    position: relative;
    padding: 5px 10px;
    transition: all .2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.mobile-and-sports ul.sport-submenu li::after {
    clear: both;
    content: "";
    display: block
}

.mobile-and-sports ul.sport-submenu li:hover {
    background: rgba(0, 0, 0, 0.2)
}

.mobile-and-sports ul.sport-submenu li a {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 14.4px;
    font-size: .9rem;
}

.mobile-and-sports ul.sport-submenu li .sub {
    float: right;
    font-size: 13.6px;
    font-size: .85rem;
    line-height: .85;
    padding-top: 8px
}

.mobile-and-sports ul.sport-submenu li .sub a,
.mobile-and-sports ul.sport-submenu li .sub span {
    position: relative;
    z-index: 1;
    font-size: 11.2px;
    font-size: .7rem;
    display: inline-block;
    color: rgba(255, 255, 255, 0.4);
    float: left;
    padding-left: 35px;
    transition: all .2s
}

@media screen and (min-width: 960px) {
    .mobile-and-sports ul.sport-submenu li .sub a,
    .mobile-and-sports ul.sport-submenu li .sub span {
        padding-left: 15px
    }
}

@media screen and (min-width: 1024px) {
    .mobile-and-sports ul.sport-submenu li .sub a,
    .mobile-and-sports ul.sport-submenu li .sub span {
        padding-left: 25px
    }
}

.mobile-and-sports ul.sport-submenu li .sub a:hover {
    color: white
}

.mobile-and-sports ul.sport-submenu li .sub span {
    color: transparent
}

.mobile-and-sports ul.sport-submenu li .sub a:first-child {
    margin-left: 0
}

.mobile-and-sports ul.sport-submenu li .button {
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: normal
}

.hover #menu-item-16944 {
    border-bottom-color: transparent
}

.hover #menu-item-16944 a {
    color: #fff
}

.hover #menu-item-16944::before {
    content: '';
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent #333;
    border-width: 0 6px 6px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -6px
}

.sub-navigation {
    float: right;
    width: auto;
    padding-top: 6px;
    margin-bottom: 20px
}

.sub-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.sub-navigation li {
    display: inline-block
}

.sub-navigation a {
    font-size: 13px;
    color: #999;
    border-radius: 2px;
    padding: 5px 6px;
    font-weight: bold;
    transition: all .2s
}

.sub-navigation a:hover {
    color: white
}

.sub-navigation a.active {
    color: white
}

@media screen and (min-width: 768px) {
    .sub-navigation a {
        font-size: 15px;
        padding: 5px 10px;
        margin-left: 5px
    }
}

.pagination2 {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    color: #999;
    margin-bottom: 30px
}

.pagination2::after {
    clear: both;
    content: "";
    display: block
}

.pagination2 .page-numbers.dots {
    display: none
}

.pagination2 .page-num {
    display: inline-block;
    padding: 10px 15px 10px 15px
}

@media screen and (min-width: 500px) {
    .pagination2 .page-num {
        float: left
    }
}

.pagination2 .current,
.pagination2 a {
    min-width: 34px;
    height: 32px;
    font-size: 14px;
    display: none;
    float: left;
    padding-top: 9px
}

@media screen and (min-width: 500px) {
    .pagination2 .current,
    .pagination2 a {
        border-left: 1px solid #ccc;
        display: inline-block
    }
}

.pagination2 .current {
    background: rgba(0, 0, 0, 0.1)
}

.pagination2 a {
    color: #777
}

.pagination2 .next,
.pagination2 .prev {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 18px;
    padding-top: 7px;
    color: #666
}

.pagination2 .next {
    float: right;
    border-left: 1px solid #ccc
}

.pagination2 .prev {
    float: left;
    border-right: 1px solid #ccc
}

@media screen and (min-width: 500px) {
    .pagination2 .prev {
        border-right: none
    }
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    transition: all .2s;
    border: 1px solid #AA0035;
    border-radius: 3px;
    background: #AA0035;
    color: #fff;
    line-height: 1;
    padding: 15px 20px 16px 20px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-weight: bold
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    background: #9C2542;
    border-color: #9C2542
}

.button.outline,
button.outline,
input[type="button"].outline,
input[type="reset"].outline,
input[type="submit"].outline {
    background: none;
    border: 1px solid #AA0035;
    color: #AA0035
}

.button.outline:hover,
button.outline:hover,
input[type="button"].outline:hover,
input[type="reset"].outline:hover,
input[type="submit"].outline:hover {
    background: #AA0035;
    color: white
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #777;
    border: 1px solid #999;
    border-radius: 3px;
    outline: none
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #555;
    border-color: #222
}

select {
    border: 1px solid #999
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: .4em
}

textarea {
    padding-left: 5px;
    width: 100%
}

.entry-footer .edit-link {
    display: none
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clearfix::after,
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
    clear: both;
    content: "";
    display: block
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

body {
    background: white
}

.site {
    position: relative
}

.home .site::before,
.parent .site::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    content: '';
    background: #202020 url(/wp-content/themes/hc1/images/bg_hero.jpg) center 23% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 550px;
    z-index: 0
}

.home .site::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%)
}

.home .site {
    background: #f5f5f5
}

.site-header {
    background: #163056;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0
}

@media screen and (min-width: 768px) {
    .site-header {
        border-top: 3px solid #163056;
        position: relative
    }
}

.home .site-header {
    margin-bottom: 10px
}

.admin-bar .site-header {
    top: 46px !important
}

@media screen and (min-width: 783px) {
    .admin-bar .site-header {
        top: 32px !important
    }
}

@media screen and (min-width: 768px) {
    .admin-bar .site-header {
        top: 0 !important
    }
}

.site-header .wrapper {
    padding: 16px 20px;
    height: 64px;
    max-width: 1152px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.site-header .wrapper::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (min-width: 768px) {
    .site-header .wrapper {
        padding: 0 20px;
        height: 85px
    }
}

.site-header .wrapper::before,
.site-header .wrapper::after {
    content: '';
    position: absolute;
    bottom: 13px;
    height: 44px;
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    display: none
}

@media screen and (min-width: 768px) {
    .site-header .wrapper::before,
    .site-header .wrapper::after {
        display: block
    }
}

.site-header .wrapper::before {
    left: 20px;
    width: 34%;
    background-position: left center
}

@media screen and (min-width: 960px) {
    .site-header .wrapper::before {
        left: auto;
        right: calc(28% + 125px);
        width: 28%
    }
}

.site-header .wrapper::after {
    left: calc(37% + 160px);
    width: 31.1%;
    background-position: left center
}

@media screen and (min-width: 960px) {
    .site-header .wrapper::after {
        left: auto;
        right: 20px;
        width: 25.1%
    }
}

.site-header .wrapper .school-link-banner {
    display: none
}

@media screen and (min-width: 960px) {
    .site-header .wrapper .school-link-banner {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 12.8px;
        font-size: .8rem;
        line-height: 1.2;
        color: rgba(255, 255, 255, 0.7);
        height: 18px;
        font-family: "Lato", sans-serif;
        padding: 6px 5px 0 5px;
        background-image: url(/wp-content/themes/hc1/images/banner.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 245px;
        height: 46px;
        text-align: center;
        transition: all .2s
    }
    .site-header .wrapper .school-link-banner span {
        display: block;
        color: white
    }
    .site-header .wrapper .school-link-banner:hover {
        color: white;
        left: 30px
    }
}

.site-header .site-title {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (min-width: 768px) {
    .site-header .site-title {
        width: 150px;
        height: 83px;
        top: 10px;
        left: 37%;
        transform: none
    }
}

@media screen and (min-width: 960px) {
    .site-header .site-title {
        width: 120px;
        left: auto;
        right: 28%
    }
}

.site-header .site-title::before {
    display: inline-block;
    content: '';
    width: 57px;
    height: 30px;
    background: url(/wp-content/themes/hc1/images/logo_brandmark.png) center center no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%
}

@media screen and (min-width: 768px) {
    .site-header .site-title::before {
        display: none
    }
}

@media screen and (min-width: 550px) {
    .site-header .site-title::after {
        display: inline-block;
        content: '';
        width: 127px;
        height: 30px;
        background: url(/wp-content/themes/hc1/images/logo_wordmark.png) center center no-repeat;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        margin-left: 10px
    }
}

@media screen and (min-width: 550px) and (min-width: 768px) {
    .site-header .site-title::after {
        display: none
    }
}

.site-header .site-title a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: -100px;
    font-size: 1px;
    overflow: hidden;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .site-header .site-title a {
        background: url(/wp-content/themes/hc1/images/logo_trailblazers.png) center center no-repeat;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto
    }
}

.site-header .icon-search,
.site-header .icon-menu {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .site-header .icon-search,
    .site-header .icon-menu {
        display: none
    }
}

.site-header .icon-search {
    float: right;
    color: #fff;
    text-align: center;
    padding-top: 7px;
    margin-right: 20px
}

.site-header .icon-menu {
    float: left
}

.site-header .icon-menu i,
.site-header .icon-menu::before,
.site-header .icon-menu::after {
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 10px;
    background: white;
    left: 6px;
    transition: all .2s
}

.site-header .icon-menu i {
    top: 50%;
    margin-top: -1px
}

.open .site-header .icon-menu i {
    background: transparent
}

.site-header .icon-menu::before,
.site-header .icon-menu::after {
    content: ''
}

.site-header .icon-menu::before {
    top: 9px
}

.open .site-header .icon-menu::before {
    top: 15px;
    transform: rotate(45deg)
}

.site-header .icon-menu::after {
    top: 21px
}

.open .site-header .icon-menu::after {
    top: 15px;
    transform: rotate(-45deg)
}

.site-header .menu-wrapper .icon-search {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    position: relative;
    top: 3px
}

.site-header .main-search {
    background: #AA0035;
    display: none
}

.site-header .main-search .search-wrapper {
    padding: 0 20px;
    height: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1152px
}

.home .site-header .main-search .search-wrapper {
    padding: 0 20px
}

.site-header .main-search [type="text"] {
    transition: all .2s;
    background: none;
    border: 0;
    width: calc(100% - 35px);
    height: 35px;
    padding: 0;
    float: left;
    font-weight: normal;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5)
}

.site-header .main-search [type="text"]:focus {
    color: white
}

.site-header .main-search [type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5)
}

.site-header .main-search [type="submit"] {
    display: none
}

.site-header .main-search .icon-close {
    float: left;
    width: 35px;
    height: 35px;
    text-align: right;
    color: #fff;
    font-size: 26px;
    padding-top: 1px;
    cursor: pointer
}

.hero {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #202020 url(/wp-content/themes/hc1/images/bg_hero.jpg) center 23% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.hero.blank-hero {
    background: none !important
}

.hero .hero-header {
    max-width: 1152px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 79px 20px 15px 20px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 768px) {
    .hero .hero-header {
        padding: 25px 20px 25px 20px
    }
}

@media screen and (min-width: 960px) {
    .hero .hero-header {
        padding: 35px 20px 35px 20px
    }
}

.hero h1 {
    color: white;
    margin: 0;
    display: inline-block;
    width: auto;
    clear: none;
    position: relative
}

.hero h1 span {
    color: #AA0035;
    text-shadow: 1px 1px 5px black
}

.school-link-banner-mobile {
    display: block;
    margin-bottom: 10px;
    background-image: url(/wp-content/themes/sierra/images/banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 9px 20px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 11.2px;
    font-size: .7rem;
    font-family: "Lato", sans-serif;
    line-height: 1.1;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 960px) {
    .school-link-banner-mobile {
        display: none !important
    }
}

.school-link-banner-mobile:hover {
    color: white
}

.school-link-banner-mobile span {
    color: white;
}

.stream-btn {
    text-align: center
}

.stream-btn a {
    display: inline-block;
    margin: 10px;
    color: white;
    background: #888;
    text-decoration: none;
    padding: 5px 15px 6px 15px;
    border-radius: 3px;
    position: relative;
    font-size: 14px;
    transition: all .2s
}

.stream-btn a:hover {
    background: #AA0035;
    color: white
}

.site-content {
    position: relative;
    z-index: 1;
    max-width: 1152px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    display: table;
    width: 100%
}

.home .site-content {
    max-width: 100%;
    padding: 0
}

.site-content .home-content {
    max-width: 1152px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 84px 20px 30px 20px
}

.site-content .home-content::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (min-width: 768px) {
    .site-content .home-content {
        padding-top: 0px
    }
}

.content-area {
    padding-top: 30px;
    padding-bottom: 50px
}

@media screen and (min-width: 960px) {
    .content-area {
        vertical-align: top;
    }
}


.page-slider {
    position: relative;
    width: 100%;
    padding-top: 55%;
    margin-top: -30px;
    margin-bottom: 50px
}

@media screen and (min-width: 960px) {
    .page-slider {
        margin-top: -20px
    }
}

.table-scroller {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%
}

@media screen and (min-width: 690px) {
    .table-scroller {
        overflow: visible
    }
}

.content-placeholder {
    border: 2px dashed rgba(0, 0, 0, 0.15);
    padding: 10% 30px;
    text-align: center
}

.sports-social {
    margin: 0;
    padding: 0;
    list-style: none
}

.sports-social li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    padding: 10px 0 10px 10px
}

.sports-social li::after {
    clear: both;
    content: "";
    display: block
}

.sports-social li a {
    color: #666
}

.sports-social li a:hover {
    color: #AA0035
}

.sports-social li .icon-twitter,
.sports-social li .icon-instagram,
.sports-social li .icon-snapchat {
    float: right;
    margin-right: 10px;
    display: inline-block;
    height: 28px;
    font-size: 14px;
    padding: 4px 10px 0 10px;
    border-radius: 3px;
    color: white;
    transition: all .2s;
    opacity: 1;
    cursor: pointer;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1)
}

.sports-social li .icon-twitter::before,
.sports-social li .icon-instagram::before,
.sports-social li .icon-snapchat::before {
    float: left;
    padding-top: 3px;
    margin-right: 5px
}

.sports-social li .icon-twitter:hover,
.sports-social li .icon-instagram:hover,
.sports-social li .icon-snapchat:hover {
    opacity: .5;
    color: white
}

.sports-social li .icon-twitter {
    background: #00ABF0
}

.sports-social li .icon-instagram {
    background: #4D7AA0
}

.sports-social li .icon-snapchat {
    background: #f6b900
}

.schedule-filter::after {
    clear: both;
    content: "";
    display: block
}

.schedule-filter .filter-widget {
    float: right;
    margin-top: -20px;
    margin-bottom: 20px
}

.schedule-filter .filter-widget h3 {
    clear: none;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    font-size: 14px;
    padding-top: 8px
}

.schedule-filter .filter-widget div {
    float: left
}

.widget-area {
    width: 100%;
    padding-bottom: 40px
}

@media screen and (min-width: 960px) {
    .widget-area {
        width: 24.28%;
        padding: 50px 0;
        display: table-cell;
        vertical-align: top
    }
}

.widget-area .widget {
    margin-bottom: 35px
}

.widget-area h3 {
    margin-bottom: 10px
}

.widget-area ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget-area .search-form [type="search"] {
    width: 100%
}

.widget-area .search-form [type="submit"] {
    display: none
}

.submenu_widget li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.submenu_widget li.current_page_item {
    border-left: none
}

.submenu_widget li.current_page_item a {
    color: #AA0035;
    padding-left: 0px
}

.submenu_widget a {
    display: block;
    color: #777;
    transition: all .2s;
    padding: 6px 10px 6px 10px
}

.submenu_widget a:hover {
    color: #AA0035;
    padding-left: 0px
}

.widget_recent_entries li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    font-size: 14.4px;
    font-size: .9rem;
    padding-left: 10px
}

.widget_recent_entries a {
    display: block;
    line-height: 1.3;
    color: #555;
    transition: all .2s
}

.widget_recent_entries a:hover {
    color: #AA0035
}

.widget_recent_entries span {
    font-size: 11.2px;
    font-size: .7rem;
    color: #999
}

.filter-widget div {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    position: relative;
    cursor: pointer
}

.filter-widget div::after {
    font-family: 'sierra';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
    border-radius: 3px;
    width: 20px;
    pointer-events: none;
    content: "\e00f";
    line-height: 0.8;
    padding-top: 13px
}

.filter-widget select {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: none;
    outline: none;
    padding: 5px 10px 7px 10px;
    position: relative;
    z-index: 0
}

.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget_nav_menu li.current-menu-item a {
    color: #AA0035;
    padding-left: 0
}

.widget_nav_menu a {
    display: block;
    padding: 6px 0 6px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #555;
    transition: all .2s
}

.widget_nav_menu a:hover {
    color: #AA0035;
    padding-left: 0
}

.site-footer {
    text-align: center;
    font-size: 10.88px;
    font-size: .68rem;
    color: #ccc;
    background: white
}

.site-footer .wrapper {
    max-width: 1152px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
    position: relative
}

.site-footer .wrapper::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (min-width: 850px) {
    .site-footer .wrapper {
        padding: 20px
    }
}

.site-footer .site-info {
    background: #163056;
    border-top: 1px solid white
}

.site-footer .site-info .wrapper {
    padding-top: 45px;
    padding-bottom: 45px
}

@media screen and (min-width: 850px) {
    .site-footer .site-info .wrapper {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

.site-footer .site-info .campuses {
    margin: 0;
    padding: 0;
    list-style: none
}

.site-footer .site-info .campuses li {
    display: inline-block;
    font-size: 12px;
    font-size: .75rem;
    color: rgba(255, 255, 255, 0.4);
    padding: 0 20px 30px 20px
}

.site-footer .site-info .campuses strong {
    color: white
}

@media screen and (min-width: 850px) {
    .site-footer .site-info .campuses {
        float: left
    }
    .site-footer .site-info .campuses li {
        text-align: left;
        padding: 0 30px 0 0
    }
}

@media screen and (min-width: 850px) and (min-width: 1000px) {
    .site-footer .site-info .campuses li {
        padding-right: 40px
    }
}

@media screen and (min-width: 950px) {
    .site-footer .site-info .campuses {
        margin-left: 160px
    }
}

@media screen and (min-width: 1000px) {
    .site-footer .site-info .campuses {
        margin-left: 170px
    }
}

.site-footer .site-info .outline {
    padding-top: 17px;
    padding-bottom: 19px;
    border-color: rgba(255, 255, 255, 0.4);
    color: white
}

@media screen and (min-width: 850px) {
    .site-footer .site-info .outline {
        float: right
    }
}

.site-footer .site-info .outline:hover {
    border-color: #AA0035
}

.site-footer .social {
    margin-bottom: 20px
}

@media screen and (min-width: 700px) {
    .site-footer .social {
        float: right;
        width: auto;
        margin: 0
    }
}

.site-footer .social a {
    transition: all .2s;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #ccc;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 5px;
    font-size: 14.4px;
    font-size: .9rem;
    padding-top: 6px
}

.site-footer .social a:hover {
    background: #AA0035;
    color: white
}

@media screen and (min-width: 700px) {
    .site-footer .copyright {
        float: left;
        padding-top: 8px
    }
}

@media screen and (min-width: 700px) and (min-width: 950px) {
    .site-footer .copyright {
        float: left;
        padding-top: 8px;
        margin-left: 155px
    }
}

@media screen and (min-width: 700px) and (min-width: 1000px) {
    .site-footer .copyright {
        margin-left: 170px
    }
}

.news-feed {
    width: 100%;
    background: black;
    padding-top: 75%;
    position: relative
}

@media screen and (min-width: 660px) {
    .news-feed {
        padding-top: 61%
    }
}

@media screen and (min-width: 810px) {
    .news-feed {
        padding-top: 52%
    }
}

@media screen and (min-width: 960px) {
    .news-feed {
        float: left;
        padding: 0;
        width: calc(100% - 325px);
        height: 522px
    }
}

.upcoming,
.results {
    height: 522px;
    position: relative
}

.upcoming h3,
.results h3 {
    color: white;
    margin: 0;
    padding: 13px 20px 13px 20px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 17.6px;
    font-size: 1.1rem
}

@media screen and (min-width: 600px) {
    .upcoming,
    .results {
        float: left;
        width: 50%
    }
}

@media screen and (min-width: 960px) {
    .upcoming,
    .results {
        width: 325px
    }
}

.upcoming .preloader,
.results .preloader {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.upcoming li,
.results li {
    height: 119px
}

.upcoming li .school,
.results li .school {
    margin-left: 5px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    transform: translateY(2px)
}

.upcoming a,
.results a {
    color: rgba(255, 255, 255, 0.6)
}

.upcoming a:hover,
.results a:hover {
    color: white
}

.upcoming {
    background: #163056
}

.results {
    background: #163056
}

.grid-content {
    clear: both;
    padding: 10px 0 0 0
}

.home .grid-content {
    padding: 10px 0 0 0;
    background: #fff
}

@media screen and (min-width: 960px) {
    .grid-content {
        float: right;
        width: calc(100% - 325px);
        clear: none;
        padding: 10px 0 0 10px
    }
    .home .grid-content {
        padding: 0
    }
}

.callout {
    margin: 0;
    padding: 0;
    list-style: none
}

.callout .blurb {
    background: white;
    padding: 20px
}

.callout .img {
    padding-top: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all .2s;
    position: relative
}

.callout .img::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -16px
}

.callout h3 {
    margin: 0px 0px 10px 0px
}

.callout p {
    margin: 0;
    font-size: 12.8px;
    font-size: .8rem
}

.callout a {
    color: #888
}

.callout a:hover h3 {
    color: #AA0035
}

.callout li:nth-child(1) .img::before {
    left: 0;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #fff;
    border-width: 16px 0 16px 32px
}

.callout li:nth-child(2) .img::before {
    right: 0;
    border-style: solid;
    height: 0;
    width: 0;
    border-color: transparent #fff transparent transparent;
    border-width: 16px 32px 16px 0
}

@media screen and (min-width: 600px) {
    .callout li {
        height: 280px;
        position: relative
    }
    .callout li .img {
        padding: 0;
        height: 280px
    }
    .callout li .img,
    .callout li .blurb {
        position: absolute;
        width: 50%
    }
    .callout li:nth-child(1) .img {
        top: 0;
        right: 0
    }
    .callout li:nth-child(1) .blurb {
        transform: translateY(-50%);
        top: 50%;
        left: 0;
        text-align: right;
        padding: 0 30px 0 30px
    }
    .callout li:nth-child(2) .img {
        top: 0;
        left: 0
    }
    .callout li:nth-child(2) .blurb {
        transform: translateY(-50%);
        top: 50%;
        right: 0;
        padding: 0 30px 0 30px
    }
}

@media screen and (min-width: 768px) {
    .callout li .blurb {
        padding: 0 40px 0 40px !important
    }
}

@media screen and (min-width: 960px) {
    .callout li {
        height: 261px
    }
    .callout li .img {
        padding: 0;
        height: 261px
    }
}

.social-feeds {
    max-width: 1152px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 20px 20px
}

.social-feeds::after {
    clear: both;
    content: "";
    display: block
}

.feeds::after {
    clear: both;
    content: "";
    display: block
}

.feeds ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.feeds .heading {
    background: white;
    padding: 20px
}

.feeds .heading::after {
    clear: both;
    content: "";
    display: block
}

.feeds .heading img {
    width: 40px;
    border-radius: 50px;
    float: left;
    margin-right: 10px
}

.feeds .heading h5 {
    float: left;
    clear: none;
    margin: 0;
    color: #666;
    padding-top: 14px
}

.feeds .heading .btn {
    float: right;
    font-size: 13px;
    border: 1px solid;
    padding: 5px 7px;
    border-radius: 3px;
    margin-top: 4px
}

.feeds .heading .btn::before {
    margin-right: 5px;
    float: left;
    margin-top: 3px
}

.feeds .heading .icon-twitter {
    border-color: #00ABF0;
    color: #00ABF0
}

.feeds .heading .icon-instagram {
    border-color: #163056;
    color: #163056
}

.feeds .twitterfeed {
    background: white;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, 0.08)
}

@media screen and (min-width: 768px) {
    .feeds .twitterfeed {
        float: left;
        margin-right: 5px;
        width: calc(50% - 5px)
    }
}

.feeds .twitterfeed .user {
    display: block;
    background: white;
    padding: 20px;
    line-height: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13.28px;
    font-size: .83rem;
    margin-bottom: 30px
}

.feeds .twitterfeed .user::after {
    clear: both;
    content: "";
    display: block
}

.feeds .twitterfeed .user img {
    float: left;
    width: 40px;
    border-radius: 50px;
    margin-right: 10px
}

.feeds .twitterfeed .user [data-scribe="element:name"] {
    display: block;
    line-height: 1;
    color: #666;
    padding-top: 15px;
    float: left;
    font-size: 13px;
    font-weight: bold
}

.feeds .twitterfeed .user [data-scribe="element:screen_name"] {
    line-height: 1;
    display: block;
    color: #163056;
    border: 1px solid #163056;
    float: right;
    margin-top: 6px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 13px;
    padding: 6px 7px 0 7px;
    height: 31px
}

.feeds .twitterfeed .user [data-scribe="element:screen_name"]::before {
    content: "\e000";
    font-family: 'sierra';
    margin-right: 5px
}

.feeds .twitterfeed .tweet {
    margin: 0px 20px;
    text-align: center;
    color: #666;
    line-height: 1.2;
    overflow-x: hidden
}

.feeds .twitterfeed .tweet a {
    color: #AA0035
}

.feeds .twittesrfeed .tweet a span {
    display: inline-block !important
}

.feeds .twitterfeed .media {
    margin: 10px 20px
}

.feeds .twitterfeed [aria-label*="Emoji"] {
    width: 12px;
    margin: 0 2px
}

.feeds .twitterfeed p {
    margin: 0
}

.feeds .twitterfeed .timePosted {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 12px
}

.feeds .twitterfeed .timePosted a {
    color: rgba(0, 0, 0, 0.4)
}

.feeds .twitterfeed .interact {
    display: none
}

.feeds .instafeed {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.08)
}

@media screen and (min-width: 768px) {
    .feeds .instafeed {
        float: left;
        margin-left: 5px;
        width: calc(50% - 5px)
    }
}

.feeds .instafeed #instafeed {
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.feeds .instafeed #instafeed::after {
    clear: both;
    content: "";
    display: block
}

.feeds .instafeed #instafeed a {
    float: left;
    width: 50%;
    padding: 7px;
    position: relative;
    line-height: 0
}

@media screen and (min-width: 500px) {
    .feeds .instafeed #instafeed a {
        width: 25%
    }
}

.feeds .instafeed #instafeed a img {
    transition: all .2s;
    opacity: 1
}

.feeds .instafeed #instafeed a:hover img {
    opacity: .3
}

.feeds .instafeed #instafeed a:hover .likes {
    display: block;
    color: #AA0035
}

.feeds .instafeed #instafeed img {
    width: 100%
}

.feeds .instafeed #instafeed .likes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: #fff
}

.stats {
    background: #2b2b2b url(/wp-content/themes/hc1/images/bg_stats.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.stats .wrapper {
    padding: 30px 20px 30px 20px;
    max-width: 1152px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.stats .wrapper::after {
    clear: both;
    content: "";
    display: block
}

.stats .stat {
    width: 100%;
    text-align: center;
    float: left;
    padding: 20px 30px;
    line-height: 1
}

@media screen and (min-width: 480px) {
    .stats .stat {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    .stats .stat {
        padding: 40px 30px;
        width: 25%
    }
}

@media screen and (min-width: 960px) {
    .stats .stat {
        padding: 50px 30px
    }
}

.stats .stat::before {
    width: 48px;
    font-size: 24px;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.48);
    display: block;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 960px) {
    .stats .stat::before {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media screen and (min-width: 1152px) {
    .stats .stat::before {
        font-size: 48px;
        font-size: 3rem
    }
}

.stats strong {
    display: block;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: normal;
    color: white
}

@media screen and (min-width: 960px) {
    .stats strong {
        font-size: 56px;
        font-size: 3.5rem
    }
}

@media screen and (min-width: 1152px) {
    .stats strong {
        font-size: 80px;
        font-size: 5rem
    }
}

.post-type-archive-varsity .site,
.post-type-archive-middle .site,
.post-type-archive-lower .site {
    background: #f5f5f5
}

ul.sports-lineup {
    margin: 0;
    list-style: none;
    text-align: center;
    padding-left: 0px !important;
}

ul.sports-lineup::after {
    clear: both;
    content: "";
    display: block
}

ul.sports-lineup li {
    display: inline-block;
    padding: 8px;
    width: calc(100% - 3px);
    max-width: 215px;
    margin: 0
}

ul.sports-lineup .section {
    background: white;
    transition: all .2s;
}

ul.sports-lineup .section .img {
    transition: all .2s;
    padding-top: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto
}

ul.sports-lineup .section .heading {
    margin: 0;
    padding: 20px 10px;
    font-size: 13.6px;
    font-size: .85rem;
    line-height: 1
}

ul.sports-lineup .section h3 {
    color: #666
}

ul.sports-lineup .section:hover {
    transform: scale(1.1)
}

ul.sports-lineup .section:hover h3 {
    color: #163056
}

.single.parent {
    background: #f5f5f5
}

.sports-home {
    padding: 0 0 50px 0
}

.sports-home::after {
    clear: both;
    content: "";
    display: block
}

.sports-home .results {
    background: #163056
}

.sports-home .upcoming {
    background: #163056
}

.team-picture {
    line-height: 0;
    margin-bottom: 10px
}

.team-picture img {
    width: 100%
}

ul.home-roster {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    text-align: center
}

ul.home-roster::after {
    clear: both;
    content: "";
    display: block
}

ul.home-roster li {
    display: inline-block;
    width: 100%;
    padding: 0 2px;
    vertical-align: top;
    margin-bottom: 8px;
    text-align: left;
    max-width: calc(300px - 3px)
}

@media screen and (min-width: 700px) {
    ul.home-roster li {
        float: left;
        width: 33.3333%;
        max-width: auto
    }
}

ul.home-roster li a {
    position: relative;
    display: block;
    background: white;
    border-bottom: 3px solid #AA0035;
    transition: all .2s;
    z-index: 0
}

ul.home-roster li a:hover h4 {
    color: #163056
}

ul.home-roster li a:hover span {
    background: #AA0035
}

ul.home-roster .img {
    padding-top: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

ul.home-roster .heading {
    padding: 20px;
    position: relative
}

ul.home-roster .heading h4 {
    margin: 0;
    transition: all .2s
}

ul.home-roster .heading small {
    color: #999
}

ul.home-roster .heading span {
    transition: all .2s;
    position: absolute;
    top: -20px;
    right: 10px;
    background: #163056;
    width: 42px;
    height: 42px;
    text-align: center;
    color: white;
    border-radius: 50px;
    padding-top: 9px
}

.sports-feed {
    float: left;
    padding-top: 10px;
    clear: left;
    padding-top: 30px;
    width: 100%
}

@media screen and (min-width: 960px) {
    .sports-feed {
        width: 325px;
        padding-top: 10px
    }
}

.sports-feed .twitterfeed {
    float: none !important;
    margin: 0;
    width: 100% !important
}

.sports-feed .twitterfeed .user {
    display: block;
    background: white;
    padding: 10px;
    line-height: 0
}

.sports-feed .twitterfeed .user::after {
    clear: both;
    content: "";
    display: block
}

.sports-feed .twitterfeed .user img {
    float: left;
    width: 40px;
    border-radius: 50px;
    margin-right: 10px
}

.sports-feed .twitterfeed .user [data-scribe="element:name"] {
    display: block;
    line-height: .7;
    color: #666;
    padding-top: 5px;
    float: left;
    font-size: 14px
}

.sports-feed .twitterfeed .user [data-scribe="element:screen_name"] {
    line-height: .7;
    display: block;
    color: #00ABF0;
    font-size: 12px;
    width: calc(100% - 65px);
    float: left;
    margin-top: 9px;
    margin-right: 5px;
    border-radius: 3px;
    padding: 0;
    border: none;
    height: auto
}

.sports-feed .twitterfeed .user [data-scribe="element:screen_name"]::before {
    display: none
}

ul.sports-roster {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 0px
}

ul.sports-roster::after {
    clear: both;
    content: "";
    display: block
}

ul.sports-roster li.gridder-list {
    display: inline-block;
    vertical-align: top;
    transition: all .2s
}

ul.sports-roster .gridder-show {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    transition: all .2s
}

ul.sports-roster li.gridder-list {
    width: 100%;
    margin-bottom: 10px
}

ul.sports-roster li.gridder-list:nth-child(n) {
    margin-right: 1%
}

ul.sports-roster li.gridder-list:nth-of-type(1n) {
    margin-right: 0
}

@media screen and (min-width: 500px) {
    ul.sports-roster li.gridder-list {
        width: 49.5%
    }
    ul.sports-roster li.gridder-list:nth-child(n) {
        margin-right: 1%
    }
    ul.sports-roster li.gridder-list:nth-of-type(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    ul.sports-roster li.gridder-list {
        width: 32.6666666667%;
        margin-bottom: 15px
    }
    ul.sports-roster li.gridder-list:nth-child(n) {
        margin-right: 1%
    }
    ul.sports-roster li.gridder-list:nth-of-type(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 960px) {
    ul.sports-roster li.gridder-list {
        width: 24.25%
    }
    ul.sports-roster li.gridder-list:nth-child(n) {
        margin-right: 1%
    }
    ul.sports-roster li.gridder-list:nth-of-type(4n) {
        margin-right: 0
    }
}

ul.sports-roster li.gridder-list .grid-item {
    border-bottom: none;
    box-shadow: 0 4px 0 #AA0035;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

ul.sports-roster li.gridder-list .img {
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

ul.sports-roster li.gridder-list .heading {
    padding: 20px;
    position: relative
}

ul.sports-roster li.gridder-list h4 {
    margin: 0
}

ul.sports-roster li.gridder-list small {
    color: #999;
    display: inline-block;
    height: 16px
}

ul.sports-roster li.gridder-list span {
    width: 42px;
    height: 42px;
    position: absolute;
    top: -25px;
    right: 20px;
    background: #163056;
    color: #fff;
    text-align: center;
    font-size: 17.6px;
    font-size: 1.1rem;
    padding-top: 9px;
    border-radius: 50px
}

ul.sports-roster .gridder-show {
    padding: 30px 20px 30px 20px;
    background: white;
    margin-bottom: 1%;
    font-size: 16px;
    font-size: 1rem;
    transition: all .2s;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1)
}

ul.sports-roster .gridder-show .img {
    width: 100%;
    max-width: 200px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 30px
}

@media screen and (min-width: 680px) {
    ul.sports-roster .gridder-show .img {
        float: left;
        height: 250px;
        margin-bottom: 20px
    }
}

@media screen and (min-width: 850px) {
    ul.sports-roster .gridder-show .img {
        max-width: 250px;
        height: 300px
    }
}

@media screen and (min-width: 960px) {
    ul.sports-roster .gridder-show .img {
        max-width: 400px;
        height: 475px
    }
}

@media screen and (min-width: 680px) {
    ul.sports-roster .gridder-show .info {
        float: right;
        width: calc(100% - 230px);
        padding-top: 20px
    }
}

@media screen and (min-width: 850px) {
    ul.sports-roster .gridder-show .info {
        width: calc(100% - 290px);
        padding-right: 15px
    }
}

@media screen and (min-width: 960px) {
    ul.sports-roster .gridder-show .info {
        width: calc(100% - 440px)
    }
}

ul.sports-roster .gridder-show h2 {
    margin: 0;
    clear: none
}

ul.sports-roster .gridder-show .position {
    color: #ccc;
    display: block;
    margin-bottom: 30px
}

ul.sports-roster .gridder-show ul {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
    float: left
}

ul.sports-roster .gridder-show ul::after {
    clear: both;
    content: "";
    display: block
}

ul.sports-roster .gridder-show ul li {
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: bold;
    padding: 10px 15px 10px 15px
}

@media screen and (min-width: 500px) {
    ul.sports-roster .gridder-show ul li {
        padding: 10px 20px 10px 20px
    }
}

@media screen and (min-width: 500px) {
    ul.sports-roster .gridder-show ul li {
        padding: 10px 25px 10px 25px
    }
}

ul.sports-roster .gridder-show ul li small {
    display: block;
    font-weight: normal;
    color: #c0c0c0
}

ul.sports-roster .gridder-show .bio {
    clear: both
}

ul.sports-roster .gridder-list {
    cursor: pointer
}

ul.sports-roster .gridder-list:hover {
    opacity: .8
}

.gridder-navigation {
    display: inline-block;
    position: absolute;
    width: 100px;
    top: 10px;
    right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 3px;
    margin-bottom: 20px
}

.gridder-navigation::after {
    clear: both;
    content: "";
    display: block
}

.gridder-navigation a {
    float: left;
    width: 32px;
    height: 32px;
    overflow: hidden;
    text-indent: -100px;
    position: relative
}

.gridder-navigation a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    text-indent: 0;
    font-family: 'sierra';
    color: #999;
    padding-top: 3px;
    font-size: 18px
}

.gridder-navigation .gridder-close {
    float: right
}

.gridder-navigation .prev::before {
    content: "\e010"
}

.gridder-navigation .next::before {
    content: "\e011"
}

.gridder-navigation .gridder-close::before {
    content: "\e013"
}

.gridder-navigation .gridder-nav.disabled {
    opacity: .5;
    cursor: default
}

.hasSelectedItem .gridder-list {
    opacity: .5
}

.hasSelectedItem .gridder-list.selectedItem {
    opacity: 1;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15)
}

li.selectedItem:hover {
    opacity: 1 !important
}

.gridder-content {
    display: none;
    transition: all .2s
}

.content-placeholder {
    font-size: 16px
}

.profile {
    max-width: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 768px) {
    .profile {
        float: left;
        width: 100%
    }
}

.profile .general {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px
}

.profile .img {
    margin-bottom: 30px;
    width: 150px;
    height: 150px;
    border-radius: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.single-player article::after {
    clear: both;
    content: "";
    display: block
}

@media screen and (min-width: 768px) {
    .single-player .bio {
        float: left;
        width: calc(100% - 350px);
        padding-left: 30px
    }
}

@media screen and (min-width: 960px) {
    .single-player .bio {
        padding-left: 50px
    }
}

.single-player .bio h3 {
    margin-bottom: 10px
}

.single-player .career {
    padding-top: 30px
}

.single-player .career .img {
    max-width: 100px;
    height: 100px;
    margin-bottom: 20px;
    margin-top: -30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.single-player .career .sport {
    width: 100%;
    display: inline-block;
    max-width: 250px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 30px
}

.single-player .career h3 {
    margin-bottom: 30px
}

.single-player ul.specs {
    display: inline-block;
    margin: 0;
    padding: 0
}

.single-player ul.specs li {
    display: inline-block;
    font-weight: bold;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    padding-right: 15px
}

.single-player ul.specs li:last-child {
    border: none
}

.single-player ul.specs small {
    display: block;
    color: #c0c0c0;
    font-weight: normal
}

.single-player ul.gallery {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.single-player ul.gallery li {
    display: inline-block;
    line-height: 0;
    width: 130px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px;
    margin: 4px;
    transition: all .2s
}

.single-player ul.gallery li:hover {
    border-color: #AA0035
}

.single-player ul.gallery li img {
    width: 100%
}

.player-of-the-week .profile {
    float: none
}

.player-of-the-week .bio {
    float: none;
    width: 100%;
    padding: 0
}

.player-of-the-week h2,
.player-of-the-week .career {
    text-align: center
}

.highlights {
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.highlights::after {
    clear: both;
    content: "";
    display: block
}

.highlights .heading {
    padding: 20px
}

.highlights h3 {
    display: inline-block;
    margin-bottom: 0
}

.highlights h3 span {
    color: #999
}

.highlights .video {
    position: relative;
    width: 100%;
    padding-top: 56%
}

.highlights iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.highlights .score {
    float: right;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1px 5px;
    margin-top: -1px
}

.highlights .score .win {
    color: #AA0035;
    font-weight: bold
}

.highlights .score small {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 5px 5px 3px 10px;
    font-weight: bold;
    color: #ccc;
    margin: -1px 0 -1px 10px;
    float: right
}

.highlights ul.gallery {
    margin: 0;
    padding: 0;
    list-style: none
}

.highlights ul.gallery::after {
    clear: both;
    content: "";
    display: block
}

.highlights ul.gallery li {
    float: left;
    width: 25%;
    line-height: 0;
    transition: all .2s;
    opacity: 1
}

@media screen and (min-width: 600px) {
    .highlights ul.gallery li {
        width: 20%
    }
}

@media screen and (min-width: 768px) {
    .highlights ul.gallery li {
        width: 16.6666%
    }
}

.highlights ul.gallery li:hover {
    opacity: .5
}

.highlights ul.gallery li img {
    width: 100%
}

ul.staff-lineup {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

ul.staff-lineup li {
    padding-top: 30px;
    display: inline-block;
    position: relative;
    width: calc(100% - 3px);
    max-width: 367px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px
}

ul.staff-lineup .img {
    display: block;
    width: 90px;
    height: 90px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s;
    box-shadow: inset 0 0 0px 0px rgba(170, 0, 53, 0)
}

ul.staff-lineup .img:hover {
    box-shadow: inset 0 0 0px 5px rgba(170, 0, 53, 0.5)
}

ul.staff-lineup .info {
    padding: 30px 20px;
    line-height: 1.3
}

ul.staff-lineup .info h4 {
    padding-bottom: 3px
}

ul.staff-lineup .info h4 a {
    color: #333
}

ul.staff-lineup .info small {
    color: #999;
    display: inline-block;
    max-width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 13.6px;
    font-size: .85rem
}

ul.staff-lineup .info small a+a::before {
    content: ' - '
}

@media screen and (min-width: 650px) {
    ul.staff-lineup li {
        padding-top: 0;
        text-align: left;
        max-width: 500px
    }
    ul.staff-lineup .img {
        position: absolute;
        top: 17px;
        left: 25px
    }
    ul.staff-lineup .info {
        width: calc(100% - 125px);
        margin-left: 125px
    }
}

@media screen and (min-width: 768px) {
    ul.staff-lineup li {
        max-width: 350px
    }
    ul.staff-lineup .img {
        width: 70px;
        height: 70px;
        top: 27px
    }
    ul.staff-lineup .info {
        width: calc(100% - 100px);
        margin-left: 100px
    }
}

@media screen and (min-width: 960px) {
    ul.staff-lineup li {
        padding-top: 30px;
        max-width: calc(33.3333% - 3px)
    }
    ul.staff-lineup .img {
        display: block;
        width: 90px;
        height: 90px;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        border-radius: 100px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        position: static
    }
    ul.staff-lineup .info {
        width: 100%;
        margin: 0;
        text-align: center
    }
}

.coach-profile .img {
    width: 200px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 200px;
    margin-bottom: 20px
}

.coach-profile article::after {
    clear: both;
    content: "";
    display: block
}

.coach-profile .entry-header {
    padding-top: 20px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .coach-profile .entry-header {
        float: left;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        padding: 30px
    }
}

.coach-profile .entry-header h1 {
    margin: 0;
    font-size: 24px;
    font-size: 1.5rem
}

.coach-profile .entry-content {
    text-align: center;
    padding-top: 30px
}

@media screen and (min-width: 768px) {
    .coach-profile .entry-content {
        text-align: left;
        float: right;
        width: calc(100% - 300px)
    }
}

.news-main article {
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative
}

.news-main .thumb div {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 50%
}

@media screen and (min-width: 650px) {
    .news-main .thumb div {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 42%;
        padding: 0
    }
    .news-main .thumb+.content {
        width: 57%;
        margin-left: 42%
    }
}

.news-main .content {
    padding: 30px
}

.news-main .sport {
    display: inline-block;
    font-size: 8.96px;
    font-size: .56rem;
    color: #999;
    border: 1px solid #ccc;
    padding: 3px 7px 3px 7px;
    border-radius: 2px;
    margin-bottom: 13px;
    transition: all .2s
}

.news-main .sport:hover {
    background: #AA0035;
    color: white;
    border-color: #AA0035
}

.news-main h2 {
    line-height: 1.1;
    margin-bottom: 8px
}

.news-main h2 a {
    color: #333;
    transition: all .2s
}

.news-main h2 a:hover {
    color: #AA0035
}

.news-main .entry-meta {
    margin-bottom: 10px;
    font-size: 12.8px;
    font-size: .8rem;
    color: #999
}

.news-main .entry-meta a {
    color: #999
}

.news-main .entry {
    padding-top: 10px
}

body.single-post .post-thumb {
    position: relative;
    margin-bottom: 30px;
    line-height: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
    border-radius: 3px;
    margin-top: -20px;
    background: white
}

@media screen and (min-width: 768px) {
    body.single-post .post-thumb {
        margin-top: -75px
    }
}

@media screen and (min-width: 960px) {
    body.single-post .post-thumb {
        margin-top: -85px
    }
}

body.single-post .post-thumb img {
    border-radius: 2px;
    width: 100%
}

body.single-post .entry-header h1 {
    margin-bottom: 0
}

body.single-post .entry-header .entry-meta {
    color: #ccc
}

.nav-links::after {
    clear: both;
    content: "";
    display: block
}

.nav-links a {
    font-size: 12.8px;
    font-size: .8rem;
    padding: 7px 10px;
    display: inline-block;
    display: inline-block;
    max-width: 99%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.nav-links a:hover {
    color: #333
}

.nav-links .nav-previous {
    width: 45%
}

.nav-links .nav-previous a::before {
    content: '← '
}

.nav-links .nav-next {
    width: 45%
}

.nav-links .nav-next a::after {
    content: ' →'
}

.search-results article {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px
}

.search-results article h2 {
    margin: 0;
    font-size: 18px
}

.search-results article h2 a {
    color: #444
}

.search-results article h2 a:hover {
    color: #AA0035
}

.search-results article .permalink {
    color: #ccc
}

.search-results article .entry-summary {
    margin: 0
}

.search-results article .entry-summary p {
    margin: 0
}

.schedule-results-preloader {
    display: block;
    width: 80px;
    height: 80px;
    margin: 3em auto
}

.schedule-results {
    font-size: 14px;
    font-size: .875rem
}

.schedule-results ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.schedule-results ul li {
    padding: 50px 20px 15px 20px;
    position: relative;
    text-align: left
}

@media screen and (min-width: 650px) {
    .schedule-results ul li {
        padding: 20px;
        text-align: center
    }
}

@media screen and (min-width: 825px) {
    .schedule-results ul li {
        text-align: left
    }
}

.schedule-results ul li:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05)
}

.schedule-results .sport {
    width: 100%;
    max-width: 120px;
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: left
}

@media screen and (min-width: 825px) {
    .schedule-results .sport {
        position: static;
        display: inline-block
    }
}

.schedule-results .sport small {
    display: inline-block;
    font-size: 11.2px;
    font-size: .7rem;
    color: #999;
    border: 1px solid #AA0035;
    padding: 3px 7px 3px 7px;
    border-radius: 2px;
    color: #AA0035;
    cursor: default;
    white-space: pre
}

.schedule-results .date {
    width: 100%;
    color: #666;
    display: block
}

@media screen and (min-width: 825px) {
    .schedule-results .date {
        display: inline-block;
        max-width: 175px;
        text-align: right
    }
}

.schedule-results .vs {
    text-align: center;
    font-size: 15.008px;
    font-size: .938rem;
    color: rgba(0, 0, 0, 0.35);
    margin: 0 5px 0 0;
    display: inline-block;
    font-weight: bold
}

@media screen and (min-width: 825px) {
    .schedule-results .vs {
        color: rgba(0, 0, 0, 0.25);
        width: 32px;
        height: 32px;
        border-radius: 50px;
        margin: 0 15px;
        padding-top: 2px;
        border: 1px solid #ccc
    }
}

.schedule-results .school {
    color: #333;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.3
}

.schedule-results .location {
    display: inline-block
}

@media screen and (min-width: 1024px) {
    .schedule-results .location {
        display: inline-block
    }
}

.schedule-results .location a {
    color: rgba(0, 0, 0, 0.3)
}

.schedule-results .location a:hover {
    color: #AA0035
}

.schedule-results .outcome,
.schedule-results .time {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: bold
}

@media screen and (min-width: 850px) {
    .schedule-results .outcome,
    .schedule-results .time {
        position: static;
        float: right
    }
}

.schedule-results .outcome strong {
    font-weight: bold;
    font-size: 15.008px;
    font-size: .938rem;
    color: #ccc;
    padding-top: 0px;
    width: 30px;
    text-align: right;
    display: inline-block
}

@media screen and (min-width: 960px) {
    .schedule-results .outcome strong {
        padding-top: 6px
    }
}

.schedule-results .score {
    float: left;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0px 10px 0px 10px;
    margin-top: -1px;
    color: #999;
    border-radius: 2px
}

@media screen and (min-width: 960px) {
    .schedule-results .score {
        font-size: 20.4px;
        font-size: 1.275rem;
        padding: 1px 10px 2px 10px
    }
}

.schedule-results .score .win {
    color: #AA0035
}

.schedule-results .score .sep {
    margin: 0 7px
}

.schedule-results .time {
    font-size: 16px;
    font-size: 1rem;
    color: #333
}

.schedule-results-small {
    font-size: 14px;
    font-size: .875rem
}

.schedule-results-small .sport {
    width: 100%;
    max-width: 120px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: left
}

.schedule-results-small .sport small {
    display: inline-block;
    font-size: 9.6px;
    font-size: .6rem;
    color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 2px 6px 2px 6px;
    border-radius: 2px
}

.schedule-results-small .date {
    color: rgba(255, 255, 255, 0.6)
}

.schedule-results-small .vs {
    display: inline-block;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4)
}

.schedule-results-small .school {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    line-height: 1.3
}

.schedule-results-small .location {
    font-size: 11.2px;
    font-size: .7rem;
    color: rgba(255, 255, 255, 0.4)
}

.schedule-results-small .outcome,
.schedule-results-small .time {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: bold
}

.schedule-results-small .outcome {
    color: rgba(255, 255, 255, 0.5)
}

.schedule-results-small .outcome strong {
    font-weight: bold;
    display: inline-block
}

.schedule-results-small .time {
    color: #ccc
}

.schedule-results-small .score {
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0px 10px 0px 10px;
    margin-top: -1px;
    border-radius: 2px;
    margin-right: 10px
}

.schedule-results-small .score .win {
    color: white
}

.schedule-results-small .score .sep {
    margin: 0 7px
}

.practice .date {
    padding-right: 30px
}

.practice .location a {
    color: #AA0035
}

.schedule-filter::after {
    clear: both;
    content: "";
    display: block
}

.schedule-filter .filter-widget {
    float: left;
    margin-right: 2em;
    padding-bottom: .5em
}

.schedule-filter .filter-widget::after {
    clear: both;
    content: "";
    display: block
}

.schedule-filter .filter-widget select {
    min-width: 180px
}

.schedule-filter .filter-widget label {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 0;
    margin: 0;
    color: #333;
    width: 60px;
    display: block
}

.schedule-filter .filter-widget .filter {
    float: left
}

.filter-toggle {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    display: inline-block;
    margin: 1em 0;
    overflow: hidden;
    padding: 2px
}

.filter-toggle .toggle {
    display: inline-block;
    padding: .5em 1em;
    cursor: pointer
}

.filter-toggle .toggle:hover {
    color: #AA0035
}

.filter-toggle .toggle.active,
.filter-toggle .toggle.active:hover {
    background: #163056;
    color: #FFF;
    border-radius: 5px
}

.filter-toggle .toggle.active.red,
.filter-toggle .toggle.active:hover.red {
    background: #AA0035
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100% !important;
    z-index: 1
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100% !important
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.slide::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 0
}

.page-slider .slide::before {
    display: none
}

.slide .more-news,
.slide .sport {
    display: inline-block;
    font-size: 8.96px;
    font-size: .56rem;
    padding: 3px 7px 3px 7px;
    border-radius: 2px;
    margin-bottom: 13px;
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all .2s
}

.slide .more-news:hover,
.slide .sport:hover {
    border-color: #AA0035;
    background: #AA0035;
    color: white
}

.slide .more-news {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-transform: uppercase
}

.slide .blurb {
    position: absolute;
    left: 0px;
    bottom: 40px;
    width: 100%;
    padding: 0 20px;
    z-index: 1
}

@media screen and (min-width: 550px) {
    .slide .blurb {
        width: 75%;
        padding: 0 0 0 40px;
        bottom: 50px
    }
}

@media screen and (min-width: 650px) {
    .slide .blurb {
        padding: 0 0 0 50px
    }
}

@media screen and (min-width: 960px) {
    .slide .blurb {
        width: 65%;
        padding: 0 0 10px 60px
    }
}

.slide h3 {
    margin: 0
}

@media screen and (min-width: 550px) {
    .slide h3 {
        font-size: 20.8px;
        font-size: 1.3rem
    }
}

@media screen and (min-width: 650px) {
    .slide h3 {
        font-size: 25.6px;
        font-size: 1.6rem
    }
}

@media screen and (min-width: 960px) {
    .slide h3 {
        width: 80%
    }
}

.slide h3 a {
    transition: all .2s;
    color: white
}

.slide h3 a:hover {
    color: #AA0035
}

.slide small {
    color: rgba(255, 255, 255, 0.6)
}

.slide .entry {
    display: none
}

@media screen and (min-width: 550px) {
    .slide .entry {
        padding-top: 5px;
        display: block;
        color: rgba(255, 255, 255, 0.8)
    }
    .slide .entry p {
        margin: 0;
        line-height: 1.3
    }
}

.slide .caption {
    display: block;
    position: absolute;
    color: #999;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: left;
    padding: 10px 20px;
    font-size: 12.8px;
    font-size: .8rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.3))
}
.page-slider .caption {
    display: none
}

@media screen and (min-width: 768px) {
    .page-slider .caption {
        display: block;
        position: absolute;
        color: #999;
        bottom: 0px;
        left: 0;
        right: 0;
        text-align: center;
        padding: 10px 20px;
        font-size: 12px;
        font-size: .75rem;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.3))
    }
}

.main-navigation {
  background: none !important;
}
.main-navigation a {
  color: #000; 
}
.hover .menu-item::before, .main-navigation ul ul::before {
  border-width: 0px !important;
  border-style: none !important;
}

.main-navigation ul .sub-menu {
  border-top: 3px solid #ff792d !important;
}

.primary-menu li:hover {
  border-bottom: 3px solid #ff792d !important;
}

.main-navigation li {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.main-navigation ul ul a {
  color: #fff !important;
}

/* slider */
.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
/*  flickity */

.inner {
  background-color: #dee2e6;
  height: 132px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.d-none {
display: none;
}
.flick-cont {
  width: 95%;
}

.gallery-cell:before {
display: block;
text-align: center;
line-height: 200px;
font-size: 80px;
color: white;
}

.gallery:after {
content: 'flickity';
display: none; /* hide :after */
}

.flickity-slider {
      left: 0;
}

.flickity-sport-title {
  font-size: 12px;
  font-weight: bold;
  margin-top: -3px !important;
}
@media screen and ( min-width: 768px ) {
  /* disable Flickity for large devices */
  .gallery:after {
    content: '';
  }
}


.flickity-prev-next-button.previous {
	left: -60px;
}
.flickity-prev-next-button.next {
	right: -60px;
}
.flickity-page-dots {
	display: none;
}

.gallery-div {
    display: none; /* Initially hidden */
    opacity: 0; /* Start fully transparent */
    transition: opacity 0.5s ease, transform 0.5s ease; /* Transition for opacity and transform */
    transform: translateY(-20px); /* Start slightly above */
}

.button-next,  .button-prev {
        position: relative !important;
        top: 60%;
        width: 30px;
        height: 34px;
        border-radius: 50%;
        transform: translateY(-50%);
        background:  none !important;
        border: none;
        color: #333;
        padding: 7px 14px 10px 16px !important;
}

.button-next:hover,  .button-prev:hover
{
	border: 2px solid #313447;
}

.button-next:hover,  .button-prev:hover,
.button-prev:hover *,
.button-next:hover *
{
	color:#313447;
}
.button-next:hover, .button-prev:hover {
	border-color: #313447 !important;
}
.button-prev {
	margin-left: 10px;
}
.button-next {
	margin-right: 10px;
}
.button-next .flickity-button-icon, .button-prev .flickity-button-icon {
	position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-button-icon {
	color: #9d9d9d;
}
.flickity-button-icon:hover {
	color: #fff;
}
.gallery-cell {
  transition: transform 0.5s ease-in-out;
}
.loaders {
	width: 50px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%,  #f1f1f1) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg), radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l4 1s infinite steps(10);
    height: 50px;
	margin-top: 25px;
	margin-left: 20px;
}
.loadermain {
	width: 50px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%,  #f1f1f1) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg), radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l4 1s infinite steps(10);
    height: 50px;
	margin-top: 20px;
	margin-left: 20px;
	position: absolute;
    left: 50%;
}
.schedule-results-small ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .gallery-cell {
        width: 33.3%;
    }
}


.gallery-cell {
    width: 19.5%;
    height: 130px;
    margin-right: 10px;
    margin-top: -2px;
    counter-increment: gallery-cell;
    animation: fadeIn 1s ease-in-out;
}

@media (min-width: 679px) and (max-width: 900px) {
    .gallery-cell {
        width: 48% !important;
    }
}
@media (min-width: 901px) and (max-width: 985px) {
    .gallery-cell {
        width: 32% !important;
    }
}


@media (min-width: 986px) and (max-width: 1500px) {
    .gallery-cell {
        width: 32% !important;
    }
}



@media (max-width: 678px)  {
    .gallery-cell {
        width: 100% !important;
    }
}



.gallery-cell {
    transition: transform 0.5s ease-in-out;
}

  @media only screen and (max-width: 767px) {


			.flick-cont {
				width: 75% !important;
			}

	}

  .flickity-viewport {
    height: 200px !important;
  }
  .border-bottom-active {
    border-bottom: 2px solid white;
}

.schedule-and-scores {
  /* width: 100%; */
  height: 800px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.schedule-and-scores iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  border: none;
}

.league-standings {
  /* width: 100%; */
  height: 890px;
  overflow: hidden;
  height: 800px;display: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);border-radius: 8px;
}
.league-standings iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  border: none;
}

/* footer */

.footer-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .footer-container {
      flex-direction: column;
      text-align: center;
      gap: 10px;
  }
  .entry-title {
    font-size: 1.5em !important;
  }
  .owl-nav {
    display: none !important;
  }
}
.hc-logo {
  width: 32px;
}
.powered-by {
  margin-right: 8px;
  color: gray;
}
.home-campus {
  font-weight: bold;
  margin-left: 10px;
  color: white;
}
.fw-bold {
font-weight: bold !important;
}
.footer-links a {
  color: #fff !important;
}