#xticontent {
    padding: 0;
}


/* New Design Changes 6-20-25 */
/* updated 8/26/25 for new design to take effect */

header  {
    background: #0a0909;
    color: white
}



.Home2 .ContentBlockAlt6  {
    padding: 0;
    background: transparent;
    margin: 0 -15px 0 -15px;
    overflow: hidden;
}


.Start .ContentBlockAlt6  {
    padding: 0;
    background: transparent;
    margin: 0 -15px 0 -15px;
    overflow: hidden;
}

.iconBar  {
    overflow: auto;
    max-width: 1600px;
    margin: 0 auto;
}

#main {
    min-height:500px;
}
.logo {
    /* float: left; */
    /* margin: 35px 70px 0px 0px; */
    max-width: 180px;
    padding: 10px;
}
.nav > li > a {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
}
.nav {
    color: white;
}
.navbar {
    border-radius: 0;
    margin: 0;
}
.navbar-inverse {
    background-color: #A61B34;
    border-color: #080808;
}
/* alt containers */
.ContentBlock {
    overflow: hidden;
}
.form-inline .form-control {
    width: 100%;
}

.iconBox {
    float: left;
    width: 20%;
    text-align: center;
    margin: 50px 0;
    font-size: 3em;
}

.iconBox img {
    max-width: 400px;
}

.ContentBlockAlt1 {
    position: relative;
    min-width: 1px;
    min-height: 1px;
    box-shadow: none;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden;
    border: 0;
    height: 100vh;
}

.ContentBlockAlt2 {
    background: #4184BF;
    padding: 0 5px;
    overflow: hidden;
}

.ContentBlockAlt3 {
    border: 0;
    padding: 60px;
    overflow: hidden;
    font-size: 2em;
    color: #A66D03;
}

.ContentBlockAlt4 {
    background: #A61B34;
    padding: 25px;
    color: #000000;
    overflow: hidden;
}

.ContentBlockAlt5 {
    background: #F2C53D;
    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: #A66D03;
    padding: 25px;
    color: #231f20;
    overflow: hidden;
    margin: 0 -15px;
    border: 0;
    min-height: 280px;
}

.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;
    }
.ContentBlockAlt8 {
    color: white;
    font-size: 1em;
    border-radius: 5px;
    box-shadow: none;
    padding: 10px;
    background: #000000;
    overflow: hidden;
}
.ContentBlockAlt8 a {
    color: #eeeeee;
    text-decoration: none;
}

    .ContentBlockAlt8 a:hover {
        color: #ffffff;
        text-decoration: underline;
    }
.ContentBlockAlt9 {
    background: #446D44;
    color: white;
    padding: 12px;
    margin: 0 -15px;
    overflow: hidden;
}
.ContentBlockAlt10 {
    padding: 10px;
    background: #f2f2f2;
    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: #000000;
    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 #F2C53D;
}


.SectionTitleAlt2 {
    background: #446D44;
    color: white;
    font-size: 32px;
    line-height: 61px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 15px;
    text-align: center;
    border-radius: 5px;
}

.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;
}

.btn-match {
    color: #fff;
    background-color: #446D44;
    border-color: #0e0e0e;
}


.btn-match:hover {
    color: #000;
    background-color: #446D44;
    border-color: #0e0e0e;
}


    .navbar-inverse .navbar-nav > li > a {
    color: #eeeeee;
    font-size: 1.25em;
    text-decoration: none;
}

a {
    color: #212121;
    text-decoration: none;
}

    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;
}
.footer-copyright a {
    color: silver;
}
.footerText, .fBlock {
    text-align: right;
    margin: 16px;
}
.SearchBox {
    margin: 70px 0 0 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;
}
.footer {
    background-image: linear-gradient(169deg, rgb(166 27 52 / 95%) 30%,#a61b34 100%), url(/_theme/assets/img/truck.png);
    background-size: cover;
    position: relative;
    color: #F2F2F2;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 50px;
    border-top: 1px solid;
    min-height: 250px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@media screen and (max-width: 988px) {
    .ContentBlockAlt3 {
        border: 0;
        padding: 10px;
        overflow: hidden;
        font-size: 1.25em;
        color: #A66D03;
    }


    .iconBox {
        font-size: 1.2em;
	width: 50%;
}


}
    @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;
        }
        
        }
        .logo {
            margin: 0 auto;
        }

       .iconBox {
           font-size: 1.2em;
	   margin:0 auto;
	   width: 75%
	   max-width:350px;
}
 	.Home2 .ContentBlockAlt6 {
            min-height: auto;
}

        .firewidg {
            margin: 10px auto;
        }
    }