:root {
    --maroon: #8B1633;
    --gray: #717170;
    --yellow: #FFD24B;
    --black: #2B2B2B;
    --white: #ffffff;
}

#xticontent {
    padding: 0;
}
.SkipNav a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}

.SkipNav a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: #053663;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}
.topBar {
    background: #222222;
    min-height: 20px;
}
#header {
    background-color: #fff;
}
    #header .ContentBlockAlt2 {
        background: #222222;
        width: auto;
        min-width: 100%;
        max-width: 110%;
        display: block;
        text-align: center;
        font-size: 1em;
        color: #ffffff;
        font-weight: normal;
        border: none;
        overflow: hidden;
        margin: 0 -15px;
    }
.ContentBlockAlt2 .SectionTitle {
    font-size: 22pt;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
}
.logo {
    /* float: left; */
    /* margin: 35px 70px 0px 0px; */
    max-width: 833px;
    padding: 0px;
    margin: 0 auto;
}
.tusd1-address {
    background-color: #210e56;
    box-shadow: 0em 0em 0.2em #000;
    width: 100%;
    min-width: 100%;
    max-width: 1600px;
    display: table;
    text-align: center;
    font-size: 1em;
    color: #ffffff;
    font-weight: bolder;
    padding: .5em 0em;
}
#main {
    background: #FFFFFF;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    cursor: default;
    min-height: 360px;
    overflow: hidden;
}
a {
    color: #262163;
    text-decoration: none;
}
.navSpan {
    background-color: transparent;
}
.nav-menu > li > a {
    height: 70px;
    padding: 26px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.navigation {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background: #4f8fc8;
}
.navbar {
    position: relative;
    min-height: 20px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0;
}
.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a, .nav-menu > li:hover > a > span {
    color: #8d807c;
    background: #ec2025;
}
.navbar-inverse {
    background-color: #8b1633;
    color: #eeeeee;
    padding: 10px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #8d807c;
    background-color: #AD0303;
}
.nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 22px;
    color: #AD0303;
    background-color: #8d807c;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #eeeeee;
    font-size: 16px;
    font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
    display: inline-block;
    margin: 0 auto;
    background: transparent;
    border-radius: 0px;
    padding: 4px 8px;
    font-weight: bold;
    text-transform: uppercase;
}
.responsive .nav ul.hmenu>li>ul>li a, .responsive .nav ul.hmenu>li>ul>li a:visited {
    background: white;
    border: none;
    text-indent: 5px;
    color: #262163 !important;
}
.hmenu ul a:link, .hmenu ul a:visited, .hmenu ul a.active, .hmenu ul a:hover {
    text-align: left;
    line-height: 27px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    margin: 0;
    font-weight: bold;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
    .dropdown-menu > li > a {
        display: block;
        clear: both;
        font-weight: bold;
        line-height: 1.42857143;
        color: black;
        Background-color: white;
        white-space: nowrap;
        text-transform: uppercase;
        outline: #262163 solid 1px;
    }
    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: white;
        text-decoration: none;
        background-color: #ae0202;
        outline: #262163 solid 1px;
    }
.navbar-nav>li>.dropdown-menu > li {
    width:100%;
}

.navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
    outline: transparent solid 1px;
}
.navbar-inverse .navbar-nav > li > a.active {
    color: #fff;
    background-color: transparent;
    outline: transparent solid 1px;
}
.navbar-inverse .navbar-nav> .open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav> .open>a:hover {
   color: #fff;
   background-color: #ae0202;  
   outline: #262163 solid 1px
}
ul.hmenu>li>a:hover, .desktop ul.hmenu>li:hover>a {
    background: #262163; 
    border: 1px solid #262163;
    padding: 0 8px;
    margin: 0 auto;
    color: #ffffff !important;
}
.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #ffffff #ffffff transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.SearchBox input[type=search] {
    margin: 7px 0;
    padding: 5px;
    border: solid 1px #ffffff;
    border-radius: 4px;
}
.google_plugin {
    font-family: Open Sans;
    width: 158px;
    float: right;
    height: 70px;
    background: #4f8fc8;
    padding-top: 20px;
}
.google {
    /* border: solid 1px #ffffff; */
    padding: 2px;
    border-radius: 4px;
    /* background: white; */
    width: 220px;
    margin: 2px 0;
    text-align: left;
    float: right;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    width: 193px;
    padding: 2px 0;
    font-size: 15px;
    color: #222222;
    font-weight: normal;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}
.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #eeeeee;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.SectionTitle {
    font-size: 22pt;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;;
    padding-left: 15px;
}
.SectionTitleAlt1 {
    font-size: 16pt;
    color: #262163;
    background: none;
}
.SectionTitleAlt1 a {
    color: #262163;
    text-decoration: none;
    font-size: 16pt;
}
.SectionTitleAlt1 a:hover {
    color: #262163;
    text-decoration: underline;
}
.SectionTitleAlt2 {
    background: none;
    color: black;
    border-bottom: #262163 solid 2px;
    font-size: 18pt;
}
.SectionTitleAlt2 a {
    color: #262163;
    text-decoration: none;
    font-size: 18pt;
}
.SectionTitleAlt2 a:hover {
    color: #262163;
    text-decoration: underline;
}
.SectionTitleAlt3 {
    background: none;
    color: #262163;
    border-bottom: #ae0202 solid 2px;
    font-size: 18pt;
}
.SectionTitleAlt3 a {
    color: #262163;
    text-decoration: none;
    font-size: 18pt;
}
.SectionTitleAlt3 a:hover {
    color: #262163;
    text-decoration: underline;
}
.SectionTitleAlt4 {
    background: #FFD24B;
    color: #5c0e21;
    font-size: 18pt;
    margin: 20px auto;
    border-radius: 5px;
}
.SectionTitleAlt4 a {
    color: #262163;
    text-decoration: none;
        font-size: 18pt;
}
.SectionTitleAlt4 a:hover {
    color: #262163;
    text-decoration: underline;
}
.SectionTitleAlt5 {
    background: #262163;
    color: white;
    font-size: 18pt;
}
.SectionTitleAlt5 a {
    color: #262163;
    text-decoration: none;
        font-size: 18pt;
}
.SectionTitleAlt5 a:hover {
    color: #262163;
    text-decoration: underline;
}
.SectionTitleAlt6 {
    background: none;
    color: black;
    border-bottom: none;
    font-size: 16pt;
    font-weight: Bold;
}
    .SectionTitleAlt6 a {
        margin: 0 -15px;
    }
.SectionTitleAlt7 {
    background: none;
    color: #210E56;
    border-bottom: none;
    font-size: 16pt;
    font-weight: Bold;
}
.SectionTitleAlt8 {
    background: none;
    color: black;
    border-bottom: none;
    font-size: 14pt;
    font-weight: Bold;
}

.SectionTitleAlt9 {
    background: none;
    color: #210E56;
    border-bottom: none;
    font-size: 14pt;
    font-weight: Bold;
}
.ContentBlockAlt1 {
    /* background: none; */
    /* position: relative; */
    /* min-width: 1px; */
    /* min-height: 1px; */
    box-shadow: none;
    padding: 0;
    margin: 0px -15px;
    /* color: black; */
    /* overflow: hidden; */
}
.ContentBlockAlt1 a {
    color: black;
    text-decoration: none;
}
.ContentBlockAlt1 a:hover {
    color: #262163;
    text-decoration: underline;
}
    .ContentBlockAlt1 .SectionTitle {
        margin-top: 0;
        margin-bottom: 0;
    }
.ContentBlockAlt2 {
    background: #8b1633;
    text-align: center;
    font-size: 1em;
    color: #ffffff;
    font-weight: normal;
    border: none;
    overflow: hidden;
    padding: 15px;
    margin: 0 -15px;
}
.ContentBlockAlt2 a {
    color: white;
    text-decoration: none;
}
.ContentBlockAlt2 a:hover {
    color: #262163;
    text-decoration: underline;
}
.ContentBlockAlt3 {
    background: #262163;
    color: white;
    border: none;
    overflow: hidden;
    margin: 5px;
    padding: 5px;
}
.ContentBlockAlt3 a {
    color: white;
    text-decoration: none;
}
.ContentBlockAlt3 a:hover {
    color: #262163;
    text-decoration: underline;
}
.ContentBlockAlt4 {
    background: #ae0202;
    outline: #262163 solid 3px;
    overflow: hidden;
}
.ContentBlockAlt4 a {
    color: white;
    text-decoration: none;
}
.ContentBlockAlt4 a:hover {
    color: #262163;
    text-decoration: underline;
}
.ContentBlockAlt5 {
    background: #262163;
    color: white;
    outline: #ae0202 solid 3px;
    overflow: hidden;
}
.ContentBlockAlt5 a {
    color: white;
    text-decoration: none;
}
.ContentBlockAlt5 a:hover {
    color: #262163;
    text-decoration: underline;
}
.ContentBlockAlt6 {
    background: none;
    color: black;
    outline: #262163 solid 3px;
    overflow: hidden;
}
.ContentBlockAlt6 a {
    color: black;
    text-decoration: none;
}
.ContentBlockAlt6 a:hover {
    color: #262163;
    text-decoration: underline;
}
.ContentBlockAlt7 {
    background: #f6f2ae;
    color: black;
    overflow: hidden;
}
.ContentBlockAlt7 a {
    color: black;
    text-decoration: none;
}
.ContentBlockAlt7 a:hover {
    color: #262163;
    text-decoration: underline;
}
.ContentBlockAlt8 {
    background: black;
    color: white;
    box-shadow: none;
    border-radius: 0px;
    overflow: hidden;
}
.ContentBlockAlt8 a {
    color: white;
    text-decoration: none;
}
.ContentBlockAlt8 a:hover {
    color: #262163;
    text-decoration: underline;
}
.ContentBlockAlt9 {
    background: #999999;
    color: black;
    overflow: hidden;
}
.ContentBlockAlt9 a {
    color: black;
    text-decoration: none;
}
.ContentBlockAlt9 a:hover {
    color: #262163;
    text-decoration: underline;
}
.ContentBlockAlt10 {
    padding: 10px;
    background: none;
    margin: 20px -15px;
    color: black;
    overflow: hidden;
    border: solid 6px #ae0202;
    /* outline: #ae0202 solid 3px; */
    border-radius: 15px;
}
.ContentBlockAlt10 a {
    color: black;
    text-decoration: none;
}
.ContentBlockAlt10 a:hover {
    color: #262163;
    text-decoration: underline;
}


/*
.SectionItemTitle
{
    font-weight:bold;
}
    */
.BoxHeader {
    max-width: 260px;
}
.nav-search-button:hover .nav-search-icon {
    color: #ffffff;
}
.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #4f8fc8;

}
.SectionItemContent {
    padding:5px;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}
.carousel-control:focus, .carousel-control:hover {
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left {
    left: 0;
    right: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}

.carousel img{ width:100%; height:auto;}
/*.carousel iframe{ width:50%; height:auto;}*/

.inlineforms {
    display: inline-block !important;
}
.ShowDots
{
border: 1px dashed darkgray;
} 
    .xtiEntryContainer {
    text-align: center;
}
.footer {
    background: var(--maroon);
    margin: 50px auto 0px auto;
    position: relative;
    color: #e0e0e0;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px;
    border-top: none;
}
.footer .SectionTitle {
    font-size: 13pt;
}
.FooterLogos {
    text-align: left;
}
.footerLogo {
    max-width: 245px;
    display: inline-block;
    float: left;
    margin:10px;
}
.footerRegion {
    max-width: 70px;
    display: inline-block;
    margin: 10px;
}
.footerText, .fBlock {
    text-align: right;
    margin: 2px;
    color: silver;
}
    .footerText, .fBlock a {
        color: silver;
        text-decoration: none;
    }
    .footerText, .fBlock a:focus, a:hover {
        color: #eeeeee;
        text-decoration: underline;
    }

.FooterLinks {
    margin-top:20px;
    cursor:pointer;
}
.footerRight {
    float: right;
    max-width: 180px;
    text-align: left;
}
.footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer td, .footer th, .footer caption {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}
.footer-nav > li {
    border-bottom: 1px solid #7a7879;
    margin-top: 12px;
}
.ModalTrigger {
    cursor:pointer;
}
.footerModal {
    color:#000;
}
.footer-nav {
    list-style: none;
    text-align: left;
    background: #5C0E21;
    padding: 10px;
    border-radius: 5px;
}
.footer-copyright {
    background: #222222;
}
.twitter {
    margin: 50px;
}

.ToggleBox {
    width: 66px;
    height: 66px;
    position: absolute;
    z-index: 926;
    background: #f37204;
    border-radius: 5px 0px 0px 5px;
    opacity: 0.9;
    transition: all .2s ease-in-out;
    right: 0;
    text-align: center;
    cursor: pointer;
    margin-top: 26px;
}

    .ToggleBox i {
        margin-top: 18px;
        color: white;
    }

#AlertSlideBox {
    position: absolute;
    background: white;
    width: 0px;
    min-height: 66px;
    z-index: 925;
    right: 0;
    opacity: 0.96;
    transition: all .5s ease-in-out;
    margin-top: 26px;
    margin-right: 0px;
    overflow: hidden;
}

    #AlertSlideBox.show {
        margin-right: 64px;
        width: 50%;
        padding-left: 5px;
        border-radius: 5px 0px 0px 5px;
        border: 2px solid #f4801e;
        background: yellow;
    }
.AwareityLogo {
    margin: 20px auto;
    text-align: center;
    width:133px;
}
.FooterDistrictLogo {
    max-width: 245px;
    display: inline-block;
}
.FooterRegionLogo {
    max-width: 70px;
    display: inline-block;
}
/*  hover boxes */
.HoverBox {
    position: relative;
    width: 100%;
}

.HoverBoxImage {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
}

.HoverBoxTextBox {
    position: absolute;
    opacity: 1;
    bottom: 0;
    right: 0;
    top: 90%;
    height: 100px;
    width: 100%;
    overflow: hidden;
    transition: .5s ease;
    background-color: #262262;
}

.HoverBox:hover .HoverBoxImage {
    opacity: 0.7;
}

.HoverBox:hover .HoverBoxTextBox {
    top: 0;
    height: 100%;
    opacity: 0.9;
}

.HoverBoxText {
    color: white;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
    .HoverBoxText a {
        color: white;
        text-decoration: none;
        font-size: 46px;
    }
/*  /hover boxes */
.swiper-container {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .navbar-nav{
        float:none;
        text-align:center;
    }
    .navbar-nav li {
        display: inline-block;
        float: none;
        margin: 0 5px;
    }
    .dropdown-menu > li {
        margin: 0;
    }
}
@media screen and (max-width: 768px){
    .nav-menu > li > a {
    height: 70px;
    padding: 26px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
    .navbar-inverse .navbar-toggle {
        background-color: #333;
    }
    .navbar-inverse .navbar-nav > li > span {
        width: 46%;
        text-align: right;
    }

    .navbar-inverse .navbar-nav > li > a {
        width: 50%;
    }
    #header .SectionContent {
        text-align:center;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #000;
            background-color: transparent;
        }
}