@font-face {
  src: url(SoDoSans-Regular.otf);
  font-family: sodo;
}

@font-face {
  src: url(SoDoSans-Light.otf);
  font-family: sodoL;
}

@font-face {
  src: url(HelveticaBd.otf);
  font-family: helvBd;
}

@font-face {
  src: url(Pike-Regular.otf);
  font-family: pike;
}

@font-face {
  src: url(Pike-Bold.otf);
  font-family: pikeBd;
}

body {
  color: #000;
  background-color: #f2f0eb;
  font-family: sodo, Arial, Helvetica, sans-serif;
  /* background: url(../images/brick_back.jpg);
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: auto; */
}

select#state option {
  color: #0a0a0a !important;
}

input:not([type="submit"]),
select {
  font-family: Arial, Helvetica, sans-serif !important;
}

.headerBg {
  background: url(../images/headerback.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  color: #000;
}

a:hover,
a:focus {
  color: #000;
}

.biggerText {
  font-size: 35px;
  line-height: 1.2;
}

.bigText {
  font-size: 24px;
}
.smallText {
  font-size: 20px;
}
.smaller-text {
  font-size: 15px;
}
.bottom-text {
  font-size: 13px;
}
.footerText {
  font-size: 16px;
}

.headerImg {
  max-width: 73.125rem;
}

.button1 {
  background-color: #1e3932;
  border-radius: 5px;
  border: 5px;
  box-shadow: none;
  color: #fff;
  /* font-style: italic;
  font-family: boglebold; */
  font-family: sodo;
  font-weight: bold;
  padding: 0.7em 2em 0.5em;
  min-width: 255px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.button2 {
  border-radius: 3px;
  padding: 6px 6px 4px;
  color: #fff;
  margin-bottom: 8px;
  font-family: sodo;
  font-weight: bold;
}

.button1:hover,
.button1:focus {
  background-color: #cce1d3;
  color: #1e3932;
}

.button1.optionBtn:hover {
  background-color: #71a344;
  color: #fff;
}

.button1.optionBtn.selected {
  background-color: #71a344;
  color: #fff;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: sub;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #453736;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: #453736;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #453736, 4px 0 0 #453736, 4px -2px 0 #453736,
    4px -4px 0 #453736, 4px -6px 0 #453736, 4px -8px 0 #453736;
  transform: rotate(45deg);
}

.stepimg {
  width: 85%;
}

.stepsHeader {
  font-family: pikeBd;
  color: #fff;
  background-color: #1e3932;
  border-radius: 5px 5px 0px 0px;
}

.stepsText {
  font-family: pikeBd;
  color: #1e3932;
  background-color: #d4e9e2;
  border-radius: 0px 0px 5px 5px;
  padding: 10px 15px 25px;
  height: calc(100% - 52px);
}

small {
  display: block;
  font-style: italic;
  background-color: red;
  color: #fff;
  text-align: left;
  padding: 0.3rem;
}

.postfix {
  padding: 0.35em 1em 0.1em;
  color: #fff !important;
  width: 100%;
  display: block;
}

.alert-box.alert.radius {
  background-color: red;
  color: #fff;
  padding: 0.3rem;
}

.warning {
  color: red;
  margin-top: -0.5rem;
  font-size: 14px;
}

.grid-padding-x > .cell.customPadding {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.grid-padding-x > .cell.customPadding:last-child {
  padding-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* .grid-padding-x > .cell.customPadding {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  } */

  .grid-padding-x > .cell.customPadding:last-child {
    padding-right: 0.9375rem;
  }
}

.productPlaceholder {
  background-color: #fcf7f7;
  border: 2px solid #cee6d5;
  border-radius: 50%;
  width: 156px;
  height: 156px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .headerImg {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .biggerText {
    font-size: 30px;
  }
  .stepsText {
    height: calc(100% - 45px);
  }

  .bigText {
    font-size: 22px;
  }
  .smallText {
    font-size: 18px;
  }
  .smaller-text {
    font-size: 14px;
  }
  .footerText {
    font-size: 15px;
  }
  .postfix {
    padding: 0.45em 1em 0.2em;
  }
  .stepimg {
    width: 75%;
  }
}
@media only screen and (max-width: 640px) {
  .stepimg {
    width: 60%;
  }
  body {
    background-position: center 0%;
  }

  .stepsText {
    height: calc(100% - 42px);
  }

  .biggerText {
    font-size: 28px;
  }

  .bigText {
    font-size: 20px;
  }
  .smallText {
    font-size: 16px;
  }
  .smaller-text {
    font-size: 13px;
  }
  .bottom-text {
    font-size: 12px;
  }
  .footerText {
    font-size: 14px;
  }
  .postfix {
    padding: 0.6em 1em 0.3em;
    width: auto;
    display: inline-block;
  }
  .warning {
    font-size: 13px;
  }
}
