/*!
 * Common colors and constants
 * ===========================
 *
 * Text sizing
 * -----------
 * Body copy: 17px
 * Line height / baseline grid: 24px
 * H6: 20px
 * H5: 23px
 * H4: 27px
 * H3: 33px
 * H2: 40px
 * H1: 50px
 * Small or secondary: 15px, 13px
 *
 * Text colors
 * -----------
 * Copy: #43515F
 * Titles: #002B50
 *
 * Theme colors
 * ------------
 * Primary (INSA Blue): #004B8D
 *   Tint: #3C7CB4
 *   Shade: #014078
 * Accent (INSA Red): #D31145
 *   Tint: #E04871
 *   Shade: #AF0C38
 * Action: #004B8D
 *   Tint: #3C7CB4
 *   Shade: #014078
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Light wash: #F8FAFD
 * Mid wash: #C9D2D9
 * Dark wash: #0C1924
 * Warnings: #c0392b
 *
 * Measurements
 * ------------
 * Maximum page width: 1280px
 *
 * Breakpoints
 * -----------
 * Small: 480px
 * Medium: 768px
 * Large: 960px
 * Widescreen: 1376px
 */


/*! ---------- =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;
  margin: 24px 0;
  border-bottom: 1px solid #c9d2d9;
}

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: 17px/24px "Open Sans", Helvetica, Arial, sans-serif;
  color: #43515f;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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 {
  font-family: "Roboto", "Open Sans", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #002b50;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: inline-block;
  vertical-align: middle;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}
h1, .h1 {
  font-size: 50px;
  line-height: 60px;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 479px) {
  h1, .h1 {
    font-size: 33px;
    line-height: 36px;
  }
}

h2, .h2 {
  font-size: 33px;
  line-height: 36px;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 27px;
    line-height: 36px;
  }
}

h3, .h3 {
  font-size: 27px;
  line-height: 36px;
}

h4, .h4 {
  font-size: 24px;
  line-height: 36px;
}
h5, .h5 {
  font-size: 22px;
  line-height: 24px;
}
h6, .h6 {
  font-size: 20px;
  line-height: 24px;
}

.subhead {
  text-align: center;
}
.subhead::after {
  background-image: url(/images/default-source/siteimages/divider.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 24px;
  width: 100%;
}
.subhead--left {
  text-align: left;
}
.subhead--left.subhead::after {
  background-position: left;
}
.subhead--right {
  text-align: right;
}
.subhead--right.subhead::after {
  background-position: right;
}

.text-size {
  font-size: 17px!important;
  line-height: 24px;
}

.align-left {
  text-align: left;
}
.align-left img {
  margin-left: 0;
}

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

.align-right {
  text-align: right;
}
.align-right img {
  margin-right: 0;
}

@media (max-width: 919px) {
  .align-left-s {
    text-align: left;
  }
  .align-center-s {
    text-align: center;
  }
  .align-right-s {
    text-align: right;
  }
}

.large {
  font-size: 120%;
}
.note {
  color: #8c97a0;
  font-family: "Open Sans", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 80%;
  font-style: italic;
}
.exclusive-text {
  font-weight: 700;
  color: #d31146!important;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.highlight {
  color: #d31145 !important;
}

.warn {
  color: #c0392b;
}

.type-family-sample {
  font-size: 33px;
  line-height: 36px;
}


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

a {
  color: #d31145;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004b8d;
}
a,
button {
  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;
}

hr {
  border-bottom-width: 2px;
}
hr.highlight {
  border-bottom: 2px solid #004b8d;
}
hr.accent {
  border-bottom: 2px solid #d31144;
}

.share-buttons__title {
  font-style: italic;
  margin-right: 12px;
}
.share-buttons__button {
  color: #004B8D;
  cursor: pointer;
  font-size: 24px;
  margin-right: 6px;
}
.share-buttons__button:hover,
.share-buttons__button:focus {
  color: #D31145;
}

.share-buttons--sponsorships .share-buttons__button:last-child::after {
  content: 'Email';
  margin-left: 6px;
}
.share-buttons--sponsorships .share-buttons__button {
  font-size: 20px;
}

.more {
  display: inline-block;
  font-weight: 700;
}
.more .fa-arrow-right {
  margin-left: 0.3em;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.more:hover .fa-arrow-right,
.more:focus .fa-arrow-right {
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}

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

figure {
  display: block;
  margin-bottom: 24px;
  border: 1px solid #f8fafd;
  padding: 6px;
}

figcaption {
  display: block;
  padding: 6px 0;
  font-size: 13px;
  opacity: 0.8;
}

dl:not(:last-child) {
  margin-bottom: 24px;
}

dt {
  float: left;
  clear: left;
  margin-right: 18px;
  font-weight: 700;
}
dt ~ dt {
  margin-top: 12px;
}

dd {
  display: block;
  overflow: hidden;
}
dd ~ dd {
  margin-top: 12px;
}

.to-screen-edges,
.alternate-background--light {
  width: auto !important;
  margin-left: -24px;
  margin-right: -24px;
}
.to-screen-edges__content {
  padding-left: 24px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .to-screen-edges,
  .alternate-background--light {
    margin-left: -48px;
    margin-right: -48px;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 1376px) {
  .to-screen-edges,
  .alternate-background--light {
    margin-left: calc(-50vw + (1280px / 2));
    margin-right: calc(-50vw + (1280px / 2));
  }
  .to-screen-edges__content {
    padding-left: calc(50vw - (1280px / 2));
    padding-right: calc(50vw - (1280px / 2));
  }
}


.pull-quote {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 5px 15px rgba(12, 25, 36, 0.08);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 20px;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  line-height: 30px;
  margin: 36px 0;
  position: relative;
  padding: 36px 24px 24px;
}


.pull-quote::after {
  clear: both;
  content: '';
  display: block;
  visibility: hidden;
}
.pull-quote::before {
  color: #e4ecf7;
  content: "\201C";
  display: block;
  font-family: "Georgia", serif;
  font-size: 150px;
  position: absolute;
  top: 24px;
  z-index: 1;
}
.pull-quote__image {
  bottom: 0;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 0;
  left: 0;
  margin-right: 24px;
  max-width: 30%;
  position: relative;
  top: 0;
  z-index: 0;
}
.pull-quote__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.pull-quote__image.testimonial-image {
  max-width: none;
  margin-bottom: 48px;
  margin-top: 48px;
}

.pull-quote__image.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  position: absolute;
}
.pull-quote__content {
  -ms-flex: 1;
  flex: 1;
  /*padding: 36px 24px 24px;*/
}
.pull-quote__attribution {
  color: #004b8d;
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.pull-quote__title,
.pull-quote__meta {
  color: #728ca3;
  line-height: 24px;
  font-size: 17px;
}
.pull-quote__title {
  font-weight: 600;
}
.pull-quote__title + .pull-quote__meta {
  margin-top: -12px;
}

@media (max-width: 767px) {
  .pull-quote {
    min-height: 0 !important;
  }
}

@media (min-width: 480px) {
  .pull-quote--left,
  .pull-quote--right {
    max-width: 40%;
    margin-top: 0;
  }
  .pull-quote--left {
    float: left;
    margin-right: 48px;
  }
  .pull-quote--right {
    float: right;
    margin-left: 24px;
  }
}

@media (max-width: 959px) {
  .pull-quote {
    font-size: 15px;
    line-height: 20px;
  }
}

.search-current-tags {
  margin-bottom: 24px;
}

/* --- Video Modal --- */
.js-trigger-video-modal::before {
  background: rgba(0,0,0,0.4);
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  max-width: 400px;
  position: absolute;
  top: 0;
  right: 0;
}
.js-trigger-video-modal::after {
  content: '\f144';
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  font: var(--fa-font-solid);
  font-size: 36px; 
  left: 50%;
  padding: 10px 14px;
  position: absolute;
  top: 50%;
  text-rendering: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
}

.noscroll {
  overflow: hidden;
}
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-modal {
  z-index: 3000 !important;
  overflow: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transform: translate(500%, 0);
          transform: translate(500%, 0);
  -webkit-transition: -webkit-transform 0s linear 0s;
                  transition: transform 0s linear 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
     -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.video-modal .overlay {
  z-index: 4;
  background-color: rgba(33,36,46,.9);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: calc(80% - 12em);
  height: 0;
  padding-top: calc((80% - 12em) * 0.5625);
  margin: 0 auto;
  overflow-y: visible;
  background-color: #000;
  z-index: 9999 !important;
}

/* Mobile */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 2em);
    padding-top: calc((100% - 2em) * 0.5625); /* 16:9 calc */
    z-index: 999;
    overflow: visible;
  
  }
}

/* modal close button */
.close-video-modal {
  background-color: #D31145;
  border-radius: 100%;
  color: #fff;
  display: block;
  height: 35px;
  padding-left: 12px;
  padding-top: 5px;
  position: absolute;
  right: 10px;
  top: -45px;
  width: 35px;
  z-index: 9999;
}
.close-video-modal:hover {
  background: #004B8D;
  color: #fff;
}

/* iframe element stretch to fit */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #111;
  box-shadow: 0 2px 16px rgba(0,0,0,0.5);
}

/* show modal */
.show-video-modal .video-modal {
  opacity: 1;
  -webkit-transform: translate(0,0);
          transform: translate(0,0);
}
.show-video-modal .video-modal .overlay {
  opacity: 1;
}

.show-video-modal .testimonial-carousel__nav {
  display: none !important;
}

.show-video-modal .video-modal-content {
  -webkit-transform: translate(0,0);
          transform: translate(0,0);
}

.clear {
  clear: both;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: 
  hidden; max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
.video-modal-content iframe, 
.video-modal-content img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.responsive-video {
  /* include this extra container when using responsive videos. It makes sizing easier */
}
.responsive-video__aspect {
  position: relative;
  padding-bottom: 56.25%;
}
.responsive-video__aspect iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.content-box {
  padding: 24px;
  border: 2px solid #014078;
  background: #fff;
  word-wrap: break-word;
}
.content-box:not(:last-child) {
  margin-bottom: 24px;
}
.content-box::after {
  clear: both;
  content: '';
  display: block;
  visibility: hidden;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #004b8d;
}
.content-box--highlight {
  border-color: #af0c38;
}
.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: #d31145;
}
.content-box--action {
  border-color: #014078;
}
.content-box--action h1,
.content-box--action h2,
.content-box--action h3,
.content-box--action h4,
.content-box--action h5,
.content-box--action h6 {
  color: #004b8d;
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px dashed #c9d2d9;
  text-align: left;
  color: #d31145;
  font-weight: 700;
  font-size: 15px;
}
.margin + .truncator-expand {
  margin-top: -12px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 24px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -36px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 48px;
}

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

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

.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

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

/*! common spacing classes */

.spacer {
  height: 24px;
}
.spacer--tiny {
  height: 6px;
}
.spacer--small {
  height: 12px;
}
.spacer--large {
  height: 48px;
}
.spacer--huge {
  height: 72px;
}

@media (max-width: 767px) {
  .spacer--large {
    height: 36px;
  }
  .spacer--huge {
    height: 48px;
  }
}


.space-t-6 {
  margin-top: 72px;
}

.space-t-5 {
  margin-top: 48px;
}

.space-t-4 {
  margin-top: 36px;
}

.space-t-3 {
  margin-top: 24px;
}

.space-t-2 {
  margin-top: 12px;
}

.space-t-1 {
  margin-top: 6px;
}

.space-t-0 {
  margin-top: 0;
}

.pad-t-6 {
  padding-top: 72px;
}

.pad-t-5 {
  padding-top: 48px;
}

.pad-t-4 {
  padding-top: 36px;
}

.pad-t-3 {
  padding-top: 24px;
}

.pad-t-2 {
  padding-top: 12px;
}

.pad-t-1 {
  padding-top: 6px;
}

.pad-t-0 {
  padding-top: 0;
}

.space-r-6 {
  margin-right: 72px;
}

.space-r-5 {
  margin-right: 48px;
}

.space-r-4 {
  margin-right: 36px;
}

.space-r-3 {
  margin-right: 24px;
}

.space-r-2 {
  margin-right: 12px;
}

.space-r-1 {
  margin-right: 6px;
}

.space-r-0 {
  margin-right: 0;
}

.pad-r-6 {
  padding-right: 72px;
}

.pad-r-5 {
  padding-right: 48px;
}

.pad-r-4 {
  padding-right: 36px;
}

.pad-r-3 {
  padding-right: 24px;
}

.pad-r-2 {
  padding-right: 12px;
}

.pad-r-1 {
  padding-right: 6px;
}

.pad-r-0 {
  padding-right: 0;
}

.space-b-6 {
  margin-bottom: 72px;
}

.space-b-5 {
  margin-bottom: 48px;
}

.space-b-4 {
  margin-bottom: 36px;
}

.space-b-3 {
  margin-bottom: 24px;
}

.space-b-2 {
  margin-bottom: 12px;
}

.space-b-1 {
  margin-bottom: 6px;
}

.space-b-0 {
  margin-bottom: 0!important;
}

.pad-b-6 {
  padding-bottom: 72px;
}

.pad-b-5 {
  padding-bottom: 48px;
}

.pad-b-4 {
  padding-bottom: 36px;
}

.pad-b-3 {
  padding-bottom: 24px;
}

.pad-b-2 {
  padding-bottom: 12px;
}

.pad-b-1 {
  padding-bottom: 6px;
}

.pad-b-0 {
  padding-bottom: 0;
}

.space-l-6 {
  margin-left: 72px;
}

.space-l-5 {
  margin-left: 48px;
}

.space-l-4 {
  margin-left: 36px;
}

.space-l-3 {
  margin-left: 24px;
}

.space-l-2 {
  margin-left: 12px;
}

.space-l-1 {
  margin-left: 6px;
}

.space-l-0 {
  margin-left: 0;
}

.pad-l-6 {
  padding-left: 72px;
}

.pad-l-5 {
  padding-left: 48px;
}

.pad-l-4 {
  padding-left: 36px;
}

.pad-l-3 {
  padding-left: 24px;
}

.pad-l-2 {
  padding-left: 12px;
}

.pad-l-1 {
  padding-left: 6px;
}

.pad-l-0 {
  padding-left: 0;
}


@media (min-width: 768px) {
  .space-t-6-m {
    margin-top: 72px;
  }

  .space-t-5-m {
    margin-top: 48px;
  }

  .space-t-4-m {
    margin-top: 36px;
  }

  .space-t-3-m {
    margin-top: 24px;
  }

  .space-t-2-m {
    margin-top: 12px;
  }

  .space-t-1-m {
    margin-top: 6px;
  }

  .space-t-0-m {
    margin-top: 0;
  }

  .pad-t-6-m {
    padding-top: 72px;
  }

  .pad-t-5-m {
    padding-top: 48px;
  }

  .pad-t-4-m {
    padding-top: 36px;
  }

  .pad-t-3-m {
    padding-top: 24px;
  }

  .pad-t-2-m {
    padding-top: 12px;
  }

  .pad-t-1-m {
    padding-top: 6px;
  }

  .pad-t-0-m {
    padding-top: 0;
  }

  .space-r-6-m {
    margin-right: 72px;
  }

  .space-r-5-m {
    margin-right: 48px;
  }

  .space-r-4-m {
    margin-right: 36px;
  }

  .space-r-3-m {
    margin-right: 24px;
  }

  .space-r-2-m {
    margin-right: 12px;
  }

  .space-r-1-m {
    margin-right: 6px;
  }

  .space-r-0-m {
    margin-right: 0;
  }

  .pad-r-6-m {
    padding-right: 72px;
  }

  .pad-r-5-m {
    padding-right: 48px;
  }

  .pad-r-4-m {
    padding-right: 36px;
  }

  .pad-r-3-m {
    padding-right: 24px;
  }

  .pad-r-2-m {
    padding-right: 12px;
  }

  .pad-r-1-m {
    padding-right: 6px;
  }

  .pad-r-0-m {
    padding-right: 0;
  }

  .space-b-6-m {
    margin-bottom: 72px;
  }

  .space-b-5-m {
    margin-bottom: 48px;
  }

  .space-b-4-m {
    margin-bottom: 36px;
  }

  .space-b-3-m {
    margin-bottom: 24px;
  }

  .space-b-2-m {
    margin-bottom: 12px;
  }

  .space-b-1-m {
    margin-bottom: 6px;
  }

  .space-b-0-m {
    margin-bottom: 0;
  }

  .pad-b-6-m {
    padding-bottom: 72px;
  }

  .pad-b-5-m {
    padding-bottom: 48px;
  }

  .pad-b-4-m {
    padding-bottom: 36px;
  }

  .pad-b-3-m {
    padding-bottom: 24px;
  }

  .pad-b-2-m {
    padding-bottom: 12px;
  }

  .pad-b-1-m {
    padding-bottom: 6px;
  }

  .pad-b-0-m {
    padding-bottom: 0;
  }

  .space-l-6-m {
    margin-left: 72px;
  }

  .space-l-5-m {
    margin-left: 48px;
  }

  .space-l-4-m {
    margin-left: 36px;
  }

  .space-l-3-m {
    margin-left: 24px;
  }

  .space-l-2-m {
    margin-left: 12px;
  }

  .space-l-1-m {
    margin-left: 6px;
  }

  .space-l-0-m {
    margin-left: 0;
  }

  .pad-l-6-m {
    padding-left: 72px;
  }

  .pad-l-5-m {
    padding-left: 48px;
  }

  .pad-l-4-m {
    padding-left: 36px;
  }

  .pad-l-3-m {
    padding-left: 24px;
  }

  .pad-l-2-m {
    padding-left: 12px;
  }

  .pad-l-1-m {
    padding-left: 6px;
  }

  .pad-l-0-m {
    padding-left: 0;
  }
}

@media (min-width: 960px) {
  .pull-up {
    margin-top: -80px;
    position: relative;
    z-index: 5;
  }
}


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

.grid {
  display: block;
  padding: 0;
  margin: 0 -24px 0 0;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  text-align: center;
  list-style: none;
}
.grid.align-left {
  text-align: left;
}
.grid.align-right {
  text-align: right;
}
.grid.no-margin {
  margin-bottom: -24px;
}
.grid--compact {
  margin-right: -12px;
}
.grid--compact.no-margin {
  margin-bottom: -12px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 24px 24px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12px 12px 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: 480px) {
  .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: -48px;
  }
  .grid.no-margin {
    margin-bottom: -48px;
  }
  .grid--compact {
    margin-right: -24px;
  }
  .grid--compact.no-margin {
    margin-bottom: -24px;
  }
  .grid__unit {
    padding: 0 48px 48px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 24px 24px 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: 9px 12px;
  margin: 0;
  border: 1px solid #e4ecf7;
  color: #43515f;
  color: rgba(67, 81, 95, 0.8);
  font: 15px/24px "Open Sans", Helvetica, Arial, sans-serif;
  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: 24px;
}
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: #c7d5e2;
}
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: #c0392b;
  color: #c0392b;
}
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: #004b8d;
  color: #43515f;
}
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: 13px;
  font-weight: 700;
  color: #002b50;
  opacity: 0.9;
  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: #014078;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #c0392b;
}
label.is-selected {
  color: #af0c38;
}
label.is-focused {
  color: #004b8d;
  opacity: 1;
}

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

@media (min-width: 480px) {
  .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: 15px;
  color: #c0392b;
}
input + .field-validation-error,
select + .field-validation-error,
textarea + .field-validation-error {
  margin-top: -18px;
}


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

html {
  scroll-behavior: smooth;
}

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

.content {
  padding: 24px;
  padding-top: 96px;
}

.form-width {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.reading-width {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.page-bounds,
.hero__content,
.alternate-background__content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}


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


/*! ---------- =header common ---------- */

.page-header {
  padding: 0 24px;
  border-bottom: 1px solid #e5eaee;
  background: #fff;
  position: relative;
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.page-header .page-bounds,
.page-header .hero__content,
.page-header .alternate-background__content {
  position: relative;
}
.page-header__toggle {
  display: none;
}

@media (max-width: 767px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    position: absolute;
    right: -24px;
    top: 0;
    padding: 24px 24px;
    color: #014078;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #f8fafd;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6px;
  }
  .page-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    clear: both;
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 768px) {
  .page-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}


@media (max-width: 767px) {
  .header-search {
    -ms-flex-order: 1;
    order: 1;
  }

  .header-nav {
    -ms-flex-order: 2;
    order: 2;
  }

  .header-utility {
    -ms-flex-order: 3;
    order: 3;
  }
}

/*! push-right / offscreen mobile menu */


@media (max-width: 767px) {
  body {
    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;
  }
  body.mobile-menu-is-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(calc(100% - 72px));
    -ms-transform: translateX(calc(100% - 72px));
    transform: translateX(calc(100% - 72px));
  }

  .page-header__content {
    display: none;
    width: 80%;
    width: calc(100% - 72px);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background: #fff;
    transition: all 0.2s ease-out;
    overflow-y: auto;
  }

  @supports ((-webkit-transform: translateX(calc(100% - 72px))) or (transform: translateX(calc(100% - 72px)))) {
    .page-header__content {
      display: -ms-flexbox;
      display: flex;
      left: auto;
      right: 100%;
    }
  }

  .page-header__content.mobile-menu-is-open {
    display: block;
    display: -ms-flexbox;
    display: flex;
  }
  .page-header .header-search__input {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    background: transparent;
    color: #004b8d;
  }
  .page-header__toggle {
    transition: all 0.2s ease-out;
  }
  .page-header__toggle.mobile-menu-is-open {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 0.01px;
    color: transparent;
    background: rgba(12, 25, 36, 0.7);
  }
  .page-header__toggle.mobile-menu-is-open .toggle-indicator {
    display: block;
    position: absolute;
    top: 24px;
  }
}


/*! ---------- =header components ---------- */

.header-logo a,
.header-logo img {
  display: block;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .header-logo a {
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 48px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: relative;
}
.toggle-indicator__piece {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  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: #0c1924;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #014078;
}
.toggle-indicator__piece--1 {
  margin-top: -8px;
}
.toggle-indicator__piece--3 {
  margin-top: 4px;
}
.is-active .toggle-indicator__piece,
.mobile-menu-is-open .page-header .toggle-indicator__piece {
  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,
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #d31145;
}
.is-active .toggle-indicator__piece--2,
.mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
  opacity: 0;
}
.is-active .toggle-indicator__piece--1,
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  margin-top: -2px;
}
.is-active .toggle-indicator__piece--1,
.mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #f8fafd;
}

.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  color: #5e6c78;
  display: block;
  font-size: 15px;
  padding: 12px 6px;
}
.header-utility__item a:hover,
.header-utility__item a:focus {
  color: #d31145;
}
.header-utility__item--highlight > a {
  padding-left: 12px;
  padding-right: 12px;
  background: #004b8d;
  color: #fff;
  border-radius: 3px;
}
.header-utility__item--highlight > a:hover,
.header-utility__item--highlight > a:focus {
  background: #3c7cb4;
  color: #fff;
}

@media (max-width: 767px) {
  .header-utility {
    padding: 18px 24px;
    text-align: center;
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .header-utility__list {
    display: inline-block;
    vertical-align: middle;
  }
}

/*! account for utility nav dropdowns */

.header-utility__item > ul {
  list-style: none;
  margin: 0;
}

@media (max-width: 767px) {
  .header-utility {
    text-align: left;
  }
  .header-utility__item {
    display: block;
  }
  .header-utility__item > a {
    font-weight: 700;
  }
  .header-utility__item > a > .fas {
    display: none;
  }
  .header-utility__item > ul a {
    padding: 6px 6px 6px 24px;
  }
}

@media (min-width: 768px) {
  .header-utility__item {
    position: relative;
  }
  .header-utility__item > ul {
    min-width: 12em;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    top: 100%;
    border: 1px solid #f8fafd;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-12px);
    -ms-transform: translateX(-50%) translateY(-12px);
    transform: translateX(-50%) translateY(-12px);
    z-index: -1;
    transition: all 0.15s ease-out;
  }
  .header-utility__item > ul::before,
  .header-utility__item > ul::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-width: 0;
    border-bottom-color: #f8fafd;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 100%;
    z-index: 1;
  }
  .header-utility__item > ul::after {
    margin-bottom: -1px;
    border-bottom-color: #fff;
    z-index: 2;
  }
  .header-utility__item > ul > li > a {
    padding: 6px 12px;
    color: #43515f;
  }
  .header-utility__item:hover > ul,
  .header-utility__item:focus > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    z-index: 4;
  }
}


.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12px;
  margin: 0;
  opacity: 0.3;
  font-size: 15px;
}
.header-search__label .fa::after {
  content: 'Search';
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-left: 12px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  display: block;
  width: 100%;
  padding: 12px 72px 12px 24px !important;
  margin: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 17px;
  line-height: 24px;
  background: #fff;
}
.header-search__submit {
  display: block;
  width: 60px;
  padding: 13px 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background: #d31145;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767px) {
  .header-search {
    margin-top: -1px;
  }
  .header-search__label {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-search {
    width: 79.2px;
    position: absolute;
    right: 0;
  }

  @supports (left: calc(100% - 95px)) {
    .header-search {
      width: auto;
      left: calc(100% - 95px);
      transition: left 0.15s ease-out;
      top: 86px;
    }
  }

  .header-search.is-focused {
    width: 100%;
  }

  @supports (left: calc(100% - 79.2px)) {
    .header-search.is-focused {
      width: auto;
      left: 280px;
    }
  }

  .header-search.is-focused .header-search__label .fa::after {
    display: none;
  }

  .header-search__label {
    position: absolute;
    top: 50%;
    color: #d31145;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-search__label:hover,
  .header-search__label:focus {
    color: #d31145;
  }
  .header-search__input {
    position: absolute;
    top: 50%;
    right: -50px;
    padding-left: 42px !important;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.01;
  }
  .header-search__input:focus {
    opacity: 1;
    right: 0;
  }
  .header-search__submit {
    display: none;
  }
}


.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
}
.header-nav a.disabled,
.header-nav li.disabled > a,
.site-map .disabled {
  color: inherit;
  cursor: default;
  pointer-events: none;
}
.header-nav > ul > li > a,
.header-nav div > ul > li > a {
  font-weight: 700;
  color: #004b8d;
}
.header-nav li li a {
  font-size: 15px;
  color: #43515f;
}
.header-nav li li li a {
  color: #586b7d;
}
.header-nav li li li li a {
  color: #657a8f;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 767px) {
  .header-nav {
    background: #fff;
  }
  .header-nav a {
    padding: 12px 60px 12px 24px;
    border-bottom: 1px solid #f8fafd;
  }
  .header-nav li li a {
    padding-left: 48px;
    border-bottom-color: rgba(248, 250, 253, 0.5);
  }
  .header-nav li li li a {
    padding-left: 72px;
  }
  .header-nav li li li li a {
    padding-left: 96px;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    color: #004b8d;
  }
  .header-nav > ul > li > ul a,
  .header-nav div > ul > li > ul a {
    color: #43515f;
  }
  .js .header-nav li ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
  }
  .js .header-nav li ul.is-active {
    max-height: 100em;
    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: #fff;
    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: #c9d2d9;
    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);
    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: #d31145;
    -webkit-transform: scaleX(0.6) rotateX(180deg);
    transform: scaleX(0.6) rotateX(180deg);
  }
}

@media (min-width: 768px) {
  .header-nav > ul,
  .header-nav div > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
  .header-nav > ul > li,
  .header-nav div > ul > li {
    display: inline-block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: static;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    padding: 24px 0;
    position: relative;
  }
  .header-nav > ul > li > a:hover,
  .header-nav > ul > li > a:focus,
  .header-nav div > ul > li > a:hover,
  .header-nav div > ul > li > a:focus {
    color: #d31145;
  }
  .header-nav .is-current > a {
    color: #014078;
  }
}

/*! megamenu-style dropdowns */

@media (min-width: 768px) {
  .header-nav > ul > li > a::before,
  .header-nav div > ul > li > a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    background: #fff;
    border: solid #014078;
    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;
    transition: opacity 0.06s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
  }
  .header-nav > ul > li > ul,
  .header-nav div > ul > li > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 36px 48px;
    border-top: 2px solid #014078;
    text-align: left;
    background: #fff;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.1s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    box-shadow: 0 1px 0 #c9d2d9, -1279px 0 0 #fff, 1279px 0 0 #fff, -1279px 1px 0 #c9d2d9, 1279px 1px 0 #c9d2d9;
  }
  .header-nav > ul > li > ul > li,
  .header-nav div > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding-bottom: 24px;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 calc(33% - 12px);
    flex: 0 0 calc(33% - 12px);
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > a {
    font-size: 17px;
    color: #004b8d;
    padding-bottom: 6px;
  }
  .header-nav > ul > li > ul > li > ul,
  .header-nav div > ul > li > ul > li > ul {
    padding-top: 12px;
    border-top: 1px solid #c9d2d9;
  }
  .header-nav > ul > li > ul > li > ul a,
  .header-nav div > ul > li > ul > li > ul a {
    color: #43515f;
  }
  .header-nav > ul > li > ul a:hover,
  .header-nav > ul > li > ul a:focus,
  .header-nav div > ul > li > ul a:hover,
  .header-nav div > ul > li > ul a:focus {
    color: #d31145;
  }
  .header-nav > ul > li:hover > a,
  .header-nav div > ul > li:hover > a {
    color: #d31145;
  }
  .header-nav > ul > li:hover > a::before,
  .header-nav div > ul > li:hover > a::before {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    transition: opacity 0.15s ease-out 0.575s, z-index 0s linear 0.575s, visibility 0s linear 0.575s;
  }
  .header-nav > ul > li:hover > ul,
  .header-nav div > ul > li:hover > ul {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
  }
}


/*! ---------- =header layout ---------- */

.header-logo {
  float: left;
}

@media (min-width: 768px) {
  .page-header > .page-bounds,
  .page-header > .hero__content,
  .page-header > .alternate-background__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-header__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .header-logo {
    max-width: 250px;
    margin-right: 24px;
  }
  .header-logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 110px;
    padding: 12px 0;
  }
  .header-logo img {
    max-height: 100%;
    max-width: 250px;
  }/*! disclosure search */

  .header-search {
    z-index: 3;
  }
  .header-search.is-focused .header-search__input {
    box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff;
  }
}


@media (min-width: 768px) and (max-width: 959px) {
  .page-header {
    padding-bottom: 72px;
  }
  .page-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 24px;
  }

  .header-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
  }

  .header-utility {
    position: absolute;
    right: 0;
  }

  .header-utility__item a {
    font-size: 13px;
  }

  /*! sticky header */

  .content {
    padding-top: 230px;
  }

  .page-header {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  body.is-scrolled .page-header {
    -webkit-transform: translateY(-110px);
    -ms-transform: translateY(-110px);
    transform: translateY(-110px);
  }/*! disclosure search */
}


@media (min-width: 960px) {
  .header-utility,
  .header-search {
    position: absolute;
    top: 7px;
  }
  .header-utility {
    right: 20em;
    right: calc(20em + 24px);
  }
  .header-search {
    width: auto;
    right: 0;
  }

  .header-nav {
    margin-top: 38px;
  }/*! sticky header */

  .content {
    padding-top: 158px;
  }

  .header-logo a {
    transition: height 0.2s ease;
  }

  .header-utility,
  .header-search {
    transition: top 0.2s ease, left 0.15s ease;
  }

  .header-nav {
    transition: margin 0.2s ease;
  }

  body.is-scrolled .header-logo a {
    height: 72px;
  }
  body.is-scrolled .header-utility,
  body.is-scrolled .header-search {
    top: -72px;
  }
  body.is-scrolled .header-nav {
    margin-top: 0;
  }/*! disclosure search */

  .header-utility {
    right: 90px;
  }

  .header-search {
    top: 30px;
  }
  .header-search.is-focused {
    left: 274px;
  }
  body.is-scrolled .header-search.is-focused {
    left: 0;
  }
}


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

.page-footer {
  padding: 0 24px;
}
.page-footer .page-bounds,
.page-footer .hero__content,
.page-footer .alternate-background__content {
  position: relative;
}

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


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

/*! bordered footer style */

.page-footer {
  color: #43515f;
  font-size: 15px;
}
.page-footer .page-bounds,
.page-footer .hero__content,
.page-footer .alternate-background__content {
  border-top: 1px solid #c9d2d9;
  padding-top: 48px;
  padding-bottom: 48px;
}
.page-footer a {
  color: #004b8d;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #d31145;
}


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

.footer-logo {
  text-align: center;
}
.footer-logo a {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
}

.footer-social__icon {
  display: inline-block;
  font-size: 20px;
  padding: 3px 12px 6px 0;
  vertical-align: middle;
}

.footer-trending__title {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
}

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

@media (min-width: 480px) {
  .footer-utility__item a {
    padding: 6px 12px;
  }
}


.footer-actions__section {
  margin-bottom: 24px;
}
.footer-actions__title {
  font-size: 23px;
  line-height: 24px;
  margin-bottom: 6px;
}
.footer-actions__list {
  list-style: none;
  margin: 0 0 0 -12px;
}
.footer-actions__item {
  display: inline-block;
  vertical-align: middle;
}
.footer-actions__item a {
  display: block;
  padding: 6px;
}

@media (max-width: 479px) {
  .footer-actions__item {
    display: block;
  }
}

@media (min-width: 480px) {
  .footer-actions__item a {
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .footer-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer-actions__section {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: top;
  }
  .footer-actions__list {
    margin-left: 0;
  }
  .footer-actions__item {
    display: block;
  }
  .footer-actions__item a {
    padding: 6px 0;
  }
}

@media (min-width: 1376px) {
  .footer-actions__section {
    -ms-flex: 1 1;
    flex: 1 1;
  }
}


.footer-copyright {
  color: #728ca3;
  font-size: 13px;
}


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

@media (max-width: 767px) {
  .page-footer {
    text-align: center;
  }

  .footer-logo img {
    max-height: 72px;
  }

  .footer-social,
  .footer-contact,
  .footer-utility,
  .footer-copyright {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .footer-logo {
    width: 30%;
    float: left;
    padding-right: 48px;
  }

  .page-footer__content {
    padding-left: 7.2px;
    overflow: hidden;
  }

  .footer-social {
    margin-top: 18px;
    margin-left: -3px;
  }

  .footer-utility {
    margin-top: 12px;
    margin-left: -12px;
  }

  .footer-copyright {
    margin-top: 12px;
    padding-left: 7.2px;
  }
}

@media (min-width: 960px) {
  .footer-contact,
  .footer-social {
    float: left;
    clear: left;
    margin-right: 12px;
  }
  .footer-contact {
    line-height: 36px;
  }

  .footer-utility {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow: hidden;
    margin: 0;
  }
  .footer-utility__item {
    display: block;
  }

  .footer-copyright {
    margin-top: 24px;
  }
}


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

.page-title {
  color: #002b50;
}
.page-title + .breadcrumbs {
  margin-top: -24px;
}


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

.title-block {
  margin: -24px -24px 24px;
  padding: 36px 24px;
  background: #014078;
  position: relative;
  overflow: hidden;
}
.title-block::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(1, 64, 120, 0.5);
  z-index: 2;
}
.title-block__background img {
  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%);
}
.title-block__content,
.title-block__content a,
.title-block .breadcrumbs a,
.title-block .page-title {
  color: #fff;
}
.title-block__content {
  position: relative;
  text-shadow: 0 0 3px rgba(1, 64, 120, 0.5);
  z-index: 3;
}
.title-block__content a {
  font-weight: 700;
}
.title-block .breadcrumbs a {
  font-weight: 400;
}
.title-block__content a:hover,
.title-block__content a:focus,
.title-block .breadcrumbs a:hover,
.title-block .breadcrumbs a:focus {
  color: #fff;
  text-decoration: underline;
}
.title-block .page-title {
  text-shadow: 0 0 16px rgba(1, 64, 120, 0.4), 0 0 3px rgba(1, 64, 120, 0.3);
}
.title-block .breadcrumbs {
  margin-bottom: 0;
}
.title-block__dark {
  color: #002B50!important;
  text-shadow: 0 0 16px rgba(255, 255, 255, 0.4), 0 0 3px rgba(255, 255, 255, 0.3)!important;
}

@media (min-width: 768px) {
  .title-block {
    margin: -48px -48px 48px;
    padding: 72px 48px;
  }
  .title-block::before {
    width: 75%;
    background: linear-gradient(to right, #014078, rgba(1, 64, 120, 0));
    opacity: 0.5;
  }
}
@media (min-width: 960px) {
  .title-block {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (min-width: 1376px) {
  .title-block {
    margin-left: calc(-50vw + (1280px / 2));
    margin-right: calc(-50vw + (1280px / 2));
  }
}


.breadcrumbs {
  font-size: 15px;
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: #43515f;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #d31145;
  opacity: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}

.in-this-section a {
  color: #004b8d;
  display: block;
  font-weight: 600;
  padding: 6px 0;
}
.in-this-section a:hover,
.in-this-section a:focus {
  color: #d31145;
}
.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: 15px;
}
.in-this-section .is-current > ul {
  display: block;
}
.in-this-section .is-current > a {
  color: #d31145;
}

@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;
  }
  .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 {
    background: #fff;
    border: solid #f8fafd;
    border-width: 1px;
    box-shadow: 0 5px 15px rgba(12, 25, 36, 0.08);
    padding: 24px;
  }
  .in-this-section__toggle {
    color: #004b8d;
    cursor: default;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .in-this-section__toggle::after {
    background: #d31145;
    content: '';
    display: block;
    height: 3px;
    margin-bottom: 6px;
    width: 100%;
  }
  .interior-layout .in-this-section {
    margin-top: -6px;
  }
}


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

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

@media (min-width: 960px) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 48px;
  }
  .interior-layout__title {
    margin-bottom: 24px;
  }
  .interior-layout__main {
    margin-bottom: 48px;
  }
  .interior-layout__nav,
  .interior-layout__aside {
    width: 30%;
    float: right;
    clear: right;
    /*overflow: hidden;*/
    position: relative;
    z-index: 2;
  }
  .interior-layout__main {
    width: 70%;
    padding-right: 48px;
    float: left;
  }
}


/*! ---------- =buttons ---------- */

.button {
  background: #004b8d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 36px;
  text-align: center;
  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;
  vertical-align: middle;
}
.button:hover,
.button:focus {
  background-color: #014078;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.button:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.button:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}
.button--large {
  display: block;
  max-width: 100%;
  width: auto;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12px;
}
.button--small {
  padding: 6px 24px;
  font-size: 15px;
}
.button a {
  color: #fff;
}
.button--highlight {
  background-color: #d31145;
}
.button--highlight:hover,
.button--highlight:focus {
  background-color: #af0c38;
}
.button--outline {
  background-color: #fff;
  border: 2px solid #004b8d;
  color: #004b8d;
}
.button--outline a, .button--outline a:hover, .button--outline a:focus {
  color: #004b8d;
}
.button--outline:hover,
.button--outline:focus {
  background-color: #fff;
  border-color: #014078;
  color: #014078;
}
.button--outline.button--highlight {
  background-color: #fff;
  border: 2px solid #d31145;
  color: #d31145;
}
.button--outline__highlight:hover,
.button--outline__highlight:focus {
  background-color: #fff;
  border-color: #af0c38;
  color: #af0c38;
}

.button--outline.button--highlight a, .button--outline.button--highlight a:hover, .button--outline.button--highlight a:focus {
  color: #af0c38;
}
.button--inverse {
  background-color: #000;
  color: #fff;
}
.button--inverse:hover,
.button--inverse:focus {
  background-color: #2c3842;
}
.button--warn {
  background-color: #c0392b;
  color: #fff;
}
.button--warn:hover,
.button--warn:focus {
  background-color: #942c21;
}
.button--cancel {
  border: 1px solid #c9d2d9;
  background-color: #fff;
  color: #43515f;
  font-size: 15px;
  font-weight: 400;
}
.button--cancel:hover,
.button--cancel:focus {
  background-color: #f8fafd;
  border-color: #004b8d;
  color: #004b8d;
}

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

@media (min-width: 960px) {
  .button--large.button--padding {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}


/*! ---------- =lists ---------- */

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 48px;
}
.item-list + .button {
  margin-top: -24px;
}
.item-list__item + .item-list__item {
  margin-top: 24px;
}
.item-list.grid .item-list__item + .item-list__item {
  margin-top: 0;
}
a.item-list__link .item-list__title {
  transition: 0.25s all ease-out;
}
a.item-list__link:hover .item-list__title,
a.item-list__link:focus .item-list__title {
  color: #d31145;
}
.item-list__thumbnail {
  display: block;
  width: 420px;
  max-width: 25%;
  float: left;
  margin-right: 24px;
}
.item-list__logo {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.item-list__sponsorlogo {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 130px;
  max-width: 130px;
  padding-bottom: 100%;
  margin-bottom: 12px;
}
.item-list__sponsorlogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.item-list.grid .item-list__thumbnail {
  float: none;
  margin: 0 auto 24px;
  /*max-height: 245px;*/
  max-width: 100%;
  object-fit: cover;
  object-position: top;
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  border-bottom: 3px solid #d31145;
  color: #004b8d;
  font-family: "Roboto", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}
a.item-list__title:hover,
a.item-list__title:focus {
  color: #d31145;
}
.item-list__date,
.item-list__meta {
  color: #728ca3;
  font-weight: 600;
  margin-top: 6px;
}
.item-list__meta {
  font-size: 15px;
  line-height: 18px;
}
.item-list__title + .item-list__meta {
  margin-top: 12px;
}
.item-list__description {
  color: #43515f;
  margin: 12px 0 0;
}
.item-list__description:hover,
.item-list__description:focus {
  color: #43515f;
}

.item-list--hover .item-list__link .item-list__thumbnail {
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
}
.item-list--hover .item-list__link:hover .item-list__thumbnail,
.item-list--hover .item-list__link:focus .item-list__thumbnail {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}


@media (max-width: 479px) {
  .item-list__thumbnail {
    float: none;
    margin: 0 auto 12px;
  }
}

/*! square-image-style lists */
.item-list--square .item-list__media {
  background: #000;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 12px;
}
.item-list--square .item-list__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*! event speakers lists */
.item-list--speakers .item-list__thumbnail { 
  height: 150px; 
  -o-object-fit: cover; 
  object-fit: cover; 
  width: 150px; 
}

/*! grid-style lists */
.item-list--grid .item-list__thumbnail {
  width: 100%;
  max-width: 100%;
  float: none;
  margin: 0 auto 12px;
}
.item-list--grid .item-list__thumbnail img {
  width: 100%;
}
.item-list--grid .item-list__item + .item-list__item {
  margin-top: 0;
}

/*! flex-style lists */

.item-list--flex {
  align-content: center;
  align-items: center;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 24px 6px;
  justify-content: flex-start;
}
.item-list--flex-large {
  gap: 24px!important;
}
.item-list--flex .item-list__item {
  flex: 0 1 auto;
  margin-top: 0;
  max-width: 24%;
  padding: 24px;
}

.item-list--flex .item-list__item .item-list__thumbnail {
  float: none;
  margin-right: 0;
  max-width: 100%;
  width: auto;
}

.item-list--flex.item-list--heading .item-list__item {
  flex: 1 0 auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .item-list--flex .item-list__item {
    margin: 6px;
    max-width: 40%;
    padding: 10px;
    /*width: calc(100%/2);*/
  }
}

.item-list--centered {
  align-items: center;
}

/*! gallery lists */

.item-list--gallery img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}


/*! events lists */

.item-list--events .item-list__display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  float: left;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 50%;
}
.item-list--events .item-list__wrapper {
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d31145;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px;
  position: relative;
  width: 100%;
}
.item-list--events .item-list__day,
.item-list--events .item-list__month {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}
.item-list--events .item-list__day {
  font-size: 50px;
  margin-bottom: 12px;
}
.item-list--events .item-list__thumbnail {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 60%;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
}
.item-list--events .item-list__content {
  padding-left: 24px;
}

@media (max-width: 767px) {
  .item-list--events .item-list__display {
    max-width: 100%;
    margin: 24px 48px;
  }
  .item-list--events .item-list__thumbnail {
    max-width: 80%;
  }
}

/*! session lists */
.item-list--sessions > .item-list__item + .item-list__item {
  border-top: 1px solid #e9eef2;
  padding-top: 36px;
}


.card {
  background: #fff;
  box-shadow: 0 5px 15px rgba(12, 25, 36, 0.08);
  padding: 24px;
}
.card__title {
  color: #002b50;
  font-size: 33px;
  font-weight: 700;
  line-height: 36px;
}
.card__price {
  font-size: 30px;
  line-height: 34px;
}
.card .button,
.card .button:hover,
.card .button:focus {
  color: #fff;
}
.card .button.button--outline {
  color: #004b8d;
}
.card .button.button--outline.button--highlight {
  color: #d31145;
}


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

.tabs--standard:not(:last-child) {
  margin-bottom: 48px;
}
.tabs--standard .tabs__tab {
  display: inline-block;
  vertical-align: bottom;
  padding: 12px;
  margin-bottom: -1px;
  border: 1px solid #f8fafd;
  color: #43515f;
  background: #f8fafd;
  opacity: 0.9;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-bottom-color: #fff;
  color: #d31145;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #f8fafd;
  padding: 24px;
  display: none;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 48px;
}
.tabs--vertical .tabs__tab {
  background: #f8fafd;
  padding: 12px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #d31145;
  background: #fff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #004b8d;
  outline-offset: -6px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 18px 24px;
    font-weight: 600;
  }
}

@media (max-width: 767px), (min-width: 960px) and (max-width: 1375px) {
  .tabs--standard,
  .tabs--vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs--standard .tabs__tab,
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__tab,
  .tabs--vertical .tabs__pane {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tabs--standard .tabs__tab,
  .tabs--vertical .tabs__tab {
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #f8fafd;
  }
  .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: #c9d2d9 #c9d2d9 #f8fafd;
  }
  .tabs--standard .tabs__tab:nth-child(2),
  .tabs--vertical .tabs__tab:nth-child(2) {
    -ms-flex-order: 3;
    order: 3;
  }
  .tabs--standard .tabs__tab:nth-child(3),
  .tabs--vertical .tabs__tab:nth-child(3) {
    -ms-flex-order: 5;
    order: 5;
  }
  .tabs--standard .tabs__tab:nth-child(4),
  .tabs--vertical .tabs__tab:nth-child(4) {
    -ms-flex-order: 7;
    order: 7;
  }
  .tabs--standard .tabs__tab:nth-child(5),
  .tabs--vertical .tabs__tab:nth-child(5) {
    -ms-flex-order: 9;
    order: 9;
  }
  .tabs--standard .tabs__tab:nth-child(6),
  .tabs--vertical .tabs__tab:nth-child(6) {
    -ms-flex-order: 11;
    order: 11;
  }
  .tabs--standard .tabs__tab:nth-child(7),
  .tabs--vertical .tabs__tab:nth-child(7) {
    -ms-flex-order: 13;
    order: 13;
  }
  .tabs--standard .tabs__tab:nth-child(8),
  .tabs--vertical .tabs__tab:nth-child(8) {
    -ms-flex-order: 15;
    order: 15;
  }
  .tabs--standard .tabs__tab:nth-child(9),
  .tabs--vertical .tabs__tab:nth-child(9) {
    -ms-flex-order: 17;
    order: 17;
  }
  .tabs--standard .tabs__tab:nth-child(10),
  .tabs--vertical .tabs__tab:nth-child(10) {
    -ms-flex-order: 19;
    order: 19;
  }
  .tabs--standard .tabs__pane,
  .tabs--vertical .tabs__pane {
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 12px;
    border: 1px solid #c9d2d9;
    border-top-width: 0;
  }
  .tabs--standard .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane {
    -ms-flex-order: 4;
    order: 4;
  }
  .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
  .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
    -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 {
    -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 {
    -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 {
    -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 {
    -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 {
    -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 {
    -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 {
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 768px) and (max-width: 959px), (min-width: 1376px) {
  .tabs--standard {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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 {
    -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 {
    -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 #f8fafd;
    border-right-color: #c9d2d9;
    box-shadow: inset 6px 0 0 #c9d2d9;
    cursor: pointer;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #c9d2d9 #fff #c9d2d9 #c9d2d9;
    box-shadow: inset 6px 0 0 #d31145;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 24px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #c9d2d9;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 30px 0 -30px;
  }
}


.accordion:not(:last-child) {
  margin-bottom: 48px;
}
.accordion__label {
  background: #004b8d;
  border: 1px solid #004b8d;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  padding: 12px;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.accordion__label:hover,
.accordion__label:focus {
  background: #014078;
  color: #fff;
}
.accordion__label.is-active {
  color: #004b8d;
  border-color: #004b8d #004b8d #f8fafd #004b8d;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6px;
}
.accordion__content {
  border: 1px solid #004b8d;
  border-top: none;
  padding: 24px 12px;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.js .accordion__content:not(.is-active) {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0 1px;
  visibility: hidden;
  opacity: 0;
}

.pagination {
  list-style: none;
  margin: 0 0 24px;
}
.pagination .overview {
  display: block;
  font-size: 15px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a {
  display: block;
  width: 36px;
  padding: 6px 0;
  text-align: center;
  color: #43515f;
  background: #f8fafd;
  font-size: 15px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #fff;
  background: #d31145;
}
.pagination .active a {
  font-weight: 700;
  color: #fff;
  background: #004b8d;
}

@media (min-width: 940px) {
  .pagination .overview {
    display: inline-block;
    margin-right: 1.5em;
  }
}


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

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 15px;
  line-height: 24px;
}
pre {
  display: block;
  padding: 24px 12px;
  border: 1px solid #e8eff8;
  color: #222;
  background: white;
  overflow-y: auto;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
pre:not(:last-child) {
  margin-bottom: 24px;
}
pre::before {
  content: attr(rel);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #a1bdd6;
  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-"] {
  -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;
}


/*! ---------- =hero ---------- */

.hero {
  position: relative;
  margin-bottom: 48px;
}
.hero:last-child {
  margin-bottom: 0;
}
.hero__actions {
  margin-top: 24px;
}

@media (max-width: 479px) {
  .hero__action {
    display: block;
  }
  .hero__action + .hero__action {
    margin-top: 12px;
  }
}

@media (min-width: 480px) {
  .hero__action + .hero__action {
    margin-left: 12px;
  }
}

@media (min-width: 768px) {
  .content > .page-bounds > .hero:first-child,
  .content > .hero__content > .hero:first-child,
  .content > .alternate-background__content > .hero:first-child {
    margin-top: -24px;
  }
}

/*! cover hero image style */

.hero::before {
  z-index: 2;
}
.hero__image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hero__content {
  padding: 48px 24px;
  position: relative;
  z-index: 3;
}
.hero__title,
.hero__description {
  color: #fff;
}
.hero__title::after {
  background: rgba(255, 255, 255, 0.7);
  content: '';
  display: block;
  height: 3px;
  margin-top: 24px;
  width: 40%;
}
.hero__action .fa-arrow-right-long {
  margin-left: 0.3em;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.hero__action:hover .fa-arrow-right-long,
.hero__action:focus .fa-arrow-right-long {
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}

@media (max-width: 767px) {
  .hero::before {
    background: rgba(0, 75, 141, 0.7);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .hero__title {
    font-size: 5vw;
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .hero__content {
    background: rgba(0, 75, 141, 0.7);
    margin-left: 0;
    max-width: 600px;
    padding-bottom: 96px;
    padding-top: 96px;
    width: 50%;
  }
  .hero__title {
    font-size: 40px;
    line-height: 48px;
  }
  .hero__description {
    font-size: 23px;
    line-height: 30px;
  }
}


/*! ---------- =quicklinks ---------- */

.quicklinks {
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
  margin: 0 0 48px;
}
.quicklinks__link {
  display: block;
  text-align: center;
  position: relative;
}
.quicklinks__title {
  font-family: "Roboto", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 27px;
  font-weight: 900;
}
.quicklinks__description {
  margin-top: 24px;
}
.quicklinks__more {
  width: 48px;
  height: 48px;
  margin: 24px auto 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: relative;
}
.quicklinks__more .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .quicklinks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .quicklinks__item {
    max-width: 50%;
  }
}

@media (max-width: 735px) {
  .quicklinks__item:nth-child(even) {
    padding-right: 0;
  }
}

@media (max-width: 479px) {
  .quicklinks__item {
    max-width: 100%;
  }
  .quicklinks__title,
  .quicklinks__description {
    min-height: 0 !important;
  }
}

/*! background images quicklinks style */

.quicklinks {
  margin-top: 48px;
}
.quicklinks__item {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 24px;
  padding-right: 24px;
}
.quicklinks__link {
  color: #fff;
  overflow: hidden;
  padding: 36px 24px;
}
.quicklinks__link::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 75, 141, 0.7);
  z-index: 2;
  transition: all 0.15s ease-out;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #fff;
}
.quicklinks__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
  transition: all 0.15s ease-out;
}
.quicklinks__title,
.quicklinks__description,
.quicklinks__more {
  position: relative;
  z-index: 3;
}
.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #fff;
}
.quicklinks__link:hover .quicklinks__image,
.quicklinks__link:focus .quicklinks__image {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.quicklinks__link:hover::before,
.quicklinks__link:focus::before {
  opacity: 0.5;
}

@media (min-width: 768px) and (max-width: 959px) {
  .quicklinks {
    margin-left: 48px;
    margin-right: 48px;
  }
}


.alternate-background {
  background: #014078;
  overflow: hidden;
  position: relative;
}
.alternate-background:not(:last-child) {
  margin-bottom: 48px;
}
.alternate-background,
.alternate-background a,
.alternate-background h1,
.alternate-background h2,
.alternate-background h3,
.alternate-background h4,
.alternate-background h5,
.alternate-background h6 {
  color: #fff;
}
.alternate-background a:not(.button):not(.item-list__link):not(.more) {
  text-decoration: underline;
}
.alternate-background__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.alternate-background__image img {
  max-width: none;
  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%);
}
.alternate-background__content {
  position: relative;
  z-index: 2;
  padding: 48px 24px;
  background: rgba(1, 64, 120, 0.65);
}
.alternate-background__title::after {
  background: rgba(255, 255, 255, 0.7);
  content: '';
  display: block;
  height: 3px;
  margin-top: 24px;
  max-width: 200px;
  width: 40%;
}

@media (min-width: 768px) {
  .alternate-background__content {
    padding: 72px 48px;
  }
  .alternate-background__left,
  .alternate-background__right {
    max-width: 480px;
  }
  .alternate-background__left {
    margin-left: 0;
  }
  .alternate-background__right {
    margin-right: 0;
  }
}

@media (min-width: 960px) {
  .alternate-background__content {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}

.alternate-background--light {
  background: #f8fafd;
}
.alternate-background--light,
.alternate-background--light h1,
.alternate-background--light h2,
.alternate-background--light h3,
.alternate-background--light h4,
.alternate-background--light h5,
.alternate-background--light h6 {
  color: #002b50;
}
.alternate-background--light p {
  color: #43515f;
}
.alternate-background--light .item-list__meta,
.alternate-background--light .item-list__date {
  color: #728ca3;
}
.alternate-background--light a {
  color: #d31145;
  text-decoration: none;
}
.alternate-background--light a:hover,
.alternate-background--light a:focus {
  color: #004b8d;
}
.alternate-background--light .alternate-background__content {
  background: rgba(255, 255, 255, 0);
}


/*! ---------- =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: 12px;
  margin-bottom: 24px;
  word-wrap: break-word;
}

/*! make page builder layout more friendly to edit */

.sfPageEditor .page-header,
.sfPageEditor .header-logo,
.sfPageEditor .page-header__content,
.sfPageEditor .header-utility,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .title-block,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content,
.sfPageEditor .page-footer,
.sfPageEditor .footer-logo,
.sfPageEditor .footer-social,
.sfPageEditor .footer-contact,
.sfPageEditor .footer-utility,
.sfPageEditor .footer-copyright {
  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;
}
.sfPageEditor .content {
  padding-top: 48px;
}
.sfPageEditor .title-block::before {
  display: none !important;
}
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content {
  position: static !important;
}
.sfPageEditor .alternate-background__image {
  position: static !important;
  overflow: visible !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.sfPageEditor .alternate-background__image img {
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  position: static !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.sfPageEditor .footer-logo img {
  max-width: 20%;
}

/* 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;
}

/* spacer layout modules */

.sfPageEditor .spacer {
  background: #f8fafd;
  position: relative;
  border: 2px dashed #e9eef2;
}
.sfPageEditor .spacer::before {
  content: attr(data-editor-help);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #a7b3bd;
  font-size: 15px;
}
.sfPageEditor .spacer--tiny,
.sfPageEditor .spacer--small {
  border-width: 1px;
}
.sfPageEditor .spacer--tiny::before,
.sfPageEditor .spacer--small::before {
  font-size: 11px;
}


/*! ---------- =print ---------- */


@media print {
  .page-header__toggle,
  .header-search,
  .header-utility,
  .header-nav,
  .in-this-section,
  .footer-logo,
  .footer-social,
  .footer-utility,
  .home-feature,
  .breadcrumbs,
  .share-buttons,
  .truncator-expand {
    display: none !important;
  }

  body {
    background: #fff;
  }


  @page {
    margin: 0.5in;
  }


  @page :first {
    margin-top: 1in;
  }


  @page :last {
    margin-bottom: 1in;
  }


  .page-bounds,
  .hero__content,
  .alternate-background__content {
    max-width: 100%;
  }

  .page-header,
  .content,
  .page-footer {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  blockquote,
  img,
  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .header-logo {
    float: none;
    max-width: 150px;
    margin: 0 auto;
    padding: 0;
  }

  .page-footer {
    border-top: 1px solid #f8fafd;
  }

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

  .interior-layout__title,
  .interior-layout__nav,
  .interior-layout__main,
  .interior-layout__aside {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .interior-layout__aside {
    border-top: 1px solid #c9d2d9;
    padding-top: 48px;
  }

  .page-title {
    text-align: center;
  }

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #004b8d;
    color: #43515f;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #586b7d;
  }

  .tabs__pane {
    display: block !important;
  }

  .accordion__content {
    max-height: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [data-truncate-to] {
    max-height: none !important;
    overflow: visible !important;
  }

  [data-truncate-to*="item"] > * {
    display: initial !important;
  }
}



.sponsor-ops .grid__unit {
   margin-bottom: -48px;
}