.page-wrapper {
  background: #f9f9f9;
}

div.breadcrumbs {
  margin-bottom: 0;
}

.header-area {
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#0088ce), to(#004467));
  background: linear-gradient(to bottom, #0088ce 0%, #004467 100%);
  min-height: 240px;
}

@media (max-width: 991px) {
  .header-area {
    min-height: 200px;
  }
}

.header-area h1 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  padding: 0 16px;
}

@media (min-width: 1281px) {
  .header-area h1 {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@media (max-width: 991px) {
  .header-area h1 {
    font-size: 24px;
  }
}

.section-wrapper {
  padding: 0 32px 32px;
  margin-top: -24px;
  width: 1298px;
  max-width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1281px) {
  .section-wrapper {
    padding: 0px 80px 80px;
    margin-top: -40px;
  }
}

@media (max-width: 991px) {
  .section-wrapper {
    padding: 0px 24px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-wrapper .description-area {
  margin-bottom: 40px;
}

.section-wrapper .description-area p {
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .section-wrapper .description-area p {
    padding-right: 16px;
    font-size: 14px;
  }
}

.section-wrapper > .column {
  width: 50%;
}

.section-wrapper > .column:nth-of-type(1) {
  padding-right: 32px;
}

@media (max-width: 1280px) {
  .section-wrapper > .column:nth-of-type(1) {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .section-wrapper > .column:nth-of-type(1) {
    padding-right: 0;
  }
}

.section-wrapper > .column:nth-of-type(2) {
  padding-left: 32px;
  padding-top: 32px;
}

@media (min-width: 1281px) {
  .section-wrapper > .column:nth-of-type(2) {
    padding-top: 48px;
  }
}

@media (max-width: 1280px) {
  .section-wrapper > .column:nth-of-type(2) {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .section-wrapper > .column:nth-of-type(2) {
    padding-left: 0;
    padding-top: 0px;
  }
}

@media (max-width: 660px) {
  .section-wrapper > .column:nth-of-type(2) {
    padding-left: 0;
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .section-wrapper > .column {
    width: 100%;
  }
}

.section-wrapper .swatch-label {
  width: 100%;
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
  margin-top: 32px;
}

.section-wrapper .swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-wrapper .swatches .swatch {
  margin-right: 16px;
  position: relative;
}

.section-wrapper .swatches .swatch:last-of-type {
  margin-right: 0;
}

.section-wrapper .swatches .swatch img {
  width: 92px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section-wrapper .swatches .swatch label {
  font-size: 12px;
  text-align: center;
  color: #000;
  font-weight: 600;
  margin: 0;
  display: block;
  width: 100%;
}

.image-area .image {
  width: 100%;
}

.hs-form {
  margin-left: auto;
  margin-right: auto;
  min-width: calc(100% + 8px);
}

.hs-form h2 {
  font-size: 24px !important;
  margin-bottom: 4px;
}

@media (max-width: 991px) {
  .hs-form h2 {
    font-size: 20px !important;
  }
}

.hs-form .hs-fieldtype-radio.field.hs-form-field {
  margin-top: 0;
}

.hs-form .hs-fieldtype-radio > label span {
  font-weight: 700;
}

.hs-form .hs-fieldtype-file {
  margin: 32px 0 12px;
}

.hs-form .hs-fieldtype-file > label span {
  font-weight: 700;
}

.hs-form legend.hs-field-desc {
  font-size: 12px !important;
  top: auto !important;
  bottom: -16px !important;
  padding-top: 0 !important;
  max-width: 100% !important;
  line-height: 12px !important;
}

@media (max-width: 768px) {
  .hs-form legend.hs-field-desc {
    font-size: 11px !important;
  }
}

.hs-form .actions {
  margin-top: 32px;
}

.hs-form .actions input {
  min-height: 60px !important;
  height: 60px !important;
  width: calc(100% - 8px);
}
/*# sourceMappingURL=custom-frames-pages.css.map */