/*======================================================
Screen Style Sheet
Wabash Power
------------------------------------------------------
Author(s): Diana AT Topspot
Created: 07/09/19

Primary color - #89c2dc
Secondary color - #292b2c
Tertiary color - #eeeeee

TOC: Mixins, General, Scaffolding, Position Specific Styles, Colors, Tables, Buttons, Seperators, Custom Element Styles, Header, Primary Navigation, Home Banner, Inner Banner, Breadcrumbs, Tabbed Content, Text Blocks, Video, Fancybox, Charts & Graphs, Forms, Search Results, Buckets, Gallery & Carousel, Modals, Blog, PDF, Files, Paging, Job Listing, Address, Sidebar, Footer

======================================================*/

.tablet,
.tablet-ib,
.mobile-ib,
.mobile,
.tablet-inline {
  display: none !important;
}
#mobile-nav {
  display: none;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(24,119,209,0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(24,119,209,0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(24,119,209,0.3);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(24,119,209,0.3);
    box-shadow: 0 0 0 0 rgba(24,119,209,0.3);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(24,119,209,0.3);
    box-shadow: 0 0 0 10px rgba(24,119,209,0.3);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(24,119,209,0.3);
    box-shadow: 0 0 0 0 rgba(24,119,209,0.3);
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.hidden,
.hidetext,
.special,
.smallsite {
  display: none !important;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.warning,
.error {
  color: #a00;
  font-size: 10px;
  text-align: left;
  display: block;
}
.errorMessage {
  color: #a00;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  margin: 2px auto 0;
  display: block;
}
#token,
.special {
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  border: none;
  position: absolute;
  left: -9999px;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
address {
  margin: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
img.left {
  margin: 0 15px 15px 0;
}
img.right {
  margin: 0 0 15px 15px;
}
img {
  max-width: 100%;
}
.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sep {
  margin: 0 6px;
  display: inline-block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
input,
textarea,
a,
.btn,
button {
  outline: none;
}
input[type="file"]:focus {
  cursor: pointer;
}
.constrain {
  max-width: 1200px;
  margin: 0 auto;
}
a,
input,
textarea,
button,
.btn,
#header-top,
#header-bottom,
#search-toggle,
.search-form,
.img-wrapper:before,
.slick-arrow:before,
.fancybox-arrow:after {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.richtext p {
  line-height: 1.5;
  letter-spacing: 0.09px;
}
p + .button {
  margin-top: 15px;
}
body {
  color: #0c263f;
  font-size: 16px;
  font-family: "acumin-pro", sans-serif;
  margin: 0 !important;
  padding-top: 142px;
}
html.noscroll,
html.noscroll body {
  overflow: hidden !important;
  position: relative;
  height: 100%;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  color: #0c263f;
  font-weight: 700;
}
.h1,
.h2,
.h3,
.h4 {
  display: block;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 46px;
  margin: 0;
  letter-spacing: -2.5px;
}
h2,
.h2 {
  font-size: 34px;
  margin: 20px 0;
  letter-spacing: -1.5px;
}
h3,
.h3 {
  font-size: 19px;
  margin: 20px 0 5px;
}
.image-bg h3,
.image-bg .h3,
.image-bg ul.fancy b {
  color: #fff;
}
h4,
.h4,
ul.fancy b {
  color: #666;
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 20px 0 10px;
  display: block;
}
ul.fancy li:first-child b {
  margin-top: 0;
}
h5,
.h5 {
  color: #666;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h6,
.h6 {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
p,
.richtext ul li {
  font-size: 14px;
  line-height: 22px;
}
.large p,
p.large {
  font-size: 16px;
  line-height: 24px;
}
p a,
ul li a,
a {
  color: #0e3f6e;
}
a:hover {
  text-decoration: underline;
}
.bold:before {
  font-weight: bold;
}
.subheading {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 6px;
}
.subheading + .button {
  margin-top: 24px;
  margin-bottom: 24px;
}
#main-content > .block-1 {
  padding-top: 60px;
}
#main-content .block-1 .w50 .button {
  margin-top: 24px;
  margin-bottom: 24px;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.33333%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w66 {
  width: 66.66666%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w100 {
  width: 100%;
}
.block {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-position: center center;
  padding-bottom: 40px;
  background-size: cover;
  position: relative;
}
.block:first-child {
  padding-top: 40px;
}
.block.full {
  max-width: 100%;
}
.block.full {
  padding-left: calc(50vw - 600px);
  padding-right: calc(50vw - 600px);
}
.block.medium {
  padding-left: calc(50vw - 384px);
  padding-right: calc(50vw - 384px);
  max-width: 100%;
}
.block.narrow {
  padding-left: calc(50vw - 284px);
  padding-right: calc(50vw - 284px);
  max-width: 100%;
}
.block.has-bg {
  padding-top: 40px;
}
.block.has-bg:not(.full) {
  padding-left: 40px;
  padding-right: 40px;
}
.block.middle-align {
  align-items: center;
}
.block.bottom-align {
  align-items: flex-end;
}
.block.full.column-has-bg {
  padding-left: 0;
  padding-right: 0;
}
.block.full.column-has-bg .column:first-child {
  padding-left: calc(50vw - 608px);
}
.block.full.column-has-bg .column:last-child {
  padding-right: calc(50vw - 608px);
}
.block.has-bg + .block,
.block.column-has-bg + .block {
  padding-top: 40px;
}
.block.has-bg + .block.column-has-bg {
  padding-top: 0;
}
.block.column-has-bg {
  padding-top: 0;
  padding-bottom: 0;
}
.block.column-has-bg .column {
  padding-top: 40px;
  padding-bottom: 40px;
}
#id-68 .nested .block {
  padding-top: 0;
  padding-bottom: 0;
}
#id-68 .nested .block > .column:first-child {
  margin-top: -20px;
}
.nested .block.has-bg .column:first-child,
.nested .block.column-has-bg .column:first-child {
  padding-left: 15px;
}
.nested .block.has-bg .column:last-child,
.nested .block.column-has-bg .column:last-child {
  padding-right: 15px;
}
.nested > .block:first-child {
  padding-top: 0;
}
.nested > .block:last-child {
  padding-bottom: 0;
}
.block .column {
  background-size: cover;
  display: block;
  flex-direction: column;
}
.block .column:not(:first-child) {
  padding-left: 16px;
}
.block .column:not(:last-child) {
  padding-right: 16px;
}
.block .column:last-child {
  margin-right: auto;
}
.richtext p:last-child {
  margin-bottom: 0;
}
.richtext + .button {
  margin-top: 22px;
  display: inline-block;
}
.richtext + .richtext,
.button + .nested{
  margin-top: 20px;
}
.content-block > .richtext + .button {
  margin-top: 30px;
}
.img-wrapper + .richtext h1:first-child,
.img-wrapper + .richtext h2:first-child,
.img-wrapper + .richtext p:first-child {
  margin-top: 30px;
}
.button + .buckets {
  margin-top: 30px;
}
.white-bg {
  background-color: #ffffff;
  color: #292b2c;
}
.primary-bg {
  background: #edf4f7;
  background: -moz-linear-gradient(top,#edf4f7 0%,#ffffff 100%);
  background: -webkit-linear-gradient(top,#edf4f7 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#edf4f7 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf4f7',endColorstr='#ffffff',GradientType=0);
}
.secondary-bg {
  background-color: #292b2c;
  color: #ffffff;
}
.tertiary-bg {
  background-color: #eeeeee;
  color: #89c2dc;
}
.white h2,
.white h3,
.white h4,
.image-bg h4:first-child:last-child,
.image-bg .barchart .percent .number {
  color: #fff;
}
.table {
  min-width: 500px;
}
.table tbody:first-child tr:first-child td,
.table thead:first-child tr:first-child th {
  font-weight: bold;
  background: #eee;
  color: #89c2dc;
  text-align: left;
}
.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #888;
}
.table tbody:first-child tr td:first-child {
  font-weight: bold;
  text-align: left;
}
.table-responsive {
  position: relative;
  overflow: auto;
  display: block;
  padding-bottom: 15px;
  border: 0;
}
.table-responsive::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eeeeee;
  height: 10px;
}
.table-responsive::-webkit-scrollbar {
  width: 12px;
  background-color: #eeeeee;
  height: 5px;
  border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #89c2dc;
}
.table-responsive thead {
  background-color: #ffc107;
  font-weight: 700;
}
.table-responsive tr:nth-child(even) {
  background-color: #eee;
}
.button {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  min-width: 168px;
  padding: 6px 24px;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #ffc107;
  color: #0c263f;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24);
}
.button:hover {
  -webkit-box-shadow: 0 8px 8px 0 rgba(0,0,0,0.24);
  -moz-box-shadow: 0 8px 8px 0 rgba(0,0,0,0.24);
  box-shadow: 0 8px 8px 0 rgba(0,0,0,0.24);
  color: #0c263f;
  text-decoration: none;
}
.button.hollow {
  color: #0e3f6e;
  border: 2px solid #0e3f6e;
  background-color: transparent;
}
.button.hollow:hover {
  background-color: #0e3f6e;
  color: #fff;
}
.button.hollow-white {
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}
.button.hollow-white:hover {
  background-color: #0e3f6e;
  color: #fff;
}
.button.arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f323';
  margin-right: 10px;
  font-weight: normal;
  font-size: 13px;
}
.button.arrow-right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f324';
  margin-left: 10px;
  font-weight: normal;
  font-size: 13px;
}
.small-btn {
  font-size: 0.7em;
  letter-spacing: 0.05em;
  line-height: 28px;
  height: 28px;
  padding: 0 16px;
}
hr {
  margin: 0;
  border-top: 1px solid #ddd;
}
.hr {
  background: url("../assets/images/template/hr.png") center center no-repeat;
  height: 22px;
  width: 100%;
  margin: 60px auto;
  display: block;
}
.hr:first-child,
.text-blocks-wrapper.small + .hr {
  margin-top: 0;
}
.hr:last-child {
  margin-bottom: 0;
}
.divider {
  text-align: center;
  margin: 40px auto;
  position: relative;
}
.divider:before,
.divider:after {
  content: "";
  background: #ddd;
  width: 40%;
  height: 1px;
  display: block;
  position: absolute;
  top: 49%;
}
.divider:before {
  left: 0;
}
.divider:after {
  right: 0;
}
.spacer {
  height: 40px;
  display: block;
  clear: both;
}
.round,
.round:before {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
ul.fancy {
  text-align: left;
}
ul.fancy li,
.key-features {
  position: relative;
  font-size: 14px;
}
ul.fancy li:last-child {
  margin-bottom: 0;
}
.quote {
  border-left: none;
  padding: 10px 0 0 50px;
  position: relative;
}
.quote:before {
  content: "\201C";
  color: #fd8587;
  font-family: sans-serif;
  font-size: 100px;
  line-height: 0.8;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.quote .content {
  font-size: 1.4em;
  display: block;
}
.quote .source {
  font-style: italic;
  margin: 10px 0 0;
  display: block;
}
.quote .source:before {
  content: "\2013";
  margin-right: 5px;
  display: inline-block;
}
.global-nav-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  justify-content: flex-end;
  align-items: center;
}
.global-nav-wrapper #global-nav {
  flex: 0 0 400px;
  text-align: right;
}
.telephone {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 20px;
  margin-left: 32px;
}
.telephone span {
  color: #ffc107;
  margin-right: 8px;
}
.shopping-cart {
  color: #fff;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 16px;
  margin-left: 36px;
  text-transform: uppercase;
}
.shopping-cart span {
  margin-right: 8px;
}
.header-tablet .shopping-cart {
  margin-left: 0;
  text-align: center;
}
#global-nav {
  line-height: 1;
  margin-left: 10px;
}
#global-nav > li {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  margin: 0 10px;
  display: inline-block;
  position: relative;
}
#global-nav > li a {
  color: #fff;
}
#global-nav > li a:hover {
  color: #ffc107;
}
.search-toggle {
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  text-align: right;
  width: 40px;
  position: relative;
  z-index: 1;
}
.search-toggle:hover {
  cursor: pointer;
  color: #ffc107;
}
.nav-search-wrapper {
  float: right;
}
.search-wrapper {
  float: left;
  position: relative;
}
.search-wrapper .search-toggle .open {
  display: none;
}
.search-wrapper .search-toggle .closed {
  display: block;
}
.search-wrapper.active .search-toggle .closed {
  display: none;
}
.search-wrapper.active .search-toggle .open {
  display: block;
}
.search-wrapper.active .search-container {
  width: 300px;
  opacity: 1;
}
.search-container {
  position: absolute;
  top: 9px;
  right: 35px;
  background-color: #fff;
  width: 0;
  height: 40px;
  opacity: 0;
  -webkit-border-radius: 22.5px;
  -moz-border-radius: 22.5px;
  border-radius: 22.5px;
  -moz-transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.search-form {
  position: relative;
  width: 100%;
}
.search-form span {
  width: 36px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.search-form input,
.search-form button {
  color: #0c263f;
  vertical-align: middle;
  background: none;
  border: none;
  box-shadow: none;
  line-height: 40px;
  height: 40px;
  display: inline-block;
}
.search-form input {
  font-size: 14px;
  width: 258px;
  padding: 0 40px 0 0;
}
.search-form input:focus {
  border-color: #292b2c;
}
.search-form button {
  width: 36px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  margin: 0;
}
.search-form button:hover:after {
  color: #89c2dc;
}
.search-input::-webkit-input-placeholder {
  color: #0c263f;
}
.search-input::-moz-placeholder {
  color: #0c263f;
}
.search-input:-ms-input-placeholder {
  color: #0c263f;
}
.search-input:-moz-placeholder {
  color: #0c263f;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 142px;
  z-index: 999;
  background: #0e3f6e;
  background: -moz-linear-gradient(left,#0e3f6e 0%,#0c263f 100%);
  background: -webkit-linear-gradient(left,#0e3f6e 0%,#0c263f 100%);
  background: linear-gradient(to right,#0e3f6e 0%,#0c263f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e3f6e',endColorstr='#0c263f',GradientType=1);
}
#header .logo {
  width: 206px;
  position: absolute;
  top: 20px;
}
#header-top {
  margin-bottom: -10px;
}
#header-bottom {
  background: none;
  padding-bottom: 20px;
}
.header-emergency {
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.header-emergency .emergency-service {
  text-transform: uppercase;
  pointer-events: none;
}
.header-emergency a {
  color: #0c263f;
}
.emergency-service,
a.canadian {
  display: inline-block;
}
a.canadian {
  width: 28%;
}
.emergency-service {
  width: 66%;
  background-color: #ffc107;
  font-weight: 700;
  font-family: "acumin-pro-condensed", sans-serif;
  text-align: center;
}
.emergency-service i {
  margin-right: 8px;
}
.emergency-service .phone {
  margin-left: 24px;
}
a.canadian {
  background-color: #0e3f6e;
  color: #fff;
  padding-left: 24px;
  flex: 1 1 auto;
}
a.canadian .flag img {
  width: 35px;
  margin-bottom: 2px;
}
a.canadian:hover {
  color: #ffc107;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .emergency-service {
    padding-left: 25%;
  }
}
#header nav {
  float: left;
}
#primary-nav a {
  text-decoration: none;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  #primary-nav #nav-id-63,
  #primary-nav #nav-id-70,
  #primary-nav #nav-id-71,
  #primary-nav #nav-id-74,
  #primary-nav #nav-id-77 {
    display: none;
  }
  #primary-nav > li {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    position: relative;
  }
  #primary-nav > li > a {
    padding: 0 16px;
    position: relative;
    color: #fff;
  }
  #primary-nav > li > a >i {
    display: none;
  }
  #primary-nav > li.active > a,
  #primary-nav > li > a:hover,
  #primary-nav > li:hover > a {
    color: #ffc107;
  }
  #primary-nav > li > ul {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
  }
  #primary-nav ul {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #0c263f;
    font-family: "acumin-pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
    width: 330px;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 10;
    display: none;
    text-transform: none;
  }
  #primary-nav ul.active {
    display: block;
  }
  #primary-nav ul li {
    line-height: normal;
    position: relative;
  }
  #primary-nav ul li a {
    color: #000;
    font-size: 14px;
    padding: 10px 20px;
  }
  #primary-nav ul li a:hover {
    background-color: #0e3f6e;
    color: #fff;
  }
  #primary-nav ul li > i {
    position: absolute;
    z-index: 200;
    right: 15px;
    font-style: normal;
    top: 13px;
    font-size: 16px;
  }
  #primary-nav ul ul {
    background-color: #edf4f7;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    position: relative;
    top: 0;
    margin-bottom: -10px;
  }
}
.page-1 .block-1 .subheading {
  margin-bottom: 16px;
}
#home-banner picture {
  width: 100% !important;
  height: 520px;
  overflow: hidden;
  position: absolute;
}
#home-banner ul.slides li .outer-caption {
  height: 100%;
  width: 34%;
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#home-banner ul.slides li .outer-caption:before {
  background-color: #0c263f;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
}
#home-banner ul.slides li .outer-caption .inner-caption {
  margin: auto 30px;
  position: relative;
  z-index: 2;
}
#home-banner {
  width: 100%;
  height: 520px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#home-banner .slides li {
  width: 100%;
  height: 520px;
  margin: 0;
  display: none;
}
#home-banner picture {
  width: 60%;
  height: 520px;
  overflow: hidden;
  position: absolute;
}
#home-banner picture img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#home-banner .constrain {
  position: relative;
}
#home-banner .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  right: 0;
}
#home-banner .caption .constrain {
  height: 100%;
  position: relative;
}
#home-banner .caption .constrain .home-banner-caption {
  width: 33%;
  position: absolute;
  right: 0;
  top: 90px;
  padding: 0 20px;
}
#home-banner .caption .title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2.91px;
  line-height: 1;
  margin-bottom: 10px;
}
#home-banner .caption .subtitle {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "acumin-pro-condensed", sans-serif;
  letter-spacing: 1px;
}
#home-banner .caption p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}
#home-banner .caption .button {
  margin-top: 15px;
}
#home-banner .flex-control-paging {
  bottom: 20px;
  z-index: 3;
  width: 31%;
  right: 0;
  text-align: left;
  padding-left: 0;
}
#home-banner .flex-control-paging li a {
  background: transparent;
  box-shadow: none;
  border: 2px solid #fff;
  background-color: #fff;
  opacity: 0.4;
}
#home-banner .flex-control-paging li a:hover,
#home-banner .flex-control-paging li a.flex-active {
  background-color: #fff;
  opacity: 1;
}
#home-banner .flex-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f104';
  color: white;
}
#home-banner .flex-next:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  color: white;
}
.banner-popup {
  width: 437px;
  height: 268px;
  position: absolute;
  right: -392px;
  bottom: 0;
  background-color: #104a83;
  z-index: 99;
  border-left: 4px solid #ffc107;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.banner-popup.open {
  right: 0;
}
.banner-popup.open .title i {
  transform: rotate(180deg);
}
.banner-popup .popup-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-popup .title span,
.banner-popup h4,
.banner-popup p {
  color: #fff;
}
.banner-popup .title {
  font-size: 13px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  position: absolute;
  transform: rotate(-90deg);
  top: 114px;
  width: 268px;
  left: -114px;
  background-image: url(/assets/images/template/icon-lightbulb.svg);
  background-repeat: no-repeat;
  background-position: 35px center;
  padding-left: 38px;
  z-index: 99;
  cursor: pointer;
}
.banner-popup .title i {
  margin-left: 10px;
}
.banner-popup .content {
  width: 100%;
  height: 268px;
  padding: 30px 30px 30px 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.banner-popup .content p {
  margin-bottom: 20px;
}
.banner-popup .content .button + .button {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .banner-popup {
    width: 100%;
    right: -86%;
    height: 280px;
  }
  .banner-popup .content .button + .button {
    margin-top: 5px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  #home-banner ul.slides li .outer-caption {
    width: 50%;
  }
  #home-banner .caption .title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  #home-banner ul.slides li .outer-caption {
    width: 100%;
  }
  #home-banner .caption {
    top: 320px;
    height: 200px;
  }
  #home-banner .caption ::before {
    opacity: 1 !important;
  }
  #home-banner .caption .title {
    font-size: 32px;
  }
  #home-banner ul.slides li .outer-caption .inner-caption {
    margin: 0px auto 30px;
  }
  #home-banner picture {
    height: 320px;
    top: 0;
  }
  #home-banner picture img {
    height: 100%;
    object-fit: cover;
  }
  #home-banner .flex-control-paging {
    bottom: 10px;
    width: 100%;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1201px) {
  #home-banner {
    height: 720px;
  }
  #home-banner .slides li {
    height: 720px;
  }
  #home-banner picture {
    height: 720px;
  }
}
#inner-banner {
  background: center center #ccc;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#inner-banner h1
#inner-banner .h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 4em;
  width: 100%;
  padding: 0 3%;
  position: absolute;
  bottom: 180px;
  left: 0;
}
#inner-banner picture img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#inner-banner > span,
#inner-banner > div {
  position: absolute;
  z-index: 2;
}
ul.B_crumbBox {
  list-style: none;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.B_crumbBox li {
  color: #ccc;
  display: inline-block;
}
ul.B_crumbBox li.B_currentCrumb {
  color: #fff;
}
ul.B_crumbBox li a {
  color: #ccc;
}
ul.B_crumbBox li a:hover {
  text-decoration: underline;
}
.crumb-container {
  font-size: 14px;
}
.crumb-container a {
  color: #0c263f;
}
.crumb-container a:hover,
.crumb-container a:active {
  color: #0e3f6e;
}
.crumb-container .current {
  color: #0e3f6e;
}
.crumb-container .crumb {
  display: inline-block;
  position: relative;
  padding-right: 24px;
}
.crumb-container .crumb::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 10px;
  width: 12px;
  height: 1px;
  background-color: #0c263f;
}
.crumb-container .crumb.current {
  padding-right: 0;
}
.crumb-container .crumb.current::after {
  content: none;
}
.crumb-container.tablet .crumb::after {
  content: none;
}
.text-tabs.dark-bg .tab-content,
.image-bg .text-blocks {
  color: #ccc;
  color: rgba(255,255,255,0.8);
}
.text-tabs.dark-bg .tab-title {
  color: #fff;
}
.text-tabs .tab-title:hover,
.text-tabs.dark-bg .tab-title:hover {
  color: #2bc271 !important;
  cursor: pointer;
}
.bullet-tabs .tab-title span {
  line-height: 1.2;
  vertical-align: middle;
}
.bullet-tabs .tab-title .title {
  display: inline-block;
}
.bullet-tabs .tab-title .bullet {
  background: #888;
  border: 6px solid #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -31px;
}
.bullet-tabs .tab-title:before {
  content: "";
  height: 100%;
  width: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
}
.bullet-tabs .tab-title.current .bullet {
  background: #fff;
  border: 2px solid #0065aa !important;
  height: 18px;
  width: 18px;
  top: 9px;
  left: -30px;
}
.text-tabs .tabs-menu-wrapper {
  margin: 0 0 20px -5px;
}
.text-tabs .tab-title,
.text-tabs .tab-content {
  color: #888;
}
.text-tabs .tab-title {
  margin-right: 10px;
  padding: 5px;
  display: inline-block;
}
.text-tabs .tab-title.current {
  color: #f56c6e !important;
  font-weight: bold;
}
.tabs .tab-content {
  display: none;
}
.tabs .tab-content.current {
  display: block;
}
.tabbed-content .tab-content {
  border: 1px solid #89c2dc;
  padding: 32px;
}
.tabbed-content .content-block {
  padding: 0;
}
.tabbed-content .nav-tabs li {
  margin-right: -3px;
}
.tabbed-content .nav-tabs a,
.tabbed-content .nav-tabs li.active a {
  border: 1px solid #89c2dc;
  border-bottom-color: transparent;
  border-radius: 0;
  color: #292b2c;
}
.tabbed-content .nav-tabs li.active a {
  background-color: #89c2dc;
}
.tabbed-content .nav-tabs a:hover {
  border: 1px solid #89c2dc;
  border-bottom-color: transparent;
  background-color: #eeeeee;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel-heading {
  padding: 0;
  border: 1px solid #0c263f;
  border-radius: 0;
  background-color: #0c263f;
}
.panel-group .panel-heading a {
  padding: 10px 15px 10px 40px;
  display: block;
  position: relative;
  color: white;
}
.panel-group .panel-heading a:focus {
  text-decoration: none;
}
.panel-group .panel-heading a:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 15px;
}
.panel-group .panel-heading a[aria-expanded="true"] {
  background-color: #0c263f;
  color: white;
}
.panel-group .panel-heading a[aria-expanded="true"]:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 15px;
}
.panel-arrows .panel-heading a:before {
  content: '\f107';
}
.panel-arrows .panel-heading a[aria-expanded="true"]:before {
  content: '\f106';
}
.panel-plusminus .panel-heading a:before {
  content: '\f067';
}
.panel-plusminus .panel-heading a[aria-expanded="true"]:before {
  content: '\f068';
}
.panel-group .panel-body {
  border: 1px solid #0c263f;
  border-radius: 0;
}
.panel-group .content-block {
  padding: 0;
}
.text-blocks-wrapper.small {
  font-size: 0.9em;
  text-align: center;
  padding: 20px 0;
}
.text-blocks-wrapper.small .text-block {
  text-align: left;
  vertical-align: top;
  width: 32%;
  padding: 20px 20px 20px 70px;
  display: inline-block;
  position: relative;
}
.text-blocks-wrapper.small .icon {
  width: 50px;
  position: absolute;
  top: 20px;
  left: 0;
}
.text-blocks-wrapper.small h5 {
  margin: 0 0 12px;
}
.image-bg .text-blocks-wrapper.small h5 {
  color: #fff;
}
.text-blocks-wrapper.small p {
  color: #888;
}
.text-blocks-wrapper.small a {
  font-size: 0.9em;
  font-weight: bold;
}
.text-blocks-wrapper.large {
  padding: 40px 0 0;
}
.text-blocks-wrapper.large .text-block {
  margin: 60px 0;
  padding: 20px 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.text-blocks-wrapper.large .text-block:first-child {
  margin-top: 0;
}
.text-blocks-wrapper.large .text-block:last-child {
  margin-bottom: 0;
}
.text-blocks-wrapper.large .text-block .content {
  width: 50%;
}
.text-blocks-wrapper.large .text-block:nth-child(odd) .content {
  padding-right: 40px;
  float: left;
}
.text-blocks-wrapper.large .text-block:nth-child(even) .content {
  padding-left: 40px;
  float: right;
}
.text-blocks-wrapper.large .text-block .image {
  background: center center no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
}
.text-blocks-wrapper.large .text-block:nth-child(odd) .image {
  right: 0;
}
.text-blocks-wrapper.large .text-block:nth-child(even) .image {
  left: 0;
}
.custom-tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.custom-tabs .nav-tabs-vertical {
  width: 32%;
  padding: 0;
  margin-right: 2%;
}
.custom-tabs .nav-tabs-vertical .tab-title {
  margin-bottom: 0;
}
.custom-tabs .nav-tabs-vertical .tab-subtitle {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.custom-tabs .nav-tabs-vertical li {
  float: none;
}
.custom-tabs .nav-tabs-vertical li span {
  display: inline-block;
  position: relative;
  float: right;
}
.custom-tabs .nav-tabs-vertical li.active a {
  background: none;
}
.custom-tabs .nav-tabs-vertical li.active span {
  -webkit-box-shadow: 0 2px 11px 5px rgba(24,119,209,0.3);
  -moz-box-shadow: 0 2px 11px 5px rgba(24,119,209,0.3);
  box-shadow: 0 2px 11px 5px rgba(24,119,209,0.3);
  border: 1px solid #1877d1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
}
.custom-tabs .nav-tabs-vertical li.active span i {
  position: absolute;
  top: 1px;
  left: 1px;
}
.custom-tabs .nav-tabs-vertical li:hover a {
  background: none;
  color: #1877d1;
}
.custom-tabs .nav-tabs-vertical li:hover span i {
  -webkit-box-shadow: 0 2px 11px 5px rgba(24,119,209,0.3);
  -moz-box-shadow: 0 2px 11px 5px rgba(24,119,209,0.3);
  box-shadow: 0 2px 11px 5px rgba(24,119,209,0.3);
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.custom-tabs .nav-tabs-vertical li a {
  border: 0 !important;
  color: #0c263f;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-left: 0;
  -moz-transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.custom-tabs .nav-tabs-vertical li a span {
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
}
.custom-tabs .nav-tabs-vertical .nav-tabs {
  border: 0;
  width: 200px;
}
.custom-tabs .mobile-nav-tabs {
  background: #edf4f7;
  position: relative;
  padding: 0 0 8px;
}
.custom-tabs .mobile-nav-tabs a,
.custom-tabs .mobile-nav-tabs .select {
  color: #0c263f;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px;
  letter-spacing: 1px;
}
.custom-tabs .mobile-nav-tabs .select {
  text-align: center;
  font-size: 14px;
}
.custom-tabs .mobile-nav-select {
  display: none;
  position: relative;
  margin: 8px 0;
}
.custom-tabs .mobile-nav-select::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  color: #0c263f;
  line-height: 36px;
  height: 36px;
  width: 30px;
  position: absolute;
  top: 2px;
  right: 6px;
  z-index: -1;
  text-align: center;
}
.custom-tabs .mobile-nav-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 0;
  width: 100%;
  border: 0;
  background-color: transparent;
  color: #0c263f;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "acumin-pro-condensed", sans-serif;
  padding: 8px;
  letter-spacing: 1px;
  border-top: 4px solid #edf4f7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.custom-tabs .mobile-nav-select::-ms-expand {
  display: none;
}
.custom-tabs .tab-content {
  width: 66%;
  border: 0;
  padding: 0;
  display: flex;
  position: relative;
}
.custom-tabs .tab-pane {
  width: 100%;
}
.custom-tabs .tab-wrapper {
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: #edf4f7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.custom-tabs .tab-text {
  position: relative;
  flex: 1 1 50%;
  padding: 0 32px;
}
.custom-tabs .tab-image {
  flex: 1 1 50%;
}
.custom-tabs .tab-image img {
  width: 100%;
}
.custom-tabs .tab-text-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
.custom-tabs .button {
  margin-top: 24px;
}
.feature-wrapper .feature {
  float: left;
  width: 30%;
  margin-right: 2%;
}
.feature-wrapper .icon {
  height: 120px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.feature-wrapper .title {
  margin: 16px 0 8px;
}
/* Video Blocks */
.video-block {
	text-align:center;
}
.video {
	background:center center no-repeat;
	-webkit-background-size:cover !important;
	-moz-background-size:cover !important;
	-o-background-size:cover !important;
	background-size:cover !important;
	height:340px;
	width:100%;
	max-width: 520px;
	margin:0 auto 0 auto;
	padding:0 40px;
	display:block;
	position:relative;
}
.video:after{
    content:'';
    background-color: black;
    opacity: .5;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.video .play {
	margin-top: -30px;
	margin-left: -30px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
	width: 60px;
	height: 60px;
	line-height: 77px;
	background-color: white;
	border-radius: 100%;
}
.video .play i {
	font-size: 40px;
	color:#ffc107;
	margin-left: 0px;
	line-height: 40px;
}
.video:hover .play{
    background-color: #ffc107 ;
}
.video:hover .play i {
	color:white;
}
.video-block .subtitle {
	color:#888;
	font-size:0.9em;
	margin-bottom:0;
}

.fancybox-arrow {
  opacity: 1 !important;
}
.fancybox-arrow:after {
  background-color: transparent;
  background-image: none;
  color: white;
  font-size: 20px;
}
.fancybox-arrow:hover:after {
  opacity: .5;
}
.fancybox-arrow--left:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
}
.fancybox-arrow--right:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
}
.fancybox-button--close {
  top: -40px;
  right: -15px;
  left: auto;
  position: absolute;
  background-color: transparent;
  opacity: 0;
}
.fancybox-button--close:hover {
  background-color: transparent;
  opacity: .5;
}
.fancybox-infobar {
  position: absolute;
  bottom: -30px;
  top: auto;
  padding: 0;
  right: 0;
  left: auto;
}
.fancybox-infobar button {
  display: none;
}
.fancybox-infobar__body {
  background-color: transparent;
  line-height: inherit;
  text-align: right;
  opacity: 0;
}
.fancybox-caption {
  border-top: 0;
  position: absolute;
  bottom: -30px;
  padding: 0;
  left: 0;
  opacity: 0;
}
.fancybox-slide--complete .fancybox-caption,
.fancybox-slide--complete .fancybox-infobar__body,
.fancybox-slide--complete .fancybox-button--close {
  opacity: 1;
}
.chart-wrapper {
  text-align: center;
}
.chart-wrapper.with-caption {
  padding-bottom: 40px;
}
.percent .caption {
  font-size: 1.2em;
  line-height: 1.2;
}
.percent .caption.long {
  font-size: 1em;
  width: auto;
}
.percent .number:after {
  content: "%";
}
.statistic {
  position: relative;
}
.statistic .number {
  color: #fff !important;
  font-size: 140px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
  line-height: 1;
  margin: 0;
  padding: 60px 0 40px;
}
.statistic .caption {
  color: #fff !important;
  text-transform: uppercase;
  line-height: 1;
  width: 200px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 15px;
}
.statistic .caption:before {
  font-size: 40px;
  display: block;
}
.piechart {
  vertical-align: middle;
  background: #E4E8EB;
  border-radius: 180px;
  -moz-border-radius: 180px;
  -webkit-border-radius: 180px;
  padding: 20px;
  height: 180px;
  width: 180px;
  display: inline-block;
  position: relative;
}
.piechart .dots {
  background: url("../assets/images/template/pie-dots-pink.png") center center/222px 212px no-repeat;
  height: 220px;
  width: 220px;
  display: block;
  position: absolute;
  top: -20px;
  left: -17px;
}
.image-bg .piechart .dots {
  background-image: url("../assets/images/template/pie-dots-white.png");
}
.piechart canvas {
  height: 100% !important;
  width: 200% !important;
  margin-left: -50%;
}
.piechart + .percent {
  text-align: left;
  vertical-align: middle;
  width: 50%;
  margin-left: 60px;
  display: inline-block;
}
.piechart + .percent .number {
  color: #666;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.piechart .caption {
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 40px 0 0;
}
.piechart + .percent .caption {
  color: #aaa;
  text-transform: uppercase;
  margin: 0;
}
.image-bg .piechart + .percent .caption {
  color: #ccc;
}
.forms .fieldset {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.forms .input-group {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  margin-bottom: 16px;
}
.forms input[type=text],
.forms input[type=email],
.forms input[type=number],
.forms input[type=tel],
.forms textarea,
.forms select,
.forms #file-uploader-image,
.forms .bootstrap-select {
  color: #292b2c;
  font-size: 13px;
  line-height: 36px !important;
  background: transparent;
  border: 2px solid transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 10px;
  display: block;
}
.forms input[type=text]:focus,
.forms input[type=email]:focus,
.forms input[type=number]:focus,
.forms input[type=tel]:focus,
.forms textarea:focus,
.forms select:focus,
.forms #file-uploader-image:focus {
  border-color: #ffc107;
}
.forms textarea,
.quote-cart-text textarea{
  line-height: 1.4 !important;
  height: 150px;
  padding: 10px 12px !important;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
}
.quote-cart-text textarea{
	width: 100%;
}
.forms label,
.quote-cart-text .note label{
  font-weight: normal;
  color: #292b2c;
  font-size: 14px;
  margin-bottom: 5px;
}
.forms label .required {
  color: #ffc107;
}
.forms #file-uploader-image {
  padding: 0 10px;
  position: relative;
}
.forms #file-uploader-image:focus {
  border-color: #292b2c;
  outline: 0;
}
.forms .file-uploader-items .file-wrap {
  margin-bottom: 0;
}
.forms .file-uploader-items .title {
  display: block;
  margin-bottom: 0;
  height: 35px;
  font-size: 16px;
  font-weight: 400;
}
.forms .file-uploader-items img {
  display: none;
}
.forms .file-uploader-items .delete-button {
  background: none;
  position: absolute;
  text-indent: inherit;
  font-size: 0;
  top: 0px;
  right: -18px;
  cursor: pointer;
}
.forms .file-uploader-items .delete-button:before {
  content: 'Ã�';
  font-size: 15px;
  color: #c50000;
}
.forms .file-uploader-buttons {
  position: absolute;
  right: 0;
  top: 0;
  line-height: normal;
}
.forms .qq-upload-button,
.forms .qq-clear-button {
  font-size: 0;
  width: 30px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  border: 0;
  margin: 0;
  background-color: transparent;
}
.forms .qq-upload-button:before,
.forms .qq-clear-button:before {
  font-family: "Font Awesome 5 Pro";
  color: #292b2c;
  font-size: 15px;
}
.forms .qq-upload-button:before {
  content: '\f0c6';
}
.forms .qq-clear-button:before {
  content: '\f2ed';
}
.forms .qq-upload-button:hover,
.forms .qq-clear-button:hover {
  background-color: transparent;
}
.forms .qq-upload-button:hover:before,
.forms .qq-clear-button:hover:before {
  color: #89c2dc;
}
.forms .errorMessage {
  background-color: #c50000;
  color: white;
  padding: 8px 8px 5px 8px;
  width: 100%;
  margin: 0;
  font-weight: normal;
  font-size: 13px;
}
.forms.shifty label {
  display: none;
}
.forms.shifty .input-group label {
  position: absolute;
  display: block;
  top: 16px;
  left: 15px;
  line-height: 1em;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  opacity: 0.5;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
}
.forms.shifty .input-group label.focus {
  top: -13px;
  font-size: 11px;
  -webkit-transition: all 0.165s ease;
  -moz-transition: all 0.165s ease;
  -ms-transition: all 0.165s ease;
  -o-transition: all 0.165s ease;
  transition: all 0.165s ease;
  font-style: normal;
  opacity: 1.0;
}
.forms.shifty .input-group label.focus:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.5em;
}
.forms.shifty .input-group label.hidden {
  opacity: 0.0;
}
.forms.shifty label.error {
  display: none !important;
}
.forms .bootstrap-select {
  padding: 0;
  border: 0;
}
.forms .bootstrap-select:focus,
.forms .bootstrap-select button:focus {
  outline: 0 !important;
}
.forms .bootstrap-select button {
  background-color: transparent;
  padding-left: 10px;
  line-height: 36px;
  border: 1px solid #d7d8d8;
  border-radius: 0;
  padding: 0 10px;
}
.forms .bootstrap-select.open button,
.forms .bootstrap-select.open button:hover,
.forms .bootstrap-select button:active,
.forms .bootstrap-select.open button:active,
.forms .bootstrap-select.open button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #292b2c;
}
.forms .bootstrap-select button span {
  font-weight: normal;
  text-transform: none;
}
.forms .bootstrap-select .dropdown-toggle  .caret {
  border: 0;
  top: 4px;
  right: 20px;
}
.forms .bootstrap-select button .caret:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f107';
}
.forms .bootstrap-select.open button .caret:before {
  content: '\f106';
}
.forms .bootstrap-select .dropdown-menu {
  margin: 0 0 0 -1px;
  border-radius: 0;
  border: 1px solid #292b2c;
  padding: 0;
  background-color: #eeeeee;
}
.forms .bootstrap-select .dropdown-menu a {
  padding: 8px 10px;
}
.forms .bootstrap-select .dropdown-menu a:hover {
  background-color: #dddddd;
}
.forms .bootstrap-select .dropdown-menu a:active,
.forms .bootstrap-select .dropdown-menu a:focus {
  outline: 0;
}
.forms .checkbox-container,
.forms .radio-container,
.forms .switch-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  line-height: 24px;
  color: #292b2c;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.forms .switch-container {
  padding-left: 60px;
}
.forms .checkbox-container input,
.forms .radio-container input,
.forms .switch-container input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
}
.forms .checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #da3037;
  border-radius: 4px;
  line-height: 30px;
}
.forms .radio-container .radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 1px solid #da3037;
  border-radius: 23px;
  line-height: 30px;
  margin: 0;
}
.forms .switch-container .switch {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 50px;
  background-color: #d7d8d8;
  border: 1px solid #d7d8d8;
  border-radius: 23px;
  line-height: 30px;
  margin: 0;
}
.checkbox-container .checkmark:after,
.radio-container .radio:after,
.switch-container .switch:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  display: none;
}
.forms .checkbox-container:hover input ~ .checkmark:after {
  content: '\f0c8';
  display: block;
  font-weight: bold;
  top: -3px;
  left: 6%;
  font-size: 23px;
  color: #da3037;
}
.forms .radio-container:hover input ~ .radio:after {
  content: '\f111';
  display: block;
  font-weight: bold;
  top: -19%;
  left: 10%;
  font-size: 17px;
  color: #da3037;
}
.forms .switch-container input ~ .switch:after {
  content: '\f111';
  display: block;
  font-weight: bold;
  top: -4px;
  left: 1px;
  font-size: 20px;
  color: #ffffff;
}
.checkbox-container input:checked ~ .checkmark:after,
.forms .checkbox-container:hover input:checked ~ .checkmark:after {
  display: block;
  content: "\f14a";
  font-weight: bold;
  top: -3px;
  left: 6%;
  font-size: 23px;
  color: #da3037;
}
.radio-container input:checked ~ .radio:after,
.forms .radio-container:hover input:checked ~ .radio:after {
  display: block;
  content: '\f111';
  font-weight: bold;
  top: -19%;
  left: 10%;
  font-size: 17px;
  color: #da3037;
}
.switch-container input:checked ~ .switch {
  background-color: #da3037;
  border-color: #da3037;
}
.switch-container input:checked ~ .switch:after {
  display: block;
  content: '\f111';
  font-weight: bold;
  top: -4px;
  right: 0;
  left: auto;
  font-size: 20px;
  color: #ffffff;
  border: 0;
}
.forms .bootstrap-select {
  line-height: 30px;
}
.forms .bootstrap-select button {
  border: 0 !important;
}
.forms .bootstrap-select .dropdown-toggle {
  line-height: 30px;
}
.quick-contact-wrapper {
  background-color: #104a83;
  color: #fff;
  padding: 40px 32px;
}
.quick-contact-wrapper .title {
  font-size: 36px;
  font-weight: 700;
}
#quickContact {
  align-items: flex-start;
}
#quickContact label {
  color: #fff;
}
#quickContact label .required {
  color: #ffc107;
}
#quickContact input[type=text],
#quickContact input[type=email],
#quickContact input[type=number],
#quickContact input[type=tel],
#quickContact textarea,
#quickContact select,
#quickContact #file-uploader-image,
#quickContact .bootstrap-select {
  background-color: #fff;
}
#quickContact .submit {
  width: 268px;
}
@media only screen and (min-width: 1200px) {
  .quick-contact-wrapper .constrain {
    display: flex;
    align-items: center;
  }
  #quickContact {
    margin-left: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #quickContact .submit-wrapper {
    margin-left: 32px;
  }
  #quickContact .submit {
    width: 100%;
    margin: 0 16px;
  }
  #quickContact textarea {
    height: 106px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  .qc-info {
    margin-bottom: 8px;
  }
  .qc-info .title {
    flex: 1 0 33%;
  }
  .qc-info p {
    margin-bottom: 0;
  }
}
#id-68 .subheading i {
  color: #ffc107;
  margin: 0 8px 0 24px;
}
#contact p {
  text-align: center;
  margin-bottom: 32px;
}
#contact .submit {
  display: block;
  width: 368px;
  margin: 0 auto;
  max-width: 100%;
}
.contact-info {
  line-height: 1.5;
  letter-spacing: 0.09px;
}
.contact-info .address {
  margin-bottom: 24px;
}
.contact-info i {
  color: #ffc107;
}
.contact-info .phone {
  margin-bottom: 10px;
}
.contact-info span {
  margin-right: 16px;
}
#contact input[type=text],
#contact input[type=email],
#contact input[type=number],
#contact input[type=tel],
#contact textarea,
#contact select,
#contact #file-uploader-image,
#contact .bootstrap-select,
#rfq input[type=text],
#rfq input[type=email],
#rfq input[type=number],
#rfq input[type=tel],
#rfq textarea,
#rfq select,
#rfq #file-uploader-image,
#rfq .bootstrap-select,
#rfq-quote-cart input[type=text],
#rfq-quote-cart input[type=email],
#rfq-quote-cart input[type=number],
#rfq-quote-cart input[type=tel],
#rfq-quote-cart textarea,
#rfq-quote-cart select,
#rfq-quote-cart #file-uploader-image,
#rfq-quote-cart .bootstrap-select {
  border: 2px solid #0e3f6e;
}
#contact .input-group,
#rfq .input-group,
#rfq-quote-cart .input-group {
  margin-bottom: 24px;
}
#rfq-quote-cart .submit {
  width: 100%;
}
.sisea-highlight {
  text-shadow: 1px 1px 1px #fff;
  background: #e9e9e9;
  padding: 3px;
}
.sisea-paging {
  color: #777;
  font-size: 12px;
  text-transform: uppercase;
  margin: 15px 0;
}
.sisea-result-pages {
  margin-right: 2px;
}
.sisea-current-page {
  color: #000;
}
.sisea-result {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.sisea-result:first-child {
  border-top: 1px solid #ddd;
}
.sisea-result h3 {
  color: #888;
  font-size: 1.4em;
}
.sisea-result p {
  margin: 0;
}
.fauxlink:hover {
  cursor: pointer;
}
.block.has-bg.primary-bg .bucket-landing .content {
  background-color: #fff;
}
.buckets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -16px;
}
.buckets .view-all-buckets {
  margin-bottom: 16px;
}
.buckets.three-columns .bucket-landing .content {
  height: 115px;
  padding: 15px 32px;
}
.buckets.three-columns .bucket-landing .icon {
  top: 45px;
}
.buckets .content a {
  text-decoration: none;
}
.bucket {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  margin-bottom: 32px;
}
.bucket .title {
  letter-spacing: -1.2px;
}
.bucket-default .image {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
   position: relative;
  height: 220px;
}
.bucket-default .image img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: none;
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.bucket-default .image img {
  width: 100%;
}
.bucket-default .content {
  background-color: #edf4f7;
  padding: 24px 32px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bucket-default .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
.bucket-notext .bucket-wrap {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.bucket-notext .bucket-wrap:hover {
  -webkit-box-shadow: 0 3px 12px 3px rgba(14,63,110,0.5);
  -moz-box-shadow: 0 3px 12px 3px rgba(14,63,110,0.5);
  box-shadow: 0 3px 12px 3px rgba(14,63,110,0.5);
}
.bucket-notext .title {
  color: #0c263f;
  font-size: 32px;
  font-weight: 700;
}
.bucket-notext .icon {
  font-size: 24px;
}
.bucket-notext .image {
  position: relative;
}
.bucket-notext .image img {
  width: 100%;
}
.bucket-notext .bucket-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,#d6e4ff 0%,rgba(214,228,255,0) 100%);
  background: -webkit-linear-gradient(top,#d6e4ff 0%,rgba(214,228,255,0) 100%);
  background: linear-gradient(to bottom,#d6e4ff 0%,rgba(214,228,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e4ff',endColorstr='#00d6e4ff',GradientType=0);
}
.bucket-notext .bucket-overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,rgba(12,38,63,0.4) 0%,rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,rgba(12,38,63,0.4) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,rgba(12,38,63,0.4) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#330c263f',endColorstr='#00ffffff',GradientType=0);
}
.bucket-notext .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 32px;
}
.buckets.white-text .bucket-notext .content a,
.buckets.white-text .bucket-notext .content i {
  color: #fff;
}
.bucket-product .bucket-wrap {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.bucket-product .title {
  font-size: 32px;
  font-weight: 700;
}
.bucket-product .icon {
  font-size: 24px;
  margin-top: 5px;
}
.bucket-product .image {
  position: relative;
}
.bucket-product .image img {
  width: 100%;
}
.bucket-product .bucket-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bucket-product .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 32px;
}
.bucket-product .description {
  opacity: 0;
  padding-top: 13px;
}
.bucket-product .view-all {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(14,63,110,0.1);
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 0;
  opacity: 0;
  height: 56px;
  padding-top: 18px;
}
.bucket-product .bucket-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.6);
  opacity: 0;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.bucket-product .capacities {
  opacity: 0;
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.bucket-product .capacities > span {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bucket-product .capacities .bootstrap-select {
  width: 100% !important;
  margin-left: 24px;
}
.bucket-product .capacities .dropdown-toggle {
  background-color: #ffc107;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  flex: 1 1 auto;
}
.bucket-product.bucket-home .capacities {
  flex-wrap: wrap;
}
.bucket-product.bucket-home .capacities > span {
  display: block;
}
.bucket-product.bucket-home .capacities .bootstrap-select {
  width: 100%;
  margin-left: 0;
}
.bucket .content .button {
  margin-left: 0;
}
.bucket-landing .bucket-wrap {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.bucket-landing .bucket-wrap:hover {
  -webkit-box-shadow: 0 3px 12px 3px rgba(14,63,110,0.5);
  -moz-box-shadow: 0 3px 12px 3px rgba(14,63,110,0.5);
  box-shadow: 0 3px 12px 3px rgba(14,63,110,0.5);
}
.bucket-landing .title {
  color: #0c263f;
  font-size: 32px;
  font-weight: 700;
  padding-right: 40px;
  line-height: 1.2;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.bucket-landing .icon {
  font-size: 24px;
  position: absolute;
  right: 32px;
  top: 28px;
}
.bucket-landing .image {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.bucket-landing .image img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.bucket-landing .content {
  background-color: #edf4f7;
  padding: 24px 32px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bucket-landing .icon {
    top: 16px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .bucket-default:hover .button {
    background-color: #0e3f6e;
    color: #fff;
  }
  .bucket-product:hover .bucket-wrap {
    -webkit-box-shadow: 0 3px 12px 3px rgba(14,63,110,0.5);
    -moz-box-shadow: 0 3px 12px 3px rgba(14,63,110,0.5);
    box-shadow: 0 3px 12px 3px rgba(14,63,110,0.5);
  }
  .bucket-product:hover .image img {
    -webkit-filter: blur(30px);
    filter: blur(30px);
  }
  .bucket-product:hover .bucket-overlay::before {
    opacity: 1;
  }
  .bucket-product:hover .description,
  .bucket-product:hover .view-all,
  .bucket-product:hover .capacities {
    opacity: 1;
  }
}
.bucket-home {
  -moz-transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.bucket-home .bucket-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bucket-home .title {
  line-height: 1.06;
  letter-spacing: -1.2px;
}
.bucket-home .content {
  padding: 32px;
}
.bucket-home .image img {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .bucket-home:hover {
    transform: scale(1.05);
  }
}
.one-column .bucket {
  width: 100%;
}
.two-columns .bucket {
  width: 50%;
}
.three-columns .bucket {
  width: 33.33%;
}
.four-columns .bucket {
  width: 25%;
}
.five-columns .bucket {
  width: 20%;
}
.gallery {
  clear: both;
  position: relative;
  max-width: 100%;
}
.gallery.content {
  float: left;
}
.gallery.img-full img {
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.gallery .img-wrapper {
  margin: 10px 8px;
  float: left;
  position: relative;
}
.gallery.fullwidth .img-wrapper {
  width: 100%;
  margin: 10px auto;
  float: none;
}
.gallery.two-col .img-wrapper {
  width: 48%;
}
.gallery.three-col .img-wrapper {
  width: 31%;
}
.gallery.four-col .img-wrapper {
  width: 23%;
}
.gallery.five-col .img-wrapper {
  width: 18%;
}
.gallery-grid .img-wrapper {
  width: 31%;
  margin: 12px 1%;
}
.img-wrapper {
  position: relative;
  text-align: center;
}
.img-wrapper.img-left {
  float: left;
  padding: 0 22px 10px 0;
  margin-top: 7px;
}
.img-wrapper.img-right {
  float: right;
  padding: 0 0 10px 22px;
  margin-top: 7px;
}
.img-wrapper.img-full img {
  width: 100%;
}
.img-wrapper a {
  display: block;
}
a.img-wrapper:focus {
  outline: 0;
}
a.img-wrapper p {
  color: #292b2c;
}
.img-wrapper p.img-caption-in {
  background-color: rgba(17,17,17,0.5);
  color: white;
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 10px 15px;
  margin: 0;
  text-align: left;
  width: 100%;
}
.img-wrapper p.img-caption-out {
  padding: 10px 15px;
}
.img-wrapper:before {
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.img-wrapper i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: white;
}
.gallery.caption-outer .img-wrapper:before {
  top: 44%;
}
.img-wrapper:hover:before {
  font-size: 44px;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.gallery .caption {
  font-size: 0.9em;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  display: block;
}
.gallery.caption-inner .caption {
  color: #fff;
  background: rgba(0,0,0,0.5);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gallery.slider {
  margin-bottom: 40px;
}
.gallery.slider .img-wrapper {
  margin: 0;
}
.gallery.slider img {
  margin: 0 auto;
  display: block;
}
.gallery.slider .flex-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f104';
  color: white;
}
.gallery.slider .flex-next:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  color: white;
}
.gallery.carousel .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f104';
  color: #292b2c;
}
.gallery.carousel .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  color: #292b2c;
}
.slick-dots li button:before {
  font-size: 14px;
}
.modal {
  z-index: 99999;
  text-align: center;
}
.modal-dialog {
  width: auto;
  padding-bottom: 60px;
}
.modal-content {
  border-radius: 0;
  padding: 30px;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border: 1px solid gray;
}
.modal-content ul {
  text-align: left;
  padding-left: 0;
}
.modal-content ul li {
  list-style: none;
  padding: 6px 6px 6px 20px;
  position: relative;
}
.modal-content ul li:before {
  color: #ffc107;
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 6px;
  left: 0;
  font-weight: 600;
}
.modal .close {
  border-radius: 0;
  position: absolute;
  right: 2px;
  top: 8px;
  font-size: 26px;
  width: 30px;
  font-weight: 200;
  height: 30px;
  color: black;
  opacity: 1;
}
.modal .close:hover {
  opacity: .6;
}
.modal form {
  text-align: left;
}
.modal img {
  height: auto;
}
.forms .modal-header {
  padding-right: 50px;
  padding-left: 50px;
}
.forms .modal-body {
  padding: 20px 50px 40px;
}
#main-content .search-form {
  margin-bottom: 30px;
}
.posts {
  display: flex;
  flex-wrap: wrap;
}
.post-item {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}
.post-item .post-inner {
  background-color: #edf4f7;
  height: 100%;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.post-item .date {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin: 8px 0;
}
.post-item .title {
  line-height: 1.0625;
}
.post-item .content {
  padding: 16px 16px 55px 16px;
}
.post-item .categories {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.post-item .button {
  position: absolute;
  bottom: 15px;
}
.post-item:hover .post-inner {
  -webkit-box-shadow: 0 3px 12px 3px rgba(14,63,110,0.2);
  -moz-box-shadow: 0 3px 12px 3px rgba(14,63,110,0.2);
  box-shadow: 0 3px 12px 3px rgba(14,63,110,0.2);
}
.post-filter {
  margin-bottom: 25px;
}
.post-filter li {
  list-style-type: none;
}
.post-filter.no-count .count {
  display: none;
}
.post-info h2 {
  font-size: 18px;
  margin: 16px 0 10px 0;
}
.post-info .tags {
  display: block;
}
.post-info .categories {
  display: block;
}
.post-entry .post-info {
  margin-bottom: 25px;
}
.post-entry .post-info span {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
.post-entry .post-info span:after {
  content: '|';
  position: absolute;
  right: -2px;
  top: 0;
}
.post-entry .post-info span:last-child:after {
  display: none;
}
.post-entry .gallery.slider.img-full .slides,
.post-entry .img-wrapper.img-full {
  height: 300px;
  overflow: hidden;
}
.post-entry .gallery.slider.img-full .slides img,
.post-entry .img-wrapper.img-full img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.quip {
  margin-top: 30px;
}
.quip h3,
.quip .h3 {
  margin-bottom: 0;
}
.quip-comment {
  padding: 0 !important;
}
.quip-comment .quip-fld {
  margin-bottom: 8px;
}
.quip-comment .quip-name,
.quip-comment .quip-email {
  width: 48%;
}
.quip-comment .quip-name {
  float: left;
}
.quip-comment .quip-email {
  float: right;
}
.quip-comment .quip-fld input[type="text"],
.quip-comment .quip-fld input[type="email"] {
  width: 100%;
}
.quip-add-comment label {
  display: block;
  float: none !important;
  width: auto !important;
}
.quip-add-comment .quip-notify label {
  display: inline-block;
}
.pdf-ctas > a {
  margin: 16px 0;
}
.pdf-iframe {
  position: relative;
  padding-bottom: 129.4%;
  padding-top: 0px;
  height: 0;
}
.pdf-iframe iframe,
.pdf-iframe object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.pdf-iframe .resp {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .pdf-iframe .default {
    display: none !important;
  }
  .pdf-iframe .resp {
    display: block !important;
  }
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  .pdf-iframe .default {
    display: none;
  }
  .pdf-iframe .resp {
    display: block !important;
  }
}
_:-ms-fullscreen .pdf-iframe .default,
:root .ie11up .pdf-iframe .default,
_:-ms-lang(x) .pdf-iframe .default,
.ie10up .pdf-iframe .default {
  display: none;
}
_:-ms-fullscreen .pdf-iframe .resp,
_:-ms-lang(x) .pdf-iframe .resp,
.ie10up .pdf-iframe .resp,
:root .ie11up .pdf-iframe .resp {
  display: block !important;
}
.files {
  margin: 0;
  padding: 0;
}
.files li {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
.files li:hover a {
  color: #ffc107;
}
.files li a {
  color: #0e3f6e;
  border: 1px solid transparent;
  height: 39px;
  line-height: 39px;
  display: block;
  text-align: right;
  font-size: 15px;
}
.files li a:hover .title,
.files li a:active .title {
  text-decoration: underline;
  color: #ffc107;
}
.files .title {
  color: #0e3f6e;
  font-weight: 700;
  font-family: "acumin-pro-condensed", sans-serif;
  float: left;
  font-size: 16px;
  text-transform: uppercase;
}
.files .icon-download:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f019';
  color: #0e3f6e;
  font-weight: 200;
  margin-right: 10px;
}
.files .icon-default:before,
.files .icon-filetype:before,
.files .extension:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f15b';
  color: #0e3f6e;
  font-weight: 700;
  margin-right: 5px;
}
.files .icon-pdf:before {
  content: '\f1c1';
}
.files .icon-doc:before,
.files .icon-docx:before {
  content: '\f1c2';
}
.files .icon-txt:before {
  content: '\f15c';
}
.files .icon-xls:before,
.files .icon-xlsx:before {
  content: '\f1c3';
}
.files .icon-ppt:before,
.files .icon-pptx:before {
  content: '\f1c4';
}
.files .extension {
  text-transform: uppercase;
  padding: 0 14px 0 0;
  float: left;
}
.files .filesize {
  padding: 0 14px;
}
.files .filesize:before {
  font-family: "Font Awesome 5 Pro";
  content: '\f3fd';
  margin-right: 5px;
}
.files .button {
  float: right;
  margin-left: 18px;
}
.files .button:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f019';
  margin-left: 10px;
  font-weight: 200;
}
.paging ul {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.paging ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.paging ul li a {
  color: #292b2c;
  font-size: 15px;
  padding: 5px;
  display: block;
}
.paging ul li a:hover,
.paging ul li a:active,
.paging ul li a.active {
  text-decoration: none;
  text-shadow: -0.25px -0.25px 0 #c90f14, 0.25px 0.25px #292b2c;
}
.job-listing {
  margin-bottom: 30px;
}
.job-listing .button {
  margin-top: 20px;
}
.job-listing:last-child {
  margin-bottom: 0;
}
.location {
  padding-left: 0;
  margin: 32px 0 0 0;
  max-width: 500px;
}
.location li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  display: inline-block;
  width: 40%;
}
.location li.address {
  float: left;
  margin-right: 2%;
  width: 55%;
}
.location i {
  position: absolute;
  left: 0;
  top: 2px;
}
.sidebar h3 {
  text-transform: none;
  color: #292b2c;
  margin: 0;
}
.sidebar h3 i {
  display: none;
}
.sidebar ul {
  padding-left: 0;
}
.sidebar ul li {
  list-style-type: none;
  position: relative;
}
.sidebar ul li a {
  color: #292b2c;
  display: block;
  margin-right: 12px;
  padding: 2px 0;
}
.sidebar ul li ul {
  padding-left: 15px;
  display: none;
}
.sidebar .parent {
  cursor: pointer;
}
.sidebar .parent > i:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f067';
  position: absolute;
  top: 0;
  right: 0;
  font-style: normal;
}
.sidebar .parent.active > i:after {
  content: '\f068';
}
.sidebar .parent.active > ul {
  display: block;
}
.sidebar ul li ul li a {
  font-size: 14px;
}
#logo-carousel-wrapper {
  background-color: #edf4f7;
  padding: 16px 0;
}
#logo-carousel-wrapper .logo img {
  margin: 0 auto;
}
#logo-carousel-wrapper .logo-single img {
  margin: 0 auto;
}
#logo-carousel-wrapper .constrain {
  max-width: 1100px;
}
#logo-carousel-wrapper .slick-prev::before,
#logo-carousel-wrapper .slick-next::before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  color: #0e3f6e;
}
#logo-carousel-wrapper .slick-next::before {
  content: "\f105";
}
#footer {
  clear: both;
  border-top: 8px solid #ffc107;
  background-color: #0e3f6e;
  color: #fff;
  font-size: 14px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #ffc107;
  text-decoration: none;
}
#footer .title {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#footer li {
  line-height: 2;
}
.footer-04 {
  text-align: right;
}
.footer-04 > div:not(.title),
.footer-04 address {
  line-height: 2;
}
.footer-04 span {
  color: #ffc107;
  margin-right: 8px;
}
#footer-top .constrain {
  position: relative;
  padding: 56px 0 64px;
}
.footer-logo {
  width: 275px;
  max-width: 100%;
}
#footer .footer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-01 {
  margin-right: 132px;
}
.footer-02 {
  margin-right: 32px;
  width: 25%;
}
.footer-03 {
  margin-right: 32px;
}
.footer-01,
.footer-02,
.footer-03,
.footer-04 {
  flex: 1 1 auto;
}
#back-top {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#back-top span {
  margin-right: 4px;
}
#back-top:hover {
  color: #ffc107;
  cursor: pointer;
}
.footer-social {
  position: absolute;
  right: 0;
  bottom: 49px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  width: 143px;
}
.copyright-wrapper {
  position: absolute;
  left: 0;
  bottom: 46px;
}
#copyright {
  margin-bottom: 32px;
}
.sitemap {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.sitemap a {
  position: relative;
  display: inline-block;
  padding-right: 8px;
}
.sitemap a:not(:last-child):after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  right: 1px;
  top: 4px;
}
#topspot-catalog-product-filters,
#catalog-product-filters{
  margin-bottom: 40px;
}
#topspot-catalog-filters-form,
#catalog-filters-form{
  display: flex;
  flex-wrap: wrap;
  height: 60px;
}
#topspot-catalog-filters-form .search-term {
  display: none;
}
#topspot-catalog-filters-form .search-option,
#catalog-filters-form .search-option{
  position: relative;
  z-index: 10;
}
#topspot-catalog-filters-form .search-option::before,
#catalog-filters-form .search-option:before{
  content: "\f0ab";
  position: absolute;
  top: 32px;
  right: 10px;
  width: 10px;
  height: 10px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  z-index: -1;
}

#topspot-catalog-filters-form .range-slider input,
#catalog-filters-form .range-slider input{
  background-color: transparent;
}
#topspot-catalog-product-filters .search-option,
#topspot-catalog-product-filters .range-slider,
#catalog-product-filters .search-option,
#catalog-product-filters .range-slider{
  color: #0e3f6e;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 32px;
}
#topspot-catalog-product-filters .range-slider p,
#catalog-product-filters .range-slider p{
  font-size: 16px;
}
.topspot-catalog-filter-select::ms-expand {
  display: none;
}
.topspot-catalog-filter-select,
.catalog-filter-select{
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding-right: 0;
  border: 1px solid #104a83;
  padding: 4px 28px 4px 8px;
  background-color: transparent;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-listing-item {
  width: 368px;
  min-height:400px;
  display: inline-flex;
  margin-right: 27px;
  margin-bottom: 32px;
}
.product-listing-item[class*="outofrange-"]{
    display: none !important;
}

@media only screen and (max-width: 1199px) {
  #topspot-catalog-product-listing #topspot-catalog-product-listing-table {
    grid-template-columns: repeat(auto-fit,minmax(268px,1fr));
  }
}
@media only screen and (max-width: 767px) {
  #topspot-catalog-product-listing #topspot-catalog-product-listing-table .attributes {
    display: none !important;
  }
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table {
  font-size: 14px;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .name {
  padding: 16px;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-image {
  width: 100%;
  max-width: inherit;
  height: 164px;
  position: relative;
  overflow: hidden;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-image img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    /*max-width: 100%;*/
    max-height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    overflow: auto;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
  opacity: 0;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-listing-item {
  background-color: #edf4f7;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  color: #0c263f;
  flex-direction: column;
  justify-content: space-between;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-listing-one{
  flex-direction: row;
  width: 600px;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-listing-one .product-image,
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-listing-one .product-listing-item-content {
  flex: 0 0 50%;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-listing-one .product-listing-item-content {
  display: flex;
  flex-direction: column;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-listing-one .product-image {
  height: auto;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-listing-one .controls .view-more {
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-name {
  color: #0c263f;
  font-size: 19px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .attributes {
  min-height: 92px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px 16px;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .attributes span.attribute {
  font-weight: 700;
  margin-left:0;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-labels {
  color: #0e3f6e;
  float: left;
  width: 50%;
  font-weight: 700;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-values {
  color: #0c263f;
  float: left;
  width: 50%;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-value-attribute {
  display: flex;
  flex: 0 0 49%;
  margin-right: 1%;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .product-value-attribute span {
  flex: 0 0 49%;
  margin-left: 4%;
  line-height: 1.2;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .qty {
  display: none;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .controls {
  margin-top: auto;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .controls .view-more {
  background-color: #0e3f6e;
  color: #fff;
  display: block;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 19px;
  font-weight: 700;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 0;
}
#topspot-catalog-product-listing #topspot-catalog-product-listing-table .controls .view-more:hover {
  background-color: #ffc107;
  color: #0e3f6e;
}
#topspot-category-search-results #topspot-catalog-product-listing-table {
  min-width: 0;
}
#topspot-category-search-results #topspot-catalog-product-listing-table .name {
  padding: 8px;
}
#topspot-category-search-results #topspot-catalog-product-listing-table th,
#topspot-category-search-results #topspot-catalog-product-listing-table th:nth-child(2),
#topspot-category-search-results #topspot-catalog-product-listing-table th:nth-child(3),
#topspot-category-search-results #topspot-catalog-product-listing-table th:nth-child(4),
#topspot-category-search-results #topspot-catalog-product-listing-table th:nth-child(5) {
  display: none;
}
#topspot-category-search-results #topspot-catalog-product-listing-table td:nth-child(2),
#topspot-category-search-results #topspot-catalog-product-listing-table td:nth-child(3),
#topspot-category-search-results #topspot-catalog-product-listing-table td:nth-child(4),
#topspot-category-search-results #topspot-catalog-product-listing-table td:nth-child(5) {
  display: none;
}
#topspot-category-search-results #topspot-catalog-product-listing-table td {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #topspot-category-search-results {
    border-left: 1px solid #104a83;
    padding-left: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-listing-item:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 3px 12px 3px rgba(14,63,110,0.2);
    -moz-box-shadow: 0 3px 12px 3px rgba(14,63,110,0.2);
    box-shadow: 0 3px 12px 3px rgba(14,63,110,0.2);
  }
  .product-listing-item:hover .controls .view-more {
    background-color: #ffc107 !important;
    color: #0e3f6e !important;
  }
}
@media only screen and (max-width: 767px) {
  #topspot-catalog-product-listing-table .product-listing-one {
    flex-direction: column;
  }
  #topspot-catalog-product-listing-table .product-listing-one .controls view-more {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
}
.page-102 .block-2 {
  -webkit-box-shadow: inset 0 2px 13px 2px rgba(14,63,110,0.15);
  -moz-box-shadow: inset 0 2px 13px 2px rgba(14,63,110,0.15);
  box-shadow: inset 0 2px 13px 2px rgba(14,63,110,0.15);
}
.product-detail-table-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.product-detail-table-header h2 {
  margin-bottom: 0;
  flex: 0 0 50%;
}
#catalog-detail-pdf {
  flex: 0 0 50%;
  text-align: right;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#catalog-detail-pdf i {
  margin-right: 8px;
}
.catalog-pdf-btn {
	margin-top: 1rem;
	padding: 0;
}
.catalog-pdf-btn a {
	margin: 0 auto;
    min-width: 168px;
    padding: 6px 24px;
    display: inline-block;
}
.catalog-pdf-btn:hover a {
	color: #fff;
	text-decoration: none;
}
.topspot-catalog-attributes-table {
  display: flex;
  flex-wrap: wrap;
  color: #0c263f;
  font-size: 14px;
}
.topspot-catalog-attributes-table.valve-trim p{
	width: 100%;
	display: block;
	margin:0;
}
.topspot-catalog-attributes-table .product-table-item {
  flex: 0 0 25%;
  margin-bottom: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  border-bottom: 4px solid #edf4f7;
}
.topspot-catalog-attributes-table .product-table-item:last-child {
  display: none;
}
.topspot-catalog-attributes-table .product-table-label {
  font-size: 19px;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .topspot-catalog-attributes-table .product-table-item {
    flex: 0 0 33%;
  }
}
@media only screen and (max-width: 767px) {
  .topspot-catalog-attributes-table .product-table-item {
    flex: 0 0 100%;
  }
}
.product-detail-page .add-to-quote input {
  display: none;
}
.cart-quote-message {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #edf4f7;
  padding: 24px;
  width: 404px;
}
.cart-quote-message div {
  color: #0c263f;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .cart-quote-message {
    width: 100%;
  }
}
#rfq-quote-cart {
  display: flex;
  flex-wrap: wrap;
}
.topspot-catalog-cart-product-table {
  margin-top: 64px;
}
.topspot-catalog-cart-product-table .quote-cart-single {
  display: flex;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 32px;
}
.topspot-catalog-cart-product-table .name {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  background-color: #0e3f6e;
}
.topspot-catalog-cart-product-table .quote-cart-text {
  background-color: #fff;
  flex: 1 1 70%;
  padding: 24px;
  position: relative;
}
.topspot-catalog-cart-product-table .qty {
  display: none;
}
.topspot-catalog-cart-product-table .delete-from-quote-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    border: none;
}

/* ---- New Quote Cart Message ---- */
.cart-message {
  position: fixed;
  background-color: black;
  color: white;
  right: 30px;
  bottom: 50px;
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  display: none;
  border-radius: 5px;
  z-index: 999;
}
#catalog-filters-form .range-slider {
    width: 285px;
    margin: 0 40px 0 0;
    padding:0 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#catalog-filters-form .range-slider:last-child {
    margin-left: 0;
}

#catalog-filters-form .range-slider::before, 
#catalog-filters-form .range-slider::after {
    content: 'MIN';
    position: absolute;
    bottom: -15px;
    left: -2px;
    padding: 0 .2rem;
    color: #0e3f6e;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#catalog-filters-form .range-slider::after {
    content: 'MAX';
    left: auto;
    right: 0;
}
#catalog-filters-form .range-slider-bar{
	padding:0;
}
#catalog-filters-form .range-slider label{
	margin-left:-10px;
	margin-bottom:15px;
}
#catalog-filters-form button#catalog-reset{
	background:none;
}

@media only screen and (max-width: 767px) {
  .topspot-catalog-cart-product-table .name {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  #footer-top .constrain {
    padding: 24px 0 95px;
  }
  .footer-01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .footer-01 .footer-logo {
    margin: 0 auto;
  }
  .footer-02 {
    padding-left: 16px;
  }
  .footer-04 {
    padding-right: 16px;
  }
  .copyright-wrapper {
    left: 16px;
  }
  .footer-social {
    right: 16px;
  }
  #back-top {
    right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-02,
  .footer-03,
  .footer-04 {
    width: 100%;
    margin: 0;
  }
  .footer-04 {
    order: 2;
    text-align: left;
  }
  .footer-02 {
    order: 3;
  }
  .footer-03 {
    order: 4;
  }
}
#edit-page {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #2bc271;
  border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  -webkit-border-radius: 0 0 8px 0;
  width: 40px;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#edit-page:hover {
  color: #2bc271;
  background: #fff;
}
#update-browser {
  display: none;
}
.oldie #update-browser {
  z-index: 10000;
  position: fixed;
  width: 100%;
  background: #eee;
  text-align: center;
  padding: 20px;
  display: none;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  body {
    padding-top: 108px;
  }
  .desktop {
    display: none !important;
  }
  .tablet {
    display: block !important;
  }
  .tablet-ib {
    display: inline-block !important;
  }
  .block.narrow {
    padding-left: calc(50vw - 240px);
    padding-right: calc(50vw - 240px);
  }
  .block .column {
    padding-left: 16px;
    padding-right: 16px;
  }
  .block .column {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .block.swap-tablet {
    flex-direction: row-reverse;
  }
  .block.t100.swap-tablet {
    flex-direction: column-reverse;
  }
  .block.t100 .column {
    width: 100%;
  }
  .block.t75 .column {
    width: 75%;
  }
  .block.t60 .column {
    width: 60%;
  }
  .block.t50 .column {
    width: 50%;
  }
  .block.t40 .column {
    width: 40%;
  }
  .block.t33 .column {
    width: 33.33%;
  }
  .block.t25 .column {
    width: 25%;
  }
  .block.t100 .column + .column {
    margin-top: 15px;
  }
  .block.t100.full.column-has-bg .column + .column {
    margin-top: 0;
  }
  .block .block.t100 .column {
    width: 100%;
  }
  .block .block.t75 .column {
    width: 75%;
  }
  .block .block.t60 .column {
    width: 60%;
  }
  .block .block.t50 .column {
    width: 50%;
  }
  .block .block.t40 .column {
    width: 40%;
  }
  .block .block.t33 .column {
    width: 33.33%;
  }
  .block .block.t25 .column {
    width: 25%;
  }
  .forms .t100 {
    width: 100%;
  }
  .forms .t50 {
    width: 50%;
  }
  .constrain {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .fullsite {
    display: none !important;
  }
  .smallsite {
    display: block !important;
  }
  #header {
    height: 108px;
  }
  #header-top {
    margin: 0;
  }
  #header-bottom {
    padding: 8px 0;
    height: 76px;
  }
  #header .logo {
    position: relative;
    float: none;
    top: auto;
  }
  #header .logo img {
    max-height: 48px;
  }
  .header-emergency a {
    pointer-events: auto !important;
  }
  .header-tablet {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
  }
  .header-tablet .phone-number {
    color: #fff;
  }
  #header .logo {
    width: 156px;
    flex: 0 1 auto;
  }
  a.telephone {
    flex: 1 1 auto;
    text-align: center;
  }
  .search-tablet {
    flex: 0 0 auto;
  }
  #primary-toggle {
    flex: 1 0 auto;
  }
  .shopping-cart {
    flex: 1 0 auto;
  }
  .emergency-service {
    width: 66.66%;
  }
  .canadian {
    width: 33.33%;
    text-align: center;
    padding-left: 0;
  }
  .search-toggle {
    text-align: center;
  }
  #primary-toggle {
    color: #fff;
    font-size: 22px;
    line-height: 52px;
    height: 54px;
    width: 50px;
    text-align: center;
    position: relative;
  }
  #primary-toggle .primary-collapse {
    display: none;
  }
  #primary-toggle.active .primary-expand {
    display: none;
  }
  #primary-toggle.active .primary-collapse {
    display: inline-block;
  }
  #primary-toggle:before {
    font-size: 54px;
    position: absolute;
    top: 0;
    right: 0;
  }
  #overlay {
    background: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
  }
  #primary-nav {
    text-align: left;
    background: #fff;
    height: calc(100vh - 108px);
    width: 304px;
    padding: 30px 0 40px;
    position: fixed;
    top: 108px;
    right: -400px;
    z-index: 99999;
    overflow: hidden;
    overflow-y: scroll;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
  }
  #primary-nav.open {
    right: 0;
  }
  #primary-nav li,
  #primary-nav li a {
    font-family: "acumin-pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0c263f;
  }
  #primary-nav > li > a {
    font-family: "acumin-pro-condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
  }
  #primary-nav #nav-id-63 a,
  #primary-nav #nav-id-70 a,
  #primary-nav #nav-id-71 a,
  #primary-nav #nav-id-74 a {
    font-weight: 400;
    text-transform: none;
    font-family: "acumin-pro", sans-serif;
    font-size: 14px;
  }
  #primary-nav li {
    line-height: 1 !important;
    margin-bottom: 5px;
  }
  #primary-nav a {
    text-decoration: none !important;
    line-height: 1.2;
    width: 250px;
    padding: 10px 10px 10px 30px;
    display: inline-block;
  }
  #primary-nav a i {
    display: none;
  }
  #primary-nav a:hover,
  #primary-nav a:focus,
  #primary-nav > li i.smallsite:hover {
    color: #aaa !important;
  }
  #primary-nav > li i.smallsite {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 42px;
    vertical-align: top;
    height: 40px;
    width: 60px;
    display: inline-block !important;
    cursor: pointer;
  }
  #primary-nav ul .back {
    color: #aaa;
    margin-bottom: 10px;
    padding: 10px 10px 10px 30px;
    cursor: pointer;
  }
  #primary-nav ul .back i {
    margin-right: 10px;
  }
  #primary-nav ul {
    display: none;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }
  #primary-nav ul ul {
    background: #edf4f7;
    padding: 15px 0;
  }
  #primary-nav ul.active {
    display: block;
  }
  #primary-nav li > span {
    width: 40px;
    height: 23px;
    text-align: center;
  }
  #primary-nav li > span .menu-collapse {
    display: none;
  }
  #primary-nav li > span.expanded .menu-expand {
    display: none;
  }
  #primary-nav li > span.expanded .menu-collapse {
    display: inline-block;
  }
  .fancybox-stage {
    width: 80%;
    margin: 0 auto;
  }
  .fancybox-arrow {
    width: 40px;
  }
  .img-wrapper.img-left,
  .img-wrapper.img-right {
    float: none;
    padding: 0;
    margin-top: 0;
  }
  .bucket-home .bucket-wrap {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  .bucket-home .content {
    padding: 16px;
  }
  .bucket-default .content {
    padding: 24px 16px 55px 16px;
  }
  .bucket-default .title {
    margin-bottom: 16px;
  }
  .bucket-product .title {
    font-size: 26px;
  }
  .bucket-product .content {
    padding: 24px 16px;
  }
  .bucket-notext .content {
    padding: 24px 16px;
  }
  .bucket-notext .title {
    font-size: 26px;
  }
  .posts .post-item {
    width: 50%;
  }
  .custom-tabs {
    align-items: center;
  }
  .custom-tabs .tab-wrapper {
    flex-wrap: wrap;
  }
  .custom-tabs .nav-tabs-vertical {
    width: 40%;
  }
  .custom-tabs .tab-content {
    width: 60%;
  }
  .custom-tabs .tab-image,
  .custom-tabs .tab-text {
    width: 100%;
    flex: 1 1 100%;
  }
  .custom-tabs .tab-text {
    padding: 32px;
  }
  .custom-tabs .nav-tabs li.display {
    display: block;
  }
  .qc-info.w25,
  .qc-form.w75 {
    width: 100%;
    margin-right: 0;
  }
  #id-68 .block-1 > .column > .nested > .block-1 {
    padding-bottom: 40px;
  }
  #id-68 iframe.google-map {
    width: 100%;
  }
  .logo-carousel .slick-prev {
    left: -10px;
  }
  .logo-carousel .slick-next {
    right: -10px;
  }
  .copyright-wrapper {
    bottom: 28px;
  }
  #copyright {
    margin-bottom: 0;
    font-size: 12px;
  }
  .footer-social {
    bottom: 32px;
    right: auto;
    left: 50%;
    margin-left: -118px;
  }
  .footer-02 {
    width: 30%;
  }
  #back-top {
    bottom: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #quickContact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .qc-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search-tablet {
    flex: 1 0 auto;
  }
  .search-toggle {
    display: none;
  }
  .search-wrapper {
    float: none;
  }
  .search-container {
    background-color: #234462;
    color: #fff;
    width: 100%;
    opacity: 1;
    position: relative;
    right: auto;
    top: auto;
  }
  .search-form span i {
    font-weight: 700;
  }
  .search-form input {
    width: calc(100% - 50px);
    color: #fff;
  }
  .search-form input::-webkit-input-placeholder {
    color: #fff;
  }
  .search-form input::-moz-placeholder {
    color: #fff;
  }
  .search-form input:-ms-input-placeholder {
    color: #fff;
  }
  .search-form input:-moz-placeholder {
    color: #fff;
  }
  .search-form button {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-ib {
    display: inline-block !important;
  }
  .mobile {
    display: block !important;
  }
  .mobile-hidden {
    display: none !important;
  }
  h1,
  .h1 {
    letter-spacing: -1.5px;
  }
  h2,
  .h2 {
    letter-spacing: -1px;
  }
  .block {
    padding-bottom: 24px;
  }
  .block.swap-mobile {
    flex-direction: row-reverse;
  }
  .block.m100.swap-mobile {
    padding-top: 0 !important;
    flex-direction: column-reverse;
  }
  .block.m100.swap-mobile > .column:last-child {
    padding-bottom: 20px;
  }
  .block.m100 .column {
    width: 100%;
  }
  .block.m75 .column {
    width: 75%;
  }
  .block.m60 .column {
    width: 60%;
  }
  .block.m50 .column {
    width: 50%;
  }
  .block.m40 .column {
    width: 40%;
  }
  .block.m33 .column {
    width: 33.33%;
  }
  .block.m25 .column {
    width: 25%;
  }
  .block.m100 .column + .column {
    margin-top: 15px;
  }
  .block.m100.full.column-has-bg .column + .column {
    margin-top: 0;
  }
  .block .block.m100 .column {
    width: 100%;
  }
  .block .block.m75 .column {
    width: 75%;
  }
  .block .block.m60 .column {
    width: 60%;
  }
  .block .block.m50 .column {
    width: 50%;
  }
  .block .block.m40 .column {
    width: 40%;
  }
  .block .block.m33 .column {
    width: 33.33%;
  }
  .block .block.m25 .column {
    width: 25%;
  }
  .img-wrapper img {
    margin: 0 auto;
    display: block;
  }
  .block.m100 .nested .column.w50 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #main-content > .block-1 {
    padding-top: 40px;
  }
  .page-1 #main-content > .block-1 {
    padding-bottom: 16px !important;
  }
  .page-1 #main-content > .block-2 {
    padding-top: 16px;
  }
  .block.has-bg,
  .block {
    padding-top: 32px;
  }
  .search-form input {
    font-size: 16px;
  }
  .forms input[type=text],
  .forms input[type=email],
  .forms input[type=number],
  .forms input[type=tel],
  .forms textarea {
    font-size: 16px;
  }
  .header-tablet .shopping-cart .cart-text {
    display: none;
  }
  #home-banner .title {
    margin-bottom: 24px;
  }
  #primary-nav {
    width: 256px;
    padding: 30px 16px;
  }
  #primary-nav > li > a {
    padding: 10px 0;
  }
  #primary-nav a {
    width: 182px;
  }
  h1,
  .h1 {
    font-size: 34px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  .forms .m100 {
    width: 100%;
  }
  .forms .m66 {
    width: 66.66%;
  }
  .forms .m33 {
    width: 33.33%;
  }
  .video,
  .text-blocks-wrapper .text-block {
    width: 100%;
  }
  .video {
    height: 200px;
  }
  .paging ul li a {
    padding: 5px 12px;
  }
  .sidebar {
    overflow: hidden;
  }
  .sidebar h3 {
    position: relative;
  }
  .sidebar h3 i {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
  }
  .sidebar h3 i:after {
    display: none;
  }
  .sidebar.active h3 i:before {
    content: '\f107';
  }
  .sidebar > ul {
    max-height: 0;
    height: auto;
    margin: 0;
    -webkit-transition: max-height .3s ease-in-out;
    -moz-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
  }
  .sidebar.active > ul {
    max-height: 1000px;
  }
  .emergency-service {
    width: 50%;
  }
  .canadian {
    width: 50%;
  }
  #home-banner .caption p {
    display: none;
  }
  .block-1 {
    padding-bottom: 60px !important;
  }
  .crumb-container.tablet {
    margin-top: 0;
    position: absolute;
    bottom: 20px;
  }
  .subheading + .button {
    margin-bottom: 24px;
  }
  .bucket-home {
    width: 100% !important;
  }
  .bucket-link-68 {
    display: none !important;
  }
  .two-columns .bucket,
  .three-columns .bucket {
    width: 100%;
  }
  .buckets.three-columns .bucket-landing .content {
    height: auto;
  }
  .bucket-landing .content {
    padding-left: 16px;
    padding-right: 16px;
  }
  .bucket .title,
  .custom-tabs  .tab-text-title {
    font-size: 26px !important;
  }
  .posts .post-item {
    width: 100%;
  }
  .custom-tabs {
    flex-wrap: wrap;
  }
  .custom-tabs .nav-tabs {
    display: none;
  }
  .custom-tabs .nav-tabs-vertical {
    width: 100%;
    margin-right: 0;
  }
  .custom-tabs .nav-tabs-vertical .nav-tabs {
    width: 100%;
  }
  .custom-tabs .tab-content {
    width: 100%;
  }
  .custom-tabs .tab-text {
    padding: 24px 16px;
  }
  .custom-tabs .tab-subtitle {
    font-size: 14px;
  }
  .custom-tabs .mobile-nav-select {
    display: block;
  }
  .feature-wrapper {
    grid-template-columns: 1fr;
  }
  .quick-contact-wrapper {
    padding: 24px 0;
  }
  .quick-contact-wrapper .fieldset {
    width: 100%;
    margin: 0;
  }
  .quick-contact-wrapper .input-group {
    margin-bottom: 24px;
    padding: 0;
  }
  .quick-contact-wrapper .submit-wrapper {
    width: 100%;
  }
  .quick-contact-wrapper #quickContact .submit {
    width: 100%;
  }
  #id-68 .block-1 > .column > .nested > .block-1 {
    padding-bottom: 0;
  }
  #logo-carousel-wrapper .constrain {
    max-width: 94%;
  }
  .footer-logo {
    width: 100%;
  }
  .footer-01,
  .footer-02,
  .footer-03,
  .footer-04 {
    padding: 0;
  }
  .footer-01,
  .footer-04 {
    padding: 0 44px;
  }
  .footer-02,
  .footer-03 {
    padding: 0 16px;
  }
  .footer-04 {
    margin-bottom: 178px;
  }
  .mobile-footer-toggle {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
  }
  .mobile-footer-toggle span {
    color: #ffc107;
  }
  .copyright-wrapper {
    bottom: auto;
    top: 328px;
    left: 44px;
  }
  .footer-social {
    right: auto;
    bottom: auto;
    top: 388px;
    left: 0;
    justify-content: space-around;
    width: 80%;
    margin-left: -40%;
    left: 50%;
  }
  #back-top {
    bottom: auto;
    top: 436px;
  }
  .mobile-footer-toggle {
    left: 16px;
    top: 436px;
    position: absolute;
  }
  .mobile-footer-toggle .closed {
    color: #fff;
  }
  .mobile-footer-toggle .open {
    display: none;
  }
  .mobile-footer-toggle.active .open {
    display: inline-block;
  }
  .mobile-footer-toggle.active .closed {
    display: none;
  }
  #footer-top .constrain {
    padding: 24px 0 8px;
  }
  .footer-02,
  .footer-03 {
    display: none;
  }
  .footer-02.active,
  .footer-03.active {
    display: block;
  }
  .block.readmore a.readmore,
  a.readmore {
    color: #0e3f6e;
    font-family: "acumin-pro-condensed", sans-serif;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0;
  }
  .block.readmore a.readmore i {
    margin-left: 8px;
  }
  .block.readmore div[aria-expanded="false"] {
    position: relative;
  }
  .block.readmore div[aria-expanded="false"]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,#fff 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
  }
}
@media only screen and (max-width: 460px) {
  #header {
    height: 156px;
  }
  #header .logo {
    width: 105px;
  }
  #primary-nav {
    height: calc(100vh - 140px);
    top: 140px;
    padding-bottom: 80px;
  }
  .telephone {
    margin-left: 20px;
  }
  .search-container {
    top: 68px;
    width: 100%;
    right: -60px;
  }
  body {
    padding-top: 156px;
  }
  .header-emergency {
    flex-wrap: wrap;
    height: 40px;
    line-height: 40px;
  }
  .emergency-service,
  a.canadian {
    width: 100%;
  }
}

.simplesearch-result-pages {
    font-size: 21px;
    font-weight: 800;

}
.simplesearch-paging {
    margin-bottom:20px;
}
.description {
    height:150px;
}