@import url(https://use.typekit.net/nvj5upz.css);
@import url(//hello.myfonts.net/count/3c8fc1);
@font-face {
  font-family: MinionPro-Regular;
  src: url(../fonts/MinionPro-Regular.otf)
      format("otf"),
    url(../fonts/MinionPro-Regular.otf)
      format("otf");
}
@font-face {
  font-family: SourceCodePro-Bold;
  src: url(../fonts/SourceCodePro-Bold.ttf)
      format("ttf"),
    url(../fonts/SourceCodePro-Bold.ttf)
      format("ttf");
}
@font-face {
  font-family: SourceCodePro-Regular;
  src: url(../fonts/SourceCodePro-Regular.ttf)
      format("ttf"),
    url(../fonts/SourceCodePro-Regular.ttf)
      format("ttf");
}
@font-face {
  font-family: SourceCodePro-Semibold;
  src: url(../fonts/SourceCodePro-Semibold.ttf)
      format("ttf"),
    url(../fonts/SourceCodePro-Semibold.ttf)
      format("ttf");
}
@font-face {
  font-family: UniversLTStd-XBlackEx;
  src: url(../fonts/UniversLTStd-XBlackEx.otf)
      format("otf"),
    url(../fonts/UniversLTStd-XBlackEx.otf)
      format("otf");
}
@font-face {
  font-family: UniversLTPro-XBlackExt;
  src: url(../fonts/font_f1b7f4ca.woff2)
      format("woff2"),
    url(../fonts/font_ca341370.woff)
      format("woff");
}
@font-face {
  font-family: UniversLTPro-65Bold;
  src: url(../fonts/font_19545466.woff2)
      format("woff2"),
    url(../fonts/font_525d7b73.woff)
      format("woff");
}
@font-face {
  font-family: UniversLTPro-45LightOblique;
  src: url(../fonts/font_b9cbdf60.woff2)
      format("woff2"),
    url(../fonts/font_486b9f68.woff)
      format("woff");
}
@font-face {
  font-family: UniversLTPro-55Roman;
  src: url(../fonts/font_fd116e86.woff2)
      format("woff2"),
    url(../fonts/font_31063db6.woff)
      format("woff");
}
@font-face {
  font-family: UniversLTPro-45Light;
  src: url(../fonts/font_d8871dd6.woff2)
      format("woff2"),
    url(../fonts/font_d2887da8.woff)
      format("woff");
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #fbd53b;
  --secondary: grey;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1250px;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  /*font-family: source-code-pro,monospace;*/
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  margin: 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  background-color: #fff;
}
section.cavex-container p {
    font-family: source-code-pro;
    font-weight: normal;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
a {
  color: #fbd53b;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #e5b805;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
.yellowBG {
  background-color: var(--primary);
  padding: 3rem;
}
.yellowBG .page-header h1{
  font-family: UniversLTPro-XBlackExt;
  font-size: 2.815rem;
  color: #000;
}
.yellowBG .page-header+p{
  font-family: SourceCodePro-Regular;
  font-weight: normal;
}

.yellowBG .page-header+p span {
  display:block;
    font-size: 0.85rem;
    font-family: 'UniversLTPro-45Light' !important;
    font-style: normal !important;

}


form.calc label {
 display: block;
}
form.calc label h3 {
  font-family: UniversLTPro-65Bold;
  font-size: 1.48rem;
  color: #000;
}
form.calc .form-field {
  margin-bottom: 2.5rem;
}
form.calc label .frm_description {
  font-family: UniversLTPro-45LightOblique;
    font-size: 1.18rem;
    line-height: 1.5;
    margin-bottom: 18px;
    font-style: italic;
    font-weight: normal;
    color: #000;
}
input#terms_condition {
  width: 20px;
  height: 20px;
}
form.calc input[type="email"],
form.calc input[type="number"],
form.calc input[type="password"],
form.calc input[type="search"],
form.calc input[type="tel"],
form.calc input[type="text"],
form.calc input[type="url"],
form.calc select,
form.calc textarea {
  color: black;
  font-family: source-code-pro, monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.2;
  border-top: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  border-bottom: 2px solid #000;
  border-radius: 0;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 !important;
  box-shadow: var(--box-shadow);
  width: 100%;
  padding:6px 10px;
  outline: 0;
  line-height: 1;
  height: 44px;
}
form.calc select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjcuMTQgMTQuMjgiPjxkZWZzPjxzdHlsZT4uY2xzLTEsLmNscy0ze2ZpbGw6bm9uZTt9LmNscy0ye2NsaXAtcGF0aDp1cmwoI2NsaXAtcGF0aCk7fS5jbHMtM3tzdHJva2U6IzQxNTU2MztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48Y2xpcFBhdGggaWQ9ImNsaXAtcGF0aCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iMjcuMTQiIGhlaWdodD0iMTQuMjgiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxnIGNsYXNzPSJjbHMtMiI+PHBvbHlsaW5lIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSIwLjM1IDAuMzUgMTMuNTcgMTMuNTcgMjYuNzkgMC4zNSIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  background-position: center right 10px;
  background-size: auto 32%;
  background-repeat: no-repeat;
}
.btn,
form.calc input[type="button"],
form.calc input[type="submit"] {
  color: #000;
  font-family: UniversLTPro-XBlackExt;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  display: inline-block;
  height: 48px;
  position: relative;
  min-width: 176px;
  border: 2px solid #000;
  padding-left: 1rem;
  padding-right: 1rem;
  background: transparent;
  border-radius: 0px;
}
.btn:hover:not([disabled]),
form.calc input:hover[type="button"]:not([disabled]),
form.calc input:hover[type="submit"]:not([disabled]){
  background-color: #000;
  border: 2px solid #000;
  color: #fff !important;
}
.btn.disabled, .btn:disabled {
  border-color: #ccc #bbb #aaa;
}
a.no-line:hover {
  text-decoration: none;
}
.borderless {
  border:none;
 }
 .results table, .results table tr, .results table th, .results table td {
   border:none !important;
 } 

 .f-3rem{
   font-size: 1.5rem;
 }
 .w-20{
   width:20%;
 }
 .w-40{
  width:41%;
}
.error {
  color: red;
  font-size: 0.875rem;
}

span.price {
  font-family: source-code-pro,monospace !important;
  font-weight: normal;
}
.results.slide-top {
  background-color: #fff
}
.disclaimer p{
  font-size: 0.85rem;
  font-family: 'UniversLTPro-45Light' !important;
  font-style: normal !important;
}
.borderless td span {
  font-family: UniversLTPro-45Light;
}
.borderless th.w-20 span, .borderless th.title span {
  border-bottom: 1.75px solid #f7941d;
  padding-bottom: 0.25rem;
}
.borderless th.w-20 span.wier, .borderless th.title span.wier {
  font-weight: 400;
  font-size: 0.875rem;
  font-family: UniversLTPro-45LightOblique;
}
.ajaxResult .disclaimer {
    font-weight: 100;
}
a:active, a:focus {
 outline: none;
}
.results table td {
  padding-bottom: 3rem;
}
a.t-c, a.t-c:hover, a.t-c:visited, a.t-c:active {
  color: #333;
}
.f-same {
  font-family: 'UniversLTPro-XBlackExt' !important;
  font-size: 1.25rem !important;
  padding-top: 2rem;
  padding-bottom: .7rem;
}
#flowrate-error, #operating_pressure-error, #cyclone_size-error {
  text-align:right;
  font-family: 'UniversLTPro-45Light' !important;
  color:#C03F01;
  font-style: italic;
  margin-top: 4px;
}
#terms_condition-error{
  color:#C03F01;
  font-family: 'UniversLTPro-45Light' !important;
  font-style: italic;
}
select.error, input[name="flowrate"].error{
  border-bottom:2px solid #C03F01 !important;
}
label#terms_condition-error {
  width: 100%;
  position: absolute;
  top: 24px;
  left: 36px;
}
/* $break-xxs: 320px;
$break-xs: 576px;
$break-s: 768px;
$break-f: 880px;
$break-m: 992px;
$break-l: 1024px;
$break-xl: 1200px; */
@media (min-width: 1024px) {
  .yellowBG .page-header+p {
      max-width: 75%;
      font-size: 1.25rem;
      font-weight: normal;
  }

 
}
@media (max-width: 768px) {
  .yellowBG .page-header h1{
    font-size: 1.75rem;
  }
  .yellowBG {
    padding: 1.25rem;
  }
}
/* @media (max-width: 576px) {

} */
@media (max-width: 320px) {
  .yellowBG .page-header h1{
    font-size: 1.25rem;
  }
  form.calc input[type="email"],
  form.calc input[type="number"],
  form.calc input[type="password"],
  form.calc input[type="search"],
  form.calc input[type="tel"],
  form.calc input[type="text"],
  form.calc input[type="url"],
  form.calc select,
  form.calc textarea {
    font-size: 1rem;
  }
  
}

/*Table responsive
*/
.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
      
   }
   .table-responsive-stack tr h3{
      font-size: 1.25rem;
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
   .results.slide-top {
      padding-top: 1rem;
      padding-bottom: 1rem;
  }
}
.terms_condition_text {
  font-family: UniversLTPro-55Roman;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  font-style: normal !important;
}


@media (max-width: 991px) { 
  .table td, .table th {
    padding: 1rem !important;
  }
}

@media (min-width: 992px) { 
  .results table.borderless tbody td,  .results table.borderless tbody th {
    padding-bottom:60px;
  } 
}
