.calc-form h2,
.calc-results h2 {
  color: #009944;
}

.section {
  position:relative;
  padding: 75px 0;
}

.page-center{
  position:relative;
  z-index:1;
}

.page-center.page-center_narrow{
  max-width:900px !important;
  width:100%;
}

.page-center.page-center_small{
  max-width:700px !important;
  width:100%;
}

.center{
  text-align:center;
}

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

.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

.white-text, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h4, .white-text p:not(.hs-button), .white-text div:not(.hs-button), .white-text a:not(.hs-button) {
  color: #fff !important;
}

/* HERO SECTION
* //////////////////////*/
.section.calc-hero {
  padding-bottom: 0;
}

.calc-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5em;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}

.calc-hero .cols {
  max-width: 47%;
  width:100%;
}

.calc-hero h1 {
  line-height: 1.2;
}

.calc-hero .col-2 {
  margin-left: auto;
}

.calc-hero .content-area {
  padding-bottom: 6em;
}
.calc-hero .bg-image {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-size: cover;
  max-width: none !important;
  background-repeat: no-repeat;
  background-position: center center;
}

@media(max-width:768px){
  .calc-hero .cols{
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: none !important;
    min-width: initial !important;
    margin-right: 0 !important;
  }

  .calc-hero .content-area {
    text-align: center;
    padding-bottom: 1em;
  }

  .calc-hero .featured-img {
    max-width: 300px;
    width:100%;
    margin: auto;
  }
}

/* CALC FORM SECTION  
* //////////////////////*/
.calc-form .top-overview h2{
  color:#009944;
}

.calc-form .top-overview .down-arrow {
  margin-top: 3em;
  margin-bottom: 3em;
}

/* col 1 */
.calc-form .col-1 .icon {
  max-width: 3em;
  width:100%;
  margin-right: 1em;
}

.calc-form label {
  font-size: 26px;
  color:#006580;
  -webkit-box-flex: 1;-ms-flex: 1 0;flex: 1 0;
  line-height: 1.2;
}

.calc-form .form-field {
  padding: 3em 0;
  border-bottom: solid 1px #E0E0E0;
}

/* col 2 */
.calc-form .col-2 {
  max-width: 100px;
  width:100%;
  margin-left: 3em;
}


.calc-results .bottom-overview .button,
.calc-form form button.button {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  margin: auto;
  display: inline-block;
  margin-top: 3em;
}

.calc-form input {
  font-size: 1em !important;
  border-radius: 3px;
}

/* Chrome, Safari, Edge, Opera */
.calc-form input::-webkit-outer-spin-button,
.calc-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.calc-form input[type=number] {
  -moz-appearance: textfield;
}

.calc-form .form-field:not(.has-error) .error{
  display:none;
}

.calc-form .error {
  margin-top: 1em;
  color: red;
  font-style: italic;
  font-size: 13px;
  text-align: right;
}

.calc-form .custom-form {
  max-width: 650px;
  margin: auto;
}

@media(min-width:769px){
  .calc-form .form-field, 
  .calc-form .cols {
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  }
}

@media(max-width:480px){
  .calc-form .cols{
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: none !important;
    min-width: initial !important;
    margin-right: 0 !important;
  }

  .calc-form .cols {
    margin: auto;
    margin-top: 1em;
  }

  .calc-form label {
    font-size: 22px;
  }
}




/* RESULTS 
* ////////////////*/
.calc-results .cols{
  border-radius: 0.3em;
  overflow: hidden;
  text-align:center;
  width:100%;
}

.calc-results .col-3 .table-head + .flex-wrap,
.calc-results .col-2 .table-head + .flex-wrap,
.calc-results .col-1 {
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 4px 6px rgb(0 0 0 / 18%);
}

.calc-results .col-1 {
  max-width: 20%;
  -ms-flex-item-align: end;align-self: flex-end;
  margin-bottom: 1.1em;
}

.calc-results .col-1 .icon {
  max-width: 1em;
  display: inline-block;
  margin-right: 0.25em;
}

.calc-results .col-1 .icon img {
  display: block;
  position: relative;
  top: 4px;
}

.calc-results .table-head h3 {
  margin: 0;
  padding: 0.5em;
  background-color: #006580;
  color: #fff;
}

.calc-results .cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.calc-results .cols li {
  padding: 0.75em;
}

.calc-results .cols li:nth-child(2n) {
  background-color: #F4F4F4;
}

.calc-results .cols li .death{
  display:none;
}

/* COL 2 AND COL 3 */
.calc-results .col-3,
.calc-results .col-2{
  border:solid 2px #006580;
  max-width: 37%;
}

.cal-tables .cols:not(.col-1) {
  margin-left: 2%;
}

.calc-results .col-3 .table-head + .flex-wrap,
.calc-results .col-2 .table-head + .flex-wrap {
  margin: 1em ;
}

.calc-results .cols .table-depth-2:nth-child(2) {
  border-left: solid 1px #009944;
}

.calc-results .depth-2-table-head h4 {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
  padding: 0.5em;
  background-color: #009944;
  color: #fff;
  line-height: 1.5;
}

.calc-results .top-overview {
  margin-bottom:3em;
}

.calc-results .bottom-overview{
  margin-top:4em;
}

.calc-results .bottom-overview h3 {
  color: #006580;
  font-size: 24px;
}

.calc-results .bottom-overview img + h3 {
  margin-top: 0.7em;
}

.calc-results .bottom-overview .button{
  margin-top:0em;
}

@media(max-width:850px){
  .calc-results .cols {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 0 !important;
  }

  .calc-results .col-2,
  .calc-results .col-3{
    max-width: none !important;
    min-width: initial !important;
    margin-left: 0 !important;
  }

  .calc-results .col-1 {
    max-width: 400px;
    width: 100%;
    margin: auto !important;
  }

  .calc-results .cols:not(.col-3) {
    margin-bottom: 2em !important;
  }
}


@media(max-width: 850px) {
  .calc-results .col-1 {
    display:none;
  }

  .calc-results .cols li {
    display:block;
    text-align: center;
  }


  .calc-results .cols li .death {
    text-align: center;
    font-size: 13px;
    padding: 2px 13px;
    background-color: #006580;
    display:inline-block;
    width:auto;
    border-radius:100px;
    color: #fff;
    margin-bottom: 5px;
  }


  .calc-results .cols li .price {
    display: block;
  }
}









