@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,400;0,500;0,600;1,700&display=swap');

/* General Classes 
----------------------------------------------------------------------------------------------------*/

/*:root {*/
/*    --bg-main: #000000;*/
/*    --bg-hover: #000000;*/
/*}*/

.container  {
    padding-right: 5%!important;
    padding-left: 5%!important;
    width: 100%;
}

body {
    background: #fff;
    margin: 0 auto;
    color: #323232;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

hr {
    border: 0;
    height: 1px;
}


.mt10 {
    margin-top:10px;
}

.mt20 {
    margin-top:20px;
}
.mt30 {
    margin-top:30px;
}
.mt40 {
    margin-top:40px;
}
.mb10 {
    margin-bottom:10px;
}

.mb20 {
    margin-bottom:20px;
}
.mb30 {
    margin-bottom:30px;
}
.mb40 {
    margin-bottom:40px;
}

.padding-10 {
    padding:10px;
}

.padding-15 {
    padding:15px;
}

.padding-20 {
    padding:20px;
}
.no-padding  {
    padding: 0px;
}




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

a  {
    color: #0B4D8C;
    /*font-weight:600;*/
    text-decoration: none;
    font-size: 18px;
}
a:link {
	text-decoration: none;
}
a:hover {
    color: #000000;
	text-decoration: underline;
}
a:focus { 
    outline: thin solid; 
}

a img {
	border: 0;
}
p {
	color: #0a0a0a;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
}
h1, h1 a, .title1, .title1 a {
	color: #0a0a0a;
	font-family: 'Exo', sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #0a0a0a;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}
h3, h3 a, .title3, .title3 a {
	color: #0a0a0a;
	font-family: 'Exo', sans-serif;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 20px;
}
h4, h4 a, .title4, .title4 a {
	color: #0a0a0a;
	font-family: 'Exo', sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #0a0a0a;
	font-family: 'Exo', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #0a0a0a;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	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;
}
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p  {
    color: #ffffff;
}
.category-title  {
    color: #0a0a0a;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
}
.expand h6 {
    position: relative; 
    font-size: 18px;
    padding: 15px 45px 15px 20px;
    line-height: 30px !important;
    font-weight: 400;
    border-bottom: 2px solid #363636;
}
.expand h6:after {
    content: '+';
    color: #363636;
    top: 20px;
    right: 15px;
    float: right;
    font-size: 18px !important;
    line-height: 15px;
    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 {
    margin-bottom: 10px !important;
}
.expand h6.active:after {
    content: '-';
    padding-left: 4px;
}
.expand h6:hover {
    cursor: pointer;
}
.expand p {
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 30px;
}

/* Form Styling
----------------------------------------------------------------------------------------------------*/

.le_form {
    color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #cc3300;
    font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
    padding: 15px 15px;
	background-color: #0B4D8C;
	border: 3px solid #0B4D8C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	font-weight: 500;
    line-height: 18px;
	margin: 0;
    text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: #ffffff;
	cursor: pointer;
	border: 3px solid #0B4D8C;
	color: #0B4D8C;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value{
	padding: 25px 15px;
	background-color: #ffffff;
	border: 0;
	color: #000000;
	border-radius: 3px!important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    line-height: 18px;
	margin: 0;
}
#le_form_container_2 > .form-control, #form-2-control-field_4 {
	height: inherit !important;
	padding: 10px;
	background-color: #ffffff;
	border: 0!important;;
	color: #363636;
	border-radius: 3px!important;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 13px;
    line-height: 18px;
	margin: 0;
}
#le_form_container_2 .recaptcha-terms  {
    color: #000000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
#le_form_container_2 .recaptcha-terms a {
    color: #000000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
#le_form_container_2 .recaptcha-terms a:hover {
    color: #000000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.form-group {
	margin-bottom: 20px !important;
}
.le_form input[type=file]  {
    font-family: 'Montserrat', sans-serif;
}

.wrapper textarea {
    padding: 10px 10px;
}

/* -- Search Element --*/
.wrapper input[type="text"]#search_form_value {
	padding: 5px 10px;
}
#search_form_button {
    padding: 5px 15px;
    position: relative;
}

/* -- Bootstrap form tweaks -- */
.form-control {
}
.form-group {
	margin-bottom: 10px;
	position: relative;
}

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

.le_form label  {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.expandable-content .le_form label, .contact-form .le_form label {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}
.expandable-content input[type="text"], .expandable-content input[type="email"], .expandable-content input[type="password"], .expandable-content textarea {
    background-color: #ffffff;
    border: 0;
    padding: 25px 15px;
    color: #000000;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form textarea {
    background: rgba(255,255,255,0) !important;
    border: 0;
    border-bottom: dotted 4px #fff;
    padding: 0 !important;
    color: #fff;
}
.expandable-content ::-webkit-input-placeholder, .contact-form ::-webkit-input-placeholder {
    color: #363636 !important;
}
.expandable-content ::-moz-placeholder, .contact-form ::-moz-placeholder { /* older Firefox*/
    color: #363636 !important;
}
.expandable-content ::-moz-placeholder, .contact-form ::-moz-placeholder { /* Firefox 19+ */ 
    color: #363636 !important;
} 
.expandable-content ::-ms-input-placeholder, .contact-form ::-ms-input-placeholder { 
    color: #363636 !important;
}
.expandable-content .form-group, .contact-form .form-group {
    padding: 0 25px 25px 25px;
}
.expandable-content .form-group:nth-child(9) {
    padding: 0px 25px 0px 25px;
}
.expandable-content input[type="submit"].seFormButton {
    border: 2px solid #fff;
    background: rgba(255,255,255,0) !important;
    font-size: 16px;
    border-radius: 50px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    display: block;
    position: absolute;
}
.expandable-content input[type="submit"].seFormButton:hover, .contact-form input[type="submit"].seFormButton:hover {
    background: rgba(255,255,255,1) !important;
    color: var(--bg-main);
}


.recaptcha-terms {
    padding-top: 0px!important;
    padding-bottom: 0px!important;    
    font-size: 1em;
    color: #ffffff;
}
.recaptcha-terms a  {
    color: #ffffff;
    text-decoration: underline;
}
.lt-form .recaptcha-terms  {
    color: #323232;
}
.lt-form  .recaptcha-terms a  {
    color: #0B4D8C;
    text-decoration: underline;
}
.contact-form input[type="submit"].seFormButton {
    border: 2px solid #fff;
    background: rgba(255,255,255,0) !important;
    font-family: ivymode, sans-serif;
    font-size: 16px;
    border-radius: 50px;
    padding: 20px;
    margin: -15px auto 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    width: 260px;
}
.le-edit-open .expandable-content {
    display: block !important;
} /* forces visible state of expandables when edit mode is open */


@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
}

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

.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
----------------------------------------------------------------------------------------------------*/

button  {
    border: none;
    padding: 0px;
    background-color: transparent;
}
button:hover  {
    background-color: transparent;
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	color: #0B4D8C;
	font-size: 16px;
	/*margin-bottom: 15px;*/
	/*padding: 15px 20px;*/
	line-height: 1em;
	border:0px solid transparent;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	 /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 3px; 
    /* Firefox 1-3.6 */
    -moz-border-radius: 3px; 
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 3px; 
    /*border: 3px solid rgb(3, 171, 231)!important;*/
    background-color: transparent!important;
    color: #0B4D8C!important;
    
}
.read_more_link  {
    font-weight: 600!important;
	line-height: 1em;
	background-color: transparent!important;
    color: #0B4D8C!important;
    font-weight: 600!important;
}
.se_button:after, .se_button:after, .se_button:after  {
    display: inline-block;
    position: relative;
    left: 6px;
    font-family: FontAwesome;
    content: "\f178";
    height: 0;
    width: 0;
    font-size: 15px;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    color: #0a0a0a!important;
	/*border: 2px solid #0a0a0a!important;*/
}
.se_button.button1 a, a.se_button.button1 {
    margin-top: 10px;
}
.se_button.button2 a, a.se_button.button2{
    padding: 15px 20px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 15px;
    font-family: 'Inter', sans-serif;
}
.seFormButton {
    background-color: rgb(3, 171, 231);
    color: #191919;
}

.se_cta {
    display: block;
    margin-bottom: 20px;
	padding: 20px;
	font-size: 24px;
	background-color: #ffffff;
	border: 7px solid rgba(71, 63, 73, .7);
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.se_cta:hover {
    border-color: #0da0b0;
}

.se_cta a, a.se_cta {
    color: #0B4D8C;
}
.se_cta a:hover, a:hover.se_cta {
    color: #e0e0e0;
    text-decoration: none;
}
.first-button:hover  {
    background-color: #0298CF!important;
    border: 2px solid #0298CF!important;
    color: #ffffff;
}

.secondary-button  {
    background-color: transparent!important;
    color: #0B4D8C!important;
    font-weight: 600!important;
     /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 2px; 

    /* Firefox 1-3.6 */
    -moz-border-radius: 2px; 
  
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 2px; 
    margin-bottom: 15px;
	padding: 12px 38px 12px 18px;
	line-height: 1em;
	border: 2px solid #0B4D8C!important;
	text-transform: uppercase;
}

.secondary-button:hover  {
    color: #0a0a0a!important;
	border: 2px solid #0a0a0a!important;
}

.secondary-button.white-button:hover  {
    color: #ffffff!important;
	border: 2px solid #ffffff!important;
}
.tertiary-button:hover  {
    color: #0a0a0a;
}
.tertiary-button:after, .secondary-button:after, .primary-button:after  {
    display: inline-block;
    position: relative;
    left: 6px;
    font-family: FontAwesome;
    content: "\f178";
    height: 0;
    width: 0;
    font-size: 15px;
}

/* Site Classes
----------------------------------------------------------------------------------------------------*/

hr {
    border: 0;
    height: 1px;
    background-color: #000000;
}
.le_bin {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
    background: rgba(255,255,255,.8);
}
.textCenter {
    text-align: center;
}
.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}

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

.read_more_link {
    display: inline-block !important;
    width: 170px;
}
.feature_blog_text {
    height: 70px;
    overflow: hidden;
}
.box-top {
    gap: 0 12px !important;
    padding: 15px 0 0 0 !important;
}
/*.blog_post_listing {*/
/*    background-color: #f2f6f9 !important;*/
/*    padding: 0 !important;*/
/*}*/
.blog_post_listing_footer_section {
    padding: 0 20px 25px 20px;
}
.blog_post_tag_header {
    font-size: 16px !important;
    margin: 3px 5px 5px 0 !important;
}

/* Style Editor
----------------------------------------------------------------------------------------------------*/

/*.se_button a, a.se_button {*/
/*	display: inline-block;*/
/*    margin-bottom: 10px;*/
/*	padding: 5px 20px;*/
/*	background-color: #cc3300;*/
/*	-webkit-border-radius: 3px;*/
/*	-moz-border-radius: 3px;*/
/*	border-radius: 3px;*/
/*	color: #ffffff;*/
/*	-webkit-transition: all .2s ease;*/
/*	-moz-transition: all .2s ease;*/
/*	transition: all .2s ease;*/
/*}*/
.se_button a:hover, a:hover.se_button {
    text-decoration: underline;
}
.se_buttonFull a, a.se_buttonFull {
    display: block;
    text-align: center;
}
.se_buttonLarge a, a.se_buttonLarge {
	padding: 15px 50px;
}
.se_cta a, a.se_cta {
	display: block;
    margin-bottom: 20px;
	padding: 12px;
    border: 5px solid #000000;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #000000;
	text-align: center;
}
.se_cta a:hover, a:hover.se_cta {
    color: #cc3300;
	border-color: #cc3300;
    text-decoration: none;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.se_siteBranding a {
    display: inline-block;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 55px;
	font-weight: 400;
	word-break: break-word;
}
.se_siteBranding a:hover {
    text-decoration: none;
}
.se_siteBranding a .le_logo_text {
    display: block;
    padding: 5px 20px;
	border: 5px solid #000000;
}
.se_social a {
    color: #000000;
    font-size: 33px;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.se_social a:hover {
    color: #0B4D8C;
    text-decoration: underline;
}
.se_tagline {
    margin-top: 10px !important;
    color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
}

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

.wrapper {
	width: 100%;
	position: relative;
	right: 0;
	transition: right .3s ease;
	overflow-x: hidden;
}

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

.se_WrapperContent {
    padding-top: 40px;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.header-wrap {
    position:absolute;
    width: 100%;
    z-index: 300;
}
.le-edit-open .header-wrap, .header-wrap.no-feature, .aurora-page-wrapper .header-wrap {
    position:relative;
}

.header {
	padding: 15px 0;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/
.aurora_home #le_headerRegion, #le_headerRegion  {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.menu-bar {
    position: relative;
    z-index:900;
    width:100%;
    transition: all .2s ease;
    margin-top: 35px;
}

.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 65px;
    height: 45px;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    background: transparent !important;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
}
.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: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
    -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: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	background-image: none;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #323232;
}

.menu-bar li.le_menuitem_level_0 li.le_menuitem_level_1 a {
    font-size:.9em;
}

.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;
}
.MainMenu .le_menu  {
    float: right;
}
li.le_menuitem_level_0.hasChild > a::after {
    display: inline-block;
    position: relative;
    left: 6px;
    font-family: FontAwesome;
    content: "\f107";
    height: 0;
    width: 0;
    font-size: 15px;
}
li.le_menuitem_level_0.hasChild:nth-child(3)  {
    padding-right: 20px;
}

.menu-btn-1  {
    border-left: 3px solid #0B4D8C;
}
.menu-btn-1 a:after  {
    display: inline-block;
    position: relative;
    left: 10px;
    bottom: 2px;
    font-family: FontAwesome;
    content: "\f0e0";
    height: 0;
    width: 0;
    color: #0B4D8C;
    font-size: 12px;
    
}

/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 0;
    right:-240px;
    height: 100%;
    z-index: 1001;
    width: 240px;
    padding: 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background-color: inherit;
    border-left: 1px solid rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    transition: right .3s ease;
}

.OpenMobileMenu .primary-mobile-menu {
    /*visibility: visible;*/
    right:0;
}

.le-logged-in .primary-mobile-menu {
    top:40px;
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 20px 0 10px 0;
	text-align: left;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: .85em 0 .85em 0;
    font-family: 'Montserrat', sans-serif;
	font-size: 18px !important;
	line-height: 1em;
	text-decoration: none;
    word-break:break-word;
    border-bottom: 1px solid rgba(0,0,0,.05);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	/*color: #323232;*/
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 12px 5px 12px 5px;
	margin-left:12px;
    font-family: 'Montserrat', sans-serif;
	font-size: 15px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
}
.primary-mobile-menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
    padding: 12px 5px 12px 5px;
    margin-left: 24px;
}

/*Push Wrapper when Mobile Menu is open*/
@media (max-width: 992px) { 
    
    .primary-mobile-menu .le_menu_level_1_container,
    .menu-bar ul.le_menu_level_2 {
        background: transparent !important;
    }
    
    .OpenMobileMenu .wrapper{
        right:240px;
        position: fixed; /*Keeps website from scrolling while menu is open */
    }
    .OpenMobileMenu .menu-bar{
        right:240px;
        left: initial;
    }
}

/* ---- End Separate Mobile Menu ---- */

/* Content
----------------------------------------------------------------------------------------------------*/

.content {
	padding: 30px;
	background-color: #ffffff;
	background: rgba(255,255,255,.8);
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
ul li   {
    list-style-type: none;
}
.list ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}
.checklist  {
    font-size: 18px;
}
.checklist ul li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 10px 0 -28px;
    color: #000000;
}
/*[le_content_type="text"].le_content li {*/
/*    margin: 0.35em 0 0.35em 1em;*/
/*}*/

.product-list  {
    border-right: 1px solid #555555;
}
.product-list.no-border  {
    border-right: 0px
}
.product-list ul li  {
    margin-bottom: 10px;
}
.product-list ul li:before  {
    content: '\f105';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0B4D8C;
    font-weight: 600;
}
.design-icons ul  {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    padding-left: 0px;
    flex-wrap: wrap;
}
.design-icons > ul > li  {
    font-size: 14px;
    font-weight: 600;
}
.design-icons > ul > li a  {
    display: inline-grid;
    /*flex-direction: column;*/
    justify-items: center;
    align-items: center;
    font-size: 14px;
}
.design-icons > ul > li img {
    margin-bottom: 20px;
    filter: drop-shadow(0px 0px 10px rgba(11,77,140,.1));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(11,77,140,.1));
}
/*.steps p {*/
    
/*}*/
.steps > p:nth-child(1)  {
    font-size: 16px;
    margin: 0px 0px 20px 0;
    text-transform: uppercase;
    color: #0B4D8C;
    font-weight: 800;
}
.steps > p:nth-child(2)  {
    font-size: 70px;
    margin-top: -10px;
    color: #0B4D8C;
    font-weight: 800;
}
.border  {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 50px 0;
}
div .le_content > img  {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.icon-header  {
    display: flex;
    align-items: center;
}
.icon-header h3, .icon-header p {
    margin: 0px;
}

.contact-info  {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 20px 20px 20px 50px;
    /*border-radius: 3px;*/
}
.contact-info-dk  {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 3px;
    outline: solid 3px #000000;
    transition: outline 0.10s linear;
    margin: 0.5em; /*Increased margin since the outline expands outside the element */
    margin-bottom: 15px;
    justify-content: center;
}


/*.contact-info-dk:hover, .contact-info-dk:focus {*/
/*    outline-width: 5px; */
/*    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));*/
/*    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));*/
/*}*/
.contact-info-dk ul {
    padding: 0px;
    text-align: center;
}
.contact-info-dk ul li  {
    font-size: 18px;
}

.contact-info ul  {
    list-style-type: none;
    margin: 0px;
    padding: 0 0 0 30px;
    text-align: left;
}

.contact-title  {
    font-weight: 600;
    font-size: 1em;
}


/* -- Expandable Effect -- */
.expandable-trigger {
    cursor: pointer;
    padding: 8px 30px 20px 30px;
    /*border-bottom: 1px solid #808285;*/
    background-color: #0B4D8C;
}
.expandable-trigger p {
    font-size: 24px;
    text-align: center;
    color: #ffffff;
}
.expandable-trigger p:after {
    content:'+';
    position: relative;
    left: 25px;
    line-height: 27px;
    font-weight: 400;
    border: 2px solid #ffffff;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
}
.expandable-trigger.active p:after  {
    content:'-';
    line-height: 23px;
    font-size: 30px;
}
.expandable-trigger p:hover {
    cursor: pointer;
    /*color: var(--bg-hover);*/
}
.expandable-content {
    display: none;
}
.expandable-content {
    background-color: #0B4D8C;
    color: #ffffff;
}
.le-edit-open .expandable-content {
    display: block !important;
}

/* Cards 
----------------------------------------------------------------------------------------------------*/
.card-title  {
    font-size: 1.4em;
    font-weight: 600;
}
.background-card > p:nth-child(3)  {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #cccccc;
}

.border-card  {
    padding: 30px 30px;
    outline: solid 3px #ffffff;
    transition: outline 0.10s linear;
    margin: 0.5em; /*Increased margin since the outline expands outside the element */
    background-color: #ffffff;
}
.border-card:hover, .border-card:focus {
    outline-width: 6px; 
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.1));
}

.background-card  {
    padding: 20px 50px;
    border-radius: 3px;
    background-color: #F2F6F9;
    background: linear-gradient(130deg, #F2F6F9, transparent) #f7f9fb;
    transition: background-color 1s;
    place-content: center;
}
.background-card:hover, .background-card:focus {
  background-color: #E5ECF3;
}


.service-blocks ul {
    padding-left: 0px;
    padding: 18px 20px;
    font-size: 20px;
    border-bottom: 1px solid #cccccc;
}
/*.service-blocks ul:last-child  {*/
/*    border-bottom: none;*/
/*}*/

.service-blocks ul li:first-child  {
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: .9em;
    font-family: 'Exo', sans-serif;
}


/* Leadership
----------------------------------------------------------------------------------------------------*/
.leadership  {
    margin-bottom: 50px;
}
.leadership > p > img  {
    margin-bottom: 20px;
}
.leadership > ul  {
    padding-left: 0px;
}
.leadership > ul > li:first-child  {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
}
.leader-hs {
	/*max-width:50%;*/
	position:relative;
}

.leader-hs img {
	display:block;
	opacity:1;
	height: auto;
	transition:.6s ease;
	width:100%;
	position:absolute;
	z-index:12;
}
.leader-hs img:hover {
	opacity:0;
}
.leader-hs img + img {
	display:block;
	opacity:1;
	position:relative;
	z-index:10;
}
.video {
    position: relative;
    height: 600px;
    overflow: hidden;
}
#vidBig {
    /*object-fit: cover;*/
    /*object-position: top center;*/
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    /*right: 0;*/
}

.uppertext {
    background-color: #fff;
    border-left: 15px solid #0B4D8C;
    position: absolute;
    top: 10%;
    left: 2.5%;
    width: 50%;
    padding: 30px;
}
.testimonials {
    margin-top: -50px;
}
.testimonials .bx-wrapper .bx-pager {
    text-align: center !important;
}
/*.video-container {*/
  
/*  position: absolute;*/
/*  margin: auto;*/
/*  width: 100%;*/
/*  height: 100%;*/
  
/*  background: red;*/
  
/*  overflow: hidden;*/
/*  clip-path: 0 0;*/
/*  transform: translatez(0);*/
/*}*/

/*video {*/
/*  transform: translatez(0);*/
/*  position: absolute;*/
/*  top: -100%;*/
/*  bottom: -100%;*/
/*  left: -100%;*/
/*  right: -100%;    */

/*  margin: auto;*/

/*  min-width: 100%;*/
/*  min-height: 100%;*/
/*}*/


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

.footer {
    /*margin-top: 10px;*/
	/*padding: 30px;*/
	background-color: #fafcff; 
	/*background: rgba(255,255,255,.8);*/
}
.footer-base {
    padding-top:15px;
}
.footer ul  {
    padding: 0px;
}
.footer ul li, .footer p  {
	list-style-type: none;
	margin-bottom: 10px;
}
.footer .le_menu  {
    padding-left: 0px;
    margin-bottom: 0px;
}
.footer .le_menu li {
    margin-bottom: 8px;
}

.se_social {
    /*margin-bottom: 10px;*/
    float: right;
}

.se_social a {
    margin: 0 0.25em;
    font-size: 20px;
    color: #0B4D8C;
}
.row.mt40.empty-row  {
    display: flex;
    align-items: center;
}
.footer-menu p {
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-menu ul li {
    list-style-type: none;
    margin: 0 0 .35em 0!important;
}

.footer .le_menuitem_level_0 a, .footer li a  {
    font-size: 16px;
}
.footer ul  {
    margin-top: 15px;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media (max-width: 390px) {
    .expandable-trigger p:after {
        top: 0;
    }
}
@media (max-width: 767px)  {
    .expandable-trigger {
        border-top: 2px solid var(--bg-red);
        margin: 0px;
        padding: 10px 30px;
    }
    .expandable-trigger p  {
        text-align: left;
    }
    .expandable-trigger p:after {
        float: right;
        margin-right: 10px;
        top: -20px;
        text-align: center;
    }
    .expandable-content {
        padding: 50px 0 10px 0;
        margin-top: -2px;
    }
    .expandable-content input[type="submit"].seFormButton {
        position: relative;
        width: 300px;
    }
    .expandable-trigger p {
        font-size: 19px;
    }
    .uppertext {
        width: 90%;
    }
    .steps > p:nth-child(2)  {
        font-size: 46px!important;
    }
    h1, h1 a, .title1, .title1 a  {
        font-size: 38px;
    }
    h3, h3 a, .title3, .title3 a  {
        font-size: 36px;
    }
    .contact-info  {
        padding: 20px;
    }
    .design-icons > ul > li  {
        margin-bottom: 20px;
        flex: 50%;
    }
    .secondary-button {
        font-size: 15px!important;
    }
    .contact-info-dk.min-ht-md  {
        min-height: 120px;
    }
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}

}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    /*.se_menu {*/
    /*    position: absolute;*/
    /*}*/
    
    .MainMenu {
        display: block;
        text-align: center;
    }
    .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;
    	padding: 10px 20px;
    	color: #000000;
    	font-family: 'Montserrat', sans-serif;
    	font-size: 16px;
    	font-weight: 600;
    	text-decoration: none;
    	text-transform: uppercase;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
    }
    .menu-btn-1 a {
        color: #0B4D8C!important;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	color: #0B4D8C;
    }
    .MainMenu li {
        display: inline-block;
    }
    .MainMenu .le_menu_level_container {
        padding-top: 25px;
    }
    .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        margin: 0;
        text-align: center;
        width: 200%;
        left: -70%;
        right: 0;
        background-color: #F7F9F9;
        box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.1);
        padding: 15px 0;
    }
    
    .MainMenu li.le_menuitem_level_1 a {
    	display: inline-block;
        color: #000000;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase;

        
    }
    .MainMenu li.le_menuitem_level_1.subnav-bdr-rgt a {
        border-right: 2px solid #e7e7e7;
    }
    
    .MainMenu li.le_menuitem_level_1 a:before  {
        border: 1px solid #cccccc;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #0B4D8C;
    	background-color: transparent;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	margin-top: -35px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .dropdown ul {
        display: block;
    }
    .expandable-content {
        padding: 40px 20% 80px 20%;
    }
    .expandable-trigger {
        text-align: center;
    }
    .expandable-content input[type="submit"].seFormButton {
        width: 250px;
        /*right: -125px;*/
    }
    .half-width-form-control {
        display: inline-block;
        width: calc(50% - 2px);
    }
    /*.border-right  {*/
    /*    border-right: 1px solid #555555;*/
    /*}*/
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    .contact-info-dk.min-ht-md  {
        min-height: 130px;
    }
}

@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
    .auto-clear .col-sm-15:nth-child(5n+1){clear:left;}
}


@media (max-width: 991px)  {
    .menu-btn-1  {
        border-left: none;
    }
    .expandable-trigger p  {
        text-align: left;
    }
    .expandable-trigger p:after {
        left: 0px;
        top: -10px;
        float: right;
        text-align: center;
    }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navicon {
        display: none;
    }
    /* ---- Separate Mobile Menu ---- */
    .primary-mobile-menu {
        display: none;
    }
    /* ---- End Separate Mobile Menu ---- */
    .headerLeft {
        text-align: left;
    }
    .headerRight {
        text-align: right;
    }
    .footerLeft {
        text-align: left;
    }
    .footerRight {
        text-align: right;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	padding: 10px 20px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 20px;
    }
    .border-card  {
         min-height: 550px;
    }
    .contact-info-dk.min-ht-md  {
        min-height: 110px;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
    .auto-clear .col-md-15:nth-child(5n+1){clear:left;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200) {
    .MainMenu li.le_menuitem_level_0 a {
    	padding: 10px 30px;
    }
    .MainMenu li.le_menuitem_level_1 a {
        padding: 5px 30px;
    }
    .border-card  {
        min-height: 550px;
    }
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
    .auto-clear .col-lg-15:nth-child(5n+1){clear:left;}

}

/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}
.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
img {
    max-width: 100%;
    height: auto;
}
.staff_side {
	width: 100% !important;
	margin-left: 0 !important;
}
.textfield {
    width: 400px !important;
    height: inherit !important;
}
#login .textfield  {
    padding: 12px!important;
}
.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
    object-fit: cover;
    display: inline-block;
}
.wrapper table {
	border-spacing: 0 !important;
}

/* Clear
----------------------------------------------------------------------------------------------------*/

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

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*-------------------------CLEAR END-------------------------------*/

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

.row.empty-row [class^="col-"], .row.empty-row [class*=" col-"]{
    min-height: 0;
}

/* ---- CSSE Animation Preset ---- */
.hideme {
    opacity:0;
}
.showme {
    opacity:1;
}
/* -- Disable CSS Animations when in edit mode -- */
.le-edit-open .animated{
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_about #le_feature-content8 {
    margin-bottom: 50px;
}
.aurora_about #le_featureContainer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_about #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/switchback-medical-home-outdoor-evening-1400-bkgd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_about #le_section-five-area3 {
}
.aurora_about #le_section-four {
    padding-bottom: 100px;
}
.aurora_about #le_section-four-area1 {
}
.aurora_about #le_section-four-area2 {
    margin-bottom: 40px;
}
.aurora_about #le_section-four-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/building/switchback-medical-brooklyn-park-office-outside.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_about #le_section-four-area8 {
    margin-bottom: 50px;
}
.aurora_about #le_section-one {
    background-color: rgb(229, 236, 243);
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_about #le_section-six {
    background-color: rgb(242, 246, 249);
    padding-top: 120px;
    padding-bottom: 100px;
}
.aurora_about #le_section-six-area3 {
}
.aurora_about #le_section-six-area7 {
}
.aurora_about #le_section-three {
    background-color: rgb(242, 246, 249);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about #le_section-three-area3 {
    margin-bottom: 50px;
}
.aurora_about #le_section-three-area4 {
}
.aurora_about #le_section-three-area7 {
}
.aurora_about #le_section-two {
}
.aurora_about #le_section-two-area14 {
    margin-top: 50px;
}
.aurora_about #le_section-two-area2 {
    padding-top: 20px;
}
.aurora_about-copy #le_feature-content8 {
    padding-bottom: 50px;
}
.aurora_about-copy #le_featureContainer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_about-copy #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/switchback-medical-home-outdoor-evening-1400-bkgd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_about-copy #le_section-five-area3 {
}
.aurora_about-copy #le_section-four {
    padding-bottom: 100px;
}
.aurora_about-copy #le_section-four-area1 {
}
.aurora_about-copy #le_section-four-area2 {
    margin-bottom: 40px;
}
.aurora_about-copy #le_section-four-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/building/switchback-medical-brooklyn-park-office-outside.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_about-copy #le_section-four-area8 {
    margin-bottom: 50px;
}
.aurora_about-copy #le_section-nine {
    background-color: rgb(229, 236, 243);
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 60px;
}
.aurora_about-copy #le_section-one {
}
.aurora_about-copy #le_section-one-area1 {
}
.aurora_about-copy #le_section-one-area4 {
}
.aurora_about-copy #le_section-one-content {
}
.aurora_about-copy #le_section-six {
    background-color: rgb(242, 246, 249);
    padding-top: 120px;
    padding-bottom: 100px;
}
.aurora_about-copy #le_section-six-area3 {
}
.aurora_about-copy #le_section-six-area7 {
}
.aurora_about-copy #le_section-three {
    background-color: rgb(242, 246, 249);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about-copy #le_section-three-area3 {
    margin-bottom: 50px;
}
.aurora_about-copy #le_section-three-area4 {
}
.aurora_about-copy #le_section-three-area7 {
}
.aurora_about-copy #le_section-two {
}
.aurora_about-copy #le_section-two-area1 {
}
.aurora_about-copy #le_section-two-area14 {
}
.aurora_about-copy #le_section-two-area2 {
    margin-bottom: 40px;
}
.aurora_capabilities #le_featureContainer {
    padding-top: 50px;
    padding-bottom: 75px;
}
.aurora_capabilities #le_section-five {
}
.aurora_capabilities #le_section-five-area1 {
    margin-bottom: 75px;
}
.aurora_capabilities #le_section-five-area13 {
    margin-top: 75px;
}
.aurora_capabilities #le_section-four {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_capabilities #le_section-four-area16 {
    margin-bottom: 60px;
}
.aurora_capabilities #le_section-four-area21 {
}
.aurora_capabilities #le_section-four-area22 {
}
.aurora_capabilities #le_section-four-area3 {
}
.aurora_capabilities #le_section-four-area8 {
    margin-bottom: 50px;
}
.aurora_capabilities #le_section-one {
}
.aurora_capabilities #le_section-seven {
    margin-bottom: 100px;
}
.aurora_capabilities #le_section-seven-area15 {
    margin-top: -20px;
    padding-left: 75px;
}
.aurora_capabilities #le_section-seven-area4 {
}
.aurora_capabilities #le_section-six-area8 {
}
.aurora_capabilities #le_section-six-area9 {
    padding-right: 75px;
}
.aurora_capabilities #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/background/switchback-medical-manufacturing-clean-room-1400-bkgd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_capabilities #le_section-two {
    background-color: rgb(242, 246, 249);
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_capabilities #le_section-two-area3 {
    margin-bottom: 50px;
}
.aurora_careers #le_featureContainer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_careers #le_section-eight {
}
.aurora_careers #le_section-eight-area1 {
}
.aurora_careers #le_section-eight-area13 {
}
.aurora_careers #le_section-eight-area2 {
}
.aurora_careers #le_section-five {
    margin-bottom: 75px;
}
.aurora_careers #le_section-five-area1 {
}
.aurora_careers #le_section-five-area2 {
}
.aurora_careers #le_section-five-area24 {
}
.aurora_careers #le_section-five-area25 {
    margin-top: 75px;
}
.aurora_careers #le_section-five-area26 {
}
.aurora_careers #le_section-five-area3 {
}
.aurora_careers #le_section-four {
}
.aurora_careers #le_section-four-area1 {
    margin-top: 20px;
    margin-left: 75px;
}
.aurora_careers #le_section-four-area13 {
}
.aurora_careers #le_section-four-area16 {
}
.aurora_careers #le_section-four-area18 {
}
.aurora_careers #le_section-four-area2 {
}
.aurora_careers #le_section-four-area3 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_careers #le_section-four-area7 {
}
.aurora_careers #le_section-four-area8 {
}
.aurora_careers #le_section-four-area9 {
}
.aurora_careers #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/background/switchback-medical-culture-walking-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 175px;
    padding-bottom: 175px;
}
.aurora_careers #le_section-seven {
    margin-bottom: 75px;
}
.aurora_careers #le_section-seven-area3 {
}
.aurora_careers #le_section-seven-area4 {
}
.aurora_careers #le_section-six {
    background-color: rgb(242, 246, 249);
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_careers #le_section-six-area8 {
    margin-top: -40px;
    padding-top: 8%;
    padding-right: 75px;
}
.aurora_careers #le_section-six-area9 {
}
.aurora_careers #le_section-three {
    margin-top: 125px;
}
.aurora_careers #le_section-three-area1 {
}
.aurora_careers #le_section-three-area13 {
    margin-right: 75px;
    padding-top: 15%;
}
.aurora_careers #le_section-three-area2 {
}
.aurora_careers #le_section-three-area3 {
}
.aurora_careers #le_section-two {
}
.aurora_careers-copy #le_featureContainer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_careers-copy #le_section-eight {
}
.aurora_careers-copy #le_section-eight-area1 {
}
.aurora_careers-copy #le_section-eight-area13 {
}
.aurora_careers-copy #le_section-eight-area2 {
}
.aurora_careers-copy #le_section-five {
    margin-bottom: 75px;
}
.aurora_careers-copy #le_section-five-area1 {
}
.aurora_careers-copy #le_section-five-area2 {
}
.aurora_careers-copy #le_section-five-area24 {
}
.aurora_careers-copy #le_section-five-area25 {
    margin-top: 75px;
}
.aurora_careers-copy #le_section-five-area26 {
}
.aurora_careers-copy #le_section-five-area3 {
}
.aurora_careers-copy #le_section-four {
}
.aurora_careers-copy #le_section-four-area1 {
    margin-top: 20%;
    margin-left: 75px;
}
.aurora_careers-copy #le_section-four-area13 {
}
.aurora_careers-copy #le_section-four-area16 {
}
.aurora_careers-copy #le_section-four-area18 {
}
.aurora_careers-copy #le_section-four-area2 {
}
.aurora_careers-copy #le_section-four-area3 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_careers-copy #le_section-four-area7 {
}
.aurora_careers-copy #le_section-four-area8 {
}
.aurora_careers-copy #le_section-four-area9 {
}
.aurora_careers-copy #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/background/switchback-medical-culture-walking-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 175px;
    padding-bottom: 175px;
}
.aurora_careers-copy #le_section-seven {
    margin-bottom: 75px;
}
.aurora_careers-copy #le_section-seven-area3 {
}
.aurora_careers-copy #le_section-seven-area4 {
}
.aurora_careers-copy #le_section-six {
    background-color: rgb(242, 246, 249);
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_careers-copy #le_section-six-area8 {
    margin-top: -40px;
    padding-top: 8%;
    padding-right: 75px;
}
.aurora_careers-copy #le_section-six-area9 {
}
.aurora_careers-copy #le_section-three {
    margin-top: 125px;
}
.aurora_careers-copy #le_section-three-area1 {
}
.aurora_careers-copy #le_section-three-area13 {
    margin-right: 75px;
    padding-top: 15%;
}
.aurora_careers-copy #le_section-three-area2 {
}
.aurora_careers-copy #le_section-three-area3 {
}
.aurora_careers-copy #le_section-two {
}
.aurora_clinical-applications #le_feature-content6 {
}
.aurora_clinical-applications #le_feature-content7 {
}
.aurora_clinical-applications #le_feature-content8 {
    padding-bottom: 75px;
}
.aurora_clinical-applications #le_featureContainer {
    margin-top: 50px;
}
.aurora_clinical-applications #le_rotating-image-pins {
    background-color: rgb(242, 246, 249);
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_clinical-applications #le_rotating-image-pins-area2 {
    background-color: rgb(242, 246, 249);
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
}
.aurora_clinical-applications #le_rotating-image-pins-area4 {
    background-color: rgb(242, 246, 249);
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
}
.aurora_clinical-applications #le_section-eight {
    background-color: rgb(242, 246, 249);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_clinical-applications #le_section-four-area8 {
    margin-top: 50px;
}
.aurora_clinical-applications #le_section-one-content {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_clinical-applications #le_section-seven {
}
.aurora_clinical-applications #le_section-seven-area18 {
    margin-bottom: 40px;
}
.aurora_clinical-applications #le_section-seven-area2 {
}
.aurora_clinical-applications #le_section-seven-area4 {
}
.aurora_clinical-applications #le_section-six {
}
.aurora_clinical-applications #le_section-six-area1 {
    margin-bottom: 40px;
}
.aurora_clinical-applications #le_section-six-area10 {
}
.aurora_clinical-applications #le_section-six-area16 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_clinical-applications #le_section-six-area2 {
}
.aurora_clinical-applications #le_section-six-area3 {
}
.aurora_clinical-applications #le_section-six-area7 {
}
.aurora_clinical-applications #le_section-three {
}
.aurora_clinical-applications #le_section-three-area10 {
    margin-bottom: 40px;
}
.aurora_clinical-applications #le_section-three-area11 {
}
.aurora_clinical-applications #le_section-three-area12 {
}
.aurora_clinical-applications #le_section-three-area13 {
}
.aurora_clinical-applications #le_section-three-area3 {
}
.aurora_clinical-applications #le_section-two {
}
.aurora_clinical-applications #le_section-two-area11 {
}
.aurora_clinical-applications #le_section-two-area12 {
}
.aurora_clinical-applications #le_section-two-area13 {
}
.aurora_clinical-applications #le_section-two-area14 {
}
.aurora_clinical-applications #le_section-two-area20 {
    margin-top: 50px;
}
.aurora_clinical-applications #le_section-two-area3 {
    margin-bottom: 40px;
}
.aurora_clinical-applications #le_section-two-area4 {
}
.aurora_clinical-applications #le_section-two-area5 {
}
.aurora_contact #le_featureContainer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_contact #le_section-five {
    background-color: rgb(229, 236, 243);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-four-area16 {
}
.aurora_contact #le_section-four-area7 {
    margin-top: 50px;
}
.aurora_contact #le_section-one {
}
.aurora_contact #le_section-one-area2 {
}
.aurora_contact #le_section-six {
}
.aurora_contact #le_section-six-area1 {
}
.aurora_development-services #le_featureContainer {
    margin-top: 50px;
    margin-bottom: 75px;
}
.aurora_development-services #le_section-five {
    background-color: rgb(242, 246, 249);
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_development-services #le_section-four {
    margin-bottom: 100px;
}
.aurora_development-services #le_section-four-area14 {
    padding-top: 5%;
    padding-left: 75px;
}
.aurora_development-services #le_section-four-area18 {
    margin-top: -75px;
    padding-left: 75px;
}
.aurora_development-services #le_section-one {
    margin-bottom: 75px;
}
.aurora_development-services #le_section-one-area1 {
}
.aurora_development-services #le_section-one-area10 {
}
.aurora_development-services #le_section-one-area2 {
    padding-top: 10%;
    padding-right: 75px;
}
.aurora_development-services #le_section-one-area5 {
}
.aurora_development-services #le_section-one-area9 {
}
.aurora_development-services #le_section-three {
    margin-bottom: 75px;
}
.aurora_development-services #le_section-three-area8 {
}
.aurora_development-services #le_section-three-area9 {
    padding-top: 15%;
    padding-right: 75px;
}
.aurora_development-services #le_section-two {
    margin-bottom: 50px;
}
.aurora_development-services #le_section-two-area1 {
}
.aurora_development-services #le_section-two-area13 {
    padding-top: 15%;
    padding-left: 75px;
}
.aurora_development-services #le_section-two-area20 {
}
.aurora_development-services #le_section-two-area3 {
    margin-bottom: 50px;
}
.aurora_devices-technologies #le_feature-content1 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_devices-technologies #le_featureContainer {
    margin-top: 50px;
}
.aurora_devices-technologies #le_section-eight {
    background-color: rgb(242, 246, 249);
    padding-top: 100px;
    padding-bottom: 60px;
}
.aurora_devices-technologies #le_section-five {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_devices-technologies #le_section-five-area18 {
    margin-bottom: 50px;
    padding-top: 10%;
    padding-right: 40px;
}
.aurora_devices-technologies #le_section-five-area19 {
    margin-bottom: 50px;
}
.aurora_devices-technologies #le_section-five-area21 {
    margin-bottom: 50px;
    padding-top: 0%;
    padding-right: 40px;
}
.aurora_devices-technologies #le_section-five-area22 {
    margin-bottom: 50px;
}
.aurora_devices-technologies #le_section-four {
}
.aurora_devices-technologies #le_section-four-area1 {
}
.aurora_devices-technologies #le_section-four-area17 {
    padding-top: 18%;
    padding-left: 75px;
}
.aurora_devices-technologies #le_section-four-area2 {
}
.aurora_devices-technologies #le_section-four-area3 {
}
.aurora_devices-technologies #le_section-four-area7 {
}
.aurora_devices-technologies #le_section-four-area8 {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_devices-technologies #le_section-one {
}
.aurora_devices-technologies #le_section-one-content {
    margin-bottom: 50px;
}
.aurora_devices-technologies #le_section-seven {
    margin-top: 50px;
    margin-bottom: 100px;
}
.aurora_devices-technologies #le_section-seven-area14 {
    padding-top: 18%;
    padding-right: 75px;
}
.aurora_devices-technologies #le_section-six-area7 {
}
.aurora_devices-technologies #le_section-six-area9 {
}
.aurora_devices-technologies #le_section-three {
    margin-top: 50px;
}
.aurora_devices-technologies #le_section-three-area10 {
}
.aurora_devices-technologies #le_section-three-area11 {
}
.aurora_devices-technologies #le_section-three-area4 {
}
.aurora_devices-technologies #le_section-three-area5 {
}
.aurora_devices-technologies #le_section-three-area7 {
}
.aurora_devices-technologies #le_section-three-area8 {
}
.aurora_devices-technologies #le_section-three-area9 {
}
.aurora_devices-technologies #le_section-two {
    margin-top: 25px;
}
.aurora_devices-technologies #le_section-two-area1 {
}
.aurora_devices-technologies #le_section-two-area12 {
    padding-top: 8%;
    padding-right: 75px;
}
.aurora_devices-technologies #le_section-two-area13 {
}
.aurora_devices-technologies #le_section-two-area14 {
}
.aurora_devices-technologies #le_section-two-area20 {
    margin-top: 50px;
}
.aurora_devices-technologies #le_section-two-area4 {
}
.aurora_home #le_feature-content1 {
}
.aurora_home #le_featureContainer {
}
.aurora_home #le_section-five {
    margin-bottom: 115px;
}
.aurora_home #le_section-five-area1 {
    margin-bottom: 75px;
}
.aurora_home #le_section-five-area11 {
}
.aurora_home #le_section-five-area13 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/home-page/switchback-medical-home-pg-validate.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_home #le_section-five-area14 {
    padding-top: 20%;
    padding-right: 75px;
    padding-left: 75px;
}
.aurora_home #le_section-five-area15 {
}
.aurora_home #le_section-five-area3 {
}
.aurora_home #le_section-five-area9 {
}
.aurora_home #le_section-five-content {
    padding-bottom: 100px;
}
.aurora_home #le_section-four {
    margin-top: 150px;
    margin-bottom: 75px;
}
.aurora_home #le_section-four-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/home-page/switchback-medical-home-pg-develop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_home #le_section-four-area2 {
    padding-top: 20%;
    padding-right: 75px;
    padding-left: 75px;
}
.aurora_home #le_section-four-content {
    padding-top: 100px;
}
.aurora_home #le_section-one-area1 {
}
.aurora_home #le_section-one-area2 {
}
.aurora_home #le_section-one-content {
}
.aurora_home #le_section-seven {
    background-color: rgb(242, 246, 249);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_home #le_section-six {
    margin-top: 150px;
    margin-bottom: 150px;
}
.aurora_home #le_section-six-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/home-page/switchback-medical-home-pg-manufacture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_home #le_section-six-area9 {
    padding-top: 15%;
    padding-right: 75px;
    padding-left: 75px;
}
.aurora_home #le_section-six-content {
    background-color: rgb(0, 0, 0);
    padding-top: 1px;
}
.aurora_home #le_section-three {
}
.aurora_home #le_section-three-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/home-page/switchback-medical-home-pg-conceptualize.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_home #le_section-three-area2 {
    padding-top: 15%;
    padding-right: 75px;
    padding-left: 75px;
}
.aurora_home #le_section-two {
    margin-top: 150px;
    margin-bottom: 125px;
}
.aurora_home #le_section-two-area6 {
    padding-top: 100px;
}
.aurora_home #le_section-two-area7 {
}
.aurora_home #le_section-two-content {
    margin-bottom: 2px;
}
.aurora_home-old #le_feature-content1 {
}
.aurora_home-old #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/demo/switchback-medical-temp-home-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 450px;
}
.aurora_home-old #le_section-five {
    margin-top: 150px;
    margin-bottom: 100px;
}
.aurora_home-old #le_section-five-area1 {
    margin-bottom: 75px;
}
.aurora_home-old #le_section-five-area11 {
    margin-bottom: 40px;
}
.aurora_home-old #le_section-five-area13 {
    margin-bottom: 40px;
}
.aurora_home-old #le_section-five-area15 {
    margin-bottom: 40px;
}
.aurora_home-old #le_section-five-area9 {
    margin-bottom: 40px;
}
.aurora_home-old #le_section-five-content {
    padding-bottom: 100px;
}
.aurora_home-old #le_section-four-area2 {
    background-color: rgb(229, 236, 243);
    padding-top: 75px;
    padding-right: 50px;
    padding-bottom: 100px;
    padding-left: 50px;
}
.aurora_home-old #le_section-four-content {
    padding-top: 100px;
}
.aurora_home-old #le_section-one-area1 {
    background-color: rgb(242, 246, 249);
    padding-top: 40px;
    padding-bottom: 20px;
}
.aurora_home-old #le_section-one-area2 {
    background-color: rgb(229, 236, 243);
    padding-top: 40px;
    padding-bottom: 20px;
}
.aurora_home-old #le_section-one-content {
}
.aurora_home-old #le_section-six-content {
    background-color: rgb(0, 0, 0);
    padding-top: 1px;
}
.aurora_home-old #le_section-three {
    padding-top: 100px;
}
.aurora_home-old #le_section-three-area2 {
    background-color: rgb(242, 246, 249);
    padding-top: 75px;
    padding-right: 50px;
    padding-bottom: 100px;
    padding-left: 50px;
}
.aurora_home-old #le_section-two-area6 {
    margin-top: 175px;
    margin-bottom: 100px;
}
.aurora_home-old #le_section-two-content {
    margin-bottom: 2px;
}
.aurora_home-video #le_feature-content1 {
}
.aurora_home-video #le_featureContainer {
}
.aurora_home-video #le_section-five {
    margin-bottom: 115px;
}
.aurora_home-video #le_section-five-area1 {
    margin-bottom: 75px;
}
.aurora_home-video #le_section-five-area11 {
}
.aurora_home-video #le_section-five-area13 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/demo/why-choose-us-demo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_home-video #le_section-five-area14 {
    padding-top: 20%;
    padding-right: 75px;
    padding-left: 75px;
}
.aurora_home-video #le_section-five-area15 {
}
.aurora_home-video #le_section-five-area3 {
}
.aurora_home-video #le_section-five-area9 {
}
.aurora_home-video #le_section-five-content {
    padding-bottom: 100px;
}
.aurora_home-video #le_section-four {
    margin-top: 175px;
    margin-bottom: 100px;
}
.aurora_home-video #le_section-four-area1 {
    padding-top: 15%;
    padding-right: 75px;
    padding-left: 100px;
}
.aurora_home-video #le_section-four-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/demo/why-choose-us-demo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_home-video #le_section-four-content {
    padding-top: 100px;
}
.aurora_home-video #le_section-one-area1 {
}
.aurora_home-video #le_section-one-area2 {
}
.aurora_home-video #le_section-one-content {
}
.aurora_home-video #le_section-seven {
    background-color: rgb(242, 246, 249);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_home-video #le_section-six {
    margin-top: 150px;
    margin-bottom: 100px;
}
.aurora_home-video #le_section-six-area8 {
    padding-top: 10%;
    padding-right: 100px;
    padding-left: 75px;
}
.aurora_home-video #le_section-six-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/demo/why-choose-us-demo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_home-video #le_section-six-content {
    background-color: rgb(0, 0, 0);
    padding-top: 1px;
}
.aurora_home-video #le_section-three {
}
.aurora_home-video #le_section-three-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/demo/why-choose-us-demo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_home-video #le_section-three-area2 {
    padding-top: 15%;
    padding-right: 75px;
    padding-left: 75px;
}
.aurora_home-video #le_section-two {
    margin-top: 150px;
    margin-bottom: 125px;
}
.aurora_home-video #le_section-two-area6 {
}
.aurora_home-video #le_section-two-area7 {
}
.aurora_home-video #le_section-two-content {
    margin-bottom: 2px;
}
.aurora_quality #le_featureContainer {
    margin-top: 50px;
}
.aurora_quality #le_section-eight {
    background-color: rgb(242, 246, 249);
    padding-top: 125px;
    padding-bottom: 100px;
}
.aurora_quality #le_section-four {
    margin-bottom: 100px;
}
.aurora_quality #le_section-four-area13 {
}
.aurora_quality #le_section-four-area7 {
    margin-bottom: 50px;
}
.aurora_quality #le_section-seven {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/background/switchback-medical-manufacturing-clean-room-800-bkgd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 225px;
}
.aurora_quality #le_section-three {
}
.aurora_quality #le_section-three-area3 {
}
.aurora_quality #le_section-three-area8 {
}
.aurora_quality #le_section-three-area9 {
}
.aurora_quality #le_section-two {
    margin-top: 75px;
}
.aurora_quality #le_section-two-area12 {
    padding-top: 15%;
    padding-right: 75px;
}
.aurora_quality #le_section-two-area13 {
}
.aurora_quality #le_section-two-area18 {
}
.aurora_quality #le_section-two-area20 {
}
.aurora_specialities #le_feature-content8 {
    margin-bottom: 50px;
}
.aurora_specialities #le_featureContainer {
    padding-top: 75px;
}
.aurora_specialities #le_section-five-area1 {
    margin-bottom: 50px;
}
.aurora_specialities #le_section-four {
}
.aurora_specialities #le_section-one {
}
.aurora_specialities #le_section-one-area3 {
}
.aurora_specialities #le_section-one-content {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/background/switchback-medical-manufacturing-clean-room-1400-bkgd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px;
    padding-top: 275px;
    padding-bottom: 275px;
}
.aurora_specialities #le_section-six {
    padding-bottom: 125px;
}
.aurora_specialities #le_section-two {
}
.aurora_specialities #le_section-two-area8 {
    margin-top: 50px;
}
.aurora_why-choose-us #le_feature-content6 {
}
.aurora_why-choose-us #le_feature-content7 {
}
.aurora_why-choose-us #le_featureContainer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_why-choose-us #le_section-eight {
    background-color: rgb(242, 246, 249);
    padding-top: 110px;
    padding-bottom: 100px;
}
.aurora_why-choose-us #le_section-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/switchbackmedical/background/switchback-medical-collaboration-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_why-choose-us #le_section-five-area1 {
}
.aurora_why-choose-us #le_section-five-area2 {
}
.aurora_why-choose-us #le_section-five-area3 {
}
.aurora_why-choose-us #le_section-four {
    background-color: rgb(242, 246, 249);
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_why-choose-us #le_section-four-area2 {
}
.aurora_why-choose-us #le_section-seven {
    margin-bottom: 100px;
}
.aurora_why-choose-us #le_section-seven-area14 {
    padding-right: 75px;
}
.aurora_why-choose-us #le_section-seven-area15 {
    padding-right: 50px;
}
.aurora_why-choose-us #le_section-seven-area2 {
}
.aurora_why-choose-us #le_section-seven-area4 {
    margin-bottom: 75px;
}
.aurora_why-choose-us #le_section-seven-area8 {
}
.aurora_why-choose-us #le_section-six {
    background-color: rgb(242, 246, 249);
    padding-top: 50px;
    padding-bottom: 100px;
}
.aurora_why-choose-us #le_section-six-area1 {
}
.aurora_why-choose-us #le_section-six-area12 {
}
.aurora_why-choose-us #le_section-six-area13 {
}
.aurora_why-choose-us #le_section-six-area14 {
}
.aurora_why-choose-us #le_section-six-area8 {
}
.aurora_why-choose-us #le_section-six-area9 {
}
.aurora_why-choose-us #le_section-three {
}
.aurora_why-choose-us #le_section-three-area1 {
}
.aurora_why-choose-us #le_section-three-area13 {
}
.aurora_why-choose-us #le_section-three-area3 {
}
.aurora_why-choose-us #le_section-two {
}
.aurora_why-choose-us #le_section-two-area10 {
    margin-bottom: 40px;
}
.aurora_why-choose-us #le_section-two-area11 {
    margin-bottom: 40px;
}
.aurora_why-choose-us #le_section-two-area12 {
}
.aurora_why-choose-us #le_section-two-area9 {
    margin-bottom: 50px;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_about #le_feature-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five {
    background-attachment: initial;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-six-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area14 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_feature-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-five {
    background-attachment: initial;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-one-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-one-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-six-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-three {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-two-area14 {
    margin-bottom: -50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-copy #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-five-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-four-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-four-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-four-area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-seven-area15 {
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-seven-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-six-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-six-area9 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-three {
    background-attachment: initial;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_capabilities #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-eight-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-five-area24 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-five-area25 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-five-area26 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-four-area1 {
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-four-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-four-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-four-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-four-area8 {
    margin-bottom: -50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-four-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-one {
    background-attachment: initial;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-seven {
    margin-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-seven-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-seven-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-six-area8 {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-six-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-three-area13 {
    margin-bottom: 40px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-eight-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-five-area24 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-five-area25 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-five-area26 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-four-area1 {
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-four-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-four-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-four-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-four-area8 {
    margin-bottom: -50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-four-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-one {
    background-attachment: initial;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-seven {
    margin-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-seven-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-seven-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-six-area8 {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-six-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-three-area13 {
    margin-bottom: 40px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers-copy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_feature-content6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_feature-content7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_feature-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_rotating-image-pins {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_rotating-image-pins-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_rotating-image-pins-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-four-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-one-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-seven-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-seven-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-six-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-six-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-six-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-three-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-three-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-three-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-two-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_clinical-applications #le_section-two-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-four-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-four-area14 {
    padding-top: 8%;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-four-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-one-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-one-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-one-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-three-area9 {
    padding-top: 8%;
    padding-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-two {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-two-area13 {
    padding-top: 8%;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-two-area20 {
    margin-top: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_development-services #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-five {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-five-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-five-area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-five-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-five-area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-four-area17 {
    padding-top: 10%;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-four-area8 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-one-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-seven-area14 {
    padding-top: 0px;
    padding-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-six-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-six-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-three-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-two-area12 {
    padding-top: 0px;
    padding-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-two-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-two-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_devices-technologies #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area13 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area14 {
    padding-top: 12%;
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    margin-top: 125px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area1 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area2 {
    padding-top: 12%;
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    margin-top: 160px;
    margin-bottom: 125px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area8 {
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area9 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area1 {
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    padding-top: 10%;
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    margin-top: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-five-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-five-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-four-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-one-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-six-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-two-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_feature-content1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_featureContainer {
    }
}
@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-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-five-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-five-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-five-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-five-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-five-content {
    }
}
@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-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-four-content {
    }
}
@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 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-one-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-seven {
    }
}
@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-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-six-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-six-content {
    }
}
@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-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-video #le_section-two-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-four-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-seven {
    background-attachment: initial;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-three-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-three-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-two-area12 {
    padding-top: 0px;
    padding-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-two-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-two-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_quality #le_section-two-area20 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_specialities #le_feature-content8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_specialities #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_specialities #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_specialities #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_specialities #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_specialities #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_specialities #le_section-one-content {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_specialities #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_specialities #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_specialities #le_section-two-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_feature-content6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_feature-content7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-five {
    background-attachment: initial;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-five-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-seven-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-seven-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-seven-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-seven-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-six-area12 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-six-area13 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-six-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-six-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-six-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-three-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-two-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-two-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-choose-us #le_section-two-area9 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_about #le_feature-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five {
    background-attachment: initial;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four {
    margin-top: -50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four-area3 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-six-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area14 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_feature-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-five {
    background-attachment: initial;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-four {
    margin-top: -50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-four-area3 {
    padding-top: 150px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-one-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-one-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-six-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-three {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-two-area14 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-copy #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-five-area13 {
    margin-top: 25px;
    margin-bottom: -50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-four {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-four-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-four-area21 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-four-area22 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-seven-area15 {
    margin-top: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-seven-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-six-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-six-area9 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-three {
    background-attachment: initial;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_capabilities #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-eight-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-five-area24 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-five-area25 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-five-area26 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-four-area1 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-four-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-four-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-four-area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-four-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-four-area8 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-four-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-one {
    background-attachment: initial;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 225px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-seven-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-seven-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-six {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-six-area8 {
    margin-bottom: 75px;
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-six-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-three {
    margin-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-three-area13 {
    margin-right: 0px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-eight-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-five-area24 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-five-area25 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-five-area26 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-four-area1 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-four-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-four-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-four-area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-four-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-four-area8 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-four-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-one {
    background-attachment: initial;
    background-position: center center;
    padding-top: 225px;
    padding-bottom: 225px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-seven-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-seven-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-six {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-six-area8 {
    margin-bottom: 75px;
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-six-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-three {
    margin-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-three-area13 {
    margin-right: 0px;
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers-copy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_feature-content6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_feature-content7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_feature-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_rotating-image-pins {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_rotating-image-pins-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_rotating-image-pins-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-four-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-one-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-seven-area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-seven-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-six-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-six-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-six-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-three-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-three-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-three-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-two-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-two-area20 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_clinical-applications #le_section-two-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-four-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-four-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_featureContainer {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-four-area14 {
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-four-area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-one {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-one-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-one-area2 {
    padding-top: 5%;
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-one-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-one-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-three {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-three-area9 {
    padding-top: 5%;
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-two {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-two-area13 {
    padding-top: 5%;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-two-area20 {
    margin-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_development-services #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-five {
    margin-top: 25px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-five-area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-five-area19 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-five-area21 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-five-area22 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-four-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-four-area17 {
    padding-top: 8%;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-four-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-four-area8 {
    margin-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-one-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-seven {
    margin-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-seven-area14 {
    padding-top: 5%;
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-six-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-six-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-three-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-two-area12 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-two-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-two-area20 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_devices-technologies #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area13 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area14 {
    padding-top: 12%;
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    margin-top: 75px;
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area2 {
    padding-top: 12%;
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    margin-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area8 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area9 {
    padding-top: 12%;
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area1 {
    padding-top: 175px;
    padding-bottom: 175px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    margin-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-five-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-five-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-four-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-one-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-six-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-two-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_feature-content1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_featureContainer {
    }
}
@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-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-five-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-five-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-five-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-five-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-five-content {
    }
}
@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-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-four-content {
    }
}
@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 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-one-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-seven {
    }
}
@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-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-six-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-six-content {
    }
}
@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-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-video #le_section-two-content {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-eight {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-four-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-four-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-seven {
    background-attachment: initial;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-three-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-three-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-two-area12 {
    padding-top: 5%;
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-two-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-two-area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_quality #le_section-two-area20 {
    margin-bottom: -25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_specialities #le_feature-content8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_specialities #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_specialities #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_specialities #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_specialities #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_specialities #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_specialities #le_section-one-content {
    margin-bottom: 0px;
    padding-top: 225px;
    padding-bottom: 225px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_specialities #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_specialities #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_specialities #le_section-two-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_feature-content6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_feature-content7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-five {
    background-attachment: initial;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-five-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-seven-area14 {
    margin-bottom: 25px;
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-seven-area15 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-seven-area4 {
    margin-bottom: -50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-seven-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-six-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-six-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-six-area14 {
    margin-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-six-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-six-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-three-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-two-area11 {
    margin-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-two-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-choose-us #le_section-two-area9 {
    }
}

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