/* Hide global search */
.lonestar .lonestar-inventory-details .truck--overview .overview--wrapper .overview--panel .swiper-container .swiper-button-next, .lonestar .lonestar-inventory-details .truck--overview .overview--wrapper .overview--panel .swiper-container .swiper-button-prev {
    transform: unset;
}
.lonestar #dnnSearch {
    display: none;
}
.lonestar .global-nav {
    margin: 0;
}
@media screen and (min-width: 1130px) {
.lonestar .site--header .header--container {
    align-items: flex-end;
}
}


/* Added by MW */
.filters {
 border:none;
 margin-bottom:1.5em
}
.filters fieldset {
 border:1px solid #ccc;
 border-top:none;
 border-bottom:none;
 padding:1.125em 1.5em 0
}
.filters .filters--header {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 padding:.75em;
 background-color:#373a3f;
 min-height:4.875em;
 box-shadow:none;
 border-top:6px solid #da291c
}
.lonestar__tag .filters .filters--header {
 border-top-color:#003da5
}
.filters .filters--footer {
 border:1px solid #ccc;
 border-top:none;
 padding:0 1.5em 1.5em
}
.filters .filters--footer span {
 font-size:24px;
 line-height:1;
 margin-left:.1em
}
.filters label,.filters p {
 color:#373a3f;
 font-size:14px;
 line-height:1.25;
 width:100%
}
.filters label {
 margin-top:.75em
}
.filters p {
 display:inline-block;
 margin-top:.5em;
 font-weight:700;
 vertical-align:text-bottom
}
.filters input,.filters select {
 background-color:#e6e6e6;
 border:1px solid #d9d9d9;
 border-radius:2px;
 min-height:2.5em;
 line-height:1.5em;
 padding:.5em;
 width:100%;
 margin-top:.25em;
 margin-bottom:.5em;
 margin-top:.5em
}
.filters input option,.filters select option {
 min-height:1.5em
}
.filters .range-slider .slider-values {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:justify;
 -webkit-justify-content:space-between;
 -ms-flex-pack:justify;
 justify-content:space-between;
 margin-top:.25em;
 font-weight:700;
 font-size:.75em
}
.filters .range-slider .slider-value.slider-value-low {
 float:left
}
.filters .range-slider .slider-value.slider-value-high {
 float:right
}
.filters button {
 display:block;
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 padding:1em 2em;
 min-height:40px;
 color:#fff;
 font-weight:700;
 max-width:100%;
 text-align:center;
 line-height:1.25;
 text-transform:uppercase;
 font-size:12px;
 border:none;
 background-color:#373a3f;
 -webkit-transition:box-shadow .4s;
 transition:box-shadow .4s;
 margin-top:1em;
 display:inline-block;
 margin-right:.5em
}
.filters button:hover {
 cursor:pointer
}
.filters button:focus {
 outline:0;
 box-shadow:inset 0 -4px 0 0 #da291c
}
.lonestar__tag .filters button:focus {
 box-shadow:inset 0 -4px 0 0 #003da5
}
.filters .filter span.filter-display_name {
 display:table;
 margin-top:1em;
 margin-bottom:.25em;
 font-size:14px
}
.filters .filter button {
 margin-right:.5em;
 margin-top:0;
 min-height:0;
 padding:.75em 1em;
 line-height:1
}

div.img-container {
  width: 96%;
  max-width: 960px;
  margin: 0 auto; /* to center the container */
  display: inline-block;
}

label.formmaster {
 display:-webkit-box;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 margin-top:1.5em
}

img.loc-social {
  width: 20% !important;
}

@media screen and (max-width: 767px) {

img.loc-programs {
  width: 45% !important;
}

img.loc-oems {
  width: 20% !important;
  vertical-align: middle !important;
}
  
img.loc-contacts {
  width: 60% !important;
}
  
img.partners {
  width: 35% !important;
}

}
/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
.Chronos-header-bottom{
  background: #000;
}








