/* DS Free Form
------------------------------------------------------- */
/* Hero Section */
body article.ds-free-page .ds-free-hero {
  padding: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 42px;
}
body article.ds-free-page .ds-free-hero h1 {
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 1.25 !important;
  letter-spacing: -0.022em !important;
  color: #fff;
  max-width: 740px;
  text-align: center;
}
body article.ds-free-page .ds-free-form {
  display: none;
}

/* Subheadings */
body article.ds-free-page h2 {
  text-align: center;
  font-weight: normal;
  font-size: 1.9rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.019em !important;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
body article.ds-free-page .limit-width {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
body article.ds-free-page h2 span {
  font-weight: 800;
  display: block;
}

/* Cost estimate */
body article.ds-free-page .cost-estimate {
  display: none;
}
body article.ds-free-page .cost-range-message {
  display: none;
}
body article.ds-free-page form {
  margin-top: 16px;
}
body article.ds-free-page {
  border-top: 0 none !important;
}

/* Filters value added content */
body article.ds-free-page .filter-value-added-content-label {
  font-weight: bold;
}
body article.ds-free-page .filter-value-added-content,
body article.ds-free-page .cost-summary-content p {
  margin-bottom: 2%;
}

/* Form Step headings */
body article.ds-free-page h3 {
  font-weight: bold !important;
  color: #0065bd !important;
}

/* Form Labels */
body article.ds-free-page .wpforms-field-label {
  font-weight: 600 !important;
  margin-bottom: 12px !important;
}
body
  article.ds-free-page
  div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-modern
  label:not(.wpforms-error) {
  transition: none;
  height: 100%;
}

body article.ds-free-page .learn-more-radio li label {
  font-weight: 600 !important;
  box-shadow: 0 2px 7px -2px rgb(0 0 0 / 16%);
  border-radius: 0.625rem;
  border: 2px solid transparent !important;
  margin-bottom: 10px !important;
}

body article.ds-free-page .learn-more-radio li.wpforms-selected label {
  border: 2px solid #0065bd !important;
}
body article.ds-free-page .wpforms-page-indicator {
  display: flex;
  justify-content: center;
}
body article.ds-free-page .learn-more-radio li.wpforms-selected label:hover,
body article.ds-free-page .learn-more-radio li.wpforms-selected label:focus {
  border: 2px solid #0065bd !important;
}
body
  article.ds-free-page
  div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-modern
  .wpforms-image-choices-image:after {
  background: #0065bd;
}

body article.ds-free-page .learn-more-radio ul {
  align-items: stretch;
  margin: 0 -13px !important;
}
body
  article.ds-free-page
  div.wpforms-container-full
  .wpforms-form
  .learn-more-radio
  ul
  li {
  padding-left: 13px !important;
  padding-right: 13px !important;
}
body article.ds-free-page .ds-free-card {
  text-align: center;
}
body article.ds-free-page .portables-flex-parent {
  display: flex;
  justify-content: center;
  margin: 0 -2%;
}
body article.ds-free-page .portables-flex-parent .ds-free-card {
  width: 50%;
  padding: 2%;
}
body article.ds-free-page .wpforms-field-container,
body article.ds-free-page .wpforms-submit-container {
  max-width: 785px;
  width: 100%;
  margin: 0 auto;
}
body article.ds-free-page .iaq-selection-card {
  max-width: 600px;
  margin: 0 auto;
}
body article.ds-free-page .iaq-selection-card img {
  width: 100% !important;
}
body article.ds-free-page .ds-free-card img {
  width: 100%;
  height: auto;
}
body article.ds-free-page .ds-free-card h5 {
  font-size: 1.4em;
}
body article.ds-free-page .temp-nav-btn {
  display: none;
}
body article.ds-free-page .iaq-progress-nav-btns {
  padding-bottom: 70px !important;
}
body article.ds-free-page .filter-progress-nav-btns,
body article.ds-free-page .iaq-progress-nav-btns span,
body article.ds-free-page .portables-progress-nav-btns span {
  float: right;
}

/* Confirmation Page */
body article.ds-free-page .ds-free-confirmation-heading {
  font-weight: bold;
  border-bottom: 1px solid #e0e4e7;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
body article.ds-free-page .confirmation-div {
  margin-bottom: 20px;
}
body article.ds-free-page .learn-more-radio ul li {
  margin-bottom: 0px !important;
}
body article.ds-free-page .wpforms-image-choices-label,
body article.ds-free-page .wpforms-image-choices-label h5 {
  font-weight: 600 !important;
}
body article.ds-free-page .request-info-summary {
  display: table;
  width: 100%;
}
body article.ds-free-page .request-info-summary > * {
  display: table-row;
}
body article.ds-free-page .request-info-summary .row div {
  display: table-cell;
  border: 1px solid #cccccc;
  padding: 10px;
}

/* Form buttons */
body article.ds-free-page button[type="submit"],
body article.ds-free-page button.wpforms-page-next {
  border: 2px solid #0076dd !important;
  color: #fff !important;
  background-color: #0076dd !important;
  border-radius: 3px !important;
  padding: 8px 20px !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
body article.ds-free-page button.wpforms-page-prev {
  border: 2px solid #0076dd !important;
  color: #0076dd !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 8px 20px !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
body article.ds-free-page button[type="submit"] {
  position: relative;
  bottom: 59px;
}
body article.ds-free-page button[type="submit"]:hover,
body article.ds-free-page button.wpforms-page-next:hover {
  color: #fff !important;
  border: 2px solid #0065bd !important;
  background-color: #0065bd !important;
}
body article.ds-free-page button.wpforms-page-prev:hover {
  color: #fff !important;
  border: 2px solid #0076dd !important;
  background-color: #0076dd !important;
}
body article.ds-free-page .wpforms-submit-container {
  text-align: right;
}
body article.ds-free-page .cost-range-message {
  text-align: center;
  padding: 18px;
  font-size: 1.2rem;
  border-radius: 3px;
  margin-bottom: 10px;
}
body article.ds-free-page .cost-range-message strong {
  font-weight: 600;
}

/* Style the buttons that are used to open and close the accordion panel */
body article.ds-free-page .ds-free-accordion {
  position: relative;
  background-color: #e0e4e7 !important;
  color: #444 !important;
  cursor: pointer !important;
  padding: 8px 33px 8px 18px !important;
  width: 100% !important;
  text-align: left !important;
  border: 1px solid #ccc !important;
  outline: none !important;
  transition: 0.4s !important;
  margin-top: 2%;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
body article.ds-free-page .ds-free-accordion.active,
body article.ds-free-page .ds-free-accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
body article.ds-free-page .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden !important;
  transition: max-height 0.2s ease-out;
  border-left: 1px solid #e0e4e7;
  border-right: 1px solid #e0e4e7;
  border-bottom: 1px solid #e0e4e7;
}
body article.ds-free-page .ds-free-accordion:after {
  right: 10px;
  content: "\02795";
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
  vertical-align: middle;
  display: inline;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

body article.ds-free-page .ds-free-accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

body article.ds-free-page .wpforms-page-indicator .wpforms-page-indicator-page {
  max-width: 230px;
  display: flex;
  align-items: center;
}
body
  article.ds-free-page
  .wpforms-page-indicator
  .wpforms-page-indicator-page
  .wpforms-page-indicator-page-number {
  min-width: 40px;
}

/* Confirmation Page  */
body article.ds-free-page .ds-free-confirmation-page-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -13px !important;
  padding-bottom: 25px;
}
body article.ds-free-page .ds-free-insights-card {
  padding-left: 13px !important;
  padding-right: 13px !important;
  width: calc(100% / 3) !important;
}

body article.ds-free-page .ds-free-insights-card img {
  border-radius: 5px;
}

body article.ds-free-page .ds-free-insights-card h5 {
  font-weight: bold;
  text-align: left;
}

body article.ds-free-page .ds-free-insights-card:hover h5 {
  color: #0065bd;
}

body article.ds-free-page .ds-free-product-list {
  margin-top: 25px;
}

body article.ds-free-page .ds-free-product-list h3 {
  padding-bottom: 0px;
}

body article.ds-free-page .ds-free-product-list hr {
  height: 1px;
  background-color: #ccc;
  border: none;
}

@media all and (min-width: 980px) {
  body
    article.ds-free-page
    .filter-learn-more-radio
    ul.wpforms-image-choices
    li {
    width: calc(100% / 3) !important;
  }

  body article.ds-free-page .iaq-learn-more-radio ul.wpforms-image-choices img,
  body
    article.ds-free-page
    .portables-learn-more-radio
    ul.wpforms-image-choices
    img,
  body
    article.ds-free-page
    .filter-learn-more-radio
    ul.wpforms-image-choices
    img {
    max-width: 100% !important;
  }

  .ds-free-product-card {
    padding-left: 11px !important;
    padding-right: 11px !important;
    text-align: center;
    width: calc(100% / 4) !important;
    padding-bottom: 15px;
  }
}

@media all and (min-width: 768px) and (max-width: 980px) {
  body
    article.ds-free-page
    .filter-learn-more-radio
    ul.wpforms-image-choices
    li {
    /* Change this to flexbx 2 column layout */
    width: 50% !important;
    margin-bottom: 27px !important;
  }

  body article.ds-free-page .iaq-learn-more-radio ul.wpforms-image-choices img,
  body
    article.ds-free-page
    .portables-learn-more-radio
    ul.wpforms-image-choices
    img,
  body
    article.ds-free-page
    .filter-learn-more-radio
    ul.wpforms-image-choices
    img {
    max-width: 100% !important;
  }
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  body article.ds-free-page .ds-free-hero h1 {
    font-size: 3.6rem;
    max-width: 490px;
  }
  /* Step Indicators */
  body article.ds-free-page .wpforms-page-indicator {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body
    article.ds-free-page
    .wpforms-page-indicator
    .wpforms-page-indicator-page {
    width: 50%;
    padding: 1%;
    margin: 0 !important;
    display: flex;
    max-width: none;
  }
  body
    article.ds-free-page
    .wpforms-page-indicator
    .wpforms-page-indicator-page
    .wpforms-page-indicator-page-number {
    min-width: 30px;
    height: 30px !important;
    width: 30px !important;
    line-height: 30px !important;
  }

  /* Confirmation Page*/
  body article.ds-free-page .ds-free-product-card,
  body article.ds-free-page .ds-free-insights-card {
    padding-left: 11px !important;
    padding-right: 11px !important;
    text-align: center;
    width: calc(100% / 2) !important;
    padding-bottom: 15px;
  }

  body article.ds-free-page .ds-free-insights-card img {
    max-width: 100% !important;
  }
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 410px) {
  body article.ds-free-page button[type="submit"] {
    position: relative;
    bottom: 6px;
  }
}
@media all and (max-width: 520px) {
  body
    article.ds-free-page
    .wpforms-page-indicator
    .wpforms-page-indicator-page {
    width: 100% !important;
  }
  body article.ds-free-page .portables-progress-nav-btns button,
  body article.ds-free-page .iaq-progress-nav-btns button,
  body article.ds-free-page .filter-progress-nav-btns button {
    margin: 6px 0 !important;
  }
  body article.ds-free-page .portables-progress-nav-btns span,
  body article.ds-free-page .iaq-progress-nav-btns span,
  body article.ds-free-page .filter-progress-nav-btns span {
    display: block;
    float: none;
  }
}
@media all and (max-width: 767px) {
  body article.ds-free-page h2 {
    font-size: 1.6rem;
  }
  body article.ds-free-page .cost-range-message {
    padding: 4%;
    font-size: 1.2rem;
  }
  body article.ds-free-page .ds-free-hero h1 {
    font-size: 2.6rem;
    max-width: 400px;
  }
  body article.ds-free-page .ds-free-hero {
    height: 300px;
  }
  body
    article.ds-free-page
    .wpforms-page-indicator
    .wpforms-page-indicator-page {
    width: 50%;
  }
  body
    article.ds-free-page
    .filter-learn-more-radio
    ul.wpforms-image-choices
    li,
  body article.ds-free-page .iaq-learn-more-radio ul.wpforms-image-choices li,
  body
    article.ds-free-page
    .portables-learn-more-radio
    ul.wpforms-image-choices
    li {
    width: 100% !important;
    margin-bottom: 27px !important;
  }
  body article.ds-free-page .portables-flex-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -2%;
  }
  body article.ds-free-page .portables-flex-parent .ds-free-card {
    width: 100%;
    padding: 2%;
  }
  body article.ds-free-page .iaq-learn-more-radio ul.wpforms-image-choices img,
  body
    article.ds-free-page
    .portables-learn-more-radio
    ul.wpforms-image-choices
    img,
  body
    article.ds-free-page
    .filter-learn-more-radio
    ul.wpforms-image-choices
    img {
    max-width: 100% !important;
  }
  body article.ds-free-page .learn-more-radio ul {
    margin: 0 0px !important;
  }
  body
    article.ds-free-page
    div.wpforms-container-full
    .wpforms-form
    .learn-more-radio
    ul
    li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #ds-free-calculator {
    padding: 0px 20px 0px;
  }
  body article.ds-free-page .wpforms-page-indicator {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body
    article.ds-free-page
    .wpforms-page-indicator
    .wpforms-page-indicator-page {
    width: 50%;
    padding: 2%;
    margin: 0 !important;
    display: flex;
  }
  body
    article.ds-free-page
    .wpforms-page-indicator
    .wpforms-page-indicator-page
    .wpforms-page-indicator-page-number {
    min-width: 30px;
  }

  /* Confirmation Page*/
  body article.ds-free-page .ds-free-product-card,
  body article.ds-free-page .ds-free-insights-card {
    padding-left: 11px !important;
    padding-right: 11px !important;
    text-align: center;
    width: calc(100% / 1) !important;
    padding-bottom: 15px;
  }

  body article.ds-free-page .ds-free-insights-card img {
    max-width: 100% !important;
  }
}
