/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,400italic,700,700italic);*/

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

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}
.py-100-important {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.center-all {
  text-align: center;
  margin: auto;
}

.textCenter {
  text-align: center;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}

.img-frame {
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

@media all and (min-width: 768px) {
  .width-50per {
    width: 50%;
  }
  .width-75per {
    width: 75%;
  }
}

.list-inline ul {
  list-style: none;
  padding: 0 0 0 5px;
  margin: 0;
}

.list-inline ul li {
  display: inline;
  padding: 0;
  margin: 0 10px 0 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters[class^="col-"],
.no-gutters[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter-left {
  padding-left: 0;
}

.row-same-height {
  display: table;
  width: 100%;
}
.row-same-height [class^="col-"],
.row-same-height [class*="col-"] {
  display: table-cell;
  float: none;
  vertical-align: top;
  padding: 0 15px;
}

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

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

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

.abs-full {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}
.calendar_element_event_details {
  text-align: left;
  padding: 0px !important;
  font-size: 1em;
}

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

body {
  background: #fff !important;
  margin: 0 auto;
  color: #323232;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

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

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

a {
  text-decoration: none;
}
a:hover {
}
a img {
  border: 0;
}
p {
  color: #323232;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  margin: 0;
}
ul,
ol {
  margin-top: 0;
}

[le_content_type="text"].le_content ul {
  padding-left: 0;
  margin-left: 0;
}

[le_content_type="text"].le_content li {
  margin: 0.35em 0 0.35em 1em;
}

h1,
h1 a,
.title1,
.title1 a {
  font-family: "Droid Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 0.4em 0;
}
h2,
h2 a,
.title2,
.title2 a {
  font-family: "Droid Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 0.4em 0;
}
h3,
h3 a,
.title3,
.title3 a {
  font-family: "Droid Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 0.4em 0;
}
h4,
h4 a,
.title4,
.title4 a {
  font-family: "Droid Serif", serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 0.4em 0;
}
h5,
h5 a,
.title5,
.title5 a {
  font-family: "Droid Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.4em 0;
}
h6,
h6 a,
.title6,
.title6 a {
  font-family: "Droid Serif", serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0.4em 0;
}
.title1,
.title1 a,
.title2,
.title2 a,
.title3,
.title3 a,
.title4,
.title4 a,
.title5,
.title5 a,
.title6,
.title6 a {
  display: inline-block;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.title1 a:hover,
.title2 a:hover,
.title3 a:hover,
.title4 a:hover,
.title5 a:hover,
.title6 a:hover {
}

/* Make sure font awesome icons that are links do not have underline on hover */
.fa a:hover,
a.fa:hover {
  text-decoration: none;
}

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

.le_form {
  color: #323232;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  margin: 0;
}
.le_form_name {
  color: #323232;
  font-family: "Droid Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.wrapper input[type="submit"] {
  padding: 5px 15px;
  border: 0px solid transparent;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wrapper input[type="submit"]:hover {
  cursor: pointer;
}
.wrapper input[type="text"],
.wrapper input[type="email"],
.wrapper input[type="password"],
.wrapper textarea {
  padding: 20px 10px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  border: 1px solid rgb(240, 240, 240);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #323232;
  font-family: "Droid Sans", sans-serif;
  font-size: 14px;
  margin: 0;
}

.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: 0.14em;
}
:-moz-placeholder {
  /* older Firefox*/
  font-size: 13px;
  color: #676767;
  letter-spacing: 0.14em;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #676767;
  letter-spacing: 0.14em;
}
:-ms-input-placeholder {
  font-size: 13px;
  color: #676767;
  letter-spacing: 0.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;
}

@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: #fdcece;
}

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

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

/* Buttons
----------------------------------------------------------------------------------------------------*/

.se_button a,
a.se_button {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px 20px;
  line-height: 1em;
  border: 0px solid transparent;
  font-family: "Droid Serif", serif;
  font-weight: 400;
}
.se_button a:hover,
a:hover.se_button {
  text-decoration: none;
}
.se_button.button2 a,
a.se_button.button2 {
  padding: 8px 15px;
}
.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: 12px 15px 11px 15px;
  font-family: "Droid Serif", serif;
  font-style: italic;
}
.se_cta {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 24px;
  background-color: #ffffff;
  border: 7px solid rgba(71, 63, 73, 0.7);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

.se_cta a,
a.se_cta {
  color: #ffffff;
}
.se_cta a:hover,
a:hover.se_cta {
  color: #e0e0e0;
  text-decoration: none;
}

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

.se_siteBranding {
  line-height: 1;
  padding: 15px 0 5px 0px;
}

.se_siteBranding img {
  max-width: 100%;
  height: auto;
}
.se_siteBranding a {
  color: #ffffff;
  font-family: "Droid Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  word-break: break-word;
  max-width: 100%;
}
.se_siteBranding a:hover {
  text-decoration: none;
}
.le_logo img {
  padding: 5px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.le_logo_text {
  font-size: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.se_tagline {
  margin-top: 8px;
  /*font-family: 'Droid Serif',serif;*/
}

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

.wrapper {
  width: 100%;
  position: relative;
  right: 0;
  overflow: hidden;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

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

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

.se_WrapperContent .se_mainContent {
  padding-top: 40px;
  padding-bottom: 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: 0;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/

.menu-bar {
  position: relative;
  z-index: 900;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navigation {
  position: relative;
  top: 4px;
}
.navicon {
  position: relative;
  line-height: 45px;
  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;
  list-style: none !important;
}
.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: "Droid Sans", sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.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: "Droid Sans", sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  text-transform: uppercase;
  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: 0.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;
}

/*SE_FOOTER*/
.se_footer {
  padding-top: 20px;
}

/* ---- 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, 0.07);
  -webkit-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.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: 0.5em 0 0.5em 0;
  font-family: "Droid Sans", sans-serif;
  font-size: 18px !important;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  word-break: break-word;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown > a {
  border-bottom: 0;
}


.primary-mobile-menu ul.le_menu_level_1 {
  margin: 0;
  padding: 0;
  height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
  display: block;
  padding: 7px 5px 7px 5px;
  margin-left: 12px;
  font-family: "Droid Sans", 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: 7px 5px 7px 5px;
  margin-left: 24px;
}

/*Push Wrapper when Mobile Menu is open*/
@media (max-width: 767px) {
  .primary-mobile-menu .le_menu_level_1_container,
  .menu-bar ul.le_menu_level_2 {
    background: transparent !important;
  }

  .OpenMobileMenu .wrapper {
    right: 240px;
  }
  .OpenMobileMenu .menu-bar {
    right: 240px;
    left: initial;
  }
}

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

/* Main Content
----------------------------------------------------------------------------------------------------*/
.se_mainContent {
  background-color: #fff !important;
}

.content {
  padding: 0;
}
.contentInner {
  padding: 15px;
}

.htmlSlide {
  width: 100% !important;
  max-width: 100% !important;
}

/* ------- Feature Area --------- */
.feature-container.has-feature .edit-instructions {
  display: none !important;
}

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

.footer {
  clear: both;
  padding: 30px 0;
  /*text-align: center;*/
}
.footer-base {
  padding-top: 16px;
}
.footer p {
  font-size: 13px;
  color: #ffffff;
}

.se_social {
  margin: 10px 0;
}

.se_social a {
  margin: 0 0.15em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navicon {
    display: none;
  }
  .MainMenu {
    display: block;
    padding-top: 0;
  }
  .MainMenu ul {
    margin: 0;
    padding: 0;
  }
  .MainMenu li {
    list-style: none;
  }
  .MainMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
  }
  .MainMenu li.le_menuitem_level_0 {
    display: inline-block;
    padding: 0;
  }
  .MainMenu li.le_menuitem_level_0 a {
    display: block;
    position: relative;
    padding: 10px 15px;
    font-family: "Droid Sans", sans-serif;
    font-size: 15px;
    line-height: 15px;
    word-break: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .MainMenu li.le_menuitem_level_0 a:hover {
  }

  /*current links*/

  .MainMenu li.le_menuitem_level_0 a.le_current_link:before {
    display: inline;
    content: "\2022";
    margin-right: 5px;
  }

  .MainMenu li.le_menuitem_level_0 a.le_current_link:after {
    display: inline;
    content: "\2022";
    margin-left: 5px;
  }

  .MainMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
    z-index: 500 !important;
  }

  .MainMenu ul.le_menu_level_1 {
    position: relative;
    left: 0;
    z-index: 10;
    display: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    display: block;
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  }
  .MainMenu li.le_menuitem_level_1 a {
    display: block;
    padding: 3px 10px;
    color: #323232;
    font-family: "Droid Sans", sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 160px;
  }
  .MainMenu li.le_menuitem_level_1 a:hover {
    color: #d83d44;
    background-image: none;
  }
  .MainMenu .le_menu_level_2_container {
    float: right;
    left: 100%;
    margin-top: -35px;
    padding: 0;
  }
  .MainMenu ul.le_menu_level_2 {
    position: absolute;
    right: 0;
    z-index: 10;
    display: none;
    background: rgba(237, 237, 237, 0.9);
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    display: block;
  }
  .MainMenu .dropdown ul {
    dipslay: block;
  }

  /* ---- Separate Mobile Menu ---- */
  .primary-mobile-menu {
    display: none;
  }
  /* ---- End Separate Mobile Menu ---- */
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .MainMenu li.le_menuitem_level_0 a {
  }
  .MainMenu ul.le_menu_level_1 {
    margin: 0;
  }
  .MainMenu li.le_menuitem_level_1 a {
    padding: 10px;
  }
  .footerLeft {
    text-align: left;
  }
  .footerMid {
    text-align: left;
  }
  .footerRight {
    text-align: left;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200) {
  .MainMenu li.le_menuitem_level_0 a {
    padding: 10px 15px;
  }
  .MainMenu ul.le_menu_level_1 {
    margin: 0;
  }
  .MainMenu li.le_menuitem_level_1 a {
    padding: 5px 10px;
  }
}

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

a#forgot_password_link {
  background: none !important;
  padding: 0 !important;
  line-height: 30px;
}

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

.wrapper img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.feature-content .le_plugin_slider_container {
  margin: auto;
}
.feature-content [le_content_type="htmlslider"] img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
.wrapper table {
  border-spacing: 0 !important;
}

/* MINDBODY Overrides
----------------------------------------------------------------------------------------------------*/

.le_mb_wrapper {
  padding-top: 10px;
}

/* MINDBODY Appointments Page Overrides
----------------------------------------------------------------------------------------------------*/
.mb_appt_wrapper {
}

/* ------------------------------------------
  Overrides - Services and MB
  --------------------------------------------- */

/* ------- Staff Pages ------ */

.wrapper #le_mb_get_staff .staff_side {
  width: 100% !important;
  margin-left: 0 !important;
}

.wrapper #le_mb_get_staff .staff_info {
  margin-bottom: 20px;
}

/* ----- Class Pages ----- */
#le_mb_class_page #class_info img {
  margin-bottom: 20px;
  padding-left: 0;
}

#le_mb_class_page #class_info h4 {
  clear: both;
  margin-bottom: 10px;
}

#le_mb_class_page .staff_info img {
  margin-bottom: 20px;
  border: 1px solid #d4d4d4;
}

#le_mb_class_page .staff_info h4 {
  margin-bottom: 10px;
}

.wrapper .staff_info .firstname,
.wrapper .staff_info .lastname {
  font-size: 18px;
}

/* ------- list Schedule ------ */

.mb_listview_date #forward,
.mb_listview_date #back {
  width: 40px;
  height: 40px;
  font-size: 28px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wrapper #le_mb_list_schedule .master_date {
  padding-top: 0;
}
.wrapper #le_mb_list_schedule .title_date {
  padding-left: 20px;
}
.wrapper #le_mb_list_schedule .row_date {
  padding-left: 20px;
}
.title_date,
.title_class,
.title_staff {
  position: relative;
  top: -5px;
}

.wrapper #le_mb_list_schedule .row_class {
  padding-left: 20px;
}

.wrapper #le_mb_list_schedule .row_staff {
  padding-left: 2px;
}

/* ------- MB login ----- */
#login_form .mb_login_existing_row {
  display: block;
  clear: both;
  overflow: hidden;
}

#le_mb_loginsignup #new_clients {
  border-left: 1px solid rgba(0, 0, 0, 0.23);
}
/* ------- MB Clients ----- */
@media all and (max-width: 768px) {
  #new_clients {
    min-width: 300px;
  }
  #new_clients label {
    text-align: left !important;
  }
  #existing_clients {
    min-width: 300px;
  }
  #existing_clients label {
    text-align: left !important;
  }
  .mb_login_existing_label {
    text-align: left !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;
}

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

/* Box Slider Fixes
----------------------------------------------------------------------------------------------------*/
.bx-wrapper .bx-controls-direction a {
  z-index: 100 !important;
}
.htmlPanel {
  /* Fixes shift of content when fade transition is applie */
  left: 0;
}

/* ---- Scale map down on mobile devices for easier scrolling ----*/

.mobile-map {
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  .mobile-map {
    max-width: 80%;
  }
}

/* -- Blog Service Styles -- */

#blog-wrapper {
  padding: 0;
  margin-top: 40px;
  display: table;
  width: 100%;
}

#blog_sidebar.blog_sidebar {
  width: 25%;
  margin-right: 10%;
  padding-right: 3%;
  display: table-cell;
  float: none;
  vertical-align: top;
}

#blog_sidebar #blog_sidebar_name {
  font-size: 1.35em;
  margin-bottom: 10px;
}

#blog_sidebar_image {
  display: block;
  margin: auto;
}

/* -- Post List -- */

#blog_post_listing:before,
#blog_sidebar:before {
  display: block;
  content: "";
  margin-top: 50px;
}

#blog_post_listing.blog_post_listing_sidebar {
  /*This is actually the post listing container...not the sidebar*/
  width: 75%;
  padding-left: 5%;
  display: table-cell;
  float: none;
}

#blog_post_listing .blog_post_listing {
  border-bottom: 1px solid #e8e8e8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

#blog_post_listing h1.blog_post_listing_title {
  line-height: 1;
  margin-bottom: 10px;
}

#blog_post_listing .feature_blog_text {
  margin-left: 0;
}

#blog_post_listing .blog_post_listing_footer_section {
  padding: 10px 0 0 0;
}

#blog_post_listing .blog_post_listing_footer_hr {
  display: none;
}

img.blog_post_listing_author_img,
img.blog_post_author_img,
.blog_post_comment_new_author_image {
  max-width: 38px;
  height: auto;
  border-radius: 500px;
}

.blog_post_listing_publishdatetime,
.blog_post_listing_author {
  font-size: 13px;
}

.blog_post_listing_author,
.blog_post_author {
  font-weight: bold;
}

.blog_post_listing_content {
  /*clear: both;*/
}

.blog_post_listing_title_section {
  margin-right: 50px;
}

.blog_post_title,
.blog_post_listing_title_link {
  font-size: 18px;
}

#blog_post_listing .feature_blog_image {
  margin-right: 20px;
}

#blog_post_listing .feature_blog_text {
  float: none;
}

#blog_post_listing .blog_post_listing_permalink a {
  word-break: break-all;
}

a.read_more_link {
  display: table;
  background: #424242;
  padding: 10px 15px;
  border: 0px solid transparent;
  color: #fff;
  font-size: 13px !important;
  font-style: italic;
  margin-top: 10px;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  #blog_sidebar.blog_sidebar {
    display: none;
  }
  #blog_post_listing.blog_post_listing_sidebar {
    width: 100%;
    padding-left: 0;
  }
}

@media all and (max-width: 600px) {
  #blog_post_listing .blog_post_listing_header_section {
    display: none;
  }
  #blog_post_listing .feature_blog_image {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  #blog_post_listing .blog_post_listing_title_section {
    margin: 0;
    text-align: center;
  }
  #blog_post_listing .feature_blog_text {
    text-align: center;
  }
  #blog_post_listing a.read_more_link {
    margin: 15px auto 0;
  }
}

/* --- Single (Full) Posts --- */
#blog_post .blog_post_title_section {
  margin: 10px 0;
}

#blog_post_content_section {
  max-width: 720px;
}

#blog_post .blog_post_comments_hr {
  display: none;
}
#blog_post .blog_post_footer_hr {
  margin: 30px 0 10px 0;
}

#blog_post .blog_post_footer_section {
  margin-bottom: 20px;
}

#blog_post_permalink {
  word-break: break-all;
}

/* --- Blog Post Comments --- */
#blog_post_comments_section {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.blog_post_comments_header {
  padding: 8px 15px;
}

h2#comments {
  font-size: 18px;
}

#blog_post_comments_section .blog_post_comment_post_container {
  border: 0;
  background: rgba(0, 0, 0, 0.05);
  padding: 30px 15px;
}

#blog_post_comments_section .blog_post_comment_new_comment_actions {
  text-align: left;
  margin-top: 15px;
}

/* -- Blog Element Styles -- */

.blog_post_listing_element {
  margin-bottom: 10px;
}

.blog_post_listing_element h1.blog_post_listing_title {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.blog_post_listing_element .feature_blog_image {
  float: left;
  margin-right: 20px;
}

.blog_post_listing_element .blog_post_listing_footer_hr {
  display: none;
}

.read_more_div a {
  display: inline-block;
  background: #424242;
  padding: 5px 10px;
  border: 0px solid transparent;
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .blog_post_listing_element .feature_blog_image {
    float: none;
  }
}

/* Special Theme Areas
----------------------------------------------------------------------------------------------------*/
/* - Top Panel (contact) - */
#top-panel {
  position: fixed;
  z-index: 1009;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  visibility: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#top-panel .top-panel-inner {
  min-height: 100%;
  padding: 30px 0;
  background: rgb(70, 70, 70);
}
#top-panel.tp-visible {
  overflow-y: auto;
  visibility: visible;
  opacity: 1;
  height: auto;
}
.le-logged-in #top-panel.tp-visible {
  top: 40px;
}
.le-edit-open #top-panel.tp-visible {
  top: 0px;
}
.le-edit-open #top-panel {
  visibility: visible;
  position: relative;
  z-index: 1;
  height: auto;
  opacity: 1;
}
.top-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.le-edit-open .top-panel-close {
  position: relative;
}
/* Classes that can be added in the advanced tab of most elements
========================================================================================== */

/* - Text Classes - */
.text-shadow-dark {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
}
.text-shadow-light {
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.65);
}

/* - List Classes - */
/* Use the following CSS code if you want to have a class per icon */
.checklist ul {
  padding-left: 20px;
  list-style: none;
}
.checklist ul li {
  margin-bottom: 10px;
}
.checklist ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 5px 0 -15px;
}
.checklist-circle ul {
  padding-left: 20px;
  list-style: none;
}
.checklist-circle ul li {
  margin-bottom: 10px;
}
.checklist-circle ul li:before {
  font-family: "FontAwesome";
  content: "\f058";
  margin: 0 5px 0 -15px;
}

/* ---- Responsive text aligning ---- */
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

/* -- Display Cards -- */

.display-card {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.display-card:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
}

/* -- Mobile Only Theme Styles -- */
@media all and (max-width: 768px) {
  .mobile-center {
    text-align: center !important; /* needs important incase Aurora advanced tab align setting differs */
    margin: auto;
  }
  .mobile-hide {
    display: none !important; /* needs important incase Aurora advanced tab align setting differs */
  }
}

/* --------- End Theme Styles --------- */

/* ------- System fixes (These should be added to Aurora and not done in the template) ---- */
@media all and (max-width: 1279px) {
  #auroraContentContainer {
    min-width: 100%;
    position: relative;
    top: 0px;
  }
}
.aurora_pushContent {
  left: 200px;
  margin-left: 0 !important;
}

.le-logged-in #auroraContentContainer {
  top: 40px;
}

.le_region_name {
  font-family: "Helvetica", arial, sans-serif !important;
  font-weight: normal !important;
}
.le_region_overlay_container {
  margin-top: 0;
}

/* -- End System Fixes -- */

/* -- Search Results Page -- */
.search_result {
  clear: both;
}

/* ---- CSSE Animation Preset ---- */
.hideme {
  opacity: 0;
}
.showme {
  opacity: 1;
}
/* -- Disable CSS Animations when in edit mode -- */
.le-edit-open .animated {
  -webkit-animation: none !important;
  animation: none !important;
}

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

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

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

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

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

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

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer {
  left: 0;
}

/* --- Helper Instructions when in edit mode --- */

.edit-instructions {
  display: none;
}

.le-edit-open .edit-instructions {
  display: block;
  clear: both;
  padding: 10px;
  border-radius: 2px;
  background: rgba(199, 232, 42, 0.2);
}
.le-edit-open .edit-instructions a {
  text-decoration: underline;
}

/* CUSTOM CSS*/

.aurora_header_bar {
  z-index: 2500;
}

body {
  font-family: "Lato", sans-serif;
}

/*original*/
/*.header-wrapper-menu{*/
/*    position: absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    right:0;*/
/*    z-index: 1500;*/
/*}*/

/*final product*/

.header-wrapper-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1500;
}

.feature-container {
  height: 100vh;
  overflow: hidden;
}

/*top menu*/
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.navicon {
  z-index: 2000;
}

/*override padding for container*/
.container {
  padding: 0 15px;
}

/*all links*/
a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

/*mobile menu background*/
.se_menu {
  background-color: transparent !important;
}

/*.aurora_home #le_section-six-area5 {*/
/*    height: 100%;*/
/*}*/

/*center item*/
.item__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.height-auto {
  height: auto;
}

/*Read more btn*/
.btn-readmore {
  color: #fff;
  background-color: #1a197b;
  background: -o-linear-gradient(
    320deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  background: linear-gradient(
    130deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  padding: 12px 20px;
  border: none;
  outline: none;
  border-radius: 4px;
  margin-top: 10px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-readmore:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-readmore:focus {
  opacity: 0.8;
  color: #fff;
}
.btn-readmore:active {
  opacity: 0.8;
  color: #fff;
}

/*Homepage*/

.home {
  background: transparent !important;
  overflow: hidden;
  position: relative;
}

.box-content {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(50%, -50%);*/
  z-index: 16;
  padding: 20px;
  text-transform: uppercase;

  max-width: 800px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 25%;
  left: 0;
  right: 0;
  text-align: center;
}

.box-content__img {
  /*width: 200px;*/
  width: 100%;
  margin-bottom: 20px;
}

.box-content__title {
  color: #fff;
  font-size: 35px;
}

.box-content__title span {
  display: block;
}

@media only screen and (max-width: 400px) {
  .box-content__title span {
    display: inline;
  }
}

.custom-btn {
  display: inline-block;
  color: #fff;
  background-color: #1a197b;
  background: -o-linear-gradient(
    320deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  background: linear-gradient(
    130deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  padding: 12px 20px;
  border: none;
  outline: none;
  margin-top: 20px !important;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 18px rgba(255, 255, 255, 0.15);
          box-shadow: 0 10px 18px rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-btn:hover,
.custom-btn:hover:focus {
  color: #fff;
  background-color: rgba(26, 25, 123, 0.9);
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.custom-btn:active {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

p,
ul,
ol,
dl {
  font-size: 16px !important;
}

.home {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.home__video--container {
  /*height: 65vh;*/
  height: 100%;
  max-height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home__video--container video {
  min-height: 100%;
  min-width: 100%;
  z-index: 15;
}

.home__video--container .home__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

/*Home Feature*/

.home-feature__content {
  /*padding: 25px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 50px;
}

.home-feature__content--item {
  padding: 0;
  height: auto;
}

.home-feature__content--img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-feature__content--right {
  background-color: #1a197b;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-feature__heading {
  color: #fff !important;
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
}

.home-feature__p {
  color: #fff !important;
  margin-bottom: 10px;
  font-size: 16px;
}

/*start with feature of services 3 items*/

.home-feature__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px;
}

.home-feature__item {
  /*box-shadow: 0 10px 18px rgba(0,0,0,0.15);*/
  /*margin: 0 15px 20px;*/
  /*padding: 0 0 20px 0;*/
  margin-bottom: 15px;
}

.home-feature__item:hover .home-feature__img,
.home-feature__item:focus .home-feature__img,
.home-feature__item:active .home-feature__img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.home-feature__item--wrapper {
  padding: 0 0 20px 0;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.home-feature__img--container {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin-bottom: 10px;
}

.home-feature__img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  height: 100% !important;
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.home-feature__title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 10px;
}

.home-feature__btn--container {
  text-align: center;
}

.home-feature__btn {
  text-transform: uppercase;
  padding: 8px 16px;
  background-color: #1a197b;
  background: -o-linear-gradient(
    320deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  background: linear-gradient(
    130deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  color: #fff !important;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #1a197b;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.home-feature__btn:hover,
.home-feature__btn:active,
.home-feature__btn:focus {
  color: #fff;
  background-color: rgba(26, 25, 123, 0.9);
}

.aurora_home #le_section-four {
  padding: 0 !important;
}

.cylinder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cylinder__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cylinder__background--plain {
  background-color: #1a197b;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}

.cylinder__background--img {
  background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/cylinder_feature.png")
    no-repeat center center/cover;
  height: 400px;
}

.cylinder__title,
.cylinder__description {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.cylinder__title {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
.cylinder__title--span {
  display: block;
  font-weight: 300;
  font-style: italic;
}

.cylinder__description {
  font-weight: 24px;
}

.cylinder__description--span {
  display: block;
}

/*home contact*/

.home-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
  min-height: 1000px;
}

.home-contact__title {
  text-align: center;
  color: #1a197b;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.home-contact__form iframe {
  min-height: 950px;
}

.home-contact__col {
  height: auto;
}

.home-contact__description {
  text-align: center;
  color: #1a197b;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.home-contact__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
}

.home-contact__img-container img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

/*About Page*/
/*.aurora_about #le_headerRegion{*/
/*    background-color: transparent !important;*/
/*}*/

.aboutus__heading {
  padding: 80px 0;
  letter-spacing: 2px;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 0;
}

/*.about {*/
/*margin-top: 80px;*/
/*    color: #323232;*/

/*}*/

.about__section-1,
.about__section-2,
.about__section-3 {
  padding: 50px 30px;
}

.about__us--left {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}

.about__image--container {
  /*margin-bottom: 10px;*/
  /*height: 250px;*/
  /*overflow: hidden;*/
}

.about__image {
  width: 100%;
  height: 100%;
  -webkit-filter: blur(0.1px);
          filter: blur(0.1px);
  /*border-radius: 4px;*/
  -o-object-fit: cover;
     object-fit: cover;
  padding: 6px;
  border: 1px solid #1a197b;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

.about__custom-btn {
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
}

.about__image--grid {
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.about__image--grid:hover,
.about__image--grid:focus {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.about__title {
  display: inline-block !important;
  color: #fff;
  background-color: #1a197b;
  background: -o-linear-gradient(
    320deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  background: linear-gradient(
    130deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
  margin-bottom: 20px;
  padding: 10px 30px;
  min-width: 10px;
}

.about__description {
  margin-bottom: 10px;
  color: #323232;
  font-size: 16px;
}

/*Modal*/
.modal-dialog {
  margin-top: 80px;
}

/*Meet Team Page*/

.meet {
  /*padding: 50px 30px;*/
  padding: 50px 30px;
  text-align: center;
}

.meet__title {
  display: inline-block !important;
  color: #fff;
  background-color: #1a197b;
  background: -o-linear-gradient(
    320deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  background: linear-gradient(
    130deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
  margin-bottom: 20px;
  padding: 10px 30px;
  min-width: 10px;
  margin-bottom: 32px;
}

.meet__item {
  width: 100%;
  min-height: 480px;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin-bottom: 16px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.meet__item:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(26, 25, 123, 0.4);
          box-shadow: 0px 0px 12px rgba(26, 25, 123, 0.4);
}

.meet__img {
  /*width: 100%;*/
  /*height: 200px !important;*/
  background-color: #f9f9f9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(95%);
          filter: brightness(95%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.meet__item:hover .meet__img {
    background-color: #f7f7f7;
  -webkit-filter: brightness(93%);
          filter: brightness(93%);
}

.meet__content {
  padding: 16px 25px;
  text-align: center;
  color: #323232;
}

.meet__name {
  font-size: 25px;
  font-weight: 600;
}

.meet__content p {
  margin-bottom: 10px;
}

.meet__content p a {
  color: #323232;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
}

/*Services Page*/

/*.aurora_our-services #le_headerRegion{*/
/*background-color: #1A197B !important;*/
/*    background-color: transparent !important;*/

/*}*/

.aurora_our-services #le_region-two {
  padding: 0 !important;
}

.service__heading {
  padding: 80px 0;
  letter-spacing: 2px;
  font-size: 36px;
  margin-bottom: 0;
}

.service__section-1,
.service__section-2,
.service__section-3,
.service__section-4{
  padding: 50px 30px;
}

.service__section-1 {
  background: -o-linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)
    ),
    url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/landing_page/landing_page_gallery.jpg");
  background: -webkit-gradient(
      linear,
      left top, left bottom,
      from(rgba(255, 255, 255, 0.4)),
      to(rgba(255, 255, 255, 0.4))
    ),
    url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/landing_page/landing_page_gallery.jpg");
  background: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)
    ),
    url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/landing_page/landing_page_gallery.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service__box-content {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px;
  border-radius: 4px;
}

.service__title {
  display: inline-block !important;
  color: #fff;
  background-color: #1a197b;
  background: -o-linear-gradient(
    320deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  background: linear-gradient(
    130deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
  margin-bottom: 20px;
  padding: 10px 30px;
  min-width: 10px;
}

.service__description {
  /*max-width: 650px;*/
  color: #000;
  margin-bottom: 10px !important;
  font-size: 16px;
}
.service__item {
  /*padding: 15px;*/
  border-radius: 4px;
  border: 2px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 520px;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
}

.service__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 30px;
}

.service__row > div {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.service__img--container {
  /*margin-bottom: 10px;*/
  /*width: 100%;*/
  /*height: 300px;*/
  /*overflow: hidden;*/
}

.service__img--section {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  -webkit-filter: drop-shadow(0 8px 18px rgba(26, 25, 123, 0.25));
          filter: drop-shadow(0 8px 18px rgba(26, 25, 123, 0.25));
}

.service__img {
  /*height: 100%;*/
  /*width: 100%;*/
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 250px;
  max-height: 250px;
  width: 100%;
  /*box-shadow: 0 10px 18px rgba(0,0,0,0.15);*/
  -webkit-filter: drop-shadow(0 8px 18px rgba(26, 25, 123, 0.2)) brightness(80%);
          filter: drop-shadow(0 8px 18px rgba(26, 25, 123, 0.2)) brightness(80%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service__item:hover .service__img {
  -webkit-filter: drop-shadow(0 8px 18px rgba(26, 25, 123, 0.2)) brightness(100%);
          filter: drop-shadow(0 8px 18px rgba(26, 25, 123, 0.2)) brightness(100%);
}

.service__content {
  padding: 15px;
}

.service__section-2 li,
.service__section-3 li,
.service__section-4 li{
  font-size: 16px;
  color: #323232;
}

.service__section-4 .service__li:last-child {
  list-style: none;
  margin-top: 24px;
}
.service__section-4 img {
    width: 218px;
    height: 150px;
    object-fit: contain;
}


.service__item--title {
  font-weight: 600;
  position: relative;
}

.service__span {
  padding: 5px;
  background-color: #1a197b;
  background: -o-linear-gradient(
    320deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  background: linear-gradient(
    130deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  /*clip-path:polygon(-4% 0, 100% 55%, 5% 55%, 100% 100%);*/
  position: absolute;
  top: 50%;
  left: -17px;
  width: 20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  margin-right: 10px;
}

.service__item--description {
  margin-bottom: 10px;
  font-size: 17px;
}

.service__button--container {
  /*text-align: center;*/
}

.service__button--container a {
  border-radius: 4px;
}

/* Service Modal*/
.service__modal--header {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.close {
  font-size: 45px !important;
}

.service__modal--title {
  color: #1a197b !important;
  font-weight: 700;
}
.service__modal--body {
  padding: 20px;
}

.service__modal--p {
  font-size: 16px;
  color: #323232;
  margin-bottom: 10px;
}
.service__modal--listitem {
  font-size: 16px;
  color: #323232;
}

.service__modal--list-title {
  color: #1a197b !important;
  font-weight: 600;
  margin-bottom: 10px;
}

.service__modal--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*background-color:rgb(26, 25, 123) !important;*/
}

.service__modal--closebtn {
  border-radius: 4px;
  border: 1px solid #eee !important;
  color: #323232 !important;
  background: transparent !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service__modal--contactus {
  border-radius: 4px;
  border: 1px solid #eee;
  background: #1a197b !important;
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service__modal--contactus:hover,
.service__modal--contactus:active,
.service__modal--contactus:focus {
  opacity: 0.8;
  outline: none;
}

.service__modal--closebtn:hover,
.service__modal--closebtn:active,
.service__modal--closebtn:focus {
  background-color: #eee !important;
  opacity: 0.8;
  outline: none;
}

.service__modal--full-image {
  min-width: 100%;
}


@media only screen and (max-width: 1024px){
    .service__item {
        min-height: 560px;
    }
}

@media only screen and (max-width: 767px){
    .service__item {
        min-height: auto;
    }
    
    .service__section-4 img {
    width: 200px;
    height: 131px;

    }
}

/*Equipment*/
/*.aurora_our-equipment #le_headerRegion{*/
/*background-color: #1A197B !important;*/
/*    background-color: transparent !important;*/

/*}*/
.equipment__heading {
  padding: 120px 0 80px;
  letter-spacing: 1.5px;
  font-size: 36px;
}

/*.equipment__container{*/
/*    max-width: 650px;    */
/*    margin: 0 auto;*/
/*}*/

.equipment__section-1 {
  padding: 50px 30px;
}

.equipment__title {
  display: inline-block !important;
  background-color: #1a197b;
  background: -o-linear-gradient(
    320deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  background: linear-gradient(
    130deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
  margin-bottom: 20px;
  padding: 10px 35px;
  min-width: 10px;
  font-size: 24px;
  color: #fff;
}

.equipment__p {
  font-size: 16px;
  color: #323232;
}

.equipment__image {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  -webkit-filter: drop-shadow(0 8px 18px rgba(26, 25, 123, 0.25));
          filter: drop-shadow(0 8px 18px rgba(26, 25, 123, 0.25));
}
.equipment__list-item {
  font-size: 16px;
  color: #323232;
}

.equipment__list--row {
  position: relative;
}

.equipment__icon--container {
  /*position: absolute;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  font-size: 35px;
}

.equipment__list--row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 30px;
  background-color: #f3f3f3;
}

.equipment__list--row {
  padding: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 250px !important;
  /*margin: auto;*/
}

.equipment__readmore--container {
  margin-top: 10px;
  text-align: center;
}

.equipment__readmore {
  /*background-color:rgb(26, 25, 123) !important;*/
  border-radius: 4px !important;
  background-color: #1a197b;
  background: -o-linear-gradient(
    320deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  background: linear-gradient(
    130deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  border-radius: 0;
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.equipment__readmore:hover,
.equipment__readmore:active,
.equipment__readmore:focus {
  opacity: 0.8;
}

.equipment__list--row:hover {
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.equipment__item--title {
  margin-top: 20px;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  color: #1a197b;
}

.equipment__description {
  font-size: 16px;
  color: #323232;
  text-align: center;
}

/*Our Tanks*/

.aurora_our-tanks #le_region-three,
.aurora_our-tanks #le_region-four,
.aurora_our-tanks #le_region-five {
  padding: 0 !important;
}

.tanks__heading {
  padding: 80px 0;
  letter-spacing: 2px;
  font-size: 36px;
  margin-bottom: 0;
}

.tanks__title {
  display: inline-block !important;
  background-color: #1a197b;
  background: -o-linear-gradient(
    320deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  background: linear-gradient(
    130deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
  margin-bottom: 20px;
  padding: 10px 35px;
  min-width: 10px;
  font-size: 24px;
  color: #fff;
}

.tanks__p {
  font-size: 16px;
  color: #323232;
}

/*News and Jobs*/
/*.aurora_news-and-jobs #le_headerRegion{*/
/*background-color: #1A197B !important;*/
/*    background-color: transparent !important;*/
/*}*/

.aurora_news-and-jobs .se_mainContent {
  background-color: #ecedf3 !important;
}

.aurora_news-and-jobs .se_mainContent {
  background-color: #ecedf3 !important;
}
.aurora_news-and-jobs #le_region-two {
  background-color: #fff;
}

.jobs__heading {
  padding: 120px 0 80px;
  letter-spacing: 1.5px;
  font-size: 36px;
  margin-bottom: 0;
}

.jobs__container {
  padding: 50px 30px;
  background-color: #fff;
}

.jobs {
  /*height: 500px;*/

  /*max-width: 650px;*/
  /*margin: 0 auto;*/
}

.jobs__career-form {
  height: auto;
  padding-bottom: 50px;
}


.jobs__career-form iframe {
    min-height: 1500px !important;
}
  
@media only screen and (max-width: 550px){
    .jobs__career-form iframe {
        height: 2200px;
        min-height: 2200px !important;
    }
}

.jobs__image {
  width: 100%;
  /*height: 100%;*/
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  -webkit-filter: drop-shadow(0 8px 18px rgba(26, 25, 123, 0.25));
          filter: drop-shadow(0 8px 18px rgba(26, 25, 123, 0.25));
}

.jobs__title {
  display: inline-block !important;
  color: #fff;
  background-color: #1a197b;
  background: -o-linear-gradient(
    320deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  background: linear-gradient(
    130deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
  margin-bottom: 20px;
  padding: 10px 30px;
  min-width: 10px;
}

/*.jobs__description {*/
/*    max-width: 800px;*/
/*}*/

/*Certifications*/
/*.aurora_certifications #le_headerRegion{*/
/*background-color: #1A197B !important;*/
/*    background-color: transparent !important;*/
/*}*/

.certification__heading {
  padding: 120px 0 80px;
  letter-spacing: 1.5px;
  font-size: 36px;
}

.certification,
.certification__section-1 {
  padding: 50px 30px;
}

.certification__title {
  display: inline-block !important;
  color: #fff;
  background-color: #1a197b;
  background: -o-linear-gradient(
    320deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  background: linear-gradient(
    130deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
  margin-bottom: 20px;
  padding: 10px 0 10px 45px;
  min-width: 10px;
}

.certification__description {
  color: #323232;
  font-size: 16px;
}
.certification__icon--title {
  font-weight: 700;
}

.certification__icon--text {
  margin-top: 20px;
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.certification__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.certification__icon--container {
  width: 150px;
  /*height: 100px;*/
  margin-bottom: 10px;
}

.certification__icon {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certificate_img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
  -webkit-filter: drop-shadow(0 8px 18px rgba(26, 25, 123, 0.25));
          filter: drop-shadow(0 8px 18px rgba(26, 25, 123, 0.25));
}

/*Contact Us*/

.aurora_contact-us .se_mainContent {
  background-color: #ecedf3 !important;
}
.contact__heading {
  padding: 120px 0 80px;
  letter-spacing: 1.5px;
  font-size: 36px;
}

.contact {
  padding: 50px 30px;
}

.contact__title {
  display: inline-block !important;
  color: #fff;
  background-color: #1a197b;
  background: -o-linear-gradient(
    320deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  background: linear-gradient(
    130deg,
    rgba(26, 25, 123, 1) 13%,
    rgba(20, 79, 135, 1) 49%
  );
  -webkit-clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0, 100% 0%, 93% 100%, 0% 100%);
  margin-bottom: 20px;
  padding: 10px 30px;
  min-width: 10px;
}

.contact__help {
  padding-left: 35px;
}

.contact__description {
  margin-bottom: 20px !important;
  font-size: 16px;
}

.contact__description .contact__description--span {
  display: block;
}

.contact__phone--title {
  display: inline-block;
  color: #1a197b;
  font-weight: 700;
}

.contact__description--span--title {
  color: #1a197b;
  font-weight: 700;
}

.contact__map iframe {
  width: 100%;
  height: 300px;
}

.contact__phone {
  margin-top: 20px;
  margin-bottom: 30px;
}

.contact__phone--description {
  margin-bottom: 10px;
}

.contact__img {
  min-width: 100%;
}

/*Footer*/
.footer {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

/*Footer Left*/
.footer__left {
  max-width: 325px;
}

.footer__left > *,
.footer__right > * {
  margin-bottom: 10px;
}

.footer_logo {
  margin-bottom: 20px;
}

.footer__description {
  font-size: 16px;
}

.footer__address {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer__address--city {
  display: block;
  margin-top: 5px;
}

.footer__phone > * {
  margin-bottom: 5px;
  font-size: 16px;
}

.footer__phone:not(:last-child) {
  margin-bottom: 10px;
}

.footer__email {
  color: #fff;
  font-size: 16px;
}

.footer__category {
  color: #fff;
}

.footer__category--title {
  color: #fff;
  font-size: 20px;
}

.footer__category--list {
  text-decoration: none;
  padding: 0;
}

.footer__category--item {
  list-style: none;
}

.footer__category--link {
  /*font-size: 14px !important;*/
  color: #fff;
  margin-bottom: 5px;
  /*transition: all 0.3s;*/
}

.footer__copyright-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  margin-top: 20px;
}

.footer__copyright-container p {
    width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .MainMenu ul.le_menu_level_1 {
    margin: 0;
  }
  .MainMenu li.le_menuitem_level_1 a {
    padding: 10px;
  }

  /*home*/
  .home-feature__content--right {
    padding: 20px 30px;
  }

  /*homepage cylinder flex*/
  .cylinder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .cylinder__background--plain {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .cylinder__col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: 350px;
  }

  .home-contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .about__section-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about__image--grid {
    margin-bottom: 20px;
  }

  /*Jobs content*/
  .jobs__content {
    margin-bottom: 24px;
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 0;
}

.aurora_service-area #le_region-two,
.aurora_service-area #le_region-three,
.aurora_service-area #le_region-four,
.aurora_service-area #le_region-five {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.aurora_service-area #le_region-one {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
    url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/HYDROSTAT-17/HYDROSTAT-17_gallery.jpg") !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))),
    url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/HYDROSTAT-17/HYDROSTAT-17_gallery.jpg") !important;
  background-image: linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
    url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/HYDROSTAT-17/HYDROSTAT-17_gallery.jpg") !important;
  background-size: cover;
  background-position: center center;
}

.aurora_service-area #le_region-one {
  color: #fff !important;
}

.service-area iframe {
  min-height: 1050px;
}

@media only screen and (max-width: 767px) {
  .se_menu {
    background-color: #1a197b !important;
  }
  /*nav icon*/
  .primary-mobile-menu ul.le_menu_level_0 {
    margin-top: 40px;
  }

  .se_menu li.le_menuitem_level_0 a {
    color: #eee !important;
  }
  .about__image--container {
    margin: 20px 0;
  }

  /*Homepage*/

  .box-content__subtitle {
    font-size: 16px;
    border-bottom: none;
  }
  .box-content__subtitle span {
    display: block;
  }

  .box-content__title {
    color: #fff;
    font-size: 21px;
  }

  /*Services*/
  .service__description {
    text-align: left;
  }
  /*Service Area*/
  /*.service-area{*/
  /*    min-height: 50vh;*/
  /*}*/

  .home-about__content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-contact__form {
    margin-bottom: 30px;
    padding: 0;
  }

  .home-contact__title {
    margin-top: 20px;
  }

  /*home feature*/
  .home-feature__img--container {
    height: 300px;
  }
  /* .home-about__background--img{*/
  /*    margin-bottom: 60px;*/
  /*}*/

  /*home cylinder*/
  .cylinder__background--plain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cylinder__title {
    font-size: 26px;
  }

  .cylinder__description {
    font-weight: 20px;
  }

  /*Contact Us Page*/

  .iframe__home-contact__form {
    margin-top: 20px;
  }

  /*Equipment page*/
  .equipment__list--row {
    min-height: auto !important;
  }
  .equipment__title {
    text-align: center;
  }

  /*about page*/
  .about__section-1,
  .about__section-2,
  .about__section-3 {
    padding: 25px 15px;
  }

  /*Service page*/
  .service__section-1,
  .service__section-2,
  .service__section-3,
  .service__section-4,
  .service__row {
    padding: 25px 15px;
  }

  .service__item--title {
    font-size: 20px;
  }

  .service__section-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .service__section-3 img {
    margin-bottom: 20px;
  }
  
  


  /*equipment page*/
  .equipment__section-1 {
    padding: 25px 15px;
  }

  .equipment__list--row-container {
    padding: 25px 30px;
  }

  .equipment__list--row {
    padding: 10px;
  }

  .certification,
  .certification__section-1 {
    padding: 25px 15px;
  }
  
  


  /*News and Jobs*/

  
  /*Contact Us Form*/

  /*.contactus__form iframe {*/
  /*    min-height: 1030px;*/
  /*}*/
}

/*@media only screen and (max-width:450px){*/
/*    .contactus__form iframe {*/
/*        min-height: 1030px;*/
/*    }*/
/*}*/

#le_headerRegion {
  background: transparent !important;
  margin-top: 10px;
}

#le_headerRegion.scrolled {
  margin-top: 0;
  background-color: #1a197b !important;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

  
  /*Large Bulk Tanks*/
  
  .aurora_large-bulk-tanks #le_region-three,
  .aurora_large-bulk-tanks #le_region-four,
  .aurora_large-bulk-tanks #le_region-five{
      padding: 0 !important;
  }
  
  .more-large__title{
    
      font-size: 30px;
      font-weight: 900;
      letter-spacing: 1.5px;
      margin-top: 30px;
      text-align: center;

  }
  
  .more-large__tanks {
      padding: 30px 0 50px;
  }
  
  .more-large__item{
    max-width:1000px;
    height: 450px;
  }
  
  .more-large__item img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
  
  
  @media only screen and (max-width: 768px){
       .more-large__item{
        max-width:99%;
        height: 400px;
      }
  }
  
  @media only screen and (max-width: 550px){
       .more-large__item{
        height: 300px;
      }
  }
  
  .large-tank__item{
      padding:0.5rem;
  }
  
  .large-tank__item img {
      height: 350px;
      width:100%;
      object-fit: contain;
  }
  
  .aurora_large-bulk-tanks #le_section-four-b {
      background: #f3f3f3 !important;
      padding-bottom: 50px;
      padding-top: 25px;
  }
  
  .slick-prev:before, .slick-next:before {
      font-size: 27px !important;
      color: #1A197B !important;
  }
  
  @media only screen and (max-width: 768px){
      .aurora_large-bulk-tanks #le_section-four-b {
          padding-bottom: 35px;
          padding-top: 15px;
      }
  }
  
  @media only screen and (max-width: 550px){
      .aurora_large-bulk-tanks #le_section-four-b {
          padding-bottom: 0;
          padding-top: 0px;
      }
  }
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_feature-content3 {
    background-color: rgb(255, 0, 0);
    padding-top: 399px;
}
#le_footer-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/logo/HydrostatInc_MD_Brand_Logo_Silver_copy.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: initial;
    background-position: top left;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
#le_header-right {
}
#le_header-top-right {
    text-align: right;
}
#le_top-panel-area1 {
    color: rgb(255, 255, 255);
}
#le_top-panel-area2 {
    color: rgb(255, 255, 255);
}
#le_top-panel-area3 {
    color: rgb(255, 255, 255);
}
#le_tp-close {
    background-color: rgb(197, 197, 197);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.aurora_about #le_feature-content1 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_about #le_feature-content1-2 {
    padding-right: 0px;
    padding-left: 0px;
}
.aurora_about #le_feature-content1-3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_about #le_feature-content1-4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/About_Us_Bottom_Tanks_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 180px;
}
.aurora_about #le_feature-content1-5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/About_Us_Bottom_Tanks_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 180px;
}
.aurora_about #le_feature-content1-6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/About_Us_Bottom_Tanks_3.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 180px;
}
.aurora_about #le_feature-content1-7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/liquid_cylinder_reconditioning.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 180px;
}
.aurora_about #le_featureContainer {
    background-color: rgb(3, 123, 163);
    margin-top: 0px;
    padding-top: 50px;
}
.aurora_about #le_gutterless-row2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_about #le_headerRegion {
    background-color: rgb(3, 123, 163);
}
.aurora_about #le_region-four {
}
.aurora_about #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/HYDROSTAT-143/HYDROSTAT-143_gallery.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_about #le_region-three {
    background-color: rgb(243, 243, 243);
}
.aurora_about #le_region-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_about #le_section-five {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_about #le_section-five-area1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_about #le_section-one {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 75px;
}
.aurora_about #le_section-six {
    margin-top: 0px;
}
.aurora_about #le_section-six-area3 {
    border-style: dotted;
    border-color: rgb(56, 190, 183);
    border-width: 1px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_about #le_section-three {
}
.aurora_about #le_section-two {
}
.aurora_about #le_section-two-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 24px;
}
.aurora_about #le_section-two-area3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_about #le_section-two-area5 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_about #le_section-two-area9 {
    padding-top: 50px;
    padding-bottom: 25px;
    font-size: 18px;
}
.aurora_about #le_sidebar-area3 {
    font-size: 14px;
}
.aurora_about #le_sidebar-area6 {
    font-size: 14px;
}
.aurora_about #le_sidebar-container {
    font-size: 12px;
}
.aurora_about #le_top-panel {
    background-color: rgb(138, 208, 197);
}
.aurora_about-me #le_headerRegion {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/blog-thumb-coffee.jpg);
}
.aurora_appointments #le_primary-area1 {
}
.aurora_appointments #le_section-four {
    padding-top: 50px;
    padding-bottom: 25px;
}
.aurora_appointments #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_appointments #le_section-two-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_appointments #le_section-two-area3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_appointments #le_section-two-area9 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_bevcarb-cryogenic-liquid-cylinder-repair #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/Our_Equpment_Top_Tanks_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_certifications #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/Certifications_Top_Tanks.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_certifications #le_region-three {
    background-color: rgba(188, 188, 188, 0.94);
    padding-top: 10px;
    padding-bottom: 50px;
}
.aurora_contact #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: px;
}
.aurora_contact #le_feature-content1 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_contact #le_featureContainer {
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
    padding-top: px;
    padding-bottom: px;
}
.aurora_contact #le_gutterless-row2 {
    background-repeat: repeat;
    background-attachment: fixed;
    padding-top: px;
    padding-bottom: px;
}
.aurora_contact #le_section-four {
    padding-top: 50px;
    padding-bottom: 25px;
}
.aurora_contact #le_section-three {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_contact #le_section-two-area2 {
    background-color: rgb(102, 184, 171);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_contact #le_section-two-area3 {
    background-color: rgb(138, 208, 197);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_contact #le_section-two-area4 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_contact-us #le_region-eight {
    background-color: rgb(255, 255, 255);
}
.aurora_contact-us #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/HYDROSTAT-90/HYDROSTAT-90_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 60px;
}
.aurora_contact-us #le_region-three {
    background-color: rgb(255, 255, 255);
    padding-bottom: 30px;
}
.aurora_contact-us #le_region-two {
    background-color: rgb(255, 255, 255);
}
.aurora_features #le_feature {
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_features #le_feature-content3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/balancemb/img4.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_features #le_feature-content4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/balancemb/img5.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_features #le_featureContainer {
    padding-top: px;
    padding-bottom: px;
}
.aurora_features #le_headerRegion {
}
.aurora_features #le_section-four {
    background-color: rgb(70, 70, 70);
    padding-bottom: 40px;
}
.aurora_features #le_section-four-area1 {
    background-color: rgb(255, 255, 255);
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section-four-area2 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area3 {
    padding-bottom: 40px;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area4 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area5 {
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 60px;
}
.aurora_features #le_section-four-area6 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-four-area7 {
    color: rgb(255, 255, 255);
    font-size: px;
    line-height: px;
}
.aurora_features #le_section-one {
    background-color: rgb(237, 237, 237);
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_features #le_section-one-content1 {
    font-size: px;
}
.aurora_features #le_section-one-content4 {
    padding-top: 60px;
}
.aurora_features #le_section-one-content7 {
    padding-top: 40px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
}
.aurora_features #le_section-one-content8 {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(70, 70, 70);
    font-size: 24px;
}
.aurora_features #le_section-one-content9 {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_features #le_section-three {
    background-color: rgb(237, 237, 237);
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_features #le_section-two-area1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section-two-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/balancemb/img4.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_features #le_section-two-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/balancemb/img5.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 40px;
}
.aurora_features #le_section-two-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/balancemb/img6.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_features #le_section-two-area5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/balancemb/img4.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_features #le_section-two-area6 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area7 {
    background-color: rgb(237, 234, 229);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area8 {
    background-color: rgb(230, 225, 218);
    padding-top: 100px;
    padding-right: 40px;
    padding-bottom: 100px;
    padding-left: 40px;
    text-align: center;
    font-size: 24px;
}
.aurora_features #le_section-two-area9 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.aurora_features #le_section1 {
    background-color: rgb(237, 237, 237);
    margin-top: px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.aurora_features #le_section1-content 4 {
    padding-top: 60px;
}
.aurora_features-copy #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_features-copy #le_headerRegion {
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_feature-content2 {
    padding-top: 175px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
}
.aurora_home #le_feature-content4 {
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    color: rgb(70, 70, 70);
}
.aurora_home #le_featureContainer {
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/landing_page_copy.jpg);
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 175px;
}
.aurora_home #le_gutterless-row1 {
    background-repeat: repeat;
    background-attachment: fixed;
}
.aurora_home #le_gutterless-row2 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 30px;
}
.aurora_home #le_headerContainer {
}
.aurora_home #le_headerRegion {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_home #le_masthead {
    background-color: rgba(0, 0, 0, 0.5);
}
.aurora_home #le_masthead-region {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 30px;
    padding-bottom: 20px;
}
.aurora_home #le_masthead-right {
    color: rgb(255, 255, 255);
}
.aurora_home #le_menu-region {
}
.aurora_home #le_region-four {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    background-position: center right;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_region-one {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_home #le_region-six {
    padding-top: 20px;
    padding-bottom: 30px;
}
.aurora_home #le_sec2 1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 Con 1 A {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2 X 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sec2-1 Con {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_sectio-five {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/mmp1/section5-image.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.aurora_home #le_section-five {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-five-area1 {
    padding-top: px;
    padding-bottom: px;
    font-size: px;
}
.aurora_home #le_section-four {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 70px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 30px;
}
.aurora_home #le_section-four-a {
    background-color: rgb(20, 79, 135);
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_home #le_section-four-area2 {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgb(56, 190, 183);
    border-width: 0px;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
}
.aurora_home #le_section-four-area3 {
    border-width: 0px;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
}
.aurora_home #le_section-four-b {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/cylinder_feature.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.aurora_home #le_section-one {
}
.aurora_home #le_section-seven {
    background-color: rgb(26, 25, 123);
}
.aurora_home #le_section-six {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 70px;
    padding-bottom: 70px;
}
.aurora_home #le_section-six-area2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/more_propane_cylinders_copy.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 115px;
    padding-right: 25px;
    padding-bottom: 115px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_home #le_section-six-area3 {
    background-color: rgb(238, 238, 238);
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
}
.aurora_home #le_section-six-area4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/liquid_cylinder_reconditioning.jpg);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_home #le_section-six-area5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/propane_cylinders.jpg);
    background-size: contain;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_home #le_section-six-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/balancemb/yoga2.jpg);
    background-size: cover;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 100px;
    padding-right: 25px;
    padding-bottom: 100px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.aurora_home #le_section-three {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0px;
}
.aurora_home #le_section-three-area1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 20px;
}
.aurora_home #le_section-two {
}
.aurora_home #le_section-two-area1 {
    padding-top: px;
    padding-bottom: px;
    text-align: center;
    font-size: 30px;
}
.aurora_home #le_section-two-area2 {
    background-color: rgb(102, 184, 171);
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_home #le_section-two-area3 {
    background-color: rgb(138, 208, 197);
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_home #le_section-two-area4 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_home #le_section-two-area5 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.aurora_home #le_section-two-area6 {
    padding-top: 20px;
    padding-bottom: 30px;
    color: rgb(127, 127, 127);
}
.aurora_home #le_section-two-area7 {
    padding-top: 20px;
    padding-bottom: 30px;
}
.aurora_home #le_section-two-area8 {
    padding-top: 20px;
    padding-bottom: 30px;
}
.aurora_home #le_section2-1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2-content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_section2_content 1 {
    background-color: rgb(230, 225, 218);
}
.aurora_home #le_top-panel {
    padding-top: px;
    padding-bottom: px;
}
.aurora_home #le_top-panel-area2 {
    color: rgb(255, 255, 255);
}
.aurora_home #le_top-panel-area3 {
    color: rgb(255, 255, 255);
}
.aurora_home #le_tp-close {
    background-color: rgb(197, 197, 197);
    border-width: px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: rgb(0, 0, 0);
}
.aurora_large-bulk-tanks #le_feature-content1-4 {
    margin-top: 20px;
}
.aurora_large-bulk-tanks #le_region-five {
    background-color: rgb(243, 243, 243);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_large-bulk-tanks #le_region-four {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_large-bulk-tanks #le_region-four-b {
    background-color: rgb(255, 255, 255);
}
.aurora_large-bulk-tanks #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/Our_Equpment_Top_Tanks_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_large-bulk-tanks #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/HYDROSTAT-43.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_large-bulk-tanks #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/HYDROSTAT-123/HYDROSTAT-123_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 85px;
}
.aurora_large-bulk-tanks #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/large-bulk/large_tank-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_large-bulk-tanks #le_region-three {
    background-color: rgb(243, 243, 243);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_large-bulk-tanks #le_region-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_large-bulk-tanks #le_section-four {
    padding-top: 0px;
}
.aurora_large-bulk-tanks #le_section-four-b {
    background-color: rgb(255, 255, 255);
}
.aurora_large-bulk-tanks #le_section-one {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
}
.aurora_large-bulk-tanks #le_section-one-area2 {
}
.aurora_large-bulk-tanks #le_section-three {
    padding-top: 0px;
}
.aurora_large-bulk-tanks #le_section-three {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_large-bulk-tanks #le_section-three-area1 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_meet-the-team #le_feature-content1 {
    background-color: rgb(0, 0, 0);
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_meet-the-team #le_featureContainer {
    padding-top: px;
}
.aurora_meet-the-team #le_headerRegion {
}
.aurora_meet-the-team #le_primary-area1 {
    background-color: rgb(255, 255, 255);
}
.aurora_meet-the-team #le_primary-content {
    background-color: rgb(239, 239, 239);
    padding-top: 0px;
}
.aurora_meet-the-team #le_section-one {
    background-color: rgb(255, 255, 255);
    padding-top: 50px;
}
.aurora_meet-the-team #le_section-six-area1 {
    padding-top: 44px;
}
.aurora_meet-the-team #le_section-three {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_meet-the-team #le_section-three-area1 {
    text-align: center;
}
.aurora_meet-the-team #le_section-three-area2 {
    padding-top: px;
    line-height: px;
}
.aurora_meet-the-team #le_section-three-area3 {
    padding-top: px;
    line-height: px;
}
.aurora_meet-the-team #le_section-three-area4 {
    padding-top: px;
    line-height: px;
}
.aurora_meet-the-team #le_section-two-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_meet-the-team #le_section-two-area3 {
    background-color: rgb(138, 208, 197);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_meet-the-team #le_section-two-area9 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
}
.aurora_meet-the-team #le_section1 {
    padding-top: px;
    padding-bottom: px;
}
.aurora_meet-the-team #le_sidebar-area1 {
    padding-top: px;
    padding-bottom: 20px;
}
.aurora_meet-the-team #le_sidebar-area4 {
    padding-top: 40px;
    padding-bottom: 20px;
}
.aurora_meet-the-team #le_sidebar-container {
    padding-top: px;
}
.aurora_my-training #le_feature {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 250px;
    padding-bottom: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.aurora_my-training #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/home-feature2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: px;
}
.aurora_my-training #le_header {
    border-width: px;
}
.aurora_news-and-jobs #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/propane_cylinders.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_news-and-jobs #le_region-two {
}
.aurora_our-equipment-old #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/Our_Equpment_Top_Tanks_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_our-services #le_feature-content1-4 {
    margin-top: 20px;
}
.aurora_our-services #le_region-five {
    background-color: rgb(255, 255, 255);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_our-services #le_region-four {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_our-services #le_region-four-a {
    background-color: rgb(243, 243, 243);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_our-services #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/HYDROSTAT-123/HYDROSTAT-123_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 85px;
}
.aurora_our-services #le_region-three {
    background-color: rgb(243, 243, 243);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_our-services #le_region-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_our-services #le_section-four {
    padding-top: 0px;
}
.aurora_our-services #le_section-one {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
}
.aurora_our-services #le_section-one-area2 {
}
.aurora_our-services #le_section-three {
    padding-top: 0px;
}
.aurora_our-services #le_section-three-area1 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_our-tanks #le_feature-content1-4 {
    margin-top: 20px;
}
.aurora_our-tanks #le_region-five {
    background-color: rgb(243, 243, 243);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_our-tanks #le_region-four {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_our-tanks #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/Our_Equpment_Top_Tanks_copy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_our-tanks #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/HYDROSTAT-43.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_our-tanks #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/HYDROSTAT-123/HYDROSTAT-123_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 85px;
}
.aurora_our-tanks #le_region-three {
    background-color: rgb(243, 243, 243);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_our-tanks #le_region-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_our-tanks #le_section-four {
    padding-top: 0px;
}
.aurora_our-tanks #le_section-one {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
}
.aurora_our-tanks #le_section-one-area2 {
}
.aurora_our-tanks #le_section-three {
    padding-top: 0px;
}
.aurora_our-tanks #le_section-three {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_our-tanks #le_section-three-area1 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_our-team-old #le_feature-content1 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_our-team-old #le_feature-content1-2 {
    padding-right: 0px;
    padding-left: 0px;
}
.aurora_our-team-old #le_feature-content1-3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_our-team-old #le_feature-content1-4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/About_Us_Bottom_Tanks_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 180px;
}
.aurora_our-team-old #le_feature-content1-5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/About_Us_Bottom_Tanks_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 180px;
}
.aurora_our-team-old #le_feature-content1-6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/About_Us_Bottom_Tanks_3.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 180px;
}
.aurora_our-team-old #le_feature-content1-7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/liquid_cylinder_reconditioning.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 180px;
}
.aurora_our-team-old #le_featureContainer {
    background-color: rgb(3, 123, 163);
    margin-top: 0px;
    padding-top: 50px;
}
.aurora_our-team-old #le_gutterless-row2 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_our-team-old #le_headerRegion {
    background-color: rgb(3, 123, 163);
}
.aurora_our-team-old #le_region-four {
}
.aurora_our-team-old #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/News_and_Jobs_Top_Tanks_copy.jpg);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_our-team-old #le_region-three {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_our-team-old #le_region-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}
.aurora_our-team-old #le_section-five {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_our-team-old #le_section-five-area1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_our-team-old #le_section-one {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 75px;
}
.aurora_our-team-old #le_section-six {
    margin-top: 0px;
}
.aurora_our-team-old #le_section-six-area3 {
    border-style: dotted;
    border-color: rgb(56, 190, 183);
    border-width: 1px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_our-team-old #le_section-three {
}
.aurora_our-team-old #le_section-two {
}
.aurora_our-team-old #le_section-two-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 24px;
}
.aurora_our-team-old #le_section-two-area3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_our-team-old #le_section-two-area5 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_our-team-old #le_section-two-area9 {
    padding-top: 50px;
    padding-bottom: 25px;
    font-size: 18px;
}
.aurora_our-team-old #le_sidebar-area3 {
    font-size: 14px;
}
.aurora_our-team-old #le_sidebar-area6 {
    font-size: 14px;
}
.aurora_our-team-old #le_sidebar-container {
    font-size: 12px;
}
.aurora_our-team-old #le_top-panel {
    background-color: rgb(138, 208, 197);
}
.aurora_schedule #le_section-one {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
}
.aurora_schedule #le_section-two-area2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_schedule #le_section-two-area3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_schedule #le_section-two-area9 {
    padding-top: 50px;
    padding-bottom: 25px;
}
.aurora_serivices #le_featureContainer {
    padding-top: px;
    padding-bottom: px;
}
.aurora_serivices #le_primary-content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.aurora_serivices #le_sidebar-container {
    background-color: rgb(239, 239, 239);
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
}
.aurora_serivices #le_sidebar-left {
    background-color: rgb(239, 239, 239);
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
}
.aurora_service-area #le_feature-content1-4 {
    margin-top: 20px;
}
.aurora_service-area #le_region-five {
    background-color: rgb(243, 243, 243);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_service-area #le_region-four {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_service-area #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/HYDROSTAT-17/HYDROSTAT-17_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.aurora_service-area #le_region-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/hydrostatinc/HYDROSTAT-123/HYDROSTAT-123_gallery.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 85px;
}
.aurora_service-area #le_region-three {
    background-color: rgb(243, 243, 243);
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_service-area #le_region-two {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_service-area #le_section-four {
    padding-top: 0px;
}
.aurora_service-area #le_section-one {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
}
.aurora_service-area #le_section-one-area2 {
}
.aurora_service-area #le_section-three {
    padding-top: 0px;
}
.aurora_service-area #le_section-three-area1 {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_services #le_primary-area5 {
}
.aurora_services #le_primary-area6 {
}
.aurora_services #le_sidebar-area1 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 16px;
}
.aurora_services #le_sidebar-container {
    background-color: rgb(230, 225, 218);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
}
.aurora_test #le_feature {
    text-align: center;
    color: rgb(255, 255, 0);
    font-size: 50px;
}
.aurora_test #le_featureContainer {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt1/media/contact-feature.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 250px;
    padding-bottom: 50px;
}
.aurora_test-1 #le_top-panel {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/mmpt2/media/amazing-736881.);
    background-color: rgba(70, 70, 70, 0.17);
    background-size: cover;
    background-position: bottom center;
}
.aurora_workshops #le_feature-content1 {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_featureContainer {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_gutterless-row1 {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_gutterless-row2 {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_section-one {
    background-color: rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_workshops #le_section-one-content {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_section-two {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_section-two-area1 {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_section-two-area2 {
    background-color: rgb(102, 184, 171);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_workshops #le_section-two-area3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.aurora_workshops #le_section-two-area5 {
    background-color: rgb(255, 255, 255);
}
.aurora_workshops #le_section-two-area9 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.navicon {
    color: rgb(255, 255, 255);
}
.seFormButton {
    background-color: rgb(26, 25, 123);
    color: rgb(255, 255, 255);
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
    background-image: none;
}
.se_button a, a.se_button {
    background-color: rgb(26, 25, 123);
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 0px;
}
.se_button a:hover, a.se_button:hover {
    background-color: rgb(33, 32, 156);
    border-color: rgba(0, 0, 0, 0);
}
.se_cta {
    background-color: rgb(26, 25, 123);
    border-color: rgb(26, 25, 123);
}
.se_cta .le_content a {
    color: rgb(255, 255, 255);
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
    border-color: rgb(204, 204, 204);
}
.se_footer {
    background-color: rgb(26, 25, 123);
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
    background-color: rgba(0, 0, 0, 0);
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
    background-color: rgb(241, 239, 239);
}
.se_menu {
    background-color: rgba(0, 0, 0, 0);
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
    background-color: rgb(26, 25, 123);
}
.se_menu li.le_menuitem_level_0 a,.navicon {
    font-size: 14px;
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_0 a:hover {
    color: rgb(204, 204, 204);
    background-color: rgba(0, 0, 0, 0);
}
.se_menu li.le_menuitem_level_1 a {
    color: rgb(255, 255, 255);
}
.se_menu li.le_menuitem_level_1 a:hover {
    color: rgb(221, 221, 221);
}
.se_siteBranding a {
    font-family: 'Lato';
    font-size: 40px;
    color: rgb(70, 70, 70);
    font-weight: normal;
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
    color: rgb(255, 255, 255);
    font-size: 20px;
}
.se_social a:hover {
    color: rgb(204, 204, 204);
}
.se_tagline {
    font-family: 'Lato';
    color: rgb(255, 255, 255);
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
    color: rgb(255, 255, 255);
}
a:hover {
    color: rgb(204, 204, 204);
}
blockquote {
    font-family: 'Lato';
    font-size: 22px;
    font-style: italic;
}
h1, h1 a, .title1, .title1 a {
    font-family: 'Lato';
    font-size: 32px;
    color: rgb(255, 255, 255);
    font-weight: normal;
}
h2, h2 a, .title2, .title2 a {
    font-family: 'Lato';
    font-size: 28px;
    color: rgb(26, 25, 123);
    font-weight: normal;
}
h3, h3 a, .title3, .title3 a {
    font-family: 'Lato';
    font-size: 24px;
    color: rgb(26, 25, 123);
    font-weight: normal;
    font-style: normal;
}
h4, h4 a, .title4, .title4 a {
    font-family: 'Lato';
    font-size: 20px;
    color: rgb(26, 25, 123);
    font-weight: normal;
}
h5, h5 a, .title5, .title5 a {
    font-family: 'Lato';
    font-size: 18px;
    color: rgb(26, 25, 123);
}
h6, h6 a, .title6, .title6 a {
    font-family: 'Lato';
    font-size: 16px;
    color: rgb(242, 106, 64);
}
hr {
    background-color: rgba(70, 70, 70, 0.17);
}
p, ul, ol, dl {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_feature-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    #le_footer-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_feature-content1-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_feature-content1-3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_feature-content1-4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_feature-content1-5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_feature-content1-6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_feature-content1-7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_region-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_region-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_region-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_bevcarb-cryogenic-liquid-cylinder-repair #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_certifications #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_certifications #le_region-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_region-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_region-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact-us #le_region-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_feature-content2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_region-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_region-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-a {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-b {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_feature-content1-4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_region-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_region-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_region-four-b {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_region-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_region-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_section-four-b {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_large-bulk-tanks #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_meet-the-team #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_news-and-jobs #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_news-and-jobs #le_region-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-equipment-old #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-services #le_feature-content1-4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-services #le_region-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-services #le_region-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-services #le_region-four-a {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-services #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-services #le_region-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-services #le_region-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-services #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-services #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-services #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-services #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-services #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_feature-content1-4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_region-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_region-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_region-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_region-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-tanks #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_feature-content1-2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_feature-content1-3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_feature-content1-4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_feature-content1-5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_feature-content1-6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_feature-content1-7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_featureContainer {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_region-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_region-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_region-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-team-old #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_service-area #le_feature-content1-4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_service-area #le_region-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_service-area #le_region-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_service-area #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_service-area #le_region-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_service-area #le_region-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_service-area #le_region-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_service-area #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_service-area #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_service-area #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_service-area #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_service-area #le_section-three-area1 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_feature-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    #le_footer-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_feature-content1-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_feature-content1-3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_feature-content1-4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_feature-content1-5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_feature-content1-6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_feature-content1-7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_region-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_region-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_region-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_bevcarb-cryogenic-liquid-cylinder-repair #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_certifications #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_certifications #le_region-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_region-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_region-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact-us #le_region-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_feature-content2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_region-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_region-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-a {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-b {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_feature-content1-4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_region-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_region-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_region-four-b {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_region-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_region-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_section-four-b {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_large-bulk-tanks #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_meet-the-team #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_news-and-jobs #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_news-and-jobs #le_region-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-equipment-old #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-services #le_feature-content1-4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-services #le_region-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-services #le_region-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-services #le_region-four-a {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-services #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-services #le_region-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-services #le_region-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-services #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-services #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-services #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-services #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-services #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_feature-content1-4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_region-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_region-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_region-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_region-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-tanks #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_feature-content1-2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_feature-content1-3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_feature-content1-4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_feature-content1-5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_feature-content1-6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_feature-content1-7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_featureContainer {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_region-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_region-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_region-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-team-old #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_service-area #le_feature-content1-4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_service-area #le_region-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_service-area #le_region-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_service-area #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_service-area #le_region-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_service-area #le_region-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_service-area #le_region-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_service-area #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_service-area #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_service-area #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_service-area #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_service-area #le_section-three-area1 {
    }
}

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