/* 720px+*/
/* 960px+*/
h1 {
  padding: 1em 0 1em 0;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
}

.photo {
  display: flex !important;
  align-items: center;
  justify-content: left;
  background-position: center;
}

.photo h1 {
  display: none;
  color: #FFFFFF;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.95);
  padding: 0 1em;
}

.ppage .photo h1 {
  display: block;
  font-weight: 700;
}

#prep_form h1.no_image {
  display: block;
  margin-top: 0;
  padding: 0 0 0.5em 0;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.5em;
  color: black;
}

#prep_form {
  width: 100%;
  border-bottom: 2em solid #fff;
  background-color: #FFFFFF;
}

#prep_form h1 {
  padding: 0 0 0.5em 0;
}

#prep_form .wrap {
  padding: 1em 1em 0.25em 1em;
}

#prep_form .perex {
  margin-bottom: 1.5em;
  text-align: justify;
}

#prep_form .text_content {
  padding: 0;
  line-height: 1.5em;
  text-align: justify;
}

#prep_form .text_content a {
  text-decoration: underline;
}

#prep_form .text_content a:hover {
  color: #212529;
  text-decoration: underline;
}

#prep_form .text_content img.pg_full {
  width: 100%;
  margin: 1.5em 0;
}

#prep_form .text_content img.pg_half_l {
  width: 50%;
  float: left;
  margin: 0.5em 1em 1.5em 0;
}

#prep_form .text_content img.pg_half_r {
  width: 50%;
  float: right;
  margin: 0.5em 0 1.5em 1em;
}

#prep_form .text_content img.pg_third_l {
  width: 33%;
  float: left;
  margin: 0.5em 1em 1.5em 0;
}

#prep_form .text_content img.pg_third_r {
  width: 33%;
  float: right;
  margin: 0.5em 0 1.5em 1em;
}

#prep_form .text_content h2 {
  font-size: 1.5em;
  margin-bottom: 0.25em;
  font-weight: bold;
}

#prep_form .text_content h3 {
  font-size: 1.2em;
  margin-bottom: 0.25em;
  font-weight: bold;
}

#prep_form .text_content h4 {
  margin-bottom: 0.25em;
  font-weight: bold;
}

#prep_form .text_content .attachments {
  margin: 1em 0 2em 0;
}

#prep_form .text_content .attachments h5 {
  font-weight: bold;
}

#prep_form .text_content .gallery {
  margin: 1em 0 2em 0;
}

#prep_form .text_content p {
  margin-bottom: 1em;
}

#prep_form .text_content li {
  margin-bottom: 0.5em;
  margin-left: 1.25em;
  list-style-position: outside;
  list-style-type: disc;
}

#prep_form input::placeholder {
  color: #bbbbbb;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: red;
}

#prep_form h2 {
  padding: 0 0 0.25em 0;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.3em;
}

#prep_form h2 a {
  color: #212529;
  text-decoration: none;
}

#prep_form h2 a:hover {
  text-decoration: underline;
}

#prep_form .text_wrap {
  color: black;
  padding-bottom: 1.5em;
  font-weight: 500;
  margin-bottom: 0.5em;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

#prep_form .action_button {
  margin-bottom: 2em;
}

#prep_form .bg {
  width: 100%;
  height: 15em;
  border-top-right-radius: 3em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

#prep_form .clear {
  clear: both;
  background-color: #FFFFFF;
  height: 2em;
}

#prep_form .clear.end {
  height: 0;
}

#prep_form .tags {
  margin-bottom: 0.5em;
}

#prep_form .tags li {
  display: inline-block;
  margin: 0 0.25em 0.25em 0;
  line-height: 2em;
  font-size: 0.875em;
}

#prep_form .tags li a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 1em;
  line-height: 2em;
  background-color: #0085E5;
  color: #FFFFFF;
  border-radius: 0.25em;
  text-decoration: none;
}

#prep_form .error {
  color: #ff0000;
  font-style: italic;
  font-size: 0.875em;
  text-align: center;
}

#prep_form .form_error {
  color: #ff0000;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5em;
}

#prep_form .form_buttons {
  padding: 0 1em;
}

#prep_form .chbx {
  text-align: center;
}

#prep_form .chbx input {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  padding: 0;
  margin-top: 1em;
  display: inline-block;
}

#prep_form .chbx input:hover {
  cursor: pointer;
}

#prep_form dl {
  display: block;
  margin: 0 auto 2em 0;
  text-align: center;
  line-height: 1.4em;
}

#prep_form dt {
  display: block;
  margin: 0.75em 0 0 0;
}

#prep_form dd {
  display: block;
  font-weight: bold;
  color: #555555;
}

#prep_form dd span {
  font-weight: normal;
}

#prep_form h6 {
  font-weight: bold;
  margin-bottom: 0.25em;
}

#prep_form fieldset.acc {
  display: table;
  width: 24em;
  margin: 0 auto;
}

#prep_form fieldset.acc .wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
}

#prep_form fieldset.acc .act {
  display: table-cell;
  margin: 0;
  padding: 0;
}

#prep_form fieldset.acc label {
  display: none;
}

#prep_form fieldset.acc select {
  width: 4.5em;
  padding: 0.75em 0.25em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#prep_form fieldset.acc .ac1 input, #prep_form fieldset.acc .ac2 input {
  padding: 0.66em 0.5em;
}

#prep_form fieldset.acc .acc1 input, #prep_form fieldset.acc .aci input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#prep_form fieldset.acc .ac1 input {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

#prep_form fieldset.acc .ac1_wrap {
  display: table;
}

#prep_form fieldset.acc .acc1 input {
  width: 5.5em;
}

#prep_form fieldset.acc .acc2 input {
  width: 8.5em;
}

#prep_form fieldset.acc .acc3 input {
  width: 4em;
  border-right: 1px solid #CED4DA;
}

#prep_form fieldset.acc .ac1 div.spr {
  display: table-cell;
}

#prep_form fieldset.acc .ac1 span {
  width: 0.75em;
  text-align: center;
  display: block;
  padding: 0.66em 0;
  border-top: 1px solid #CED4DA;
  border-bottom: 1px solid #CED4DA;
  line-height: 1.5em;
  background-color: #DEE4EA;
  color: #000000;
}

#prep_form fieldset.acc .aci input {
  width: 19.5em;
}

#frm {
  clear: both;
  margin-bottom: 2em;
}

#frm label {
  display: block;
  margin: 0 auto 0.25em auto;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

#frm .inwrap {
  margin: 0 auto;
  display: block;
}

#frm .wrap .wrap {
  padding: 0;
}

#frm fieldset.country {
  margin: 2em 0 1em 0;
}

#frm input, #frm select, #frm textarea {
  padding: 0.75em 1em;
  border: 1px solid #CED4DA;
  border-radius: 0.25em;
  width: 100%;
  margin-bottom: 0.125em;
}

#frm .ctr select {
  width: 100%;
}

#frm .ctr select:hover {
  cursor: pointer;
}

#frm input, button.action_button {
  width: 100%;
}

#frm .exp {
  font-size: 0.875em;
  font-style: italic;
  color: #999;
  line-height: 1.3em;
  margin: 0 auto 0.25em auto;
  text-align: center;
}

#frm select option {
  line-height: 1.5em !important;
}

#frm .exp {
  color: #8F9193;
  font-style: italic;
  margin-bottom: 1em;
}

#frm .btn {
  text-align: center;
}

#frm .err {
  color: #ff0000;
  font-style: italic;
  margin-bottom: 0.25em;
}

#files_mupload {
  margin: 0 auto;
  text-align: center;
}

.form_buttons {
  text-align: center;
}

.form_buttons button {
  display: inline-block;
}

.files_mupload {
  text-align: center;
}

.jFiler-theme-default {
  display: block;
}

.jFiler-theme-default .jFiler-input {
  width: 100%;
  height: 35px;
  margin: 0 0 15px 0;
  border-radius: 4px;
}

button.action_button {
  color: #0085E5;
  background-color: #ffffff;
  display: inline-block;
  padding: 0.8571em;
  font-size: 0.875em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 10em;
}

button.action_button:hover {
  color: #ffffff;
  background-color: #0085E5;
  cursor: pointer;
}

@media screen and (min-width: 45em) {
  .photo h1 {
    display: block;
    text-align: left;
    text-shadow: 0 0 0.1em rgb(0, 0, 0);
  }
  #prep_form h1 {
    display: none;
  }
  #prep_form h1.ttl_dwn {
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1em;
  }
  .ppage #main_img .banner_wrap {
    padding-bottom: 41.67%;
    position: relative;
  }
  #article.qart {
    padding-top: 0;
  }
  form.asf {
    display: table;
    width: 100%;
  }
  form.asf .form_body {
    display: table-cell;
  }
  form.asf .form_body fieldset {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  form.asf .form_body fieldset .wrap {
    display: table-cell;
  }
  form.asf .form_body fieldset .wrap.srch {
    width: 100%;
  }
  form.asf .form_body fieldset .wrap.w {
    padding: 0 0.5em;
  }
  form.asf .form_body fieldset .wrap.w select {
    width: 14em;
  }
  form.asf .form_buttons {
    display: table-cell;
    width: 10em;
  }
  #frm .inwrap {
    margin: 0 auto;
    display: table;
  }
  .jFiler-theme-default .jFiler-input {
    width: 400px;
  }
  #frm .ctr select {
    width: 24em;
  }
  #frm input {
    width: 24em;
  }
  button.action_button {
    width: 23em;
  }
}
@media screen and (min-width: 70em) {
  h1 {
    padding: 0.75em 0 0.25em 0;
    font-size: 1.75em;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 2.625em;
  }
  #main_title {
    text-align: center;
  }
  #prep_form {
    background-color: #FFFFFF;
    padding: 1em 2em 0 2em;
  }
  #prep_form h2 {
    font-size: 1.25em;
  }
  #xprep_form .wrap {
    padding: 0 2em 1em 0;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
  }
  #prep_form .wrap {
    padding: 0 2em;
    vertical-align: top;
    margin: 0 auto;
  }
  #prep_form .wrap .image .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 2em;
  }
  #prep_form .action_button {
    margin-bottom: 0;
  }
  #prep_form .clear {
    clear: both;
    background-color: #FFFFFF;
    height: 2em;
  }
  #prep_form .clear.end {
    height: 0;
  }
  #columns .col_wrap {
    margin: 0 9em;
  }
  #columns .col {
    display: table;
    width: 100%;
  }
  #columns .left {
    display: table-cell;
    padding: 0 1em;
  }
  #columns .right {
    display: table-cell;
    width: 19em;
    padding-right: 1em;
  }
}

/*# sourceMappingURL=prep_form.css.map */
