@charset "UTF-8";


/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: disc;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 18px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #292B2C;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.alternate-typeface,
h1, h2, h3, h4, h5, h6,
.button,
.header-utility__item,
.header-nav > ul > li > a,
.header-nav__sf-wrapper > ul > li > a,
.home-feature__cta,
.header-user__log-in,
.header-user__log-out,
.item-list__section {
  font-family: "Oswald", "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
}
p:last-child, ol:last-child, ul:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
p, ol, ul {
  orphans: 2;
  widows: 2;
}
ol, ul {
  margin-left: 2em;
}
h1, h2, h3, h4, h5, h6 {
  color: #484848;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 {
  font-size: 50px;
  line-height: 60px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
h2 {
  font-size: 36px;
  line-height: 36px;
}
h3 {
  font-size: 28px;
  line-height: 36px;
}

h3.not-bold {
font-size: 18px;  
font-weight: 300;
margin-top: -22px;
font-family: "Open Sans";
}


h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}


/*! ---------- =common =components ---------- */

body {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #bf2e1b;
}
a:hover,
a:focus {
  color: #017bc4;
}
a, button {
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}

.block {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}

.margin {
  margin-bottom: 24px;
}
.margin-large {
  margin-bottom: 48px;
}
.margin-small {
  margin-bottom: 12px;
}
.margin-top {
  margin-top: 24px;
}
.margin-top-large {
  margin-top: 48px;
}
.margin-top-small {
  margin-top: 12px;
}
.margin-right {
  margin-right: 12px;
}

.more {
  display: inline-block;
  font-weight: 700;
}

.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 24px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 24px;
}
.img-right {
  float: right;
  margin-left: 24px;
}

.note {
  opacity: 0.6;
  font-size: 16px;
  font-style: italic;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight {
  color: #bf2e1b;
}
.warn {
  color: #fff;
  background: #941;
}
.warn::before,
.warn::after {
  content: '\00a0\00a0';
}

figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #ccc;
  padding: 6px;
}
figcaption {
  display: block;
  padding: 6px 0;
  font-size: 15px;
  opacity: 0.8;
}
@media (max-width: 519px) {
  figure.img-left,
  figure.img-right {
    max-width: 100%;
    float: none;
    margin: 24px 0;
  }
}

.arrow {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 0.75em;
  margin-right: 0.5em;
  margin-top: -0.2em;
  line-height: 1em;
  border: 0.5em solid transparent;
  border-left-color: #bf2e1b;
  border-right-width: 0;
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
}
.arrow--highlight {
  border-left-color: #017bc4;
}
.arrow--warn {
  border-left-color: #941;
}
.arrow--inverse {
  border-left-color: #fff;
}
.arrow--down,
.accordion__label.is-active .arrow {
  -webkit-transform: rotate(90deg) scaleX(1.5);
      -ms-transform: rotate(90deg) scaleX(1.5);
          transform: rotate(90deg) scaleX(1.5);
}
.arrow--up {
  -webkit-transform: rotate(-90deg) scaleX(1.5);
      -ms-transform: rotate(-90deg) scaleX(1.5);
          transform: rotate(-90deg) scaleX(1.5);
}
.arrow--left {
  -webkit-transform: scaleX(-1.5);
      -ms-transform: scaleX(-1.5);
          transform: scaleX(-1.5);
}

.button {
  display: inline-block;
  vertical-align: middle;
  padding: 18px 36px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  background: #5a5a5a;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}
.button:hover,
.button:focus {
  color: #fff;
  background: #017bc4;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.button.blue-button {
  background: #017bc4;
  max-width: 200px;
}

.button:hover,
.button:focus {
  background: #a73628;
}

.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 16px;
}
.button--highlight {
  background: #017bc4;
}
.button--highlight:hover,
.button--highlight:focus {
  background: #018bdd;
}
.button--warn {
  background: #941;
}
.button--warn:hover,
.button--warn:focus {
  background: #bf2e1b;
}
.button--cancel {
  font-size: 16px;
  color: #888;
  border: 1px solid #888;
  background: #f8f8f8;
}
.button--cancel:hover,
.button--cancel:focus {
  background: #fff;
  color: #5a5a5a;
  border-color: #017bc4;
}
.button--lined {
  background: #fff;
  border: 2px solid #5a5a5a;
  color: #5a5a5a;
}
.button--lined:hover,
.button--lined:focus {
  background: #fff;
  border-color: #017bc4;
  color: #5a5a5a;
}
.button--lined.button--highlight {
  border-color: #3d5e88;
  color: #3d5e88;
}
.button--lined.button--highlight:hover,
.button--lined.button--highlight:focus {
  border-color: #017bc4;
  color: #017bc4;
}
.button--lined.button--warn {
  border-color: #941;
  color: #941;
}
.button--lined.button--warn:hover,
.button--lined.button--warn:focus {
  border-color: #bf2e1b;
  color: #bf2e1b;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 12px 6px 0;
}

.pull-quote {
  padding: 24px 0;
  margin: 24px 0;
  border: solid #3d5e88;
  border-width: 2px 0;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18px;
}
@media (min-width: 520px) {
  .pull-quote--left, .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 24px;
    padding: 0 24px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}

.content-box {
  padding: 24px;
  margin-bottom: 24px;
  background: #f8f8f8;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
}
.content-box:last-child {
  margin-bottom: 0;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #a42b1b;
}
.content-box--highlight {
  padding-top: 72px;
  -webkit-box-shadow: inset 0 24px 0 #017bc4, inset 0 48px 0 #484848;
  box-shadow: inset 0 24px 0 #017bc4, inset 0 48px 0 #484848;
}
.content-box--highlight h1,
.content-box--highlight h2,
.content-box--highlight h3,
.content-box--highlight h4,
.content-box--highlight h5,
.content-box--highlight h6 {
  color: #017bc4;
}
.content-box--action {
  padding-top: 72px;
  -webkit-box-shadow: inset 0 24px 0 #a42b1b, inset 0 48px 0 #484848;
          box-shadow: inset 0 24px 0 #a42b1b, inset 0 48px 0 #484848;
}
@media (min-width: 720px) {
  .content-box--right,
  .content-box--left {
    max-width: 40%;
    margin-bottom: 24px;
  }
  .content-box--right {
    float: right;
    margin-left: 24px;
  }
  .content-box--left {
    float: left;
    margin-right: 24px;
  }
  
   .content-box--right.event-page {
   max-width: none;  
   /*width: 100%;*/
   }
  
  
}

.item-list {
  list-style: none;
  margin: 0 0 48px;
}
.item-list:last-child {
  margin-bottom: 0;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.item-list--compact > .item-list__item + .item-list__item {
  margin-top: 6px;
  padding-top: 6px;
  border-top-width: 1px;
}
.item-list__section {
  margin-bottom: 6px;
  font-size: 16px;
  opacity: 0.5;
}
.item-list__title {
  display: block;
  margin: 0;
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  color: #3d5e88;
}
.item-list__date {
  margin: 6px 0 0;
  font-size: 16px;
  opacity: 0.6;
}
.item-list__description {
  opacity: 0.85;
  margin: 6px 0 0;
}
.item-list__thumbnail {
  max-width: 33%;
  float: left;
  margin-right: 24px;
}
.item-list__thumbnail,
.item-list__thumbnail img {
  max-height: 120px;
}
.item-list__thumbnail--large {
  max-width: 45%;
}
.item-list__thumbnail--large,
.item-list__thumbnail--large img {
  max-height: 240px;
}
.item-list__calendar-date {
  width: 125px;
  max-width: 35%;
  float: left;
  margin-right: 24px;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.item-list__month {
  display: block;
  padding: 6px 0;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #484848;
}
.item-list__day {
  display: block;
  padding: 18px 0;
  font-size: 28px;
  font-weight: 700;
  color: #a42b1b;
}
/*.item-list__weekday {
  color: #a42b1c;
  font-weight: 700;
}*/
.item-list__weekday::after {
  color: #292B2C;
  content: ",";
  display: inline-block;
  font-weight: 400;
}
.item-list__thumbnail ~ .item-list__title,
.item-list__thumbnail ~ .item-list__date,
.item-list__thumbnail ~ .item-list__description,
.item-list__calendar-date ~ .item-list__title,
.item-list__calendar-date ~ .item-list__date,
.item-list__calendar-date ~ .item-list__description {
  overflow: hidden;
}

.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator:first-child {
  margin-right: 12px;
}
.toggle-indicator:last-child {
  margin-left: 12px;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
  -o-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece {
  -webkit-transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
  -o-transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s, -webkit-transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before {
  background: #129df1;
}
.is-active .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.js .toggle-target:not(.is-active) {
  display: none;
}

.share-buttons {
  margin-bottom: 24px;
  font-size: 24px;
}
.no-js .share-buttons {
  display: none;
}
.share-buttons__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-right: 0.3em;
  opacity: 0.7;
}
.share-buttons__button {
  display: inline-block;
  vertical-align: middle;
  margin: 6px 6px 0 0;
}
.share-buttons__icon {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px 24px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.share-buttons__icon:not(:hover) {
  -webkit-filter: saturate(20%);
          filter: saturate(20%);
}
.share-buttons__icon--facebook {
  background-image: url('/images/default-source/site-design/icons/icon-share-facebook.png');
}
.share-buttons__icon--twitter {
  background-image: url('/images/default-source/site-design/icons/icon-share-twitter.png');
}
.share-buttons__icon--google {
  background-image: url('/images/default-source/site-design/icons/icon-share-google.png');
}
.share-buttons__icon--linkedin {
  background-image: url('/images/default-source/site-design/icons/icon-share-linkedin.png');
}
.share-buttons__icon--reddit {
  background-image: url('/images/default-source/site-design/icons/icon-share-reddit.png');
}
.share-buttons__icon--pinterest {
  background-image: url('/images/default-source/site-design/icons/icon-share-pinterest.png');
}
.share-buttons__icon--tumblr {
  background-image: url('/images/default-source/site-design/icons/icon-share-tumblr.png');
}
.share-buttons__icon--email {
  background-image: url('/images/default-source/site-design/icons/icon-share-email.png');
}
.sfPageEditor .share-buttons__wrapper {
  background: #ccc;
  padding: 12px;
  text-align: center;
}
.sfPageEditor .share-buttons__wrapper::before {
  content: '[Sharing Icons]';
  font-size: 15px;
  opacity: 0.8;
}
@media (min-width: 960px) {
  .share-buttons {
    float: right;
    margin: -54px 0 0;
  }
}

.generated-column {
  float: left;
  padding: 0 24px;
}
.generated-column:first-child {
  padding-left: 0;
}
.generated-column:last-child {
  padding-right: 0;
}
.generated-column--1-2 {
  width: 50%;
}
.generated-column--1-3 {
  width: 33.3%;
}
.generated-column--1-4 {
  width: 25%;
}
.generated-column--1-5 {
  width: 20%;
}

.group:after,
.item-list__item:after,
.side-label:after,
.page-header:after,
.home-feature__quicklinks:after,
.interior-layout:after {
  content: "";
  display: table;
  clear: both;
}

.tabs__pane .accordion__content .item-list__item:after {
  clear: none;
} 


/*! ---------- =grids ---------- */

.grid {
  display: block;
  width: auto !important;
  padding: 0 !important;
  margin-right: -24px !important;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: left;
}
.grid__unit {
  display: inline-block;
  width: 100% !important;
  padding: 0 24px 24px 0 !important;
  margin: 0 !important;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}

.grid__unit--1-2 { width: 50% !important; }
.grid__unit--1-3 { width: 33.33% !important; }
.grid__unit--2-3 { width: 66.66% !important; }
.grid__unit--1-4 { width: 25% !important; }
.grid__unit--3-4 { width: 75% !important; }
.grid__unit--1-5 { width: 20% !important; }
.grid__unit--2-5 { width: 40% !important; }
.grid__unit--3-5 { width: 60% !important; }
.grid__unit--4-5 { width: 80% !important; }
.grid__unit--1-6 { width: 16.66% !important; }
.grid__unit--5-6 { width: 83.3% !important; }
.grid__unit--1-8 { width: 12.5% !important; }
.grid__unit--3-8 { width: 37.5% !important; }
.grid__unit--5-8 { width: 62.5% !important; }
.grid__unit--7-8 { width: 87.5% !important; }
.grid__unit--1-9 { width: 11.11% !important; }
.grid__unit--2-9 { width: 22.22% !important; }
.grid__unit--4-9 { width: 44.44% !important; }
.grid__unit--5-9 { width: 55.55% !important; }
.grid__unit--7-9 { width: 77.77% !important; }
.grid__unit--8-9 { width: 88.88% !important; }
.grid__unit--1-12 { width: 8.33% !important; }
.grid__unit--5-12 { width: 41.65% !important; }
.grid__unit--7-12 { width: 58.31% !important; }
.grid__unit--11-12 { width: 91.63% !important; }


@media (min-width: 520px) {
  .grid__unit--1-1-s { width: 100% !important; }
  .grid__unit--1-2-s { width: 50% !important; }
  .grid__unit--1-3-s { width: 33.33% !important; }
  .grid__unit--2-3-s { width: 66.66% !important; }
  .grid__unit--1-4-s { width: 25% !important; }
  .grid__unit--3-4-s { width: 75% !important; }
  .grid__unit--1-5-s { width: 20% !important; }
  .grid__unit--2-5-s { width: 40% !important; }
  .grid__unit--3-5-s { width: 60% !important; }
  .grid__unit--4-5-s { width: 80% !important; }
  .grid__unit--1-6-s { width: 16.66% !important; }
  .grid__unit--5-6-s { width: 83.3% !important; }
  .grid__unit--1-8-s { width: 12.5% !important; }
  .grid__unit--3-8-s { width: 37.5% !important; }
  .grid__unit--5-8-s { width: 62.5% !important; }
  .grid__unit--7-8-s { width: 87.5% !important; }
  .grid__unit--1-9-s { width: 11.11% !important; }
  .grid__unit--2-9-s { width: 22.22% !important; }
  .grid__unit--4-9-s { width: 44.44% !important; }
  .grid__unit--5-9-s { width: 55.55% !important; }
  .grid__unit--7-9-s { width: 77.77% !important; }
  .grid__unit--8-9-s { width: 88.88% !important; }
  .grid__unit--1-12-s { width: 8.33% !important; }
  .grid__unit--5-12-s { width: 41.65% !important; }
  .grid__unit--7-12-s { width: 58.31% !important; }
  .grid__unit--11-12-s { width: 91.63% !important; }
}


@media (min-width: 768px) {
  .grid {
    margin-right: -48px !important;
  }
  .grid__unit {
    padding: 0 48px 48px 0 !important;
  }

  .grid__unit--1-1-m { width: 100% !important; }
  .grid__unit--1-2-m { width: 50% !important; }
  .grid__unit--1-3-m { width: 33.33% !important; }
  .grid__unit--2-3-m { width: 66.66% !important; }
  .grid__unit--1-4-m { width: 25% !important; }
  .grid__unit--3-4-m { width: 75% !important; }
  .grid__unit--1-5-m { width: 20% !important; }
  .grid__unit--2-5-m { width: 40% !important; }
  .grid__unit--3-5-m { width: 60% !important; }
  .grid__unit--4-5-m { width: 80% !important; }
  .grid__unit--1-6-m { width: 16.66% !important; }
  .grid__unit--5-6-m { width: 83.3% !important; }
  .grid__unit--1-8-m { width: 12.5% !important; }
  .grid__unit--3-8-m { width: 37.5% !important; }
  .grid__unit--5-8-m { width: 62.5% !important; }
  .grid__unit--7-8-m { width: 87.5% !important; }
  .grid__unit--1-9-m { width: 11.11% !important; }
  .grid__unit--2-9-m { width: 22.22% !important; }
  .grid__unit--4-9-m { width: 44.44% !important; }
  .grid__unit--5-9-m { width: 55.55% !important; }
  .grid__unit--7-9-m { width: 77.77% !important; }
  .grid__unit--8-9-m { width: 88.88% !important; }
  .grid__unit--1-12-m { width: 8.33% !important; }
  .grid__unit--5-12-m { width: 41.65% !important; }
  .grid__unit--7-12-m { width: 58.31% !important; }
  .grid__unit--11-12-m { width: 91.63% !important; }
}


@media (min-width: 960px) {
  .grid__unit--1-1-l { width: 100% !important; }
  .grid__unit--1-2-l { width: 50% !important; }
  .grid__unit--1-3-l { width: 33.33% !important; }
  .grid__unit--2-3-l { width: 66.66% !important; }
  .grid__unit--1-4-l { width: 25% !important; }
  .grid__unit--3-4-l { width: 75% !important; }
  .grid__unit--1-5-l { width: 20% !important; }
  .grid__unit--2-5-l { width: 40% !important; }
  .grid__unit--3-5-l { width: 60% !important; }
  .grid__unit--4-5-l { width: 80% !important; }
  .grid__unit--1-6-l { width: 16.66% !important; }
  .grid__unit--5-6-l { width: 83.3% !important; }
  .grid__unit--1-8-l { width: 12.5% !important; }
  .grid__unit--3-8-l { width: 37.5% !important; }
  .grid__unit--5-8-l { width: 62.5% !important; }
  .grid__unit--7-8-l { width: 87.5% !important; }
  .grid__unit--1-9-l { width: 11.11% !important; }
  .grid__unit--2-9-l { width: 22.22% !important; }
  .grid__unit--4-9-l { width: 44.44% !important; }
  .grid__unit--5-9-l { width: 55.55% !important; }
  .grid__unit--7-9-l { width: 77.77% !important; }
  .grid__unit--8-9-l { width: 88.88% !important; }
  .grid__unit--1-12-l { width: 8.33% !important; }
  .grid__unit--5-12-l { width: 41.65% !important; }
  .grid__unit--7-12-l { width: 58.31% !important; }
  .grid__unit--11-12-l { width: 91.63% !important; }
}


@media (min-width: 1596px) {
  .grid__unit--1-1-hd { width: 100% !important; }
  .grid__unit--1-2-hd { width: 50% !important; }
  .grid__unit--1-3-hd { width: 33.33% !important; }
  .grid__unit--2-3-hd { width: 66.66% !important; }
  .grid__unit--1-4-hd { width: 25% !important; }
  .grid__unit--3-4-hd { width: 75% !important; }
  .grid__unit--1-5-hd { width: 20% !important; }
  .grid__unit--2-5-hd { width: 40% !important; }
  .grid__unit--3-5-hd { width: 60% !important; }
  .grid__unit--4-5-hd { width: 80% !important; }
  .grid__unit--1-6-hd { width: 16.66% !important; }
  .grid__unit--5-6-hd { width: 83.3% !important; }
  .grid__unit--1-8-hd { width: 12.5% !important; }
  .grid__unit--3-8-hd { width: 37.5% !important; }
  .grid__unit--5-8-hd { width: 62.5% !important; }
  .grid__unit--7-8-hd { width: 87.5% !important; }
  .grid__unit--1-9-hd { width: 11.11% !important; }
  .grid__unit--2-9-hd { width: 22.22% !important; }
  .grid__unit--4-9-hd { width: 44.44% !important; }
  .grid__unit--5-9-hd { width: 55.55% !important; }
  .grid__unit--7-9-hd { width: 77.77% !important; }
  .grid__unit--8-9-hd { width: 88.88% !important; }
  .grid__unit--1-12-hd { width: 8.33% !important; }
  .grid__unit--5-12-hd { width: 41.65% !important; }
  .grid__unit--7-12-hd { width: 58.31% !important; }
  .grid__unit--11-12-hd { width: 91.63% !important; }
}


/*! ---------- =forms ---------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 9px 12px;
  margin-bottom: 24px;
  border: 1px solid #d2d2d2;
  color: #292B2C;
  color: rgba(41, 43, 44, 0.8);
  font: 16px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  -o-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type="text"]:last-child,
input[type="email"]:last-child,
input[type="password"]:last-child,
input[type="number"]:last-child,
input[type="tel"]:last-child,
textarea:last-child,
select:last-child {
  margin-bottom: 0;
}
input[type="text"]:required,
input[type="email"]:required,
input[type="password"]:required,
input[type="number"]:required,
input[type="tel"]:required,
textarea:required,
select:required {
  border-color: #435d7f;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #941;
  color: #941;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #017bc4;
  color: #292B2C;
}
textarea {
  padding: 12px;
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}
input[type="radio"], input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 24px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #484848;
  opacity: 0.9;
  -webkit-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  -o-transition: color 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
label.required {
  color: #3d5e88;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #3d5e88;
}
label.is-focused {
  color: #017bc4;
  opacity: 1;
}
.side-label {
  margin-bottom: 24px;
}
.side-label:last-child {
  margin-bottom: 0;
}

@media (min-width: 520px) {
  .side-label {
    padding-left: 168px;
  }
  .side-label label {
    width: 168px;
    float: left;
    margin-left: -168px;
    padding: 6px 1em 0 0;
  }
}

.field-validation-error {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  color: #941;
}
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -18px;
}


/*! ---------- =tabs ---------- */

.tabs--standard {
  margin-bottom: 48px;
}
.tabs--standard:last-child {
  margin-bottom: 0;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid #eee;
  background: #eee;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #017bc4;
}
.tabs--standard .tabs__pane {
  border: 1px solid #eee;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}

.tabs--vertical .tabs__tab {
  background: #eee;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #017bc4;
  background: #fff;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

.accordion {
  margin-bottom: 48px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion__label {
  display: block;
  padding: 12px;
  background: #fff;
  border: 1px solid #eee;
  color: #292B2C;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
.accordion__label .arrow {
  font-size: 0.9em;
  border-left-color: #292B2C;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.accordion__label.is-active {
  color: #017bc4;
  border-color: #017bc4 #017bc4 #eee #017bc4;
  background: #f7f7f7;
}
.accordion__label.is-active .arrow {
  border-left-color: #017bc4;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #017bc4;
  border-top: none;
  padding: 24px 12px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.js .accordion:not(.is-active):before,
.js .accordion:not(.is-active):after {
  display: none;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}
.js .accordion__content:not(.is-active) .sfdetails {
  display: none;
}
.js .accordion__content.is-active .sfdetails {
  display: block;
}


@media (max-width: 767px), (min-width: 960px) and (max-width: 1279px) {
  .tabs--standard,
  .tabs--vertical {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border: 1px solid #eee;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #ccc #ccc #eee;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .tabs--standard .tabs__tab:nth-child(n+10),
  .tabs--vertical .tabs__tab:nth-child(n+10) {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 24px 12px;
    border: 1px solid #ccc;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
}


@media (min-width: 768px) and (max-width: 959px), (min-width: 1280px) {
  .tabs--standard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .tabs--standard::before {
    /* remove sf pseudoel that messes with space-between */
    display: none !important;
  }
  .tabs--standard .tabs__tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 18px 24px;
  }
  .tabs--standard.tabs--2 .tabs__tab {
    width: 48%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 6px);
        flex-basis: calc(50% - 6px);
  }
  .tabs--standard.tabs--3 .tabs__tab {
    width: 31%;
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 6px);
        flex-basis: calc(33.3% - 6px);
  }
  .tabs--standard.tabs--4 .tabs__tab {
    width: 22%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-preferred-size: calc(25% - 6px);
        flex-basis: calc(25% - 6px);
  }
  .tabs--standard.tabs--5 .tabs__tab {
    width: 17%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -ms-flex-preferred-size: calc(20% - 6px);
        flex-basis: calc(20% - 6px);
  }
  .tabs--standard .tabs__pane {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

  .tabs--vertical .tabs__tab {
    width: 300px;
    float: left;
    clear: left;
    padding: 11px 17px;
    margin-bottom: 6px;
    border: 1px solid #eee;
    border-right-color: #ccc;
    -webkit-box-shadow: inset 6px 0 0 #ccc;
            box-shadow: inset 6px 0 0 #ccc;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #ccc #fff #ccc #ccc;
    -webkit-box-shadow: inset 6px 0 0 #017bc4;
            box-shadow: inset 6px 0 0 #017bc4;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #fff;
    -webkit-box-shadow: inset 0 0 0 1px #ccc;
            box-shadow: inset 0 0 0 1px #ccc;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}


/*! ---------- =code and =syntax highlighting ---------- */

pre, code {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #eeeeee;
  margin-bottom: 24px;
  color: #222;
  background: white;
  overflow-y: auto;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:last-child {
  margin-bottom: 0;
}
pre::before {
  content: attr(rel);
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #e4b1ab;
  position: absolute;
  top: 2px;
  right: 12px;
}
p > code,
li > code {
  background: white;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */
pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}


/*! ---------- =body ---------- */

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}

.content, .page-footer {
  padding: 24px;
}

.page-bounds {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 768px) {
  .content, .page-footer {
    padding: 48px;
  }
}


/*! ---------- =header, =nav ---------- */

.page-header {
  color: #fff;
  background: #000;
  position: relative;
  z-index: 100;
}
.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}

.header-logo {
  background: #fff;
  float: left;
}
.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}
.header-logo a {
  padding: 24px 0;
}
.header-logo img {
  max-width: 250px;
}

.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  display: block;
  padding: 6px 12px;
  color: #fff;
}

.header-user__welcome {
  font-size: 15px;
  opacity: 0.7;
}
.header-user__log-in,
.header-user__log-out,
.header-user__log-in:hover,
.header-user__log-out:hover,
.header-user__log-in:focus,
.header-user__log-out:focus {
  color: #fff;
}

.header-search {
  position: relative;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 12px 72px 12px 24px !important;
  margin: 0 !important;
  font-size: 16px;
  line-height: 24px;
  background: #fff;
}
.header-search__submit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #bf2e1b;
}
.header-search__submit > img {
  display: block;
  width: 24px;
}

.header-nav {
  background: #bf2e1b;
}
.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
  font-size: 16px;
  color: #fff;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 959px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -12px;
    top: 0;
    padding: 24px;
    font-size: 15px;
    color: #fff;
  }
  .page-header__toggle.is-active {
    color: #129df1;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__content {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    clear: both;
  }
  .js .page-header__content:not(.is-active) {
    display: none;
  }

  .header-logo a {
    padding: 18px 24px;
  }
  .header-logo img {
    max-height: 36px;
  }

  .header-utility {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 18px 0;
    text-align: center;
  }

  .header-search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2px;
  }
  .header-search__submit {
    top: 0;
    right: 0;
    background: #a42b1b;
  }

  .header-nav {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    background: #a42b1b;
  }
  .header-nav a {
    padding: 12px 96px 12px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    font-size: 15px;
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    -o-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    -webkit-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    -o-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    background: #a42b1b;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .js .header-nav__toggle {
    display: block;
  }
  .header-nav__toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-width: 0;
    border-top-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: scaleX(0.6);
        -ms-transform: scaleX(0.6);
            transform: scaleX(0.6);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #fff;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
            transform: scaleX(0.6) rotateX(180deg);
  }
}


@media (min-width: 960px) {
  .header-utility {
    position: absolute;
    right: 36px;
    top: 72px;
  }
  .header-utility__list {
    display: inline-block;
  }
  .header-utility__item a,
  .header-user__log-in,
  .header-user__log-out {
    padding: 18px 6px;
    opacity: 0.9;
  }
  .header-utility__item a:hover,
  .header-utility__item a:focus,
  .header-user__log-in:hover,
  .header-user__log-in:focus,
  .header-user__log-out:hover,
  .header-user__log-out:focus {
    opacity: 1;
  }

  .header-user {
    display: inline-block;
    margin: 0 6px 0 36px;
  }

  .header-logo a {
    padding: 24px 48px;
  }

  .header-search {
    width: 200px;
    width: calc(100% - 442px);
    position: absolute;
    right: 48px;
    top: 24px;
  }
  .header-search__input {
    padding: 12px 24px 12px 60px !important;
  }
  .header-search__submit {
    padding-left: 12px;
    padding-right: 12px;
    right: auto;
    left: 0;
  }

  .header-nav {
    clear: both;
  }
  .header-nav > ul,
  .header-nav__sf-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: center;
  }
  .header-nav > ul > li,
  .header-nav__sf-wrapper > ul > li {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a,
  .header-nav__sf-wrapper > ul > li > a {
    padding: 18px 0;
    position: relative;
    font-size: 18px;
  }
  .header-nav > ul > li > a::before,
  .header-nav__sf-wrapper > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    border: solid #fff;
    border-width: 5px 5px 0 0;
    -webkit-transform: scaleY(0.33) rotate(-45deg);
        -ms-transform: scaleY(0.33) rotate(-45deg);
            transform: scaleY(0.33) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    -o-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > ul,
  .header-nav__sf-wrapper > ul > li > ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 36px 48px;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #5a5a5a;
    text-align: left;
    background: #fff;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    -o-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > ul > li,
  .header-nav > ul > li > ul > .generated-column > li,
  .header-nav__sf-wrapper > ul > li > ul > .generated-column > li,
  .header-nav__sf-wrapper > ul > li > ul > li {
    display: inline-block;
    width: 100%;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav > ul > li > ul > .generated-column > li > a,
  .header-nav__sf-wrapper > ul > li > ul > .generated-column > li > a,
  .header-nav__sf-wrapper > ul > li > ul > li > a {
    font-size: 18px;
    line-height: 36px;
    color: #a42b1b;
  }
  .header-nav > ul > li > ul > li > ul,
  .header-nav > ul > li > ul > .generated-column > li > ul,
  .header-nav__sf-wrapper > ul > li > ul > .generated-column > li > ul,
  .header-nav__sf-wrapper > ul > li > ul > li > ul {
    margin-bottom: 24px;
    padding-top: 12px;
    border-top: 1px solid #f8f8f8;
  }
  .header-nav > ul > li > ul > li > ul a,
  .header-nav > ul > li > ul > .generated-column > li > ul a,
  .header-nav__sf-wrapper > ul > li > ul > .generated-column > li > ul a,
  .header-nav__sf-wrapper > ul > li > ul > li > ul a {
    color: #292B2C;
  }
  .header-nav > ul > li:hover > a,
  .header-nav__sf-wrapper > ul > li:hover > a {
    background: rgba(255, 255, 255, 0.1);
  }
  .header-nav > ul > li:hover > a::before,
  .header-nav__sf-wrapper > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.3s ease-out 0.6s, z-index 0s linear 0.6s, visibility 0s linear 0.6s;
    -o-transition: opacity 0.3s ease-out 0.6s, z-index 0s linear 0.6s, visibility 0s linear 0.6s;
    transition: opacity 0.3s ease-out 0.6s, z-index 0s linear 0.6s, visibility 0s linear 0.6s;
  }
  .header-nav > ul > li:hover > ul,
  .header-nav__sf-wrapper > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    -o-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
  .header-nav > ul > li:hover > ul > li,
  .header-nav > ul > li:hover > ul > .generated-column > li,
  .header-nav__sf-wrapper > ul > li:hover > ul > li,
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(1),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(1),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(1),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(1) {
    -webkit-transition-delay: 0.5s, 0.5s;
         -o-transition-delay: 0.5s, 0.5s;
            transition-delay: 0.5s, 0.5s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(2),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(2),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(2),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(2) {
    -webkit-transition-delay: 0.56s, 0.56s;
         -o-transition-delay: 0.56s, 0.56s;
            transition-delay: 0.56s, 0.56s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(3),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(3),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(3),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(3) {
    -webkit-transition-delay: 0.62s, 0.62s;
         -o-transition-delay: 0.62s, 0.62s;
            transition-delay: 0.62s, 0.62s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(4),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(4),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(4),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(4) {
    -webkit-transition-delay: 0.68s, 0.68s;
         -o-transition-delay: 0.68s, 0.68s;
            transition-delay: 0.68s, 0.68s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(5),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(5),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(5),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(5) {
    -webkit-transition-delay: 0.74s, 0.74s;
         -o-transition-delay: 0.74s, 0.74s;
            transition-delay: 0.74s, 0.74s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(6),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(6),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(6),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(6) {
    -webkit-transition-delay: 0.8s, 0.8s;
         -o-transition-delay: 0.8s, 0.8s;
            transition-delay: 0.8s, 0.8s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(7),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(7),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(7),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(7) {
    -webkit-transition-delay: 0.86s, 0.86s;
         -o-transition-delay: 0.86s, 0.86s;
            transition-delay: 0.86s, 0.86s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(8),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(8),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(8),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(8) {
    -webkit-transition-delay: 0.92s, 0.92s;
         -o-transition-delay: 0.92s, 0.92s;
            transition-delay: 0.92s, 0.92s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(9),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(9),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(9),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(9) {
    -webkit-transition-delay: 0.98s, 0.98s;
         -o-transition-delay: 0.98s, 0.98s;
            transition-delay: 0.98s, 0.98s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(10),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(10),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(10),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(10) {
    -webkit-transition-delay: 1.04s, 1.04s;
         -o-transition-delay: 1.04s, 1.04s;
            transition-delay: 1.04s, 1.04s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(11),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(11),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(11),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(11) {
    -webkit-transition-delay: 1.1s, 1.1s;
         -o-transition-delay: 1.1s, 1.1s;
            transition-delay: 1.1s, 1.1s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(12),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(12),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(12),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(12) {
    -webkit-transition-delay: 1.16s, 1.16s;
         -o-transition-delay: 1.16s, 1.16s;
            transition-delay: 1.16s, 1.16s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(13),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(13),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(13),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(13) {
    -webkit-transition-delay: 1.22s, 1.22s;
         -o-transition-delay: 1.22s, 1.22s;
            transition-delay: 1.22s, 1.22s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(14),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(14),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(14),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(14) {
    -webkit-transition-delay: 1.28s, 1.28s;
         -o-transition-delay: 1.28s, 1.28s;
            transition-delay: 1.28s, 1.28s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(15),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(15),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(15),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(15) {
    -webkit-transition-delay: 1.34s, 1.34s;
         -o-transition-delay: 1.34s, 1.34s;
            transition-delay: 1.34s, 1.34s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(16),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(16),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(16),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(16) {
    -webkit-transition-delay: 1.4s, 1.4s;
         -o-transition-delay: 1.4s, 1.4s;
            transition-delay: 1.4s, 1.4s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(17),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(17),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(17),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(17) {
    -webkit-transition-delay: 1.46, 1.46;
         -o-transition-delay: 1.46, 1.46;
            transition-delay: 1.46, 1.46;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(18),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(18),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(18),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(18) {
    -webkit-transition-delay: 1.52s, 1.52s;
         -o-transition-delay: 1.52s, 1.52s;
            transition-delay: 1.52s, 1.52s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(19),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(19),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(19),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(19) {
    -webkit-transition-delay: 1.58s, 1.58s;
         -o-transition-delay: 1.58s, 1.58s;
            transition-delay: 1.58s, 1.58s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(20),
  .header-nav > ul > li:hover > ul > .generated-column > li:nth-child(20),
  .header-nav__sf-wrapper > ul > li:hover > ul > li:nth-child(20),
  .header-nav__sf-wrapper > ul > li:hover > ul > .generated-column > li:nth-child(20) {
    -webkit-transition-delay: 1.64s, 1.64s;
         -o-transition-delay: 1.64s, 1.64s;
            transition-delay: 1.64s, 1.64s;
  }
  .header-nav .is-current > a {
    color: #3d5e88;
  }
  .header-nav > ul > li.is-current > a,
  .header-nav__sf-wrapper > ul > li.is-current > a {
    color: #fff;
    background: rgba(255,255,255,0.2);
  }
}


@media (min-width: 1500px) {
  .page-header {
    min-height: 112px;
  }

  .header-logo {
    position: relative;
  }
  .header-logo::before {
    content: '';
    display: block;
    width: calc((100vw - 1500px) / 2);
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #fff;
  }
  .header-logo a {
    padding: 12px 48px;
  }

  .header-utility {
    top: 0;
    right: 324px;
  }
  .header-utility a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header-search {
    width: 300px;
    top: 6px;
    right: 0;
  }
  .header-search__input {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .header-search__submit {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .header-nav {
    position: absolute;
    left: 346px;
    /* logo width + padding */
    right: 0;
    top: 52px;
  }
  .header-nav::before {
    content: '';
    display: block;
    width: calc((100vw - 1500px) / 2);
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    background: #bf2e1b;
  }
  .header-nav > ul > li > a,
  .header-nav__sf-wrapper > ul > li > a {
    font-size: 20px;
  }
}


/*! ---------- =footer ---------- */

.page-footer {
  font-size: 16px;
}

.footer-utility {
  list-style: none;
  margin: 0;
}
.footer-utility__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-utility__item a {
  display: block;
  padding: 12px;
  font-weight: 700;
}

.footer-social {
  margin-bottom: 24px;
}
.footer-social__title {
  margin-bottom: 12px;
  opacity: 0.7;
}
.footer-social a {
  display: inline-block;
  vertical-align: middle;
}
.footer-social a + a {
  margin-left: 1em;
}
.footer-social a > img {
  max-width: 25px;
  max-height: 25px;
}

.footer-content {
  padding: 24px 0;
  border: solid #000;
  border-width: 1px 0;
}


@media (max-width: 767px) {
  .page-footer {
    text-align: center;
  }
  .footer-title,
  .footer-address,
  .footer-phone-title,
  .footer-phone {
    margin-bottom: 24px;
  }
}


@media (min-width: 768px) {
  .footer-title,
  .footer-address {
    margin-bottom: 24px;
  }
  .footer-utility,
  .footer-utility + .sfContentBlock,
  .footer-social__title,
  .footer-phone-title,
  .footer-phone,
  .footer-email {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-utility,
  .footer-social__title,
  .footer-address,
  .footer-phone-title,
  .footer-phone {
    margin-right: 12px;
  }
  .footer-social {
    margin-bottom: 12px;
    margin-left: -12px;
  }
  .footer-social__title {
    margin-bottom: 0;
  }
}


@media (min-width: 1500px) {
  .footer-title,
  .footer-address {
    margin-bottom: 0;
    margin-right: 36px;
    display: inline-block;
    vertical-align: middle;
  }
}


/* ---------- =home ---------- */

.home-feature {
  padding: 72px 24px;
  color: #fff;
  background: #000;
  position: relative;
  -webkit-animation: fade-home-feature-in 0.4s ease 0.6s backwards;
          animation: fade-home-feature-in 0.4s ease 0.6s backwards;
}
.home-feature__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-size: cover;
}
.home-feature__action,
.home-feature__quicklinks {
  position: relative;
  z-index: 2;
}
.home-feature__cta {
  display: block;
  max-width: 12em;
  padding: 24px 48px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  border-radius: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  background: #484848;
  background: rgba(72, 72, 72, 0.9);
  color: #fff;
}
.home-feature__cta img {
  display: inline-block;
  max-height: 1em;
  margin-left: 0.4em;
  margin-right: -0.4em;
}
.home-feature__cta:hover,
.home-feature__cta:focus {
  color: #fff;
  background: #017bc4;
}
.home-feature__quicklinks {
  margin-top: 24px;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}
.home-feature__quicklink {
  display: block;
  padding: 24px;
}
.home-feature__quicklink > img {
  opacity: 0.85;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.home-feature__quicklink:hover > img,
.home-feature__quicklink:focus > img {
  opacity: 1;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}


@media (max-width: 519px) {
  .home-feature__quicklink + .home-feature__quicklink {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}


@media (min-width: 520px) {
  .home-feature__quicklinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-feature__quicklink {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3%;
            flex: 1 0 33.3%;
    width: 33.3%;
    float: left;
  }
  .home-feature__quicklink + .home-feature__quicklink::before {
    content: '';
    display: block;
    width: 2px;
    margin-left: -25px;
    position: absolute;
    top: 24px;
    bottom: 24px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
  }
}


@media (min-width: 768px) {
  .home-feature {
    padding: 24px 48px;
  }
  .home-feature__action {
    margin: 120px 0;
    margin: 20vh 0;
  }
  .home-feature__cta {
    padding: 48px 0;
    font-size: 28px;
  }
}


@media (min-width: 960px) {
  .home-feature__quicklink {
    padding: 48px;
  }
  .home-feature__quicklink + .home-feature__quicklink::before {
    margin-left: -49px;
    top: 36px;
    bottom: 36px;
  }
}


@media (min-width: 1500px) {
  .home-feature__quicklink {
    padding: 48px 72px;
  }
  .home-feature__quicklink + .home-feature__quicklink::before {
    margin-left: -73px;
  }
}


@-webkit-keyframes fade-home-feature-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-home-feature-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* ---------- =interior ---------- */

.interior-banner,
.page-feature {
  margin: -24px -24px 24px;
}
.interior-banner img,
.page-feature > img {
  width: 100%;
}
@media (min-width: 768px) {
  .interior-banner,
  .page-feature {
    margin: -48px -48px 48px;
  }
}

.page-title {
  color: #a42b1b;
}
.page-date {
  opacity: 0.6;
}
.page-title + .page-date {
  margin-top: -18px;
  margin-bottom: 24px;
}

.page-title.session-title {
  margin-bottom: 12px;
}

.interior-layout__nav,
.interior-layout__main {
  margin-bottom: 24px;
}

@media (min-width: 960px) {
  .interior-layout__nav,
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    width: calc(0% + 250px);
    float: left;
    clear: left;
  }
  .interior-layout__title,
  .interior-layout__main {
    width: 70%;
    width: calc(100% - 250px);
    float: right;
    clear: right;
    padding-left: 48px;
  }
  .interior-layout--reverse .interior-layout__nav,
  .interior-layout--reverse .interior-layout__aside {
    float: right;
    clear: right;
    overflow: hidden;
  }
  .interior-layout--reverse .interior-layout__main {
    float: left;
    padding-right: 48px;
    padding-left: 0;
  }
}

@media (min-width: 1280px) {
  .interior-layout__nav,
  .interior-layout__aside {
    width: 22.5%;
    width: calc(0% + 250px);
  }
  .interior-layout__title,
  .interior-layout__main {
    width: 77.5%;
    width: calc(100% - 250px);
  }
}

@media (min-width: 1596px) {
  .interior-layout__nav,
  .interior-layout__aside {
    width: 20%;
    width: calc(0% + 296px);
  }
  .interior-layout__title,
  .interior-layout__main {
    width: 80%;
    width: calc(100% - 296px);
  }
}


.breadcrumbs {
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #292B2C !important;
  opacity: 0.9 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #017bc4 !important;
  opacity: 1 !important;
}
.breadcrumbs__separator,
.sfBreadcrumbNodeSeparator {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}
h1 + .breadcrumbs {
  margin-top: -12px;
}
@media (min-width: 960px) {
  /* don't crash into share buttons */
  .breadcrumbs {
    padding-right: 280px;
  }
}

.in-this-section a {
  display: block;
  padding: 6px 0;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 24px;
}
.in-this-section ul ul a {
  font-size: 16px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #3d5e88;
}


@media (max-width: 959px) {
  .in-this-section__toggle {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    text-align: left;
  }
  .no-js .in-this-section__toggle {
    display: none;
  }
  .in-this-section__toggle .toggle-indicator__piece::before {
    background: #888;
  }
  .js .in-this-section > ul {
    display: none;
  }
  .js .in-this-section > ul.is-active {
    display: block;
    margin-top: 12px;
  }
}


@media (min-width: 960px) {
  .in-this-section__toggle {
    display: none;
  }
  .interior-layout .in-this-section {
    margin-top: -6px;
  }
}


/* ---------- =search results ---------- */

.search-refine__list .item-list__title {
  font-size: 16px;
}

.search-feedback {
  margin-bottom: 18px;
}
.search-feedback__item {
  display: inline-block;
  padding: 6px 36px 6px 12px;
  margin: 0 6px 6px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  background: #fff url('/images/default-source/site-design/icons/icon-x.png') no-repeat 95% 50%;
  background-position: calc(100% - 12px) 50%;
  background-size: 14px 14px;
}


@media (max-width: 959px) {
  .search-refine {
    margin-top: 24px;
  }
  .js .search-refine__content:not(.is-active) {
    display: none;
  }
}


@media (min-width: 960px) {
  .search-refine {
    margin-top: 72px;
  }
}


/*! ---------- =pagination ------------ */

.pagination, .sf_pagerNumeric, .search-pagination {
  margin: 12.5px 0 25px;
  font-size: 16px;
}
.pagination a,
.pagination li,
.search-pagination a,
.search-pagination li,
.sf_pagerNumeric a {
  display: inline-block;
  padding: 3px;
  text-align: center;
}

ul.pagination {
  display: inline-block;
  padding: 0 !important;
  margin: 0 24px 0 0 !important;
  font-style: italic;
  opacity: 1;
}

ul.pagination li  {
  display: inline-block;
  padding: 0 !important;
  margin: 0 24px 0 0 !important;
  font-style: normal;
   opacity: 1;
}

ul.pagination li a {
  font-weight: 700;
  color: #3d5e88;
}

span.sr-only {
display: none !important;
}

.pagination__overview,
.pagination > p:first-child,
.search-pagination > p:first-child {
  display: inline-block;
  padding: 0 !important;
  margin: 0 24px 0 0 !important;
  font-style: italic;
  opacity: 0.8;
}
.pagination__page,
.pagerPage,
.sf_pagerNumeric a {
  font-weight: 700;
  color: #444;
}
.pagination__current, .pagination .active, .pagination .active a,
.sf_PagerCurrent,
.pagerPage.current,
.pagination__page.current {
  min-width: 32px;
  background: #3d5e88;
  color: #fff !important;
}
.pagination__fold,
.search-pagination > span:not([class]),
.pagination > span:not([class]) {
  opacity: 0.4;
}


@media (max-width: 479px) {
  .pagination,
  .search-pagination {
    text-align: center;
  }
  .pagination > p:first-child,
  .search-pagination > p:first-child {
    margin-bottom: 10px !important;
    display: block !important;
  }
}


/* ---------- =unique, =miscellany ---------- */

/* publication issue detail */
.publication-detail__publication,
.publication-detail__issue-meta {
  display: inline-block;
}
.publication-detail__publication + .publication-detail__issue-meta::before {
  content: ',';
  display: inline-block;
  margin: 0 0.1em 0 -0.27em;
}

/* event detail */
.event-detail__registrations {
  margin-bottom: 0 !important;
}
.event-detail__registrations.is-expanded {
  margin-bottom: 24px !important;
}
.event-detail__registrations + .truncator-expand {
  margin-bottom: 24px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #888;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
  border-bottom: 1px solid #888;
}
.color-spec__text {
  padding: 16px;
  font-size: 16px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 16px;
}
.color-spec__role {
  font-style: italic;
  opacity: 0.65;
}


/* ---------- =sitefinity ---------- */

.sys-template {
  display: none;
}

.sfContentBlock {
  margin-bottom: 24px;
}
.sfContentBlock:last-child {
  margin-bottom: 0;
}

.sf_cols:not(.interior-layout):not(.grid):not(.content-box-wrap):not(.content):not(.page-bounds):not(.page-bounds-wrap):not(.tabs) {
  width: auto !important;
  margin-right: -24px !important;
}
.sf_colsOut:not([class*="interior-layout"]):not(.grid__unit):not(.content-box):not(.content):not(.page-bounds):not(.page-bounds-wrap):not(.accordion__content):not(.tabs__tab):not(.tabs__pane) {
  padding-right: 24px !important;
  padding-bottom: 24px !important;
}
.sf_colsOut:not(.grid__unit) > .sf_colsIn {
  margin: 0 !important;
}
.sf_cols.content-box-wrap:not(:last-child),
.sf_cols.tabs:not(:last-child) {
  margin-bottom: 24px;
}

/* For Solr debug */
.debug-url {
  background-color: #efe;
  border: 2px solid Green;
  padding:.5em;
  margin-bottom:.5em;
  word-wrap: break-word;
}

/* make it possible to actually edit global items in page builder view */
.sfPageEditor .page-header,
.sfPageEditor .header-logo a,
.sfPageEditor .header-logo img {
  position: static !important;
}
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .footer-social,
.sfPageEditor .footer-content,
.sfPageEditor .footer-title,
.sfPageEditor .footer-address,
.sfPageEditor .footer-phone-title,
.sfPageEditor .footer-phone,
.sfPageEditor .footer-email {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

/* space form builder fields */
.sf-fieldWrp > input,
.sf-fieldWrp > select,
.sf-fieldWrp > textarea,
.sf-fieldWrp > div > input,
.sf-fieldWrp > div > select,
.sf-fieldWrp > div > textarea {
  margin-bottom: 20px !important;
}
.sf_colsIn > .sf-fieldWrp > input:last-child,
.sf_colsIn > .sf-fieldWrp > select:last-child,
.sf_colsIn > .sf-fieldWrp > textarea:last-child {
  margin-bottom: 0 !important;
}

.sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
  z-index: 1001 !important;
}

/* user-friendly tabs layout modules */
.sfPageEditor [data-edit-label]::before {
  content: '[' attr(data-edit-label) ']';
  font-size: 14px;
  opacity: 0.3;
}
.tabs.sf_cols {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tabs__tab > .sf_colsIn, .tabs__pane > .sf_colsIn {
  margin: 0 !important;
}
.sfPageEditor .tabs--standard .tabs__tab {
  width: 100% !important;
  float: none !important;
}
.sfPageEditor .sf_colsOut.tabs__pane {
  display: block !important;
}

@media (min-width: 719px) {
.group.margin.less-top {
margin-top: -22px;  
}
}

/* new events page */

img.sponsor-logo-2019 {
max-height: 150px;
width: auto;
margin-left: 0;
text-align: left;  
}

.clear {
 clear: both; 
}

img.speaker-photo {
max-height: 150px;
width: auto;
}

.accordion__label.event-sessions {
  font-weight: normal;
  font-size: 18px;
}

.session-entry {
 padding: 20px;
 margin-bottom: 5px;
}
.session-entry:nth-child(even) {
 background: #eee;
}

.speaker-left {
 float: left;
}

.negative-top {
 margin-top: -30px;
}


.grid__unit.speaker-left {
 margin-bottom: -30px !important;
}

.logo-float {
 float: left; 
}

/* .not-bold.time-zone {
 margin-left: -9px; 
 overflow: hidden;
}
*/

.video-container {
    display: flex;
    justify-content: left;
}
    
.video-container iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    max-width: 560px;
    height: auto;
}