  @charset "UTF-8";
.grid-inset {
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
}

.not-visually-hidden {
  border: inherit;
  clip: inherit;
  height: inherit;
  margin: inherit;
  overflow: inherit;
  padding: inherit;
  position: inherit;
  width: inherit;
}

.icon-download,
.icon-app,
.icon-down-arrow,
.icon-left-guillemet,
.icon-left-double-guillemet,
.icon-right-guillemet,
.icon-right-double-guillemet,
.icon-calendar,
.icon-clock {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: top;
}

input[type=submit],
button[type=submit] {
  font-size: 0.875em;
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1.4;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color: #924046;
  text-align: center;
  display: block;
  border: 1px #924046 solid;
}
@media (min-width: 16.25em) {
  input[type=submit],
button[type=submit] {
    display: inline-block;
  }
}
@media (min-width: 48.4375em) {
  input[type=submit],
button[type=submit] {
    font-size: 0.9em;
  }
}
input[type=submit]:hover, input[type=submit]:focus,
button[type=submit]:hover,
button[type=submit]:focus {
  text-decoration: none;
  background-color: #6f3035;
  color: #fff;
  border: 1px #6f3035 solid;
  cursor: pointer;
}
input[type=submit]:hover, input[type=submit]:focus,
button[type=submit]:hover,
button[type=submit]:focus {
  cursor: pointer;
}

.button-disabled {
  font-size: 0.875em;
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1.4;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color: #924046;
  text-align: center;
  display: block;
  border: 1px #924046 solid;
  background-color: #c8c8bf !important;
  border-color: #c8c8bf !important;
}
@media (min-width: 16.25em) {
  .button-disabled {
    display: inline-block;
  }
}
@media (min-width: 48.4375em) {
  .button-disabled {
    font-size: 0.9em;
  }
}
.button-disabled:hover, .button-disabled:focus {
  text-decoration: none;
  background-color: #6f3035;
  color: #fff;
  border: 1px #6f3035 solid;
  cursor: pointer;
}
.button-disabled:hover, .button-disabled:focus {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  border: 1px #924046 solid;
  border: 1px #c9c9c9 solid;
  background: #fff url(../images/down-arrow.svg) no-repeat 97% 50%;
  -webkit-background-size: 16px;
  background-size: 16px;
  font-size: 1em;
  padding: 0.65em 1.75em 0.65em 0.65em;
  width: 100%;
}
select::-ms-expand {
  display: none;
}
.no-svg select {
  background-image: url(/assets/24265733/images/down-arrow.png);
}

input[type=file] {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  padding: 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid #e8e8e8;
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel],
input[type=search],
input[type=number],
input[type=url],
textarea {
  padding: 0.65em;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #6d7172;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 800px;
  border: 1px #c9c9c9 solid;
  font-size: 1em;
}

form label {
  display: block;
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
}

.input {
  margin-bottom: 1em;
}
.input label {
  display: block;
}

.two-up::after {
  content: "";
  clear: both;
  display: table;
}
.two-up > .input {
  display: inline;
  float: left;
  width: 48.25%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
  margin-left: 3.5%;
}
.two-up > .input:first-child {
  margin-left: 0;
}

.two-up-wider::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 31.25em) {
  .two-up-wider > .input {
    display: inline;
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0;
    margin-left: 3.5%;
  }
  .two-up-wider > .input:first-child {
    margin-left: 0;
  }
}

.three-up::after {
  content: "";
  clear: both;
  display: table;
}
.three-up .input {
  display: inline;
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
  margin-left: 3.5%;
}
.three-up .input:first-child {
  margin-left: 0;
}
.three-up.zip-city-state .input {
  display: inline;
  float: left;
  width: 56.875%;
  margin-right: 3.5%;
  margin-left: 0;
}
@media (min-width: 31.25em) {
  .three-up.zip-city-state .input {
    display: inline;
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-left: 0;
  }
}
.three-up.zip-city-state .input.select {
  display: inline;
  float: left;
  width: 39.625%;
  margin-right: 3.5%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 31.25em) {
  .three-up.zip-city-state .input.select {
    display: inline;
    float: left;
    width: 22.375%;
    margin-right: 3.5%;
    margin-left: 0;
  }
}
.three-up.zip-city-state .input.last {
  display: inline;
  float: left;
  width: 100%;
  margin-right: 3.5%;
  margin-left: 0;
}
@media (min-width: 31.25em) {
  .three-up.zip-city-state .input.last {
    display: inline;
    float: left;
    width: 22.375%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0;
  }
}

.three-up-wider::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 31.25em) {
  .three-up-wider .input {
    display: inline;
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0;
    margin-left: 3.5%;
  }
  .three-up-wider .input:first-child {
    margin-left: 0;
  }
}

.four-up-wider::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 31.25em) {
  .four-up-wider .input {
    display: inline;
    float: left;
    width: 48.25%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0;
    margin-left: 3.5%;
  }
  .four-up-wider .input:first-child, .four-up-wider .input.first-col {
    margin-left: 0;
  }
}
@media (min-width: 60em) {
  .four-up-wider .input {
    display: inline;
    float: left;
    width: 22.375%;
    margin-right: 3.5%;
    margin-left: 0;
    margin-right: 0;
    margin-left: 3.5%;
  }
  .four-up-wider .input.first-col {
    margin-left: 3.5%;
  }
  .four-up-wider .input:first-child, .four-up-wider .input.first {
    margin-left: 0;
  }
}

.container {
  width: 95%;
  margin: auto;
  max-width: 81.25em;
  *zoom: 1;
}
@media (min-width: 16.25em) {
  .container {
    width: 90%;
  }
}
@media (min-width: 25em) {
  .container {
    width: 85%;
  }
}
@media (min-width: 48.4375em) {
  .container {
    width: 95%;
  }
}

body {
  background-color: #f3f3f1;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "ff-more-web-pro", georgia, "Times New Roman", times, serif;
  font-weight: normal;
  color: #353c3f;
  line-height: 1.5;
}

p {
  margin-bottom: 1em;
  font-size: 0.875em;
}
@media (min-width: 16.25em) {
  p {
    font-size: 1em;
  }
}

ul li li, ol li li {
  font-size: inherit;
}

h1 {
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #353c3f;
  font-size: 1.3em;
}
h1 a {
  color: #353c3f;
  text-decoration: none;
}
h1 a:hover, h1 a:focus {
  color: #121415;
  text-decoration: underline;
}
@media (min-width: 16.25em) {
  h1 {
    font-size: 2em;
  }
}
@media (min-width: 31.25em) {
  h1 {
    font-size: 2.1em;
  }
}

h2 {
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #353c3f;
  font-size: 1.2em;
}
h2 a {
  color: #353c3f;
  text-decoration: none;
}
h2 a:hover, h2 a:focus {
  color: #121415;
  text-decoration: underline;
}
@media (min-width: 16.25em) {
  h2 {
    font-size: 1.4em;
  }
}
@media (min-width: 31.25em) {
  h2 {
    font-size: 1.5em;
  }
}

h2:not(.subtitle) {
  margin-bottom: 16px !important;
  line-height: 1 !important;
  padding-top: 12px;
}

h3 {
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #353c3f;
  font-size: 1.1em;
}
h3 a {
  color: #353c3f;
  text-decoration: none;
}
h3 a:hover, h3 a:focus {
  color: #121415;
  text-decoration: underline;
}
@media (min-width: 16.25em) {
  h3 {
    font-size: 1.2em;
  }
}
@media (min-width: 31.25em) {
  h3 {
    font-size: 1.4em;
    margin-bottom: 16px !important;
    line-height: 1 !important;
    padding-top: 12px;
  }
}

h4 {
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #353c3f;
  font-size: 1em;
  font-weight: 400;
}
h4 a {
  color: #353c3f;
  text-decoration: none;
}
h4 a:hover, h4 a:focus {
  color: #121415;
  text-decoration: underline;
}
@media (min-width: 16.25em) {
  h4 {
    font-weight: 700;
  }
}
@media (min-width: 31.25em) {
  h4 {
    font-size: 1.2em;
    margin-bottom: 16px !important;
    line-height: 1 !important;
    padding-top: 12px;
  }
}

h5 {
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #353c3f;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 400;
}
h5 a {
  color: #353c3f;
  text-decoration: none;
}
h5 a:hover, h5 a:focus {
  color: #121415;
  text-decoration: underline;
}
@media (min-width: 31.25em) {
  h5 {
    text-transform: none;
    font-size: 1em;
    font-weight: 700;
  }
}

h6 {
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0.35em;
  line-height: 1.2;
  color: #353c3f;
  font-size: 0.875em;
  font-weight: 400;
}
h6 a {
  color: #353c3f;
  text-decoration: none;
}
h6 a:hover, h6 a:focus {
  color: #121415;
  text-decoration: underline;
}
@media (min-width: 16.25em) {
  h6 {
    font-size: 0.875em;
    font-weight: 700;
  }
}

ul, ol {
  margin: 0 0 1em 2em;
  list-style-position: outside;
}
ul li, ol li {
  margin-bottom: 0.5em;
}
ul li ul, ul li ol, ol li ul, ol li ol {
  margin: 0.5em 0 0.5em 1.5em;
}

.condense-list ul {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.condense-list li {
  margin-bottom: 0px !important;
}

.child-circle-list-style ul, .child-circle-list-style ol {
  list-style-type: circle !important;
}

ul {
  list-style: disc;
  margin-top: 0.5em;
}

ul.no-indent {
  margin-left: 12px;
}

ul.hyphenlist {
  list-style-type: "– ";
}

ol {
  list-style: decimal;
  margin-top: 0.5em;
}

ol.no-indent {
  margin-left: 12px;
}

.reset-list {
  margin-left: 0;
  margin-top: 0;
}
.reset-list li {
  list-style-type: none;
}

cite {
  display: block;
  margin-bottom: 1em;
}

a {
  color: #924046;
  text-decoration: none;
}
a:hover, a:focus {
  color: #6f3035;
  text-decoration: underline;
}

.button {
  font-size: 0.875em;
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1.4;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color: #924046;
  text-align: center;
  display: block;
  border: 1px #924046 solid;
}
@media (min-width: 16.25em) {
  .button {
    display: inline-block;
  }
}
@media (min-width: 48.4375em) {
  .button {
    font-size: 0.9em;
  }
}
.button:hover, .button:focus {
  text-decoration: none;
  background-color: #6f3035;
  color: #fff;
  border: 1px #6f3035 solid;
  cursor: pointer;
}

.button-subtle {
  font-size: 0.875em;
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1.4;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color: #924046;
  text-align: center;
  display: block;
  border: 1px #924046 solid;
  background-color: #fff;
  color: #924046;
  border: 1px #d59285 solid;
}
@media (min-width: 16.25em) {
  .button-subtle {
    display: inline-block;
  }
}
@media (min-width: 48.4375em) {
  .button-subtle {
    font-size: 0.9em;
  }
}
.button-subtle:hover, .button-subtle:focus {
  text-decoration: none;
  background-color: #6f3035;
  color: #fff;
  border: 1px #6f3035 solid;
  cursor: pointer;
}
.button-subtle:hover, .button-subtle:focus {
  color: #6f3035;
  background-color: #fff;
  border: 1px #6f3035 solid;
}

input[type=submit].button-inverted {
  font-size: 0.875em;
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1.4;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color: #924046;
  text-align: center;
  display: block;
  border: 1px #924046 solid;
  background-color: #fff;
  color: #924046;
  border: 1px #d59285 solid;
}
@media (min-width: 16.25em) {
  input[type=submit].button-inverted {
    display: inline-block;
  }
}
@media (min-width: 48.4375em) {
  input[type=submit].button-inverted {
    font-size: 0.9em;
  }
}
input[type=submit].button-inverted:hover, input[type=submit].button-inverted:focus {
  text-decoration: none;
  background-color: #6f3035;
  color: #fff;
  border: 1px #6f3035 solid;
  cursor: pointer;
}
input[type=submit].button-inverted:hover, input[type=submit].button-inverted:focus {
  color: #6f3035;
  background-color: #fff;
  border: 1px #6f3035 solid;
}

.button-link {
  font-size: 0.875em;
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  background-color: transparent;
  border: 0 none;
  padding: 0.5em;
  text-decoration: underline;
  color: #353c3f;
}
.button-link:hover, .button-link:focus {
  color: #121415;
  cursor: pointer;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

img {
  max-width: 100%;
}

.lead-image {
  border: 1px solid #e8e8e8;
  display: block;
  margin-bottom: 1em;
}

.inline-image {
  margin-bottom: 1em;
}
.inline-image img {
  border: 1px solid #e8e8e8;
  display: block;
}
.inline-image figcaption {
  background-color: #353c3f;
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 700;
  font-weight: normal;
  font-size: 0.75em;
  padding: 0.5em 1em;
}

figure {
  background-color: #f3f3f1;
  position: relative;
  line-height: 0;
}
figure img {
  margin: 0 auto !important;
}
figure figcaption {
  background: #353c3f;
  /* The Fallback */
  background: rgba(53, 60, 63, 0.8);
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  bottom: 0;
  font-weight: normal;
  font-size: 0.75em;
  padding: 0.5em 1em;
  color: #f3f3f1;
  line-height: 1;
}

.read-more {
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
}
.read-more .icon-right-arrow {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 18px;
  height: 18px;
}

.subtitle {
  color: #868B8C;
  margin-top: -0.25em;
}

.secondary-action {
  font-size: 0.875em;
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  line-height: 1.4;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  background-color: #924046;
  text-align: center;
  display: block;
  border: 1px #924046 solid;
  background-color: #fff;
  color: #924046;
  border: 1px #d59285 solid;
}
@media (min-width: 16.25em) {
  .secondary-action {
    display: inline-block;
  }
}
@media (min-width: 48.4375em) {
  .secondary-action {
    font-size: 0.9em;
  }
}
.secondary-action:hover, .secondary-action:focus {
  text-decoration: none;
  background-color: #6f3035;
  color: #fff;
  border: 1px #6f3035 solid;
  cursor: pointer;
}
.secondary-action:hover, .secondary-action:focus {
  color: #6f3035;
  background-color: #fff;
  border: 1px #6f3035 solid;
}

.actions {
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  text-align: center;
}
@media (min-width: 16.25em) {
  .actions {
    text-align: left;
  }
}
@media (min-width: 48.4375em) {
  .actions {
    font-size: 1em;
  }
}

.screenreader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.author {
  /*font-size: 1em;*/
  color: #668e9e;
}
@media (min-width: 31.25em) {
  .author {
    /*font-size: 1.125em;*/
  }
}
.errors {
  color: #FE0000;
  padding: 8px;
  background-color: #FFDBC9;
}

.messages {
  color: #00227A;
  padding: 8px;
  background-color: #9FCFFA;
}

.alerts {
  color: #097A0C;
  padding: 8px;
  background-color: #A7F79F;
}

sub {
  vertical-align: sub !important;
  font-size: 0.8em;
}

sup {
  vertical-align: super !important;
  font-size: 0.8em;
}

details summary {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
details summary::before {
  font-family: "Glyphicons Halfings";
  content: "\e97c";
  margin-top: -2px;
  margin-right: 4px;
  transition: 0.1s;
}
details[open] summary::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

ol.numberlist {
  list-style: none;
  counter-reset: li-counter;
  clear: both;
}
ol.numberlist li {
  position: relative;
}
ol.numberlist > li:before {
  position: absolute;
  border-right: 1px solid #e8e8e8;
  top: 0;
  left: -1.2em;
  width: 0.8em;
  font-weight: 900;
  content: counter(li-counter, decimal);
  counter-increment: li-counter;
}

ol.alphalist {
  list-style: none;
  counter-reset: li-counter;
  clear: both;
}
ol.alphalist li {
  position: relative;
}
ol.alphalist > li:before {
  position: absolute;
  border-right: 1px solid #e8e8e8;
  top: 0;
  left: -1.2em;
  width: 0.8em;
  font-weight: 900;
  content: counter(li-counter, lower-alpha);
  counter-increment: li-counter;
}

ol.alphalist.upper {
  list-style: none;
  counter-reset: li-counter;
  clear: both;
}
ol.alphalist.upper li {
  position: relative;
}
ol.alphalist.upper > li:before {
  position: absolute;
  border-right: 1px solid #e8e8e8;
  top: 0;
  left: -1.2em;
  width: 0.8em;
  font-weight: 900;
  content: counter(li-counter, upper-alpha);
  counter-increment: li-counter;
}

.gray-pulse {
  -webkit-animation: shadow-pulse 2s infinite;
          animation: shadow-pulse 2s infinite;
  color: #924046;
  border-radius: 10px;
}

@-webkit-keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
.break-words {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.table-border-one {
  border: 1px solid #cfcfcf;
  border-collapse: collapse;
}
.table-border-one td, .table-border-one th {
  border: 1px solid #cfcfcf;
  border-collapse: collapse;
}

.enable-grid td {
  border: 1px solid #000000 !important;
  padding: 5px;
}

.card-link {
  width: calc(50% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-text-decoration-color: white !important;
          text-decoration-color: white !important;
}
@media (min-width: 37.5em) {
  .card-link {
    width: calc(33% - 8px);
  }
}
.card-link > img {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  object-fit: cover;
  margin: 0 !important;
}
.card-link > p {
  padding: 8px 8px;
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #924046;
  color: white;
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}

.details-list > details {
  padding: 8px 16px;
  border-bottom: 1px solid lightgray;
}
.details-list > details > summary {
  font-size: 20px;
  cursor: pointer;
}

.site-header::after {
  content: "";
  clear: both;
  display: table;
}
.site-header ul, .site-header ol {
  margin-left: 0;
  margin-top: 0;
}
.site-header ul li, .site-header ol li {
  list-style-type: none;
}
.site-header .container {
  width: 100%;
}
@media (min-width: 37.5em) {
  .site-header .container {
    padding: 0 1em;
  }
}
@media (min-width: 60em) {
  .site-header .container {
    padding: 0 1.5em;
    width: 95%;
  }
}

.notice-subtle {
  color: #4682EA;
}

.dialog-outter-wrapper .inner-wrapper .content .dlogTitle {
  font-weight: bold;
  background-color: #E8E8E8;
  padding: 5px;
  font-size: 1.5em;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}

.full-width-app .main-content > .container:first-child {
  padding-right: 2em;
  padding-left: 2em;
  border-top: 6px solid #924046;
  padding-top: 32px;
  padding-bottom: 32px;
}

.main-content {
  background-color: #fff;
  position: relative;
}
.main-content::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 48.4375em) {
  .main-content {
    background-color: #f3f3f1;
  }
}
.main-content .container {
  background-color: #fff;
}
.main-content .container::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 48.4375em) {
  .main-content .container {
    -webkit-box-shadow: 1px 5px 10px #dbdbd6;
    -moz-box-shadow: 1px 5px 10px #dbdbd6;
    box-shadow: 1px 5px 10px #dbdbd6;
    position: relative;
    z-index: 10;
  }
}
.main-content.constrained > .container {
  width: 95%;
  margin: auto;
  max-width: 54em;
  *zoom: 1;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 16.25em) {
  .main-content.constrained > .container {
    width: 90%;
  }
}
@media (min-width: 25em) {
  .main-content.constrained > .container {
    width: 85%;
  }
}
@media (min-width: 48.4375em) {
  .main-content.constrained > .container {
    width: 95%;
  }
}
@media (min-width: 48.4375em) {
  .main-content.constrained > .container {
    padding-right: 2em;
    padding-left: 2em;
    border-top: 6px solid #924046;
  }
}

.primary {
  padding-bottom: 2em;
  padding-top: 2em;
}
.primary::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 48.4375em) {
  .primary {
    -webkit-box-shadow: -5px 0 5px #f3f3f1;
    -moz-box-shadow: -5px 0 5px #f3f3f1;
    box-shadow: -5px 0 5px #f3f3f1;
    width: 70%;
    float: right;
    padding-right: 3.5%;
    padding-left: 3.5%;
    border-top: 6px solid #924046;
  }
}
@media (min-width: 60em) {
  .primary {
    width: 80%;
  }
}
@media (min-width: 75em) {
  .primary {
    width: 75%;
  }
}

.primary-full {
  padding-bottom: 2em;
  padding-top: 2em;
}
.primary-full::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 48.4375em) {
  .primary-full {
    width: 100%;
    padding-right: 3.5%;
    padding-left: 3.5%;
    border-top: 6px solid #924046;
  }
}

@media (min-width: 48.4375em) {
  aside.secondary {
    width: 30%;
    padding-top: 2em;
  }
}
@media (min-width: 60em) {
  aside.secondary {
    width: 20%;
  }
}
@media (min-width: 75em) {
  aside.secondary {
    width: 25%;
  }
}

@media (min-width: 48.4375em) {
  .divider {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1.5em;
  }
  .divider::after {
    content: "";
    clear: both;
    display: table;
  }
}

#globalEventElement {
  height: 1px !important;
  font-size: 1px !important;
  line-height: 1px !important;
}

.embedded-video {
  background-color: #000000 !important;
  margin-bottom: 15px;
}
.embedded-video iframe {
  display: block;
  margin: 0 auto;
  width: 100% !important;
  max-width: 560px !important;
  min-height: 230px !important;
}
@media (min-width: 32.5em) {
  .embedded-video iframe {
    min-height: 295px !important;
  }
}
.embedded-video .title {
  background-color: #2c3133;
  padding: 5px;
  padding-left: 7px;
  color: #FFFFFF !important;
  font-size: 17px;
  font-weight: bold !important;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  max-width: 100%;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/assets/images/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("/assets/images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("/assets/images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("/assets/images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("/assets/images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url("/assets/images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.slide-show-wrapper {
  width: 100%;
  height: 300px;
  background-color: #000000;
}
@media (min-width: 31.25em) {
  .slide-show-wrapper {
    height: 400px;
  }
}
@media (min-width: 48.4375em) {
  .slide-show-wrapper {
    height: 412px;
  }
}
@media (min-width: 60em) {
  .slide-show-wrapper {
    height: 500px;
  }
}
.slide-show-wrapper #inner_wrap {
  height: 100% !important;
  width: 100% !important;
}
.slide-show-wrapper #slide_wrapper {
  height: 100% !important;
  width: 100% !important;
}
.slide-show-wrapper #slide_wrapper #top_slide, .slide-show-wrapper #slide_wrapper #bottom_slide {
  height: 100% !important;
  width: 100% !important;
}
.slide-show-wrapper #slide_wrapper #slide_image {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 60em) {
  .slide-show-wrapper #slide_wrapper #slide_image {
    width: 80%;
  }
}
.slide-show-wrapper #slide_wrapper .caption-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.slide-show-wrapper #slide_show_html {
  display: none;
}
.slide-show-wrapper .slide_plates {
  position: absolute;
  height: 100% !important;
  width: 100% !important;
}

.slide_caption_external {
  font-size: 13px !important;
  font-family: "jaf-bernino-sans", "helvetica neue", helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: #7c7c7c;
  color: #FFFFFF !important;
  padding: 5px;
  clear: both;
}