@charset "UTF-8";

/*
 * important values
 * ================
 * skew angle: -16deg
 *
 * text sizing
 * ===========
 * standard line height: 20px
 * body copy: 16px
 * font scale: 13px, 15px, 18px, 21px, 25px, 32px, 40px, 50px
 *
 * page sizing
 * ===========
 * page width: 1320px
 *
 * background colors
 * =================
 * page: #fff
 * light gray: #e3e7e8
 * mid-gray: #717275
 * dark gray: #181818
 *
 * text colors
 * ===========
 * copy: #373735
 * titling: #3a3a3a
 *
 * theme colors
 * ============
 * primary (blue): #2a3c73
 *   dark: #1f3a56
 *   light: #7d8cb8
 * accent (orange): #e75c2f
 *   dark: #d54a1d
 *   light: #e7845d
 *
 * status colors
 * =============
 * warning: #941
 *
 * common breakpoints
 * ==================
 * small: 470px
 * medium: 768px
 * large: 960px
 * widescreen: 1400px (page-width + line*4)
 */


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

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  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 {
  box-sizing: content-box;
  height: 0;
  border-top: 1px solid #e3e7e8;
  margin: 20px 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"] {
  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;
  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: 16px/20px "Lato", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #373735;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p, ol, ul, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
}
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 {
  text-rendering: optimizeLegibility;
  color: #3a3a3a;
  font-weight: 900;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 .more:last-child,
h2 .more:last-child,
h3 .more:last-child,
h4 .more:last-child,
h5 .more:last-child,
h6 .more:last-child {
  margin-left: 20px;
}
h1 {
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 32px;
  line-height: 30px;
}
h3 {
  font-size: 25px;
  line-height: 30px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 18px;
}

.title-icon {
  display: inline-block;
  vertical-align: baseline;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #d54a1d;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 25px auto;
}


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

body {
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #d54a1d;
  font-weight: 700;
}
a:hover,
a:focus {
  color: #2a3c73;
}
a,
button {
  -webkit-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;
}

.sr-only {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}

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

.margin {
  margin-bottom: 20px;
}
.margin-large {
  margin-bottom: 40px;
}
.margin-small {
  margin-bottom: 10px;
}
.margin-top {
  margin-top: 20px;
}
.margin-top-large {
  margin-top: 40px;
}
.margin-top-small {
  margin-top: 10px;
}

/* angled elements */
.angle-right,
.angle-left,
.button--cta,
.toggle-indicator,
.header-utility > ul > li > a,
.header-user,
.header-search__label,
.billboard__action {
  position: relative;
}
.angle-right::after,
.button--cta::after,
.toggle-indicator::after,
.header-utility > ul > li > a::after,
.header-search__label::after,
.billboard__action::after,
.angle-left::before,
.button--cta::before,
.toggle-indicator::before,
.header-utility > ul > li > a::before,
.header-search__label::before,
.header-user::before,
.billboard__action::before {
  content: '';
  display: block;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit;
  z-index: -1;
  -webkit-transform: skew(-16deg);
  -ms-transform: skew(-16deg);
  transform: skew(-16deg);
}
.angle-right::after,
.button--cta::after,
.toggle-indicator::after,
.header-utility > ul > li > a::after,
.header-search__label::after,
.billboard__action::after {
  right: 0;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.angle-left::before,
.button--cta::before,
.toggle-indicator::before,
.header-utility > ul > li > a::before,
.header-search__label::before,
.header-user::before,
.billboard__action::before {
  left: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.clip-left,
.clip-right,
.title-icon,
.card-list__thumbnail-wrapper,
.page-footer__container,
.billboard,
.quicklinks {
  position: relative;
}
.clip-left::before,
.title-icon::before,
.card-list__thumbnail-wrapper::before,
.page-footer__container::before,
.billboard::before,
.quicklinks::before,
.clip-right::after,
.card-list__thumbnail-wrapper::after,
.page-footer__container::after,
.billboard::after,
.quicklinks::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  z-index: 4;
}
.clip-left::before,
.title-icon::before,
.card-list__thumbnail-wrapper::before,
.page-footer__container::before,
.billboard::before,
.quicklinks::before {
  left: 0;
  top: 0;
  border-width: 0 0 30px 9px;
  border-left-color: #fff;
}
.clip-right::after,
.card-list__thumbnail-wrapper::after,
.page-footer__container::after,
.billboard::after,
.quicklinks::after {
  right: 0;
  bottom: 0;
  border-width: 30px 9px 0 0;
  border-right-color: #fff;
}
.clip-left--large::before,
.billboard::before {
  border-width: 0 0 96px 29px;
}
.clip-right--large::after,
.billboard::after {
  border-width: 96px 29px 0 0;
}
.clip-left--medium::before,
.page-footer__container::before,
.billboard--small::before {
  border-width: 0 0 50px 14px;
}
.clip-right--medium::after,
.page-footer__container::after,
.billboard--small::after {
  border-width: 50px 14px 0 0;
}

.clip-left--tiny::before,
.title-icon::before {
  border-width: 0 0 15px 4px;
}

.clip-right--tiny::after {
  border-width: 15px 4px 0 0;
}

.more {
  display: inline-block;
  padding-right: 35px;
  background: transparent url("/images/default-source/site-design/arrows/arrow-right-orange.png") no-repeat 100% 50%;
  background-size: 20px 10px;
  background-position: calc(100% - 5px) 50%;
  font-size: 17px;
  font-weight: 700;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.more:hover,
.more:focus {
  background-position: 100% 50%;
}

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

.note {
  color: #717275;
  opacity: 0.8;
  font-style: italic;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -10px;
}

.secondary-text {
  color: #717275;
}

.highlight {
  color: #fff;
  background-color: #2a3c73;
  line-height: 1.8;
}
.highlight::before,
.highlight::after {
  content: '\00a0\00a0';
}
.warn {
  color: #941;
}

figure {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #e3e7e8;
  padding: 5px;
}
figcaption {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  opacity: 0.8;
}

.button, .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  border: 2px solid #1f3a56;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1f3a56;
  background: #fff;
  -webkit-transition: color 0.15s ease-out,
                      background-color 0.15s ease-out,
                      box-shadow 0.15s ease-out,
                      -webkit-transform 0.15s ease-out;
  transition: color 0.15s ease-out,
              background-color 0.15s ease-out,
              box-shadow 0.15s ease-out,
              -webkit-transform 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;
}
.button:hover,
.button:focus {
  color: #2a3c73;
  border-color: #2a3c73;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 20px 30px;
  font-size: 18px;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 10px;
}
.button--small, .sf-SubmitButton {
  padding: 5px 20px;
  font-size: 15px;
}
.button--highlight {
  color: #7d8cb8;
  border-color: #7d8cb8;
}
.button--highlight:hover,
.button--highlight:focus {
  color: #7d8cb8;
  border-color: #7d8cb8;
}
.button--action {
  color: #d54a1d;
  border-color: #d54a1d;
}
.button--action:hover,
.button--action:focus {
  color: #e75c2f;
  border-color: #e75c2f;
}
.button--warn {
  color: #941;
  border-color: #941;
}
.button--warn:hover,
.button--warn:focus {
  color: #941;
  border-color: #941;
}
.button--cancel {
  font-size: 15px;
  font-weight: 400;
  color: #373735;
  border: 1px solid #717275;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #2a3c73;
  border-color: #2a3c73;
}
.button--cta {
  padding: 15px 35px;
  border-width: 0;
  border-radius: 0;
  font-weight: 400;
  color: #fff !important;
  background-color: #1f3a56;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

#SearchRefine .button--cta {
  margin-left: 15px;
}


.button--cta:hover,
.button--cta:focus {
  background-color: #2a3c73;
  box-shadow: none;
}
.button--cta.button--large {
  padding: 20px 40px;
}
.button--cta.button--small {
  padding: 10px 20px;
}
.button--cta.button--highlight {
  background-color: #7d8cb8;
}
.button--cta.button--highlight:hover,
.button--cta.button--highlight:focus {
  background-color: #8795bd;
}
.button--cta.button--action {
  background-color: #d54a1d;
}
.button--cta.button--action:hover,
.button--cta.button--action:focus {
  background-color: #e75c2f;
}
.button + .button--cta {
  margin-left: 20px;
}

.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: -10px;
  margin-right: -5px;
  margin-left: -5px;
}
.button-group > .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 10px 5px 0;
}
.button-group .button--cta {
  margin: 10px 12.5px 0;
}

.pull-quote {
  padding: 20px 0;
  margin: 20px 0;
  border: solid #7d8cb8;
  border-width: 2px 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.pull-quote__attribution {
  display: block;
  font-size: 15px;
  line-height: 20px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -15px;
}

@media (min-width: 470px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 20px;
    padding: 0 20px 0 0;
    border-width: 0 2px 0 0;
  }
  .pull-quote--right {
    float: right;
    margin-left: 20px;
    padding: 0 0 0 20px;
    border-width: 0 0 0 2px;
  }
}


.content-box {
  padding: 20px;
  border: 2px solid #1f3a56;
  background: #fff;
  position: relative;
  z-index: 1;
}
.content-box:not(:last-child) {
  margin-bottom: 20px;
}
.content-box::before,
.content-box::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -2px;
  top: -2px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #1f3a56;
  border-width: 0 0 50px 14px;
  z-index: 2;
}
.content-box::after {
  border-left-color: #fff;
  border-width: 0 0 43px 12px;
  z-index: 3;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #2a3c73;
}
.content-box--highlight {
  border-color: #d54a1d;
}
.content-box--highlight::before {
  border-left-color: #d54a1d;
}
.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: #e75c2f;
}
.content-box > .button--large.button--cta {
  margin-left: 14px;
  margin-right: 14px;
}

@media (min-width: 600px) {
  .content-box--left,
  .content-box--right {
    max-width: 40%;
  }
  .content-box--left {
    float: left;
    margin-right: 20px;
  }
  .content-box--right {
    float: right;
    margin-left: 20px;
  }
}


.item-list {
  list-style: none;
  margin: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 40px;
}
.item-list + .button {
  margin-top: -20px;
}
.item-list__item + .item-list__item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.item-list__time {
  width: 10em;
  float: left;
  padding-right: 0.5em;
}
.item-list__title {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
}
.item-list__date {
  opacity: 0.6;
  margin: 10px 0 0;
}
.item-list__description {
  opacity: 0.85;
  margin: 5px 0 0;
}
.item-list__thumbnail {
  max-width: 33%;
  float: left;
  margin-right: 20px;
}
.item-list__thumbnail ~ .item-list__title,
.item-list__thumbnail ~ .item-list__date,
.item-list__thumbnail ~ .item-list__description {
  overflow: hidden;
}
.item-list--compact:not(:last-child) {
  margin-bottom: 20px;
}
.item-list--compact .item-list__item + .item-list__item {
  margin-top: 5px;
  padding-top: 10px;
}
.item-list--compact .item-list__title {
  font-size: 16px;
}

.card-list {
  list-style: none;
  margin: 0 0 40px;
}
.card-list:last-child {
  margin-bottom: 0;
}
.card-list__thumbnail-wrapper {
  display: block;
  margin-bottom: 20px;
  background: #1c3a59;
}
.card-list__thumbnail {
  height: 120px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.8;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.card-list__thumbnail-wrapper:hover .card-list__thumbnail,
.card-list__thumbnail-wrapper:focus .card-list__thumbnail {
  opacity: 1;
}
.card-list__title {
  font-size: 17px;
}
.card-list__date {
  opacity: 0.6;
  margin: 5px 0 0;
}
.card-list__description {
  margin: 5px 0 0;
}

@media (min-width: 768px) {
  .card-list__thumbnail {
    height: 160px;
  }
}


.table-list {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .table-list,
  .table-list tbody,
  .table-list tr,
  .table-list th,
  .table-list td {
    display: block;
  }
  .table-list thead {
    display: none;
  }
  .table-list__item + .table-list__item {
    padding-top: 30px;
    border-top: 1px solid #e3e7e8;
    margin-top: 30px;
  }
  .table-list__cell {
    margin-top: 20px;
  }
  .table-list__cell--primary {
    font-size: 21px;
    margin-top: 0;
  }
  .table-list__cell[data-label]::before {
    content: attr(data-label) ':';
    display: block;
    font-size: 15px;
    font-weight: 700;
    opacity: 0.5;
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .table-list__header {
    border-bottom: 2px solid #e3e7e8;
  }
  .table-list__column-label {
    padding: 5px 20px 10px 20px;
    text-align: left;
    font-weight: 900;
    color: #2a3c73;
  }
  /*.table-list__item:nth-child(2n) {
    background: #fbfdfe;
  }*/
  .table-list__item {
    border-bottom: 1px solid #e3e7e8;
  }
  .table-list__cell {
    padding: 30px 20px;
    color: #717275;
  }
  .table-list__column-label:first-child,
  .table-list__cell:first-child {
    padding-left: 0;
  }
  .table-list__column-label:last-child,
  .table-list__cell:last-child {
    padding-right: 0;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  position: relative;
  background: #e3e7e8;
}
.toggle-indicator:first-child {
  margin-right: 10px;
}
.toggle-indicator:last-child {
  margin-left: 10px;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  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;
  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: #181818;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
  margin-left: -10.5px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
  margin-left: -13.5px;
}
.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;
  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: #e75c2f;
}
.is-active .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3 {
  margin-top: -2px;
  margin-left: -12px;
}
.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);
}

.share-buttons {
  font-size: 21px;
}
.share-buttons:not(:last-child) {
  margin-bottom: 20px;
}
.no-js .share-buttons {
  display: none;
}
.share-buttons__title {
  display: block;
  font-size: 15px;
  opacity: 0.7;
}
.share-buttons__button {
  display: inline-block;
  vertical-align: middle;
  max-width: 32px;
  margin: 0 10px 20px 0;
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 5px;
  margin-top: 10px;
  border-top: 1px dashed rgba(113, 114, 117, 0.6);
  text-align: left;
  color: #2a3c73;
  font-weight: 700;
  font-size: 15px;
}
.margin + .truncator-expand {
  margin-top: -10px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 20px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -30px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 40px;
}

/* this does not produce even columns! revisit */
.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%;
}

.pagination {
  list-style: none;
  margin: 20px 0;
}
.pagination:first-child {
  margin-top: 0;
}
.pagination:last-child {
  margin-bottom: 0;
}
.pagination li {
  display: inline-block;
}
.pagination a {
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  background: #e3e7e8;
}
.pagination .active a {
  background: #2a3c73;
  color: #fff;
}

.js .toggle-target:not(.is-active) {
  display: none;
}

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


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

.grid {
  display: block;
  padding: 0;
  margin-right: -20px;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
}
.grid--compact {
  margin-right: 10px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 20px 20px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 10px 10px 0;
}
.grid__unit--1-2 { width: 50%; }
.grid__unit--1-3 { width: 33.33%; }
.grid__unit--2-3 { width: 66.66%; }
.grid__unit--1-4 { width: 25%; }
.grid__unit--3-4 { width: 75%; }
.grid__unit--1-5 { width: 20%; }
.grid__unit--2-5 { width: 40%; }
.grid__unit--3-5 { width: 60%; }
.grid__unit--4-5 { width: 80%; }
.grid__unit--1-6 { width: 16.66%; }
.grid__unit--5-6 { width: 83.3%; }
.grid__unit--1-8 { width: 12.5%; }
.grid__unit--3-8 { width: 37.5%; }
.grid__unit--5-8 { width: 62.5%; }
.grid__unit--7-8 { width: 87.5%; }
.grid__unit--1-9 { width: 11.11%; }
.grid__unit--2-9 { width: 22.22%; }
.grid__unit--4-9 { width: 44.44%; }
.grid__unit--5-9 { width: 55.55%; }
.grid__unit--7-9 { width: 77.77%; }
.grid__unit--8-9 { width: 88.88%; }
.grid__unit--1-12 { width: 8.33%; }
.grid__unit--5-12 { width: 41.65%; }
.grid__unit--7-12 { width: 58.31%; }
.grid__unit--11-12 { width: 91.63%; }

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

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

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


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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 7.5px 10px;
  margin: 0;
  border: 1px solid #d5dbdd;
  color: #373735;
  color: rgba(55, 55, 53, 0.8);
  font: 15px/20px "Lato", "Proxima Nova", "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;
  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"]:not(:last-child),
input[type="email"]:not(:last-child),
input[type="password"]:not(:last-child),
input[type="number"]:not(:last-child),
input[type="tel"]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 20px;
}
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: #bcc4cb;
}
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: #2a3c73;
  color: #373735;
}
textarea {
  padding: 10px;
  min-height: 80px;
}
textarea.textarea-large {
  min-height: 200px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #3a3a3a;
  opacity: 0.9;
  -webkit-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: #1f3a56;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #d54a1d;
}
label.is-focused {
  color: #2a3c73;
  opacity: 1;
}

.side-label {
  margin: 0;
}
.side-label:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 470px) {
  .side-label {
    padding-left: 140px;
  }
  .side-label label {
    width: 140px;
    float: left;
    margin-left: -140px;
    padding: 5px 1em 0 0;
  }
}


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

.form-group {
  margin-bottom: 20px;
}

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

.tabs--standard:not(:last-child) {
  margin-bottom: 40px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 10px;
  margin-bottom: -1px;
  border: 1px solid #e3e7e8;
  background: #e3e7e8;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #e75c2f;
}
.tabs--standard .tabs__pane {
  border: 1px solid #e3e7e8;
  padding: 20px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 40px;
}
.tabs--vertical .tabs__tab {
  background: #e3e7e8;
  padding: 10px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #e75c2f;
  background: #fff;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 470px) {
  .tabs--standard .tabs__tab {
    padding: 15px 20px;
    font-weight: 600;
  }
}

@media (max-width: 767px), (min-width: 960px) and (max-width: 1399px) {
  .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 #e3e7e8;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 5px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #717275 #717275 #e3e7e8;
  }
  .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__pane,
  .tabs--vertical .tabs__pane {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px 10px;
    border: 1px solid #717275;
    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: 1400px) {
  .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: 14px;
    margin-bottom: 5px;
    border: 1px solid #e3e7e8;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #e3e7e8 #fff #e3e7e8 #e3e7e8;
    box-shadow: inset 5px 0 0 #e75c2f;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 20px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #e3e7e8;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 25px 0 -25px;
  }
}


.accordion:not(:last-child) {
  margin-bottom: 40px;
}
.accordion + .accordion {
  margin-top: -30px;
}
.accordion__label {
  display: block;
  padding: 15px 40px 15px 20px;
  background: #fff url("/images/default-source/site-design/arrows/arrow-blue-down.png") no-repeat 95% 50%;
  background-position: calc(100% - 15px) 50%;
  background-size: 10px 12px;
  border: 1px solid #e3e7e8;
  color: #373735;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
.accordion__label.is-active {
  color: #fff;
  background-color: #2a3c73;
  background-image: url("/images/default-source/site-design/arrows/arrow-white-down.png");
}
.accordion__label.is-active h2, 
.accordion__label.is-active h3, 
.accordion__label.is-active h4, 
.accordion__label.is-active h5, 
.accordion__label.is-active h6 {
  color: #fff;
}

.accordion__label ~ .accordion__label {
  margin-top: 5px;
}
.accordion__content {
  border: 1px solid #2a3c73;
  border-top: none;
  padding: 20px 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}


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

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 15px;
  line-height: 20px;
}
pre {
  display: block;
  padding: 20px 10px;
  border: 1px solid #d8dddf;
  color: #222;
  background: #f7f8f8;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 20px;
}
pre::before {
  content: attr(rel);
  font-family: "Lato", "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #a2abbf;
  position: absolute;
  top: 2px;
  right: 10px;
}
p > code,
li > code {
  background: #eef1f1;
  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: 0.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 {
  padding: 20px;
}

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


@media (min-width: 768px) {
  .content {
    padding: 40px;
  }
}


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

.page-header {
  padding: 0 20px;
  position: relative;
  z-index: 100;
}
.page-header .page-bounds {
  position: relative;
}
.page-header__toggle {
  display: none;
}

.header-logo {
  float: left;
}
.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}
.header-logo a {
  padding: 20px 0;
}
.header-logo img {
  /*! current logo size: 334x50 */
  max-width: 334px;
  max-height: 50px;
}

.header-utility ul {
  list-style: none;
  margin: 0;
}
.header-utility a {
  display: block;
  padding: 10px 20px;
  color: #373735;
  font-weight: 400;
  font-size: 15px;
}
.header-utility .rdContent > ul > li,
.header-utility > ul > li {
  display: inline-block;
  position: relative;
}
.header-utility .rdContent > ul > li > a,
.header-utility > ul > li > a {
  background: #e3e7e8;
  color: rgba(31, 58, 86, 0.65);
}
.header-utility li li {
  display: block;
}

.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 11.5px;
  margin: 0;
}
.header-search__icon {
  display: block;
  width: 17px;
  height: 17px;
  pointer-events: none;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 10px 60px 10px 35px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 15px;
  line-height: 20px;
  background: #fff;
}

.header-user {
  padding: 15px 20px;
  font-size: 15px;
  background: #2a3c73;
  color: #fff;
}
.header-user__welcome,
.header-user__action {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.header-user__welcome {
  opacity: 0.9;
}
.header-user__action {
  color: #fff;
  font-weight: 700;
}
.header-user__action:hover,
.header-user__action:focus {
  color: #e75c2f;
}
.header-user :last-child {
  margin-right: 0;
}

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
  color: #2a3c73;
  font-weight: 700;
}
.header-nav li li a {
  font-weight: 400;
  color: #373735;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 959px) {
  .page-header {
    width: 100%;
    border-bottom: 1px solid #e3e7e8;
  }
  .page-header__toggle {
    position: absolute;
    right: -20px;
    top: -5px;
    padding: 20px;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  .page-header__toggle .toggle-indicator {
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  }
  .page-header__toggle.is-active {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20%;
    width: calc(0% + 60px);
    background: rgba(220, 220, 220, 0.8);
  }
  .page-header__toggle.is-active .toggle-indicator {
    position: absolute;
    top: 15px;
    right: 20px;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  .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;
    width: 80%;
    width: calc(100% - 60px);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    border-right: 1px solid #e3e7e8;
    overflow-y: auto;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out, opacity 0.15s ease;
    transition: all 0.25s ease-out, opacity 0.15s ease;
  }
  .page-header__content.is-active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }

  .header-logo a {
    padding: 15px 0;
  }
  .header-logo img {
    max-height: 35px;
  }

  .header-utility {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding: 10px 0 20px;
  }
  .header-utility > ul > li {
    display: block;
  }
  .header-utility > ul > li > a {
    background: transparent;
    color: #2a3c73;
    font-weight: 700;
    padding: 15px 20px 5px;
  }
  .header-utility > ul > li > a::before,
  .header-utility > ul > li > a::after {
    display: none;
  }
  .header-utility li li a {
    padding: 5px 20px 5px 40px;
  }

  .header-search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header-search__label {
    padding: 16.5px 0 16.5px 20px;
  }
  .header-search__label::before,
  .header-search__label::after {
    display: none;
  }
  .header-search__input {
    padding: 15px 20px 15px 45px !important;
    border-right: none !important;
  }

  .header-user {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 20px;
  }

  .header-nav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background: #fff;
  }
  .header-nav a {
    padding: 15px 80px 15px 20px;
    border-bottom: 1px solid #e3e7e8;
  }
  .header-nav li li a {
    padding-left: 40px;
    border-bottom-color: #e3e7e8;
    box-shadow: inset 20px 0 0 #e3e7e8;
  }
  .header-nav li li li a {
    padding-left: 60px;
    box-shadow: inset 20px 0 0 #e3e7e8, inset 40px 0 0 #f1f3f4;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    -webkit-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);
    transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
  }
  .header-nav__toggle {
    width: 60px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border-left: 1px solid #e3e7e8;
    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: #3f3f41;
    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;
    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: #e75c2f;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
    transform: scaleX(0.6) rotateX(180deg);
  }
}


@media (min-width: 470px) and (max-width: 959px) {
  .header-utility > ul > li {
    width: 50%;
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .header-utility > ul > li {
    width: 33.3%;
  }
}

@media (min-width: 960px) {
  .page-header {
    padding: 0 40px;
    text-align: right;
  }

  .header-logo a {
    padding-bottom: 0;
  }

  .header-search,
  .header-utility,
  .header-user {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
  }
  .header-search {
    width: 40px;
  }
  .header-search__label {
    position: relative;
    left: 0;
    top: 0;
    background: #e3e7e8;
    z-index: 2;
    opacity: 1;
    cursor: pointer;
  }
  .header-search__label:hover {
    background-color: #2a3c73;
  }
  .header-search__label:hover .header-search__icon {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }
  .header-search__input {
    width: 48.7em !important;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 9px 20px !important;
    opacity: 0;
    z-index: -1;
    -webkit-transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    transform: scaleX(0.2);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  .header-search__input:focus {
    opacity: 1;
    z-index: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.15s ease-out;
    transition: opacity 0.1s ease-out, -webkit-transform 0.15s ease-out;
    transition: opacity 0.1s ease-out, transform 0.15s ease-out;
    transition: opacity 0.1s ease-out, transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  }
  .header-search__input:focus + .header-search__label {
    background-color: #e75c2f;
  }
  .header-search__input:focus + .header-search__label .header-search__icon {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }

  .header-utility .rdContent > ul > li,
  .header-utility > ul > li {
    margin-left: 20px;
  }
  .header-utility .rdContent > ul > li > ul,
  .header-utility > ul > li > ul {
    width: 12em;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    right: 0;
    border: 1px solid #e3e7e8;
    z-index: 3;
    background: #fff;
    text-align: right;
    display: none;
  }
  .header-utility .rdContent > ul > li:hover > a,
  .header-utility > ul > li:hover > a,
  .header-utility .rdContent > ul > li:focus > a,
  .header-utility > ul > li:focus > a {
    background: #2a3c73;
    color: #fff;
  }
  .header-utility .rdContent > ul > li:hover > ul,
  .header-utility > ul > li:hover > ul,
  .header-utility .rdContent > ul > li:focus > ul,
  .header-utility > ul > li:focus > ul {
    display: block;
  }
  .header-utility .rdContent > ul > li.has-children > a,
  .header-utility > ul > li.has-children > a {
    padding-right: 40px;
    background-image: url("/images/default-source/site-design/arrows/arrow-blue-down.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-position: calc(100% - 15px) 50%;
    background-size: 10px 12px;
  }
  .header-utility .rdContent > ul > li.has-children:hover > a,
  .header-utility > ul > li.has-children:hover > a {
    background-image: url("/images/default-source/site-design/arrows/arrow-white-down.png");
  }
  .header-utility ul ul a:hover,
  .header-utility ul ul a:focus {
    background: #e3e7e8;
    color: #2a3c73;
  }
  .header-user {
    padding: 9px 20px;
    margin-left: 19px;
  }

  .header-nav {
    clear: both;
    text-align: left;
    padding-top: 10px;
  }
  .header-nav .rdContent > ul,
  .header-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 -20px;
    text-align: center;
  }
  .header-nav .rdContent > ul > li,
  .header-nav > ul > li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static;
  }
  .header-nav .rdContent > ul > li > a,
  .header-nav > ul > li > a {
    padding: 15px 0;
    font-size: 15px;
    font-weight: 400;
    position: relative;
  }
  .header-nav .rdContent > ul > li > a::before,
  .header-nav > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    background: #2a3c73;
    -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;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav .rdContent > ul > li > ul,
  .header-nav > ul > li > ul {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: -40px;
    right: -40px;
    top: 100%;
    padding: 30px 40px;
    border-top: 2px solid #1f3a56;
    border-bottom: 1px solid #717275;
    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;
    transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    box-shadow: 1319px 0 0 #fff, -1319px 0 0 #fff;
  }
  .header-nav .rdContent > ul > li > ul > li,
  .header-nav > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 calc(33% - 10px);
    flex: 0 0 calc(33% - 10px);
  }
  .header-nav .rdContent > ul > li > ul > li > a,
  .header-nav > ul > li > ul > li > a {
    line-height: 30px;
    font-weight: 700;
    color: #1f3a56;
  }
  .header-nav .rdContent > ul > li > ul > li > ul,
  .header-nav > ul > li > ul > li > ul {
    margin-bottom: 20px;
    padding-top: 10px;
    border-top: 1px solid #e3e7e8;
  }
  .header-nav .rdContent > ul > li > ul > li > ul > li + li,
  .header-nav > ul > li > ul > li > ul > li + li {
    margin-top: 5px;
  }
  .header-nav .rdContent > ul > li > ul a:hover,
  .header-nav > ul > li > ul a:hover {
    color: #e75c2f;
  }
  .header-nav .rdContent > ul > li:hover > a,
  .header-nav > ul > li:hover > a {
    color: #fff;
    background: #2a3c73;
  }
  .header-nav .rdContent > ul > li:hover > a::before,
  .header-nav > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    -webkit-transition: opacity 0.1s ease-out 0.3s, z-index 0s linear 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.1s ease-out 0.3s, z-index 0s linear 0.3s, visibility 0s linear 0.3s;
  }
  .header-nav .rdContent > ul > li:hover > ul,
  .header-nav > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease-out 0.3s, z-index 0s linear 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.2s ease-out 0.3s, z-index 0s linear 0.3s, visibility 0s linear 0.3s;
  }
  .header-nav .is-current > a {
    color: #d54a1d;
  }
}


@media (min-width: 960px) and (max-width: 1300px) {
  .header-search,
  .header-utility,
  .header-user {
    margin-top: 10px;
  }
  .header-search__input {
    width: 26.9em !important;
  }
  .header-utility > ul > li:last-child > a::after {
    display: none;
  }
  .header-user {
    display: block;
    float: right;
    margin-left: 10%;
  }
}


@media (min-width: 1100px) {
  .header-nav > ul > li > a {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .header-nav > ul > li > a {
    font-size: 18px;
  }
}


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

.page-footer {
  padding: 0 20px 20px;
}
.page-footer__container {
  padding: 40px 20px;
  background: #2a3c73;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.page-footer__container a {
  color: #fff;
  text-decoration: underline;
}
.page-footer__container a:hover,
.page-footer__container a:focus {
  color: #e75c2f;
}

.footer-logo {
  margin-bottom: 30px;
  max-width: 335px;
}
.footer-logo a {
  display: block;
}
.footer-logo img {
  max-height: 50px;
}

.footer-social {
  margin-bottom: 30px;
}
.footer-social__item {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.85;
}
.footer-social__item:hover,
.footer-social__item:focus {
  opacity: 1;
}
.footer-social__item + .footer-social__item {
  margin-left: 20px;
}
.footer-social__icon {
  width: 25px;
  height: 25px;
}

.footer-contact p:not(:last-child) {
  margin-bottom: 10px;
}

.footer-meta {
  font-size: 15px;
  margin-top: 20px;
  color: #717275;
  opacity: 0.7;
}
.footer-meta a {
  display: inline-block;
  margin: 0 5px;
  color: #717275;
  text-decoration: underline;
}
.footer-meta a:first-of-type {
  margin-left: 10px;
}
.footer-meta a:hover,
.footer-meta a:focus {
  color: #e75c2f;
}


@media (min-width: 768px) {
  .page-footer {
    padding: 0 40px 20px;
  }
}

@media (min-width: 960px) {
  .page-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
  }

  .footer-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 335px;
    flex: 0 0 335px;
    margin: 0;
  }

  .footer-content {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
  }

  .footer-social {
    margin-bottom: 20px;
  }

  .footer-meta {
    text-align: center;
  }
}


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

.billboard {
  height: 300px;
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-color: #181818;
  color: #fff;
}
.billboard__title {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.7),
               -1px 0 0 rgba(0, 0, 0, 0.7),
               0 1px 0 rgba(0, 0, 0, 0.7),
               0 -1px 0 rgba(0, 0, 0, 0.7),
               0 1px 30px #000;
}
.billboard__title::-moz-selection {
  background: rgba(213, 74, 29, 0.7);
  text-shadow: none;
}
.billboard__title::selection {
  background: rgba(213, 74, 29, 0.7);
  text-shadow: none;
}
.billboard__meta {
  display: block;
  margin-top: 20px;
  font-size: 0.8em;
  line-height: 20px;
  font-weight: 400;
}
.billboard__meta + .billboard__meta {
  margin-top: 25px;
}
.billboard__action {
  padding: 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #e75c2f;
  color: #fff;
  z-index: 3;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  white-space: nowrap;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.billboard__action:hover,
.billboard__action:focus {
  background: #ea6e46;
  color: #fff;
  -webkit-transform: translate(-50%, 47%);
  -ms-transform: translate(-50%, 47%);
  transform: translate(-50%, 47%);
}
.billboard__image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: transparent url("/images/default-source/site-design/backgrounds/overlay.png") repeat 0 0;
}
.billboard__video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.billboard__video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.billboard--small {
  height: 120px;
  margin-bottom: 20px;
}
.billboard--clean .billboard__image-overlay {
  display: none;
}

@media (min-width: 768px) {
  .billboard {
    height: 400px;
    margin-bottom: 80px;
  }
  .content > .page-bounds > .billboard:first-child {
    margin-top: -20px;
  }
  .billboard__meta {
    font-size: 0.65em;
  }
  .billboard__action {
    padding: 30px;
    font-size: 18px;
  }
  .billboard--medium {
    height: 300px;
  }
  .billboard--small {
    height: 200px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1400px) {
  .billboard {
    height: 500px;
  }
  .billboard__title {
    font-size: 50px;
  }
  .billboard__meta {
    margin-top: 40px;
  }
  .billboard--medium {
    height: 360px;
  }
  .billboard--small {
    height: 240px;
  }
}


.user-dashboard p:not(:last-child) {
  margin-bottom: 10px;
}
.user-dashboard__title {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 469px) {
  .user-dashboard {
    margin-bottom: 20px;
  }
}

@media (min-width: 470px) {
  .user-dashboard__title {
    text-align: center;
  }
}

@media (min-width: 470px) and (max-width: 959px) {
  .user-dashboard .grid__unit:first-child {
    text-align: center;
  }
}


.quicklinks {
  list-style: none;
  margin: 0 0 40px;
}
.quicklinks:last-child {
  margin-bottom: 0;
}
.quicklinks__item {
  height: 70px;
  background: #1f3a56;
  color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.quicklinks__background {
  position: absolute;
  /*! hide blur radius */
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: 1;
  background: #1f3a56 url("/images/default-source/site-design/backgrounds/bg-quicklinks.jpg") no-repeat 50% 50%;
  /*! background-size: auto ($small-height * $item-count + $small-gap * ($item-count - 1));  */
  background-size: auto 470px;
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.quicklinks__link {
  display: block;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.quicklinks__icon {
  max-width: 40px;
  max-height: 40px;
  -webkit-filter: brightness(2.7);
  filter: brightness(2.7);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.no-cssfilters .quicklinks__icon {
  display: none;
}
.quicklinks__title {
  font-weight: 900;
  font-size: 18px;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #e7845d;
}
.quicklinks__link:hover + .quicklinks__background,
.quicklinks__link:focus + .quicklinks__background {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.quicklinks__link:hover .quicklinks__icon,
.quicklinks__link:focus .quicklinks__icon {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

@media (max-width: 767px) {
  .quicklinks__item + .quicklinks__item {
    margin-top: 10px;
  }
  .quicklinks__item:nth-child(1) .quicklinks__background {
    background-position: 0 0px;
  }
  .quicklinks__item:nth-child(2) .quicklinks__background {
    background-position: 0 -80px;
  }
  .quicklinks__item:nth-child(3) .quicklinks__background {
    background-position: 0 -160px;
  }
  .quicklinks__item:nth-child(4) .quicklinks__background {
    background-position: 0 -240px;
  }
  .quicklinks__item:nth-child(5) .quicklinks__background {
    background-position: 0 -320px;
  }
  .quicklinks__item:nth-child(6) .quicklinks__background {
    background-position: 0 -400px;
  }
  .quicklinks__link {
    /*! padding-top: ($small-height - $icon-size) / 2 */
    padding-top: 15px;
    padding-left: 20px;
  }
  .quicklinks__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .quicklinks {
    height: 200px;
    margin-bottom: 80px;
    overflow: hidden;
  }
  .quicklinks__item {
    width: 15%;
    height: 300px;
    margin-top: -50px;
    float: left;
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    transform: rotate(16deg);
  }
  .quicklinks__item + .quicklinks__item {
    margin-left: 2%;
  }
  .quicklinks__link,
  .quicklinks__background {
    -webkit-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    transform: rotate(-16deg);
  }
  .quicklinks__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -20px;
  }
  .quicklinks__title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
  }
  .no-cssfilters .quicklinks__title {
    margin-top: -10px;
  }
  .quicklinks__background {
    background-size: 600% auto;
    left: -16.66667%;
    right: -16.66667%;
  }
  .quicklinks__item:nth-child(1) .quicklinks__background {
    background-position: 0% 50%;
  }
  .quicklinks__item:nth-child(2) .quicklinks__background {
    background-position: 16.66667% 50%;
  }
  .quicklinks__item:nth-child(3) .quicklinks__background {
    background-position: 33.33333% 50%;
  }
  .quicklinks__item:nth-child(4) .quicklinks__background {
    background-position: 50% 50%;
  }
  .quicklinks__item:nth-child(5) .quicklinks__background {
    background-position: 66.66667% 50%;
  }
  .quicklinks__item:nth-child(6) .quicklinks__background {
    background-position: 83.33333% 50%;
  }
}


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

.page-title {
  color: #1f3a56;
}
.page-title:last-child,
.page-meta:last-child {
  margin-bottom: 20px;
}
.page-meta {
  font-size: 26px;
  font-weight: 400;
  opacity: 0.7;
}
.page-title + .page-meta {
  margin-top: -10px;
}

.billboard + .interior-layout {
  margin-top: -40px;
}

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

@media (min-width: 960px) {
  .interior-layout__nav,
  .interior-layout__main {
    margin-bottom: 40px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
    overflow: hidden;
  }
  .interior-layout__nav {
    margin-top: 15px;
  }
  .interior-layout__main, .interior-layout__title {
    width: 70%;
    float: left;
    padding-right: 40px;
  }
}


.breadcrumbs {
  font-size: 15px;
  margin-bottom: 20px;
}
.breadcrumbs a {
  color: #373735;
  font-weight: 400;
  opacity: 0.7;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #e75c2f;
  opacity: 1;
}
.breadcrumbs__separator {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}
h1 + .breadcrumbs,
.breadcrumbs + h1 {
  margin-top: -10px;
}

.in-this-section a {
  display: block;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 400;
  color: #2a3c73;
}
.in-this-section ul {
  list-style: none;
  margin: 0;
}
.in-this-section ul ul {
  display: none;
  padding-left: 20px;
}
.in-this-section ul ul a {
  font-size: 16px;
}
.in-this-section > ul > li + li {
  border-top: 1px solid #e3e7e8;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  font-weight: 900;
}
.in-this-section__title {
  font-weight: 400;
  color: #1f3a56;
}


@media (max-width: 959px) {
  .in-this-section {
    display: none;
  }

   .accordion  .in-this-section {
    display:block !important;
  }
}

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


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

.sys-template {
  display: none;
}

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

/* For Solr debug */
.debug-url {
  background-color: #efe;
  border: 2px solid #2c2;
  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,
.sfPageEditor .page-header__content,
.sfPageEditor .header-search,
.sfPageEditor .header-utility,
.sfPageEditor .header-user,
.sfPageEditor .header-nav,
.sfPageEditor .page-footer__container,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-content,
.sfPageEditor .footer-social,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-meta {
  display: block !important;
  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 .tabs.sf_cols .tabs__pane {
  display: block !important;
}

/* ---------- =search results ---------- */
.item-list__thumbnail--right {
  float: right;
  margin: 0 0 10px 10px;
}

.item-list__category {
  margin: 0 20px 20px 0;
  display: inline-block;
}

.search-pagination {
  margin: 12.5px 0 25px;
  font-size: 18px;
}

.search-pagination a, .search-pagination span {
    display: inline-block;
    padding: 3.125px;
    text-align: center;
}
.pagination__overview {
    padding: 0;
    margin-right: 25px;
    font-style: italic;
    opacity: 0.8;
}
.pagination__page {
    min-width: 31.25px;
    font-weight: 700;
    color: #fff;
  background: #2a3c73;
  margin-top: 10px;
}

.pagination__page.current {
  background: #e75c2f;
  color: #fff;
}

.pagination__next, .pagination__previous {
    color: #fff;
  background: #2a3c73;  
  margin-top: 10px;
}

.pagination__next:hover, .pagination__previous:hover {
      color: #fff;
    background: #e75c2f;
}

.pagerPage {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 2px;
}

.current.pagerPage {
  background: #e75c2f;
  color: #fff;
  width: 35px;
  height: 35px;
}

.pagerPage:hover {
  background: #e75c2f;
  color: #fff;
  width: 35px;
  height: 35px;
}

.pagination__page:hover {
    border: none;
  background: #e75c2f;
  color: #fff;
}

.pagination__fold {
    opacity: 0.4;
}

.pagination__increment {
  font-weight: 700; 
}