/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row:before {
  display: block;
}

.flex-row > div {
  padding-bottom: 20px;
}

.flex-row::before {
  display: block;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-brochure-page .ranked-body {
  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;
  padding: 10px;
  min-height: calc(100vh - 51px);
  background-size: cover;
  background-position: center center;
}

.order-brochure-page .ranked-body .img-side {
  display: none;
}

.order-brochure-page .ranked-body .content-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 625px;
}

.order-brochure-page .ranked-body .ranked-panel {
  width: 100%;
  margin-bottom: 30px;
  padding: 24px;
  background: #FFF;
}

.order-brochure-page p.disclaimer {
  margin-top: 5px;
  margin-bottom: 0;
}

.brochure-request-page .form-heading {
   text-transform: uppercase;
}

@media print {
  .flex-row {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .order-brochure-page .ranked-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    height: auto;
    min-height: auto;
    padding: 30px;
    background-image: none !important;
  }
  .order-brochure-page .ranked-body .img-side {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 600px;
    background-size: cover;
    background-position: center top;
  }
  .order-brochure-page .ranked-body .content-side {
    height: auto;
    max-width: 625px;
  }
  .order-brochure-page .ranked-body .ranked-panel {
    margin-bottom: 0;
    padding: 0 24px 0;
  }
}

@media screen and (min-width: 1366px) {
  .order-brochure-page .ranked-body .content-side {
    height: auto;
    max-width: 625px;
  }
}

/*# sourceMappingURL=forms-order-brochure.css.map */
