/* TEMP W/O NAV */

/*.site-header {*/
/*    padding-bottom: 1.5em;*/
/*    border-bottom: 3px solid rgba(74,60,49,.3);*/
/*}*/

/* BANNER */

/*.banner.banner--question {*/
/*    color: #4A3C31;*/
/*    padding: 0;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 600px;*/
/*    border-bottom: 1px solid #B8B0AB;*/
/*}*/

/*.cover {*/
/*  display: none;*/
/*}*/

/*.wrapper {*/
/*  background: #eaeaea;*/
/*  width: 100%;*/
/*  height: auto;*/
/*  overflow-y: auto;*/
/*  height: 100%;*/
/*}*/

/*.banner--question form fieldset {*/
/*  border: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/
/*.banner--question form label {*/
/*  font-family: "BentonSans", sans-serif;*/
/*  font-size: 2.25rem;*/
/*  font-weight: 700;*/
/*  width: 100%;*/
/*}*/
/*.banner--question form input {*/
/*  font-family: "BentonSans", sans-serif;*/
/*  margin: 0.5em 0;*/
/*}*/
/*.banner--question form textarea {*/
/*  font-family: "BentonSans", sans-serif;*/
/*  margin: 0 0 1.5em;*/
/*  padding: 0.75em;*/
/*  background: rgba(255, 255, 255, 0.65);*/
/*  border: 1px solid #ddd;*/
/*  border-radius: 3px;*/
/*  resize: none;*/
/*  color: #4A3C31;*/
/*  font-size: 1.25rem;*/
/*  line-height: 1.65;*/
/*  width: 100%;*/
/*  outline: none;*/
/*}*/

/*.btn {*/
/*  border: 2px solid #7A1705;*/
/*  border-radius: 4px;*/
/*  background: #7A1705;*/
/*  color: #fff;*/
/*  cursor: pointer;*/
/*  font-family: "BentonSans", sans-serif;*/
/*  font-size: 1rem;*/
/*  font-weight: 700;*/
/*  padding: .5em 1.125em;*/
/*  transition: all .3s ease;*/
/*}*/
/*.btn.btn--reverse {*/
/*  background: #fff;*/
/*  color: #4A3C31;*/
/*}*/
/*.btn.btn--clear {*/
/*  background: none;*/
/*  color: #7A1705;*/
/*}*/
/*.btn.btn--xpad {*/
/*  margin-right: 0.5em;*/
/*}*/

/*.banner--question .q_row {*/
/*  padding: 1.5em 1em;*/
/*  width: 100%;*/
/*}*/
/*.banner--question .q_row .q_column {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  list-style: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  position: relative;*/
/*  width: 100%;*/
/*}*/
/*.banner--question .q_row .q_column li {*/
/*  display: flex;*/
/*  margin: 0 0 1em;*/
/*  padding: 0 0.5em;*/
/*  width: 100%;*/
/*}*/
/*.banner--question .q_row .q_column li.question {*/
/*  width: 100%;*/
/*}*/
/*.banner--question .q_row .q_column li.question .priv-form {*/
/*  border: 1px solid #ddd;*/
/*  background: #fff;*/
/*  border-radius: 0.5em;*/
/*  padding: 1.5em 2em 2em;*/
/*  width: 100%;*/
/*}*/
/*.banner--question .q_row .q_column li.question .priv-form .priv-form-list {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/
/*.banner--question .q_row .q_column li.question .priv-form .priv-form-list dd {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/
/*.banner--question .q_row .q_column li.question .priv-form form textarea {*/
/*  width: 100%;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box {*/
/*  border: 1px solid #ddd;*/
/*  background: #fff;*/
/*  border-radius: 0.25em;*/
/*  position: relative;*/
/*  padding: 2em;*/
/*  width: 100%;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__answer {*/
/*  margin: 0;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__comments {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  transition: all 0.3s ease;*/
/*  overflow: hidden;*/
/*  height: 0;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__comments .priv-box__comments-title {*/
/*  font-size: 1.125rem;*/
/*  font-family: 'BentonSans', sans-serif;*/
/*  font-weight: 700;*/
/*  margin-top: 1.5em;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__comments .priv-box__comments-list {*/
/*  list-style: none;*/
/*  margin: 0.5em 0 1.5em;*/
/*  padding: 0;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__comments .priv-box__comments-list li {*/
/*  border-bottom: 1px solid #999;*/
/*  margin: 0;*/
/*  padding: 1em;*/
/*  width: 100%;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__comments .priv-box__comments-list li:nth-child(odd) {*/
/*  background: rgba(255, 255, 255, 0.75);*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__comments .priv-box__comments-list li:last-child {*/
/*  border-bottom: none;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__comments .priv-box__comments-form {*/
/*  padding: 0;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__comments .priv-box__comments-form dl {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__comments .priv-box__comments-form dl label {*/
/*  font-size: 1.125rem;*/
/*  font-family: 'BentonSans', sans-serif;*/
/*  font-weight: 700;*/
/*  margin-top: 1.5em;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__comments .priv-box__comments-form dd {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__comments-add {*/
/*  font-family: 'BentonSans', sans-serif;*/
/*  font-size: 0.75rem;*/
/*  cursor: pointer;*/
/*  letter-spacing: 0.03em;*/
/*  border: none;*/
/*  background: none;*/
/*  text-transform: uppercase;*/
/*  margin: 1em 0 0;*/
/*  padding: 0;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__comments-add[aria-expanded='false'] + .priv-box__comments {*/
/*  overflow: hidden;*/
/*  height: 0;*/
/*}*/
/*.banner--question .q_row .q_column li .priv-box .priv-box__comments-add[aria-expanded='true'] + .priv-box__comments {*/
/*  overflow: auto;*/
/*  height: auto;*/
/*}*/

/*@media screen and (min-width: 64em) {*/
/*  .cover {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(12, 1fr);*/
/*    grid-gap: 1em;*/
/*    justify-items: center;*/
/*    align-items: center;*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*    width: 100%;*/
/*    height: 600px;*/
/*    transition: all 0.1s ease;*/
/*  }*/
/*  .cover.cover--hide {*/
/*    background: rgba(0, 0, 0, 0.75);*/
/*    overflow: hidden;*/
/*    height: 0;*/
/*  }*/

/*  .btn {*/
/*    border: 2px solid #7A1705;*/
/*    border-radius: 4px;*/
/*    background: #7A1705;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    font-family: "BentonSans", sans-serif;*/
/*    font-size: 1rem;*/
/*    font-weight: 700;*/
/*    padding: .5em 1.125em;*/
/*    transition: all .3s ease;*/
/*  }*/
  
/*  .btn.btn--reverse {*/
/*    background: #fff;*/
/*    color: #7A1705;*/
/*  }*/
  
/*  .btn.btn--clear {*/
/*    background: none;*/
/*    color: #7A1705;*/
/*  }*/
  
/*  .btn.btn--xpad {*/
/*    margin-right: 0.5em;*/
/*  }*/

/*  .close-btn {*/
/*    border: none;*/
/*    z-index: 3;*/
/*    float: right;*/
/*    position: relative;*/
/*    justify-content: flex-end;*/
/*    width: auto;*/
/*  }*/

/*  .wrapper {*/
/*    overflow: hidden;*/
/*    max-width: 1800px;*/
/*    margin: 0 auto;*/
/*  }*/
/*  .wrapper.wrapper--loose {*/
/*    overflow-y: auto;*/
/*    height: 100%;*/
/*  }*/

/*  .banner--question .q_row .q_column {*/
/*    width: 100%;*/
/*    max-width: none;*/
/*  }*/
/*  .banner--question .q_row .q_column li {*/
/*    width: 25%;*/
/*  }*/
/*  .banner--question .q_row .q_column li.question {*/
/*    z-index: 2;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    max-height: 550px;*/
/*    height: 100%;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*  }*/
/*  .banner--question .q_row .q_column li.question .priv-form {*/
/*    width: 50%;*/
/*  }*/
/*  .banner--question .q_row .q_column li.question.question--active {*/
/*    width: 100%;*/
/*    position: relative;*/
/*  }*/
/*  .banner--question .q_row .q_column li.question.question--active .priv-form {*/
/*    width: 100%;*/
/*    min-height: auto;*/
/*  }*/
/*  .banner--question .q_row .q_column li .priv-box {*/
/*    width: 100%;*/
/*    font-size: 1.025rem;*/
/*    line-height: 1.5;*/
/*  }*/
/*}*/
