@import url('https://fonts.googleapis.com/css?family=Prompt:100,200,300,400,500,600,700,800,900&display=swap');

body {
    margin: 0 auto;
    color: #686666;
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	line-height: 23px;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.quotemark img {
    position: relative !important;
    z-index: 1000 !important;
}
.anchor {
    padding-top: 100px !important;
    margin-top: -100px !important;
}
.mb10  {
    margin-bottom: 10px;
}
.mb20  {
    margin-bottom: 20px;
}
.mb30  {
    margin-bottom: 30px;
}

.whitebox {
    display: block;
}
.dk-bkgd-text p {
    color: #ffffff;e
    line-height: 20px;
}
.dk-bkgd-text h6 {
    color: #ffffff;
}


/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	color: #008cba;
	text-decoration: none;
}
a:hover {
    color: #283645;
}
a img {
	border: 0;
}

p {
	color: #686666;
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 15px 0;
}
h1, h1 a, .title1, .title1 a {
	color: #283645;
	font-family: 'Prompt', sans-serif;
	font-size: 34px;
	line-height: 45px;
	font-weight: 400;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #283645;
	font-family: 'Prompt', sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	margin: 0;
	
}
h3, h3 a, .title3, .title3 a {
	color: #283645;
	font-family: 'Prompt', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h4, h4 a, .title4, .title4 a {
	color: #283645;
	font-family: 'Prompt', sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #283645;
	font-family: 'Prompt', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #283645;
	font-family: 'Prompt', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
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;
}

/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form {
	color: #323232;
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-family: 'Prompt', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #bfbfbf;
	color: #2a2a2a;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0 !important;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    cursor: pointer;
	background-color: #868585;
	color: #ffffff;
}
.wrapper input[type="submit"] {
	padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: #bfbfbf;
	color: #2a2a2a;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0 !important;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #868585;
	color: #ffffff;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 5px 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid #dad9d9;
	box-shadow: none !important;
	color: #323232;
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
	margin: 0;
}
.form-control {
    border:2px solid #5698c9;
	box-shadow: none !important;
	padding: 5px 10px !important;
	background-color: #fff;
	height: 41px !important;
	border-radius: 0 !important;
	color: #676767 !important;
	letter-spacing: .14em;
	font-weight: 300;
}
.wrapper textarea {
    padding: 10px 10px;
}
/* -- Bootstrap form tweaks -- */
.form-control {
}

/* -- Hide input placehoder text on focus --*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

::-webkit-input-placeholder {
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}

.form-group label.title3 {
    padding-top: 30px;
    margin-bottom: 15px;
    display: block;
}

.le_form label {
    font-weight: normal;
}


/* -- fieldset clearing -- */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin:20px 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}


/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}

.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}

.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 10px !important;
    background-color: #0e58a8;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#0e58a8;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: #0e58a8 !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
}
.le_metro_silver_button:hover {
    background: #000000 !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color:#000000;
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: #0e58a8;
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: #000000;
}
.se_button.button1 a, a.se_button.button1 {
    background-color: #008cba;
    padding: 10px 20px !important;
    margin-top: 10px;
    color: #ffffff !important;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: #283645;
}
.se_button.button2 a, a.se_button.button2 {
    background-color: #008cba;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: #283645;
    color: #ffffff;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    background-color: #008cba;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.se_button.fullwidthButton a:hover, a:hover.se_button.fullwidthButton {
    background-color: #283645;
    color: #ffffff;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 8px 15px;
    font-family: 'Lato', sans-serif;
    background-color: #008cba;
    color: #fff;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    background-color: #283645;
    color: #ffffff;
}
$btn-width: 250px !default;
$btn-height: 80px !default;
$btn-full: $btn-height+$btn-width !default;
$btn-half: $btn-full/2 !default;
$bg-color: #eeeeee !default;

[class^="btn-"] {
  position: relative;
  display: block;
  overflow: hidden;
  @include size(100%, $btn-height);
  max-width: $btn-width;
  margin: 1rem auto;
  text-transform: uppercase;
  border: 1px solid currentColor;
}
.btn-1-2 {
  $btn-color: random-color($max:200);
  $btn-color-dark: shade($btn-color, 40%);
  color: tint($btn-color);
  
  &:before,
  &:after {
    content: '';
    @include absolute(0,0,0,0);
    border-bottom: $btn-height solid $btn-color-dark;
  }
  
  &:before {
    right: -50px;
    border-right: 50px solid transparent;
    transform: translateX(-100%);
  }
  
  &:after {
    left: -50px;
    border-left: 50px solid transparent;
    transform: translateX(100%);
  }

  &:hover {
    color: tint($btn-color, 75%);

    &:before { transform: translateX(-40%); }
    &:after { transform: translateX(40%); }
  }
}
.text a  {
    margin-right: 30px;
    font-weight: 500;
    color: #004761;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
.text a:after  {
    display: inline-block;
    position: relative;
    left: 10px;
    font-family: FontAwesome;
    content: "\f138";
    height: 0;
    vertical-align: top;
    font-size: 12px;
}

/* Gallery
----------------------------------------------------------------------------------------------------*/

#lightbox-container-image-data-box {
    max-width: 95% !important;
}
#aurora_page_wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image-box {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: auto !important;
}
#lightbox-container-image-box img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

/* Classes
----------------------------------------------------------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}
hr {
    border: 0;
    height: 1px;
    margin: 10px 0;
	background-color: #e9e7e7;
}
.no-gutters {
    padding: 0;
}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}
.fullwidth img {
    width: 100%;
    height: auto;
}
.uppertext {
    top: 30%;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}
.banner {
    background-color: #000000;
}
.banner img {
    opacity: .8;
    width: 100%;
    height: auto;
    margin-top: -15px;
}
.uppertext h1 {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, .9);
}
.uppertext img {
    /*width: 400px !important;*/
    height: auto !important;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.uppertext a {
    background-color: #008cba;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px;
}
.uppertext a:hover {
    background-color: #283645;
    color: #ffffff;
}
.no-padding-left {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}
.graybox {
    background-color: #eeeded;
    margin-bottom: 30px;
}
.cta {
    padding: 30px 25px 15px 30px;
}
.cta h4 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 5px;
}
.cta p {
    line-height: 20px;
}
.cta a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #008cba;
  padding: 8px 20px;
  margin-top: 10px;
  color: #ffffff;
}
.cta a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #283645;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cta a:hover, .cta a:focus, .cta a:active {
  color: white;
}
.cta a:hover:before, .cta a:focus:before, .cta a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.bigger-text h3 {
    font-size: 40px;
    line-height:45px;
}
.biggertext h3 {
    font-size: 40px;
    line-height:45px;
}
.bigger-text h4 {
    font-size: 40px;
    line-height:45px;
}
.biggertext h6 {
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
}
.biggertext p {
    font-size: 18px;
    color: #ffffff;
}
.smaller-text h2 {
    font-size: 20px;
    line-height: 28px;
}
.triangle-line {
    padding: 15px 0;
}
.testimonialbox {
    z-index: 100 !important;
    position: relative !important;
}
.testimonialbox .bx-pager.bx-default-pager a {
    border: 2px solid #969696;
    background: rgba(150,150,150,0) !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
}
.testimonialbox .bx-pager.bx-default-pager a:hover, .testimonialbox .bx-pager.bx-default-pager a.active {
    background: rgba(150,150,150,1) !important;
}
.testimonial-box {
    background-color: #f4f3f3;
    padding: 40px 30px 50px 30px;
    margin-bottom: 25px;
    text-align: center;
}
.testimonial-box:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/gray-quote.png);
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 0;
    position: relative;
}
.testimonial-box p em {
    color: #989797;
    font-size: 12px;
    line-height: 20px !important;
}
.logo-slider td {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 40px !important;
    border: 20px solid #373838;
}
.logo-slider td:hover {
    opacity: .8;
}
.cta-box {
    text-align: center;
    border: 1px solid #b7b4b4;
    padding: 25px 0 15px 0;
    position: relative;
    margin: 0;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.cta-box img {
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cta-box .triangle {
    position: relative;
    margin: -32px auto 20px auto;
    display: block;
    left: 0;
    right: 0;
    width: 70px !important;
}
.cta-box:hover .triangle {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: -40px auto 20px auto;
    width: 100px !important;
}
.cta-box h2 {
    padding: 0 20px;
}
.cta-box h6 {
    padding: 0 20px;
}
.cta-box p {
    padding: 0 20px;
}
.list ul  {
    margin-left: 40px;
}
.triangle {
    position: relative;
    margin: -11px auto 20px auto;
    display: block;
    left: 0;
    right: 0;
    width: 50px !important;
}
.triangle img {
    width: 100% !important;
    height: auto !important;
}
.mb {
    margin-bottom: 7px;
}
.mb40  {
    margin-bottom: 40px;
}
.search-icon {
   cursor: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/black-search.png), auto;
}
.search-icon a {
   cursor: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/black-search.png), auto;
}
.search-icon img {
   cursor: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/black-search.png), auto;
}
.mtb10 {
    margin: 10px 0;
}
.checklist ul { 
    padding-left:20px; 
    list-style:none; 
    font-size: 16px;
}
.checklist ul li { 
    margin-bottom:20px; 
}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 8px 0 -15px;
    color: #000000;
}
.check-list ul { 
    padding-left:20px; 
    list-style:none; 
    font-size: 14px;
}
.check-list ul li { 
    margin-bottom:10px; 
}
.check-list ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 8px 0 -15px;
    color: #000000;
}
.checkbox {
    margin-bottom: 25px;
}
.checkbox:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/blue-small-checkbox.png);
    left: 0;
    display: inline-block !important;
}
.checkbox p {
    /*color: #ffffff;*/
    margin-left: 60px;
    margin-top: -40px;
    font-size: 18px;
}
.info-box {
    text-align: center;
    border: 1px solid #b7b4b4;
    padding: 20px 0 25px 0;
    position: relative;
    margin: 0;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.info-box img {
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.info-box h2:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/logo-icon.svg);
    width: 70px;
    height: auto;
    display: block;
    margin: -32px auto 10px auto;
    /*top: -32px;*/
    position: relative;
    left: 0;
    right: 0;
}
.info-box h2 {
    padding: 0 10px;
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0;
    position: relative;
}
.info-box p {
    padding: 0 15px;
}
.info-box hr {
    margin: 5px 20px;
}
.mt10 {
    margin-top: 10px;
}
.underline a {
	display: inline-block;
	position: relative;
}
.underline a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.underline a:hover::after,
.underline a:focus::after {
	height: 1px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.tab {
    padding: 20px 15px;
    text-transform: uppercase;
    display: inline-block;
}
.tab:hover {
    cursor: pointer;
    background-color: #283645;
    color: #fff;
}
.activeLink {
    background-color: #283645;
    color: #fff;
}
.email-icon {
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
}
.email-icon:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/blue-circle-email.svg);
    position: absolute;
    display: inline-block;
    width: 30px;
    height: auto;
    left: 0;
}
.email-icon a {
    color: #fff;
    font-size: 20px;
}
.linkedin-icon {
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
}
.linkedin-icon:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/blue-circle-linkedin.svg);
    position: absolute;
    display: inline-block;
    width: 30px;
    height: auto;
    left: 0;
}
.linkedin-icon a {
    color: #fff;
    font-size: 20px;
}
.phone-icon {
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
}
.phone-icon:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/blue-circle-phone.svg);
    position: absolute;
    display: inline-block;
    width: 30px;
    height: auto;
    left: 0;
}
.phone-icon a {
    color: #fff;
    font-size: 20px;
}
.CustomColor1  {
    color: #283645;
}

.CustomColor2  {
    color: #008cba;
}

.CustomColor3  {
    color: #5d66f;
}

/* Quotes
----------------------------------------------------------------------------------------------------*/
.quotes .bx-wrapper .bx-controls-direction a {
    width: 30px !important;
    height: 40px !important;
}
.quotes .bx-wrapper .bx-prev {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/black-arrows.png") no-repeat 0 0 !important;
    margin-left: 20px;
}
.quotes .bx-wrapper .bx-next {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/black-arrows.png") no-repeat -32px 0 !important;
    margin-right: 20px;
}
.quotes {
    position: relative;
    padding: 0;
}
.quotes .htmlPanel {
    padding: 0 10%;
}
.quotes .bx-pager {
    text-align: center !important;
}
.quotes img {
    float: left;
    padding: 0 25px 25px 0;
    width: 250px;
    height: auto;
}
.quotes .bx-pager.bx-default-pager a {
    background: #bfbfbf !important;
    color: #2a2a2a;
}
.quotes .bx-pager.bx-default-pager a:hover, .quotes .bx-pager.bx-default-pager a.active {
    background-color: #000 !important;
    color: #ffffff;
}
.quotes p {
    font-size: 18px;
    line-height: 30px;
}
.quotes a {
    font-size: 14px !important;
}
.transaction-box {
    /*background-color: #eeeded;*/
    border: 4px solid #243646;
    margin: 10px 0 30px 0;
    padding: 30px 25px;
}
.transaction-box hr {
    background-color: #bfbfbf;
    margin: 0 0 15px 0;
}

/* Blog Menu
----------------------------------------------------------------------------------------------------*/
.secondmenu a {
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    padding: 7px 25px;
    margin: 0 5px;
}
.blogtags {
    text-align: center;
}
.blogfeatureclick {
    cursor: pointer;
}
.blog_post_listing_read_more_link {
    display: none;
}
.blog_sidebar_tag_cloud a {
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    padding: 7px 25px;
    margin: 0 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#blog_sidebar .blog_sidebar_tag_cloud a {
    padding: 7px 20px !important;
}
.blog_sidebar_archive_year {
    display: none !important;
}
.blogtags {
    color: #696a6b;
}
.blog_post_listing {
    margin-bottom: 20px !important;
}

/* Home Blog
----------------------------------------------------------------------------------------------------*/
.home-blog .blog_post_listing {
    text-align: center;
    border: 1px solid #b7b4b4 !important;
    padding: 25px 20px 15px 20px !important;
    margin-bottom: 25px !important;
    position: relative;
}
.home-blog .blog_post_listing:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/logo-icon.svg);
    position: relative;
    display: block;
    width: 150px;
    height: auto;
    margin: 20px auto 30px auto;
}
.home-blog .blog_post_listing_footer_hr {
    display: none !important;
}
.home-blog a.read_more_link {
    margin: 10px auto 0 auto !important;
}
.home-blog .blog_post_listing_title_link:before {
    content: none;
}
.home-blog .blog_post_listing_title_link:hover {
    margin-left: 0;
}
.home-blog .title-flex {
    margin-bottom: 0 !important;
}
.home-blog h3 {
    margin-bottom: 0 !important;
}

/* Charity Menu
----------------------------------------------------------------------------------------------------*/
.Menu2 {
    text-align: center;
}
.Menu2 ul {
    margin: 0;
    padding: 0;
}
.Menu2 li {
	list-style: none;
}
.Menu2 ul.le_menu_level_0 {
    margin: 0;
	padding: 0;
}
.Menu2 li.le_menuitem_level_0 {
	display: inline-block;
}
.Menu2 li.le_menuitem_level_0 a {
    display: inline-block;
    position: relative;
    font-family: 'Prompt', sans-serif;
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 14px;
    color: #ffffff;
    background-color: #283645;
    line-height: 15px;
    word-break: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.Menu2 li.le_menuitem_level_0 a:hover {
    background-color: #068fbe;
}


/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    background-color: #ffffff;
}
.expand h6 {
    position: relative; 
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    color: var(--bg-main);
    background-color: #F8F8F8;
    padding: 15px 45px 15px 20px;
    line-height: 30px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
}
.expand h6:before {
    content: '+';
    top: 20px;
    right: 15px;
    float: right;
    font-size: 18px !important;
    line-height: 15px;
    border: 1px solid var(--bg-main);
    color: var(--bg-main);
    border-radius: 50%;
    padding: 0 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    -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 h6.active {
    background-color: #F0F0F0;
}

.expand h6.active:after {
    content: '-';
    padding-left: 4px;
    top: 20px;
    right: 15px;
    float: right;
    font-size: 18px !important;
    line-height: 15px;
    border: 1px solid var(--bg-main);
    border-radius: 50%;
    padding: 0 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    -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 h6:hover {
    cursor: pointer;
    background-color: #F0F0F0;
}
.expand p {
    padding: 20px;
}

.expand p:last-child  {
    margin-bottom: 20px;
}

/* Expand2/Collapse
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    margin-bottom: 15px !important;
    text-align: center;
}
.expand2 h2 {
    position: relative; 
    color: #686666;
    font-size: 16px;
    line-height: 20px !important;
    text-transform: uppercase;
}
.expand2 h2:before {
    content: '+';
    font-size: 25px;
    margin: -5px 5px 0 0px !important;
    color: #686666;
    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;
}
.expand2 h2.active {
    color: #000000;
    margin-bottom: 10px !important;
}
.expand2 h2.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand2 h2:hover {
    cursor: pointer;
    color: #000000;
}

/* Expand3/Collapse
----------------------------------------------------------------------------------------------------*/
.le-edit-open .expand3 {
    width: 100%;
    float: none;
}
.expand3 {
    margin-bottom: 25px;
    padding: 0 25px;
}
.expand3 h2 {
    position: relative; 
    color: #686666;
    font-size: 16px;
    line-height: 20px !important;
    text-transform: uppercase;
}
.expand3 h2:before {
    content: '+';
    font-size: 25px;
    margin: -5px 5px 0 0px !important;
    color: #686666;
    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;
}
.expand3 h2.active {
    color: #000000;
    margin-bottom: 10px !important;
}
.expand3 h2.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand3 h2:hover {
    cursor: pointer;
    color: #000000;
}

/* Expand4
----------------------------------------------------------------------------------------------------*/
.expand4 {
    position: relative;
}
.expand4 h6 {
    position: relative; 
    font-size: 16px;
    margin: 15px 0 0 0;
    background-color: var(--bg-pink);
    color: var(--bg-main);
    padding: 15px 45px 15px 20px;
    line-height: 30px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
}
.expand4 h6:after {
    content: '+';
    top: 20px;
    right: 15px;
    float: right;
    font-size: 18px !important;
    line-height: 15px;
    border: 1px solid var(--bg-main);
    color: var(--bg-main);
    border-radius: 50%;
    padding: 0 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand4 h6.active {
    background-color: #f9dfd9;
    margin-bottom: 10px !important;
}
.expand4 h6.active:after {
    content: '-';
    padding-left: 4px;
}
.expand4 h6:hover {
    cursor: pointer;
    background-color: #f9dfd9;
}
.expand4 p {
    padding: 0 20px;
}






/* Logo Box
----------------------------------------------------------------------------------------------------*/
.logo-box {
    border: 3px solid #283645;
    padding: 0px 25px 25px 25px;
    margin-bottom: 50px;
    text-align: center;
    /*min-height: 500px;*/
}
.logo-box:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/logo-icon.svg);
    width: 60px;
    height: auto;
    display: block;
    margin: -15px auto 0 auto;
    left: 0;
    right: 0;
}
.logo-box img {
    width: 100%;
    height: auto;
    margin: 15px 0;
}
.logo-box h2 {
    font-size: 16px;
    line-height: 20px !important;
    margin: 0 !important;
}
.logo-box h3 {
    font-size: 15px;
    line-height: 20px !important;
    margin: 0 !important;
}
.logo-box h4 {
    font-size: 30px;
    line-height: 35px;
    margin: 10px 0;
}
.logo-box p {
    font-size: 12px;
    line-height: 18px !important;
}

/* Staff Box
----------------------------------------------------------------------------------------------------*/
.staffbox {
    text-align: center;
    border-left: 1px solid #b7b4b4;
    border-right: 1px solid #b7b4b4;
    border-bottom: 1px solid #b7b4b4;
    padding: 0px 10px 0 10px;
    margin: -23px 0 25px 0;
    position: relative;
}
.staffbox:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/logo-icon.svg);
    width: 70px;
    height: auto;
    display: block;
    margin: 0 auto;
    top: -18px;
    position: absolute;
    left: 0;
    right: 0;
}
.staffbox h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 5px 0;
    padding-top: 30px;
}
.staffbox h3 {
    font-size: 18px;
    line-height: 25px;
    color: #636363;
    text-transform: uppercase;
    margin: 0;
}

/* Staff Expand/Collapse
----------------------------------------------------------------------------------------------------*/
.staffexpand {
    text-align: center;
    border-left: 1px solid #b7b4b4;
    border-right: 1px solid #b7b4b4;
    border-bottom: 1px solid #b7b4b4;
    padding: 0px 10px 25px 10px;
    margin-bottom: 25px;
    position: relative;
}
.staffexpand:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/logo-icon.svg);
    width: 70px;
    height: auto;
    display: block;
    margin: 0 auto;
    top: -40px;
    position: absolute;
    left: 0;
    right: 0;
}
.staffexpand h2 {
    font-size: 26px;
    line-height: 30px;
    margin: 15px 0 5px 0;
}
.staffexpand h3 {
    font-size: 18px;
    line-height: 25px;
    color: #636363;
    text-transform: uppercase;
}
.staffexpand h6 {
    position: relative; 
    color: #000000;
    font-size: 14px;
    line-height: 25px !important;
    text-transform: uppercase;
}
.staffexpand h6:before {
    content: '+';
    font-size: 14px;
    margin: 0 6px 0 0 !important;
    color: #000000;
    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;
}
.staffexpand h6.active {
    color: #3e3d3d;
    margin-bottom: 10px !important;
}
.staffexpand h6.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.staffexpand h6:hover {
    cursor: pointer;
    color: #3e3d3d;
}

/* Home Slider
----------------------------------------------------------------------------------------------------*/

.banner .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 66px;
}
.banner .bx-wrapper .bx-next {
    right: 30px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/arrows.png') no-repeat -30px 0px;
}
.banner .bx-wrapper .bx-next:hover {
    background-position:-30px 0px;
}
.banner .bx-wrapper .bx-prev {
    left: 30px;
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/arrows.png') no-repeat 0 0;
}

/* Logo Slider
----------------------------------------------------------------------------------------------------*/

.logo-slider .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 66px;
}
.logo-slider .bx-wrapper .bx-controls-direction a {
    top: 45% !important;
}
.logo-slider .bx-wrapper .bx-next {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/arrows.png') no-repeat -30px 0px;
}
.logo-slider .bx-wrapper .bx-next:hover {
    background-position:-30px 0px;
}
.logo-slider .bx-wrapper .bx-prev {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/arrows.png') no-repeat 0 0;
}

/* MB Login
----------------------------------------------------------------------------------------------------*/

#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3 {
    background-color: #000000 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#new_clients h3 {
    background-color: #000000 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#existing_clients label {
    text-align: left !important;
    width: 100% !important;
    margin-top: 5px !important;
}
.mb_login_existing_label {
    width: 120px !important;
}
.mb_login_existing_row {
    width: 100% !important;
}
.mb_login_existing_input {
    width: 100% !important;
    margin-left: -5px !important;
    margin-top: 10px !important;
}
.mb_login_new_label {
    width: 100% !important;
    text-align: left !important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
}
#new_clients label {
    text-align: left !important;
    width: 100% !important;
}
.mb_login_new_input {
    width: 100% !important;
}
.wrapper input[type="text"], .wrapper input[type="email"], .wrapper input[type="password"], .wrapper textarea {
    width: 100% !important;
}
.mb_login_new_row {
    width: 100% !important;
}
.password_info {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}
#i_agree_row {
    width: 100% !important;
    margin: 15px 0 !important;
    text-transform: uppercase;
}
#signup_submit {
    margin-left: 0 !important;
}
.liab_title {
    text-transform: uppercase !important;
    color: #000000 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
#le_mb_loginsignup h2 {
    background-color: #000000 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 10px !important;
}
#mb_login_question label {
    width: 100% !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    #le_mb_loginsignup h3 {
        font-size: 16px !important;
    }
    #mb_login_question input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    #login_form {
        margin-bottom: 40px !important;
    }
    #le_mb_loginsignup h2 {
        font-size: 18px !important;
    }
    #login_submit {
        width: 100px !important;
    }
    .seFormButton, .wrapper input[type="submit"].seFormButton {
        padding: 12px 15px !important;
    }
    #login_form .seFormButton, .wrapper input[type="submit"].seFormButton {
        margin-top: -15px !important;
    }
    #signup_submit {
        display: block !important;
        margin-top: 20px !important;
    }
    .liability_text {
        margin-bottom: 20px !important;
    }
    
}

/* Site Branding
----------------------------------------------------------------------------------------------------*/

.se_siteBranding {
    padding: 12px 0 5px 0;
}

.se_siteBranding img {
    max-width: 100%;
    height: auto;
}


/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
	width: 100%;
	position: relative;
}

.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.container {
    padding: 0 25px;
}

@media (min-width: 992px) {
    .contentwide {
        padding-top: 55px;
    }
}

@media (min-width: 1200px) {
    .contentwide {
        padding-top: 65px;
    }
}



/* Expand/Collapse
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    margin-bottom: 0 !important;
}
.expand h2 {
    position: relative; 
    color: #ffffff;
    background-color: #70B641;
    font-size: 14px;
    line-height: 25px !important;
    padding: 10px 5px 10px 15px !important;
    font-weight: 300 !important;
    font-family: 'Lato' !important;
    text-transform: uppercase;
}
.expand h2:after {
    float: right !important;
    content: '\f107';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #ffffff;
    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 h2.active {
    background-color: #000000;
    margin-bottom: 10px !important;
}
.expand h2.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);
}
.expand h2:hover {
    cursor: pointer;
    background-color: #000000;
}
.expand h3 {
    position: relative; 
    color: #ffffff;
    background-color: #70B641;
    font-size: 14px;
    line-height: 25px !important;
    padding: 10px 5px 10px 15px !important;
    font-weight: 300 !important;
    font-family: 'Lato' !important;
    text-transform: uppercase;
}
.expand h3:after {
    float: right !important;
    content: '\f107';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #ffffff;
    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 {
    background-color: #000000;
    margin-bottom: 10px !important;
}
.expand h3.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);
}
.expand h3:hover {
    cursor: pointer;
    background-color: #000000;
}
.expand2 {
    position: relative;
    margin: 15px 0 30px 0 !important;
}
.expand2 h6 {
    position: relative; 
    color: #000000;
    font-size: 22px;
    line-height: 25px !important;
    font-weight: 300 !important;
    font-family: 'Lato' !important;
    text-transform: uppercase;
}
.expand2 h6:before {
    content: '+';
    margin-right: 5px;
    color: #000000;
    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;
}
.expand2 h6.active {
    color: #84AE43;
    margin-bottom: 10px !important;
}
.expand2 h6.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);
}
.expand2 h6:hover {
    cursor: pointer;
    color: #84AE43;
}
.expand2 .button1 {
    margin-top: 15px;
}






/* Header
----------------------------------------------------------------------------------------------------*/
.header-wrap {
    width: 100%;
    z-index: 300;
    padding: 0px;
    position: fixed;
    z-index: 1000 !important;
    background: #fff;
}

/* 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: 30px;
    height: 30px;
    padding: 0;
    text-transform: uppercase;
    background: transparent !important;
    margin-top: 15px;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0px;
    font-size: 25px;
    color: #008cba;
}
.OpenMobileMenu .navicon:after {
    color: #008cba;
    content: '\f00d';
    font-size: 25px;
    font-family: 'FontAwesome';
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap{
    position:absolute;
    top:auto;
    padding-left:0;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 40px 0 10px 0;
}
.MainMenu li {
    position: relative;
	list-style-type: none;
	text-decoration: none;
}

.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 0;
    font-family: 'Prompt', sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #323232;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 15px 5px 0;
	color: #ffffff; 
    font-family: 'Prompt', sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
    text-transform: uppercase;
	background-image: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #323232;
}

.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.MainMenu .dropdown ul {
    display: none;
}


/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 2000;
    overflow-x: none;
    overflow-y: auto;
    background: rgba(255,255,255,0.95);
}

.OpenMobileMenu .primary-mobile-menu {
    height: 100%;
    width: 100%;
    padding: 20px;
    top:55px;
    left:0;
    opacity: 1;
}

.le-logged-in.OpenMobileMenu .primary-mobile-menu {
    /*top: 115px;*/
}

.OpenMobileMenu .mobile-menu-cap {
    position:fixed;
    z-index:1000;
    width:100%;
    height:65px;
    top:0;
    left:0;
    background-color: #4a4a4a;
    background-color: rgba(0,0,0,.925);
}

.le-logged-in.OpenMobileMenu .mobile-menu-cap {
    height: 115px;
}

@media (min-width: 767px) { 
    .mobile-menu-cap {
        display: none;
    }
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
}
.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: inline-block;
	padding: 14px 0 14px 0;
    font-family: 'Prompt', sans-serif;
	font-size: 20px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 3px solid rgba(255,255,255,.03);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #283645;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #5e5e5e;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: #008cba;
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
	margin-left: -10px !important;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px;
	margin-left:12px;
    font-family: 'Prompt', sans-serif;
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 3px solid rgba(255,255,255,.03);
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: #cececd;
}
.primary-mobile-menu ul.le_menu_level_2 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
	display: block;
	padding: 5px;
	margin-left:20px;
    font-family: 'Prompt', sans-serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #919191;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,0) !important;
}
.primary-mobile-menu li.le_menuitem_level_2 a:hover {
    color: #5698c9;
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

/*.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:after {
    display:inline-block;
    position: absolute;
    top: 13px;
    content: '\f107';
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 18px;
	height: 0;
	width: 0;
	float: right;
	right: 20px;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:after {
    content: '\f106';
}*/

.primary-mobile-menu li.hasChild > a > span:last-child {
    float: right;
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 18px;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-submenu {
    height: auto;
    visibility: visible;
    opacity: 1;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    background-color: #283645;
    padding: 60px 0 40px 0 !important;
}
.footer p {
    color: #ffffff;
    font-size: 14px;
}
.footer p a {
    color: #cccaca;
}
.footer p a:hover {
    color: #7e7d7d;
}
.newsletter-text h6 {
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 5px;
}
.newsletter-text p {
    line-height: 17px;
    color: #cccaca;
    font-size: 12px;
}
.newsletter input[type="submit"] {
    padding: 9px 15px !important;
}
.newsletter input[type="text"],.newsletter input[type="email"],.newsletter input[type="password"], .newsletter textarea {
    margin-bottom: -21px !important;
}
.footer-border {
    border-top: 1px solid #ffffff;
    margin-top: 25px;
    padding-top: 25px;
}
.footer-bottom {
    background-color: #5d666f;
    padding: 10px 0;
}
.footer-bottom p {
    color: #ffffff;
    line-height: 20px;
}
.se_social a {
    color: #ffffff !important;
    margin: 0 3px;
    font-size: 18px;
}

/* 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 (max-width: 767px) {
    .mobile-break {
        display: none;
    }
    .header-wrap {
        position: relative !important;
    }
    .OpenMobileMenu .header-wrap {
        position: fixed !important;
        top: 0;
    }
    .banner {
        background-color: #ffffff !important;
        margin-top: -15px !important;
    }
    .banner .bx-wrapper .bx-controls-direction a {
        top: 24% !important;
    }
    .banner .bx-wrapper .bx-next {
        right: 10px;
    }
    .banner .bx-wrapper .bx-next:hover {
        background-position:-30px 0px;
    }
    .banner .bx-wrapper .bx-prev {
        left: 10px;
    }
    .uppertext {
        position: relative !important;
        padding: 50px 25px 10px 25px !important;
    }
    .uppertext h1 {
        /*color: #000000 !important;*/
        font-size: 24px !important;
        line-height: 30px !important;
        text-shadow: 1px 1px 2px rgba(150, 150, 150, 0) !important;
    }
    h2, h2 a, .title2, .title2 a {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    .expand3 h2 {
        font-size: 16px !important;
    }
    .graybox {
        padding: 0 !important;
    }
    .mobile-center {
        text-align: center;
    }
    .biggertext-left h5 {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .video {
        margin-bottom: 60px;
    }
    .expand {
        text-align: center;
    }
    .expand h6 {
        font-size: 16px !important;
    }
    .desktop-only {
        display: none;
    }
    .logo-slider {
        padding: 0 30px !important;
    }
    .logo-slider .bx-wrapper .bx-next {
        right: -20px !important;
    }
    .logo-slider .bx-wrapper .bx-next:hover {
        background-position: -30px 0px;
    }
    .logo-slider .bx-wrapper .bx-prev {
        left: -20px !important;
    }
    .newsletter-text {
        padding-top: 20px;
    }
    .newsletter {
        margin: 15px 0 40px 0;
    }
    .newsletter input[type="submit"] {
        display: block;
        width: 100%;
    }
    .footer, .footer-bottom {
        text-align: center;
    }
    .footer-bottom {
        padding: 20px 0;
    }
    .se_social {
        margin-top: 15px;
        text-align: center;
    }
    .cta {
        text-align: center;
    }
    .cta-img {
        margin-top: 40px !important;
    }
    .footer-border {
        padding-top: 60px !important;
    }
    .tab {
        display: block;
        padding: 5px 10px;
    }
    .quotes .bx-wrapper .bx-controls-direction a {
        top: 20%;
    }
    .quotes {
        text-align: center;
    }
    .quotes img {
        width: 100%;
        height: auto;
        padding: 0 35px;
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {
    .col-xs-15 {
        float: left;
        width: 20%;
        padding: 0 10px;
    }
    .newsletter {
        margin-top: -6px;
    }
    .newsletter input[type="submit"] {
        margin-left: -5px !important;
    }
    .no-padding {
        padding: 0 !important;
    }
    .mobile-only {
        display: none;
    }
    .gray-box {
        background-color: #f4f3f3;
        padding: 70px 50px;
    }
    .video {
        position: relative;
        z-index: 1;
    }
    .biggertext-left h5 {
        font-size: 26px;
        line-height: 30px;
        z-index: 1;
        position: relative;
        margin-bottom: 10px;
    }
    .grayblock {
        background-color: #f4f3f3;
        padding: 70px 50px 50px 100px;
        position: absolute;
        right: 10%;
        z-index: 0;
        margin-top: -70px;
    }
    .cta-img img {
        margin-left: -15px;
        margin-bottom: -7px;
    }
    .graybox-border {
        border-right: 25px solid #ffffff;
    }
    .se_social {
        text-align: right;
    }
    .banner .bx-wrapper .bx-controls-direction a {
        top: 45% !important;
    }
    .gray-box2 {
        margin-top: 30px;
    }
    .logo-slider .bx-wrapper .bx-next {
        right: -10px;
    }
    .logo-slider .bx-wrapper .bx-next:hover {
        background-position:-30px 0px;
    }
    .logo-slider .bx-wrapper .bx-prev {
        left: -10px;
    }
    .expand3 {
        width: 25%;
        float: left;
        text-align: center;
        min-height: 340px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .gray-box2 {
        margin-top: 70px;
        position: absolute;
        right: 0;
    }
    .gray-box {
        width: 80%;
        height: 560px;
    }
    .grayblock {
        padding: 70px 50px 50px 200px;
        margin-top: -40px;
    }
    .biggertext-left h5 {
        font-size: 40px;
        line-height: 50px;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
        text-align: right;
        margin-top: 15px;
    }
    .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 {
    	display: block;
        position: relative;
        font-family: 'Prompt', sans-serif;
        padding: 10px 0;
        margin: 0 15px;
        font-size: 12px;
        color: #283645;
        line-height: 15px;
        word-break: break-word;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    	text-shadow: none;
    	-webkit-transition: color 0.3s;
    	-moz-transition: color 0.3s;
    	transition: color 0.3s;
    }
    
    .MainMenu li.le_menuitem_level_0 a::before,
    .MainMenu li.le_menuitem_level_0 a::after {
    	position: absolute;
    	left: 0;
    	width: 100%;
    	height: 1px;
    	background: #008cba;
    	content: '';
    	opacity: 0;
    	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
    	transition: opacity 0.3s, transform 0.3s;
    	-webkit-transform: translateY(-10px);
    	-moz-transform: translateY(-10px);
    	transform: translateY(-10px);
    }
    
    .MainMenu li.le_menuitem_level_0 a::before {
    	top: 0;
    	-webkit-transform: translateY(-10px);
    	-moz-transform: translateY(-10px);
    	transform: translateY(-10px);
    }
    
    .MainMenu li.le_menuitem_level_0 a::after {
    	bottom: 0;
    	-webkit-transform: translateY(10px);
    	-moz-transform: translateY(10px);
    	transform: translateY(10px);
    }
    
    .MainMenu li.le_menuitem_level_0 a:hover,
    .MainMenu li.le_menuitem_level_0 a:focus {
    	color: #008cba;
    }
    
    .MainMenu li.le_menuitem_level_0 a:hover::before,
    .MainMenu li.le_menuitem_level_0 a:focus::before,
    .MainMenu li.le_menuitem_level_0 a:hover::after,
    .MainMenu li.le_menuitem_level_0 a:focus::after {
    	opacity: 1;
    	-webkit-transform: translateY(0px);
    	-moz-transform: translateY(0px);
    	transform: translateY(0px);
    }
    
    .MainMenu .le_menu_level_1_container {
        position: absolute;
        left: 0;
        width: 250px !important;
        padding: 0;
        padding-top: 20px;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: relative;
    	left: 0;
    	display: none;
        margin: 0;
        border: 1px solid #e9eaea;
    	background: rgba(255,255,255,0.8);
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	padding: 8px 10px !important;
    	margin: 0 !important;
    	color: #283645;
        font-family: 'Prompt', sans-serif;
    	font-size: 12px;
    	text-decoration: none;
    	text-transform: uppercase;
    	min-width: 200px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
        color: #ffffff;
        background-color: #008cba;
    }
    .MainMenu li.le_menuitem_level_1 a::before,
    .MainMenu li.le_menuitem_level_1 a::after {
        height: 0 !important;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	left: 100%;
    	margin-top: -40px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	right:0;
    	z-index: 10;
    	display: none;
    	border: 1px solid #e9eaea;
    	background-color: #ffffff;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .MainMenu .dropdown ul {
        display: block;
    }
    
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    .logo-slider .bx-wrapper .bx-next {
        right: -20px;
    }
    .logo-slider .bx-wrapper .bx-next:hover {
        background-position:-30px 0px;
    }
    .logo-slider .bx-wrapper .bx-prev {
        left: -20px;
    }
    .expand3 {
        min-height: 425px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .biggertext-left h5 {
        font-size: 55px;
        line-height: 60px;
        margin-left: -60px;
        margin-bottom: 35px;
    }
    .grayblock {
        padding: 70px 50px 50px 275px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        padding: 10px 0;
        margin: 0 20px;
        font-size: 14px;
    }
    .logo-slider .bx-wrapper .bx-next {
        right: -50px;
    }
    .logo-slider .bx-wrapper .bx-next:hover {
        background-position:-30px 0px;
    }
    .logo-slider .bx-wrapper .bx-prev {
        left: -50px;
    }
    .expand3 {
        min-height: 475px;
    }
    .quotes .bx-pager {
        text-align: left !important;
        top: 350px;
        position: relative;
    }
    .quotes .bx-pager.bx-default-pager {
        padding-left: 360px;
    }
}
@media (min-width: 1400px) {
    .expand3 {
        min-height: 550px;
    }
}
@media (min-width: 1600px) {
    .expand3 {
        min-height: 600px;
    }
}
@media (min-width: 1800px) {
    .expand3 {
        min-height: 650px;
    }
}
@media (min-width: 1900px) {
    .expand3 {
        min-height: 800px;
    }
}

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

  .le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
  }
  

/* Blog
----------------------------------------------------------------------------------------------------*/

.blog_post_listing_content {
    float: none !important;
    overflow: auto !important;
}
#blog_post_listing .feature_blog_text {
    float: none !important;
}
.feature_blog_image {
    float: left !important;
    margin-right: 20px;
}
.blog_post_listing_title_link {
    font-size: 20px !important;
    color: #000000 !important;
    text-transform: uppercase;
}
.blog_post_listing_title_link:hover {
    margin-left: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
	transition: all .4s ease;
}
.blog_post_listing_title_link:hover:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
	transition: all .4s ease;
}
.blog_post_listing_title_link:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/logo-icon.svg);
    width: 35px;
    height: auto;
    display: inline-block;
    margin-right: 7px;
}
.blog_post_listing h1 {
    line-height: 20px !important;
    margin-bottom: 0px !important;
    color: #000000 !important;
}
.blog_post_listing_footer_hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.read_more_div a {
    background-color: #bfbfbf;
    color: #2a2a2a;
    text-transform: uppercase;
    padding: 8px 15px !important;
    margin-top: 10px;
}
.a.read_more_link {
    display: table !important;
}
a.read_more_link {
    display: table;
    background-color: #008cba;
    color: #fff;
    padding: 7px 10px;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
a.read_more_link:hover {
    background-color: #283645;
    color: #ffffff;
}
.blog_post_listing {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 992px) { 
    .blog_post_listing_sidebar {
        width: 500px !important;
    }
}

/* ------ Edit Region ------- */

.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}
/* ------ Edit Region ------- */
.le_region_overlay_container_inside {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
}
.edit-region-icon {
    color: white;
    background: #537fbc;
    font-size: 16px;
    margin: 0;
    right: 0;
    height: 28px;
    padding-left: 3px;
    line-height: 29px;
    width: 30px;
    text-align: center;
    top: 0;
    position: absolute;
    cursor: pointer; 
}

.le_region_image {
    position: relative;
    top: -2px;
}

/*---------------Hiding Style Editor (for use with Premium sites with Regions) START-----------*/
.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;
}

/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/

.le-logged-in .footer-bottom {
    margin-bottom: 30px !important;
}
.le-edit-open .header-wrap {
    position: relative !important;
    z-index: 1 !important;
}
.le-edit-open .mobile-only {
    display: block !important;
}

/** Remove 1px height from empty regions **/
.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;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_footer-area4 {
}
#le_footer-area5 {
}
.aurora_ #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_ #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_ #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_2024-year-in-review #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_2024-year-in-review #le_section-five-area14 {
    padding-top: 4px;
}
.aurora_2024-year-in-review #le_section-five-area15 {
}
.aurora_2024-year-in-review #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/media/minneapolis-downtown-bridge_copy.jpg);
}
.aurora_2024-year-in-review #le_section-one-area1 {
}
.aurora_2024-year-in-review #le_section-three-area4 {
    border-style: solid;
    border-width: 1px;
}
.aurora_2024-year-in-review #le_section-two-area1 {
    margin-top: 10px;
}
.aurora_2024-year-in-review #le_section-two-area19 {
    margin-top: -290px;
}
.aurora_2024-year-in-review #le_section-two-area2 {
    margin-top: 30px;
}
.aurora_2024-year-in-review #le_section-two-area20 {
    margin-top: -300px;
}
.aurora_2024-year-in-review #le_section-two-area4 {
    background-color: rgb(239, 239, 239);
    margin-top: 30px;
    margin-bottom: -5px;
    padding-top: 0px;
}
.aurora_2024-year-in-review #le_section-two-area6 {
    margin-top: -325px;
    padding-top: 0px;
}
.aurora_about-us #le_section-five {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_about-us #le_section-five-area12 {
}
.aurora_about-us #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/teamwork.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_about-us #le_section-three {
    background-color: rgb(40, 54, 69);
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_about-us #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_adam-webb #le_section-one {
    background-color: rgb(40, 54, 69);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_adam-webb #le_section-one-area1 {
}
.aurora_adam-webb #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_adam-webb #le_section-two-area2 {
    background-color: rgba(242, 245, 245, 0.7);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_additional-services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/staff/group/Quazar1290_copy.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_additional-services #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_additional-services #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_advantage-chemical-llc #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_advantage-chemical-llc #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_advantage-chemical-llc #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_exterior-building-services #le_section-five {
    margin-top: 70px;
    margin-bottom: 70px;
}
.aurora_aggressive-engineering-inc #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_aggressive-engineering-inc #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_aggressive-engineering-inc #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_aidan-kray #le_section-one {
    background-color: rgb(40, 54, 69);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_aidan-kray #le_section-one-area1 {
}
.aurora_aidan-kray #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_aidan-kray #le_section-two-area2 {
    background-color: rgba(242, 245, 245, 0.7);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_albinson #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_albinson #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_albinson #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_discover-the-dinosaurs #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_all-state-communications #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_all-state-communications #le_section-five-area14 {
}
.aurora_all-state-communications #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_allied-companies #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_allstar-construction #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_allstar-construction #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_allstar-construction #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_alternatives-communications-group #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_alternatives-communications-group #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_alternatives-communications-group #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_american-spirit-digital-marketing-solutions #le_section-five {
    margin-top: 70px;
    margin-bottom: 70px;
}
.aurora_american-spirit-digital-marketing-solutions #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_american-spirit-digital-marketing-solutions #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_american-spirit-digital-marketing-solutions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_announcements #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/fireworks-lake/fireworks-lake_1800x1192.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_announcements #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_annual-charity-contest #le_section-fifteen-area1 {
    margin-bottom: 40px;
}
.aurora_annual-charity-contest #le_section-five {
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 40px;
}
.aurora_annual-charity-contest #le_section-fourteen {
    margin-bottom: 100px;
}
.aurora_annual-charity-contest #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/give-note.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_annual-charity-contest #le_section-seven {
}
.aurora_annual-charity-contest #le_section-seven-area1 {
    margin-bottom: 40px;
}
.aurora_annual-charity-contest #le_section-six-area2 {
}
.aurora_annual-charity-contest #le_section-thirteen {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_annual-charity-contest #le_section-three {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_annual-charity-contest #le_section-two {
    padding-top: 60px;
    padding-bottom: 0px;
}
.aurora_annual-charity-contest-2023 #le_section-fifteen-area1 {
    margin-bottom: 40px;
}
.aurora_annual-charity-contest-2023 #le_section-five {
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 40px;
}
.aurora_annual-charity-contest-2023 #le_section-fourteen {
    margin-bottom: 100px;
}
.aurora_annual-charity-contest-2023 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/give-note.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_annual-charity-contest-2023 #le_section-seven {
}
.aurora_annual-charity-contest-2023 #le_section-seven-area1 {
    margin-bottom: 40px;
}
.aurora_annual-charity-contest-2023 #le_section-six-area2 {
}
.aurora_annual-charity-contest-2023 #le_section-thirteen {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_annual-charity-contest-2023 #le_section-three {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_annual-charity-contest-2023 #le_section-two {
    padding-top: 60px;
    padding-bottom: 0px;
}
.aurora_annual-charity-contest-2023-copy #le_section-fifteen-area1 {
    margin-bottom: 40px;
}
.aurora_annual-charity-contest-2023-copy #le_section-five {
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 40px;
}
.aurora_annual-charity-contest-2023-copy #le_section-fourteen {
    margin-bottom: 100px;
}
.aurora_annual-charity-contest-2023-copy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/give-note.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_annual-charity-contest-2023-copy #le_section-seven {
}
.aurora_annual-charity-contest-2023-copy #le_section-seven-area1 {
    margin-bottom: 40px;
}
.aurora_annual-charity-contest-2023-copy #le_section-six-area2 {
}
.aurora_annual-charity-contest-2023-copy #le_section-thirteen {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_annual-charity-contest-2023-copy #le_section-three {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_annual-charity-contest-2023-copy #le_section-two {
    padding-top: 60px;
    padding-bottom: 0px;
}
.aurora_annual-charity-contest-copy #le_section-fifteen-area1 {
    margin-bottom: 40px;
}
.aurora_annual-charity-contest-copy #le_section-five {
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 40px;
}
.aurora_annual-charity-contest-copy #le_section-fourteen {
    margin-bottom: 100px;
}
.aurora_annual-charity-contest-copy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/give-note.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_annual-charity-contest-copy #le_section-seven {
}
.aurora_annual-charity-contest-copy #le_section-seven-area1 {
    margin-bottom: 40px;
}
.aurora_annual-charity-contest-copy #le_section-six-area2 {
}
.aurora_annual-charity-contest-copy #le_section-thirteen {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_annual-charity-contest-copy #le_section-three {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_annual-charity-contest-copy #le_section-two {
    padding-top: 60px;
    padding-bottom: 0px;
}
.aurora_apollo-corporation #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_apollo-corporation #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_apollo-corporation #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_applied-vacuum-technology #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_applied-vacuum-technology #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_applied-vacuum-technology #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_arcasearch #le_section-five {
    margin-top: 70px;
    margin-bottom: 70px;
}
.aurora_arcasearch #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_arcasearch #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_arcasearch #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_artcraft #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_custom-fab-solutions #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_artcraft-press #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_artcraft-press #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_artcraft-press #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_arvig #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_asastysol-inc #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_asastysol-inc #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_asastysol-inc #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_available-for-acquisition #le_section-one-area1 {
}
.aurora_available-for-acquisition-project-compass #le_section-one-area1 {
}
.aurora_available-for-acquisition-project-haven #le_section-one-area1 {
}
.aurora_available-for-acquisition-project-raptor #le_section-one-area1 {
}
.aurora_available-for-acquisition-project-silk #le_section-one-area1 {
}
.aurora_available-for-acquisition-project-watson #le_section-one-area1 {
}
.aurora_Bailey-Blondell #le_section-one {
    background-color: rgb(40, 54, 69);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_Bailey-Blondell #le_section-one-area1 {
}
.aurora_Bailey-Blondell #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_Bailey-Blondell #le_section-two-area2 {
    background-color: rgba(242, 245, 245, 0.7);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_bi #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_bi #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_richlind-metal-fabricators #le_section-five {
    margin-top: 70px;
    margin-bottom: 70px;
}
.aurora_bid-ocean-and-napc #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_bid-ocean-and-napc #le_section-five-area14 {
    padding-top: 4px;
}
.aurora_bid-ocean-and-napc #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_bill-sharpe #le_section-one {
    background-color: rgb(40, 54, 69);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_bill-sharpe #le_section-one-area1 {
}
.aurora_bill-sharpe #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_bill-sharpe #le_section-two-area2 {
    background-color: rgba(242, 245, 245, 0.7);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_bonnett-partners #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_bonnett-partners #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_bookendz #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_bookendz #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_bookendz #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_Brainier-announcement #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_Brainier-announcement #le_section-five-area14 {
    padding-top: 4px;
}
.aurora_Brainier-announcement #le_section-five-area15 {
}
.aurora_Brainier-announcement #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_dunham-express #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_bueckers-city-sanitation #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_bueckers-city-sanitation #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_bueckers-city-sanitation #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_busco-enterprises #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_busco-enterprises #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_busco-enterprises #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_buy-side-advisory #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/media/Buyside_Services.png);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_buy-side-advisory #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_buy-side-advisory #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_carpet-king #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_carpet-king #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_centerpoint-marketing #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_centerpoint-marketing #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_centerpoint-marketing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_charity-contest-rules #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/waterfall.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_charity-contest-rules #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_charity-contest-rules #le_section-two-area11 {
}
.aurora_charity-winners-2010 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/waterfall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_charity-winners-2010 #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_charity-winners-2011 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/waterfall.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_charity-winners-2011 #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_charity-winners-2012 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/waterfall.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_charity-winners-2012 #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_charity-winners-2013 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/waterfall.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_charity-winners-2013 #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_charity-winners-2014 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/waterfall.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_charity-winners-2014 #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_charity-winners-2015 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/waterfall.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_charity-winners-2015 #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_charity-winners-2016 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/waterfall.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_charity-winners-2016 #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_charity-winners-2017 #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_charity-winners-2017 #le_section-two-area1 {
    padding-bottom: 50px;
}
.aurora_cheney-inc #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_cheney-inc #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_clay-bergevain #le_section-one {
    background-color: rgb(40, 54, 69);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_clay-bergevain #le_section-one-area1 {
}
.aurora_clay-bergevain #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_clay-bergevain #le_section-two-area2 {
    background-color: rgba(242, 245, 245, 0.7);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_clear-the-list-rules #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/waterfall.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_clear-the-list-rules #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_clear-the-list-rules #le_section-two-area1 {
    padding-top: 25px;
}
.aurora_clear-the-list-rules #le_section-two-area11 {
}
.aurora_closed-transactions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/island-fireworks/island-fireworks_1800x1040.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_closed-transactions #le_section-two {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_colorado-colour #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_colorado-colour #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_colorado-colour #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_community-involvement #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/Hand-touching-global-network-connection_copy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_community-involvement #le_section-three {
    padding-top: 0px;
    padding-bottom: 50px;
}
.aurora_community-involvement #le_section-two {
    padding-top: 60px;
    padding-bottom: 0px;
}
.aurora_community-involvement-charity #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/waterfall.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_community-involvement-charity #le_section-two {
    padding-top: 60px;
}
.aurora_contact #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/woman-tablet-emails.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_contact #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-two-area5 {
    background-color: rgb(243, 241, 241);
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_custom-fab-solutions #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_custom-fab-solutions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_delta-waseca #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_delta-waseca #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_delta-waseca #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_denali-announcement #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_denali-announcement #le_section-five-area14 {
    padding-top: 4px;
}
.aurora_denali-announcement #le_section-five-area15 {
}
.aurora_denali-announcement #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_die-products-company #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_die-products-company #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_discover-the-dinosaurs #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_discover-the-dinosaurs #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_douglas-manufacturing-company #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_douglas-manufacturing-company #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_dunham-express #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_dunham-express #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_eagle-street-partners #le_section-five-area1 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_eagle-street-partners #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_eagle-street-partners #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_edtech-industry-report #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/media/downtown-bridge.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_edtech-industry-report #le_section-one-area1 {
}
.aurora_edtech-industry-report #le_section-three-area4 {
    border-style: solid;
    border-width: 1px;
}
.aurora_edtech-industry-report #le_section-two-area19 {
    margin-top: -290px;
}
.aurora_edtech-industry-report #le_section-two-area2 {
    margin-top: 30px;
}
.aurora_edtech-industry-report #le_section-two-area20 {
    margin-top: -300px;
}
.aurora_edtech-industry-report #le_section-two-area4 {
    background-color: rgb(239, 239, 239);
    margin-top: 30px;
    margin-bottom: -5px;
    padding-top: 0px;
}
.aurora_edtech-industry-report #le_section-two-area6 {
    margin-top: -325px;
    padding-top: 0px;
}
.aurora_exterior-building-services #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_exterior-building-services #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_exterior-building-services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_facility-services-industry-report #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/media/downtown-bridge.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_facility-services-industry-report #le_section-one-area1 {
}
.aurora_facility-services-industry-report #le_section-three-area4 {
    border-style: solid;
    border-width: 1px;
}
.aurora_facility-services-industry-report #le_section-two-area19 {
    margin-top: -290px;
}
.aurora_facility-services-industry-report #le_section-two-area2 {
    margin-top: 30px;
}
.aurora_facility-services-industry-report #le_section-two-area20 {
    margin-top: -300px;
}
.aurora_facility-services-industry-report #le_section-two-area4 {
    background-color: rgb(239, 239, 239);
    margin-top: 30px;
    margin-bottom: -5px;
    padding-top: 0px;
}
.aurora_facility-services-industry-report #le_section-two-area6 {
    margin-top: -325px;
    padding-top: 0px;
}
.aurora_fastech #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_fastech #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_fastech #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_fay-mar-tube-metal-fabrications #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_fay-mar-tube-metal-fabrications #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_fay-mar-tube-metal-fabrications #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_felling-trailers #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_felling-trailers #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_felling-trailers #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_freightquote #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_freightquote #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_freightquote #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_gage-marketing-services #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_gage-marketing-services #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_gage-marketing-services #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_gage-marketing-services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_gentle-transitions-of-ca #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_gentle-transitions-of-ca #le_section-five-area14 {
}
.aurora_gentle-transitions-of-ca #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_gentle-transitions-of-mn #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_gentle-transitions-of-mn #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_hammer-direct #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_hammer-direct #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_hammer-direct #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_healthy-healing #le_section-five {
    margin-top: 70px;
    margin-bottom: 70px;
}
.aurora_healthy-healing #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_healthy-healing #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_healthy-healing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_home #le_section-eight {
    background-color: rgba(241, 239, 239, 0.75);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_home #le_section-five {
    background-size: cover;
    background-position: bottom center;
    padding-top: 50px;
    padding-bottom: 120px;
}
.aurora_home #le_section-four {
}
.aurora_home #le_section-nine {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_home #le_section-nine-area2 {
    padding-right: 5px;
    padding-left: 5px;
}
.aurora_home #le_section-nine-area3 {
    padding-right: 5px;
    padding-left: 5px;
}
.aurora_home #le_section-nine-area4 {
    padding-right: 5px;
    padding-left: 5px;
}
.aurora_home #le_section-one-area1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/media/downtown-bridge.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_home #le_section-seven {
}
.aurora_home #le_section-six {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/minneapolis-downtown-river.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.aurora_home #le_section-six-area10 {
}
.aurora_home #le_section-six-area11 {
}
.aurora_home #le_section-six-area12 {
}
.aurora_home #le_section-six-area13 {
    background-color: rgb(238, 237, 237);
    padding-top: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
}
.aurora_home #le_section-six-area6 {
}
.aurora_home #le_section-ten-area1 {
    border-style: solid;
    border-color: rgb(93, 102, 111);
    border-width: 3px;
}
.aurora_home #le_section-ten-area2 {
    margin-top: 90px;
}
.aurora_home #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/park-bench-downtown.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_home #le_section-two {
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_home #le_section-two-area10 {
    background-position: center center;
    border-style: solid;
    border-color: rgb(93, 102, 111);
    border-width: 3px;
}
.aurora_home-video #le_section-eight {
    margin-bottom: 100px;
}
.aurora_home-video #le_section-eight-area5 {
}
.aurora_home-video #le_section-eight-area6 {
}
.aurora_home-video #le_section-five {
}
.aurora_home-video #le_section-four {
}
.aurora_home-video #le_section-four-area4 {
}
.aurora_home-video #le_section-nine {
}
.aurora_home-video #le_section-nine-area2 {
    padding-right: 5px;
    padding-left: 5px;
}
.aurora_home-video #le_section-nine-area3 {
    padding-right: 5px;
    padding-left: 5px;
}
.aurora_home-video #le_section-nine-area4 {
    padding-right: 5px;
    padding-left: 5px;
}
.aurora_home-video #le_section-one-area1 {
    background-color: rgb(33, 48, 61);
}
.aurora_home-video #le_section-one-area2 {
    background-color: rgb(255, 255, 255);
    margin-top: -150px;
    padding-top: 150px;
}
.aurora_home-video #le_section-seven {
    background-color: rgb(246, 247, 247);
    margin-bottom: 150px;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_home-video #le_section-seven-area1 {
    padding-right: 12%;
    padding-left: 12%;
}
.aurora_home-video #le_section-six {
    background-image: linear-gradient(rgba(33, 48, 61, 0.75), rgba(33, 48, 61, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/minneapolis-downtown-river.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home-video #le_section-six-area10 {
}
.aurora_home-video #le_section-six-area11 {
}
.aurora_home-video #le_section-six-area12 {
    background-color: rgb(33, 48, 61);
    padding-top: 21%;
    padding-right: 45px;
    padding-bottom: 20%;
    padding-left: 45px;
}
.aurora_home-video #le_section-six-area13 {
    background-color: rgb(255, 255, 255);
    padding-top: 68px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.aurora_home-video #le_section-six-area6 {
}
.aurora_home-video #le_section-ten {
    background-color: rgb(246, 247, 247);
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_home-video #le_section-ten-area1 {
}
.aurora_home-video #le_section-ten-area2 {
}
.aurora_home-video #le_section-three {
}
.aurora_home-video #le_section-two {
    background-color: rgb(255, 255, 255);
    padding-bottom: 100px;
}
.aurora_home-video #le_section-two-area10 {
}
.aurora_home-video #le_section-two-area2 {
    margin-right: 50px;
}
.aurora_home-video #le_section-two-area3 {
    margin-left: 50px;
}
.aurora_innovance #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_icm-plastics #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_icm-plastics #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_icm-plastics #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_impulse-group #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_impulse-group #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_impulse-group #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_in-control #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_in-control #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_in-control #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_innovance #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_innovance #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_innovance-midland #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_innovance-midland #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_innovance-midland #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_insights #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/number-graph/number-graph_1800x1200.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_insights #le_section-seven {
    margin-top: 80px;
}
.aurora_insights #le_section-six {
    margin-top: 80px;
    margin-bottom: 80px;
}
.aurora_insights #le_section-three {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_insights #le_section-two {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_jb-group-pipestone-facility #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_jb-group-pipestone-facility #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_jb-group-pipestone-facility #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_jet-edge #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_jet-edge #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_jet-edge #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_kambium #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_kambium #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_kambium #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_kelly-bergman #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/blue-shapes-bknd.jpg);
    background-color: rgb(2, 143, 191);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_kelly-bergman #le_section-one-area1 {
}
.aurora_kelly-bergman #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_kelly-bergman #le_section-two-area2 {
    background-color: rgba(242, 245, 245, 0.7);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_kelmscott-communications #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_kelmscott-communications #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_kelmscott-communications #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_ldi-composites #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_ldi-composites #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_ldi-composites #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_lester-building-systems #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_lester-building-systems #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_lester-building-systems #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_limpro-inc #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_limpro-inc #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_limpro-inc #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_right-choice-services #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_magnum-research #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_magnum-research #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_magnum-research #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_memphis-grills #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_memphis-grills #le_section-five-area14 {
}
.aurora_memphis-grills #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_mobileaxept #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_mobileaxept #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_mobileaxept #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_nassau-foods #le_section-five {
    margin-top: 70px;
    margin-bottom: 70px;
}
.aurora_nassau-foods #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_nassau-foods #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_nassau-foods #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_national-checking-company #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_national-checking-company #le_section-five {
}
.aurora_national-checking-company #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_national-checking-company #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_national-mower #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_national-mower #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_national-mower #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_pictura #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_nature-vision #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_nature-vision #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_nature-vision #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_news #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/man-sitting-on-park-bench-downtown.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_nicole-behm-koep #le_section-one {
    background-color: rgb(40, 54, 69);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_nicole-behm-koep #le_section-one-area1 {
}
.aurora_nicole-behm-koep #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_nicole-behm-koep #le_section-two-area2 {
    background-color: rgba(242, 245, 245, 0.7);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_nonprofit-involvement #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/Stack-of-hands.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_nonprofit-involvement #le_section-two {
    padding-top: 60px;
    padding-bottom: 0px;
}
.aurora_norman #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_norman #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_northland-fishing-tackle #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_northland-fishing-tackle #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_northland-fishing-tackle #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_nott-company #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_nott-company #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_nott-company #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_old-team #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/media/quazar-our-team-group-1800.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_old-team #le_section-three {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_old-team #le_section-three-area4 {
    background-color: rgb(255, 255, 255);
}
.aurora_our-founder #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/minneapolis-downtown-river.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_our-founder #le_section-seven {
    margin-top: 80px;
    margin-bottom: 70px;
}
.aurora_our-founder #le_section-six {
    background-color: rgba(241, 239, 239, 0.75);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_our-founder #le_section-six-area6 {
    padding-top: 2%;
}
.aurora_our-founder #le_section-two {
}
.aurora_our-team #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/staff/group/Quazar1461_copy.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_our-team #le_section-one-area1 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_our-team #le_section-three {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_our-team #le_section-three-area4 {
    background-color: rgb(255, 255, 255);
}
.aurora_our-team #le_section-threetwo-area2 {
}
.aurora_overhead800422 #le_section-one {
    background-color: rgb(255, 255, 255);
}
.aurora_palm-beach #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_palm-beach #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_palm-beach #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_payson-store-fixtures #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_payson-store-fixtures #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_payson-store-fixtures #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_pepin-heights #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_pepin-heights #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_pepin-heights #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_photo-control-corp #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_photo-control-corp #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_photo-control-corp #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_phs-west-inc #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_phs-west-inc #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_phs-west-inc #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_pht #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_pht #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_pht #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_pictura #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_pictura #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_pioneer-power-announcement #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_pioneer-power-announcement #le_section-five-area14 {
    padding-top: 4px;
}
.aurora_pioneer-power-announcement #le_section-five-area15 {
}
.aurora_pioneer-power-announcement #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_pioneer-transfer #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_pioneer-transfer #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_pioneer-transfer #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_prest-rack #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_prest-rack #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_prest-rack #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_promoadvantage-marketing #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_promoadvantage-marketing #le_section-five-area14 {
    padding-top: 4px;
}
.aurora_promoadvantage-marketing #le_section-five-area15 {
}
.aurora_promoadvantage-marketing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_pure-polymers #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_pure-polymers #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_pure-polymers #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_qbf #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_qbf #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_qbf #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_questcdn #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_questcdn #le_section-five-area15 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.aurora_questcdn #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_rapid-packaging #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_rapid-packaging #le_section-five-area14 {
    padding-top: 4px;
}
.aurora_rapid-packaging #le_section-five-area15 {
}
.aurora_rapid-packaging #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_rbj-trailers #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_rbj-trailers #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_rbj-trailers #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_recent-transactions-old #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/island-fireworks/island-fireworks_1800x1040.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_recent-transactions-old #le_section-one-full {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/Quazarcapital1/island-fireworks/island-fireworks_1800x1040.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_recent-transactions-old #le_section-three {
    margin-top: 60px;
}
.aurora_recent-transactions-old #le_section-three-area100 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area101 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area103 {
}
.aurora_recent-transactions-old #le_section-three-area103 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area104 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area105 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area106 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area107 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area108 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area109 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area110 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area111 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area18 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area18 D {
    padding-top: 10px;
}
.aurora_recent-transactions-old #le_section-three-area19 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area19 D {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area20 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area20 D {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area21 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area24 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area25 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area26 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area26 B {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area27 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area28 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area29 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area30 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area31 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area32 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area33 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area34 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area35 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area36 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area37 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area38 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area39 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area40 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area41 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area42 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area43 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area44 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area45 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area46 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area47 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area48 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area49 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area50 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area51 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area52 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area53 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area54 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area55 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area56 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area57 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area58 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area59 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area60 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area61 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area62 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area63 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area64 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area65 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area66 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area67 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area68 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area69 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area70 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area71 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area72 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area73 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area74 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area75 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area76 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area77 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area78 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area79 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area80 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area81 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area82 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area83 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area84 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area85 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area86 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area87 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area88 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area89 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area90 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area91 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_recent-transactions-old #le_section-three-area92 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_reclamation-technologies #le_section-five {
    margin-top: 70px;
    margin-bottom: 70px;
}
.aurora_reclamation-technologies #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_reclamation-technologies #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_reclamation-technologies #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_relco #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_relco #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_relco #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_reliable-property-services #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_reliable-property-services #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_reliable-property-services #le_section-five-area15 {
}
.aurora_reliable-property-services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_resources #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_resources #le_section-two-area1 {
    padding-right: 30px;
    padding-left: 30px;
}
.aurora_rga #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_rga #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_rga #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_richlind-metal-fabricators #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_richlind-metal-fabricators #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_right-choice-services #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_right-choice-services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_river-announcement #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_river-announcement #le_section-five-area14 {
    padding-top: 4px;
}
.aurora_river-announcement #le_section-five-area15 {
}
.aurora_river-announcement #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_salo-manufacturing #le_section-five {
    margin-top: 70px;
    margin-bottom: 70px;
}
.aurora_salo-manufacturing #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_salo-manufacturing #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_salo-manufacturing #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_selected-transactions #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/island-fireworks.jpg);
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_selected-transactions #le_section-three {
    margin-top: 75px;
    margin-bottom: 75px;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
}
.aurora_selected-transactions #le_section-two {
    background-color: rgb(0, 140, 186);
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_sell-side-advisory #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/staff/group/Quazar1157.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_sell-side-advisory #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_sell-side-advisory #le_section-two-area1 {
    margin-bottom: 40px;
}
.aurora_sell-side-advisory #le_section-two-area2 {
}
.aurora_services #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/strategy-compass_copy.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_services #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_set-announcement #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_set-announcement #le_section-five-area14 {
    padding-top: 4px;
}
.aurora_set-announcement #le_section-five-area15 {
}
.aurora_set-announcement #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_set-environmental #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_set-environmental #le_section-five-area15 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.aurora_set-environmental #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_showcraft #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_showcraft #le_section-five-area14 {
}
.aurora_showcraft #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_st-croix-valley-hardwoods #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_st-croix-valley-hardwoods #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_staff1 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/blue-shapes-bknd.jpg);
    background-color: rgb(2, 143, 191);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_staff1 #le_section-one-area1 {
}
.aurora_staff1 #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_staff1 #le_section-two-area2 {
    background-color: rgba(242, 245, 245, 0.7);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_staff2 #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/blue-shapes-bknd.jpg);
    background-color: rgb(2, 143, 191);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_staff2 #le_section-one-area1 {
}
.aurora_staff2 #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_staff2 #le_section-two-area2 {
    background-color: rgba(242, 245, 245, 0.7);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_sue-ufheil #le_section-one {
    background-color: rgb(40, 54, 69);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_sue-ufheil #le_section-one-area1 {
}
.aurora_sue-ufheil #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_sue-ufheil #le_section-two-area2 {
    background-color: rgba(242, 245, 245, 0.7);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_taher #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_taher #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_taher #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_tc-american #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_tc-american #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_tc-american #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_tc-pallet #le_section-five {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_tc-pallet #le_section-five-area14 {
}
.aurora_tc-pallet #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_test #le_section-seven {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_test-transaction-one #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_testimonials #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/five-stars.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_testimonials #le_section-three {
    padding-bottom: 50px;
}
.aurora_testimonials #le_section-two {
}
.aurora_thawzall-inc #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_thawzall-inc #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_thawzall-inc #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_tom-hansen #le_section-one {
    background-color: rgb(40, 54, 69);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_tom-hansen #le_section-one-area1 {
}
.aurora_tom-hansen #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_tom-hansen #le_section-two-area2 {
    background-color: rgba(242, 245, 245, 0.7);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_tony-torntore #le_section-one {
    background-color: rgb(40, 54, 69);
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_tony-torntore #le_section-one-area1 {
}
.aurora_tony-torntore #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_tony-torntore #le_section-two-area2 {
    background-color: rgba(242, 245, 245, 0.7);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_transaction-test #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_transaction-test #le_section-five-area14 {
    padding-top: 4px;
}
.aurora_transaction-test #le_section-five-area15 {
}
.aurora_transaction-test #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_triton-operations #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_triton-operations #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_triton-operations #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_triton-operations #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_ultra-pac #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_ultra-pac #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_ultra-pac #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_versa-lok #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_versa-lok #le_section-five-area14 {
    padding-top: 4px;
}
.aurora_versa-lok #le_section-five-area15 {
}
.aurora_versa-lok #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_victory-tool #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_victory-tool #le_section-five-area14 {
    margin-bottom: 30px;
}
.aurora_victory-tool #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.aurora_who-we-serve #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/teamwork.jpg);
    background-color: rgba(0, 0, 0, 0.15);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_who-we-serve #le_section-two {
    padding-top: 60px;
    padding-bottom: 60px;
}
.aurora_wr-medical #le_section-five {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_wr-medical #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/quazarinc/fireworks-lake.jpg);
}
.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) {
    #le_footer-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_2024-year-in-review #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_2024-year-in-review #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_2024-year-in-review #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_2024-year-in-review #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_2024-year-in-review #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_2024-year-in-review #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_2024-year-in-review #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_2024-year-in-review #le_section-two-area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_2024-year-in-review #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_2024-year-in-review #le_section-two-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_2024-year-in-review #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_2024-year-in-review #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-five-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adam-webb #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adam-webb #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adam-webb #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_adam-webb #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_additional-services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_additional-services #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_advantage-chemical-llc #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_advantage-chemical-llc #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_advantage-chemical-llc #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_exterior-building-services #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aggressive-engineering-inc #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aggressive-engineering-inc #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aggressive-engineering-inc #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aidan-kray #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aidan-kray #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aidan-kray #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_aidan-kray #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_albinson #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_albinson #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_albinson #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discover-the-dinosaurs #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_all-state-communications #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_all-state-communications #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_all-state-communications #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allied-companies #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allstar-construction #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allstar-construction #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_allstar-construction #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_alternatives-communications-group #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_alternatives-communications-group #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_alternatives-communications-group #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_american-spirit-digital-marketing-solutions #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_american-spirit-digital-marketing-solutions #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_american-spirit-digital-marketing-solutions #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_american-spirit-digital-marketing-solutions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest #le_section-fifteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest #le_section-fourteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023 #le_section-fifteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023 #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023 #le_section-fourteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023 #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023 #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023 #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023 #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-fifteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-fourteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-copy #le_section-fifteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-copy #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-copy #le_section-fourteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-copy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-copy #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-copy #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-copy #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_annual-charity-contest-copy #le_section-thirteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apollo-corporation #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apollo-corporation #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_apollo-corporation #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_applied-vacuum-technology #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_applied-vacuum-technology #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_applied-vacuum-technology #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_arcasearch #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_arcasearch #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_arcasearch #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_arcasearch #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_artcraft #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_custom-fab-solutions #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_artcraft-press #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_artcraft-press #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_artcraft-press #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_arvig #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_asastysol-inc #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_asastysol-inc #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_asastysol-inc #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-for-acquisition #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-for-acquisition-project-compass #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-for-acquisition-project-haven #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-for-acquisition-project-raptor #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-for-acquisition-project-silk #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_available-for-acquisition-project-watson #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Bailey-Blondell #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Bailey-Blondell #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Bailey-Blondell #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Bailey-Blondell #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bi #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bi #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_richlind-metal-fabricators #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bid-ocean-and-napc #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bid-ocean-and-napc #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bid-ocean-and-napc #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bill-sharpe #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bill-sharpe #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bill-sharpe #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bill-sharpe #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bonnett-partners #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bonnett-partners #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bookendz #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bookendz #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bookendz #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Brainier-announcement #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Brainier-announcement #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Brainier-announcement #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_Brainier-announcement #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dunham-express #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bueckers-city-sanitation #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bueckers-city-sanitation #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bueckers-city-sanitation #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_busco-enterprises #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_busco-enterprises #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_busco-enterprises #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_buy-side-advisory #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_buy-side-advisory #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_carpet-king #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_carpet-king #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_centerpoint-marketing #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_centerpoint-marketing #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_centerpoint-marketing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_charity-contest-rules #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cheney-inc #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_cheney-inc #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clay-bergevain #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clay-bergevain #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clay-bergevain #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clay-bergevain #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clear-the-list-rules #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clear-the-list-rules #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_colorado-colour #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_colorado-colour #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_colorado-colour #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_community-involvement #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_custom-fab-solutions #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_custom-fab-solutions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_delta-waseca #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_delta-waseca #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_delta-waseca #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_denali-announcement #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_denali-announcement #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_denali-announcement #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_denali-announcement #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_die-products-company #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_die-products-company #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discover-the-dinosaurs #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_discover-the-dinosaurs #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_douglas-manufacturing-company #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_douglas-manufacturing-company #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dunham-express #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_dunham-express #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_eagle-street-partners #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_eagle-street-partners #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_eagle-street-partners #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_edtech-industry-report #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_edtech-industry-report #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_edtech-industry-report #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_edtech-industry-report #le_section-two-area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_edtech-industry-report #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_edtech-industry-report #le_section-two-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_edtech-industry-report #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_edtech-industry-report #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_exterior-building-services #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_exterior-building-services #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_exterior-building-services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-services-industry-report #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-services-industry-report #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-services-industry-report #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-services-industry-report #le_section-two-area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-services-industry-report #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-services-industry-report #le_section-two-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-services-industry-report #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_facility-services-industry-report #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fastech #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fastech #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fastech #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fay-mar-tube-metal-fabrications #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fay-mar-tube-metal-fabrications #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_fay-mar-tube-metal-fabrications #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_felling-trailers #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_felling-trailers #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_felling-trailers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_freightquote #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_freightquote #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_freightquote #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gage-marketing-services #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gage-marketing-services #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gage-marketing-services #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gage-marketing-services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gentle-transitions-of-ca #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gentle-transitions-of-ca #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gentle-transitions-of-ca #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gentle-transitions-of-mn #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_gentle-transitions-of-mn #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hammer-direct #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hammer-direct #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_hammer-direct #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_healthy-healing #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_healthy-healing #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_healthy-healing #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_healthy-healing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-eight-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-eight-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-four-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-one-area2 {
    margin-top: 0px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-seven {
    margin-bottom: 75px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-six-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-six-area12 {
    padding-top: 10%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-six-area13 {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-six-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two-area2 {
    margin-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two-area3 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_innovance #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icm-plastics #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icm-plastics #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_icm-plastics #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_impulse-group #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_impulse-group #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_impulse-group #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_in-control #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_in-control #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_in-control #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_innovance #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_innovance #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_innovance-midland #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_innovance-midland #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_innovance-midland #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_insights #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_insights #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_jb-group-pipestone-facility #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_jb-group-pipestone-facility #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_jb-group-pipestone-facility #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_jet-edge #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_jet-edge #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_jet-edge #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kambium #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kambium #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kambium #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kelly-bergman #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kelly-bergman #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kelly-bergman #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kelly-bergman #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kelmscott-communications #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kelmscott-communications #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kelmscott-communications #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ldi-composites #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ldi-composites #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ldi-composites #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lester-building-systems #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lester-building-systems #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lester-building-systems #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_limpro-inc #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_limpro-inc #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_limpro-inc #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_right-choice-services #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_magnum-research #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_magnum-research #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_magnum-research #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memphis-grills #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memphis-grills #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memphis-grills #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mobileaxept #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mobileaxept #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mobileaxept #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nassau-foods #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nassau-foods #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nassau-foods #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nassau-foods #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_national-checking-company #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_national-checking-company #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_national-checking-company #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_national-checking-company #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_national-mower #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_national-mower #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_national-mower #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pictura #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nature-vision #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nature-vision #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nature-vision #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nicole-behm-koep #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nicole-behm-koep #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nicole-behm-koep #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nicole-behm-koep #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nonprofit-involvement #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_norman #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_norman #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_northland-fishing-tackle #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_northland-fishing-tackle #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_northland-fishing-tackle #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nott-company #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nott-company #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_nott-company #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_old-team #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_old-team #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-founder #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-founder #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-founder #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-founder #le_section-six-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-founder #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team #le_section-threetwo-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_overhead800422 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_palm-beach #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_palm-beach #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_palm-beach #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_payson-store-fixtures #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_payson-store-fixtures #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_payson-store-fixtures #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pepin-heights #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pepin-heights #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pepin-heights #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_photo-control-corp #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_photo-control-corp #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_photo-control-corp #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_phs-west-inc #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_phs-west-inc #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_phs-west-inc #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pht #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pht #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pht #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pictura #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pictura #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pioneer-power-announcement #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pioneer-power-announcement #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pioneer-power-announcement #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pioneer-power-announcement #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pioneer-transfer #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pioneer-transfer #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pioneer-transfer #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prest-rack #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prest-rack #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_prest-rack #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promoadvantage-marketing #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promoadvantage-marketing #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promoadvantage-marketing #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_promoadvantage-marketing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pure-polymers #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pure-polymers #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pure-polymers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_qbf #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_qbf #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_qbf #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_questcdn #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_questcdn #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_questcdn #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rapid-packaging #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rapid-packaging #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rapid-packaging #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rapid-packaging #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rbj-trailers #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rbj-trailers #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rbj-trailers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-one-full {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area100 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area101 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area103 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area103 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area104 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area105 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area106 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area107 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area108 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area109 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area110 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area111 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area18 D {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area19 D {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area20 D {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area24 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area25 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area26 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area26 B {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area27 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area28 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area29 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area30 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area31 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area32 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area33 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area34 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area35 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area36 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area37 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area38 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area39 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area40 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area41 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area42 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area43 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area44 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area45 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area46 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area47 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area48 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area49 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area50 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area51 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area52 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area53 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area54 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area55 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area56 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area57 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area58 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area59 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area60 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area61 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area62 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area63 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area64 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area65 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area66 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area67 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area68 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area69 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area70 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area71 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area72 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area73 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area74 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area75 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area76 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area77 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area78 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area79 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area80 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area81 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area82 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area83 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area84 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area85 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area86 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area87 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area88 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area89 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area90 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area91 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_recent-transactions-old #le_section-three-area92 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reclamation-technologies #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reclamation-technologies #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reclamation-technologies #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reclamation-technologies #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_relco #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_relco #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_relco #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reliable-property-services #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reliable-property-services #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reliable-property-services #le_section-five-area15 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reliable-property-services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rga #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rga #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rga #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_richlind-metal-fabricators #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_richlind-metal-fabricators #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_right-choice-services #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_right-choice-services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_river-announcement #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_river-announcement #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_river-announcement #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_river-announcement #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_salo-manufacturing #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_salo-manufacturing #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_salo-manufacturing #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_salo-manufacturing #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_selected-transactions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_selected-transactions #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_selected-transactions #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sell-side-advisory #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sell-side-advisory #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sell-side-advisory #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_set-announcement #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_set-announcement #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_set-announcement #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_set-announcement #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_set-environmental #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_set-environmental #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_set-environmental #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_showcraft #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_showcraft #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_showcraft #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_st-croix-valley-hardwoods #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_st-croix-valley-hardwoods #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff1 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff1 #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff1 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff1 #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff2 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff2 #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff2 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff2 #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sue-ufheil #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sue-ufheil #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sue-ufheil #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_sue-ufheil #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_taher #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_taher #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_taher #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tc-american #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tc-american #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tc-american #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tc-pallet #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tc-pallet #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tc-pallet #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test-transaction-one #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_testimonials #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_testimonials #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thawzall-inc #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thawzall-inc #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thawzall-inc #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tom-hansen #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tom-hansen #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tom-hansen #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tom-hansen #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tony-torntore #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tony-torntore #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tony-torntore #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tony-torntore #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_transaction-test #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_transaction-test #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_transaction-test #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_transaction-test #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_triton-operations #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_triton-operations #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_triton-operations #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_triton-operations #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ultra-pac #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ultra-pac #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ultra-pac #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_versa-lok #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_versa-lok #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_versa-lok #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_versa-lok #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_victory-tool #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_victory-tool #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_victory-tool #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-serve #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wr-medical #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wr-medical #le_section-one {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_footer-area4 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area5 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_2024-year-in-review #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_2024-year-in-review #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_2024-year-in-review #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_2024-year-in-review #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_2024-year-in-review #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_2024-year-in-review #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_2024-year-in-review #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_2024-year-in-review #le_section-two-area19 {
    margin-top: 0px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_2024-year-in-review #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_2024-year-in-review #le_section-two-area20 {
    margin-top: 0px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_2024-year-in-review #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_2024-year-in-review #le_section-two-area6 {
    margin-top: 0px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-five {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-five-area12 {
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-three {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adam-webb #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adam-webb #le_section-one-area1 {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adam-webb #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_adam-webb #le_section-two-area2 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_additional-services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_additional-services #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_advantage-chemical-llc #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_advantage-chemical-llc #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_advantage-chemical-llc #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_exterior-building-services #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aggressive-engineering-inc #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aggressive-engineering-inc #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aggressive-engineering-inc #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aidan-kray #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aidan-kray #le_section-one-area1 {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aidan-kray #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_aidan-kray #le_section-two-area2 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_albinson #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_albinson #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_albinson #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discover-the-dinosaurs #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_all-state-communications #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_all-state-communications #le_section-five-area14 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_all-state-communications #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allied-companies #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allstar-construction #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allstar-construction #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_allstar-construction #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_alternatives-communications-group #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_alternatives-communications-group #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_alternatives-communications-group #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_american-spirit-digital-marketing-solutions #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_american-spirit-digital-marketing-solutions #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_american-spirit-digital-marketing-solutions #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_american-spirit-digital-marketing-solutions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest #le_section-fifteen-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest #le_section-fourteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023 #le_section-fifteen-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023 #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023 #le_section-fourteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023 #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023 #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023 #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023 #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023 #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-fifteen-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-fourteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-2023-copy #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-copy #le_section-fifteen-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-copy #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-copy #le_section-fourteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-copy #le_section-one {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-copy #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-copy #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-copy #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_annual-charity-contest-copy #le_section-thirteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apollo-corporation #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apollo-corporation #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_apollo-corporation #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_applied-vacuum-technology #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_applied-vacuum-technology #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_applied-vacuum-technology #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_arcasearch #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_arcasearch #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_arcasearch #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_arcasearch #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_artcraft #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_custom-fab-solutions #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_artcraft-press #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_artcraft-press #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_artcraft-press #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_arvig #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_asastysol-inc #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_asastysol-inc #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_asastysol-inc #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-for-acquisition #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-for-acquisition-project-compass #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-for-acquisition-project-haven #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-for-acquisition-project-raptor #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-for-acquisition-project-silk #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_available-for-acquisition-project-watson #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Bailey-Blondell #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Bailey-Blondell #le_section-one-area1 {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Bailey-Blondell #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Bailey-Blondell #le_section-two-area2 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bi #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bi #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_richlind-metal-fabricators #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bid-ocean-and-napc #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bid-ocean-and-napc #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bid-ocean-and-napc #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bill-sharpe #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bill-sharpe #le_section-one-area1 {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bill-sharpe #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bill-sharpe #le_section-two-area2 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bonnett-partners #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bonnett-partners #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bookendz #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bookendz #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bookendz #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Brainier-announcement #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Brainier-announcement #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Brainier-announcement #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_Brainier-announcement #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dunham-express #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bueckers-city-sanitation #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bueckers-city-sanitation #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bueckers-city-sanitation #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_busco-enterprises #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_busco-enterprises #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_busco-enterprises #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_buy-side-advisory #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_buy-side-advisory #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_carpet-king #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_carpet-king #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_centerpoint-marketing #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_centerpoint-marketing #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_centerpoint-marketing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_charity-contest-rules #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cheney-inc #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_cheney-inc #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clay-bergevain #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clay-bergevain #le_section-one-area1 {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clay-bergevain #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clay-bergevain #le_section-two-area2 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clear-the-list-rules #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clear-the-list-rules #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_colorado-colour #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_colorado-colour #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_colorado-colour #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_community-involvement #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_custom-fab-solutions #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_custom-fab-solutions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_delta-waseca #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_delta-waseca #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_delta-waseca #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_denali-announcement #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_denali-announcement #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_denali-announcement #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_denali-announcement #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_die-products-company #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_die-products-company #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discover-the-dinosaurs #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_discover-the-dinosaurs #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_douglas-manufacturing-company #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_douglas-manufacturing-company #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dunham-express #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_dunham-express #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_eagle-street-partners #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_eagle-street-partners #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_eagle-street-partners #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_edtech-industry-report #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_edtech-industry-report #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_edtech-industry-report #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_edtech-industry-report #le_section-two-area19 {
    margin-top: 0px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_edtech-industry-report #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_edtech-industry-report #le_section-two-area20 {
    margin-top: 0px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_edtech-industry-report #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_edtech-industry-report #le_section-two-area6 {
    margin-top: 0px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_exterior-building-services #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_exterior-building-services #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_exterior-building-services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-services-industry-report #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-services-industry-report #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-services-industry-report #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-services-industry-report #le_section-two-area19 {
    margin-top: 0px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-services-industry-report #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-services-industry-report #le_section-two-area20 {
    margin-top: 0px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-services-industry-report #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_facility-services-industry-report #le_section-two-area6 {
    margin-top: 0px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fastech #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fastech #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fastech #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fay-mar-tube-metal-fabrications #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fay-mar-tube-metal-fabrications #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_fay-mar-tube-metal-fabrications #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_felling-trailers #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_felling-trailers #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_felling-trailers #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_freightquote #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_freightquote #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_freightquote #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gage-marketing-services #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gage-marketing-services #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gage-marketing-services #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gage-marketing-services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gentle-transitions-of-ca #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gentle-transitions-of-ca #le_section-five-area14 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gentle-transitions-of-ca #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gentle-transitions-of-mn #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_gentle-transitions-of-mn #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hammer-direct #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hammer-direct #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_hammer-direct #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_healthy-healing #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_healthy-healing #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_healthy-healing #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_healthy-healing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area1 {
    padding-top: 40px;
    padding-bottom: 70px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area13 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-eight-area5 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-eight-area6 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-four-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-one-area2 {
    margin-top: 0px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-seven {
    margin-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-seven-area1 {
    padding-right: 2%;
    padding-left: 2%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-six-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-six-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-six-area13 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-six-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-ten {
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-ten-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two-area2 {
    margin-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two-area3 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_innovance #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icm-plastics #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icm-plastics #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_icm-plastics #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_impulse-group #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_impulse-group #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_impulse-group #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_in-control #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_in-control #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_in-control #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_innovance #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_innovance #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_innovance-midland #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_innovance-midland #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_innovance-midland #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_insights #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_insights #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_jb-group-pipestone-facility #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_jb-group-pipestone-facility #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_jb-group-pipestone-facility #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_jet-edge #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_jet-edge #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_jet-edge #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kambium #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kambium #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kambium #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kelly-bergman #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kelly-bergman #le_section-one-area1 {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kelly-bergman #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kelly-bergman #le_section-two-area2 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kelmscott-communications #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kelmscott-communications #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kelmscott-communications #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ldi-composites #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ldi-composites #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ldi-composites #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lester-building-systems #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lester-building-systems #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lester-building-systems #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_limpro-inc #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_limpro-inc #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_limpro-inc #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_right-choice-services #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_magnum-research #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_magnum-research #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_magnum-research #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memphis-grills #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memphis-grills #le_section-five-area14 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memphis-grills #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mobileaxept #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mobileaxept #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mobileaxept #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nassau-foods #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nassau-foods #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nassau-foods #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nassau-foods #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_national-checking-company #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_national-checking-company #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_national-checking-company #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_national-checking-company #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_national-mower #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_national-mower #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_national-mower #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pictura #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nature-vision #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nature-vision #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nature-vision #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nicole-behm-koep #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nicole-behm-koep #le_section-one-area1 {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nicole-behm-koep #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nicole-behm-koep #le_section-two-area2 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nonprofit-involvement #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_norman #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_norman #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_northland-fishing-tackle #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_northland-fishing-tackle #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_northland-fishing-tackle #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nott-company #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nott-company #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_nott-company #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_old-team #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_old-team #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-founder #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-founder #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-founder #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-founder #le_section-six-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-founder #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team #le_section-threetwo-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_overhead800422 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_palm-beach #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_palm-beach #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_palm-beach #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_payson-store-fixtures #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_payson-store-fixtures #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_payson-store-fixtures #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pepin-heights #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pepin-heights #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pepin-heights #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_photo-control-corp #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_photo-control-corp #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_photo-control-corp #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_phs-west-inc #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_phs-west-inc #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_phs-west-inc #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pht #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pht #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pht #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pictura #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pictura #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pioneer-power-announcement #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pioneer-power-announcement #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pioneer-power-announcement #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pioneer-power-announcement #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pioneer-transfer #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pioneer-transfer #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pioneer-transfer #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prest-rack #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prest-rack #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_prest-rack #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promoadvantage-marketing #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promoadvantage-marketing #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promoadvantage-marketing #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_promoadvantage-marketing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pure-polymers #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pure-polymers #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pure-polymers #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_qbf #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_qbf #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_qbf #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_questcdn #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_questcdn #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_questcdn #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rapid-packaging #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rapid-packaging #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rapid-packaging #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rapid-packaging #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rbj-trailers #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rbj-trailers #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rbj-trailers #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-one-full {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area100 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area101 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area103 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area103 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area104 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area105 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area106 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area107 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area108 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area109 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area110 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area111 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area18 D {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area19 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area19 D {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area20 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area20 D {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area24 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area25 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area26 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area26 B {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area27 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area28 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area29 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area30 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area31 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area32 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area33 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area34 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area35 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area36 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area37 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area38 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area39 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area40 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area41 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area42 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area43 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area44 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area45 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area46 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area47 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area48 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area49 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area50 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area51 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area52 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area53 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area54 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area55 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area56 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area57 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area58 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area59 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area60 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area61 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area62 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area63 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area64 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area65 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area66 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area67 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area68 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area69 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area70 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area71 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area72 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area73 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area74 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area75 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area76 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area77 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area78 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area79 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area80 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area81 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area82 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area83 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area84 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area85 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area86 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area87 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area88 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area89 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area90 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area91 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_recent-transactions-old #le_section-three-area92 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reclamation-technologies #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reclamation-technologies #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reclamation-technologies #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reclamation-technologies #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_relco #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_relco #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_relco #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reliable-property-services #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reliable-property-services #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reliable-property-services #le_section-five-area15 {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reliable-property-services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rga #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rga #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rga #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_richlind-metal-fabricators #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_richlind-metal-fabricators #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_right-choice-services #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_right-choice-services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_river-announcement #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_river-announcement #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_river-announcement #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_river-announcement #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_salo-manufacturing #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_salo-manufacturing #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_salo-manufacturing #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_salo-manufacturing #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_selected-transactions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_selected-transactions #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_selected-transactions #le_section-two {
    padding-top: 20px;
    padding-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sell-side-advisory #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sell-side-advisory #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sell-side-advisory #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_set-announcement #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_set-announcement #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_set-announcement #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_set-announcement #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_set-environmental #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_set-environmental #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_set-environmental #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_showcraft #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_showcraft #le_section-five-area14 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_showcraft #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_st-croix-valley-hardwoods #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_st-croix-valley-hardwoods #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff1 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff1 #le_section-one-area1 {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff1 #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff1 #le_section-two-area2 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff2 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff2 #le_section-one-area1 {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff2 #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff2 #le_section-two-area2 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sue-ufheil #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sue-ufheil #le_section-one-area1 {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sue-ufheil #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_sue-ufheil #le_section-two-area2 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_taher #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_taher #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_taher #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tc-american #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tc-american #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tc-american #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tc-pallet #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tc-pallet #le_section-five-area14 {
    margin-bottom: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tc-pallet #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test-transaction-one #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_testimonials #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_testimonials #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thawzall-inc #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thawzall-inc #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thawzall-inc #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tom-hansen #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tom-hansen #le_section-one-area1 {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tom-hansen #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tom-hansen #le_section-two-area2 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tony-torntore #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tony-torntore #le_section-one-area1 {
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tony-torntore #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tony-torntore #le_section-two-area2 {
    margin-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_transaction-test #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_transaction-test #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_transaction-test #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_transaction-test #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_triton-operations #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_triton-operations #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_triton-operations #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_triton-operations #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ultra-pac #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ultra-pac #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ultra-pac #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_versa-lok #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_versa-lok #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_versa-lok #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_versa-lok #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_victory-tool #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_victory-tool #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_victory-tool #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-serve #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wr-medical #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wr-medical #le_section-one {
    }
}

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