﻿:root {
    --text-primary: #1E3A2A; /* Dark Green */
    --text-secondary: #D4A242; /* Yellow */
    --text-quick-links-title-footer: #D4A242; /* Yellow */
    --text-social-banner: #1E3A2A; /* Dark Green */
    --text-module-title: #1E3A2A; /* Dark Green */
    --text-footer: #FFFFFF; /* White */
    --subtext-footer: #ccc; /* Light gray */
    --bg-primary: #D4A242; /* Yellow */
    --bg-secondary: #1E3A2A; /* Dark Green */
    --bg-module-div: #FFFFFF; /* White */
    --bg-social-banner: #DBDBDC; /* Ligth Gray */
    --bg-social-section-wrapper: #FFFFFF; /* White */
    --bg-social-section-wrapper-after: #C89F52; /* Gold */
    --bg-footer: #1E3A2A; /* Dark Green */
    --border-module-div: #A8ADA9; /* Silver */
    --border-quick-links-footer: #FFFFFF; /* White */
    --social-icon: #1E3A2A; /* Dark Green */
    --bg-school-container: #FFFFFF; /* white */
    --text-school-heading: #1E3A2A; /* Dark green */
    --bg-school-list-heading: #1E3A2A; /* Dark green */
    --text-school-list-heading: #D4A242; /* yellow */
    --text-school-list-item: #1E3A2A; /* Dark green */
    --bg-school-list-item: #D4A242; /* yellow */
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../Fonts/bebasneue-regular-webfont.woff2') format('woff2'), url('../Fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial;
}

.sportModulesDiv ul div[class="no-content-message"] {
    padding: 10px 0 0 0;
    margin-left: -40px;
}

.module-title-text {
    white-space: nowrap;
}

.max-width-full {
    max-width: 100%;
}

.social-banner {
    background-color: var(--bg-social-banner);
    font-family: 'bebas_neueregular', sans-serif;
    font-weight: 900;
    color: var(--text-social-banner);
    width: 100%;
    display: flex;
    text-align: center;
}

.social-text {
    font-size: 24px;
}

.alert-message {
    position: relative;
    padding-right: 35px !important;
}

    .alert-message .close {
        position: absolute !important;
        top: 50% !important;
        right: 10px !important;
        transform: translateY(-50%);
        font-size: 20px;
        line-height: 1;
    }

@media (min-width: 576px) {
    .social-text {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .social-text {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .social-text {
        font-size: 40px;
    }
}

.social-thumb-icon {
    font-size: 34px;
    color: var(--social-icon);
}

.social-banner {
    background-color: var(--bg-social-banner);
    font-family: 'bebas_neueregular', sans-serif;
    font-weight: 900;
    color: var(--text-social-banner);
    width: 100%;
    display: flex;
    text-align: center;
}

.social-text {
    font-size: 24px;
}

#bodyOverride.ModulesExist:before {
    height: 915px !important;
}

#bodyOverride.ModulesExistAndEditable:before {
    height: 945px !important;
}

body#bodyOverride:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 40%;
    left: 0;
    right: 0;
    width: 100%;
    height: 655px;
    z-index: -1;
}

.open > .dropdown-menu {
    margin-top: initial;
}

button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color: #ffffff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

    button:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
        background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
        background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
        background-color: #f6f6f6;
    }

.validation-summary-errors {
    color: red;
}

.field-validation-error {
    color: red;
}
/*These are just placeholders so intellisense works, the actual values are set in the generic handlers
    DO NOT SET ANY VALUES IN THEM!!!!*/
.dpbgc {
    /*District Primary Background Color*/
}

.dsbgc {
    /*District Secondary Background Color*/
}

.dlbgc {
    /*District List Background Color*/
}

.dpc {
    /*District Primary Font Color*/
}

.dpc-title {
    /* District Title Font Color. */
}

.dsc {
    /*District Secondary Font Color*/
}

.dlc {
    /*District List Font Color*/
}

.spbgc {
    /*School Primary Background Color*/
}

.ssbgc {
    /*School Secondary Background Color*/
}

.slbgc {
    /*School List Background Color*/
}

.spc {
    /*School Primary Font Color*/
}

.ssc {
    /*School Secondary Font Color*/
}

.slc {
    /*School List Font Color*/
}
/*End placeholders*/


.fab {
    font-weight: normal;
}

.socialMediaIcon {
    font-size: 26px;
}

.controlPanelHeaderLink {
    position: absolute;
    right: 10px;
    top: -30px;
    text-decoration: underline;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.80);
    left: 0;
    bottom: -30px;
}

    .carousel-caption > h5 {
        text-align: left;
    }

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
    }

.carousel-indicators {
    bottom: 0px;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0.6;
}



a.socialMediaIcon:hover {
    text-decoration: none !important;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu, .dropdown:active .dropdown-menu, .dropdown:active {
        display: block;
    }
}


/*School and sport list pages*/

/*.ssHeader {
    padding: 10px 0px 0px 40px;
    font-weight: bold;
}*/

/*.ssHeader > div {
        display: flex;
        align-items: flex-end;
    }*/
.ssHeader {
    padding: 0px 55px 0px 50px;
    font-weight: bold;
}

.ssList h5, .schList h5 {
    text-align: center;
    padding: 10px 0px;
    margin: 10px 10px 0px 10px;
}

.ssList ul, .schList ul {
    padding: 10px 0px;
    margin: -10px 10px 10px 10px;
    list-style-type: none;
}

.ssList li, .schList li {
    padding: 5px;
    margin: 5px 0px;
}

.ssList a, .schList a {
    font-weight: bold;
    padding-right: 4px;
    margin-left: 5px;
}

.itemDetail {
    min-height: 75px;
    margin: 10px;
    padding: 5px;
    border: 1px solid black;
    background: white;
}
/*end*/

.sportModules {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0px;
    margin: 15px;
    width: 100%;
}

.sportModulesDiv {
    height: 350px;
    min-height: 350px;
    background-color: var(--bg-module-div);
    overflow-y: scroll;
    width: 100%;
    border: 1.5px solid var(--border-module-div);
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

    .sportModulesDiv ul {
        list-style-type: none;
        font-weight: bold;
    }

    .sportModulesDiv::-webkit-scrollbar {
        display: none;
    }

.sportModules > span {
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    /*border-bottom: #ccc solid;*/
    /*border: 2px solid #ccc;*/
}

.linkModuleDiv {
    padding: 0 10px 10px;
}

.schoolSportTeams {
    font-size: 16px;
    font-weight: bold;
}

    .schoolSportTeams div {
        margin: 10px 10px 20px 10px;
    }

    .schoolSportTeams h5 {
        font-family: bebas_neueregular;
        font-size: 30px;
        font-weight: 100 !important;
        /*font-weight: bold;*/
        margin-bottom: -5px;
    }

    .schoolSportTeams a {
        color: black;
        text-decoration: underline;
    }

.k-filter-row th, .k-grid-header th.k-header {
    border: 0px;
}

.k-grid td {
    border: 0px;
}

.gridFooterButton {
    border: 1px solid grey;
    background: white;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
}

.gridFooterLink {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
    background-color: #ffffff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 24px;
    text-decoration: none;
    margin-top: 6px;
    /*font-stretch:;*/
}

    .gridFooterLink:hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
        background-color: #f6f6f6;
        color: #666666;
    }

.HeaderContent {
    padding-top: 17px;
}

header {
    border-bottom: 1px solid #ccc;
}

header, nav {
    text-transform: uppercase;
    font-weight: bold;
}

.hamburger-button {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-dark .hamburger-button {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}


.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5);
}

.module-title {
    display: flex;
    align-items: center;
    text-align: left;
    font-family: bebas_neueregular;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.mainNavbar-collapse {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header-title {
    font-family: bebas_neueregular;
    font-size: 56px;
    font-weight: 100;
}

    .header-title:hover {
        text-decoration: none;
    }

.header-img {
    max-width: 400px;
    max-height: 100px;
}

.bottom-header-img {
    max-width: 400px;
    max-height: 100px;
}

.socialMedia-Container > a {
    padding-right: 20px;
}

    .socialMedia-Container > a > img {
        max-height: 25px;
        max-width: 25px;
    }

.storyContainer, .quicklinkContainer,
#CarouselStories .carousel-item {
    height: 600px;
}

.storyContainer, #CarouselStories {
    padding-right: 0;
}

.quicklinkContainer {
    padding-left: 0;
}

.innerWhite {
    background-color: white;
    color: black;
}

.innerContentWhite {
    background-color: white;
    color: black;
}

.innerContentWhite,
.contentRow {
    min-height: 468px;
}

#CarouselStories .carousel-control-container {
    width: 40px;
    height: 40px;
    background-color: #878787;
}

.carousel-control-prev, .carousel-control-next {
    margin-bottom: 130px;
}

/*#CarouselStories .carousel-item {
    height: 468px;
}*/

#CarouselStories .carousel-item > img {
    object-fit: cover;
    height: 100%;
}

#CarouselStories .carousel-control-container > span:first-child {
    position: relative;
    top: 10px;
}

#CarouselStories #carouselButtons {
    /*margin-left: 90%;*/
    position: absolute;
    top: 0px;
}

#carouselButtons {
    /*display:none;*/
}

#carouselButtons {
    display: flex;
    margin-top: 15px;
    margin-left: 818px;
}

.carousel-control-prev, .carousel-control-next {
    width: 40px;
}

.carousel-control-prev {
    left: 773px;
}

.carousel-control-next {
    right: 15px;
}

    .carousel-control-next .carousel-control-container {
        margin-top: -267px;
    }

.carousel-control-prev .carousel-control-container {
    margin-top: -267px;
}

#playButton:hover,
#pauseButton:hover {
    opacity: 1 !important;
}

.SecondMenu {
    height: 100%;
    background-color: #878787;
    color: lightgray;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    list-style: none;
    padding: 3rem;
    overflow-y: auto;
    max-height: 600px;
}

    .SecondMenu > li {
        border-bottom: 2px solid lightgray;
        padding: .4em;
    }

        .SecondMenu > li > a,
        .SecondMenu > li > a:hover {
            /*color: #e4e4e4;*/
            color: rgba(225,225,225,0.6);
        }

.dvForSponsor {
    text-align: center;
    margin: 5px 0;
}

#divSponsors {
    background-color: white;
    padding: 12px 25px;
}

    #divSponsors > .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

.dvSponsor .carousel-inner {
    width: 728px;
    height: 90px;
    border: 1px solid black;
    margin: auto;
    vertical-align: middle;
    left: 0px;
}

.dvSportSponsor .carousel-inner {
    width: 728px;
    height: 90px;
    border: 1px solid black;
    margin: auto;
    vertical-align: middle;
    left: 0px;
}

#divSponsors .carousel-item.active {
    height: 100%;
}

    #divSponsors .carousel-item.active > img {
        height: 100%;
        object-fit: contain;
    }

#divSponsors .carousel-control-prev,
#divSponsors .carousel-control-next {
    width: 35px;
    height: 120px;
    opacity: 1;
}

#divSponsors .carousel-control-prev {
    left: 9px
}

#divSponsors .carousel-control-next {
    right: 10px;
}

#UpcomingGamesWrapper {
    /*width: 100%;*/
}

.active-button-filter {
    text-decoration: underline;
}

#UpcomingGamesWrapper .k-header,
#UpcomingGamesWrapper .k-grid-pager {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    height: 38px;
}

#UpcomingGamesHeader .k-picker-wrap, #UpcomingGamesHeader #ScheduleDatePicker {
    height: 20px;
}

#UpcomingGamesHeader .k-icon.k-i-calendar {
    color: #787878;
    position: initial;
}

#ScheduleGrid .k-pager-sizes .k-input,
#ScheduleDatePicker {
    height: 20px;
    line-height: 14px;
}

#ScheduleGrid .k-pager-wrap > .k-link,
#ScheduleGrid .k-pager-wrap span.k-state-selected {
    height: 1.5em;
    line-height: 1.5em;
    position: relative;
    top: 3px;
}

#ScheduleGrid .k-pager-wrap .k-link {
    background-color: white;
}

#ScheduleGrid .k-pager-sizes .k-widget.k-dropdown {
    margin-top: -4px;
}

#ScheduleGrid .k-pager-wrap span.k-state-selected {
    background-color: white;
    color: black;
    border-color: black;
}

#UpcomingGamesHeader div {
    padding: 0.4em 0.6em 0.4em;
}

#TimeSpanButtons > button {
    border: none;
    text-shadow: 0px 0px;
    -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    margin-top: -6px;
    font-family: 'bebas_neueregular';
    font-size: 20px;
    font-weight: 100;
}

#colDate, #ScheduleGrid > table > tbody > tr > td:nth-child(1) {
    width: 200px;
    text-align: center;
}

.storyFloatedImg {
    float: left;
    margin-right: 10px;
}

/*Edit button section*/
#imgStoryEdit {
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

#imgSocialMediaEdit {
    margin-right: 5px;
}

#imgModuleEdit {
    position: absolute;
    right: 5px;
    top: 25px;
    cursor: pointer;
}

#imgModuleEditMainPage {
    position: absolute;
    cursor: pointer;
}
/*End edit button section*/
/*Telerik Overrides*/
#ScheduleDatePicker .k-grid-page .k-icon {
    color: #787878;
}

.sportModulesDiv ul li {
    padding: 10px 0 0 0;
    margin-left: -40px;
    font-family: bebas_neueregular;
    font-size: 20px;
    font-weight: 100;
}

.SecondMenu {
    font-family: 'bebas_neueregular';
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 100;
}

a.nav-link {
    font-family: 'bebas_neueregular';
    font-size: 20px;
    font-weight: 100;
}

#TimeSpanButtons, #colDate, #Filters, .k-pager-sizes.k-label, .k-pager-info.k-label {
    font-family: 'bebas_neueregular';
    font-size: 20px;
    font-weight: 100;
}

#chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
    margin-left: 12px;
}

#lblChkbxAway {
    margin-right: 10px;
}

span.k-widget.k-datepicker.k-header {
    margin-top: -9px;
}

.k-pager-sizes.k-label {
}

#ScheduleGrid > table > tbody > tr {
    font-size: 17px;
}

.schedGrid_SchoolName,
.schedGrid_TeamName {
    font-family: Arial !important;
}

.schedGrid_Date {
    font-family: Arial !important;
    font-weight: bold;
}

.schedGrid_Type {
    font-family: Arial !important;
}

.schedGrid_Level,
.schedGrid_Sport,
.schedGrid_specNotes,
.oppTeamName {
    font-family: Arial !important;
    font-weight: normal;
}

.k-widget.k-datepicker.k-header {
    width: 147px;
}

.schoolSportTeams {
    font-family: bebas_neueregular;
}

h1 {
    font-family: bebas_neueregular;
}

.schoolSportTeams a, span.slash {
    font-family: bebas_neueregular;
    font-size: 20px;
    font-weight: 100 !important;
}

span.title {
    font-family: bebas_neueregular;
    font-size: 20px;
    font-weight: 100 !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
    margin-top: -10px;
    margin-bottom: 15px;
}

.pr-4 {
    margin-top: -15px;
}

.winLossRow {
    font-size: 16px;
    padding: 15px;
    font-size: 24px;
    margin-right: 5px;
    margin-left: 5px;
    font-family: bebas_neueregular;
}

.divSchoolScheduleSet {
    display: flex;
    justify-content: space-between;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

#imgSchoolLogo {
    max-width: 80%
}

.winLossNumber {
    font-size: 50px;
    margin-top: -20px;
    margin-bottom: -10px;
}

.winLoss1, .winLoss2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

span.ExtraSpace {
    display: none;
}

.draggableModules_Mobile {
    display: none;
}

.schoolName h1 {
    font-size: 40px;
}

span.k-picker-wrap.k-state-default {
    margin-top: 8px;
}

a.k-link.k-pager-nav.k-state-disabled.k-pager-first,
a.k-link.k-pager-nav.k-state-disabled,
ul.k-pager-numbers.k-reset {
    margin-top: 3px
}

span.k-dropdown-wrap.k-state-default {
    margin-top: 9px;
}

span.k-pager-info.k-label {
    margin-top: 2px;
}

a.k-pager-refresh.k-link {
    margin-top: 4px;
}

.btn {
    border-radius: 0;
}

    .btn.btn-default.btn-xs {
        width: 40px;
        height: 40px;
    }

#playButton, #pauseButton {
    margin: 0 5px;
}

.schedGrid_SchoolName,
.schedGrid_TeamName,
.schedGrid_OppSchoolName,
.schedGrid_OppTeamName {
    margin-left: 20px;
}

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport,
    .schedGrid_TeamName,
    .schedGrid_OppSchoolName
    .schedGrid_Map {
        font-size: 17px;
    }

.schedGrid_SchoolName,
.schedGrid_OppTeamName {
    font-size: 23px;
}

.full-text-grid {
    display: inline-block;
    /*display:flex;*/
}

.small-text-grid {
    display: none;
}

.k-pager-wrap > .k-link > .k-icon {
    margin-top: 0;
    color: inherit;
}

.k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-picker-wrap.k-state-hover {
    background-position: 50% 50%;
    border-color: #dbdbdb;
}

.QLheader {
    font-size: 2rem;
    margin: -42px 0 -10px -10px;
    border-bottom: 0 !important;
}

.dvExportButtons {
    background: transparent;
    margin-top: -38px;
    position: inherit;
    margin-left: 293px;
}

#ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
    height: 1.9em;
    line-height: 1.5em;
    position: relative;
    top: 0px;
    border-radius: 0.9em;
}

/*THIS CHANGES THE ITEMS PER PAGE HOVER(Bootstrap) BUT CANNOT LOCATE PROPERTY FOR REFRESH BUTTON ON BOTTOM RIGHT OF GRID)*/
.siteMap, .controlPanelHeaderLink {
    color: #fff;
}

    .siteMap a, .controlPanelHeaderLink a {
        color: #fff;
    }

        .siteMap a:hover, .controlPanelHeaderLink a:hover {
            color: #fff;
        }

.flex {
    display: flex;
}

.flex-spacebetween {
    display: flex;
    justify-content: space-between;
}

.flex-ai-end {
    display: flex;
    align-items: flex-end;
}

.bebas {
    font-family: 'bebas_neueregular' !important;
    font-weight: normal;
}

.hdrYears {
    font-size: 30px;
    margin: 10px 0 -27px 0;
}

.hdrGameSchedule {
    font-size: 30px;
    margin: -25px 0 -3px 0;
}

.hdrPleaseChoose {
    font-size: 30px;
    margin: -13px 0 -3px 0;
}

.hdrSchoolName {
    font-size: 60px;
    margin-left: -2px;
}

.schoolHeader-Info {
    margin-left: 5px;
    margin-top: 15px;
}

.flex-ai-end {
    display: flex;
    align-items: flex-end;
}

.collapsedMenu {
    color: black;
    font-size: 20px;
    margin: 4px 0 -6px;
}

.siteMap, .controlPanelHeaderLink {
    font-size: 16px;
}

#rowSportList {
    margin: 0px 15px 15px 15px;
}


.pl-0-ck {
    padding-left: 15px;
}

.k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
    background-color: #ddd;
}

.schedGrid_SchoolName {
    margin-bottom: -6px;
    margin-left: 18px;
}

.schedGrid_Date, .schedGrid_Level, .schedGrid_Sport {
    text-align: center;
}

#ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > a:nth-child(4),
#ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > a:nth-child(5) {
    margin-top: 3px;
}

.schRow {
    margin: 15px;
}

#Page_DisplayName {
}

#dvExportButtons {
    background: transparent;
    margin-top: -53px;
    position: inherit;
    margin-left: 40px;
}

#SchedGrid {
    width: 101%;
}

#PracticeGrid {
    width: 101%;
}

#RosterGrid {
    width: 101%;
}

.schedGrid_Type {
    width: 25px;
    text-align: center;
    font-weight: bold;
}

#pageHeader {
    color: #787878;
    margin-top: 0px !important;
    font-family: 'Heebo', sans-serif;
}

.dvImgSchoolLogo {
    padding: 15px 0;
}

.gamesAway {
    font-weight: normal;
}

.gamesHome {
    font-weight: bold;
}

@media (max-width:1649px) {
    .gridFooterLink {
        font-size: 13px;
        font-weight: bold;
        padding: 2px 6px;
        text-decoration: none;
        margin-top: 7px;
        margin-left: 3px;
        margin-right: 3px;
    }
}

.icon {
    background: url('themes/base/images/icons8-question-mark-64.png') no-repeat top left;
}

.icon-accessibility {
    background-position: 0 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}


.align-items-baseline {
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important;
}

.logo_District {
    /*height: 100px !important;*/
    max-height: 100px !important;
    max-width: 400px !important;
    margin-bottom: 10px;
    margin-top: -25px;
}

.company-header-logo img {
    max-width: 200px;
    max-height: 100px;
    object-fit: contain;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*THIS CHANGES THE ITEMS PER PAGE HOVER(Bootstrap) BUT CANNOT LOCATE PROPERTY FOR REFRESH BUTTON ON BOTTOM RIGHT OF GRID)*/
@media (max-width: 1499px) {
    #divSponsors .carousel-control-prev {
        left: 0px;
    }

    #divSponsors .carousel-control-next {
        right: -10px;
    }

    .carousel-control-prev {
        left: 635px;
    }

    #divSponsors .carousel-inner {
        left: 5px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 15px;
        margin-left: 680px;
    }

    .schoolSportTeams {
        margin-left: -10px;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 230px;
        line-height: 20px;
    }

    .gridFooterLink {
        font-size: 13px;
        font-weight: bold;
        padding: 2px 6px;
        text-decoration: none;
        margin-top: 7px;
        margin-left: 3px;
        margin-right: 3px;
    }

    #TimeSpanButtons, #colDate, #Filters, .k-pager-sizes.k-label, .k-pager-info.k-label {
        font-family: 'bebas_neueregular';
        font-size: 17px;
        font-weight: 100;
    }

    .k-pager-info.k-label {
        padding-right: 7px;
    }

    #dvExportButtons {
        background: transparent;
        margin-top: -53px;
        position: inherit;
        margin-left: 90px;
    }
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


@media (max-width: 1200px) {
    body#bodyOverride:before, body#bodyOverride {
        height: 652px;
    }

    .SecondMenu {
        padding: 1em;
    }

    .dvSponsor .carousel-control-prev {
        left: 0px;
    }

    .dvSponsor .carousel-control-next {
        right: -10px;
    }

    .schoolSportTeams h5 {
        font-family: bebas_neueregular;
        font-size: 24px;
        margin-bottom: -5px;
    }

    .carousel-control-prev {
        left: 500px;
    }

    .dvSponsor .carousel-inner {
        width: 728px;
        height: 90px;
    }

    .dvSportSponsor .carousel-inner {
        width: 468px;
        height: 60px;
    }

    .dvSponsor .carousel-control-prev, .dvSponsor .carousel-control-next {
        width: 25px !important;
        height: 90px !important;
    }

    .dvSportSponsor .carousel-control-prev, .dvSportSponsor .carousel-control-next {
        width: 25px !important;
        height: 60px !important;
    }

    .schoolSportTeams a, span.slash {
        font-family: bebas_neueregular;
        font-size: 18px;
    }

    .schoolName h1 {
        font-size: 40px;
    }

    #colDate, #ScheduleGrid > table > tbody > tr > td:nth-child(1) {
        width: 120px;
        text-align: center;
    }

    #carouselButtons {
        display: flex;
        margin-top: 15px;
        margin-left: 545px;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport,
    .schedGrid_TeamName,
    .schedGrid_OppSchoolName
    .schedGrid_Map {
        font-size: 16px;
    }

    .schedGrid_SchoolName,
    .schedGrid_OppTeamName {
        font-size: 21px;
    }

    a.nav-link {
        font-family: 'bebas_neueregular';
        font-size: 18px;
        font-weight: 100;
    }

    .QLheader {
        font-size: 2rem;
        margin: -22px 0 -10px -10px;
        border-bottom: 0 !important;
    }

    #draggableModules {
        margin: 10px 0 0 0 !important;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 200px;
        line-height: 20px;
    }

    .dvExportButtons {
        background: transparent;
        margin-top: -38px;
        position: inherit;
        margin-left: 233px;
    }

    .schList {
        padding: 0px;
        margin: 0px -5px;
    }

    .hdrPleaseChoose {
        font-size: 30px;
        margin: -13px 0 -3px -25px;
    }

    .schRow {
        margin: 0 -45px 0 10px;
    }
}



/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width:1092px) {
    #dvExportButtons {
        background: transparent;
        margin-top: -8px;
        position: inherit;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .gridFooterLink {
        border: 1px solid grey;
    }
}

@media (max-width: 991px) {
    body#bodyOverride:before, body#bodyOverride {
        height: 452px;
    }

    .header-title {
        font-size: 40px;
    }

    .header-img {
        max-width: 250px;
    }

    .bottom-header-img {
        max-width: 250px;
    }

    #navbarSupportedContent {
        position: relative;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: absolute;
        bottom: 275px;
        right: 0
    }

    .dvSponsor .carousel-inner {
        width: 468px;
        height: 60px;
    }

    .dvSportSponsor .carousel-inner {
        width: 468px;
        height: 60px;
    }

    .dvSportSponsor .carousel-control-prev {
        left: -21px !important;
    }

    .dvSportSponsor .carousel-control-next {
        right: -25px;
    }

    .carousel-control-prev {
        left: 320px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 6px 0 0 0;
    }

    .schoolSportTeams {
        margin-left: 0;
    }

        .schoolSportTeams div {
            margin: 10px 10px 10px 0;
        }

        .schoolSportTeams h5 {
            font-size: 20px;
            margin-bottom: 0px;
            line-height: 1;
        }

        .schoolSportTeams a, span.slash {
            font-size: 14px;
        }

    .sportModulesDiv ul li {
        font-size: 14px;
    }

    .slash {
        /*display: none;*/
    }

    .divSchoolScheduleSet {
        /*flex-direction: column;*/
    }

    .schoolName h1 {
        font-size: 34px;
    }

    #TimeSpanButtons, #colDate, #Filters, .k-pager-sizes.k-label, .k-pager-info.k-label {
        font-size: 16px;
    }

    #TimeSpanButtons {
        width: 150px;
    }

    .k-widget.k-datepicker.k-header {
        width: 0px;
    }

    .text-right {
        text-align: left !important;
    }

    #carouselButtons {
        display: flex;
        margin-top: 15px;
        margin-left: 365px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 10px;
    }

    span.k-dropdown-wrap.k-state-default {
        margin-top: 5px;
    }

    #ScheduleGrid .k-pager-sizes .k-widget.k-dropdown {
        margin-top: 2px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > span.k-pager-sizes.k-label > span {
        height: 34px;
    }

    #ScheduleGrid {
        /*margin-top: -40px;*/
    }


    .schedGrid_SchoolName,
    .schedGrid_TeamName,
    .schedGrid_OppSchoolName,
    .schedGrid_OppTeamName {
        margin-left: 0px;
    }

        .schedGrid_Date,
        .schedGrid_Level,
        .schedGrid_Sport,
        .schedGrid_TeamName,
        .schedGrid_OppSchoolName
        .schedGrid_Map {
            font-size: 14px;
        }

    .schedGrid_SchoolName,
    .schedGrid_OppTeamName {
        font-size: 18px;
    }

    .QLheader {
        font-size: 1.5rem;
        margin: -22px 0 -10px -10px;
        border-bottom: 0 !important;
    }

    .flex {
        display: flex;
    }

    .flex-spacebetween {
        display: flex;
        justify-content: space-between;
    }

    .flex-ai-end {
        display: flex;
        align-items: flex-end;
    }


    .hdrYears {
        font-size: 24px;
        margin: 0px 0 -20px 0;
    }

    .hdrGameSchedule {
        font-size: 24px;
        margin: -21px 0 -3px 0;
    }

    .hdrSchoolName {
        font-size: 40px;
        margin-left: -2px;
    }

    .hdrPleaseChoose {
        font-size: 24px;
        margin: -11px 0 -3px 0;
    }

    .schoolHeader-Info {
        margin-left: 5px;
        margin-top: 15px;
    }

    .schoolHeader-Image {
        max-height: 105px;
    }

    #HeaderRow {
        align-items: flex-end !important;
    }

    .siteMap, .controlPanelHeaderLink {
        font-size: 12px;
    }

    #btnCurrentDay, #btn7Days, #btn30Days {
        padding: 0 14px 0 0px;
        font-size: 16px !important;
    }

    .carousel-inner {
        height: 600px;
    }

    .storyContainer /*, .quicklinkContainer*/, #CarouselStories .carousel-item {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-control-prev .carousel-control-container {
        margin-top: -109px;
    }

    .carousel-control-next .carousel-control-container {
        margin-top: -109px;
    }

    .carousel-caption {
        background-color: rgba(0, 0, 0, 0.80);
        left: 0;
        bottom: 0px;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 130px;
        line-height: 18px;
    }

    span.k-widget.k-datepicker.k-header {
        margin-left: 8px;
    }

    .oppTeamName {
        margin-left: -5px;
    }

    #UpcomingGamesHeader div {
        padding: 0.4em 0.72em 0.4em;
    }

    .ssList {
        padding: 0px;
    }

    #rowSportList {
        margin: 0px -5px 15px 10px;
    }

    .ssHeader {
        padding: 10px 25px 0px 30px;
        font-weight: bold;
    }

    .k-current-page {
        margin-left: -4px;
        color: black;
    }

    .dvExportButtons {
        background: transparent;
        margin-top: 2px;
        position: inherit;
        margin-left: 3px;
    }

    .logo_District {
        height: 75px !important;
    }

    .sportModules {
        height: 100% !important;
        padding: 0 30px !important;
    }
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-device-width: 425px) {
    .sportModules {
        padding: 0 30px !important;
    }
}




/*    374 - 412     */
@media only screen and (min-device-width: 374px) and (max-device-width: 412px) {

    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        /*width: 103% !important;*/
    }

    .carousel-control-next {
        right: 37px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 146px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 2em 3em 1em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
        padding: 6px;
    }

        #ScheduleGrid > table > tbody > tr > td.schedGrid_Type {
            width: 25px;
        }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 364px;
    }

    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 191px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 345px;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 0px;
    }

    .dvImgSchoolLogo {
        padding: 0px 0px 15px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        /*width: 96%;*/
    }

    /*.header-title, #HeaderRow {
        background: blue !important;
        color: yellow !important;
    }*/


    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 101%;
        margin-left: -10px;
    }

    .sportModules {
        padding: 0px 30px;
        height: 260px;
        margin-bottom: 0;
        -webkit-overflow-scrolling: touch !important;
        /*overflow-y: scroll;*/
    }

    .hdrYears {
        font-size: 20px;
        margin: -10px 0 -15px 0;
    }

    #dvExportButtons {
        margin-left: -10px;
    }

    .btnBack {
        margin-left: -10px;
    }


    .hdrGameSchedule {
        font-size: 19px;
        margin: -15px 0 -3px 0;
        width: 340px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 6px 0;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 50px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 65px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    .schRow {
        margin: 0 -55px 0 10px;
    }

    .winLoss1, .winLoss2 {
        display: flex;
        flex-direction: column;
        width: 70px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .schedGrid_TeamName {
        margin-top: 2px;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }

    /*#divSponsors {
        padding: 17px 0;
    }*/


    #UpcomingGamesWrapper .k-header,
    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    #colDate {
        width: 50px;
        display: none !important;
    }

    .d-table-row {
        display: block !important;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }

    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }
}
/*    374 - 412     */








/*    413 - 567     */
@media only screen and (min-device-width: 413px) and (max-device-width: 567px) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        /*width: 103% !important;*/
    }

    .carousel-control-next {
        right: 37px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 185px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 2em 3em 1em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        /*width: 50px;*/
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        width: 100px;
    }



    .schedGrid_OppTeam,
    .schedGrid_Map {
        width: 60px;
    }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }

    a {
        /*color: white;*/
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 364px;
    }

    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 21px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 230px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        /*width: 345px;*/
        width: 384px;
    }



    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 25px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        /*width: 96.5%;*/
    }

    /*.header-title, #HeaderRow {
        background: green !important;
        color: purple !important;
    }*/


    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 101%;
        margin-left: -10px;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 80px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .mainNavbarToggler {
        padding-left: 0 !important;
    }

    li.listAthleticsAdmin {
        display: flex;
        flex-direction: row;
        padding: 10px;
        border-top: 1px solid grey;
        height: 60px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-start;
        margin-left: 20px;
        margin-top: 25px;
    }

    .sCL1 {
        font-size: 10px !important;
    }

    #dvOuterAdminStaff > div:nth-child(1) > div:nth-child(4) {
        margin-top: -37px;
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 35px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 55px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    .schoolHeader-Info {
        margin-left: -8px;
        margin-top: 15px;
    }

    .hdrGameSchedule {
        font-size: 20px;
        margin: -21px 0 -3px 0;
    }

    .winLoss1, .winLoss2 {
        display: flex;
        flex-direction: column;
        width: 70px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    li.listAthleticsAdmin {
        display: flex;
        flex-direction: row;
        padding: 10px;
        border-top: 1px solid grey;
        height: auto;
    }

    .schedGrid_TeamName {
        margin-top: 2px;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }

    /*#divSponsors {
        padding: 17px 0;
    }*/


    #UpcomingGamesWrapper .k-header,
    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    #colDate {
        width: 50px;
        display: none !important;
    }

    .d-table-row {
        display: block !important;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }
}
/*    413 - 567     */








/*    568 - 575     */
@media only screen and (min-device-width: 568px) and (max-device-width: 575px) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        right: 37px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 185px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 2em 3em 1em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        /*width: 50px;*/
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        width: 100px;
    }



    .schedGrid_OppTeam,
    .schedGrid_Map {
        width: 60px;
    }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }

    a {
        /*color: white;*/
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 364px;
    }

    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 21px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 230px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        /*width: 345px;*/
        width: 384px;
    }



    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 25px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    /*.header-title, #HeaderRow {
        background: green !important;
        color: purple !important;
    }*/

    #SchedGrid {
        width: 100.5%;
        margin-left: -10px;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 80px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }
}
/*    568 - 575     */







/*     576 - 665    */
@media only screen and (min-device-width: 576px) and (max-device-width: 665px) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride:before, body#bodyOverride {
        height: 614px;
        width: 100%;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        right: 10px;
        top: -209px;
    }

    .carousel-control-prev {
        left: 184px;
        top: -209px;
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 1em 3em 3em 3em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 210px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport,
    .schedGrid_TeamName,
    .schedGrid_OppSchoolName
    .schedGrid_Map {
        font-size: 12px;
        margin-left: 0;
        float: left;
    }

    .schedGrid_SchoolName,
    .schedGrid_OppTeamName {
        font-size: 14px;
        margin-left: 0;
    }

    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        width: 100px;
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
    }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 364px;
    }

    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }





    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 229px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    .schoolHeader-Info {
        margin-left: -10px;
        margin-top: -10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .smallScreenHeader_NameLogo {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    #schoolHeader_Name {
        display: flex;
        align-items: flex-end;
        margin-bottom: -5px;
        margin-left: -138px;
    }

    .hdrYears {
        font-size: 16px;
        margin: 10px 0 -13px 0;
    }

    .hdrSchoolName {
        font-size: 24px;
        margin-left: 0px;
    }

    .hdrGameSchedule {
        font-size: 16px;
        margin: -13px 0 -3px 0;
    }

    .hdrPleaseChoose {
        font-size: 16px;
        margin: -13px 0 -3px 0;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport,
    .schedGrid_Type,
    .schedGrid_Map {
        display: flex;
        align-content: flex-start;
    }
}
/*     576 - 665    */









/*     666 - 735    */
@media only screen and (min-device-width: 666px) and (max-device-width: 735px) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride::before, body#bodyOverride {
        height: 496px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        /*width: 103% !important;*/
    }

    .carousel-control-next {
        right: 10px;
        top: -10px;
    }

    .carousel-control-prev {
        left: 310px;
        top: -10px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 355px;
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 1em 3em 3em 3em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 210px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport,
    .schedGrid_TeamName,
    .schedGrid_OppSchoolName,
    .schedGrid_Map {
        font-size: 12px;
        margin-left: 0;
        float: left;
    }

    .schedGrid_SchoolName,
    .schedGrid_OppTeamName {
        font-size: 14px;
        margin-left: 0;
    }

    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        /*width: 100px;*/
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
    }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 510px;
    }

    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }





    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    /*#carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 355px;
    }*/

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    .schoolHeader-Info {
        margin-left: -10px;
        margin-top: -10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .smallScreenHeader_NameLogo {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    #schoolHeader_Name {
        display: flex;
        align-items: flex-end;
        margin-bottom: -5px;
        margin-left: -138px;
    }

    .hdrYears {
        font-size: 16px;
        margin: 10px 0 -13px 0;
    }

    .hdrSchoolName {
        font-size: 24px;
        margin-left: 0px;
    }

    .hdrGameSchedule {
        font-size: 16px;
        margin: -13px 0 -3px 0;
    }

    .hdrPleaseChoose {
        font-size: 16px;
        margin: -13px 0 -3px 0;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .pl-0, .px-0 {
        padding-left: 0px !important;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Sport {
        width: 75px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 100px !important;
        display: inline-block;
    }

    .k-grid td {
        /* border-style: solid; */
        /*border-width: 0 0 0 1px;*/
        padding: 0 0 0 3px;
        overflow: hidden;
        line-height: 1.6em;
        vertical-align: middle;
        text-overflow: ellipsis;
    }

    #colDate, #ScheduleGrid > table > tbody > tr > td:nth-child(1) {
        width: 90px !important;
        text-align: center;
    }

    #TimeSpanButtons, #colDate, #Filters, .k-pager-sizes.k-label, .k-pager-info.k-label {
        font-size: 13px;
    }

    #rowSportList {
        margin: 0px 10px 15px -5px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 15px;
        font-size: 14px;
        margin-right: 0;
        margin-left: 0;
        font-family: bebas_neueregular;
    }

    .winLossNumber {
        font-size: 24px;
        margin-top: -7px;
        margin-bottom: 0px;
    }

    .pl-0 {
        margin-left: 15px !important;
    }

    #PracticeGrid, #RosterGrid, #SchedGrid {
        width: 102% !important;
        margin: 0 -6px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    tr.k-alt > td:nth-child(4) {
        width: 70px;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    #HeaderRow {
        align-items: center !important;
    }

    .align-items-baseline {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    /*.dvSchoolIndexMain {*/
    .pr-0, .px-0 {
        padding-right: 15px !important;
    }
    /*}*/

    /*#SchedGrid {
        width: 102%;
        margin: 0 -6px;
    }*/

    #dvOuterAdminStaff > div:nth-child(1) > div:nth-child(4) {
        margin-top: -37px;
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 0px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 0px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 40px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    #schoolHeader_Name {
        display: flex;
        align-items: flex-end;
        margin-bottom: -5px;
        margin-left: -219px;
    }

    .hdrPleaseChoose {
        font-size: 26px;
        margin: 10px 0 -3px 0px;
    }

    .hdrYears {
        font-size: 16px;
        margin: 10px 0 -13px 0px;
    }

    .hdrSchoolName {
        font-size: 24px;
        /*margin-left: 10px;*/
    }
}
/*     666 - 735    */





/*     736 - 810    */
@media only screen and (min-device-width: 736px) and (max-device-width: 810px) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    #HeaderRow > a, #HeaderRow > #HeaderImg-Wrapper {
        width: 100%;
    }

    .SlideContainer {
        height: auto;
    }

    .carousel-control-prev {
        left: 185px;
    }

    .schoolName h1 {
        font-size: 22px;
    }

    /*#carouselButtons {
        display: flex;
        margin-top: 15px;
        margin-left: 230px;
    }*/

    .SecondMenu {
        font-family: 'bebas_neueregular';
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 100;
    }

    .winLossNumber {
        font-size: 40px;
        margin-top: -18px;
        margin-bottom: -10px;
    }

    #ScheduleGrid {
        margin-top: -40px;
    }


    .schedGrid_SchoolName,
    .schedGrid_TeamName,
    .schedGrid_OppSchoolName,
    .schedGrid_OppTeamName {
        margin-left: -7px;
    }

        .schedGrid_Date,
        .schedGrid_Level,
        .schedGrid_Sport,
        .schedGrid_TeamName,
        .schedGrid_OppSchoolName
        .schedGrid_Map {
            font-size: 14px;
        }

    .schedGrid_SchoolName,
    .schedGrid_OppTeamName {
        font-size: 18px;
    }

    #colDate {
        width: 86px;
        text-align: center;
    }

    #TimeSpanButtons, #colDate, #Filters, .k-pager-sizes.k-label, .k-pager-info.k-label {
        font-size: 14px;
    }

    #TimeSpanButtons {
        width: 130px;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    #UpcomingGamesWrapper .k-header, #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 30px;
    }

    span.k-widget.k-datepicker.k-header {
        margin-top: -14px;
    }

    #Filters {
        padding-left: 20px;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.5em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > span.k-pager-sizes.k-label > span {
        height: 27px;
        margin-top: -10px;
    }

    .spomo2, .spomo3 {
        margin-top: -12px;
    }

    .spomo4 {
        margin-top: -92px;
        margin-bottom: -64px;
    }

    .schoolHeader-Info {
        margin-left: 0px;
        margin-top: 15px;
    }

    #schoolHeader_Logo {
        margin-right: 20px;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    .pl-0, .px-0 {
        padding-left: -10px !important;
    }

    .sportModulesDiv ul li {
        font-size: 17px;
    }

    .row.SlideContainer.col-md-3 {
        margin-bottom: 30px;
    }

    #UpcomingGamesWrapper {
        margin-top: 39px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 15px;
        margin-left: 350px;
        /*margin-left: 205px;*/
    }

    .carousel-control-prev {
        /*left: 185px;*/
        left: 305px;
    }

    #btnCurrentDay, #btn7Days, #btn30Days {
        padding: 0 12px 0 0px;
        font-size: 14px !important;
    }

    .schedGrid_Date, .schedGrid_Level, .schedGrid_Sport {
        float: left;
        text-align: left !important;
    }

    .schedGrid_Level {
        margin-bottom: -10px;
    }

    .schedGrid_Date {
        width: 100px;
        text-align: left !important;
        margin-bottom: -7px;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 150px;
        line-height: 18px;
    }

    .schedGrid_Level {
        width: 100px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        height: 25px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > span.k-pager-sizes.k-label > span {
        margin-left: -10px;
    }

    span.k-pager-info.k-label {
        margin-top: 0;
        margin-right: 0;
    }

    .schRow {
        margin: 0 15px 0 10px;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .winLossMain {
        padding-left: 0;
        padding-right: 0;
    }

    /*#SchedGrid {
        width: 100.65%;
        margin-left: -10px;
    }*/

    #SchedGrid {
        width: 100%;
        margin: 0 -10px 0 -8px;
    }

    #PracticeGrid {
        width: 100%;
        margin: 0 -10px 0 -8px;
    }

    #RosterGrid {
        width: 100%;
        margin: 0 -10px 0 -8px;
    }

    .bsoSchool {
        width: 100% !important;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: absolute;
        bottom: 10px;
        right: 0;
    }
    /*.pl-0, .px-0 {
        padding-left: 0px !important;
    }*/
    .pl-0 {
        margin-left: 15px !important;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .pr-0, .px-0 {
        padding-right: 15px !important;
    }

    .schList {
        padding: 0px;
        margin: 0px -5px 0 0;
    }

    #rowSportList {
        margin: 0px 0px 15px 0px;
    }

    #dvOuterAdminStaff > div:nth-child(1) > div:nth-child(4) {
        margin-top: -37px;
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 100%;
        margin: 0 0 0 0px;
    }


    .schoolGridPrimary th {
        display: none;
    }
}
/*     736 - 810    */









/*     811 - 889    */
@media only screen and (min-device-width: 811px) and (max-device-width: 889px) {

    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride::before, body#bodyOverride {
        height: 496px;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: absolute;
        bottom: 10px;
        right: 0;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_OppTeam {
        width: 120px;
    }

    /*////////////////////////////////////////////////////////////////////////////*/
    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    /*.pr-0, .px-0 {
        padding-right: 15px !important;
    }*/
    .schList {
        padding: 0px;
        margin: 0px -5px 0 0;
    }

    #rowSportList {
        margin: 0px -15px 15px 0px;
    }

    #dvOuterAdminStaff > div:nth-child(1) > div:nth-child(4) {
        margin-top: -37px;
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 100%;
        margin: 0 0 0 0px;
    }


    .schoolGridPrimary th {
        display: none;
    }

    .schRow {
        margin: 0 -25px 0 10px;
    }

    .hdrGameSchedule {
        font-size: 24px;
        margin: -21px 0 -3px 0;
        width: 440px;
    }

    #HeaderRow {
        align-items: center !important;
    }


    .carousel-control-next {
        right: 10px;
        top: -10px;
    }

    .carousel-control-prev {
        left: 325px;
        top: -10px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 370px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 510px;
    }

    #Filters {
        font-size: 11px;
        width: 320px;
    }

        #Filters.text-right {
            text-align: right !important;
        }

    .schedGrid_OppTeam {
        width: 100px !important;
    }

    .schedGrid_Map {
        display: flex;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-caption {
        background-color: rgba(0, 0, 0, 0.80);
        left: 0;
        bottom: 0;
        padding-bottom: 30px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 690px;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }

    #colDate, #ScheduleGrid > table > tbody > tr > td:nth-child(1) {
        width: 70px;
        text-align: center;
    }

    #UpcomingGamesWrapper .k-header /*, #UpcomingGamesWrapper .k-grid-pager*/ {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 35px;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 176px;
        line-height: 18px;
    }

    .divSchoolScheduleSet {
        flex-direction: column;
    }

        .divSchoolScheduleSet a {
            padding: 5px 0;
        }

            .divSchoolScheduleSet a:first-child {
                padding: 0 0 5px 0;
            }

            .divSchoolScheduleSet a:last-child {
                padding: 5px 0 0 0;
            }

    .slash {
        display: none;
    }

    .dvImgSchoolLogo {
        padding: 65px 0 15px;
    }
}
/*     811 - 889    */



/*     896 - 990    */
@media only screen and (min-device-width: 890px) and (max-device-width: 990px) {
    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: absolute;
        bottom: 10px;
        right: 0;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_OppTeam {
        width: 120px;
    }

    /*////////////////////////////////////////////////////////////////////////////*/
    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    /*.pr-0, .px-0 {
        padding-right: 15px !important;
    }*/
    .schList {
        padding: 0px;
        margin: 0px -5px 0 0;
    }

    #rowSportList {
        margin: 0px -15px 15px 0px;
    }

    #dvOuterAdminStaff > div:nth-child(1) > div:nth-child(4) {
        margin-top: -37px;
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 100%;
        margin: 0 0 0 0px;
    }


    .schoolGridPrimary th {
        display: none;
    }

    .schRow {
        margin: 0 -25px 0 10px;
    }

    .hdrGameSchedule {
        font-size: 24px;
        margin: -21px 0 -3px 0;
        width: 440px;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    #HeaderRow {
        align-items: center !important;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 370px !important;
    }

    .carousel-control-prev {
        left: 325px;
    }

    .SecondMenu {
        padding: 2em 1em 1em;
    }
}
/*     896 - 990    */






@media (min-width: 1500px) {
    .container {
        max-width: 1325px;
    }
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .SlideContainer > .col-md-9 {
        padding-right: 0;
    }

    .SlideContainer > .col-md-3 {
        padding-left: 0;
    }

    .logo_District {
        height: 50px !important;
    }

    .header-title {
        font-size: 30px;
        /*line-height: 1;*/
        margin-bottom: 7px;
    }
}

@media (max-width:576px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .quicklinkContainer {
        padding-left: 15px;
    }

    .SlideContainer > .col-md-3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    #divSponsors {
        height: 145px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 0 !important;
    }

    #UpcomingGamesWrapper {
        /* width: 100%; */
        /* width: 100%; */
        /*margin-top: 30px !important;*/
        margin-top: 70px !important;
    }

    .logo_District {
        margin-top: -5px;
        max-height: 50px;
    }
}


/*BS from BOOTSTRAP datalist cauding issue*/
/*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
     padding-right: 0px; 
     padding-left: 0px; 
}*/


/*.header-title, #HeaderRow {
    background: green !important;
    color: purple !important;
}*/




/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/


/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        right: 37px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 90px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 2em 3em 1em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        /*padding: 0 3px;*/
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 1px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
        padding: 6px;
    }

        #ScheduleGrid > table > tbody > tr > td.schedGrid_Type {
            width: 25px;
        }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 290px;
    }

    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 135px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px 0;
        width: 290px;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 0px;
    }

    .dvImgSchoolLogo {
        padding: 0px 0px 15px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        width: 96%;
    }

    /*.header-title, #HeaderRow {
        background: blue !important;
        color: yellow !important;
    }*/


    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 101%;
        margin-left: -10px;
    }

    .hdrYears {
        font-size: 20px;
        margin: -10px 0 -15px 0;
    }

    #dvExportButtons {
        margin-left: -10px;
    }

    .btnBack {
        margin-left: -10px;
    }


    .hdrGameSchedule {
        font-size: 19px;
        margin: -15px 0 -3px 0;
        width: 340px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 6px 0;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 50px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 65px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    .schRow {
        margin: 0 -55px 0 10px;
    }

    .winLoss1, .winLoss2 {
        display: flex;
        flex-direction: column;
        width: 70px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .schedGrid_TeamName {
        margin-top: 2px;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }

    /*#divSponsors {
        padding: 17px 0;
    }*/


    #UpcomingGamesWrapper .k-header,
    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    #colDate {
        width: 50px;
        display: none !important;
    }

    .d-table-row {
        display: block !important;
    }

    #TimeSpanButtons.text-left {
        text-align: right !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 200px;
    }

    #btnCurrentDay {
        padding: 0 3px 0 0 !important;
    }

    #btn7Days {
        padding: 0 3px !important;
    }

    #btn30Days {
        padding: 0 0 0 3px !important;
    }

    #UpcomingGamesHeader-row {
        margin-left: -60px !important;
    }

    .schedGrid_Date, .schedGrid_Level, .schedGrid_Sport, .schedGrid_TeamName, .schedGrid_OppSchoolName
    .schedGrid_Map {
        font-size: 10px;
    }

    .schedGrid_SchoolName, .schedGrid_OppTeamName {
        font-size: 14px;
        /*ize: 18px;*/
    }

    #colDate, #ScheduleGrid > table > tbody > tr > td:nth-child(1) {
        width: 60px;
        /*th: 120px;*/
        text-align: center;
    }

    .schedGrid_Sport {
        width: 74px;
        /*th: 100px;*/
    }
    /*.dvFix {
        margin-left: -15px;
    }*/
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        /*width: 103% !important;*/
    }

    .carousel-control-next {
        right: 37px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 338px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 2em 3em 1em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        width: 100px;
        font-size: 11px;
        display: inline-block !important;
    }

    #Filters {
        font-size: 11px;
        width: 355px;
    }

        #Filters.text-right {
            text-align: right !important;
        }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    /*#colDate {
        }*/

    #ScheduleGrid > table > tbody > tr > td {
        /*width: 50px;*/
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        width: 100px;
    }



    .schedGrid_OppTeam,
    .schedGrid_Map {
        width: 60px;
    }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }

    a {
        /*color: white;*/
    }



    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    /*#divSponsors .carousel-inner {
            width: 300px;
        }*/

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 21px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 383px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px 0;
        width: 538px;
    }





    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 25px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        /*width: 96.5%;*/
    }

    /*.header-title, #HeaderRow {
        background: green !important;
        color: purple !important;
    }*/

    #SchedGrid {
        width: 100.5%;
        margin-left: -10px;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 80px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 240px;
        line-height: 18px;
    }

    .schedGrid_Sport {
        width: 170px;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride:before, body#bodyOverride {
        height: 505px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        /*right: 10px;*/
        right: 25px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 146px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 2em 3em 1em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
        padding: 6px;
    }

        #ScheduleGrid > table > tbody > tr > td.schedGrid_Type {
            width: 25px;
        }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 364px;
    }

    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 191px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 345px;
    }

    .dropdown-menu {
        display: block;
    }

    .district-dropdown-hide {
        display: none !important;
    }

    .district-dropdown-show {
        display: block !important;
    }

    .district-dropdown-icon {
        display: inline-block !important;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .dropdown-toggle ::after {
        content: none;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 0px;
    }

    .dvImgSchoolLogo {
        padding: 0px 0px 15px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        width: 96%;
    }

    /*.header-title, #HeaderRow {
        background: blue !important;
        color: yellow !important;
    }*/


    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 101%;
        margin-left: -10px;
    }

    .sportModules {
        padding: 0px 30px;
        height: 260px;
        margin-bottom: 0;
        -webkit-overflow-scrolling: touch !important;
        /*overflow-y: scroll;*/
    }

    .hdrYears {
        font-size: 20px;
        margin: -10px 0 -15px 0;
    }

    #dvExportButtons {
        margin-left: -10px;
    }

    .btnBack {
        margin-left: -10px;
    }


    .hdrGameSchedule {
        font-size: 19px;
        margin: -15px 0 -3px 0;
        width: 340px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 6px 0;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 50px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 65px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    .schRow {
        margin: 0 -55px 0 10px;
    }

    .winLoss1, .winLoss2 {
        display: flex;
        flex-direction: column;
        width: 70px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .schedGrid_TeamName {
        margin-top: 2px;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }

    /*#divSponsors {
            padding: 17px 0;
        }*/


    #UpcomingGamesWrapper .k-header,
    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    #colDate {
        width: 50px;
        display: none !important;
    }

    .d-table-row {
        display: block !important;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }


    #UpcomingGamesHeader-row {
        margin-left: 0px !important;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        padding-left: 0px;
        padding-right: 15px
    }

    body#bodyOverride::before, body#bodyOverride {
        height: 496px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        /*width: 103% !important;*/
    }

    .carousel-control-next {
        right: 10px;
        top: -10px;
    }

    .carousel-control-prev {
        left: 310px;
        top: -10px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 355px;
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 1em 3em 3em 3em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #TimeSpanButtons {
        margin-top: 9px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport,
    .schedGrid_TeamName,
    .schedGrid_OppSchoolName,
    .schedGrid_Map {
        font-size: 12px;
        margin-left: 0;
        float: left;
    }

    .schedGrid_SchoolName,
    .schedGrid_OppTeamName {
        font-size: 14px;
        margin-left: 0;
    }

    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        /*width: 100px;*/
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
    }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 510px;
    }

    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }





    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    /*#carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 355px;
    }*/

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    .schoolHeader-Info {
        margin-left: -10px;
        margin-top: -10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .smallScreenHeader_NameLogo {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    #schoolHeader_Name {
        display: flex;
        align-items: flex-end;
        margin-bottom: -5px;
        margin-left: -138px;
    }

    .hdrYears {
        font-size: 16px;
        margin: 10px 0 -13px 0;
    }

    .hdrSchoolName {
        font-size: 24px;
        margin-left: 0px;
    }

    .hdrGameSchedule {
        font-size: 16px;
        margin: -13px 0 -3px 0;
    }

    .hdrPleaseChoose {
        font-size: 16px;
        margin: -13px 0 -3px 0;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .pl-0, .px-0 {
        padding-left: 0px !important;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Sport {
        width: 75px;
    }

    .schedGrid_Type {
        display: flex;
        margin-bottom: 0px !important;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 0px !important;
        padding-left: 10px !important;
    }

    .schedGrid_OppTeam {
        width: 100px !important;
        display: inline-block;
    }

    .k-grid td {
        /* border-style: solid; */
        /*border-width: 0 0 0 1px;*/
        padding: 0 0 0 3px;
        overflow: hidden;
        line-height: 1.6em;
        vertical-align: middle;
        text-overflow: ellipsis;
    }

    #colDate, #ScheduleGrid > table > tbody > tr > td:nth-child(1) {
        width: 90px !important;
        text-align: center;
    }

    #TimeSpanButtons, #colDate, #Filters, .k-pager-sizes.k-label, .k-pager-info.k-label {
        font-size: 13px;
    }

    #rowSportList {
        margin: 0px 10px 15px -5px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 15px;
        font-size: 14px;
        margin-right: 0;
        margin-left: 0;
        font-family: bebas_neueregular;
    }

    .winLossNumber {
        font-size: 24px;
        margin-top: -7px;
        margin-bottom: 0px;
    }

    .pl-0 {
        margin-left: 15px !important;
    }

    #PracticeGrid, #RosterGrid, #SchedGrid {
        width: 102% !important;
        margin: 0 -6px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    tr.k-alt > td:nth-child(4) {
        width: 70px;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    #HeaderRow {
        align-items: center !important;
    }

    .align-items-baseline {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    /*.dvSchoolIndexMain {*/
    .pr-0, .px-0 {
        padding-right: 0px !important;
    }
    /*}*/

    /*#SchedGrid {
        width: 102%;
        margin: 0 -6px;
    }*/

    #dvOuterAdminStaff > div:nth-child(1) > div:nth-child(4) {
        margin-top: -37px;
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 0px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 0px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 40px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    #schoolHeader_Name {
        display: flex;
        align-items: flex-end;
        margin-bottom: -5px;
        margin-left: -219px;
    }

    .hdrPleaseChoose {
        font-size: 26px;
        margin: 10px 0 -3px 0px;
    }

    .hdrYears {
        font-size: 16px;
        margin: 10px 0 -13px 0px;
    }

    .hdrSchoolName {
        font-size: 24px;
        /*margin-left: 10px;*/
    }

    #UpcomingGamesHeader-row {
        display: flex !important;
        justify-content: space-between;
    }

    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 38px;
    }

    .schedGrid_SchoolAndTeam {
        padding: 0px !important;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {

    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        right: 37px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 185px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 2em 3em 1em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        /*width: 50px;*/
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        width: 100px;
    }



    .schedGrid_OppTeam,
    .schedGrid_Map {
        width: 60px;
    }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }

    a {
        /*color: white;*/
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 364px;
    }

    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 21px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 230px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        /*width: 345px;*/
        width: 384px;
    }



    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 25px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        width: 96.5%;
    }

    /*.header-title, #HeaderRow {
        background: green !important;
        color: purple !important;
    }*/


    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 101%;
        margin-left: -10px;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 80px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .mainNavbarToggler {
        padding-left: 0 !important;
    }

    li.listAthleticsAdmin {
        display: flex;
        flex-direction: row;
        padding: 10px;
        border-top: 1px solid grey;
        height: 60px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-start;
        margin-left: 20px;
        margin-top: 25px;
    }

    .sCL1 {
        font-size: 10px !important;
    }

    #dvOuterAdminStaff > div:nth-child(1) > div:nth-child(4) {
        margin-top: -37px;
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 35px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 55px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    .schoolHeader-Info {
        margin-left: -8px;
        margin-top: 15px;
    }

    .hdrGameSchedule {
        font-size: 20px;
        margin: -21px 0 -3px 0;
    }

    .winLoss1, .winLoss2 {
        display: flex;
        flex-direction: column;
        width: 70px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    li.listAthleticsAdmin {
        display: flex;
        flex-direction: row;
        padding: 10px;
        border-top: 1px solid grey;
        height: auto;
    }

    .schedGrid_TeamName {
        margin-top: 2px;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }

    /*#divSponsors {
            padding: 17px 0;
        }*/


    #UpcomingGamesWrapper .k-header,
    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    #colDate {
        width: 50px;
        display: none !important;
    }

    .d-table-row {
        display: block !important;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }


    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    #HeaderRow > a, #HeaderRow > #HeaderImg-Wrapper {
        width: 100%;
    }

    .SlideContainer {
        height: auto;
    }

    .carousel-control-prev {
        left: 185px;
    }

    .schoolName h1 {
        font-size: 22px;
    }

    /*#carouselButtons {
        display: flex;
        margin-top: 15px;
        margin-left: 230px;
    }*/

    .SecondMenu {
        font-family: 'bebas_neueregular';
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 100;
    }

    .winLossNumber {
        font-size: 40px;
        margin-top: -18px;
        margin-bottom: -10px;
    }

    #ScheduleGrid {
        margin-top: -40px;
    }


    .schedGrid_SchoolName,
    .schedGrid_TeamName,
    .schedGrid_OppSchoolName,
    .schedGrid_OppTeamName {
        margin-left: -7px;
    }

        .schedGrid_Date,
        .schedGrid_Level,
        .schedGrid_Sport,
        .schedGrid_TeamName,
        .schedGrid_OppSchoolName
        .schedGrid_Map {
            font-size: 14px;
        }

    .schedGrid_SchoolName,
    .schedGrid_OppTeamName {
        font-size: 18px;
    }

    #colDate {
        width: 86px;
        text-align: center;
    }

    #TimeSpanButtons, #colDate, #Filters, .k-pager-sizes.k-label, .k-pager-info.k-label {
        font-size: 14px;
    }

    #TimeSpanButtons {
        width: 130px;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    #UpcomingGamesWrapper .k-header, #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 30px;
    }

    span.k-widget.k-datepicker.k-header {
        margin-top: -14px;
    }

    #Filters {
        padding-left: 20px;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.5em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > span.k-pager-sizes.k-label > span {
        height: 27px;
        /*margin-top: -10px;*/
    }

    .spomo2, .spomo3 {
        margin-top: -12px;
    }

    .spomo4 {
        margin-top: -92px;
        margin-bottom: -64px;
    }

    .schoolHeader-Info {
        margin-left: 0px;
        margin-top: 15px;
    }

    #schoolHeader_Logo {
        margin-right: 20px;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    .pl-0, .px-0 {
        padding-left: -10px !important;
    }

    .sportModulesDiv ul li {
        font-size: 17px;
    }

    .row.SlideContainer.col-md-3 {
        margin-bottom: 30px;
    }

    #UpcomingGamesWrapper {
        margin-top: 39px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 15px;
        margin-left: 350px;
        /*margin-left: 205px;*/
    }

    .carousel-control-prev {
        /*left: 185px;*/
        left: 305px;
    }

    #btnCurrentDay, #btn7Days, #btn30Days {
        padding: 0 12px 0 0px;
        font-size: 14px !important;
    }

    .schedGrid_Date, .schedGrid_Level, .schedGrid_Sport {
        float: left;
        text-align: left !important;
    }

    .schedGrid_Level {
        margin-bottom: -10px;
    }

    .schedGrid_Date {
        width: 100px;
        text-align: left !important;
        margin-bottom: -7px;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 150px;
        line-height: 18px;
    }

    .schedGrid_Level {
        width: 100px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        height: 25px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > span.k-pager-sizes.k-label > span {
        margin-left: -10px;
    }

    span.k-pager-info.k-label {
        margin-top: 0;
        margin-right: 0;
    }

    .schRow {
        margin: 0 15px 0 10px;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .winLossMain {
        padding-left: 0;
        padding-right: 0;
    }

    /*#SchedGrid {
        width: 100.65%;
        margin-left: -10px;
    }*/

    #SchedGrid {
        width: 100%;
        margin: 0 -10px 0 -8px;
    }

    #PracticeGrid {
        width: 100%;
        margin: 0 -10px 0 -8px;
    }

    #RosterGrid {
        width: 100%;
        margin: 0 -10px 0 -8px;
    }

    .bsoSchool {
        width: 100% !important;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: absolute;
        bottom: 10px;
        right: 0;
    }
    /*.pl-0, .px-0 {
        padding-left: 0px !important;
    }*/
    .pl-0 {
        margin-left: 15px !important;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .pr-0, .px-0 {
        padding-right: 0px !important;
    }

    .schList {
        padding: 0px;
        margin: 0px -5px 0 0;
    }

    #rowSportList {
        margin: 0px 0px 15px 0px;
    }

    #dvOuterAdminStaff > div:nth-child(1) > div:nth-child(4) {
        margin-top: -37px;
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 100%;
        margin: 0 0 0 0px;
    }


    .schoolGridPrimary th {
        display: none;
    }
}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 808px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .pl-0 {
        margin-left: 0px !important;
    }
}


/* ----------- iPhone X, XS ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }


    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        right: 25px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 146px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 2em 3em 1em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
        padding: 6px;
    }

        #ScheduleGrid > table > tbody > tr > td.schedGrid_Type {
            width: 25px;
        }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }


    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 191px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 13px;
        width: 345px;
    }

    .dropdown-menu {
        display: block;
    }

    .district-dropdown-hide {
        display: none !important;
    }

    .district-dropdown-show {
        display: block !important;
    }

    .district-dropdown-icon {
        display: inline-block !important;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .dropdown-toggle ::after {
        content: none;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 0px;
    }

    .dvImgSchoolLogo {
        padding: 0px 0px 15px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        width: 96%;
    }

    /*.header-title, #HeaderRow {
        background: blue !important;
        color: yellow !important;
    }*/


    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 101%;
        margin-left: -10px;
    }

    .sportModules {
        padding: 0px 30px;
        height: 260px;
        margin-bottom: 0;
        -webkit-overflow-scrolling: touch !important;
        /*overflow-y: scroll;*/
    }

    .hdrYears {
        font-size: 20px;
        margin: -10px 0 -15px 0;
    }

    #dvExportButtons {
        margin-left: -10px;
    }

    .btnBack {
        margin-left: -10px;
    }


    .hdrGameSchedule {
        font-size: 19px;
        margin: -15px 0 -3px 0;
        width: 340px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 6px 0;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Date, .schedGrid_Level, .schedGrid_Sport, .schedGrid_TeamName, .schedGrid_OppSchoolName
    .schedGrid_Map {
        font-size: 12px;
    }

    .schedGrid_SchoolName, .schedGrid_OppTeamName {
        font-size: 16px;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 159px;
        line-height: 18px;
    }


    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 50px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 65px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    .schRow {
        margin: 0 -55px 0 10px;
    }

    .winLoss1, .winLoss2 {
        display: flex;
        flex-direction: column;
        width: 70px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .schedGrid_TeamName {
        margin-top: 2px;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }

    /*#divSponsors {
        padding: 17px 0;
    }*/


    #UpcomingGamesWrapper .k-header,
    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    #colDate {
        width: 50px;
        display: none !important;
    }

    .d-table-row {
        display: block !important;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }

    #TimeSpanButtons {
        /*width: 230px;*/
    }
}

/* ----------- iPhone X, XS ----------- */
/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

    .storyContainer, .quicklinkContainer, #CarouselStories .carousel-item {
        padding-right: 0px;
        padding-left: 0px;
    }

    body#bodyOverride::before, body#bodyOverride {
        height: 496px;
    }

    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: absolute;
        bottom: 10px;
        right: 0;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_OppTeam {
        width: 120px;
    }

    /*////////////////////////////////////////////////////////////////////////////*/
    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    /*.pr-0, .px-0 {
        padding-right: 15px !important;
    }*/
    .schList {
        padding: 0px;
        margin: 0px -5px 0 0;
    }

    #rowSportList {
        margin: 0px -15px 15px 0px;
    }

    #dvOuterAdminStaff > div:nth-child(1) > div:nth-child(4) {
        margin-top: -37px;
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 100%;
        margin: 0 0 0 0px;
    }


    .schoolGridPrimary th {
        display: none;
    }

    .schRow {
        margin: 0 -25px 0 10px;
    }

    .hdrGameSchedule {
        font-size: 24px;
        margin: -21px 0 -3px 0;
        width: 440px;
    }

    #HeaderRow {
        align-items: center !important;
    }


    .carousel-control-next {
        right: 10px;
        top: -169px;
    }

    .carousel-control-prev {
        left: 310px;
        top: -169px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 11px;
        margin-left: 355px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 510px;
    }



    .schedGrid_OppTeam {
        width: 100px !important;
    }

    .schedGrid_Map {
        display: flex;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
        padding-right: 0px;
        padding-left: 15px;
    }

    .carousel-caption {
        background-color: rgba(0, 0, 0, 0.80);
        left: 0;
        bottom: 0;
        padding-bottom: 30px;
    }



    #TimeSpanButtons.text-left {
        text-align: left !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }

    #colDate, #ScheduleGrid > table > tbody > tr > td:nth-child(1) {
        width: 70px;
        text-align: center;
    }

    #colDate {
        display: none !important;
    }

    #UpcomingGamesWrapper .k-header /*, #UpcomingGamesWrapper .k-grid-pager*/ {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 35px;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 176px;
        line-height: 18px;
    }

    .divSchoolScheduleSet {
        flex-direction: column;
    }

        .divSchoolScheduleSet a {
            padding: 5px 0;
        }

            .divSchoolScheduleSet a:first-child {
                padding: 0 0 5px 0;
            }

            .divSchoolScheduleSet a:last-child {
                padding: 5px 0 0 0;
            }

    .slash {
        display: none;
    }

    .dvImgSchoolLogo {
        padding: 65px 0 15px;
    }

    #TimeSpanButtons {
        margin-left: 10px !important;
    }

    #UpcomingGamesWrapper .k-header {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    .schedGrid_Date, .schedGrid_Level, .schedGrid_Sport, .schedGrid_TeamName, .schedGrid_OppSchoolName, .schedGrid_Map {
        font-size: 10px;
        margin-left: 0;
        float: left;
    }

    .schedGrid_SchoolName, .schedGrid_OppTeamName {
        font-size: 12px;
        margin-left: 0;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        width: 50px !important;
    }

    #ScheduleGrid > table > tbody > tr > td:nth-child(1) {
        width: 50px !important;
        text-align: center;
    }

    .schedGrid_OppTeam {
        width: 100px !important;
        margin-bottom: 0px !important;
    }

    .schedGrid_SchoolAndTeam {
        padding: 0px !important;
    }
}


/* ----------- iPhone XR ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        right: 65px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 146px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        /*margin-top: -28px;*/
        margin-right: -13px;
    }

    .SecondMenu {
        /*padding: 2em 3em 1em;*/
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
        padding: 6px;
    }

        #ScheduleGrid > table > tbody > tr > td.schedGrid_Type {
            width: 25px;
        }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 364px;
    }

    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 191px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 345px;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 0px;
    }

    .dvImgSchoolLogo {
        padding: 0px 0px 15px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        width: 96%;
    }

    /*.header-title, #HeaderRow {
        background: blue !important;
        color: yellow !important;
    }*/


    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 101%;
        margin-left: -10px;
    }

    .sportModules {
        padding: 0px 30px !important;
        height: 260px;
        margin-bottom: 0;
        -webkit-overflow-scrolling: touch !important;
        /*overflow-y: scroll;*/
    }

    .hdrYears {
        font-size: 20px;
        margin: -10px 0 -15px 0;
    }

    #dvExportButtons {
        margin-left: -10px;
    }

    .btnBack {
        margin-left: -10px;
    }


    .hdrGameSchedule {
        font-size: 19px;
        margin: -15px 0 -3px 0;
        width: 340px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 6px 0;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 50px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 65px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    .schRow {
        margin: 0 -55px 0 10px;
    }

    .winLoss1, .winLoss2 {
        display: flex;
        flex-direction: column;
        width: 70px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .schedGrid_TeamName {
        margin-top: 2px;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 310px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }

    /*#divSponsors {
        padding: 17px 0;
    }*/


    #UpcomingGamesWrapper .k-header,
    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    #colDate {
        width: 50px;
        display: none !important;
    }

    .d-table-row {
        display: block !important;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }
}

/* ----------- iPhone XR ----------- */
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride::before, body#bodyOverride {
        height: 496px;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: absolute;
        bottom: 10px;
        right: 0;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_OppTeam {
        width: 120px;
    }

    /*////////////////////////////////////////////////////////////////////////////*/
    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    /*.pr-0, .px-0 {
        padding-right: 15px !important;
    }*/
    .schList {
        padding: 0px;
        margin: 0px -5px 0 0;
    }

    #rowSportList {
        margin: 0px -15px 15px 0px;
    }

    #dvOuterAdminStaff > div:nth-child(1) > div:nth-child(4) {
        margin-top: -37px;
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 100%;
        margin: 0 0 0 0px;
    }


    .schoolGridPrimary th {
        display: none;
    }

    .schRow {
        margin: 0 -25px 0 10px;
    }

    .hdrGameSchedule {
        font-size: 24px;
        margin: -21px 0 -3px 0;
        width: 440px;
    }

    #HeaderRow {
        align-items: center !important;
    }


    .carousel-control-next {
        right: 10px;
        top: -10px;
    }

    .carousel-control-prev {
        left: 325px;
        top: -10px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 370px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 510px;
    }

    #Filters {
        font-size: 11px;
        width: 320px;
    }

        #Filters.text-right {
            text-align: right !important;
        }

    .schedGrid_OppTeam {
        width: 100px !important;
    }

    .schedGrid_Map {
        display: flex;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
        padding-right: 15px;
    }

    .quicklinkContainer {
        height: 350px;
        padding-left: 15px;
    }

    .carousel-caption {
        background-color: rgba(0, 0, 0, 0.80);
        left: 0;
        bottom: 0;
        padding-bottom: 30px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 690px;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }

    #colDate, #ScheduleGrid > table > tbody > tr > td:nth-child(1) {
        width: 70px;
        text-align: center;
    }

    #UpcomingGamesWrapper .k-header /*, #UpcomingGamesWrapper .k-grid-pager*/ {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 35px;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 176px;
        line-height: 18px;
    }

    .divSchoolScheduleSet {
        flex-direction: column;
    }

        .divSchoolScheduleSet a {
            padding: 5px 0;
        }

            .divSchoolScheduleSet a:first-child {
                padding: 0 0 5px 0;
            }

            .divSchoolScheduleSet a:last-child {
                padding: 5px 0 0 0;
            }

    .slash {
        display: none;
    }

    .dvImgSchoolLogo {
        padding: 65px 0 15px;
    }

    #ScheduleGrid > table > tbody > tr > td:nth-child(1) {
        width: 120px !important;
        text-align: center;
    }
}


/* ----------- iPhone XS MAX ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        /*flex-direction: column !important;*/
        flex-direction: row !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        right: 25px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 184px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    /*.SecondMenu {
        padding: 2em 3em 1em;
    }*/

    .SecondMenu {
        padding: 2.5em 1.6em 0em;
    }

        .SecondMenu > li:first-child {
            /*margin-top: 10px;*/
            margin-top: 0px;
        }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
        padding: 6px;
    }

        #ScheduleGrid > table > tbody > tr > td.schedGrid_Type {
            width: 25px;
        }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }

    #divSponsors {
        background-color: white;
        height: 135px;
        padding: 17px 0;
        width: 384px;
    }

        #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
            display: none;
        }

        #divSponsors .carousel-inner {
            width: 300px;
        }

    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }



    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 229px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }



    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 0px;
    }

    .dvImgSchoolLogo {
        padding: 0px 0px 15px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        width: 96.5%;
    }

    /*.header-title, #HeaderRow {
        background: blue !important;
        color: yellow !important;
    }*/


    #SchedGrid {
        width: 100.5%;
        margin-left: -9px;
    }

    #PracticeGrid,
    #RosterGrid {
        /*width: 101%;
        margin-left: -10px;*/
        width: 100.5%;
        margin-left: -9px;
    }

    .sportModules {
        padding: 0px 30px;
        height: 260px;
        margin-bottom: 0;
        -webkit-overflow-scrolling: touch !important;
        /*overflow-y: scroll;*/
    }

    .hdrYears {
        font-size: 20px;
        margin: -10px 0 -15px 0;
    }

    #dvExportButtons {
        margin-left: -10px;
    }

    .btnBack {
        margin-left: -10px;
    }


    .hdrGameSchedule {
        font-size: 19px;
        margin: -15px 0 -3px 0;
        width: 340px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 6px 0;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 50px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 65px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    .schRow {
        margin: 0 -55px 0 10px;
    }

    .winLoss1, .winLoss2 {
        display: flex;
        flex-direction: column;
        width: 70px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .schedGrid_TeamName {
        margin-top: 2px;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 400px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }



    #UpcomingGamesWrapper .k-header,
    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    #colDate {
        width: 50px;
        display: none !important;
    }

    .d-table-row {
        display: block !important;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        /*width: 250px;*/
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }
}

/* ----------- iPhone XS MAX ----------- */
/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride::before, body#bodyOverride {
        height: 496px;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: absolute;
        bottom: 10px;
        right: 0;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_OppTeam {
        width: 120px;
    }

    /*////////////////////////////////////////////////////////////////////////////*/
    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    /*.pr-0, .px-0 {
        padding-right: 15px !important;
    }*/
    .schList {
        padding: 0px;
        margin: 0px -5px 0 0;
    }

    #rowSportList {
        margin: 0px -15px 15px 0px;
    }

    #dvOuterAdminStaff > div:nth-child(1) > div:nth-child(4) {
        margin-top: -37px;
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 100%;
        margin: 0 0 0 0px;
    }


    .schoolGridPrimary th {
        display: none;
    }

    .schRow {
        margin: 0 -25px 0 10px;
    }

    .hdrGameSchedule {
        font-size: 24px;
        margin: -21px 0 -3px 0;
        width: 440px;
    }

    #HeaderRow {
        align-items: center !important;
    }


    .carousel-control-next {
        right: 10px;
        top: -10px;
    }

    .carousel-control-prev {
        left: 325px;
        top: -10px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 370px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 510px;
    }

    #Filters {
        font-size: 11px;
        width: 320px;
    }

        #Filters.text-right {
            text-align: right !important;
        }

    .schedGrid_OppTeam {
        width: 100px !important;
        margin-bottom: 0px !important;
    }

    .schedGrid_Map {
        display: flex;
    }

    .storyContainer, .quicklinkContainer, #CarouselStories .carousel-item {
        height: 600px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-inner {
        height: 350px;
    }

    .carousel-caption {
        background-color: rgba(0, 0, 0, 0.80);
        left: 0;
        bottom: 0;
        padding-bottom: 30px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 690px;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }

    #colDate, #ScheduleGrid > table > tbody > tr > td:nth-child(1) {
        width: 70px;
        text-align: center;
    }

    #UpcomingGamesWrapper .k-header /*, #UpcomingGamesWrapper .k-grid-pager*/ {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 35px;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 176px;
        line-height: 18px;
    }

    .divSchoolScheduleSet {
        flex-direction: column;
    }

        .divSchoolScheduleSet a {
            padding: 5px 0;
        }

            .divSchoolScheduleSet a:first-child {
                padding: 0 0 5px 0;
            }

            .divSchoolScheduleSet a:last-child {
                padding: 5px 0 0 0;
            }

    .slash {
        display: none;
    }

    .dvImgSchoolLogo {
        padding: 65px 0 15px;
    }
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* ----------- Galaxy S3 ----------- */
/* Portrait */
/*@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: portrait) {
}*/

/* Landscape */
/*@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {

}*/

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait */
/*@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}*/

/* Landscape */
/*@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}*/

/* ----------- Galaxy S6 ----------- */

/* Portrait */
/*testestestestest*/
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }

    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        right: 37px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 131px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 2em 3em 1em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
        padding: 6px;
    }

        #ScheduleGrid > table > tbody > tr > td.schedGrid_Type {
            width: 25px;
        }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }


    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 175px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 330px;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 0px;
    }

    .dvImgSchoolLogo {
        padding: 0px 0px 15px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        width: 96%;
    }

    /*.header-title, #HeaderRow {
        background: blue !important;
        color: yellow !important;
    }*/


    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 101%;
        margin-left: -10px;
    }

    .sportModules {
        padding: 0px 30px;
        height: 260px;
        margin-bottom: 0;
        -webkit-overflow-scrolling: touch !important;
        /*overflow-y: scroll;*/
    }

    .hdrYears {
        font-size: 20px;
        margin: -10px 0 -15px 0;
    }

    #dvExportButtons {
        margin-left: -10px;
    }

    .btnBack {
        margin-left: -10px;
    }


    .hdrGameSchedule {
        font-size: 19px;
        margin: -15px 0 -3px 0;
        width: 340px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 6px 0;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 50px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 65px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    .schRow {
        margin: 0 -55px 0 10px;
    }

    .winLoss1, .winLoss2 {
        display: flex;
        flex-direction: column;
        width: 70px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .schedGrid_TeamName {
        margin-top: 2px;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }

    /*#divSponsors {
        padding: 17px 0;
    }*/


    #UpcomingGamesWrapper .k-header,
    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    #colDate {
        width: 50px;
        display: none !important;
    }

    .d-table-row {
        display: block !important;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }
}

/* Landscape   TEST NEEDED */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {

    body#bodyOverride::before, body#bodyOverride {
        height: 496px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        right: 10px;
        top: -10px;
    }

    .carousel-control-prev {
        left: 310px;
        top: -10px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 355px;
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 1em 3em 3em 3em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #TimeSpanButtons {
        margin-top: 9px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport,
    .schedGrid_TeamName,
    .schedGrid_OppSchoolName,
    .schedGrid_Map {
        font-size: 12px;
        margin-left: 0;
        float: left;
    }

    .schedGrid_SchoolName,
    .schedGrid_OppTeamName {
        font-size: 14px;
        margin-left: 0;
    }

    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        /*width: 100px;*/
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
    }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 17px;
        width: 510px;
    }

    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }





    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    /*#carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 355px;
    }*/

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    .schoolHeader-Info {
        margin-left: -10px;
        margin-top: -10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .smallScreenHeader_NameLogo {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    #schoolHeader_Name {
        display: flex;
        align-items: flex-end;
        margin-bottom: -5px;
        margin-left: -138px;
    }

    .hdrYears {
        font-size: 16px;
        margin: 10px 0 -13px 0;
    }

    .hdrSchoolName {
        font-size: 24px;
        margin-left: 0px;
    }

    .hdrGameSchedule {
        font-size: 16px;
        margin: -13px 0 -3px 0;
    }

    .hdrPleaseChoose {
        font-size: 16px;
        margin: -13px 0 -3px 0;
    }

    .dropdown-menu {
        display: block;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .pl-0, .px-0 {
        padding-left: 0px !important;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Sport {
        width: 75px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 100px !important;
        display: inline-block;
    }

    .k-grid td {
        /* border-style: solid; */
        /*border-width: 0 0 0 1px;*/
        padding: 0 0 0 3px;
        overflow: hidden;
        line-height: 1.6em;
        vertical-align: middle;
        text-overflow: ellipsis;
    }

    #colDate, #ScheduleGrid > table > tbody > tr > td:nth-child(1) {
        width: 90px !important;
        text-align: center;
    }

    #TimeSpanButtons, #colDate, #Filters, .k-pager-sizes.k-label, .k-pager-info.k-label {
        font-size: 13px;
    }

    #rowSportList {
        margin: 0px 10px 15px -5px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 15px;
        font-size: 14px;
        margin-right: 0;
        margin-left: 0;
        font-family: bebas_neueregular;
    }

    .winLossNumber {
        font-size: 24px;
        margin-top: -7px;
        margin-bottom: 0px;
    }

    .pl-0 {
        margin-left: 15px !important;
    }

    #PracticeGrid, #RosterGrid, #SchedGrid {
        width: 102% !important;
        margin: 0 -6px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    tr.k-alt > td:nth-child(4) {
        width: 70px;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    #HeaderRow {
        align-items: center !important;
    }

    .align-items-baseline {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    /*.dvSchoolIndexMain {*/
    .pr-0, .px-0 {
        padding-right: 15px !important;
    }
    /*}*/

    /*#SchedGrid {
        width: 102%;
        margin: 0 -6px;
    }*/

    #dvOuterAdminStaff > div:nth-child(1) > div:nth-child(4) {
        margin-top: -37px;
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 0px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 0px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 40px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    #schoolHeader_Name {
        display: flex;
        align-items: flex-end;
        margin-bottom: -5px;
        margin-left: -219px;
    }

    .hdrPleaseChoose {
        font-size: 26px;
        margin: 10px 0 -3px 0px;
    }

    .hdrYears {
        font-size: 16px;
        margin: 10px 0 -13px 0px;
    }

    .hdrSchoolName {
        font-size: 24px;
        /*margin-left: 10px;*/
    }

    #UpcomingGamesHeader-row {
        display: flex !important;
        justify-content: space-between;
    }

    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 38px;
    }
}

/* ----------- iPhone 13 ----------- */
/* Portrait */
@media only screen and (min-device-width: 390px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }


    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        right: 36px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 146px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 2em 3em 1em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
        padding: 6px;
    }

        #ScheduleGrid > table > tbody > tr > td.schedGrid_Type {
            width: 25px;
        }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }


    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 191px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 13px;
        width: 345px;
    }

    .dropdown-menu {
        display: block;
    }

    .district-dropdown-hide {
        display: none !important;
    }

    .district-dropdown-show {
        display: block !important;
    }

    .district-dropdown-icon {
        display: inline-block !important;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .dropdown-toggle ::after {
        content: none;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 0px;
    }

    .dvImgSchoolLogo {
        padding: 0px 0px 15px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        width: 96%;
    }

    /*.header-title, #HeaderRow {
        background: blue !important;
        color: yellow !important;
    }*/


    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 101%;
        margin-left: -10px;
    }

    .sportModules {
        padding: 0px 30px;
        height: 260px;
        margin-bottom: 0;
        -webkit-overflow-scrolling: touch !important;
        /*overflow-y: scroll;*/
    }

    .hdrYears {
        font-size: 20px;
        margin: -10px 0 -15px 0;
    }

    #dvExportButtons {
        margin-left: -10px;
    }

    .btnBack {
        margin-left: -10px;
    }


    .hdrGameSchedule {
        font-size: 19px;
        margin: -15px 0 -3px 0;
        width: 340px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 6px 0;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Date, .schedGrid_Level, .schedGrid_Sport, .schedGrid_TeamName, .schedGrid_OppSchoolName
    .schedGrid_Map {
        font-size: 12px;
    }

    .schedGrid_SchoolName, .schedGrid_OppTeamName {
        font-size: 16px;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 159px;
        line-height: 18px;
    }


    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 50px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 65px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    .schRow {
        margin: 0 -55px 0 10px;
    }

    .winLoss1, .winLoss2 {
        display: flex;
        flex-direction: column;
        width: 70px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .schedGrid_TeamName {
        margin-top: 2px;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }

    /*#divSponsors {
        padding: 17px 0;
    }*/


    #UpcomingGamesWrapper .k-header,
    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    #colDate {
        width: 50px;
        display: none !important;
    }

    .d-table-row {
        display: block !important;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }

    #TimeSpanButtons {
        /*width: 230px;*/
    }
}

/* ----------- iPhone 11 Pro Max, XS Max ----------- */
/* Portrait */
@media only screen and (min-device-width: 414px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }


    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        right: 60px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 146px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 2em 3em 1em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
        padding: 6px;
    }

        #ScheduleGrid > table > tbody > tr > td.schedGrid_Type {
            width: 25px;
        }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }


    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 191px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 13px;
        width: 345px;
    }

    .dropdown-menu {
        display: block;
    }

    .district-dropdown-hide {
        display: none !important;
    }

    .district-dropdown-show {
        display: block !important;
    }

    .district-dropdown-icon {
        display: inline-block !important;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .dropdown-toggle ::after {
        content: none;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 0px;
    }

    .dvImgSchoolLogo {
        padding: 0px 0px 15px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        width: 96%;
    }

    /*.header-title, #HeaderRow {
        background: blue !important;
        color: yellow !important;
    }*/


    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 101%;
        margin-left: -10px;
    }

    .hdrYears {
        font-size: 20px;
        margin: -10px 0 -15px 0;
    }

    #dvExportButtons {
        margin-left: -10px;
    }

    .btnBack {
        margin-left: -10px;
    }


    .hdrGameSchedule {
        font-size: 19px;
        margin: -15px 0 -3px 0;
        width: 340px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 6px 0;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Date, .schedGrid_Level, .schedGrid_Sport, .schedGrid_TeamName, .schedGrid_OppSchoolName
    .schedGrid_Map {
        font-size: 12px;
    }

    .schedGrid_SchoolName, .schedGrid_OppTeamName {
        font-size: 16px;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 159px;
        line-height: 18px;
    }


    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 50px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 65px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    .schRow {
        margin: 0 -55px 0 10px;
    }

    .winLoss1, .winLoss2 {
        display: flex;
        flex-direction: column;
        width: 70px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .schedGrid_TeamName {
        margin-top: 2px;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }

    /*#divSponsors {
        padding: 17px 0;
    }*/


    #UpcomingGamesWrapper .k-header,
    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    #colDate {
        width: 50px;
        display: none !important;
    }

    .d-table-row {
        display: block !important;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }

    #TimeSpanButtons {
        /*width: 230px;*/
    }
}
/* ----------- iPhone 12 Pro Max, 13 Pro Max, 14 Plus  ----------- */
/* Portrait */
@media only screen and (min-device-width: 428px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }


    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        right: 75px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 146px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 2em 3em 1em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
        padding: 6px;
    }

        #ScheduleGrid > table > tbody > tr > td.schedGrid_Type {
            width: 25px;
        }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }


    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 191px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 13px;
        width: 345px;
    }

    .dropdown-menu {
        display: block;
    }

    .district-dropdown-hide {
        display: none !important;
    }

    .district-dropdown-show {
        display: block !important;
    }

    .district-dropdown-icon {
        display: inline-block !important;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .dropdown-toggle ::after {
        content: none;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 0px;
    }

    .dvImgSchoolLogo {
        padding: 0px 0px 15px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        width: 96%;
    }

    /*.header-title, #HeaderRow {
        background: blue !important;
        color: yellow !important;
    }*/


    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 101%;
        margin-left: -10px;
    }

    .sportModules {
        padding: 0px 30px;
        height: 260px;
        margin-bottom: 0;
        -webkit-overflow-scrolling: touch !important;
        /*overflow-y: scroll;*/
    }

    .hdrYears {
        font-size: 20px;
        margin: -10px 0 -15px 0;
    }

    #dvExportButtons {
        margin-left: -10px;
    }

    .btnBack {
        margin-left: -10px;
    }


    .hdrGameSchedule {
        font-size: 19px;
        margin: -15px 0 -3px 0;
        width: 340px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 6px 0;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Date, .schedGrid_Level, .schedGrid_Sport, .schedGrid_TeamName, .schedGrid_OppSchoolName
    .schedGrid_Map {
        font-size: 12px;
    }

    .schedGrid_SchoolName, .schedGrid_OppTeamName {
        font-size: 16px;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 159px;
        line-height: 18px;
    }


    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 50px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 65px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    .schRow {
        margin: 0 -55px 0 10px;
    }

    .winLoss1, .winLoss2 {
        display: flex;
        flex-direction: column;
        width: 70px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .schedGrid_TeamName {
        margin-top: 2px;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }

    /*#divSponsors {
        padding: 17px 0;
    }*/


    #UpcomingGamesWrapper .k-header,
    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    #colDate {
        width: 50px;
        display: none !important;
    }

    .d-table-row {
        display: block !important;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }

    #TimeSpanButtons {
        /*width: 230px;*/
    }
}

@media only screen and (min-device-width: 428px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .carousel-control-next {
        right: 15px;
        top: -49px;
    }

    .carousel-control-prev {
        left: 305px;
        top: -49px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 350px;
    }
}
/* ----------- iPhone 14 Pro Max ----------- */
/* Portrait */
@media only screen and (min-device-width: 430px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #bodyOverride.ModulesExist:before {
        height: 1800px !important;
    }


    body#bodyOverride:before, body#bodyOverride {
        height: 497px;
        width: 100%;
    }

    #bodyOverride #HeaderRow.flex-row {
        flex-direction: column !important;
        text-align: center;
    }

    .carousel-inner {
        width: 100%;
    }

    .w-100 {
        width: 103% !important;
    }

    .carousel-control-next {
        right: 75px;
        top: -169px;
        /*top: -20px;*/
    }

    .carousel-control-prev {
        left: 146px;
        top: -169px;
        /*top: -20px;*/
    }

    .QLheader {
        /*float: right;*/
        margin-top: -28px;
        margin-right: -13px;
    }

    .SecondMenu {
        padding: 2em 3em 1em;
    }

    #UpcomingGamesHeader div {
        padding: 0;
    }

    #TimeSpanButtons button {
        padding: 0 3px;
        font-size: 11px !important;
    }

    #colDate {
        font-size: 11px;
    }

    #Filters {
        font-size: 11px;
        width: 270px;
    }

    #chkbxHighSchool {
        margin-top: 6px;
    }

    span.k-picker-wrap.k-state-default {
        margin-top: 8px;
        margin-left: 3px;
    }

    #chkbxHighSchool, #chkbxMiddleSchool, #chkbxHome, #chkbxAway, span.k-widget.k-datepicker.k-header {
        margin-left: 5px;
    }

    table > tbody > tr > td {
        font-size: 12px;
    }


    #colDate {
        width: 100px;
    }

    #ScheduleGrid > table > tbody > tr > td {
        text-align: left !important;
        letter-spacing: -0.25px;
        margin-bottom: -10px;
        padding: 6px;
    }

        #ScheduleGrid > table > tbody > tr > td.schedGrid_Type {
            width: 25px;
        }

    .dvExportButtons {
        background: transparent;
        position: inherit;
        margin-top: 0;
        margin-left: 0;
    }

    .oppTeamName {
        margin-left: 0 !important;
    }

    .specNotes {
        font-size: 10px;
        /*display: none;*/
    }

    #lblChkbxAway {
        margin-right: 5px;
    }

    #ScheduleGrid > div.k-pager-wrap.k-grid-pager.k-widget.k-floatwrap > ul > li.k-current-page > span {
        color: black;
    }

    .socialMedia-Container {
        display: inline-block;
        width: auto;
        position: initial;
        bottom: 315px;
        right: 0;
    }

    .collapsedMenu {
        color: black;
        font-size: 20px;
        margin: 4px 0 -6px;
    }

    .k-edge .k-grid .k-pager-numbers, .k-ff .k-grid .k-pager-numbers, .k-ie11 .k-grid .k-pager-numbers, .k-safari .k-grid .k-pager-numbers, .k-webkit .k-grid .k-pager-numbers {
        /*left: 4.65em;*/
    }

    .k-edge .k-pager-numbers .k-current-page .k-link, .k-ff .k-pager-numbers .k-current-page .k-link, .k-ie11 .k-pager-numbers .k-current-page .k-link, .k-safari .k-pager-numbers .k-current-page .k-link, .k-webkit .k-pager-numbers .k-current-page .k-link {
        width: 3em !important;
        height: 1.6em;
        padding: 0 .429em 0 .714em !important;
        border-radius: 1.0833em !important;
    }

    .HeaderContent {
        padding-top: 0;
    }


    .k-alt, .k-calendar .k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
        background-color: #ddd;
    }

    #ScheduleGrid .k-pager-wrap > .k-link, #ScheduleGrid .k-pager-wrap span.k-state-selected {
        height: 1.6em;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        border-radius: 1.0833em;
    }

    .k-pager-wrap > .k-link > .k-icon {
        margin-top: -3px;
        color: inherit;
    }

    #divSponsors .carousel-control-prev, #divSponsors .carousel-control-next {
        display: none;
    }

    #divSponsors .carousel-inner {
        width: 300px;
    }

    #carouselSponsors {
        left: -5px;
    }

    .draggableModules_Mobile {
        margin-left: 5px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 191px;
    }

    .spomo4 {
        margin-top: -62px;
        margin-bottom: -44px;
    }

    #btnContactSearch, #btnContactReset {
        padding: 3px 5px !important;
    }
    /*.carousel-control-next {
        right: 10px;
    }*/

    .carousel-caption > p {
        text-align: right;
        opacity: 0.5;
        font-size: 12px;
        margin-bottom: 40px;
    }

    #divSponsors {
        background-color: white;
        height: 175px;
        padding: 13px;
        width: 345px;
    }

    .dropdown-menu {
        display: block;
    }

    .district-dropdown-hide {
        display: none !important;
    }

    .district-dropdown-show {
        display: block !important;
    }

    .district-dropdown-icon {
        display: inline-block !important;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .dropdown-toggle ::after {
        content: none;
    }

    #navbarSupportedContent {
        padding: 10px;
    }

    .schoolHeader-Info {
        margin-left: -25px;
        margin-top: 15px;
    }

    #imgSchoolLogo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        margin-top: 0px;
    }

    .dvImgSchoolLogo {
        padding: 0px 0px 15px;
    }

    .schoolGridPrimary th {
        display: none;
    }

    #dvSchoolIndexMain {
        width: 96%;
    }

    /*.header-title, #HeaderRow {
        background: blue !important;
        color: yellow !important;
    }*/


    #SchedGrid,
    #PracticeGrid,
    #RosterGrid {
        width: 101%;
        margin-left: -10px;
    }


    .hdrYears {
        font-size: 20px;
        margin: -10px 0 -15px 0;
    }

    #dvExportButtons {
        margin-left: -10px;
    }

    .btnBack {
        margin-left: -10px;
    }


    .hdrGameSchedule {
        font-size: 19px;
        margin: -15px 0 -3px 0;
        width: 340px;
    }

    .winLossRow {
        font-size: 16px;
        padding: 6px 0;
    }

    .full-text-grid {
        display: none;
    }

    .small-text-grid {
        display: inline-block;
    }

    .schedGrid_Date,
    .schedGrid_Level,
    .schedGrid_Sport {
        display: flex;
        align-content: flex-start;
    }

    .schedGrid_Date,
    .schedGrid_Level {
        width: 50px;
    }

    .schedGrid_Date, .schedGrid_Level, .schedGrid_Sport, .schedGrid_TeamName, .schedGrid_OppSchoolName
    .schedGrid_Map {
        font-size: 12px;
    }

    .schedGrid_SchoolName, .schedGrid_OppTeamName {
        font-size: 16px;
    }

    .schedGrid_SchoolName {
        margin-bottom: -3px;
        width: 159px;
        line-height: 18px;
    }


    .schedGrid_Sport {
        width: 100px;
    }

    .schedGrid_Type {
        display: flex;
    }

    .schedGrid_Map {
        width: 40px;
        display: inline-block;
        padding-bottom: 20px !important;
    }

    .schedGrid_OppTeam {
        width: 50px !important;
        display: inline-block;
    }

    .d-flex {
        /*display: -ms-flexbox !important;*/
        display: block !important;
        /* margin: 0 auto; */
    }

    .flex-row {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #rowSportList {
        margin: 0px 15px 15px 0px;
    }

    #schoolHeader_Logo {
        display: none;
    }

    .ssHeader {
        padding: 10px 25px 0px 50px;
        font-weight: bold;
    }

    .pl-0, .px-0 {
        padding-left: 15px !important;
    }

    .navbar.navbar-expand-lg.navbar-dark {
        padding-left: 0 !important;
    }

    .schList {
        padding: 0px;
        margin: 0px 65px 0 -15px;
    }

    div#contact5 {
        width: 3%;
        display: flex;
        justify-content: flex-end;
        margin-left: 40px;
        margin-top: 30px;
    }

    .schRow {
        margin: 0 -55px 0 10px;
    }

    .winLoss1, .winLoss2 {
        display: flex;
        flex-direction: column;
        width: 70px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .schedGrid_TeamName {
        margin-top: 2px;
    }

    .storyContainer /*, .quicklinkContainer , #CarouselStories .carousel-item*/ {
        height: 600px;
    }

    .quicklinkContainer {
        height: 350px;
    }

    .carousel-caption {
        bottom: 0px;
        padding-bottom: 0px;
    }

    /*#divSponsors {
        padding: 17px 0;
    }*/


    #UpcomingGamesWrapper .k-header,
    #UpcomingGamesWrapper .k-grid-pager {
        font-weight: bold;
        text-transform: uppercase;
        padding: 0;
        height: 31px;
    }

    #colDate {
        width: 50px;
        display: none !important;
    }

    .d-table-row {
        display: block !important;
    }

    #TimeSpanButtons.text-left {
        text-align: center !important;
    }

    #Filters.text-right {
        text-align: center !important;
    }

    #Filters {
        font-size: 11px;
        width: 300px;
    }

    #btnCurrentDay {
        padding: 0 10px 0 0 !important;
    }

    #btn7Days {
        padding: 0 10px !important;
    }

    #btn30Days {
        padding: 0 0 0 10px !important;
    }

    #TimeSpanButtons {
        /*width: 230px;*/
    }
}

@media only screen and (min-device-width: 850px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .carousel-control-next {
        right: 15px;
        top: -169px;
    }

    .carousel-control-prev {
        left: 315px;
        top: -169px;
    }

    #carouselButtons {
        display: flex;
        margin-top: 10px;
        margin-left: 360px !important;
    }
}

.dropdown-item:hover, .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.2) !important;
}