@media (min-width:768px) and (max-width:1023px) {

    body {
        font-size: 14px;
    }

    .form-control {
        border-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .headercontainer, .contentcontainer {
        max-width: 1100px;
        width: 100%;
        background-color: white;
        padding-left: 0px;
        padding-right: 0px;
    }

    .contentcontainer {
        vertical-align: middle;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .homecontentcontainercenter {
        padding-left: 0px;
        padding-right: 0px;
    }

    .maincontentcontainercenter {
        padding-left: 0px; /*15px;*/
        padding-right: 0px; /*15px;*/
    }

    .csxlookupcontentcontainercenter {
        padding-left: 15px;
        padding-right: 15px;
    }


    .joinButton, .loginButton {
        position: relative;
        float: left;
        margin-left: 15px;
        min-width: 100px;
        width: 40%;
        margin-top: 7%;
        text-transform: uppercase;
        font-size: 12px;
    }

    .findButton {
        background-color: white;
        color: #c6322e;
        border: 2px solid #c6322e;
        /*border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;*/
        position: relative;
        float: left;
        margin-left: 0px;
        min-width: 100px;
        width: 40%;
        margin-top: 1%;
        text-transform: uppercase;
        font-size: 12px;
        padding: 6px 12px;
        margin-bottom: 10px;
    }

    .joinButton {
        background-color: white;
        color: #c6322e;
        border: 2px solid #c6322e;
        /*border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;*/
    }

    .loginButton {
        background-color: #c6322e;
        color: white;
        border: 2px solid #c6322e;
        /*border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;*/
    }

    .socialiconcontainer {
        padding-top: 10px;
    }

    .socialIcon {
        position: relative;
        float: left;
        margin-left: 1px;
        list-style-type: none;
        line-height: 18px;
    }

    .searchlicontainer {
        padding-left: 4px;
        list-style-type: none;
        line-height: 18px;
        width: 100%;
    }

    #txtsearch {
        position: relative;
        float: left;
        width: 100%;
        line-height: 18px;
        margin-top: 2px;
        margin-left: 0px;
        font-size: 12px;
        list-style-type: none;
    }

    nav {
        max-width: 1100px !important;
        width: 100% !important;
        min-height: 25px;
        background-color: #c6322e;
    }

    .footercontainer {
        max-width: 1100px;
        width: 100%;
        background-color: #c6322e;
        min-height: 25px;
    }

    .footerleftcol {
        position: relative;
        float: left;
        color: white;
    }

        .footerleftcol span, .footerrightcol span {
            font-size: 16px;
        }

    .footerrightcol {
        position: relative;
        float: right;
        color: white;
    }

    .homecontentAdcontainer {
        background: -moz-linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 46%, rgba(254,254,254,1) 47%, rgba(221,221,221,1) 100%); /* ff3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221,221,221,1)), color-stop(53%, rgba(254,254,254,1)), color-stop(54%, rgba(255,255,255,1)), color-stop(100%, rgba(221,221,221,1))); /* safari4+,chrome */
        background: -webkit-linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 46%, rgba(254,254,254,1) 47%, rgba(221,221,221,1) 100%); /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 46%, rgba(254,254,254,1) 47%, rgba(221,221,221,1) 100%); /* opera 11.10+ */
        background: -ms-linear-gradient(90deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 46%, rgba(254,254,254,1) 47%, rgba(221,221,221,1) 100%); /* ie10+ */
        background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(255,255,255,1) 46%, rgba(254,254,254,1) 47%, rgba(221,221,221,1) 100%); /* w3c */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#dddddd',GradientType=0 ); /* ie6-9 */
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .homecontentAdcontainer div {
            width: 100%;
        }

            .homecontentAdcontainer div img {
                margin-left: auto;
                margin-right: auto;
                display: block;
                margin-top: 10px;
                margin-bottom: 10px;
            }

    .navbar-nav > li > a:link, .navbar-nav > li > a:visited, .navbar-nav > li > a:link:active {
        font-size: 14px;
        color: white;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }

    .navbar-nav > li > a:hover {
        color: gray;
        text-decoration: none;
    }

    .footerrightcol h3, .footerrightcol p, .footerrightcol a {
        text-align: right;
        padding-top: 0px;
    }

    .footerrightcol p {
        font-size: 16px;
    }

    .footerrightcol a, .footerrightcol a:hover {
        color: white;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
    }

    .socialiconcontainer {
        position: relative;
        float: right;
        padding-bottom: 0px;
    }

    .headercontainer .socialiconcontainer {
        position: relative;
        float: left;
        padding-bottom: 15px;
    }

    .noPadding-Right {
        padding-right: 0px;
    }

    .slider header {
        /*height: auto;*/
        position: relative !important;
        height: auto !important;
        top: 0px !important;
    }

    .chassisinfo {
        color: #ffffff;
        font-weight: normal;
        padding-top: 10px;
        font-size: 25px;
        line-height: 25px;
    }

    #staticsummary {
        min-height: 170px;
        background-color: #c6322e;
    }

    .emblemcontainer {
    }

    .EmblemNEDData {
        padding-top: 15px;
    }

    .TABFieldHeader {
        color: #777777;
        text-transform: uppercase;
        padding-left: 0px;
    }

    .TABFieldValue {
        color: #000000;
        font-weight: bold;
    }

    /*.ui-tabs {
    background-color: #C6332E
}*/

    .ui-tabs {
        position: relative;
        padding: 0px;
    }

    .ui-widget.ui-widget-content {
        border: 0px;
    }

    .ui-widget-header {
        background-color: #ffffff;
        background-image: none;
        border: 0px solid #ffffff;
    }

    .ui-tabs-nav li {
        background-color: #c6332e;
        background-image: none;
        width: 14.28%; /*14.28%;*/
    }

    li.ui-state-active a.ui-tabs-anchor {
        background-color: #ffffff !important;
        color: #c6332e !important;
    }

    .ui-tabs-anchor {
        color: #ffffff !important;
        padding: 1em 1em !important;
        background-color: #c6332e !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .ui-tabs-active.ui-state-active {
        background-color: #ffffff;
        color: #c6332e;
    }

    .ui-corner-top {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .ui-tabs .ui-tabs-nav li {
        margin: 0px 0px 0px 0px;
        border: 1px solid #ffffff;
    }

    .ui-tabs .ui-tabs-nav {
        padding: 0px 0px 0px 0px;
    }

    .ui-widget-content {
        border: 0px solid #ffffff;
        padding-bottom: 85px;
        /*margin-left: 15px;
    margin-right: 15px;*/
    }

    .ui-tabs-panel {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .imagescontainer {
        width: 100%;
    }

    .img1of5container {
        position: relative;
        float: left;
        max-width: 100%;
        width: 20%;
    }

    .img1of5 {
        width: 100%;
        max-width: 100%;
        padding-right: 5px;
    }

    .sliderSlide {
        max-height: 500px;
        overflow: hidden;
    }

        .sliderSlide.slick-slide img {
            margin-left: auto;
            margin-right: auto;
        }

    .glossary_alphalettercontainer {
        padding-left: 40px;
    }

    .glossary_alphaletter {
        position: relative;
        width: 3%;
        float: left;
        border-radius: 5px;
        border: 1px solid #777777;
        text-align: center;
        line-height: 20px;
        margin-right: 1px;
    }

        .glossary_alphaletter a {
            color: #c6332e;
            text-decoration: none;
        }

    h3.title.ui-accordion-header {
        font-weight: bold;
    }

    .ui-accordion h3.ui-accordion-header {
        border: 0px solid white;
    }

    .glossary_Definition.ui-accordion-content {
        height: auto !important;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        background-image: none;
        background-color: white;
    }

    .glossaryanchormarker {
        width: 10px;
        background-color: #c6332e;
        color: #ffffff !important;
        padding-right: 2px;
        padding-left: 2px;
    }

    .slick-slide img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        /* height: 100%; */
        width: 100%;
        /* overflow: hidden; */
    }


    .SectionDetailHeader {
        background-image: url(/media/1030/redsquare.png);
        background-repeat: no-repeat;
        background-size: auto;
        padding-left: 37px;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
    }

        .SectionDetailHeader a, .SectionDetailHeader a:hover, .SectionDetailHeader a:active, .SectionDetailHeader a:visited {
            color: #777777;
            text-decoration: none;
        }

    .SectionDetail {
        padding-left: 40px;
    }

    .partialhide {
        height: auto;
        overflow: hidden;
    }

    .searchspacer {
        display: none;
        line-height: 10px;
    }

    .searchresultimage {
        margin-bottom: 0px;
        padding: 10px 0px 5px 0px;
        max-width: 160px;
        width: 100%;
    }

    .menubuttonasLink {
        font-size: 12px;
        color: white;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        border: 0px;
        background-image: none;
        background-color: RGBA(0,0,0,0);
        line-height: 48px;
    }

    .NoPaddingleftRight {
        padding-left: 0px;
        padding-right: 0px;
    }

    .NoPaddingleft_5pxRight {
        padding-left: 0px;
        padding-right: 5px;
    }

    .slick-dots {
        /*background-color: rgba(255, 255, 250, .5);*/
        bottom: 0px !important;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px !important;
    }

    .slick-dots li button {
        font-size: 15px !important;
        /*color: #c6332e!important;*/
    }

        .slick-dots li button:before {
            opacity: 1 /*.75*/ !important;
            font-size: 15px !important;
            color: #c5c5c5 !important;
        }

    .slick-dots li.slick-active button:before {
        opacity: 1 /*.75*/;
        color: #c6332e !important;
    }

    .CodeDefBtn:active, .CodeDefBtn:Link, .CodeDefBtn:visited, .CodeDefBtn:hover {
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
        line-height: 25px;
    }

    .CodeDefBtn img {
        max-height: 15px;
        margin-right: 10px;
        margin-bottom: -2px;
        position: relative;
    }

    .NotAvailableText {
        color: #777777;
    }

    .SectionDetail .imagescontainer {
        padding-left: 0px;
    }
}
