body {
    margin: 0 auto;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: calc(10px + 0.6vw);
    color: #231f20;
}

.le_jqueryui_target * {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: calc(14px + 2vw) !important;
    line-height: calc(14px + 2.7vw) !important;
    font-weight: 700 !important;
}

h2 {
    font-size: calc(14px + 1.3vw) !important;
    line-height: calc(14px + 1.9vw) !important;
    font-weight: 400 !important;
    color: #0065A3;
}

h3 {
    font-size: calc(14px + 0.8vw) !important;
    line-height: calc(14px + 1.3vw) !important;
    font-weight: 700 !important;
}

h4 {
    font-size: calc(14px + 0.6vw) !important;
    line-height: calc(14px + 1.1vw) !important;
    font-weight: 400 !important;
    font-style: italic !important;
    color: #0065A3;
}

a {
    color: #d32e12;
}

a:hover {
    color: #00246a;
    text-decoration: none;
}

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

/* ------------  HEADER INCLUDING ADDRESS, SOCIAL ICONS & SEARCH ------------ */


.Header {
    background-color: #ffffff;
    padding: 2% 5%;
    display: flex;
    align-items: center;
    color: #010101;
    font-size: calc(9px + 0.4vw);
    line-height: calc(11px + 0.7vw);
}

.Logo {
    width: 50%;
    min-width: 150px;
}

.Contact {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.Address {
    width: 98%;
    margin: 0 1%;
    text-align: right;
    margin-bottom: 3%;
}

.Social {
    width: 88%;
    margin: 0 1%;
    text-align: right;
}

.Search {
    width: 8%;
    margin: 0 1%;
    min-width: 25px;
}

.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(39,47,138,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%);    
}


/* --------------  MAIN MENU ITEMS  ------------------------*/


.Menu {
    width: 100%;
    text-align: center;
    background-color: #00246a;    
}

.Menu ul.le_menu_level_0 {
    margin: 0px;
    padding: 0px;
}

.Menu li {
    list-style-type: none;    
}

.Menu li.le_menuitem_level_0 {
    display: inline-block;
    padding: 1vw;
    height: 100%;
}

.Menu li.le_menuitem_level_0 a {
    font-size: calc(10px + 0.5vw) !important;
    line-height: calc(10px + 0.5vw) !important;
    font-weight: 400;
    color: #ffffff;
    transition: 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.75vw;
}

.Menu li.le_menuitem_level_0 a:hover {
    background-color: #d32e12;
}

/*--------1st level submenu-------*/

.Menu ul.le_menu_level_1 {
    position: absolute;
    z-index: 200;
	display: none;
	padding: 0;
	text-align: left;
	min-width: 200px;
	margin-top: 10px;
}

.Menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}

.Menu li.le_menuitem_level_1 a {
	display: block;
	font-size: calc(8px + 0.35vw) !important;
    line-height: calc(8px + 0.35vw) !important;
	color: #ffffff;
	padding: 5%;
	text-decoration: none;
	background-color: #00246a;
    margin-left: 0px;
    border-bottom: 1px solid #0d1249;
}

.Menu li.le_menuitem_level_1 a:hover {
    color: #ffffff;
    background-image: none;
    background-color: #d32e12;
    border-bottom: 1px solid #0d1249;
}


/* ------------  SMALL NAV STYLES  ------------ */

.SmallMenu {
    display: none;
}

.Mobile {
    display: none;
}

.SmallNav {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background: rgba(39,47,138,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 a, .SmallNav li.le_menuitem_level_0 a {
    padding: 2vw 10% 2vw 10%;
    text-decoration: none;
    font-size: calc(12px + 0.6vw);
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-align: center;
}

.SmallNav li.le_menuitem_level_1 a {
    font-size: calc(10px + 0.35vw);
}

.SmallNav a:hover {
    background-color: #d32e12;
}

.SmallBtnStyle {
    cursor:pointer;
}

.SmallNavStyle {
    padding-top: 5%;
}


/* ------------  WHITE CONTENT AREA ------------ */

.WhiteBar {
    padding: 5% 0;
}

.Content {
    display: flex;
    padding: 0 5%;
    font-size: calc(14px + .2vw);
    line-height: calc(16px + 1.2vw);
    flex-wrap: wrap;
    align-items: flex-start;
}

.Content p {
    padding-bottom: calc(12px + 0.9vw);
}


/* ------------  FOOTER ------------ */


.Footer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background-color: #231f20;
    color: #ffffff;
}

.Footer h2 {
    color: #ffffff;
    font-style: normal !important;
    font-size: calc(11px + 0.5vw);
    line-height: calc(13px + 0.75vw);
}

.FooterText {
    padding: 2% 5%;
    color: #ffffff;
    font-size: calc(9px + 0.4vw);
    line-height: calc(10px + 0.8vw);
}


/* --------------  MEDIA SCREEN FOR RESPONSIVE ELEMENTS  ----------------- */


@media only screen and (max-width: 725px) {
    
    .Header {
        flex-wrap: wrap;
        font-size: calc(7px + 0.4vw);
        line-height: calc(9px + 0.9vw);
        padding: 0;
    }
    
    .Logo {
        width: 100%;
        min-width: 150px;
        text-align: center;
        order: 2;
        padding: 2%;
    }

    .Contact {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        order: 1;
        background-color: #ffffff;
        padding: 2%;
    }

    .Address {
        width: 64%;
        margin: 0 1%;
        margin-bottom: 0;
        text-align: left;
    }

    .Social {
        width: 25%;
        margin: 0 1%;
        text-align: right;
    }

    .Search {
        width: 5%;
        margin: 0 1%;
        min-width: 5%;
    }
    
    .Menu {
        display: none;
    }
    
    .SmallMenu {
        display: inherit;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #00246a;
        padding: 3%;
        max-width: 60px;
        text-align: center;
        z-index: 20;
    }
    
    .Mobile {
        display: inherit;
        width: 100%;
        border-bottom: 10px solid #00246a;
        position: fixed;
        bottom: 0;
        z-index: 20;
    }
    
    .TwoThird {
        width: 100% !important;
        margin: 2% !important;
    }
    
    .Sixty {
        width: 96% !important;
        margin: 2% !important;
    }

    .Forty {
        width: 96% !important;
        margin: 2% !important;
    }
    
    .Half {
        width: 100% !important;
    }
    
    .Third {
        width: 96% !important;
        margin: 2% !important;
    }
    
    .Fifth {
        width: 100% !important;
        margin: 2% !important;
    }
    
    
    .FooterText {
        padding: 3% 5%;
        line-height: calc(12px + 0.8vw);
    }
    
}

/* ------------  MISCELLANEOUS POSITIONING ITEMS ------------ */


.Single {
    width: 96%;
    margin: 0 2%;
}

.Sixty {
    width: 56%;
    margin: 0 2%;
}

.Forty {
    width: 36%;
    margin: 0 2%;
}

.TwoThird {
    width: 62.67%;
    margin: 0 2%;
}

.TwoHalf {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.Half {
    width: 50%;
}

.Third {
    width: 29.33%;
    margin: 0 2%;
}

.Fifth {
    width: 16%;
    margin: 0 2%;
}

.form-group {
    margin-top: 1%;
    margin-bottom: 1% !important;
}

.seFormButton {
    background-color: #d32e12;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.5vw 5vw;
    border: 1px solid transparent;
    font-size: calc(12px + 0.6vw);
}

.seFormButton:hover {
    background-color: #00246a;
    color: #ffffff;
}


/* ------------  WRAPPER STYLES FOR EDIT MENU ------------ */


.wrapper {
	width: 100%;
	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;
}

/* ------------ WRAPPER STYLES END ------------ */


/* CSS Reset */


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%;
	/*vertical-align:baseline;*/
	/*background:transparent;*/
}

body {
	line-height:1;
}

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;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_home #le_feature {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mnautocare/stock-images/MNAutoCare_01.jpg);
    background-size: cover;
}
.aurora_home #le_signup {
    background-image: linear-gradient(rgba(10, 13, 50, 0.6), rgba(10, 13, 50, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mnautocare/stock-images/MNAutoCare_02.jpg);
    background-size: cover;
}
.aurora_home #le_social {
    background-color: rgb(211, 46, 18);
    padding-top: 4vh;
    padding-right: 5vh;
    padding-bottom: 4vh;
    padding-left: 5vh;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_signup {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_social {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_signup {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_social {
    }
}

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