@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
}
:root{


}

:root {
    /* --- Colors --- */
    --color0: #ffffff; /* white */
    --color1: #000000; /* black */
    --color2: #2e3d97; /* blue */
    --color3: #f7f7f7; /* light grey */




    /* --- Fonts --- */
    --serif: "Lora", serif;
    --serif-alt: "Gentium Basic", serif;
    --sans: "Open Sans", sans;
    --sans-alt: "Helvetica", sans;

    /* --- Spacing/Sizes/Offsets --- */
    --aurora-bar: 40px;


}
body {
    background-color: var(--color0);
    color:var(--color1);
    font-family:var(--sans);
	font-weight: 400;
    font-size: 18px;
    line-height:1.4;
    margin: 0 auto;

}


/*-------------------------FONT STYLING START----------------------*/
a {
   color: var(--color2);
   text-decoration: none;
}
a:hover {
   color: var(--color2);
   text-decoration: underline;
}
a img {
	border: 0;
}
p {
	color: var(--color1);
	font-family: var(--sans);
	font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    margin: 10px 0 0 0;
    
}

h1, h1 a, .title1, .title1 a {
    color: var(--color1);
    font-family: var(--sans);
	font-weight: 400;
	font-size: 36px;
	line-height: 1.3;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: var(--color1);
	font-family: var(--sans);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: var(--color1);
	font-family: var(--sans);
	font-weight: 600;
	font-size: 29px;
	line-height: 1.3;
	margin: 0;
}

h4, h4 a, .title4, .title4 a {
	color: var(--color1);
	font-family: var(--sans);
	font-weight: 400;
	font-size: 26px;
	line-height: 1.5;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: var(--color1);
	font-family: var(--sans);
	font-weight: 400;
	font-size: 23px;
	line-height: 1.2;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color: var(--color1);
	font-family: var(--sans);
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

.whiteText h1, .whiteText h1 a, .whiteText  .title1, .whiteText .title1 a,
.whiteText h2, .whiteText h2 a, .whiteText  .title2, .whiteText .title2 a,
.whiteText h3, .whiteText h3 a, .whiteText  .title3, .whiteText .title3 a,
.whiteText h4, .whiteText h4 a, .whiteText  .title4, .whiteText .title4 a,
.whiteText h5, .whiteText h5 a, .whiteText  .title5, .whiteText .title5 a,
.whiteText h6, .whiteText h6 a, .whiteText  .title6, .whiteText .title6 a,
.whiteText li, .whiteText p, .whiteText p a, .whiteText , .whiteText a{
    color: var(--color0);
}



.textShadow h1, .textShadow h1 a, .textShadow  .title1, .textShadow .title1 a,
.textShadow h2, .textShadow h2 a, .textShadow  .title2, .textShadow .title2 a,
.textShadow h3, .textShadow h3 a, .textShadow  .title3, .textShadow .title3 a,
.textShadow h4, .textShadow h4 a, .textShadow  .title4, .textShadow .title4 a,
.textShadow h5, .textShadow h5 a, .textShadow  .title5, .textShadow .title5 a,
.textShadow h6, .textShadow h6 a, .textShadow  .title6, .textShadow .title6 a,
.textShadow li, .textShadow p, .textShadow p a, .textShadow , .textShadow a{
    text-shadow: 1px 1px 9px rgba(0,0,0,1);
}
hr {
       border: 0px;
       height: 3px;
       background : var(--color1);
       margin : 3px 0;
}

blockquote {
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
	width:100% !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
ul{
    padding-inline-start: 20px;
}
ul li{
    margin: 9px 0px;
    letter-spacing: -.3px;
}

.CustomColor1, .CustomColor1 p, .CustomColor1 h6, .CustomColor1 h5, .CustomColor1 h4, .CustomColor1 h3, .CustomColor1 h2, .CustomColor1 h1,  .CustomColor1 li {
	color: var(--color1);
}
.CustomColor2, .CustomColor2 p, .CustomColor2 h6, .CustomColor2 h5, .CustomColor2 h4, .CustomColor2 h3, .CustomColor2 h2, .CustomColor2 h1,  .CustomColor2 li {
	color: var(--color2);
}
.CustomColor3, .CustomColor3 p, .CustomColor3 h6, .CustomColor3 h5, .CustomColor3 h4, .CustomColor3 h3, .CustomColor3 h2, .CustomColor3 h1,  .CustomColor3 li {
	color: var(--color3);
}
/*-------------------------FONT STYLING END------------------------*/
/*-------------------------Conversion Carry-over START---------------------*/

/*-------------------------Conversion Carry-over END---------------------*/

/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
    color: var(--color1);
    font-family: var(--sans);
    
    margin: 0;
    line-height: 1;
}
.le_form_name {
    color: var(--color1);
	font-family: var(--sans);
    font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.form-control {
	height: inherit !important;
	border-radius: 0 ;
}
.form-group {
	margin-bottom: 10px !important;
}
.form-header p {
    color: var(--color1);
    
}

.wrapper input[type="submit"] {
	margin: 0;
	padding: 16px 28px;
	color: var(--color0);
	font-family: var(--sans);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	background-color: var(--color2);
	border: 0px;
	border-radius: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.wrapper input[type="submit"]:hover {
	background-color:  var(--color1);
	color: var(--color0);
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	margin: 0;
	padding: 15px;
	color: var(--color1);
	font-family: var(--sans);
	font-weight: 400;
	line-height: 1;
	background-color: transparent;
	border: 1px solid var(--color3);

}
.form-control {
    height: inherit !important;
	border-radius: 0 ;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.form-group {
    margin-bottom: 10px !important;
}


/*-------------------------LE FORM STYLE END-----------------------*/
/*--------------------------Button Styling Start---------------------*/

.button1 a, a.button1 {
	display: inline-block;
	margin: 10px;
	padding: 7px 23px;
	color: var(--color0);
	font-family: var(--sans);
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	background-color: var(--color2);
	border: 0;
	border-radius: 0px;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.button1 a:hover, a:hover.button1 {
	background-color: var(--color1);
	color: var(--color0);
	cursor: pointer;
}
.button2 a, a.button2 {
	display: inline-block;
	margin: 0;
	padding: 13px 30px;
	color: var(--color0);
	font-family: var(--sans);
	font-weight: 300;
	font-size: 20px;
	line-height: 1;
	background-color: var(--color1);
	border: 0;
	text-transform: uppercase;
	border-radius: 0px;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.button2 a:hover, a:hover.button2 {
	background-color: var(--color2);
	color: var(--color0);
	cursor: pointer;
}
.button3 a, a.button3 {
	display: inline-block;
	margin: 10px 0px;
	padding: 19px 35px;
	color: var(--color2);
	font-family: var(--sans);
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	background-color: var(--color3);
	border: 0;
	text-transform: uppercase;
	border-radius: 0px;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.button3 a:hover, a:hover.button3 {
	background-color: var(--color1);
	color: var(--color0);
	cursor: pointer;
}
.largeButton a, a.largeButton {
	display: inline-block;
	margin: 10px;
	padding: 17px 66px;
	color: var(--color0);
	font-family: var(--sans);
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 36px;
	line-height: 1;
	background-color: var(--color2);
	border: 0;
	border-radius: 0px;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.largeButton a:hover, a:hover.largeButton {
	background-color: var(--color1);
	color: var(--color0);
	cursor: pointer;
}
.fullwidthButton a, a.fullwidthButton {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 9px 5px;
	color: var(--color0);
	font-family: var(--sans);
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	background-color: var(--color2);
	border: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.fullwidthButton a:hover, a:hover.fullwidthButton {
	background-color: var(--color1);
	color: var(--color0);
	cursor: pointer;
}

/*------------------------------------------Button Styling END---------------------------------*/

/*-----------------------------------------Expand START--------------------------------*/
.expand {
    margin-bottom: 15px;
}
.expand dt {
    position: relative;
    margin-bottom: 5px;
	font-weight: 700;
    color: var(--color1);
    font-size: 18px;
}
.expand dt:before {
    content: "+";
    margin-right: 10px;
   color: var(--color1);
    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 dt.active {
    color: var(--color1);
	text-decoration: none;
}
.expand dt.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
    color: var(--color1);
}
.expand dt:hover{
    cursor: pointer;
    color: var(--color1);
}
/*-----------------------------------------Expand END--------------------------------*/
/*-----------------------------------------CTA START--------------------------------*/
.cta p{
    font-size: 23px;
}
.cta1{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 0 30px 0px;
}
.ctaImage{
    position: relative;
}
.cta1 .ctaText{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: var(--color2);
    padding: 35px 40px;
    
    vertical-align: middle;
}
.cta1 .ctaText h2{
    color: var(--color0);
    font-weight: 600;
    margin-top: 20px;
}
.cta1 .ctaText p{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    display: block;
    vertical-align: middle;
    margin-top: 0;
    margin: 15px 35px 35px 35px;
}
.cta1:hover .ctaText{
    display: flex;
    -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    
}
.cta1:hover .ctaText p{
    display: block;
    -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
}
/*-----------------------------------------CTA END--------------------------------*/

.no-padding div{
    padding: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}


.wrapperWide {
    background-color: none;
    width: 100%;
}
.wrapper {
	background-color: none;
}

/*-------------------------HEADER START----------------------------*/
.headerWideTop{
    background: var(--color0);
    text-align: left;
    padding: 30px 0px 0px 0px;
    margin-top: 0px;
}
.header1 p{
    padding: 5px 0px;
    font-size: 15px;
    
}
.header3{
    text-align: center;
}
.headerWideTop p{
    margin-top: 0;

}
.header1 sub{
    bottom: 1px;
}
.headerWide {
	width: 100%;

}
.header {
    padding: 0px;
    position: relative;
}

.logo {
	padding: 25px 5px 5px 5px;
	text-align: center;
}
.logo img {
    width: 100%;
    max-width: 300px;
    height: auto;
}
/*-------------------------HEADER END------------------------------*/

/*-------------------------MAIN MENU START-------------------------*/

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/
.menu-bar {
    /*position: relative;*/
    z-index:900;
    width:100%;
    transition: all .2s ease;
}
.navigation {
    /*position: relative;*/
    top: 4px;
}
.navicon {
    /*position: relative;*/
    line-height: 45px;
    height: 0px;
    cursor: pointer;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    background: transparent !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    padding-top: 8px;
    color: var(--color2);
    top: 0px;
    right: 25px;
    font-size: 23px;
    z-index: 50;
}
.OpenedMobileMenu .navicon:after {
    content: '\00d7';
    font-family: 'Open Sans','Open Sans',sans-serif;
    font-size: 40px;
    color: var(--color0);
    right: 25px;
    top: 0px;
}

.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}
.menu{
    display: none;
    width: 100%;
}
.menu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
}
.menu li {
    position: relative;
	list-style-type: none;
	text-decoration: none;
	margin: 0;
}
.menu.le_menu_level_container {
	position: relative;
}
.menu li.le_menuitem_level_0 a {
    color:var(--color0);
    display: block;
    font-family: var(--sans);
    font-size: 18px;
    padding: 24px 10px;
    font-weight: 400;
    border: 0;
    margin: 0px;
    text-decoration:none;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu li.le_menuitem_level_0 a:hover {
	color: var(--color3);
   text-decoration:none;
}

.menu ul.le_menu_level_1 {
    margin: 0;
	height: auto;
	min-width: 270px;
    padding: 0px 10px;
	background-color: var(--color3);
}
.menu li.le_menuitem_level_1 a {
	color:var(--color1);
   display: block;
   font-family: var(--sans);
   font-size: 11px;
   background-color: transparent;
   border: 0px;
    margin: 8px 0px;
   padding: 0px;
   text-align: left;
   width: 100%;
}

.menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.menu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.menu .dropdown ul {
    display: none;
}
/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    position: absolute;
    position: fixed;
    display: none;
    bottom:-940px;
    height: 100%;
    width: 100%;
    padding: 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background-color: rgba(46, 61, 151,.94);
    border-left: 1px solid rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    z-index: 49;
}
.OpenedMobileMenu .primary-mobile-menu {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
}
/*.le-logged-in .primary-mobile-menu {*/
/*    top:40px;*/
/*}*/
.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
	text-align: left;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: 5px 0px;
    color: var(--color0);
    font-size: 18px;
	text-decoration: none;
    word-break:break-word;
    
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px;
	margin-left:12px;
    font-family: var(--sans);
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
}
.primary-mobile-menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
    padding: 7px 5px 7px 5px;
    margin-left: 24px;
}
/* ---- End Separate Mobile Menu ---- */

.menuButton{
    background: var(--color3) !important;
    padding: 6px 7px;
    border-radius: 6px;
}
.menuButton:hover{
    background: var(--color3) !important;
}
.menuButton a:hover{
    color: var(--color0) !important;
    background: var(--color3);
}
/*-------------------------MAIN MENU END---------------------------*/



/*-------------------------MAIN START------------------------------*/
.contentWide{
	margin-top: 0px;
	position: relative;
	top: 0;
	padding-top: 0px;
}
.content {
    padding-top:0px;
    padding-bottom: 0px;
}
.main{
    padding: 10px 0px;
}
/*-------------------------MAIN END--------------------------------*/
/*.featureArea{*/
/*    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/laneplastics/lane-plastics/featureImage-Lane.jpg');*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: 0px 0px;*/
/*    padding: 20px;*/
/*    margin: 0 0 10px 0;*/
/*}*/
.featureArea{
    position: relative;
    /*margin-bottom: 50px;*/
}
.featureArea p{
    margin-top: 0;
}
.featureArea h1{
    font-size: 25px;
    font-weight: 600;
}

.featureOverlay{
    position: absolute;
    top: 28%;
    left: 0px;
    right: 0;
    margin-bottom: 0px;
}
.featureOverlay .largeButton{
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 40px;
}
    .featureOverlay .bigFeatureText{
        font-size: 26px;
        font-weight: 700;
        max-width: 320px;
        margin: auto;
        
    }
    .featureOverlay p{
        max-width: 320px;
        margin: auto;
        font-size: 20px;
        line-height: 1.2;
        text-shadow: 0px 0px 40px rgba(0,0,0.55);
    }
/*.featureSlider{*/
/*    min-height: 300px;*/
/*}*/
.featureSlider li{
    margin: 0;
}
.featureSlider img{
    min-height: 100% !important;
    min-width: 100% !important;
}
/*-------------------------FOOTER START----------------------------*/

.footerWideTop {
    padding: 30px 0px;
	background-color: var(--color2);
	font-size: 18px;
    padding: 50px 0px;
    color: var(--color0);
}
.footerWideTop h2{
	color: var(--color0);
	font-family: var(--sans);
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
	margin: 0;
}
.footerWideTop p{
    color: var(--color0);
    line-height: 1.4;
}
.footerWideBottom{
    padding: 0px 0px;
	background-color: var(--color0);
}
.footerWideBottom p {
    font-size: 14px;
    font-weight: 300;
    color: var(--color1);
}
/*.footerWideBottom p a{*/
/*    text-decoration: underline;*/
    
/*}*/
.footerWideBottom p a:hover{
    color: var(--color1);
}
.footer2 {
    padding: 30px 0 0 0px;
}
.footer3 p{
    margin: 0px 15px;
    
}
.footer{
    text-align: center;
}
.footerWideBottom, .footerWideBottom p{
    color: var(--color1);
    font-size: 16px;
    line-height: 1.3;
}

.footer a{
  color: var(--color2);
	text-decoration: none;
}
.footer a:hover{
  color: var(--color1);
	text-decoration: none;
}
.footer .menu_element ul {
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;
}
.footer .menu_element li{
    display: inline-block;
    border-top: 0px;
    padding: 5px;
    margin: 0;
}
.footer .menu_element a {
  font-size: 20px;
	color: var(--color2);
	padding: 0px 10px;
	text-decoration: underline;
	font-weight: 300;
}
.footer .menu_element a:hover{
	color: var(--color1);
	text-decoration: underline;
}
.fullSizeOnly{
    display: none !important;
}
.mobileOnly{
    display: block !important;
}
/*-------------------------FOOTER END------------------------------*/
.callUsToday{
    font-size: 19px;
    font-weight: 600;
}
#copyrightLine{
        font-size: 11px;
    }
/*-------------------------MEDIA QUERIES START---------------------*/

/* 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: 480px) {

    
    #copyrightLine{
        font-size: inherit;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .featureOverlay{
        top: 60px;
    }
    .featureOverlay .bigFeatureText{
        font-size: 50px;
        font-weight: 700;
        max-width: 900px;
        margin: auto;
        
    }
    .featureOverlay p{
        max-width: 700px;
        margin: auto;
        font-size: 23px;
        line-height: 1.2;
        text-shadow: 0px 0px 40px rgba(0,0,0.55);
    }
    .footerWideBottom{
        text-align: left;
    }
    .footer{
        text-align: left;
    }
    .container {
        position: relative;
        margin: auto;
        width: 748px;
    }
    

    
    .callUsToday{
        font-size: 22px;
    }
    
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .featureArea{
        position: relative;
        top: 0;
        width: 100%;
    }
    .featureOverlay{
        top: 100px;
    }
    .featureOverlay .bigFeatureText{
        font-size: 60px;
        font-weight: 700;
        max-width: 900px;
        margin: auto;
        
    }
    .featureOverlay p{
        max-width: 700px;
        margin: auto;
        font-size: 28px;
        line-height: 1.2;
        text-shadow: 0px 0px 40px rgba(0,0,0.55);
    }
    .featureOverlay .largeButton{
        font-size: 36px;
        margin-top: 50px;
        margin-bottom: 5px;
    }
    .container{
        margin: auto;
        width: 972px;
    }
	.headerWideTop{
        width: 100%;
        padding: 0 0 0 0;
        margin-top: 00px;
    }

    /*.le-logged-in .headerWideTop{*/
    /*    top: 40px;*/
    /*} */
    /*.le-logged-in .headerWide{*/
        
    /*}*/
    /*.le-logged-in .contentWide{*/
        
    /*}*/
    .header1{
        text-align: right;
    }
	.logo{
	    padding: 5px 5px 5px 5px;
	}
	.logo img{
		margin-bottom: 0px;
	}
    .primary-mobile-menu {
        display: none;
    }
    /*==============================FULL SIZE MENU=====================*/
	.menu li.le_menuitem_level_0.drop > a:before {
        display: none;

    }
    .navigationWide{
        margin-top: 5px;
        
    }
	.navigation {
        text-align: ;
        margin: 25px 0 0px 0px;
        padding-right: 0px;
    }
    .navicon {
        display: none;
    }
    .menu {
        display: block;
        background-color: transparent;
        text-align: center;
        margin-bottom: 0px;
        position: relative;
    }
    .menu ul {
        margin: 0;
        padding: 0;
    }
    .menu ul.le_menu_level_0 {
        margin: 0 0px 0 0;
        padding: 0;
        text-align: right;
    }
    .menu li {
    	list-style: none;
    }
    .menu li.le_menuitem_level_0 {
    	display: inline-block;
        margin-left: 0px;
        margin-top: 0;
    }
    .menu li.le_menuitem_level_0 a {
      color:var(--color2);
      display: block;
      font-family: var(--sans);
      font-size: 18px;
      padding: 5px 7px;
      font-weight: 400;
      letter-spacing: 0.7px;
        border: 0;
		margin: 5px 0px 0px 10px;
      text-decoration:none;
      border-bottom: 4px solid transparent;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
	}
    .menu li.le_menuitem_level_0 a:hover {
        color: var(--color0);
        text-decoration: none;
        background-color: var(--color2);
    }
    .menu ul.le_menu_level_1 {
        display: none;
        margin: 0px 0 0 10px;
        min-width: 250px;
        padding: 0px 0px;
        background-color: var(--color3);
        position: absolute;
        text-align: left;
        z-index: 210;
        
    }
    .menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    	
    }
    .menu li.le_menuitem_level_1 {
        border-bottom: 1px solid #e6e5e5;
    }
    .menu li.le_menuitem_level_1 a {
        color:var(--color2);
        display: block;
        font-family: var(--sans);
        font-size: 16px;
        font-weight: 400;
        background-color: transparent;
        border: 0px;
		margin: 0px 0px;
        padding: 4px 7px;
        text-align: left;
        width: 100%;
	}

  .menu li.le_menuitem_level_1 a:hover{
		color: var(--color0);
		background: var(--color2);
  }
  .menu .le_menu_level_2_container {
    	float: right;
    	margin-top: -49px;
    	padding: 0;
  }
    .menu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 1002;
    	display: none;
    	margin: 0;
        padding: 0 0px 0 1px;
        text-align: left;
		min-width: 220px;
    }

    .menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .anotherLevel li.le_menuitem_level_2 a{
	    background-image: none;
        background-repeat: no-repeat;
        background-position: center right;
	}
	/*===================================FULL SIZE MENU END==============================*/
	.contentWide{
		padding-top: 0;
	}
    .footer2 {
        
        padding: 0 0 0 50px;
        
    }
    .cta1 .ctaText{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0, .0);
        padding: 15px 50px;
        display: flex;
        -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }
    .cta1{
        margin: 0 0 0px 0px;
    }
    .cta1 .ctaText h2{
        margin-top: 0px;
        color: var(--color0);
        text-transform: uppercase;
        font-weight: 700;
    }
    .cta1 .ctaText p{
        color: #fff;
        text-align: center;
        font-size: 15px;
        display: none;
        vertical-align: middle;
        margin: 5px 5px;
        line-height: 1.7;
    }
    .cta1:hover .ctaText{
        display: flex;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: rgba(46, 61, 151, .7);
        padding: 15px 40px;
        display: flex;
        -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
        
    }
    .cta1:hover .ctaText p{
        display: block;
        -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      text-decoration: none;
      
    }
    .ctaText a:hover{
        text-decoration: none;
    }
    .cta1:hover .ctaText h2{
        display: none;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .featureOverlay{
        top: 180px;
    }
    .featureOverlay .bigFeatureText{
        font-size: 80px;
        font-weight: 700;
        max-width: 900px;
        margin: auto;
    }
    .featureOverlay p{
        max-width: 700px;
        margin: auto;
        font-size: 36px;
        line-height: 1;
    }
    .container {
        margin: auto;
        width: 1170px;
    }
    
    .cta1 .ctaText p{
        color: #fff;
        text-align: center;
        font-size: 18px;
        display: none;
        vertical-align: middle;
        margin: 5px 15px;
        line-height: 1.7;
    }
}

/*-------------------------MEDIA QUERIES END-----------------------*/


/*-------------------------RESETS START----------------------------*/
.bx-viewport .htmlSlide {
    padding-bottom: 0px !important;
}

.anythingSlider-default {
    margin-bottom: 0px !important;
	padding: 0 !important;
}

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;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 0 !important;
}

/*-------------------------RESETS END------------------------------*/

/*-------------------------CLEAR START-----------------------------*/

/* 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;
}

/*-------------------------CLEAR END-------------------------------*/
.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;
}
.absolute-center {
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}

.absolute-center .le_video_overlay {
    position: absolute;
    top: 0;
    left: 0;
}
/* ===== Product Grid Page ====== */
.row-same-height {
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    width: 100%;
}


.row-same-height [class^="col-"],
.row-same-height [class*="col-"]{
    display: -webkit-box;  
    display: -ms-flexbox;  
    display: -webkit-flex; 
    display: flex;         
    float: none;
    vertical-align: top;
    padding: 0 15px;
    position: relative;
}

.le-edit-open .row-same-height [class^="col-"],
.le-edit-open .row-same-height [class*="col-"]{
    margin-bottom: 28px;
}

.row-same-height.sh-va-middle [class^="col-"],
.row-same-height.sh-va-middle [class*="col-"]{
    vertical-align: middle;
}
.row-same-height.sh-va-bottom [class^="col-"],
.row-same-height.sh-va-bottom [class*="col-"]{
    vertical-align: bottom;
}
.wrapper .row{
    margin-left: 0px;
    margin-right: 0px;
}

@media all and (max-width: 992px) {
    .row-same-height {
        display:block;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        float:left;
    }
}   

.row-same-height .grid-item {
    position: relative;
    width: 100%;
}

.le-edit-open .row-same-height .grid-item {
    top: 28px;
}

.row-same-height .le_region_overlay_container_inside {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_bedroom #le_area6 {
}
.aurora_bedroomgallery #le_area6 {
}
.aurora_dining-room #le_area5 {
}
.aurora_Gallery #le_area2 {
    font-family: 'News Cycle';
    font-weight: bold;
    font-size: 16px;
}
.aurora_Gallery #le_area3 {
}
.aurora_Gallery #le_area4 {
}
.aurora_home #le_area1 {
}
.aurora_home #le_featureArea {
    margin-top: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_home #le_region1 {
    padding-bottom: 50px;
}
.aurora_home #le_region2 {
    margin-bottom: -2px;
}
.aurora_home #le_region3 {
    margin-top: -1px;
}
.aurora_recliners #le_area10 {
    border-style: none;
    border-width: 1px;
}
.aurora_recliners #le_area11 {
    border-style: none;
    border-width: 1px;
}
.aurora_recliners #le_area12 {
    border-style: none;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
    border-radius: 0px;
}
.aurora_recliners #le_area24 {
    border-style: none;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_recliners #le_area25 {
    border-style: none;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}
.aurora_recliners #le_area26 {
    border-style: none;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_bedroom #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bedroomgallery #le_area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dining-room #le_area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Gallery #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Gallery #le_area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Gallery #le_area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_featureArea {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_region2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_region3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recliners #le_area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recliners #le_area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recliners #le_area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recliners #le_area24 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recliners #le_area25 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recliners #le_area26 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_bedroom #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bedroomgallery #le_area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dining-room #le_area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Gallery #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Gallery #le_area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Gallery #le_area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_area1 {
    margin-top: 40px;
    }
}
@media screen and (max-width: 800px) {
    .aurora_home #le_featureArea {
    }
}
@media screen and (max-width: 900px) {
    .aurora_home #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_region2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_region3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recliners #le_area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recliners #le_area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recliners #le_area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recliners #le_area24 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recliners #le_area25 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recliners #le_area26 {
    }
}

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