#xticontent {
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    margin: 0 auto;
    flex: 1 100%;
    min-width: 0;
}
.SkipNav a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
    color: white;
}

.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: #222;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}

a:focus, a:hover {
    color: #012648;
    text-decoration: underline;
}

.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: #222;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}
.nav > li > a {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
}
.nav {
    color: white;
}
.navbar {
    border-radius: 0;
    margin: 0;
}
/* alt containers */
.ContentBlock {
    overflow: hidden;
}

#header {
    background: #231f20;
    color: #fff;
}

.ContentBlockAlt1 {
    position: relative;
    min-width: 1px;
    min-height: 1px;
    box-shadow: none;
    padding: 5px;
    margin: 10px;
    overflow: hidden;
    border: 0;
}

.ContentBlockAlt2 {
    border: solid #6b6b6b 2px;
    padding: 0 5px;
    overflow: hidden;
}

.ContentBlockAlt3 {
    border-bottom: 1px #02bdd2 solid;
    border-right: none;
    border-left: none;
    border-top: none;
    color: black;
    padding: 15px;
    overflow: hidden;
    background: #f6f7f9;
    /* min-width: 270px; */
    min-height: 130px;
}

.ContentBlockAlt4 {
    background: #BFBFBF;
    padding: 25px;
    color: #000000;
    overflow: hidden;
}

.ContentBlockAlt5 {
    background: #231f20;
    padding: 25px;
    color: white;
    overflow: hidden;
    margin: 0 -15px;
}
.ContentBlockAlt5 a {
    color: #eeeeee;
    text-decoration: none;
}
    .ContentBlockAlt5 a:hover {
        color: #ffffff;
        text-decoration: underline;
    }
.ContentBlockAlt6 {
    background: #3cc8d8;
    padding: 5px;
    color: #231f20;
    overflow: hidden;
    margin: 0 -15px;
    border: 0;
    min-height: 0;
}

.ContentBlockAlt7 {
    padding: 10px;
    background: transparent;
    overflow: hidden;
}
    .ContentBlockAlt7::after {
        content: "";
        background-color: black;
        background: url(/_theme/assets/img/hero.jpg) no-repeat;
        /* background-size: 100%; */
        height: 100%;
        background-attachment: fixed;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.5;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
    .ContentBlockAlt7 .SectionContent .col-md-4 {
        min-height: 140px;
    }
.ContentBlockAlt8 {
    color: white;
    font-size: 1em;
    border-radius: 5px;
    box-shadow: none;
    padding: 10px;
    background: #253b90;
    overflow: hidden;
}
.ContentBlockAlt8 a {
    color: #eeeeee;
    text-decoration: none;
}

    .ContentBlockAlt8 a:hover {
        color: #ffffff;
        text-decoration: underline;
    }
.ContentBlockAlt9 {
    background: #088295;
    color: white;
    padding: 12px;
    margin: 0 -15px;
    overflow: hidden;
}
.ContentBlockAlt10 {
    padding: 10px;
    background: #f8f8f8;
    margin: 0 -15px;
    overflow: hidden;
}

.SectionTitle {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.SectionTitleAlt1 {
    background: #ffffff;
    color: #253b91;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
    border: 0;
    text-align: center;
    border-bottom: solid 2px #3cc8d8;
}


.SectionTitleAlt2 {
    background: #231f20;
    color: white;
    font-size: 32px;
    line-height: 61px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
    text-align: center;
}

.SectionTitleAlt3 {
    background: #EBEDF3;
    color: #333333;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
}

.SectionTitleAlt4 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 0;
}

.SectionTitleAlt5 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 0px;
    padding-left: 0;
}

.footer {
    background: #212121;
    position: relative;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px;
    border-top: 1px solid;
}


    .navbar-inverse .navbar-nav > li > a {
        color: #eeeeee;
        font-size: 1.25em;
        text-decoration: none;
    }

a {
    color: #212121;
    text-decoration: underline;
}

    a:focus, a:hover {
        color: #000000;
        text-decoration: underline;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #eeeeee;
    font-weight: normal;
    font-size: 1.25em;
    display: inline-block;
    margin: 0;
    background: transparent;
    border-radius: 0;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.nav > li {
    color: white;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    margin: 10px;
}
.footer-copyright {
    background: #0a0909;
    color: silver;
    padding: 15px;
}
.footer-copyright a {
    color: silver;
}
.footerText, .fBlock {
    text-align: right;
    margin: 16px;
}
.SearchBox {
    margin: 0;
}
#searchResults {
    font-size: 1.5em;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
    text-align: center;
}
.btn-style1 {
    color: #ffffff;
    background-color: #088295;
    border-color: #231f20;
    font-size: 1em;
}

    .btn-style1:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }
.btn-style2 {
    color: #ffffff;
    background-color: #243c91;
    border-color: #231f20;
    font-size: 1em;
}
    .btn-style2:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.xtiEntryFooter .btn-primary {
    color: #fff;
    background-color: #231f20;
    border-color: #0a0909;
}
.ToggleBox {
    width: 66px;
    height: 66px;
    position: absolute;
    z-index: 1926;
    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: 0px;
}

    .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: 0px;
    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:#656566d6;
    }

@media screen and (max-width: 768px) {

    .navbar-inverse .navbar-nav > li > span {
        color: #ffffff;
        width: 46%;
        text-align: right;
        padding: 13px 20px;
        /*   background: #222222; */
    }

        .navbar-inverse .navbar-nav > li > span:hover {
            color: #ffffff;
            cursor: pointer;
            /* background: #080808; */
        }

    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
        width: 50%;
    }
    .navbar-inverse .navbar-nav > li > span:hover {
        color: #ffffff;
        cursor: pointer;
        background: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .ContentBlockAlt4 {
        padding: 5px;
    }
}