/*  ----------  START Body & Content GENERAL Styles  ----------  */
body {
    margin: 0 auto;
    background: rgba(var(--color0), 1);
    font-family: var(--font1);
    color: rgba(var(--color1), 1);
    font-size: var(--bod);
    line-height: 1;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

.le_jqueryui_target * {
    font-family: var(--font1);
}

button, input[type="button"], input[type="submit"], a { 
     transition: background-color 0.6s ease;
}

p {
    display: block;
    -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 30px;
}

ol {
	list-style-position: outside;
	padding-left: 30px;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

p, li, a { font-size: var(--bod); line-height: var(--size2); color: rgba(var(--color1), 1); }
    
h1, h2, h3, h4, h5, h6 { font-weight: 400; color: rgba(var(--color1), 1); }
h1 { font-size: var(--size1); line-height: var(--size1); padding-top: var(--size6); padding-bottom: var(--px); }
h2 { font-size: var(--size2); line-height: var(--size1); padding-top: var(--size5); padding-bottom: var(--px); font-family: var(--font1); color: rgba(var(--color2), 1); }
h3 { font-size: var(--size3); line-height: var(--size2); padding-top: var(--size4); padding-bottom: var(--px); text-transform: uppercase; letter-spacing: 1px !important;  font-weight: 700;}
h4 { font-size: var(--size4); line-height: var(--size3); padding-top: var(--size4); padding-bottom: var(--px); font-family: var(--font2); color: rgba(var(--color2), 1); }
h5 { font-size: var(--size5); line-height: var(--size4); padding-top: var(--size2); padding-bottom: var(--px); }
h6 { font-size: var(--size6); line-height: var(--size5); padding-top: var(--size6); padding-bottom: var(--px); text-transform: uppercase; letter-spacing: 2px !important;  font-weight: 700;}

a {
    color: rgba(var(--color5), 1);
}

a:hover {
    text-decoration: none;
}

.Content {
    padding: 2% 5% 5% 5%;
    line-height: var(--size4);
}

.Content p, .Content ul { padding-bottom: var(--px); }

.Content img {
    margin: 1vw 0;
}

.NoPad img {
    margin: 0 !important;
}

.ShiftUp img {
    object-position: 0% 42%;
}

.ShiftDown img {
    object-position: 0% 67%;
}

.Row {
    display: flex;
    flex-wrap: nowrap;
}

.Row .Single, .Row .Double, .Row .Triple, .Row .Quad {
    margin: 0 1%;
}

.Item {
    align-content: center;
    align-items: center;
}
/*  ----------  END Body & Content Styles  ----------  */


/*  ----------  START Header  ----------  */
.Header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-items: space-between;
    padding: 1% 5%;
}

.Header img {
    margin: 0 1.5vw !important;
}

.Logo img {
    max-width: 400px;
    flex-grow: 1;
}
/*  ----------  END Header  ----------  */


/*  ----------  START Menu Styles  ----------  */
.SmallMenu {
    margin: 0;
    background-color: var(--color3);
    text-align: right;
    color: rgba(var(--color1), 1);
    font-size: var(--size3);
    line-height: var(--size3);
    text-transform: uppercase;
    flex-grow: 2;
}

.SmallNav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background: rgba(var(--color3), 1);
    overflow-y: hidden;
    transition: 0.5s;
    margin-top: 0px;
    padding: 0;
}

.SmallNav ul {
    margin: 0;
    padding: 0;
}

.SmallNav ul li {
    list-style-type: none;
}

.SmallNav ul.le_menu_level_1 {
    margin-right: var(--size4);
}

.SmallNav li.le_menuitem_level_1 a {
    font-size: var(--size5) !important;
    line-height: var(--size4) !important;
    padding: 0.5% 10% !important;
    font-weight: 400 !important;
}

.SmallNav li.le_menuitem_level_0 a {
    padding: 0.33% 10% !important;
    text-decoration: none !important;
    font-size: var(--size4);
    color: rgba(var(--color0), 1) !important;
    background-color: rgba(var(--color3), 1) !important;
    display: block !important;
    transition: 0.3s !important;
    text-align: right !important;
    font-weight: 700;
}

.SmallNav ul li a:hover {
    background-color: rgba(var(--color5), 1) !important;
    color: rgba(var(--color1), 1) !important;
}

.SmallNav a {
    text-align: right !important;
    padding: 1% 10% !important;
}

.SmallBtnStyle {
    cursor:pointer;
}

.SmallBtnStyle a {
    margin: 0 0 !important;
    max-width: none !important;
}

.SmallNavStyle {
    padding-top: 1.5%;
}
/*  ----------  END Menu Styles  ----------  */


/*  ----------  START Search Styles  ----------  */
.Search a {
    color: #ffffff;
    text-decoration: none;
}

.SearchBar {
    position: absolute;
    top: 40%;
    left: 10%;
    right: 10%;
}

#search_form_value {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: transparent;
    color: #efefef;
    font-size: 2.5vw;
    margin: 6px 0 0 0;
    padding: 1px;
}

#search_form_button {
    border: 1px solid transparent;
    color: #ffffff;
    font-size: 3vw;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 6px 0 0 0;
    padding: 0.5vw 1vw;
    margin-top: 0 !important;
    text-transform: uppercase;
    text-align: right;
    display: inline !important;
}

.SearchBtnStyle {
    cursor:pointer;
}

.SearchNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(var(--color1), 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 0px;
}

.SearchNav a {
    padding: 4px 8px 4px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #b0afaf;
    display: block;
    transition: 0.3s;
}

.SearchNav a:hover {
    color: #f1f1f1;
}

.SearchNav .closebtn {
    position: absolute;
    right: 6%;    
    font-size: 36px;
    margin-top: calc(80px + 2%);    
}
/*  ----------  END Search Styles  ----------  */


/*  ----------  START Gray Box Styles  ----------  */
.GrayBox {
    background: rgba(var(--color1), 0.15);
    margin-top: -1%;
    padding: 3%;
    text-align: center;
}

.GrayBox h3 {
    font-weight: 800;
}
/*  ----------  END Gray Box Styles  ----------  */


/*  ----------  START Feature Vehicle Styles  ----------  */
.Vehicle {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/premierspecialty/premier-specialty-vehicles-2019/FeaturedVehicle_bkgd.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.Vehicle p, .Vehicle li {
    color: rgba(var(--color0), 0.8);
}

.Vehicle h2 {
    color: rgba(var(--color0), 1);
    font-weight: 800;
    padding: 0;
}

.Vehicle h3 {
    color: rgba(var(--color3), 1);
    padding: 0.4vw 0;
    text-shadow: 1px 1px #ffffff;
}

.Vehicle .quote p {
    color: rgba(var(--color3l), 1);
    font-style: italic;
    text-shadow: 1px 1px rgba(var(--color1), .8);
    font-weight: 700;
}

.Vehicle h4 {
    color: rgba(var(--color0), 1);
    padding: 0.4vw 0;
}
/*  ----------  END Feature Vehicle Styles  ----------  */


/*  ----------  START Logo Styles  ----------  */
.Logos {
    display: flex;
}

.Logos a {
    line-height: 0;
}

.Logos img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
    }

.Logos img:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.05);
    }
/*  ----------  END Logo Styles  ----------  */


/*  ----------  START Footer Styles  ----------  */
.Footer {
    background: rgba(var(--color1), 1);
    padding: 2% 5%;
    display: flex;
    margin-top: -1%;
}

.Footer p, .Footer li {
    color: rgba(var(--color0), 1);
    font-size: calc(var(--size5) - 0.3vw);
    line-height: calc(var(--size4) - 0.1vw);
}

.Footer a {
    color: rgba(var(--color2), 1);
    font-size: calc(var(--size5) - 0.3vw);
    line-height: calc(var(--size4) - 0.1vw);
}

.Footer h2 {
    color: rgba(var(--color3), 1);
    font-size: calc(var(--size3) - 0.2vw);
    line-height: var(--size2);
    padding: 0.4vw 0 0 0;
}

/*  ----------  START Font Style Calculator  ----------  */
    :root {
        --px: 14px;
            --color0: 255, 255, 255; /* white */
            --color1: 25, 25, 25; /* Near black font color */
            --color2: 0, 101, 175; /* blue color from logo */
            --color3: 241, 80, 37; /* orange accent color */
                --color3l: 244, 127, 96; /* LIGHTER orange accent color */

            --color4: 207, 199, 201; /* grayish color */
 
        
        --bod: calc(var(--px) + 0.5vw); 
        --size1: calc(var(--bod) * 2); 
        --size2: calc(var(--bod) * 1.5);
        --size3: calc(var(--bod) * 1.17); 
        --size4: calc(var(--bod) * 1);
        --size5: calc(var(--bod) * .83); 
        --size6: calc(var(--bod) * .67);
            
        --font1: 'Open Sans', sans-serif;
    }   
/*  ----------  END Font Style Calculator  ----------  */    


/*  ----------  START Btn Class Styles  ----------  */
    [class*="Btn"] a {
        display: block;
        margin: var(--size6) auto var(--size4);
        max-width: 350px;
        padding: var(--size4);
        background: rgba(var(--color3), 1);
        border: 2px solid transparent;
        border-radius: 0;
        transition: all .4s linear;
	    color: rgba(var(--color0), 1);
	    font-size:  var(--size4);
	    font-weight: 400;
	    letter-spacing: 2px;
	    line-height: var(--size4);
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
    }

    [class*="Btn"] a:hover {
        background: rgba(var(--color2), 1);
        color: rgba(var(--color0), 1);
    }
    
    .LongBtn a { /* --- full width --- */
        max-width: 100% !important;
    }
    
    .ListBtn a { /* --- stacked list --- */
        margin: 0 auto 2px auto;
        padding: var(--size6);
    } 
    
    .LineBtn a { /* --- inline --- */
        display: inline-block;
        margin: auto 5px;
        padding: var(--size6);
    }
    

    
    hr {
        border: 2px solid silver;
    }
    
/*  ----------  END Btn Class Styles  ----------  */


/*  ----------  START Responsive Styles  ----------  */
@media only screen and (max-width: 800px) {
    .Logo {
        width: 70%;
    }
    
    .SmallMenu {
        width: 10%;
        margin: 0 5%;
    }
    
    .Search {
        width: 10%;
    }
    
    .SmallBtnStyle img {
        width: 35px;
    }
    
    .SmallNav a {
        padding: 3% 10% !important;
    }
    
    .GrayBox {
        margin-bottom: 2%;
    }
    
    .Logos {
        flex-wrap: wrap;
    }
    
    .Logos .Single {
        flex: none !important;
        width: 33.33%;
    }
    
    .Logos img {
        margin-bottom: -1%;
    }
    
    .Footer {
        flex-wrap: wrap;
        text-align: center;
        padding: 5%;
    }
    
    .Row {
        flex-wrap: wrap;
    }
    
    .Single, .Double {
        flex: 0 0 100% !important;
    }
}
/*  ----------  END Responsive Styles  ----------  */


/*  ----------  START Form Classes  ----------  */
.form-group {
    margin-top: 1%;
    margin-bottom: 1% !important;
}

.seFormButton {
    background-color: rgba(var(--color4), 1);
    color: rgba(var(--color0), 1);
    text-transform: uppercase;
    padding: 2.5% 10%;
    border: 1px solid transparent;
    font-size: calc(12px + 0.6vw);
}

.seFormButton:hover {
    background-color: rgba(var(--color2), 1);
}

/*  ----------  END Form Classes  ----------  */


/*  ----------  START Div Sizing Elements  ----------  */
    .Single {
        flex: 1 1 0;
    }
    
    .Double {
        flex: 2 1 0;
    }

    .Triple {
        flex: 3 1 0;
    }

    .Quad {
        flex: 4 1 0;
    }
    
    .NoSpace {
        margin: 0 !important;
    }
    
    .Single img {
        
    }
/*  ----------  END Div Sizing Elements  ----------  */


/*  ----------  START Wrapper Styles for Edit Menu  ----------  */
.wrapper {
	position: relative;
	right: 0;
	transition: right .3s ease;
}

.le-logged-in .page-wrapper, .le-logged-in .aurora-page-wrapper {
    position: relative;
    top: 40px;
}

.se_WrapperContent .se_mainContent {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*  ----------  END Wrapper Styles for Edit Menu  ----------  */
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
