@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Pontano+Sans');

:root {
    /*Colors*/
    --theme-blue: #004479;
    --theme-white: #ffffff;
    /*Fonts*/
    --theme-main-font: 'Open Sans', sans-serif;
    --theme-heading-font: 'Pontano Sans', sans-serif;
}

body {
    margin: 0 auto;
    color: #323232;
    font-family: 'Open Sans', sans-serif;
}
html, body {
    height: 100%;
}

/* Typography
----------------------------------------------------------------------------------------------------*/
a {
	color: #004479;
	text-decoration: none;
}
a:hover {
    /*color: inherit; */
	text-decoration: underline;
}
a img {
	border: 0;
}
p {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0;
	line-height: 26px;
}
ul,ol {
    margin-top: 0;
}
h1, h1 a, .title1, .title1 a {
	color: #004479;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 30px;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #004479;
    font-family: 'Pontano Sans', sans-serif;
	letter-spacing: 1px;
	font-size: 28px;
	font-weight: 400;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #004479;
	font-family: 'Pontano Sans', sans-serif;
	letter-spacing: 1px;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #0da0b0;
	font-family: 'Pontano Sans', sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #323232;
    font-family: 'Pontano Sans', sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color: #004479;
	font-family: 'Pontano Sans', sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
	margin: 0;
}
.title1,.title1 a,.title2,.title2 a,.title3,.title3 a,.title4,.title4 a,.title5,.title5 a,.title6,.title6 a {
    display:inline-block;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}

/* Site Classes
----------------------------------------------------------------------------------------------------*/
hr {
    border: 0;
    background-color: #004479;
    height: 2px;
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 15px;
	background-color: #004479;
	color: #ffffff;
	text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.se_button a:hover, a:hover.se_button {
    background-color: #595659 !important;
    color: #ffffff !important;
    text-decoration: none;
}
.site-survey li {
    padding: 5px 0;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/
.navigation {
    position: relative;
}
.navicon {
    position: relative;
    line-height: 65px;
    color: #342d34;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 10px;
    right: 0;
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap {
    padding-left:0;
}
.MainMenu {
    display: none;
    width: 100%;
    padding-top:1.2rem;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
	text-align: right;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
    padding: 10px;
	margin: 15px 0px;
	color: #000000;
    font-family: 'Pontano Sans', sans-serif;
    letter-spacing: 1px;
    line-height: 1px;
	font-size: 11px;
	text-decoration: none;
    /*text-transform: uppercase;*/
    /*border-bottom: 2px solid rgba(250,250, 250, 0.0);*/
    text-align: right;
}
.MainMenu li.le_menuitem_level_0 a:hover {
    border-bottom: 2px solid #004479;
    padding: 10px;
}
.MainMenu li.le_menuitem_level_0:last-child a:hover {
    border-bottom: none;
    padding: 10px;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
    padding: 8px;
	margin-top: 18px;
	color: #000000;
    font-family: 'Pontano Sans', sans-serif;
    letter-spacing: 1px;
    line-height: 1px;
	font-size: 13px;
	text-decoration: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #0da0b0;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.dropdown ul {
    display: none;
}
.requestTab a {
    margin-left: 8px !important;
    margin-right:10px !important;
    padding: 15px !important;
    background-color: #004479;
    color: #ffffff !important;
    text-decoration: none !important;
    transition:all .4s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center !important;
}
.requestTab a:hover {
    background-color: #595659;;
    /*color: #000000 !important;*/
}
/*Fix navigation on login*/
.le-logged-in .header {
    padding-top: 30px;
}
.le-edit-open .wrapper {
    padding-top: 80px;
}

/* Wrapper
----------------------------------------------------------------------------------------------------*/
.wrapper {
	width: 100%;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header {
	padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: left .3s ease;
    background-color: #ffffff;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
    z-index: 900;
}
.logo {
    padding: 10px 0px 10px 30px;
}
.header-img {
    background-repeat: no-repeat;
    padding: 25% 0; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.43);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.43);
}
.phoneHeader {
    /*padding-top: 11%;*/
    /*padding-left: 14%;   */
    display: none;
}

/* Main Content
----------------------------------------------------------------------------------------------------*/
.mainContent {
    /*background-color: #f1f1f1;*/
    background-color: #004479;
    padding-top: 70px;
}
.mainContentTruck {
    background-color: #f1f1f1;
    /*background-color: #004479;*/
    padding-top: 70px;
}
.container {
    max-width: 100%;
}
.containerTab {
    background-color: #fff;
    border-radius: 10px;
    display: block;
    position: relative;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    padding-top: 25px;
    top:-30px;
    width: 90%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
}
/* No Gutters*/
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters[class^="col-"], .no-gutters[class*=" col-"]{
    padding-right: 0;
    padding-left: 0;
}
.no-gutter-left {
    padding-left:0;
}
.force-width img {
    width: 100%;
    height: auto;
}
.row.empty-row [class^="col-"], .row.empty-row [class*=" col-"]{
    min-height: 0;
}
.le-edit-open .row.empty-row [class^="col-"], .le-edit-open .row.empty-row [class*=" col-"]{
    min-height: 1px;
}

/* Footer
----------------------------------------------------------------------------------------------------*/
.footer {
    background-color: #004479;
    color: #ffffff;
}
.footer a, .footer p {
    color: #ffffff;
}
.social-icons {
    text-align: center;
    padding-top: 10px;
}
.social-icons a {
    color: #ffffff;
    font-size: 34px;
    padding: 5px;
}
.social-icons a:hover {
    color: #595659;
    text-decoration: none;
}
#le_footerLeft {
    text-align: center;
}

/* Home Page
----------------------------------------------------------------------------------------------------*/
.cta-home {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    margin-bottom: 30px;
    z-index:1;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
}
.cta-home a, a.cta-home {
    position: relative;
    z-index: 10;
    display: block;
    color: #000000;
}
.cta-home:hover .cta-home-content {
    height: 100%;
    padding-top: 50px;
}
.cta-home-content p a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}
.cta-home-content h2 a {
    color: #000000;
    text-decoration: none;
    padding-top: 4px;
}
.cta-home-content {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
    width: 100%;
    height: 25%;
    background: rgba(250,250,250,0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -moz-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -o-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}
/* Team Page classes
----------------------------------------------------------------------------------------------------*/
/*Version 1 Team Popup*/
.cta-team {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    z-index:1;
    margin-bottom: 40px;
}
.cta-team img {
    top: 0px;
}
.cta-team a, a.cta-team {
    position: relative;
    z-index: 10;
    display: block;
    color: #000000;
}
.cta-team-content h2 {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    padding: 2% 0 5% 0;
}
.cta-team-content p {
    font-size: 14px;
    color: #000000;
}
.cta-team-content {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
    width: 100%;
    height: 18%;
    background: rgba(250,250,250,0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -moz-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    -o-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
    transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
    z-index: 10;
}
.cta-team:hover .cta-team-content {
    height: 100%;
    padding-top: 16px;
}
.teamPopup-link a, a.teamPopup-link {
    position: relative;
    display: inline-block;
    margin: 10px;
    padding: 5px;
    background-color: #004479;
    color: #ffffff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
}
.teamPopup-link a:hover, a.teamPopup-link:hover {
    background-color: #595659 !important;
    color: #ffffff !important;
    text-decoration: none;
}
.teamPopup-link {
    display: inline-block;
    min-width: 150px;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.teamPopup-content {
    position: relative;
    background: #ffffff;
    padding: 20px;
    width: auto;
    height: auto;
    max-width: 80%;
    margin: 20px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.teamPopup-content h1, .teamPopup-content h2 {
    font-size: 26px;
}
.teamContent {
    background: #ffffff;
    padding: 20px 30px;
    margin: 40px auto;
    max-width: 80%;
    position: relative;
}
/* Trucks Pop Up
----------------------------------------------------------------------------------------------------*/
.truck {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    width: 100%;
}
.truckPopup-link {
    display: inline-block;
    min-width: 150px;
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transition: all .22s;
}
.truckPopup-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.truckPopup-content {
    position: relative;
    background: #ffffff;
    padding: 20px;
    width: auto;
    height: auto;
    max-width: 80%;
    margin: 20px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.truckPopup-content h1 {
    font-size: 24px;
}
.truckPopup-content h2 {
    font-size: 20px;
    padding-top: 5px;
}
.mfp-close-fix .mfp-close {
    right: 11% !important;
    top: 5px !important;
    max-width: 75% !important;
    font-size: 50px !important;
    color: #004479 !important;
}
.truckContent {
    background: #ffffff;
    padding: 20px 30px;
    margin: 40px auto;
    max-width: 80%;
    position: relative;
}
/* MagnificPopup Animation - Fade-move */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* Production page classes
----------------------------------------------------------------------------------------------------*/
.timeClocks > div {
    padding-bottom: 20px;
    padding-right: 10px;
}
/*5 Column Class*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* Forms
----------------------------------------------------------------------------------------------------*/
.le_form {
	font-family: 'Pontano Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
	font-family: 'Pontano Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
	position: relative;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 15px;
	padding: 8px 18px;
	background-color: #004479;
	color: #ffffff;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}
.wrapper input[type="submit"]:hover {
	color: #ffffff;
	background-color: #595659;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 4px 5px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	color: #323232;
	font-family: 'Pontano Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 736px) { 
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        text-align: right;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
    	list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
    }
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 16px;
        margin: 8px 0px;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 5px 0;
        background-color: #ffffff;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	padding: 3px 10px;
    	min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
        background-image: none;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	margin-top: -35px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	margin: 0;
    	padding: 5px 0;
        background-color: #ffffff;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .dropdown ul {
        dipslay: block;
    }
    .container-tab {
        padding-bottom:40px;
        padding-top:40px;
    }
    .header-img {
        padding: 17% 0px; 
    }
    .cta-home-content h2 a {
        color: #000000;
        text-decoration: none;
        padding: 8px;
    }
    .cta-team-content h2 {
        font-size: 26px;
    }
    .phoneNumber {
        font-size: 18px;
        float: right;
        margin-right: 26px;
        padding: 0px 0px 3px 0px;
    }
    .phoneHeader {
        display: block;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .MainMenu li.le_menuitem_level_0 a {
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0 10px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 3px 10px;
    }
    .footerLeft {
        text-align: left;
    }
    .footerMid {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }
    .social-icons {
        text-align: right;
    }
    #le_footerLeft {
        text-align: left;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200) {
    .MainMenu li.le_menuitem_level_0 a {
    }
    .MainMenu ul.le_menu_level_1 {
        margin: 0 20px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 3px 10px;
    }
    .aurora_trucks #le_section-two {
        width: 70%;
    }
}

/* Resets
----------------------------------------------------------------------------------------------------*/
a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}
.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
img {
    max-width: 100%;
    height: auto;
}
.textfield {
    width: 200px !important;
    height: inherit !important;
}
.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}

/* Clear
----------------------------------------------------------------------------------------------------*/
/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* Hide Design Style Editor 
----------------------------------------------------------------------------------------------------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}

/* Expand Class*/
.expand {
    margin-bottom: 30px;
}
.expandImg img {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    width: 100%;
}
.expand h3 {
    font-size: 22px;
    color: #ffffff;
    padding: 10px 0px;
    text-align: center;
    background-color: #004479;
}
.expand h3:hover {
    cursor: pointer;
}
.expand-desc {
    padding: 15px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
}
.expand h3:after {
    content: '\f107';
    font-size: 35px;
    margin-right: 20px;
    margin-top: -2px;
    font-family: 'FontAwesome';
    float: right;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h3.active:after {
    content: '\f106';
}

/* Team and Truck Pop Up
----------------------------------------------------------------------------------------------------*/
.popup-img img {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    margin-top: 10px;
    width: 100%;
}
.popup {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.43);
    width: 100%;
}
.popup-link {
    display: inline-block;
    min-width: 150px;
    position: relative;
}
.popup-link:hover {
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.popup-content {
    position: relative;
    background: #ffffff;
    padding: 20px;
    width: auto;
    height: auto;
    max-width: 80%;
    margin: 20px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.popup-content h1 {
    font-size: 24px;
}
.popup-content h2 {
    font-size: 20px;
    padding-top: 5px;
}
.mfp-close-fix .mfp-close {
    right: 11% !important;
    top: 5px !important;
    max-width: 75% !important;
    font-size: 50px !important;
    color: #004479 !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footerLeft {
    padding-top: 5px;
}
.aurora_history #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/arctek/header-history.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_feature {
    margin-top: -11px;
}
.aurora_home #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/arctek/less_tight.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: bottom center;
    margin-top: 6px;
}
.aurora_production-tools #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/arctek/longshot.png);
    background-size: cover;
    background-position: center center;
}
.aurora_request-a-truck #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/arctek/header-requestatruck.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_team #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/arctek/Truck_Storm_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_test #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/arctek/header-requestatruck.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_trucks #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/arctek/tighter.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: -39px;
    padding-right: 0px;
}
.aurora_trucks-copy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/arctek/header-truck.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_vendors #le_section-one {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/arctek/purple_photo_shoot_101.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
    background-position: center center;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_history #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_production-tools #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_request-a-truck #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_team #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_trucks #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_trucks-copy #le_section-one {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_history #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_production-tools #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_request-a-truck #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_team #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_trucks #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_trucks-copy #le_section-one {
    }
}

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