.data {
     padding: 0px !important; 
}


button{
	cursor: pointer;
}

.modal-footer .btn{
	background-color: #008457;
    border: 2px solid #fff;
    width: 50%;
    padding: 8px 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 15px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 54%);
    -webkit-box-shadow: 0 6px 10px rgb(0 0 0 / 54%);
    -moz-box-shadow: 0 6px 10px rgba(0,0,0,.54);
    -ms-box-shadow: 0 6px 10px rgba(0,0,0,.54);
    -o-box-shadow: 0 6px 10px rgba(0,0,0,.54);
}


.modal-content{
	padding: 18px;
    border-radius: 17px;
    border: 1px none #000000;
    box-shadow: 1px 1px 3px 0px rgb(2 2 2 / 23%);
    background-color: rgba( 182, 217, 156, 1.00 );
}

.group.clearfix {
    padding: 20px;
}


.back-to-calc-link {
  text-decoration: none;
  color: black;

  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.back-to-calc-link {
  margin-bottom: 0;
}

.back-to-calc-link:hover {
  text-decoration: none;
}

.calc-link:hover {
  text-decoration: none;
  cursor: pointer;
}

.header-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 30px;
}

/*@media (min-width: 480px) {
  .header-button-group {
    margin-right: 30px;
    margin-left: -35%;
  }
}

@media (min-width: 520px) {
  .header-button-group {
    margin-right: 30px;
    margin-left: -37%;
  }
}*/

@media (min-width: 1000px) {
  .header-button-group {
   /* -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;*/
            flex-direction: row;
  /*  -webkit-box-pack: end;
        -ms-flex-pack: end;*/
            /*justify-content: flex-end;*/
   /* margin-left: -37%;
    margin-right: 0;
    padding: 0;*/
  }
  .header-button:first-of-type {
    margin: 20px 20px 5px 0;
  }
}

@media (min-width: 1330px) {
  .header-button-group {
    /*margin-right: 10px;*/
    margin-left: 0;
  }
}

.header-button {
  width: 100%;
 
  text-align: center;
  justify-self: flex-end;
  background: #008457;
  margin: 20px 0 5px 0;
  padding: 10px;
  border-radius: 20px;
  border: 4px solid white;
  outline: none;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (min-width: 480px) {
  .header-button {
    min-width: 280px;
	  min-height: 100px;
	  
  }
}

@media (min-width: 1000px) {
  .header-button {
   width: 200px;
  }
}

.header-button:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.header-button-text {
  font-family: NewsGothicSTD, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.header-button-link:hover {
  text-decoration: none;
  cursor: pointer;
}

.webinar-container {
  background: #b6d99c;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  min-height: 100px;
  border-radius: 20px;
  margin: 50px 50px 0 auto;
  max-width: 580px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 600px) {
  .webinar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    margin-top: 0;
  }
}

.free-webinar-title {
  font-size: 22px;
  font-family: NewsGothicSTD, Arial, sans-serif;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}

.webinar-description {
  background: white;
  padding: 15px 30px;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-family: NewsGothicSTD, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .webinar-description {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.webinar-button-group {
  padding: 10px 15px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 600px) {
  .free-webinar-title {
    margin-bottom: 10px;
  }
  .webinar-button-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.learn-more-button {
  color: white;
  background: #008457;
  padding: 6px 15px;
  font-size: 18px;
  width: 170px;
  border-radius: 15px;
  text-align: center;
  border: 2px solid white;
  -webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.7);
          box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.7);
  margin: 10px 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  text-decoration: none;
}

.learn-more-button:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  text-decoration: none;
  color: white;
}

@media (min-width: 600px) {
  .learn-more-button {
    margin: 0;
  }
}

/* CALC */
#calc-header {
  width: 100%;
  /*padding-top: 40px;*/
}

.first-divider {
  background-position: center center;
  background-size: cover;
  height: 400px;
  margin-bottom: 20px;
  margin-top: -60px;
}

.calc-header {
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
  color: #008457;
  font-weight: bold;
}

@media (min-width: 778px) {
  .calc-header {
    text-align: left;
  }
}

.calc-subheader {
  font-weight: bold;
}

.calculator-row {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.calc-header-group,
.calc-container {
  width: 85%;
  max-width: 950px;
}

.calc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -50px;
}

.calc-image-container {
  margin-bottom: 50px;
}

@media (min-width: 950px) {
  .calc-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .calc-image-container {
    margin-bottom: 0;
  }
}

.calc-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc-description {
  margin-bottom: 30px;
  line-height: 1.2;
}

.follow-instructions {
  font-style: italic;
  font-weight: bold;
}

.calc-image-container h3 {
  text-align: center;
  font-size: 24px;
}

.calc-container img {
  max-width: 400px;
}

.calc-image-container h3 {
  margin-bottom: 20px;
}

.calc-image {
  margin-bottom: 15px;
  width: 100%;
}

.calc-results-image {
  width: 100%;
}

.email-me-button {
  background: #b6d99c;
  border-radius: 15px;
  border: 2px solid white;
  padding: 12px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.email-me-button:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.email-me-text {
  text-transform: uppercase;
  font-size: 16px;
  color: black;
  font-family: NewsGothicSTD, Arial, sans-serif;
  font-weight: bold;
}

.calc-info-link {
  text-transform: none;
  color: white;
}

/* ACCORDION SECTION */
.accordion-section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 380px) {
  .accordion-section {
    width: 95%;
  }
}

@media (min-width: 460px) {
  .accordion-section {
    width: 80%;
  }
}

.accordion-header {
  background-image: url(/wp-content/uploads/2020/06/accordionheader.png);
  background-size: contain;
  position: relative;
  padding: 6px 6px 6px 40px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 40px;
}

@media (min-width: 1000px) {
  .accordion-header {
    margin: 100px auto;
    top: 50px;
  }
}

.accordion-header-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  cursor: pointer;
}

.click-me-note {
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 10px;
  left: 0;
  display: none;
  padding-right: 20px;
}

@media (min-width: 650px) {
  .click-me-note {
    display: block;
  }
}

.click-me-note:hover {
  opacity: 1;
}

.accordion-header-text,
.click-me-note-text {
  color: white;
  text-transform: uppercase;
  font-family: NewsGothicSTD, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}

.click-me-note-text {
  font-size: 14px;
  text-align: right;
}

@media (min-width: 1100px) {
  .click-me-note-text {
    text-align: center;
  }
}

.accordion-header-button {
  width: 30px;
  margin-right: 15px;
  cursor: pointer;
}

.open-animate {
  -webkit-animation: highlight 1s ease 1s infinite alternate, spin 4s infinite alternate;
          animation: highlight 1s ease 1s infinite alternate, spin 4s infinite alternate;
}

@-webkit-keyframes highlight {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
            filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: drop-shadow(0 0 8px #b6d99c);
            filter: drop-shadow(0 0 8px #b6d99c);
  }
}

@keyframes highlight {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
            filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: drop-shadow(0 0 8px #b6d99c);
            filter: drop-shadow(0 0 8px #b6d99c);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

/* ACCORDION OPEN/CLOSE */
.accordion-body {
  overflow: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 0;
}

.open {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 4000px;
  height: auto;
}

.accordion-body-section {
  position: relative;
  margin-bottom: 40px;
}

.accordion-section-circle {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.accordion-section-header {
  font-size: 18px;
  font-family: NewsGothicSTD, Arial, sans-serif;
  margin-bottom: 15px;
  font-weight: bold;
}

.accordion-header {
  margin-top: 60px;
  cursor: pointer;
  position: relative;
}

.click-me-header {
  position: absolute;
  top: -35px;
}

.accordion-text-section {
  width: 90%;
  margin: 0 auto;
  padding-left: 40px;
  padding-top: 10px;
}

.accordion-text-section p {
  margin-bottom: 15px;
  line-height: 1.4;
  position: relative;
}

.accordion-text-section p:last-of-type {
  margin-bottom: 20px;
}

.test-conditions {
  width: 100%;
  max-width: 600px;
  min-width: 300px;
  position: relative;
  left: -40px;
}

@media (min-width: 380px) {
  .test-conditions {
    left: -20px;
  }
}

@media (min-width: 460px) {
  .test-conditions {
    left: 0;
  }
}

.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid black;
  margin-right: 10px;
  cursor: pointer;
}

.accordion-section-divider {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  border-bottom: 2px solid #b6d99c;
  margin-top: 10px;
}

.back-to-calc-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10px;
  cursor: pointer;
}

.text-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.accordion-text-section.four {
  position: relative;
  left: 60px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 50px;
}

.data-chart {
  margin-right: 0;
}

@media (min-width: 1000px) {
  .text-image-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .accordion-text-section.four {
    padding-left: 30px;
    padding-right: 50px;
    left: 50px;
  }
  .data-chart {
    margin-right: 100px;
  }
}

.data-chart {
  max-width: 300px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.test-results {
  width: 100%;
  min-width: 350px;
  margin: 0 auto;
  padding-left: 0;
  margin-left: 0;
}

@media (min-width: 600px) {
  .test-results {
    width: 90%;
    padding-left: 60px;
    margin-left: 10px;
  }
}

.section-seven-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dust-fed {
  width: 90%;
  min-width: 300px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .dust-fed {
    width: 500px;
  }
}

.dust-fed2 {
  width: 100%;
  max-width: 250px;
  margin-top: -21px;
}

@media (max-width: 1000px) {
  .dust-fed2 {
    padding-top: 10px;
  }
}

@media (min-width: 1000px) {
  .dust-fed {
    margin-right: 20px;
  }
	
	
  .section-seven-image-container {
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* END ACCORDION */
.second-divider {
  background-position: center center;
  background-size: cover;
  height: 400px;
  margin-bottom: 40px;
  margin-top: 60px;
}

/* EXPLANATION SECTION */
#explanation-header {
  width: 100%;
  /*padding-top: 40px;*/
}

.explanation-container {
  position: relative;
}

.explanation-section {
  width: 85%;
  max-width: 1000px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.explanation-header {
  text-transform: uppercase;
  font-size: 40px;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto 40px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 902px) {
  .explanation-header {
    text-align: left;
  }
}

.explanation-intro-text {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.explanation-text-section {
  padding-right: 0;
}

@media (min-width: 800px) {
  .explanation-text-section {
    padding-right: 40px;
  }
}

.explanation-group {
  position: relative;
  margin-bottom: 20px;
}

.explanation-section-circle {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.explanation-group p {
  padding-top: 10px;
  line-height: 1.4;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 16px;
}

.explanation-group.two p:first-of-type,
.explanation-group.three p:first-of-type {
  margin-bottom: 5px;
}

.value-label-explanation-image.desktop {
  width: 300px;
  margin-bottom: 20px;
}

.value-label-explanation-image.mobile {
  max-width: 350px;
  width: 100%;
  margin-bottom: 20px;
}

.image-link-group-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px;
  display: none;
}

.image-link-group-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .image-link-group-mobile {
    display: none;
  }
}

@media (min-width: 800px) {
  .image-link-group-desktop {
    display: block;
  }
}

.explanation-footnote {
  font-size: 11px !important;
}

/* END EXPLANATION SECTION */
.bottom-divider {
  background-position: center center;
  background-size: cover;
  height: 400px;
  margin-bottom: -10px;
}

/* FOOTER */




/* REAL CALC STYLE EDITS */
#filter-model-link,
#airflow-link,
#ISO-link,
#MMPS-link,
#initial-resistance-link,
#pressure-drop-link {
  color: white;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
}

#filter-model-link:hover,
#airflow-link:hover,
#ISO-link:hover,
#MMPS-link:hover,
#initial-resistance-link:hover,
#pressure-drop-link:hover {
  text-decoration: none;
}

.info-text {
  margin-left: -6px;
  position: relative;
  top: 2px;
}

.info-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
/*# sourceMappingURL=style.css.map */