@charset "UTF-8";


/*!
 * Common colors and constants
 * ===========================
 *
 * Text sizing
 * -----------
 * Body copy: 18px
 * Line height / baseline grid: 25px
 * H6: 20px
 * H5: 23px
 * H4: 28px
 * H3: 35px
 * H2: 45px
 * H1: 60px
 * Small or secondary: 16px, 14px
 *
 * Text colors
 * -----------
 * Copy: #424242
 * Titles: #424242
 *
 * Theme colors
 * ------------
 * Primary (Blue): #0093d1
 *   Tint: #1aa2db
 *   Shade: #004b97
 * Accent (Green): #00aa4f
 *   Tint: #0ab85b
 *   Shade: #038f44
 * Action (Yellow): #ffd204
 *   Tint: #ffe25d
 *   Shade: #dfb90d
 *
 * Other colors
 * ------------
 * Page background: #ffffff
 * Light wash: #f1f1f1
 * Mid wash: #d4d4d4
 * Dark wash: #222222
 * Warnings: #941
 *
 * 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: 50px 0;
  border-bottom: 1px solid #d4d4d4;
}

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: 18px/25px "Roboto", Helvetica, Arial, sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}
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: "PT Serif", "Roboto", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #424242;
}
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 {
  font-size: 60px;
  line-height: 62.5px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 37.5px;
  }
}

h2 {
  font-size: 45px;
  line-height: 50px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 35px;
    line-height: 37.5px;
  }
}

h3 {
  font-size: 35px;
  line-height: 37.5px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 28px;
    line-height: 37.5px;
  }
}

h4 {
  font-size: 28px;
  line-height: 37.5px;
}
h5 {
  font-size: 23px;
  line-height: 25px;
}
h6 {
  font-size: 20px;
  line-height: 25px;
}

.text-size {
  font-size: 18px !important;
  line-height: 25px;
}

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

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

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

.note {
  font-family: "Roboto", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 80%;
  font-style: italic;
  opacity: 0.8;
}
.lead {
  font-size: 110%;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12.5px;
}

.highlight {
  color: #e51937;
}
h2.highlight,
h3.highlight,
h4.highlight,
h5.highlight,
h6.highlight {
  border-left: 6.25px solid #e51937;
  color: #424242;
  padding-left: 12.5px;
}

.warn {
  color: #941;
}

.type-family-sample {
  font-size: 35px;
  line-height: 37.5px;
}


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

a {
  text-decoration: none;
  color: #004b97;
}
a:hover,
a:focus {
  color: #0093d1;
}
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;
}

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

.divider-left {
  border-left: 1px solid #d0d0d0;
  margin-left: 12.5px;
  padding-left: 12.5px;
}


@media (min-width: 768px) {
  .text-right-m {
    text-align: right !important;
  }
}


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

@media (max-width: 767px) {
  .img-left,
  .img-right {
    float: none !important;
    max-width: 100% !important;
  }
}

.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 12.5px;
}
.img-right {
  float: right;
  margin-left: 12.5px;
}

figure {
  display: block;
  margin-bottom: 25px;
  border: 1px solid #f1f1f1;
  padding: 6.25px;
}

figcaption {
  display: block;
  padding: 6.25px 0;
  font-size: 14px;
  opacity: 0.8;
}

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

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

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

table {
  border: 1px solid #eee;
  margin-bottom: 24px;
}

table td {
  border: 1px solid #eee;
  padding: 12px;
}

.to-screen-edges,
.about,
.publications,
.content > .page-bounds > .hero,
.content > .about__content > .hero,
.content > .publications__content > .hero,
.content > .hero__content > .hero,
.hero__content-container,
.content .page-bounds .title-block,
.quicklink-buttons {
  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,
  .about,
  .publications,
  .content > .page-bounds > .hero,
  .content > .about__content > .hero,
  .content > .publications__content > .hero,
  .content > .hero__content > .hero,
  .hero__content-container,
  .content .page-bounds .title-block,
  .quicklink-buttons {
    margin-left: -48px;
    margin-right: -48px;
  }
  .to-screen-edges__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 1376px) {
  .to-screen-edges,
  .about,
  .publications,
  .content > .page-bounds > .hero,
  .content > .about__content > .hero,
  .content > .publications__content > .hero,
  .content > .hero__content > .hero,
  .hero__content-container,
  .content .page-bounds .title-block,
  .quicklink-buttons {
    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 {
  border: 2px solid #004b97;
  font-size: 20px;
  font-weight: 300;
  line-height: 37.5px;
  margin: 25px 0;
  padding: 25px 37.5px 25px;
  position: relative;
}
.pull-quote::before {
  background: #fff;
  color: #004b97;
  content: '\f10d';
  font-family: "Font Awesome 5 Pro";
  font-size: 25px;
  font-weight: 900;
  padding: 6.25px 0;
  position: absolute;
  left: -12.5px;
}
.pull-quote__attribution {
  display: block;
  font-size: 16px;
  line-height: 25px;
  opacity: 0.8;
}
.pull-quote__attribution::before {
  content: '– ';
}
p + .pull-quote__attribution {
  margin-top: -18.75px;
}

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


.content-box {
  padding: 25px;
  border: 2px solid #004b97;
  background: #fff;
}
.content-box:not(:last-child) {
  margin-bottom: 25px;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  color: #0093d1;
}
.content-box--highlight {
  border-color: #038f44;
}
.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: #00aa4f;
}
.content-box--action {
  border-color: #dfb90d;
}
.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: #ffd204;
}

.truncator-expand {
  display: block;
  width: 100%;
  padding-top: 6.25px;
  margin-top: 12.5px;
  border-top: 1px dashed #d4d4d4;
  text-align: left;
  color: #0093d1;
  font-weight: 700;
  font-size: 16px;
}
.margin + .truncator-expand {
  margin-top: -12.5px;
}
.margin + .truncator-expand:not(:last-child) {
  margin-bottom: 25px;
}
.item-list + .truncator-expand,
.margin-large + .truncator-expand {
  margin-top: -37.5px;
}
.item-list + .truncator-expand:not(:last-child),
.margin-large + .truncator-expand:not(:last-child) {
  margin-bottom: 50px;
}

.color-spec {
  overflow: hidden;
  border: 1px solid #d4d4d4;
}
.color-spec__swatch {
  height: 0;
  padding-bottom: 100%;
}
.color-spec__text {
  padding: 25px 18.75px;
  font-size: 16px;
}
.color-spec__title {
  font-size: 20px;
  margin-bottom: 12.5px;
}
.color-spec__text p:not(:last-child) {
  margin-bottom: 12.5px;
}
.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,
.horizontal-scroll__wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.margin {
  margin-bottom: 24px !important;
}

.margin-large {
  margin-bottom: 48px !important;
}

.margin-small {
  margin-bottom: 12px !important;
}

.margin-top {
  margin-top: 24px !important;
}

.margin-top-large {
  margin-top: 48px !important;
}

.margin-top-small {
  margin-top: 12px !important;
}

.margin-left {
  margin-left: 24px !important;
}

.margin-left-small {
  margin-left: 12px !important;
}

.margin-left-large {
  margin-left: 48px !important;
}

.margin-right {
  margin-right: 24px !important;
}

.margin-right-small {
  margin-right: 12px !important;
}

.margin-right-large {
  margin-right: 48px !important;
}

.no-margin {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.padding {
  padding-bottom: 24px !important;
}

.padding-large {
  padding-bottom: 48px !important;
}

.padding-small {
  padding-bottom: 12px !important;
}

.padding-top {
  padding-top: 24px !important;
}

.padding-top-large {
  padding-top: 48px !important;
}

.padding-top-small {
  padding-top: 12px !important;
}

.padding-left {
  padding-left: 24px !important;
}

.padding-left-small {
  padding-left: 12px !important;
}

.padding-left-large {
  padding-left: 48px !important;
}

.padding-right {
  padding-right: 24px !important;
}

.padding-right-small {
  padding-right: 12px !important;
}

.padding-right-large {
  padding-right: 48px !important;
}

.no-padding {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

/*! common spacing classes */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.grid {
  display: block;
  padding: 0;
  margin: 0 -25px 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: -25px;
}
.grid--compact {
  margin-right: -12.5px;
}
.grid--compact.no-margin {
  margin-bottom: -12.5px;
}
.grid__unit {
  display: inline-block;
  width: 100%;
  padding: 0 25px 25px 0;
  margin: 0;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  text-align: left;
}
.grid--compact > .grid__unit {
  padding: 0 12.5px 12.5px 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: -50px;
  }
  .grid.no-margin {
    margin-bottom: -50px;
  }
  .grid--compact {
    margin-right: -25px;
  }
  .grid--compact.no-margin {
    margin-bottom: -25px;
  }
  .grid__unit {
    padding: 0 50px 50px 0;
  }
  .grid--compact > .grid__unit {
    padding: 0 25px 25px 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 {
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  border-bottom: 3px solid #004b97;
  color: #424242;
  color: rgba(66, 66, 66, 0.8);
  display: block;
  font: 16px/25px "Roboto", Helvetica, Arial, sans-serif;
  padding: 9.375px 12.5px;
  margin: 0;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  width: 100%;
}
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: 25px;
}
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: #c1d0df;
}
input[type="text"].input-validation-error,
input[type="email"].input-validation-error,
input[type="password"].input-validation-error,
input[type="number"].input-validation-error,
input[type="tel"].input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
  border-color: #941;
  color: #941;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #004b97;
  color: #424242;
}
textarea {
  padding: 12.5px;
  min-height: 100px;
}
textarea.textarea-large {
  min-height: 250px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: -0.1em;
}
label + input[type="radio"],
label + input[type="checkbox"] {
  margin-left: 25px;
}

label {
  display: block;
  margin-bottom: 6.25px;
  font-size: 14px;
  font-weight: 700;
  color: #424242;
  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: #004b97;
}
label.required::after {
  content: '*';
  font-weight: 400;
}
label.input-validation-error {
  color: #941;
}
label.is-selected {
  color: #038f44;
}
label.is-focused {
  color: #0093d1;
  opacity: 1;
}

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

@media (min-width: 480px) {
  .side-label {
    padding-left: 175px;
  }
  .side-label label {
    width: 175px;
    float: left;
    margin-left: -175px;
    padding: 6.25px 1em 0 0;
  }
}


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

button[data-sf-role=captcha-audio-btn],
a[data-sf-role=captcha-refresh-button] {
  background: #004b97!important;
  color: #fff!important;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 6.25px;
  padding: 7.5px 25px;
  transition: all 0.15s ease-out;
}

button[data-sf-role=captcha-audio-btn]:hover,
a[data-sf-role=captcha-refresh-button]:hover {
  cursor: pointer;
  transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}



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

html {
  scroll-behavior: smooth;
}

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

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

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


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


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

.page-header {
  background: #004b97;
  left: 0;
  padding-right: 24px;
  position: relative;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.page-header .page-bounds,
.page-header .about__content,
.page-header .publications__content,
.page-header .hero__content {
  position: relative;
}
.page-header__toggle {
  display: none;
}

@media (max-width: 959px) {
  .page-header {
    width: 100%;
  }
  .page-header__toggle {
    color: #fff;
    display: block;
    right: 0;
    top: 0;
    padding: 25px 24px;
    position: absolute;
  }
  .page-header__toggle.mobile-menu-is-open {
    color: #f1f1f1;
  }
  .js .page-header__toggle {
    display: block;
  }
  .page-header__toggle .toggle-indicator {
    margin-left: 6.25px;
  }
  .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: 960px) {
  .page-header {
    padding-right: 48px;
  }
}


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

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

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

  .header-social {
    -ms-flex-order: 4;
    order: 4;
    padding: 12.5px 25px 25px;
  }
}

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


@media (max-width: 959px) {
  body {
    transition: transform 0.2s ease-out;
  }
  body.mobile-menu-is-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-transform: translateX(calc(100% - 75px));
    transform: translateX(calc(100% - 75px));
  }

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

  @supports (transform: translateX(calc(100% - 75px))) {
    .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: 24px !important;
    padding-bottom: 24px !important;
    border-width: 1px 0 !important;
  }
  .page-header .header-search__submit {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    background: transparent;
    color: #0093d1;
  }
  .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(0, 75, 151, 0.7);
  }
  .page-header__toggle.mobile-menu-is-open .toggle-indicator {
    position: absolute;
    top: 27px;
    left: 37.5px;
    margin: 0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}


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

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

@media (max-width: 959px) {
  .header-logo a {
    padding: 12.5px 0;
  }
  .header-logo img {
    max-height: 50px;
  }
}


.toggle-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 25px;
  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, transform 0.25s ease-out;
}
.toggle-indicator__piece::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: #222;
  transition: background 0.2s ease-out;
}
.page-header .toggle-indicator__piece::before {
  background: #fff;
}
.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, transform 0.25s ease-out 0.3s;
}
.is-active .toggle-indicator__piece::before,
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #004b97;
}
.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 {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-active .toggle-indicator__piece--3,
.mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-is-open .page-header .toggle-indicator__piece::before {
  background: #f1f1f1;
}

.header-utility__list {
  list-style: none;
  margin: 0;
}
.header-utility__item {
  display: inline-block;
}
.header-utility__item a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 12.5px 6.25px;
}
.header-utility__item a:hover,
.header-utility__item a:focus {
  color: #f1f1f1;
}
.header-utility__item--highlight > a {
  padding-left: 12.5px;
  padding-right: 12.5px;
  background: #0093d1;
  color: #fff;
  border-radius: 3px;
}
.header-utility__item--highlight > a:hover,
.header-utility__item--highlight > a:focus {
  background: #1aa2db;
  color: #fff;
}

@media (max-width: 767px) {
  .header-utility__item {
    border: 1px solid #fff;
    margin-top: 12.5px;
  }
}

@media (min-width: 768px) {
  .header-utility__item {
    margin-left: 6.25px;
  }
  .header-utility__item > a {
    border: 1px solid #fff;
    padding: 6.25px;
  }
  .header-utility__item > a .fa-chevron-down {
    display: none;
  }
}

@media (max-width: 959px) {
  .header-utility {
    padding: 18.75px 25px;
    text-align: center;
    font-size: 16px;
  }
}

@media (min-width: 960px) {
  .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: 959px) {
  .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: 6.25px 6.25px 6.25px 25px;
  }
}

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


.header-user__welcome {
  color: #fff;
  font-family: "Roboto", "Roboto", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
  opacity: 0.75;
}
.header-user__action {
  color: #fff;
  display: inline-block;
  padding: 6.25px;
}
.header-user__action:hover,
.header-user__action:focus {
  color: #f1f1f1;
}

@media (min-width: 960px) {
  .header-user {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome,
  .header-user__actions {
    display: inline-block;
    vertical-align: middle;
  }
  .header-user__welcome {
    font-size: 18px;
    margin-right: 12.5px;
  }
}

/*header link*/
.header-link {
  display: inline-block;
  font-size: 15px;
  position: absolute;
  right: 40em;
  top: 12px;
}

.header-link a {
  color: #fff;
}

.header-link a:hover,
.header-link a:focus {
  opacity: 0.8;
}


@media (max-width: 959px) {
  .header-link {
    border-top: 1px solid rgb(255, 255, 255, 0.3);
    font-size: 15px;
    margin-bottom: 12px;
    margin-left: 24px;
    margin-right: 24px;
    order: 5;
      -ms-flex-order: 5;
    padding: 12px;
    position: relative;
    right: 0;
  }
}


.header-search {
  position: relative;
}
.header-search__label {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 12.5px;
  margin: 0;
  opacity: 0.3;
  font-size: 18px;
}
.header-search__label:hover,
.header-search__label:focus {
  opacity: 0.8;
}
.header-search__input {
  background: #003264 !important;
  border: 0 !important;
  color: #f1f1f1 !important;
  display: block;
  font-size: 18px;
  line-height: 25px;
  margin: 0 !important;
  padding: 6.25px 50px 6.25px 12.5px !important;
  width: 100%;
}
.header-search__submit {
  background: #0058b1;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 7.25px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}

@media (max-width: 959px) {
  .header-search__input {
    padding-left: 25px !important;
  }
}

/*! header social icons */

.header-social__icon {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  margin-right: 6.25px;
  padding: 6.25px;
  text-align: center;
  width: 35px;
  vertical-align: middle;
}
.header-social__icon:hover,
.header-social__icon:focus {
  background: #424242;
  color: #fff;
  opacity: 1;
}
.header-social__twitter {
  background: #000000;
}
.header-social__linkedin {
  background: #0a66c2;
}
.header-social__facebook {
  background: #1877f2;
}
.header-social__youtube {
  background: #f00;
}
.header-social__instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.header-nav ul {
  list-style: none;
  margin: 0;
}
.header-nav li {
  position: relative;
}
.header-nav a {
  display: block;
  font-family: "PT Serif", "Roboto", Helvetica, Arial, sans-serif;
}
.header-nav > ul > li > a,
.header-nav div > ul > li > a {
  font-weight: 700;
  color: #fff;
}
.header-nav li li a {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.header-nav li li li a {
  color: #fff;
}
.header-nav li li li li a {
  color: #fff;
}
.header-nav__toggle {
  display: none;
}

@media (max-width: 959px) {
  .header-nav {
    background: #004b97;
  }
  .header-nav a {
    padding: 12.5px 61.5px 12.5px 24px;
    border-bottom: 1px solid #0093d1;
  }
  .header-nav li li a {
    padding-left: 49px;
    border-bottom-color: rgba(0, 147, 209, 0.5);
  }
  .header-nav li li li a {
    padding-left: 74px;
  }
  .header-nav li li li li a {
    padding-left: 99px;
  }
  .header-nav > ul > li > a,
  .header-nav div > ul > li > a {
    color: #fff;
  }
  .header-nav > ul > li > ul a,
  .header-nav div > ul > li > ul a {
    color: #fff;
  }
  .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: 62.5px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #004b97;
    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: #0093d1;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -5px;
    -ms-transform: scaleX(0.6);
    transform: scaleX(0.6);
    transition: transform 0.2s ease-out;
  }
  .header-nav__toggle.is-active::before {
    border-top-color: #1aa2db;
    transform: scaleX(0.6) rotateX(180deg);
  }
}

@media (min-width: 960px) {
  .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: 25px 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: #7fd9ff;
  }
  .header-nav .is-current > a {
    color: #7fd9ff;
  }
}

/*! megamenu-style dropdowns */

@media (min-width: 960px) {
  .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: #004b97;
    border: solid #0093d1;
    border-width: 5px 5px 0 0;
    -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: 37.5px 48px;
    border-top: 2px solid #0093d1;
    text-align: left;
    background: #004b97;
    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 #0093d1, -1279px 0 0 #004b97, 1279px 0 0 #004b97, -1279px 1px 0 #0093d1, 1279px 1px 0 #0093d1;
  }
  .header-nav > ul > li > ul > li,
  .header-nav div > ul > li > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding-bottom: 25px;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 calc(33% - 12.5px);
    flex: 0 0 calc(33% - 12.5px);
  }
  .header-nav > ul > li > ul > li > a,
  .header-nav div > ul > li > ul > li > a {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    font-size: 18px;
    font-family: "PT Serif", "Roboto", Helvetica, Arial, sans-serif;
    padding-bottom: 6.25px;
  }
  .header-nav > ul > li > ul > li > ul,
  .header-nav div > ul > li > ul > li > ul {
    padding-top: 12.5px;
    border-top: 1px solid #004b97;
  }
  .header-nav > ul > li > ul > li > ul a,
  .header-nav div > ul > li > ul > li > ul a {
    color: #fff;
  }
  .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: #7fd9ff;
  }
  .header-nav > ul > li:hover > a,
  .header-nav div > ul > li:hover > a {
    color: #7fd9ff;
  }
  .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;
  }
}

/*! navigation cascade animation */

@media (min-width: 960px) {
  .header-nav > ul > li > ul > li {
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  .header-nav > ul > li:hover > ul > li {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(1) {
    transition-delay: 0.535s, 0.535s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(2) {
    transition-delay: 0.57s, 0.57s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(3) {
    transition-delay: 0.605s, 0.605s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(4) {
    transition-delay: 0.64s, 0.64s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(5) {
    transition-delay: 0.675s, 0.675s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(6) {
    transition-delay: 0.71s, 0.71s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(7) {
    transition-delay: 0.745s, 0.745s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(8) {
    transition-delay: 0.78s, 0.78s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(9) {
    transition-delay: 0.815s, 0.815s;
  }
  .header-nav > ul > li:hover > ul > li:nth-child(10) {
    transition-delay: 0.85s, 0.85s;
  }
}


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

.header-logo {
  background: #fff;
  float: left;
  padding: 0 25px;
}

@media (min-width: 960px) {
  .page-header > .page-bounds,
  .page-header > .about__content,
  .page-header > .publications__content,
  .page-header > .hero__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page-header .header-logo {
    padding: 0 25px;
  }
  .page-header__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .header-logo {
    max-width: 180px;
  }
  .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: 12.5px 0;
  }
  .header-logo img {
    max-height: 100%;
  }
}


@media (min-width: 960px) and (max-width: 1375px) {
  .page-header {
    padding-bottom: 95px;
  }
  .page-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 25px;
  }

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

  .header-utility {
    top: 60px !important;
    right: 50px;
  }

  /*! sticky header */

  .content {
    padding-top: 230px !important;
  }

  .page-header {
    transition: transform 0.2s ease;
  }
  body.is-scrolled .page-header {
    -ms-transform: translateY(-110px);
    transform: translateY(-110px);
  }
}

@media (min-width: 960px) {
  .header-social,
  .header-search {
    position: absolute;
    top: 5px;
  }
  .header-search {
    right: 17em;
    width: 14em;
  }
  .header-social {
    right: 48px;
  }

  .header-utility {
    margin-left: 25px;
    position: absolute;
    top: 6.25px;
  }

  /*! sticky header */

  .content {
    padding-top: 155px;
  }

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

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

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

  body.is-scrolled .header-logo,
  body.is-scrolled .header-logo a {
    height: 75px;
  }
  body.is-scrolled .header-social,
  body.is-scrolled .header-link,
  body.is-scrolled .header-search {
    top: -75px;
  }
  body.is-scrolled .header-nav {
    margin-top: 0;
  }
  body.is-scrolled .header-nav > ul > li > a {
    padding-bottom: 18px;
  }
  body.is-scrolled .header-utility {
    top: 20%;
  }
}

@media (min-width: 1376px) and (max-width: 1535px) {
  .header-nav {
    margin-right: 20em !important;
  }
}

@media (min-width: 1376px) {
  /*.page-header__home .header-logo {
    opacity: 0;
    padding: 0;
    width: 0;
  }*/
  .page-header__home + div {
    display: none;
  }
  .header-nav {
    margin-right: 35em;
    margin-top: 35px;
  }
  .header-utility {
    position: absolute;
    right: 48px;
    top: 50%;
  }

  /*! sticky header */
  /*body.is-scrolled .page-header__home .header-logo {
    max-width: 200px;
    opacity: 1;
    padding: 0 25px;
    width: auto;
  }*/
  body.is-scrolled .page-header__home + div {
    display: block;
  }
  body.is-scrolled .header-nav {
    margin-right: 20em;
  }
  body.is-scrolled .header-nav > ul > li > a {
    padding-bottom: 25px;
  }
}


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

.page-footer {
  background: url(/images/default-source/siteimages/footer-bg.svg) no-repeat center bottom;
  background-size: contain;
  padding: 0 24px;
}
.page-footer .page-bounds,
.page-footer .about__content,
.page-footer .publications__content,
.page-footer .hero__content {
  position: relative;
}

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


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

/*! bordered footer style */

.page-footer {
  border-top: 1px solid #d4d4d4;
  color: #424242;
  font-size: 16px;
  padding-bottom: 50px;
}
.page-footer a {
  color: #004b97;
}
.page-footer a:hover,
.page-footer a:focus {
  color: #0093d1;
}


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

.footer-back-top {
  text-align: center;
}
.footer-back-top .button {
  background: #004b97;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
}
.footer-back-top .button:hover,
.footer-back-top .button:focus {
  background: #0093d1;
  box-shadow: none;
  color: #fff;
  -ms-transform: none;
  transform: none;
}

@media (min-width: 768px) {
  .footer-back-top {
    text-align: right;
  }
}


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

.footer-contact p {
  margin-bottom: 0;
}
.footer-contact__address {
  font-family: "PT Serif", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.footer-contact__fax {
  margin-left: 25px;
}

.footer-social a {
  color: #fff;
}
.footer-social a:hover,
.footer-social a:focus {
  color: #fff;
}
.footer-social__icon {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  margin-right: 12.5px;
  padding: 10.41667px;
  text-align: center;
  width: 45px;
  vertical-align: middle;
}
.footer-social__icon:hover,
.footer-social__icon:focus {
  background: #424242;
}
.footer-social__twitter {
  background: #000000;
}
.footer-social__linkedin {
  background: #0a66c2;
}
.footer-social__facebook {
  background: #1877f2;
}
.footer-social__youtube {
  background: #f00;
}

.footer-trending__title {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  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 {
  border-right: 1px solid #424242;
  display: block;
  line-height: 18px;
  padding: 6.25px;
}
.footer-utility__item:first-child a {
  margin-left: 0;
  padding-left: 0;
}
.footer-utility__item:last-child a {
  border-right: 0;
}

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


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

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

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

@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: 6.25px 0;
  }
}

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


.footer-copyright {
  font-size: 12px;
  opacity: 0.5;
}


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

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

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

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

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

  .page-footer__content {
    padding-top: 25px;
    padding-left: 37.5px;
    overflow: hidden;
  }

  .footer-social {
    margin-top: 12.5px;
  }

  .footer-copyright {
    margin: 12.5px auto;
    padding-left: 7.2px;
  }
}

@media (min-width: 960px) {
  .footer-contact,
  .footer-utility {
    width: 56.25%;
    width: calc(56.25% - 12.6px);
    float: left;
    clear: left;
    margin-right: 23.5px;
  }
  .footer-contact {
    line-height: 37.5px;
  }

  .footer-social {
    overflow: hidden;
    margin: 0;
  }
  .footer-social__item {
    display: block;
  }

  .footer-copyright {
    margin: 25px auto;
    text-align: center;
  }
}


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

.about__title,
.grid-logos__title,
.publications__title,
.featured-item__title {
  font-size: 28px;
  line-height: 40px;
}
.about {
  background: #f1f1f1;
  margin-bottom: 37.5px;
  padding: 37.5px;
}

@media (max-width: 767px),  (min-width: 960px) and (max-width: 1375px) {
  .tabs--minimal .tabs__tab:first-child.is-active {
    border-top: 0;
  }
  .tabs--minimal .tabs__tab:nth-child(2) {
    border-top: 1px solid #d0d0d0;
  }
}

@media (min-width: 768px) {
  .about {
    margin-bottom: 150px;
    padding: 25px;
    transform: skewY(3deg) translateY(-90px);
    -ms-transform: skewY(3deg) translateY(-90px);
  }
  .about__content {
    transform: skewY(-3deg) translateY(150px);
    -ms-transform: skewY(-3deg) translateY(150px);
  }
}

@media (min-width: 768px) and (max-width: 959px), (min-width: 1376px) {
  .tabs--minimal .tabs__tab:first-child.is-active {
    border-right: 1px solid #d0d0d0;
  }
  .tabs--minimal .tabs__tab:nth-child(2).is-active {
    border-left: 1px solid #d0d0d0;
  }
}

@media (min-width: 1376px) {
  .tabs--minimal .tabs__tab:first-child {
    text-align: right;
  }
}


.publications {
  background: #f1f1f1;
  margin-bottom: 37.5px;
  margin-top: 37.5px;
  padding: 37.5px;
}
.publications .more {
  color: #e51937;
  line-height: 40px;
}

@media (min-width: 768px) {
  .publications {
    margin-bottom: -32.5px;
    margin-top: 175px;
    padding: 0 37.5px;
    position: relative;
    transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
  }
  .publications__content {
    position: relative;
    transform: skewY(3deg) translateY(-150px);
    -ms-transform: skewY(3deg) translateY(-150px);
    z-index: 3;
  }
  .publications::after {
    background: #fff;
    bottom: -5.5vh;
    content: '';
    display: block;
    height: 20vh;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    z-index: 1;
  }
}


.grid-logos {
  margin-top: 25px;
  margin-bottom: 25px;
}
.grid-logos .more {
  color: #e51937;
  line-height: 40px;
}
.grid-logos .item-list__description {
  color: #424242;
}

@media (min-width: 1376px) {
  .grid-logos {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}


.featured-item {
  position: relative;
  z-index: 3;
}
.featured-item__media-title {
  font-size: 20px;
  margin-bottom: 12.5px;
}

@media (max-width: 767px) {
  .featured-item__twitter {
    max-width: 80% !important;
  }
}

@media (min-width: 768px) {
  .featured-item__align-right {
    float: right;
    margin: 0 25px 25px;
    width: 40%;
  }
}

  


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

.page-title {
  color: #424242;
}
.page-title + .breadcrumbs {
  margin-top: -25px;
}


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

.title-block {
  margin: -24px -24px 25px;
  padding: 37.5px 24px;
  background: #004b97;
  position: relative;
  overflow: hidden;
}
.title-block::before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.5);
  z-index: 2;
}
.title-block__background img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 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(34, 34, 34, 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(34, 34, 34, 0.4), 0 0 3px rgba(34, 34, 34, 0.3);
}
.title-block .breadcrumbs {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .title-block {
    margin: -48px -48px 50px;
    padding: 75px 48px;
  }
  .title-block::before {
    width: 75%;
    background: linear-gradient(to right, #222, rgba(34, 34, 34, 0));
    opacity: 0.5;
  }
}

@media (min-width: 960px) {
  .title-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


.breadcrumbs {
  font-size: 16px;
  margin-bottom: 25px;
}
.breadcrumbs a {
  color: #424242;
  opacity: 0.9;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #00aa4f;
  opacity: 1;
}
.breadcrumbs span {
  display: inline-block;
  margin: 0 0.3em;
  opacity: 0.4;
}

.in-this-section a {
  display: block;
  padding: 6.25px 0;
  color: #004b97;
}
.in-this-section a:hover,
.in-this-section a:focus {
  color: #1aa2db;
}

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

@media (max-width: 959px) {
  .in-this-section__toggle {
    background: #f1f1f1;
    padding: 12.5px 25px;
    display: block;
    width: 100%;
    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 {
    background: #f1f1f1;
    display: block;
    padding: 12.5px 25px;
  }
}

@media (min-width: 960px) {
  .in-this-section__toggle {
    cursor: default;
    font-family: "PT Serif", "Roboto", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 12.5px;
  }
  .in-this-section__toggle .toggle-indicator {
    display: none;
  }
  .interior-layout .in-this-section {
    background: #f1f1f1;
    margin-top: -6.25px;
    padding: 12.5px 25px;
  }
}


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

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

@media (min-width: 960px) {
  .interior-layout__nav {
    margin-bottom: 0;
  }
  .interior-layout__nav > *:last-child {
    margin-bottom: 50px;
  }
  .interior-layout__title {
    margin-bottom: 25px;
  }
  .interior-layout__main {
    margin-bottom: 50px;
  }
  .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;
  }
}

/* ---------- =detail publications ---------- */

.detail-publication__intro .detail-publication__logo {
  float: left;
  margin-right: 25px;
  max-width: 33%;
}
.detail-publication__content {
  overflow: hidden;
}
.detail-publication__intro {
  margin-bottom: 50px;
}

.detail-publication__browse--columns .item-list__item:nth-child(4n+1) .item-list__container {
  background: #0093d1;
  background: linear-gradient(#0093d1, #0081b8);
}
.detail-publication__browse--columns .item-list__item:nth-child(4n+2) .item-list__container {
  background: #004b97;
  background: linear-gradient(#004b97, #003e7e);
}
.detail-publication__browse--columns .item-list__item:nth-child(4n+3) .item-list__container {
  background: #e51937;
  background: linear-gradient(#e51937, #ce1631);
}
.detail-publication__browse--columns .item-list__item:nth-child(4n+4) .item-list__container {
  background: #ffd204;
  background: linear-gradient(#ffd204, #eac000);
}
.detail-publication__browse--columns .item-list__container {
  overflow: hidden;
  padding: 6.25px 6.25px 25px 6.25px;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.detail-publication__browse--columns .item-list__container:focus,
.detail-publication__browse--columns .item-list__container:hover {
  -ms-transform: translateY(-6.25px);
  transform: translateY(-6.25px);
}
.detail-publication__browse--columns .item-list__title {
  color: #fff;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.detail-publication__browse--columns .item-list__title:hover, 
.detail-publication__browse--columns .item-list__title:focus {
  color: #fff;
}

.detail-publication__links .detail-publication__links--columns {
  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: baseline;
  align-items: baseline;
}
.detail-publication__links .detail-publication__links--columns div {
  display: inline-block;
  padding: 0 25px 0 0;
}
.detail-publication__links .detail-publication__links--columns p {
  margin-bottom: 6px;
}
.detail-publication__links .detail-publication__links--columns ul {
  margin-left: 20px;
}
.detail-publication__people .more {
  color: #e51937;
  line-height: 50px;
}

@media (max-width: 767px) {
  .detail-publication__intro .detail-publication__logo {
    float: none;
    margin: 0 auto 25px;
    max-width: 80%;
  }
  .detail-publication__links .detail-publication__links--columns div {
    padding: 0 25px 25px 0;
    width: 100%;
  }
}

@media (max-width: 959px) {
  .detail-publication__info {
    padding-bottom: 25px;
  }
}

@media (min-width: 960px) {
  .detail-publication__twocol {
    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: baseline;
    align-items: baseline;
  }
  .detail-publication__info, 
  .detail-publication__news {
    width: 49%;
  }
  .detail-publication__info {
    padding-right: 25px;
  }
}


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

.button {
  background: #fff;
  border: 2px solid #424242;
  border-radius: 3px;
  color: #424242;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  padding: 12.5px 37.5px;
  text-align: center;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  vertical-align: middle;
}
.button:hover,
.button:focus {
  color: #0093d1;
  border-color: #0093d1;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6.25px;
}
.button:active {
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}

.project-back input.button:hover, .project-back input.button:active, .project-back input.button:focus {
 -ms-transform: translateY(0);
  transform: translateY(0);
}
.button--large {
  display: block;
  width: auto;
  max-width: 100%;
}
.button--large + .button--large {
  margin-left: 0;
  margin-top: 12.5px;
}
.button--small {
  padding: 6.25px 25px;
  font-size: 16px;
}
.button--white {
  background: rgba(255, 255, 255, 0);
  border-color: #fff;
  color: #fff;
}
.button--white:hover,
.button--white:focus {
  border-color: #f1f1f1;
  color: #f1f1f1;
}
.button--highlight {
  background: #004b97;
  border: 0;
  color: #fff;
}
.button--highlight:hover,
.button--highlight:focus {
  background: #0093d1;
  color: #fff;
}
.button--action {
  border-color: #038f44;
  color: #038f44;
}
.button--action:hover,
.button--action:focus {
  border-color: #00aa4f;
  color: #00aa4f;
}
.button--warn {
  color: #941;
  border-color: #941;
}
.button--warn:hover,
.button--warn:focus {
  color: #941;
  border-color: #941;
}
.button--cancel {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  border: 1px solid #d4d4d4;
}
.button--cancel:hover,
.button--cancel:focus {
  color: #0093d1;
  border-color: #0093d1;
}

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


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

.item-list {
  list-style: none;
  margin-left: 0;
}
.item-list:not(:last-child) {
  margin-bottom: 50px;
}
.item-list + .button {
  margin-top: -25px;
}
.item-list__item + .item-list__item {
  border-top: 1px solid #f1f1f1;
  margin-top: 25px;
  padding-top: 25px;
}
.item-list__thumbnail {
  display: block;
  width: 300px;
  max-width: 33%;
  float: left;
  margin-right: 25px;
}
.item-list__content {
  overflow: hidden;
}
.item-list__title {
  color: #424242;
  font-family: "PT Serif", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}
.item-list__title a:hover,
.item-list__title a:focus {
  color: #0093d1;
}
.item-list__date {
  margin: 6.25px 0 0;
  font-family: "Roboto", "Roboto", Helvetica, Arial, sans-serif;
  font-style: italic;
  opacity: 0.7;
}
.item-list__categories {
  font-size: 80%;
  font-style: italic;
  margin-bottom: 6.25px;
}
.item-list__description {
  margin: 6.25px 0 0;
}

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

ul.item-list.margin-top.item-list--awards__people {
  margin-left: 24px;
}

ul.item-list.margin-top.item-list--awards__people .item-list__thumbnail {
  max-width: 140px;
}


/*! grid-style lists */

.item-list--grid .item-list__item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.item-list--grid .item-list__thumbnail {
  display: table;
  float: none;
  margin: 0 auto 12.5px;
  max-width: 100%;
  width: 100%;
}
.item-list--grid .item-list__thumbnail img {
  width: 100%;
}
.item-list--grid .item-list__item + .item-list__item {
  margin-top: 0;
}
.item-list--grid .item-list__item .item-list__action {
  opacity: 0;
  transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
}
.item-list--grid .item-list__item:hover .item-list__action,
.item-list--grid .item-list__item:focus .item-list__action {
  opacity: 1;
}
.item-list--grid .item-list__action {
  margin-top: 12.5px;
}

@media (max-width: 959px) {
  .item-list--grid .item-list__item .item-list__action {
    display: none;
  }
}

/*! carousel-style lists */

.item-list--carousel {
  transform: translateX(-25px);
  -ms-transform: translateX(-25px);
}
.item-list--carousel .item-list__item + .item-list__item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.item-list--carousel .item-list__title {
  font-size: 18px;
}

@media (max-width: 767px) {
  .item-list--carousel .item-list__item {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .item-list--carousel .item-list__item {
    padding-right: 6.25px;
  }
}

.item-list--carousel .item-list__item:nth-child(4n+1) .item-list__container {
  background: #0093d1;
  background: linear-gradient(#0093d1, #0081b8);
}
.item-list--carousel .item-list__item:nth-child(4n+2) .item-list__container {
  background: #004b97;
  background: linear-gradient(#004b97, #003e7e);
}
.item-list--carousel .item-list__item:nth-child(4n+3) .item-list__container {
  background: #e51937;
  background: linear-gradient(#e51937, #ce1631);
}
.item-list--carousel .item-list__item:nth-child(4n+4) .item-list__container {
  background: #ffd204;
  background: linear-gradient(#ffd204, #eac000);
}
.item-list--carousel .item-list__container {
  overflow: hidden;
  padding: 6.25px 6.25px 25px 6.25px;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}

@media (max-width: 767px) {
  .item-list--carousel .item-list__container {
    min-height: 0 !important;
  }
}

.item-list--carousel .item-list__container:focus,
.item-list--carousel .item-list__container:hover {
  -ms-transform: translateY(-6.25px);
  transform: translateY(-6.25px);
}
.item-list--carousel .item-list__thumbnail {
  float: none;
  margin-bottom: 8.33333px;
  max-width: 100%;
  width: 100%;
}
.item-list--carousel .item-list__title {
  color: #fff;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.item-list--carousel .slick-list {
  margin: 0 45px;
  padding-top: 25px;
}
.item-list--carousel .slick-arrow {
  background: #fff;
  color: #424242;
  padding: 8.33333px 16.66667px;
  position: absolute;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  top: 50%;
  z-index: 2;
}
.item-list--carousel .slick-arrow:focus,
.item-list--carousel .slick-arrow:hover {
  background: #f1f1f1;
}
.item-list--carousel .slick-prev {
  left: -5px;
}

@media (max-width: 767px) {
  .item-list--carousel .slick-prev {
    left: -4px;
  }
}

.item-list--carousel .slick-next {
  right: 2px;
}

@media (max-width: 767px) {
  .item-list--carousel .slick-next {
    right: -5px;
  }
}


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

.tabs--standard:not(:last-child) {
  margin-bottom: 50px;
}
.tabs--standard .tabs__tab {
  background: #004b97;
  border: 1px solid #f1f1f1;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: -1px;
  opacity: 0.9;
  padding: 12.5px;
  position: relative;
  vertical-align: bottom;
  z-index: 2;
}
.tabs--standard .tabs__tab.is-active {
  background: #fff;
  border-color: #0093d1;
  border-bottom-color: #fff;
  color: #0093d1;
}
.tabs--standard .tabs__tab:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.8);
  outline-offset: -6.25px;
}
.tabs--standard .tabs__pane {
  border: 1px solid #0093d1;
  display: none;
  padding: 25px;
}
.tabs--standard .tabs__pane.is-active {
  display: block;
}
.tabs--minimal .tabs__tab {
  background: rgba(255, 255, 255, 0);
  border: 0;
  color: #e51937;
  font-family: "PT Serif", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 25px;
  opacity: 0.7;
}
.tabs--minimal .tabs__tab .fal {
  background: #004b97;
  color: #ffffff;
  margin-left: 12.5px;
  padding: 12px;
  transition: transform 0.15s ease-out;
  -ms-transition: transform 0.15s ease-out;
}
.tabs--minimal .tabs__tab.is-active {
  background: rgba(255, 255, 255, 0);
  border-top: 1px solid #d0d0d0;
  color: #e51937;
  opacity: 1;
}
.tabs--minimal .tabs__tab.is-active .fal {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.tabs--minimal .tabs__tab:focus {
  outline: 0;
}
.tabs--minimal .tabs__pane {
  border: 0;
}
.tabs--minimal .tabs__pane.is-active {
  display: block;
}
.tabs--vertical {
  margin-bottom: 50px;
}
.tabs--vertical .tabs__tab {
  background: #004b97;
  color: #fff;
  padding: 12.5px;
}
.tabs--vertical .tabs__tab.is-active {
  color: #0093d1;
  background: #fff;
}
.tabs--vertical .tabs__tab:focus {
  outline: 1px dashed #0093d1;
  outline-offset: -6.25px;
}
.js .tabs--vertical .tabs__pane:not(.is-active) {
  display: none;
}

@media (min-width: 480px) {
  .tabs--standard .tabs__tab {
    padding: 18.75px 25px;
    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 #f1f1f1;
  }
  .tabs--standard .tabs__tab ~ .tabs__tab,
  .tabs--vertical .tabs__tab ~ .tabs__tab {
    margin-top: 6.25px;
  }
  .tabs--standard .tabs__tab.is-active,
  .tabs--vertical .tabs__tab.is-active {
    border-color: #0093d1 #0093d1 #fff;
  }
  .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: 25px 12.5px;
    border: 1px solid #0093d1;
    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;
  }
  .tabs--minimal .tabs__tab,
  .tabs--minimal .tabs__pane {
    border: 0;
  }
}

@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 {
    border: 1px solid #f1f1f1;
    border-right-color: #d4d4d4;
    box-shadow: inset 6.25px 0 0 #004b97;
    clear: left;
    cursor: pointer;
    float: left;
    margin-bottom: 6.25px;
    padding: 11.5px 17.75px;
    width: 300px;
  }
  .tabs--vertical .tabs__tab.is-active {
    background: #fff;
    border-color: #0093d1 #fff #0093d1 #0093d1;
    box-shadow: inset 6.25px 0 0 #0093d1;
    color: #0093d1;
    cursor: default;
  }
  .tabs--vertical .tabs__pane {
    padding: 25px;
    background: #fff;
    border-left: 299px solid #fff;
    box-shadow: inset 0 0 0 1px #0093d1;
  }
  .tabs--vertical .tabs__pane::after {
    content: '';
    display: table;
    clear: both;
    margin: 31.25px 0 -31.25px;
  }
}


.accordion:not(:last-child) {
  margin-bottom: 50px;
}
.accordion__label {
  background: #004b97;
  border: 1px solid #004b97;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  padding: 12.5px;
}
.accordion__label .fa-arrow-right {
  margin-left: 0.4em;
  transition: transform 0.15s ease-out;
}
.accordion__label:hover,
.accordion__label:focus {
  background: #0093d1;
  border-color: #0093d1;
  color: #fff;
}
.accordion__label.is-active {
  color: #0093d1;
  border-color: #0093d1 #0093d1 #f1f1f1 #0093d1;
  background: #f7f7f7;
}
.accordion__label.is-active .fa-arrow-right {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__label:focus {
  outline: 1px dashed rgba(128, 128, 128, 0.3);
  outline-offset: -6.25px;
}
.accordion__label ~ .accordion__label {
  margin-top: 6.25px;
}
.accordion__content {
  border: 1px solid #0093d1;
  border-top: none;
  padding: 25px 12.5px;
  transition: all 0.2s ease-out;
  overflow: auto;
  width:100%;
}
.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 25px;
}
.pagination .overview {
  display: block;
  font-size: 16px;
}
.pagination li {
  display: inline-block;
  margin-bottom: 0.2em;
}
.pagination li a {
  display: block;
  width: 37.5px;
  padding: 6.25px 0;
  text-align: center;
  color: #424242;
  background: #f1f1f1;
  font-size: 16px;
}
.pagination li a:hover,
.pagination li a:focus {
  color: #fff;
  background: #004b97;
}
.pagination .active a {
  font-weight: 700;
  color: #fff;
  background: #0093d1;
}

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

/*! ---------- =search ---------- */

.button--refine {
  background: #004b97;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  padding: 25px;
  text-align: left;
  width: 100%;
}
.button--refine:hover,
.button--refine:focus {
  background: #0093d1;
  border-color: rgba(0,0,0,0);
  box-shadow: none;
  color: #fff;
  transform: none;
}
.button:focus {
  outline: none;
}
.button--refine .align-right {
  float: right!important;
  font-size: 11px;
}
.soar-filters select {
  background: url(/images/default-source/siteimages/icon-arrow-down.png) no-repeat 93% center #004b97;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  padding: 25px;
  margin-bottom: 0;
  -webkit-appearance: none;
}
.soar-filters select:hover,
.soar-filters select:focus {
  background: url(/images/default-source/siteimages/icon-arrow-down.png) no-repeat 93% center #0093d1;
  cursor: pointer;
}

.soar-refine {
  background: #f6f6f6;
  margin-bottom: 25px;
  padding: 50px 25px;
}
.soar-refine__item {
  padding: 0 12.5px 25px;
}
.soar-refine__item:hover {
  cursor: pointer;
}

.soar-refine__item img {
  float: left;
  margin-right: 6.25px;
  max-width: 30px;
  position: relative;
  top: -4px;
  vertical-align: middle;
    
}
.soar-refine__item label {
  font-size: 18px;
  vertical-align: middle !important;
}
.soar-refine__item:hover label {
  color: #004b97;
  font-weight: 700;
}
.soar-refine__item label.is-selected {
  color: #e51937;
  font-weight: 700!important;
}
.soar-refine__item input[type="radio"], 
.soar-refine__item input[type="checkbox"] {
  height: 0;
  opacity: 0;
  width: 0;
}


@media (min-width: 768px) {
  .soar-refine {
    transform: translateY(-50px);
      -ms-transform: translateY(-50px);
  }
}

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


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

pre,
code {
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  line-height: 25px;
}
pre {
  display: block;
  padding: 25px 12.5px;
  border: 1px solid #e7e7e7;
  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: 25px;
}
pre::before {
  content: attr(rel);
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #9dd0e6;
  position: absolute;
  top: 2px;
  right: 12.5px;
}
p > code,
li > code {
  background: #fbfbfb;
  font-style: normal;
}
p > code::before,
p > code::after,
li > code::before,
li > code::after {
  content: '';
  display: inline-block;
  width: 0.5em;
}

/*! syntax highlighting through prism: http://prismjs.com/index.html
*  the following is based off the default theme */

pre[class*="language-"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}


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

.hero {
  overflow: hidden;
  position: relative;
}
.hero:last-child {
  margin-bottom: 0;
}
.content > .page-bounds > .hero:first-child,
.content > .about__content > .hero:first-child,
.content > .publications__content > .hero:first-child,
.content > .hero__content > .hero:first-child {
  margin-top: -24px;
}
.hero__logo {
  margin: 0 auto;
  max-width: 40vw;
}
.hero__actions {
  margin-top: 12.5px;
}
.motion__bg:nth-child(odd) {
  animation: ken-burns 14s linear infinite both;
}
.motion__bg:nth-child(even) {
  animation: ken-burns 14s linear infinite reverse both;
}


@keyframes ken-burns {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 0;
    transform: translate(2%, -1%) scale(1.04);
  }

  9% {
    opacity: 1;
  }

  41% {
    opacity: 1;
  }

  49% {
    opacity: 0;
    transform: translate(-4%, 2%) scale(1.07);
  }

  100% {
    opacity: 0;
  }
}


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

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

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

/*! cover hero image style */

.hero::before {
  z-index: 2;
}
.hero__image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero__content {
  padding: 0;
  position: relative;
  z-index: 3;
}
.hero__content-container {
  background: url(/images/default-source/siteimages/hero/herobg.svg) no-repeat top center;
  background-size: cover;
  bottom: 0;
  left: 0;
  min-height: 300px;
  padding-top: 145px;
  position: relative;
  right: 0;
  top: 0;
}
@media (min-width: 1596px) {
  .hero__content-container {
    min-height: 390px;
    padding-top: 200px;
  }
}

.hero__title,
.hero__description {
  color: #fff;
}
.hero__title h1,
.hero__title h2,
.hero__title h3,
.hero__title h4,
.hero__title h5,
.hero__title h6,
.hero__title a,
.hero__title p,
.hero__description h1,
.hero__description h2,
.hero__description h3,
.hero__description h4,
.hero__description h5,
.hero__description h6,
.hero__description a,
.hero__description p {
  color: #fff;
  font-size: 28px;
  line-height: 35px;
}
.hero__actions a {
  color: #fff;
}

@media (max-width: 767px) {
  .hero__title h1 {
    font-size: 25px;
    line-height: 1.2;
  }
  .hero__content-container .page-bounds,
  .hero__content-container .about__content,
  .hero__content-container .publications__content,
  .hero__content-container .hero__content {
    margin-left: 25px;
    max-width: 70%;
    padding: 25px 50px;
  }
}

@media (max-width: 959px) {
  .hero__logo {
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@media (min-width: 768px) {
  .hero {
    padding-top: 50px;
  }
  .hero__content-container .page-bounds__left {
    max-width: 500px;
    margin-left: 80px;
  }
}

@media (min-width: 1376px) {
  .hero__content-container .page-bounds__left {
    margin-left: 0;
    max-width: 480px;
  }
  .hero__logo {
    max-width: 550px;
  }
}


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

.quicklinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 50px;
  position: relative;
}
.quicklinks__item {
  position: relative;
}
.quicklinks__link {
  display: block;
  text-align: center;
  position: relative;
}
.quicklinks__title {
  font-family: "PT Serif", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.quicklinks__description {
  margin-top: 25px;
}

@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: 479px) {
  .quicklinks__item {
    max-width: 100%;
  }
  .quicklinks__title,
  .quicklinks__description {
    min-height: 0 !important;
  }
}

/*! background images quicklinks style */

.quicklinks {
  margin-right: -4px;
}

@media (min-width: 960px) {
  .quicklinks:hover .quicklinks__title,
  .quicklinks:focus .quicklinks__title,
  .quicklinks:hover .quicklinks__more,
  .quicklinks:focus .quicklinks__more,
  .quicklinks:hover .quicklinks__subtitle,
  .quicklinks:focus .quicklinks__subtitle {
    opacity: 0;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .quicklinks {
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.quicklinks__item {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  padding-right: 4px;
  transition: all 0.3s ease 0.5s;
  -webkit-transition: all 0.3s ease 0.5s;
}
.quicklinks__item:nth-child(2) .quicklinks__link::before {
  background: rgba(0, 75, 151, 0.4);
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 30%, #004b97 100%);
}
.quicklinks__item:nth-child(3) .quicklinks__link::before {
  background: rgba(229, 25, 55, 0.4);
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 30%, #e51937 100%);
}
.quicklinks__item:nth-child(4) .quicklinks__link::before {
  background: rgba(255, 210, 4, 0.4);
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 30%, #ffd204 100%);
}

@media (min-width: 960px) {
  .quicklinks__item {
    flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    min-height: 480px;
  }
  .quicklinks__item:hover,
  .quicklinks__item:focus {
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .quicklinks__item {
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .quicklinks__item {
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}


@media (max-width: 959px) {
  .quicklinks__link {
    padding: 445px 25px 50px!important;
  }
  .quicklinks__link::before {
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 10%, #0093d1 100%);
  }
  .quicklinks__item:nth-child(2) .quicklinks__link::before {
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 10%, #004b97 100%);
  }
  .quicklinks__item:nth-child(3) .quicklinks__link::before {
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 10%, #e51937 100%);
  }
  .quicklinks__item:nth-child(4) .quicklinks__link::before {
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 10%, #ffd204 100%);
  }
  .quicklinks__description {
    margin-top: 6px;
  }
}


.quicklinks__item:hover .quicklinks__title,
.quicklinks__item:focus .quicklinks__title,
.quicklinks__item:hover .quicklinks__more,
.quicklinks__item:focus .quicklinks__more,
.quicklinks__item:hover .quicklinks__subtitle,
.quicklinks__item:focus .quicklinks__subtitle {
  opacity: 1;
}
.quicklinks__item:hover .quicklinks__description,
.quicklinks__item:focus .quicklinks__description {
  max-height: 240px;
  transition: max-height 0.4s cubic-bezier(0.5, 0, 0.3, 1) 0.8s;
  -webkit-transition: max-height 0.4s cubic-bezier(0.5, 0, 0.3, 1) 0.8s;
}
.quicklinks__link {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  padding: 175px 25px 50px;
}

@media (min-width: 960px) {
  .quicklinks__link {
    min-height: 480px;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .quicklinks__link {
    min-height: 550px;
  }
}

.quicklinks__link::before {
  background: rgba(0, 147, 209, 0.4);
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 30%, #0093d1 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.15s ease-out;
  z-index: 2;
}
.quicklinks__image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.15s ease-out;
  z-index: 1;
}
.quicklinks__title,
.quicklinks__subtitle,
.quicklinks__description,
.quicklinks__more {
  position: relative;
  text-align: left;
  z-index: 3;
}
.quicklinks__title,
.quicklinks__subtitle,
.quicklinks__more {
  transition: opacity 0.3s ease 0.5s;
  -webkit-transition: opacity 0.3s ease 0.5s;
}
.quicklinks__description {
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease 0.2s, margin 0.3s ease 0.2s;
  -webkit-transition: max-height 0.3s ease 0.2s, margin 0.3s ease 0.2s;
  z-index: 3;
}

@media (max-width: 959px) {
  .quicklinks__description {
    min-height: 0 !important;
  }
}

@media (min-width: 960px) {
  .quicklinks__description {
    margin: 0;
    max-height: 0;
  }
}

.quicklinks__link:hover,
.quicklinks__link:focus {
  color: #fff;
}

@media (min-width: 1376px) {
  .quicklinks {
    margin-left: -48px;
    margin-right: -48px;
  }
}

/*! button quicklinks style */

.quicklink-buttons {
  background: #004b97;
  color: #fff;
  padding: 37.5px 0;
  position: relative;
  z-index: 1;
}
.quicklink-buttons ul {
  display: table;
  list-style: none;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
.quicklink-buttons ul li {
  display: inline-block;
  margin-right: 12.5px;
  margin-top: 12.5px;
}
.quicklink-buttons ul li:last-child {
  margin-right: 0;
}

@media (max-width: 674px) {
  .quicklink-buttons ul li,
  .quicklink-buttons ul li .button--white {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .quicklink-buttons ul li {
    margin-top: 0;
  }
}


.horizontal-scroll {
  position: relative;
}
.horizontal-scroll:not(:last-child) {
  margin-bottom: 50px;
}
.horizontal-scroll__wrapper {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.js .horizontal-scroll__wrapper {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}
.js .horizontal-scroll__wrapper::-webkit-scrollbar {
  display: none;
}
.horizontal-scroll__contents {
  float: left;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  word-spacing: -0.31em;
}
.horizontal-scroll__item {
  background: #0093d1;
  display: inline-block;
  vertical-align: middle;
  max-width: 25%;
  margin-right: 6.25px;
  padding: 8.33333px 8.33333px 25px 8.33333px;
  white-space: normal;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-spacing: normal;
}
.horizontal-scroll__item:last-child {
  padding-right: 0;
}
.horizontal-scroll__thumbnail {
  display: block;
  margin: 0 auto 12.5px;
  max-width: 100%;
  width: 100%;
}
.horizontal-scroll__content {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  overflow: hidden;
  max-width: 80%;
}
.horizontal-scroll__title {
  color: #fff;
  font-family: "PT Serif", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.horizontal-scroll__control {
  background: #fff;
  color: #424242;
  font-size: 20px;
  height: 50px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
}
.horizontal-scroll__control--left {
  left: -50px;
}
.horizontal-scroll__control--right {
  right: -50px;
}
.horizontal-scroll__control:hover,
.horizontal-scroll__control:focus {
  color: #0093d1;
}
.horizontal-scroll--is-at-start .horizontal-scroll__control--left,
.horizontal-scroll--is-at-end .horizontal-scroll__control--right {
  color: #d4d4d4 !important;
  cursor: default;
}

@media (max-width: 1472px) {
  .horizontal-scroll__control {
    width: 48px;
  }
  .horizontal-scroll__control--left {
    left: -48px;
  }
  .horizontal-scroll__control--right {
    right: -48px;
  }
}

@media (max-width: 767px) {
  .horizontal-scroll__item {
    max-width: 45vw;
  }
  .horizontal-scroll__control {
    display: none;
  }
}

@media (max-width: 479px) {
  .horizontal-scroll__item {
    max-width: 80vw;
  }
}


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

.sys-template {
  display: none;
}

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

/* For Solr debug */

.debug-url {
  background-color: #efe;
  border: 2px solid #2c2;
  padding: 12.5px;
  margin-bottom: 25px;
  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-social,
.sfPageEditor .header-link,
.sfPageEditor .header-search,
.sfPageEditor .header-nav,
.sfPageEditor .title-block,
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__background img,
.sfPageEditor .title-block__content,
.sfPageEditor .about,
.sfPageEditor .about__content,
.sfPageEditor .publications,
.sfPageEditor .publications__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;
  transform: none !important;
  transition: none !important;
}
.sfPageEditor .content {
  padding-top: 48px;
}
.sfPageEditor .header-logo img,
.sfPageEditor .footer-logo img {
  display: table !important;
  float: none !important;
  margin: 0 auto !important;
  max-width: 200px !important; 
  text-align: center !important;
}
.sfPageEditor .title-block::before {
  display: none !important;
}
.sfPageEditor .title-block__background,
.sfPageEditor .title-block__content {
  position: static !important;
}
.sfPageEditor .publications::after {
  display: none;
}

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


/*! ---------- =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-header {
    position: relative;
  }


  .page-bounds,
  .about__content,
  .publications__content,
  .hero__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 #f1f1f1;
  }

  .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 #d4d4d4;
    padding-top: 50px;
  }

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

  .content a[href]:not([href^="#"]) {
    word-wrap: break-word;
    box-shadow: 0 2px 0 #0093d1;
    color: #424242;
    font-weight: 700;
  }
  .content a[href]:not([href^="#"])::after {
    content: " (" attr(href) ") ";
    font-size: 0.85em;
    color: #5c5c5c;
  }

  .to-screen-edges, 
  .about, 
  .publications, 
  .content > .page-bounds > .hero, 
  .content > .about__content > .hero, .content > .publications__content > .hero, 
  .content > .hero__content > .hero, .hero__content-container, 
  .content .page-bounds .title-block, 
  .quicklink-buttons {
    margin-left: auto;
    margin-right: auto;
  }

  .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;
  }
}


/*! ---------- =slick slider ---------- */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow.slick-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.slick-dots button {
  display: none;
}

/* Responsive video embeds */
.embedvid {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 24px;
}
.embedvid iframe,
.embedvid object,
.embedvid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Responsive ad embeds */
.ad-placement .img_ad {
  max-width: 100%!important;
  height: auto!important;
}



/* SOAR Enhancements */

.soar-filters .fas.fa-search {
  position: relative;
  top: -60px;
  left: 85%;
}

@media (max-width: 959px) {

.soar-filters .fas.fa-search {
  left: 90%;
}

.pagination {
  margin: 25px 0 25px 25px;
}

.pagination .overview {
  margin-bottom: 25px;
}

}

@media (min-width: 960px) {
  .pagination {
    margin-bottom: 75px;
  }
}


.soar-button.button.button--action {
  margin-top: 25px;
  margin-bottom: 25px;
}

.refine-topic {
  font-weight: 400; 
}

@media (max-width: 959px) {

.soar-refine {
 margin-top: 75px;
}

}

@media (min-width: 960px) {

.soar-refine ul.item-list {
  column-count: 3; 
}

.soar-refine .item-list__item + .item-list__item {
  margin-top: 0;
  padding-top: 0; 
  /* margin-bottom: 25px;
  padding-bottom: 25px; */
}



.soar-refine ul.item-list li {
 /* display: flex;
  flex: 0 auto;
  width: 32%;*/
 display: block;
} 

.soar-refine__item img {
    float: none;
    margin-right: 6.25px;
    max-width: 30px;
    position: static;
    top: -4px;
    vertical-align: middle;
    display: inline-block;
}


}

/* cards */

.card {
  display: flex;
  flex-direction: column;
  border: 1px solid #d2d6d8;
  border-radius: .25rem;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.06);
  overflow: hidden;
}
.card__body {
  padding: 0 1rem 0 1rem;
  flex-grow: 1;
}

.card__body.photo-cards {
  background: #1d4a92;
  color: #fff
}
.card__image {
  width: 100%;
}
.card__footer,.card__header,.card__section {
  padding: 1rem;
  border: solid #d2d6d8;
}
.card__footer--secondary,.card__header--secondary,.card__section--secondary {
  background: #fbfcfd;
}
.card__footer--tertiary,.card__header--tertiary,.card__section--tertiary {
  background: #eef1f2;
}
.card__footer--borderless,.card__header--borderless,.card__section--borderless {
  border: none;
}
.card__header {
  border-width: 0 0 1px;
  flex-grow: 0;
}
.card__header--borderless:not(.card__header--secondary):not(.card__header--tertiary) {
  padding-bottom: 0;
}
.card__footer {
  border-width: 1px 0 0;
  justify-self: flex-end;
  flex-grow: 0;
}
.card__footer--borderless:not(.card__footer--secondary):not(.card__footer--tertiary) {
  padding-top: 0;
}
.card__section {
  border-width: 1px 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.card__section + .card__section {
  margin-top: -1rem;
  border-top-width: 0;
}
.card__section:first-child {
  margin-top: 0;
}
.card__section:last-child {
  margin-bottom: 0;
}
.card__body > .card__section {
  margin-left: -1rem;
  margin-right: -1rem;
}
.card__body > .card__section:first-child {
  margin-top: -1rem;
}
.card__body > .card__section:last-child {
  margin-bottom: -1rem;
}

.card__body a:not(.button) {
 text-decoration: none;
 color: #004b97;
}

.card__body a:hover:not(.button) {
 text-decoration: none;
 color: #0093d1;
}

 

.card--primary,.card--primary .card__footer,.card--primary .card__header,.card--primary .card__section {
  border-color: #5c0f8b;
}
.card--primary .h1,.card--primary .h2,.card--primary .h3,.card--primary .h4,.card--primary .h5,.card--primary .h6,.card--primary a,.card--primary h1,.card--primary h2,.card--primary h3,.card--primary h4,.card--primary h5,.card--primary h6 {
  color: #fff;
}
.card--primary .button, .card__footer .button-group  .button {
  color: #424242 !important;
}
.card--primary .card__footer--secondary,.card--primary .card__header--secondary,.card--primary .card__section--secondary {
  color: #fff;
  background: #004b97;
}
.card--primary .card__footer--tertiary,.card--primary .card__header--tertiary,.card--primary .card__section--tertiary {
  color: #360357;
  background: #e2c0f7;
}
.card--accent,.card--accent .card__footer,.card--accent .card__header,.card--accent .card__section {
  border-color: #006e96;
}
.card--accent .h1,.card--accent .h2,.card--accent .h3,.card--accent .h4,.card--accent .h5,.card--accent .h6,.card--accent a,.card--accent h1,.card--accent h2,.card--accent h3,.card--accent h4,.card--accent h5,.card--accent h6 {
  color: #006e96;
}
.card--accent .card__footer--secondary,.card--accent .card__header--secondary,.card--accent .card__section--secondary {
  color: #004057;
  background: #f4fcff;
}
.card--accent .card__footer--tertiary,.card--accent .card__header--tertiary,.card--accent .card__section--tertiary {
  color: #004057;
  background: #b8ebfe;
}
.card--action,.card--action .card__footer,.card--action .card__header,.card--action .card__section {
  border-color: #98096c;
}
.card--action .h1,.card--action .h2,.card--action .h3,.card--action .h4,.card--action .h5,.card--action .h6,.card--action a,.card--action h1,.card--action h2,.card--action h3,.card--action h4,.card--action h5,.card--action h6 {
  color: #98096c;
}
.card--action .card__footer--secondary,.card--action .card__header--secondary,.card--action .card__section--secondary {
  color: #5c0241;
  background: #fef5fc;
}
.card--action .card__footer--tertiary,.card--action .card__header--tertiary,.card--action .card__section--tertiary {
  color: #5c0241;
  background: #fabee8;
}
.card--fill-accent .card__footer,.card--fill-accent .card__header,.card--fill-accent .card__section,.card--fill-action .card__footer,.card--fill-action .card__header,.card--fill-action .card__section,.card--fill-primary .card__footer,.card--fill-primary .card__header,.card--fill-primary .card__section,.card--inverse .card__footer,.card--inverse .card__header,.card--inverse .card__section {
  border-color: #fff;
}
.card--fill-accent,.card--fill-action,.card--fill-primary,.card--inverse {
  border: none;
  color: #fff;
  box-shadow: none;
}
.card--fill-accent .h1,.card--fill-accent .h2,.card--fill-accent .h3,.card--fill-accent .h4,.card--fill-accent .h5,.card--fill-accent .h6,.card--fill-accent h1,.card--fill-accent h2,.card--fill-accent h3,.card--fill-accent h4,.card--fill-accent h5,.card--fill-accent h6,.card--fill-action .h1,.card--fill-action .h2,.card--fill-action .h3,.card--fill-action .h4,.card--fill-action .h5,.card--fill-action .h6,.card--fill-action h1,.card--fill-action h2,.card--fill-action h3,.card--fill-action h4,.card--fill-action h5,.card--fill-action h6,.card--fill-primary .h1,.card--fill-primary .h2,.card--fill-primary .h3,.card--fill-primary .h4,.card--fill-primary .h5,.card--fill-primary .h6,.card--fill-primary h1,.card--fill-primary h2,.card--fill-primary h3,.card--fill-primary h4,.card--fill-primary h5,.card--fill-primary h6,.card--inverse .h1,.card--inverse .h2,.card--inverse .h3,.card--inverse .h4,.card--inverse .h5,.card--inverse .h6,.card--inverse h1,.card--inverse h2,.card--inverse h3,.card--inverse h4,.card--inverse h5,.card--inverse h6 {
  color: #fff;
}
.card--fill-accent a:not(.button):not(.more),.card--fill-action a:not(.button):not(.more),.card--fill-primary a:not(.button):not(.more),.card--inverse a:not(.button):not(.more) {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.card--fill-primary {
  background: #5c0f8b;
}
.card--fill-primary .card__footer--secondary,.card--fill-primary .card__header--secondary,.card--fill-primary .card__section--secondary {
  background: #490573;
}
.card--fill-primary .card__footer--tertiary,.card--fill-primary .card__header--tertiary,.card--fill-primary .card__section--tertiary {
  background: #360357;
}
.card--fill-accent {
  background: #006e96;
}
.card--fill-accent .card__footer--secondary,.card--fill-accent .card__header--secondary,.card--fill-accent .card__section--secondary {
  background: #005675;
}
.card--fill-accent .card__footer--tertiary,.card--fill-accent .card__header--tertiary,.card--fill-accent .card__section--tertiary {
  background: #004057;
}
.card--fill-action {
  background: #98096c;
}
.card--fill-action .card__footer--secondary,.card--fill-action .card__header--secondary,.card--fill-action .card__section--secondary {
  background: #7b0357;
}
.card--fill-action .card__footer--tertiary,.card--fill-action .card__header--tertiary,.card--fill-action .card__section--tertiary {
  background: #5c0241;
}
.card--inverse {
  background: #02101a;
}
.card--inverse .card__footer--secondary,.card--inverse .card__header--secondary,.card--inverse .card__section--secondary {
  background: #20282e;
}
.card--inverse .card__footer--tertiary,.card--inverse .card__header--tertiary,.card--inverse .card__section--tertiary {
  background: #4b5459;
}

.card-grid {
  display: grid;
/*   grid-template-columns: Repeat(auto-fit, minmax(12rem, 1fr)); */
  gap: 2rem;
}
.card-grid:not(:last-child) {
  margin-bottom: 2rem;
}
.card-grid--compact {
  gap: 1rem;
}

.gemfc-buttons-container { 

}
.gemfc-buttons {
  /*position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;  */
}

@media (max-width: 1199px) {
.gemfc-buttons .button {
  margin-top: 12px;
  width: 70%;
}
.gemfc-buttons-container { 
  margin-bottom: 12px;
}
}

@media (min-width: 1200px) {
.gemfc-buttons .button {
  margin-right: 12px;
}
}

.positions-open {
   background: #0093d1;
   color: #fff;
   padding: 14.5px 37.5px;
}

.button.positions-open {
  border: none;
}

.button.positions-open:hover {
   color: #fff;
}

@media (max-width: 1199px) {
.positions-open {
   margin-top: 24px;
   width: 100%;
}

.gemfc-program-detail-button {
 width: 100%;
}
}

@media (min-width: 1200px) {
.positions-open {
     margin-left: 24px;
}
}

.grid.alumni-grid {
  text-align: left;
}

table.gemfc-table, table.gemfc-table tr, table.gemfc-table th, table.gemfc-table td  {
  border: none;
}

table.gemfc-table tr:nth-child(odd) {
  background: #fafafa;
}

table.gemfc-table  th {
  background: #1AA2DB;
  color: #fff;
  font-size: 24px;
  padding: 24px 18px;
  width: 50%;
  text-align: left;
}

table.gemfc-table  td {
padding: 24px 18px;
}

table.gemfc-table  td:first-child, table.gemfc-table  td:first-child a {
  font-size: 24px;
  font-weight: 700;
}

table.gemfc-table  td:nth-child(2) {
  font-size: 18px;
}
table.gemfc-table  td a {
  color: #676767;
  padding-top:12px;
}
table.gemfc-table  td a:hover {
  color: #4091cc;
}

.is-scrolled #importantdates, .is-scrolled #experience, .is-scrolled #curriculum, .is-scrolled #projects, .is-scrolled #alumni, .is-scrolled #contact, .is-scrolled #application, .is-scrolled {
  margin-top: 72px;
}

img.gemfc-program-image {
  transform: scale(0.70);
  
}